gst-libs/gst/rtp/gstbasertpdepayload.c: Fix some memory leaks: on finalize, free...
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
2
3         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
4
5         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
7           Fix some memory leaks: on finalize, free buffers left in the queue
8           before destroying the queue; in _push(), unref rtp_buf even if
9           the process vfunc returned a NULL buffer as output buffer (#337548);
10           demote some recuring debug messages to LOG level.
11
12 2006-04-11  Wim Taymans  <wim@fluendo.com>
13
14         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
17         (gst_ogg_demux_loop):
18         More cleanups.
19         Respect segment stop when emiting EOS or SEGMENT_DONE.
20         Fixes (#337945).
21
22 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
23
24         * gst/playback/gststreamselector.c:
25         (gst_stream_selector_get_property):
26           Don't leak pad name.
27
28 2006-04-10  Michael Smith  <msmith@fluendo.com>
29
30         * tests/check/Makefile.am:
31         * tests/check/gst-plugins-base.supp:
32           Suppress an old libtheora bug (fixed in more recent versions), so 
33           that FC4 buildslaves can pass.
34
35 2006-04-10  Wim Taymans  <wim@fluendo.com>
36
37         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
38         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
39         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
40         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
41         (gst_ogg_demux_loop):
42         Don't leak events.
43         Remember what error we got when finding chains, if we
44         were shutdown, that would not be an error.
45
46 2006-04-10  Wim Taymans  <wim@fluendo.com>
47
48         * gst-libs/gst/audio/gstbaseaudiosink.c:
49         (gst_base_audio_sink_event):
50         Starting the ringbuffer when we did not acquire it can cause
51         a deadlock, is pointless and causes nasty things for
52         subclasses. 
53         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
54
55 2006-04-10  Wim Taymans  <wim@fluendo.com>
56
57         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
58         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
59         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
60         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
61         (gst_ogg_demux_deactivate_current_chain),
62         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
63         (gst_ogg_demux_bisect_forward_serialno),
64         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
65         Add some more debugging.
66
67 2006-04-10  Wim Taymans  <wim@fluendo.com>
68
69         * ext/theora/theoradec.c: (theora_dec_src_event),
70         (theora_handle_data_packet):
71         Some more debug info.
72
73         * tests/examples/seek/seek.c: (start_seek), (main):
74         Print element messages too.
75
76 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
77
78         * gst/audioresample/debug.h:
79           replace debug macros with variable number of parameters
80           by a simple alias to gstreamer standard debug macros 
81          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
82           supported by MSVC 6.0 and 7.1)
83         * gst/audioresample/resample.h:
84           define M_PI and rint for WIN32
85         * win32/common/libgstaudio.def:
86         * win32/common/libgstriff.def:
87         * win32/common/libgsttag.def:
88         * win32/common/libgstvideo.def:
89           add new exported functions
90         * win32/vs6:
91           update project files
92
93 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
94
95         * ext/alsa/gstalsamixeroptions.c:
96         (gst_alsa_mixer_options_class_init):
97         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
98         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
99         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
100         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
101         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
102         * gst-libs/gst/audio/gstaudiofilter.c:
103         (gst_audio_filter_class_init):
104         * gst-libs/gst/audio/gstaudiosink.c:
105         (gst_audioringbuffer_class_init):
106         * gst-libs/gst/audio/gstaudiosrc.c:
107         (gst_audioringbuffer_class_init):
108         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
109         * gst-libs/gst/interfaces/colorbalancechannel.c:
110         (gst_color_balance_channel_class_init):
111         * gst-libs/gst/interfaces/mixeroptions.c:
112         (gst_mixer_options_class_init):
113         * gst-libs/gst/interfaces/mixertrack.c:
114         (gst_mixer_track_class_init):
115         * gst-libs/gst/interfaces/tunerchannel.c:
116         (gst_tuner_channel_class_init):
117         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
118         * gst-libs/gst/netbuffer/gstnetbuffer.c:
119         (gst_netbuffer_class_init):
120         * gst-libs/gst/rtp/gstbasertppayload.c:
121         (gst_basertppayload_class_init):
122         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
123         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
124         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
125         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
126         * gst/playback/gststreamselector.c:
127         (gst_stream_selector_class_init):
128         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
129         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
130         * sys/v4l/gstv4lcolorbalance.c:
131         (gst_v4l_color_balance_channel_class_init):
132         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
133         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
134         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
135         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
136         (gst_v4l_tuner_norm_class_init):
137         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
138         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
139         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
140         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
141
142 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
143
144         * ext/pango/gsttextrender.h:
145         * gst-libs/gst/audio/gstaudiosink.h:
146         * gst-libs/gst/audio/gstaudiosrc.h:
147         * gst-libs/gst/audio/gstbaseaudiosink.h:
148         * gst-libs/gst/audio/gstbaseaudiosrc.h:
149         * gst-libs/gst/audio/gstringbuffer.h:
150         * gst-libs/gst/rtp/gstbasertpdepayload.h:
151         * gst-libs/gst/rtp/gstbasertppayload.h:
152         * gst-libs/gst/video/gstvideofilter.h:
153         * gst-libs/gst/video/gstvideosink.h:
154         * gst/playback/gstplaybasebin.h:
155         * gst/tcp/gstmultifdsink.h:
156         * sys/v4l/gstv4lelement.h:
157         Fix broken GObject macros
158
159 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
160
161         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
162         More debug to trace why my USB headset is not working with gst
163
164 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
165
166         * gst/playback/gstplaybasebin.c: (group_destroy):
167         Clean up our group elements properly in the case where it never 
168         got committed - it still got added unconditionally to the bin.
169
170 2006-04-07  Wim Taymans  <wim@fluendo.com>
171
172         * ext/theora/theoradec.c: (theora_dec_sink_event),
173         (theora_handle_data_packet), (theora_dec_chain):
174         Unref unhandled events.
175         Protect against empty buffers.
176         Perform QoS on running time.
177
178 2006-04-07  Michael Smith  <msmith@fluendo.com>
179
180         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
181         (gst_vorbis_enc_chain):
182           Remove leaks from vorbisenc.
183           Mostly minor changes, the only significant one is that now the
184           buffers we set as 'streamheader' on the caps are copies of the
185           original buffers, to avoid circular refcounting problems.
186
187 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
188
189         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
190           Don't remove our mute-probe if someone else already did so.
191           Don't set a 2nd one if there is already one pending on the pad.
192
193         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
194         (do_playbin_seek):
195           When a seek fails, ensure that playbin is still set back to playing.
196           
197         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
198         (mpeg_ts_type_find), (plugin_init):
199           Add a typefind function for mpeg-ts streams. (Closes: #336617)
200
201 2006-04-06  Andy Wingo  <wingo@pobox.com>
202
203         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
204         (gst_video_rate_init): Caps-related parameters should not be reset
205         by a flush -- move their inits to the instance init function.
206         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
207         is not OK, just return the result.
208
209         * gst/audiotestsrc/gstaudiotestsrc.c
210         (gst_audio_test_src_class_init)
211         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
212         broken by Stefan's commit on 24 March.
213
214         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
215         buffers being pushed out. Fixes oggmux ! multifdsink.
216
217 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
218
219         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
220         (gst_vorbis_dec_init), (vorbis_dec_finalize):
221         * ext/vorbis/vorbisdec.h:
222         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
223         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
224         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
225         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
226         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
227         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
228         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
229         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
230         (gst_vorbis_enc_buffer_from_packet),
231         (gst_vorbis_enc_buffer_from_header_packet),
232         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
233         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
234         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
235         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
236         (gst_vorbis_enc_change_state):
237         * ext/vorbis/vorbisenc.h:
238           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
239           vorbisenc adhere to the official nomenclature; use boilerplate
240           macro.
241
242 2006-04-04  Andy Wingo  <wingo@pobox.com>
243
244         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
245         Whoops, fix bug introduced. Bad hacker!
246         
247         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
248         Properly handle the case where you get EOS before any buffers are
249         received. Use gst_buffer_make_metadata_writable where appropriate.
250
251         * ext/theora/theoradec.c (theora_handle_data_packet): This value
252         is often negative -- make it signed so as not to wrap around.
253         Fixes segfaults introduced on 9 March.
254
255 2006-04-03  Wim Taymans  <wim@fluendo.com>
256
257         * ext/theora/gsttheoradec.h:
258         * ext/theora/theoradec.c: (theora_dec_src_event):
259         Don't try to store a gdouble in a gboolean.
260         Small cleanups.
261
262 2006-04-03  Michael Smith  <msmith@fluendo.com>
263
264         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
265           Oggmux sucks.
266           Make it suck slightly less by writing out the final page.
267           Still can't encode a vorbis-in-ogg file correctly, though.
268
269 2006-04-03  Andy Wingo  <wingo@pobox.com>
270
271         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
272         a g_print.
273
274         * ext/theora/theora.c (plugin_init): Register theoraparse.
275
276         * ext/theora/gsttheoraparse.h: 
277         * ext/theora/theoraparse.c: New files implementing a theora
278         parser. Now we can properly remux ogg/theora+vorbis, yay.
279
280         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
281
282 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
283
284         * gst/audiotestsrc/gstaudiotestsrc.c:
285           Fixed the sample pipeline (see #323798)
286
287 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
288
289         * configure.ac:
290         * win32/common/config.h:
291         * win32/common/config.h.in:
292           use AS_VERSION and AS_NANO
293           more cleanups
294
295 2006-03-31  Andy Wingo  <wingo@pobox.com>
296
297         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
298         uninitialized variable return that would happen.
299         
300         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
301         uninitialized variable return that would never happen.
302
303         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
304         (vorbis_parse_sink_event): Add an event function to flush our
305         state on a seek, and to drain buffers on a premature EOS.
306         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
307         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
308         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
309         (vorbis_parse_drain_queue): Queue up buffers until we can set
310         their timestamps and granulepos values.
311
312         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
313         and keep track of data needed for deriving granulepos and
314         timestamps for buffers.
315
316 2006-03-29  Wim Taymans  <wim@fluendo.com>
317
318         Patch by: j^ <j at bootlab dot org>
319
320         * ext/alsa/gstalsamixerelement.c:
321         (gst_alsa_mixer_element_class_init):
322         * ext/alsa/gstalsasink.c:
323         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
324         * ext/ogg/gstoggdemux.c:
325         * ext/ogg/gstoggmux.c:
326         * ext/ogg/gstoggparse.c:
327         * ext/pango/gstclockoverlay.c:
328         * ext/pango/gsttextoverlay.c:
329         * ext/pango/gsttextrender.c:
330         * ext/pango/gsttimeoverlay.c:
331         * ext/theora/theoradec.c:
332         * ext/theora/theoraenc.c:
333         * ext/vorbis/vorbisdec.c:
334         * ext/vorbis/vorbisenc.c:
335         * gst/audioconvert/gstaudioconvert.c:
336         * gst/subparse/gstsubparse.c:
337         * gst/tcp/gstmultifdsink.c:
338         * gst/tcp/gsttcpclientsink.c:
339         * gst/tcp/gsttcpclientsrc.c:
340         * gst/tcp/gsttcpserversink.c:
341         * gst/tcp/gsttcpserversrc.c:
342           better/unified long descriptions
343           Fixes #336477
344
345 2006-03-29  Wim Taymans  <wim@fluendo.com>
346
347         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
348         (stop_seek):
349         Don't let double and tripple clicks mess up our state.
350
351 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
352
353         * gst/playback/gstplaybin.c: (gen_video_element),
354         (gen_text_element), (gen_audio_element), (gen_vis_element):
355           Error out gracefully when we can't create any of the usual
356           conversion elements for some reason. Also, don't try to
357           create an audioscale (sic) element that's not used anyway.
358
359 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
360
361         * gst/playback/gstplaybasebin.c: (setup_source):
362           Don't post RESOURCE_NOT_FOUND error when we can't find a source
363           element for a particular protocol, that's confusing for users.
364           Instead, post a RESOURCE_FAILED error, so that our own error
365           message is actually shown in totem etc. (#336303).
366
367 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
368
369         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
370
371         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
372         (gst_gnome_vfs_src_get_icy_metadata):
373           Fix some minor memory leaks (#336194).
374
375 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
376
377         * ext/gnomevfs/gstgnomevfs.c:
378         (gst_gnome_vfs_location_to_uri_string):
379         * ext/gnomevfs/gstgnomevfs.h:
380         * ext/gnomevfs/gstgnomevfssink.c:
381         (gst_gnome_vfs_sink_set_property):
382         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
383           Make gnomevfssink accept filenames as well as URIs for the
384           "location" property, just like gnomevfssrc does (and
385           filesrc/filesink do) (#336190).
386
387 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
388
389         * tests/check/generic/clock-selection.c: (GST_START_TEST):
390           set to NULL before unreffing, fixes a valgrind leak.
391           Why was this not triggering the error that an object needs to
392           be NULL before unreffing ?
393         * win32/common/config.h:
394           update
395
396 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
397
398         * gst/subparse/gstsubparse.c: (convert_encoding),
399         (gst_sub_parse_change_state):
400         * gst/subparse/gstsubparse.h:
401           Text subtitle files may or may not be UTF-8. If it's not, we
402           don't really want to see '?' characters in place of non-ASCII
403           characters like accented characters. So let's assume the input
404           is UTF-8 until we come across text that is clearly not. If it's
405           not UTF-8, we don't really know what it is, so try the following:
406           (a) see whether the GST_SUBTITLE_ENCODING environment variable
407           is set; if not, check (b) if the current locale encoding is
408           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
409           the current locale encoding is UTF-8 and the environment variable
410           was not set to any particular encoding. Not perfect, but better
411           than nothing (and better than before, I think) (fixes #172848).
412
413 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
414
415         * configure.ac:
416           update core requirement to 0.10.4.1 because of async_playback
417           vmethod on GstBaseSink
418
419 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
420
421         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
422         * gst/adder/gstadder.c: (gst_adder_init):
423         use DEBUG_FUNCPTR for collectpads
424
425 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
426
427         * docs/plugins/Makefile.am:
428         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
429         * docs/plugins/gst-plugins-base-plugins-sections.txt:
430         * ext/cdparanoia/gstcdparanoiasrc.c:
431         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
432         (gst_gnome_vfs_sink_class_init):
433         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
434         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
435         * ext/ogg/gstoggmux.c:
436         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
437         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
438         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
439         * ext/pango/gsttextoverlay.c:
440         * ext/pango/gsttextrender.c:
441         * ext/theora/theoradec.c:
442         * ext/theora/theoraenc.c:
443         * ext/vorbis/vorbisdec.c:
444         * ext/vorbis/vorbisenc.c:
445         * gst-libs/gst/audio/gstaudiofilter.c:
446         (gst_audio_filter_base_init):
447         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
448         (gst_audio_filter_template_base_init):
449         * gst/adder/gstadder.c: (gst_adder_get_type):
450         * gst/adder/gstadder.h:
451         * gst/audioconvert/gstaudioconvert.c:
452         * gst/audiotestsrc/gstaudiotestsrc.c:
453         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
454         (gst_audio_test_src_create):
455         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
456         * gst/playback/gstdecodebin.c:
457         * gst/playback/gstplaybin.c:
458         * gst/playback/gststreamselector.c:
459         (gst_stream_selector_base_init):
460         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
461         * gst/volume/gstvolume.c:
462         * sys/v4l/gstv4lmjpegsink.c:
463         * sys/v4l/gstv4lmjpegsrc.c:
464         * tests/check/libs/cddabasesrc.c:
465         * tests/old/examples/gob/gst-identity2.gob:
466         Add docs for adder, use GST_ELEMENT_DETAILS macro,
467         define GstElementDetails at the top
468
469 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
470
471         * win32/common/libgstinterfaces.def:
472         Add a lot of export functions for gst-python
473         * win32/vs6/libgstinterfaces.dsp:
474         Add a missing include folder in the project configuration
475         
476 2006-03-23  Wim Taymans  <wim@fluendo.com>
477
478         * gst-libs/gst/audio/gstbaseaudiosrc.c:
479         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
480         (gst_base_audio_src_change_state):
481         Fix audio sources, forgot to make the ringbuffer
482         startable...
483
484 2006-03-23  Wim Taymans  <wim@fluendo.com>
485
486         * gst-libs/gst/audio/gstbaseaudiosrc.c:
487         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
488         (gst_base_audio_src_change_state):
489         unparent instead of unref the ringbuffer.
490
491 2006-03-23  Wim Taymans  <wim@fluendo.com>
492
493         * gst-libs/gst/audio/gstbaseaudiosink.c:
494         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
495         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
496         Implement new async_play vmethod to start slaving and allow
497         playback start in case of async PLAY state changes. 
498
499         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
500         Enable QoS with new method in base class.
501
502 2006-03-23  Wim Taymans  <wim@fluendo.com>
503
504         Patch by: Julien MOUTTE <julien at moutte dot net>
505
506         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
507         (gst_video_test_src_do_seek), (gst_video_test_src_create):
508         Partially handle 0 framerate, only EOS after the first frame
509         is missing.
510
511 2006-03-23  Wim Taymans  <wim@fluendo.com>
512
513         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
514
515         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
516         (gst_riff_create_video_template_caps):
517         * gst/ffmpegcolorspace/avcodec.h:
518         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
519         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
520         (gst_ffmpegcsp_avpicture_fill):
521         * gst/ffmpegcolorspace/imgconvert.c:
522         Patch for support of YVU9 AVI files (#334822)
523
524 2006-03-22  Edward Hervey  <edward@fluendo.com>
525
526         * docs/design/design-decodebin.txt:
527         Added design document for new decodebin
528         (Target Caps): text/x-pango-markup is also a default target caps.
529
530 2006-03-22  Wim Taymans  <wim@fluendo.com>
531
532         * gst-libs/gst/audio/gstbaseaudiosink.c:
533         (gst_base_audio_sink_dispose):
534         Since we _parent the ringbuffer, we also need to
535         _unparent instead of a plain _unref.
536
537 2006-03-22  Wim Taymans  <wim@fluendo.com>
538
539         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
540         (stop_seek), (scrub_toggle_cb), (main):
541         Add scrub checkbox.
542
543 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
544
545         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
546         (gst_ogg_parse_chain):
547           Fix very inefficient usage of linked lists (#335365).
548
549 2006-03-21  Edward Hervey  <edward@fluendo.com>
550
551         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
552         * gst/playback/gstplaybin.c: (handoff):
553         * gst/playback/gststreamselector.c:
554         (gst_stream_selector_set_property):
555         gcc 4.1 unreferenced pointer fixes.
556         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
558         gst_buffer_ref() now takes a GstBuffer*.
559
560 2006-03-20  Julien MOUTTE  <julien@moutte.net>
561
562         * sys/xvimage/xvimagesink.c:
563         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
564         by Jan Schmidt.
565
566 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
567
568         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
569         (id3v1_type_find), (apetag_type_find), (plugin_init):
570           Can't do tag preferences via probability, as tags would then
571           lose against types that are recognised with MAXIMUM probability
572           (like .wav); so let all tag typefinders return MAXIMUM themselves
573           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
574           that we can prefer APE to ID3v1 (fixes #335028).
575           
576 2006-03-17  Wim Taymans  <wim@fluendo.com>
577
578         * gst-libs/gst/audio/gstbaseaudiosink.c:
579         (gst_base_audio_sink_change_state):
580         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
581         (gst_ring_buffer_may_start):
582         * gst-libs/gst/audio/gstringbuffer.h:
583         Only start playback if we are playing.
584         should fix #330748.
585
586 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
587
588         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
589         * win32/common/config.h:
590           Revert accidental commits to these files.
591
592 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
593
594         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
595
596         * tests/Makefile.am:
597           Don't try to build tests in tests/icles if we
598           don't have X (#323852)
599
600 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
601
602         * gst-libs/gst/tag/gstid3tag.c:
603           Add TXXX frame identifiers for replaygain stuff as used
604           by some taggers (see #323721).
605
606 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
607
608         * gst/playback/gststreamselector.c:
609         (gst_stream_selector_set_property),
610         (gst_stream_selector_bufferalloc):
611           Preserve the existing buggy streamselector behaviour by performing
612           a fallback buffer allocation when downstream isn't linked yet.
613           This should really be fixed in playbin by blocking pads until it's
614           linked them.
615           Also, use gst_pad_alloc_buffer instead of
616           gst_pad_alloc_buffer_and_set.
617
618 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
619
620         * gst-libs/gst/tag/gstid3tag.c:
621           Don't crash on unknown ID3v2 TXXX frames.
622           
623 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
624
625         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
626           Chain up to the parent finalize method.
627           Add 32-bit sample size to the template caps.
628
629         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
630         (gst_riff_create_video_template_caps):
631           Add the fourcc that the VMWare codec uses.
632           
633         * gst/playback/gststreamselector.c:
634         (gst_stream_selector_set_property),
635         (gst_stream_selector_bufferalloc),
636         (gst_stream_selector_request_new_pad):
637           For the active pad, forward buffer-alloc requests, otherwise
638           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
639           having to memcpy every frame when used by playbin.
640
641         * gst/tcp/gstmultifdsink.c:
642         (gst_multi_fd_sink_handle_client_write):
643           Get negotiated caps from the sink pad, rather than the sink
644           pad's peer.
645
646 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
647
648         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
649         
650         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
651           Don't forget to set src->callbacks_pushed to FALSE again when
652           popping them, otherwise re-activation in a different mode won't
653           work (#334620).
654
655 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
656
657         Patch by: Sebastien Moutte  <sebastien moutte net>
658
659         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
660         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
661         (gst_ffmpeg_smpfmt_to_caps):
662           Replace __VA_ARGS__ caps creation macros with varargs functions.
663           Makes things compile on MSVC (#320765), looks nicer, and we can
664           tell the compiler to check for the NULL terminator.
665
666 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
667
668         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
669
670         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
671           Make sure the buffer we copy into is really always big
672           enough, this time for real (#333488).
673           
674 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
675
676         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
677           Add support for 24bpp DIB (#305279).
678
679 2006-03-14  Wim Taymans  <wim@fluendo.com>
680
681         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
682         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
683         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
684         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
685         (gst_video_scale_init), (gst_video_scale_src_event):
686         Re-enable QoS after the release.
687         Rework videoscale to use the base class src_event handler.
688
689 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
690
691         * configure.ac:
692           back to CVS.
693
694 === release 0.10.5 ===
695
696 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
697
698         * configure.ac:
699           releasing 0.10.5, "Net"
700
701 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
702
703         * docs/plugins/Makefile.am:
704           Part of previous cdparanoiasrc docs fixes, forgot to commit.
705           
706 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
707
708         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
709         * docs/plugins/gst-plugins-base-plugins-sections.txt:
710         * docs/plugins/gst-plugins-base-plugins.hierarchy:
711           Add cdparanoiasrc to docs.
712
713         * gst-libs/gst/cdda/gstcddabasesrc.c:
714           More GstCddaBaseSrc docs.
715
716 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
717
718         * docs/libs/gst-plugins-base-libs-sections.txt:
719         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
720         * gst-libs/gst/tag/tag.h:
721           Add new API to libgsttag: gst_tag_from_id3_user_tag().
722
723 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
724
725         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
726           NULL-terminate array of mpeg4 video file extensions.
727           Fixes crash on PPC (#334226).
728
729 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
730
731         * ext/gnomevfs/gstgnomevfssrc.c:
732         (gst_gnome_vfs_src_check_get_range):
733           gnome_vfs_uri_is_local() alone is not a good indicator
734           whether we can operate in pull-mode with a specific URI,
735           as it returns FALSE for file:// URIs that point to an
736           NFS-mounted path. Be more conservative here: whitelist
737           local files, blacklist http URIs and use the old
738           mechanism for anything else (fixes #334216).
739
740 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
741
742         * configure.ac:
743           back to trunk
744
745 === release 0.10.4 ===
746
747 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
748
749         * configure.ac:
750           releasing 0.10.4, "Power"
751
752 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
753
754         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
755         Disable max-lateness by setting it to -1 for now, so that 
756         we can bed QoS stuff in thoroughly between now and the next
757         release.
758
759 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
760
761         Patch by: Fabrizio Gennari
762
763         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
764           Make sure we don't read beyond the palette buffer in case of
765           broken or manipulated files (#333488)
766
767 2006-03-10  Edward Hervey  <edward@fluendo.com>
768
769         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
770         Fix for variable not initialized.
771
772 2006-03-09  Wim Taymans  <wim@fluendo.com>
773
774         * ext/libvisual/visual.c: (gst_visual_get_type),
775         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
776         (gst_visual_chain):
777         Small cleanups.
778
779         * ext/theora/gsttheoradec.h:
780         * ext/theora/theoradec.c: (gst_theora_dec_init),
781         (gst_theora_dec_reset), (_theora_granule_time),
782         (theora_dec_src_convert), (theora_dec_sink_convert),
783         (theora_dec_src_query), (theora_dec_src_event),
784         (theora_dec_sink_event), (theora_handle_comment_packet),
785         (theora_handle_header_packet), (theora_dec_push),
786         (theora_handle_data_packet), (theora_dec_chain),
787         (theora_dec_change_state):
788         Add simple QoS.
789
790 2006-03-09  Wim Taymans  <wim@fluendo.com>
791
792         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
793         (audiocast_register_listener), (gst_gnome_vfs_src_start):
794         Some cleanups.
795
796 2006-03-09  Wim Taymans  <wim@fluendo.com>
797
798         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
799         Don't try to activate NULL chains.
800
801 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
802
803         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
804           Fix invalid memory access to region before peek'd data (#332964).
805
806 2006-03-09  Wim Taymans  <wim@fluendo.com>
807
808         Patch by: Christophe Fergeau
809
810         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
811         * ext/pango/gsttextrender.c: (gst_text_render_init):
812         * gst/adder/gstadder.c: (gst_adder_init):
813         Don't leak padtemplates, closes #333510.
814
815 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
816
817         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
818           Fix invalid memory access: make sure string passed to
819           regexec() is NUL-termianted.
820
821 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
822
823         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
824         (mp3_type_find):
825           Refactor mpeg/audio typefinding to make it more maintainable
826           and easier to fine-tune. Make probing into middle of the file
827           work properly (fixes #333900, also see #152688).
828
829 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
830
831         * gst/typefind/gsttypefindfunctions.c:
832         (utf8_type_find_have_valid_utf8_at_offset):
833           Remove part from previous commit that was bogus:
834           g_utf8_validate() does in fact not accept embedded
835           zeroes, so we don't need to check for those (thanks
836           to Mike for the hint).
837
838 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
839
840         * gst/typefind/gsttypefindfunctions.c:
841         (utf8_type_find_count_embedded_zeroes),
842         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
843           Make plain/text typefinder more conservative: firstly, check
844           for embedded zeroes, which are perfectly valid UTF-8 characters,
845           but also a fairly good sign that something is not a plain text
846           file; secondly, probe into the middle of the file if possible.
847           If we can't probe into the middle, limit the probability value
848           to be returned to TYPE_FIND_POSSIBLE (see #333900).
849
850 2006-03-08  Michael Smith  <msmith@fluendo.com>
851
852         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
853           Make typefind function name for mpeg4 video unique.
854
855 2006-03-08  Wim Taymans  <wim@fluendo.com>
856
857         * ext/libvisual/visual.c: (gst_visual_init),
858         (gst_visual_clear_actors), (gst_visual_dispose),
859         (gst_visual_reset), (gst_visual_src_setcaps),
860         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
861         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
862         (gst_visual_chain), (gst_visual_change_state):
863         Cleanups, post nice errors.
864         Handle sink and src events.
865         Implement simple QoS.
866
867         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
868         Use new basesink methods to configure max-lateness.
869         Small doc update.
870
871         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
872         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
873         Debug statement cleanups.
874
875         * gst/volume/gstvolume.c: (gst_volume_class_init):
876         Simple cleanup.
877
878 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
879
880         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
881         (gst_text_overlay_init), (gst_text_overlay_set_property),
882         (gst_text_overlay_get_property):
883           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
884           as string type properties, but mark them deprecated. Add
885           'halignment' and 'valignment' properties that use enums
886           instead of strings.
887
888 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
889
890         Patch by: Fabrizio Gennari
891
892         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
893           Allow palettes with less than 256 colours in AVI files
894           (#333488)
895
896 2006-03-07  Julien MOUTTE  <julien@moutte.net>
897
898         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
899         (gst_text_overlay_video_event): Fix wrong EOS handling on text
900         pad. We were releasing the queued text buffer when we should keep
901         it until video pad gets EOS or discard the text buffer because it's
902         too old. That was eating the last subtitle buffer. Add some more
903         debug.
904
905 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
906
907         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
908         (gst_text_overlay_video_chain):
909           Fix invalid memory access (we can't access a buffer after it's been
910           pushed downstream without taking a reference); fix memory leak (if
911           there's no text to render, bail out before allocating stuff).
912
913 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
914
915         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
916         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
917         * ext/pango/gsttextoverlay.h:
918           If input is plain text, escape it before passing it to
919           pango_layout_set_markup().
920
921 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
922
923         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
924           Don't ignore flow return from gst_pad_push().
925
926 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
927
928         Patch by: Fabrizio Gennari
929
930         * ext/libvisual/visual.c: (gst_visual_getcaps),
931         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
932         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
933         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
934         (gst_vorbisenc_convert_sink):
935         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
936         (gst_audio_duration_from_pad_buffer):
937         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
938         (gst_audio_filter_chain):
939         * gst-libs/gst/rtp/gstbasertpdepayload.c:
940         (gst_base_rtp_depayload_setcaps):
941         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
942         (gst_video_get_size):
943         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
944           Don't leak references returned by gst_pad_get_parent()
945           (#333663)
946
947 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
948
949         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
950           change location param details
951         * gst/volume/gstvolume.c: (plugin_init):
952           correct plugin description
953
954 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
955
956         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
957         (gst_gnome_vfs_src_check_get_range):
958           Override GstBaseSrc::check_get_range() in order to avoid opening
959           the resource just to check whether we can operate in pull-mode or
960           not - we can predict that pretty well from the URI alone. Should
961           fix problems with last.fm (#331690). (Requires latest core CVS).
962
963 2006-03-06  Wim Taymans  <wim@fluendo.com>
964
965         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
966         (gst_video_sink_class_init):
967         Throw away frames that are later than 20 ms.
968
969 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
970
971         Patch by: Fabrizio Gennari
972
973         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
974           Set depth on WMA caps (#333545)
975
976 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
977
978         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
979         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
980           put Theora BOS pages before others.  This hardcodes
981           the Ogg/Theora I profile, but hey.
982
983 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
984
985         * ext/ogg/README:
986           updated with some examples
987         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
988         (granulepos_add), (theora_buffer_from_packet):
989         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
990         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
991         (gst_vorbisenc_chain):
992           implement strategy from ext/ogg/README
993         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
994         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
995         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
996         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
997           Fix muxer so that oggz-validate is happy with all streams;
998           except for no eos mark, and the BOS page ordering
999         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
1000         (check_buffer_granulepos):
1001         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
1002           update tests to check for OFFSET being set as requested
1003           fixed type of granulepos, it's not a ClockTime
1004
1005 2006-03-05  Julien MOUTTE  <julien@moutte.net>
1006
1007         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1008         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
1009         Check that the xvimage we are creating has a correct size
1010         before returning it. (#314897)
1011
1012 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
1013
1014         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1015           Give id3 and ape tag typefinders a rank slightly higher
1016           than PRIMARY to ensure they're always run before any of
1017           the other typefinders (in particular wav and mp3) (#324186).
1018
1019 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
1020
1021         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1022           Add support for '3IVD' fourcc (#333403).
1023
1024 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
1025
1026         * configure.ac:
1027           Bump requirements to GStreamer CVS for the new error enum.
1028
1029         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
1030           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
1031           space left on the device (fixes #333352).
1032
1033 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
1034
1035         * win32/vs6:
1036           add a project file for libgstvolume
1037           update the workspace
1038
1039 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1040
1041         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
1042         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
1043         (GST_START_TEST):
1044           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
1045           Set IN_CAPS on header buffers
1046
1047 2006-03-02  Wim Taymans  <wim@fluendo.com>
1048
1049         * docs/plugins/Makefile.am:
1050         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1051         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1052         Add audioresample to docs.
1053
1054         * gst/audioconvert/gstaudioconvert.c:
1055         Add revision date.
1056
1057         * gst/audioresample/gstaudioresample.c:
1058         (gst_audioresample_base_init), (gst_audioresample_class_init),
1059         (gst_audioresample_init), (gst_audioresample_dispose),
1060         (audioresample_get_unit_size), (audioresample_transform_caps),
1061         (resample_set_state_from_caps), (audioresample_transform_size),
1062         (audioresample_set_caps), (audioresample_event),
1063         (audioresample_do_output), (audioresample_transform),
1064         (audioresample_pushthrough), (gst_audioresample_set_property),
1065         (gst_audioresample_get_property), (plugin_init):
1066         * gst/audioresample/gstaudioresample.h:
1067         Added docs.
1068         Small code cleanups.
1069
1070 2006-03-02  Wim Taymans  <wim@fluendo.com>
1071
1072         * docs/plugins/Makefile.am:
1073         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1074         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1075         Added videoscale to docs.
1076
1077         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
1078         (gst_video_rate_swap_prev), (gst_video_rate_event),
1079         (gst_video_rate_chain):
1080         Fix typo in docs.
1081
1082         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
1083         (gst_video_scale_init), (gst_video_scale_prepare_size),
1084         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
1085         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
1086         * gst/videoscale/gstvideoscale.h:
1087         Added docs, examples.
1088         Some code cleanups.
1089         Post errors instead of g_warning.
1090
1091 2006-03-02  Wim Taymans  <wim@fluendo.com>
1092
1093         * docs/libs/gst-plugins-base-libs-docs.sgml:
1094         * docs/libs/gst-plugins-base-libs-sections.txt:
1095         * docs/libs/gst-plugins-base-libs.types:
1096         * docs/plugins/Makefile.am:
1097         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1098         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1099         Added some more docs to libs and plugins.
1100
1101         * gst-libs/gst/audio/gstringbuffer.c:
1102         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
1103         * gst-libs/gst/audio/gstringbuffer.h:
1104         Document ringbuffer some more.
1105
1106         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
1107         (gst_video_rate_setcaps), (gst_video_rate_reset),
1108         (gst_video_rate_init), (gst_video_rate_flush_prev),
1109         (gst_video_rate_swap_prev), (gst_video_rate_event),
1110         (gst_video_rate_chain), (gst_video_rate_change_state):
1111         * gst/videorate/gstvideorate.h:
1112         Fix videorate to use segments.
1113         Make it work with 0/1 framerates (closes #331903)
1114         Handle EOS correctly.
1115         Added docs.
1116
1117 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
1118
1119         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
1120         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
1121         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
1122           In state change function, first chain up to parent class,
1123           then handle downwards state change stuff. Remove some
1124           commented out cruft from 0.8 code.
1125
1126 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
1127
1128         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
1129         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
1130         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
1131         (gst_ogm_parse_chain):
1132           Don't remove/re-add source pad if the new caps are the same as
1133           the old caps anyway (#333042). When removing source pad, don't
1134           unref it afterwards - we didn't ref it when adding. Sprinkle some
1135           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
1136           after using gst_pad_get_parent(). Return downstream flow return
1137           value in chain function.
1138
1139 2006-03-02  Wim Taymans  <wim@fluendo.com>
1140
1141         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1142         * docs/plugins/gst-plugins-base-plugins.args:
1143         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1144         * docs/plugins/gst-plugins-base-plugins.interfaces:
1145         * docs/plugins/gst-plugins-base-plugins.signals:
1146         Fix hierarchy, added some more elements to the docs.
1147
1148         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1149         (gst_ffmpegcsp_get_type):
1150         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
1151         Fix docs for ffmpegcolorspace.
1152
1153 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
1154
1155         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
1156         (apetag_type_find), (ape_type_find), (plugin_init):
1157           Some typefinding fine-tuning:
1158           - rank ID3/APE tags in order of preference via probabilities, so that
1159             ID3v2 > APEv2 > APEv1 > ID3v1.
1160           - three or four bytes don't really justify MAXIMUM probability,
1161             change those to 'very likely' (musepack and monkeysaudio).
1162
1163 2006-03-01  Wim Taymans  <wim@fluendo.com>
1164
1165         * docs/plugins/Makefile.am:
1166         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1167         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1168         * ext/alsa/gstalsamixer.c:
1169         * ext/alsa/gstalsamixer.h:
1170         * ext/alsa/gstalsamixerelement.c:
1171         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
1172         * ext/alsa/gstalsamixerelement.h:
1173         * ext/alsa/gstalsasink.c:
1174         * ext/alsa/gstalsasink.h:
1175         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
1176         (gst_alsasrc_init):
1177         * ext/alsa/gstalsasrc.h:
1178         Added alsa docs.
1179         Small code cleanups.
1180
1181 2006-03-01  Wim Taymans  <wim@fluendo.com>
1182
1183         * ext/theora/Makefile.am:
1184         Dist new header too,
1185
1186 2006-03-01  Wim Taymans  <wim@fluendo.com>
1187
1188         * docs/plugins/Makefile.am:
1189         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1190         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1191         * ext/gnomevfs/gstgnomevfssink.h:
1192         * ext/gnomevfs/gstgnomevfssrc.h:
1193         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1194         * ext/vorbis/vorbisdec.h:
1195         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
1196         * ext/vorbis/vorbisenc.h:
1197         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
1198         (vorbis_parse_chain), (vorbis_parse_change_state):
1199         * ext/vorbis/vorbisparse.h:
1200         * gst/audioconvert/gstaudioconvert.h:
1201         * gst/tcp/gsttcpserversink.h:
1202         * gst/videotestsrc/gstvideotestsrc.c:
1203         * gst/videotestsrc/gstvideotestsrc.h:
1204         * gst/volume/gstvolume.c:
1205         * gst/volume/gstvolume.h:
1206         Fix some more docs.
1207         Added docs for vorbisdec and vorbisparse.
1208         Fix vorbisparse.
1209
1210 2006-03-01  Wim Taymans  <wim@fluendo.com>
1211
1212         * docs/plugins/Makefile.am:
1213         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1214         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1215         * ext/pango/gstclockoverlay.h:
1216         * ext/pango/gsttextoverlay.h:
1217         * ext/pango/gsttextrender.h:
1218         * ext/pango/gsttimeoverlay.h:
1219         * ext/theora/gsttheoradec.h:
1220         * ext/theora/gsttheoraenc.h:
1221         * ext/theora/theoradec.c:
1222         * ext/theora/theoraenc.c:
1223         * gst/audioconvert/gstaudioconvert.h:
1224         * gst/audiotestsrc/gstaudiotestsrc.h:
1225         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
1226         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
1227         * gst/tcp/gstmultifdsink.h:
1228         Updated/added documentation.
1229
1230         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
1231         (gst_text_overlay_halign_get_type),
1232         (gst_text_overlay_wrap_mode_get_type),
1233         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
1234         (gst_text_overlay_init), (gst_text_overlay_set_property),
1235         (gst_text_overlay_get_property):
1236         Fix up properties to be enums instead of string to make bindings,
1237         introspection and automatic GUI creation possible.
1238         Add getters for the properties.
1239
1240 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
1241
1242         * gst/audiotestsrc/gstaudiotestsrc.c:
1243           added defines of M_PI and M_PI_2
1244         * gst/ffmpegcolorspace/avcodec.h:
1245           removed #include "stdint.h" for win32 as _stdint.h is 
1246           autogenerated to win32/common
1247         * win32/common/libgstaudio.def:
1248         * win32/common/libgsttag.def:
1249           added some exports
1250         * win32/vs6:
1251           some project files bugs corrected
1252         * win32/vs7:
1253           project files are reset to the default vs7 configuration 
1254           (they link to msvcr71.dll using default optimizations)
1255           
1256 2006-02-28  Wim Taymans  <wim@fluendo.com>
1257
1258         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
1259         Fix some docs.
1260
1261 2006-02-28  Edward Hervey  <edward@fluendo.com>
1262
1263         * ext/alsa/gstalsasrc.c:
1264         Set proper class on the ElementDetails:
1265         Source/Audio instead of Src/Audio/
1266
1267 2006-02-28  Edward Hervey  <edward@fluendo.com>
1268
1269         * gst/videoscale/vs_scanline.c:
1270         (vs_scanline_resample_nearest_RGBA):
1271         Revert optimization in videoscale. It should go in liboil and have
1272         an appropriate liboil function.
1273
1274 2006-02-28  Wim Taymans  <wim@fluendo.com>
1275
1276         * gst-libs/gst/audio/gstbaseaudiosink.c:
1277         (gst_base_audio_sink_provide_clock):
1278         Don't try to provide a clock in the NULL state.
1279
1280 2006-02-28  Wim Taymans  <wim@fluendo.com>
1281
1282         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
1283         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
1284         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1285         (gst_ogg_demux_deactivate_current_chain),
1286         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
1287         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
1288         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
1289         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
1290         Use GstSegment infrastructure to remove duplicated code
1291         and handle more seek cases correctly.
1292
1293 2006-02-28  Wim Taymans  <wim@fluendo.com>
1294
1295         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1296         (gst_ffmpegcsp_transform):
1297         Don't ignore return code from ffmpeg convert function.
1298
1299         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
1300         Split out some long statements to ease debugging.
1301
1302 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
1303
1304         * ext/libvisual/visual.c: (gst_visual_init),
1305         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
1306         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
1307         being able to renegotiate the size. Instead, use the negotiation
1308         algorithm from the goom plugin to pick an initial output caps. 
1309
1310         Also, allow theoretical libvisual plugins that might support non-GL 
1311         output even if they also do GL.
1312
1313 2006-02-26  Julien MOUTTE  <julien@moutte.net>
1314
1315         * ext/libvisual/visual.c: (gst_visual_init),
1316         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
1317         (plugin_init): Load only non GL plugins. Fix some memleaks and 
1318         possible negotiation issues.
1319
1320 2006-02-25  Julien MOUTTE  <julien@moutte.net>
1321
1322         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
1323
1324 2006-02-24  Michael Smith  <msmith@fluendo.com>
1325
1326         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
1327         (cmml_type_find), (plugin_init):
1328           Fix CMML type find function to not require a specific minor version
1329           of the CMML header.
1330
1331           Add an MPEG4 video elementary stream typefind function.
1332
1333 2006-02-04  Michael Smith  <msmith@fluendo.com>
1334
1335         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
1336         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
1337         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1338         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
1339         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
1340         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
1341           Annodex support in ogg demuxer. Doesn't do very much without the
1342           other annodex patches (to come).
1343
1344 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1345
1346         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
1347
1348         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1349           Pick up palette for MS video v1 (#327028)
1350
1351 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1352
1353         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1354         (gst_ffmpegcsp_caps_remove_format_info),
1355         (gst_ffmpegcsp_get_unit_size):
1356           The 'palette_data' field from incoming RGB caps shouldn't be
1357           proxied on outgoing YUV caps; also, restrict unit size
1358           adjustment in case of paletted data only to the unit that
1359           actually has a palette. Fixes #330711.
1360
1361 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1362
1363         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1364         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
1365         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
1366         (gst_ffmpegcsp_get_unit_size):
1367           Plug some memory leaks.
1368
1369 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1370
1371         * sys/ximage/Makefile.am:
1372         * sys/xvimage/Makefile.am:
1373           Add some _CFLAGS and _LIBS that seem to be missing
1374           and/or required for Cygwin (see #317048).
1375
1376 2006-02-22  Wim Taymans  <wim@fluendo.com>
1377
1378         * ext/alsa/gstalsasrc.c:
1379         Fix description as pointed out by caugier.
1380
1381 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
1382
1383         Reviewed by : Edward Hervey  <edward@fluendo.com>
1384
1385         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1386         (qt_type_find):
1387         Better 3gp typefinding (#331526).
1388
1389 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
1390
1391         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1392           Don't send EOS event here, the base class will send one for us.
1393
1394         * gst/playback/gstplaybasebin.c: (prepare_output):
1395           Subpictures without video stream aren't allowed either.
1396         
1397         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1398           Fix debug statement copy'n'paste-o.
1399
1400 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
1401
1402         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
1403           Fix issues with mixer keeping state when muting/unmuting
1404           and when changing the volume whilst muted (see #331763
1405           and #331765).
1406
1407 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
1408
1409         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
1410         (parse_subrip), (gst_sub_parse_format_autodetect):
1411           Set right caps given that we send escaped text. Also,
1412           honour <i></i>, <b></b> and <u></u> markers that can be found
1413           in .srt files (fixes #310202).
1414
1415 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
1416
1417         * gst-libs/gst/audio/mixerutils.c:
1418         (element_factory_rank_compare_func):
1419           Make order in which elements are tried more determinable.
1420
1421 2006-02-20  Julien MOUTTE  <julien@moutte.net>
1422
1423         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
1424         (remove_element_chain), (cleanup_decodebin),
1425         (gst_decode_bin_change_state): Make decodebin reusable by
1426         fixing remove_element_chain first and then introduce a
1427         cleaner in state change to ->NULL. (Closes #331678)
1428
1429 2006-02-19  Wim Taymans  <wim@fluendo.com>
1430
1431         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
1432         use 0666 mask when creating files so umask gets applied
1433         correctly. Fixes #331295.
1434
1435 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1436
1437         * gst/subparse/Makefile.am:
1438         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
1439         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
1440         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
1441         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
1442         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
1443         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
1444         * gst/subparse/gstssaparse.h:
1445         * gst/subparse/gstsubparse.c: (plugin_init):
1446           Add very basic parser for SSA subtitle streams (as often
1447           found in matroska files).
1448
1449 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1450
1451         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
1452           That should be text/x-pango-markup, not text/x-pango-layout.
1453
1454 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1455
1456         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
1457         Polishing.
1458
1459 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1460
1461         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1462         (gst_text_overlay_finalize), (gst_text_overlay_init),
1463         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1464         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1465         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
1466         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
1467         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
1468         Fix state change deadlock.
1469
1470 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1471
1472         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1473         (gst_text_overlay_finalize), (gst_text_overlay_init),
1474         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1475         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1476         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
1477         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
1478         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
1479         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
1480         and subtitles files.
1481
1482 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1483
1484         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
1485         should be considered as raw.
1486
1487 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1488
1489         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
1490         (cb_probe):
1491         * gst/playback/gststreaminfo.h: Introduce language informations.
1492
1493 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
1494
1495         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1496         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
1497         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1498         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
1499         Set shared memory segments to be deleted as soon as we have attached,
1500         that way they get cleaned up automatically if we crash.
1501
1502 2006-02-18  Julien MOUTTE  <julien@moutte.net>
1503
1504         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
1505         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
1506         functions are called with lock held.
1507
1508 2006-02-18  Julien MOUTTE  <julien@moutte.net>
1509
1510         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1511         (gst_text_overlay_finalize), (gst_text_overlay_init),
1512         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1513         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1514         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1515         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1516         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1517         (gst_text_overlay_change_state): Refactoring of textoverlay
1518         without collectpads. This now supports sparse subtitles coming
1519         from a demuxer instead of a sub file. Seeking is still broken 
1520         though. Need to discuss with wtay some more on how to handle
1521         seeking correctly.
1522         * ext/pango/gsttextoverlay.h:
1523         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
1524         subtitles coming from the demuxer.
1525
1526 2006-02-17  Wim Taymans  <wim@fluendo.com>
1527
1528         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
1529         (gst_vorbisenc_convert_sink):
1530         Use some more scaling functions.
1531
1532 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
1533
1534         * ext/cdparanoia/gstcdparanoiasrc.c:
1535         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
1536         (gst_cd_paranoia_paranoia_callback),
1537         (gst_cd_paranoia_src_signal_is_being_watched),
1538         (gst_cd_paranoia_src_read_sector):
1539         * ext/cdparanoia/gstcdparanoiasrc.h:
1540           Add back 'transport-error' and 'uncorrected-error' signals and
1541           make them actually be fired when bad stuff happens (#319340).
1542
1543 2006-02-17  Wim Taymans  <wim@fluendo.com>
1544
1545         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
1546         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1547         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
1548         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
1549         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
1550         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
1551         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
1552         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1553         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
1554         (gst_ring_buffer_clear):
1555         Small cleanups.
1556         Added some G_LIKELY.
1557
1558 2006-02-17  Wim Taymans  <wim@fluendo.com>
1559
1560         * gst-libs/gst/audio/TODO:
1561         Update TODO
1562
1563         * gst-libs/gst/audio/gstbaseaudiosink.c:
1564         (gst_base_audio_sink_get_offset):
1565         When trying to play samples ASAP and we don't have a
1566         previous sample, try to play at position 0 instead of
1567         an invalid position.
1568
1569 2006-02-17  Wim Taymans  <wim@fluendo.com>
1570
1571         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
1572         (gst_alsasink_reset):
1573         Also release lock when we get an error in _reset();
1574         fix an error message.
1575
1576 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1577
1578         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
1579         (gst_alsasink_init), (get_channel_free_structure),
1580         (caps_add_channel_configuration), (gst_alsasink_getcaps),
1581         (gst_alsasink_close):
1582         * ext/alsa/gstalsasink.h:
1583           Add support for more than 2 channels (#326720).
1584
1585 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1586
1587         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1588           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
1589           with 4 or 6 channels, assume a default channel layout to make things
1590           work (not sure there's anything else we can do in those cases).
1591
1592 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1593
1594         * gst-libs/gst/audio/multichannel.c:
1595           Minor docs fix.
1596
1597         * gst-libs/gst/riff/Makefile.am:
1598         * gst-libs/gst/riff/riff-ids.h:
1599         * gst-libs/gst/riff/riff-media.c:
1600         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
1601           Add support for WAVEFORMATEX, eg. PCM audio with more than two
1602           channels and a channel layout map.
1603           
1604 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
1605
1606         Reviewed by Edward Hervey  <edward@fluendo.com>
1607
1608         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
1609         C-level optimization of the RGBA nearest neighbour function.
1610         Eventually this might end up in liboil with vectorized versions.
1611
1612 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1613
1614         * gst-libs/gst/audio/multichannel.c:
1615         (gst_audio_get_channel_positions):
1616           When we have more than 2 channels, but no channel layout is
1617           specified in the caps, return some default channel layout
1618           to the caller and warn about about a possibly buggy element
1619           (could be buggy filtercaps as well of course) (#317038).
1620
1621 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1622
1623         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1624           Add gst-libs/gst/cdda to list of lib search paths.
1625
1626 2006-02-15  Andy Wingo  <wingo@pobox.com>
1627
1628         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
1629         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
1630         to the Lord Jesus that I do not have to touch the ogg muxer ever
1631         again.
1632
1633 2006-02-15  Edward Hervey  <edward@fluendo.com>
1634
1635         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1636         quicktime movie files can also contain 'uuid' atoms.
1637
1638 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
1639
1640         * gst/audioconvert/plugin.c: (plugin_init):
1641           Register the GstAudioChannelPosition enum type with the type
1642           system in the plugin_init function, so that it is known before
1643           any element actually makes use of multi-channel stuff. This is
1644           required for example if one wants to be able to deserialise/use
1645           a caps string with channel positions before any pipeline has
1646           been setup and started, like with gst-launch.
1647
1648 2006-02-14  Wim Taymans  <wim@fluendo.com>
1649
1650         * gst-libs/gst/audio/gstringbuffer.c:
1651         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
1652         (gst_ring_buffer_samples_done), (wait_segment),
1653         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
1654         Add some compiler G_(UN_)LIKELY help.
1655         SIGNAL the ringbuffer waiters when going to PAUSED as well to
1656         make sure they can exit their functions. Should fix #330748
1657
1658 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1659
1660         * Makefile.am:
1661         * configure.ac:
1662         * win32/MANIFEST:
1663         * win32/common/_stdint.h:
1664           Windows does not have long long; copy the generated _stdint.h
1665         * win32/common/interfaces-enumtypes.c:
1666         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
1667         (gst_mixer_track_flags_get_type),
1668         (gst_tuner_channel_flags_get_type):
1669         * win32/common/multichannel-enumtypes.c:
1670         (gst_audio_channel_position_get_type):
1671           update
1672
1673 2006-02-13  Wim Taymans  <wim@fluendo.com>
1674
1675         * gst-libs/gst/audio/gstbaseaudiosink.c:
1676         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
1677         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1678         Always sync on first sample we receive when starting.
1679
1680 2006-02-13  Wim Taymans  <wim@fluendo.com>
1681
1682         * gst/playback/gstplaybin.c: (gen_vis_element):
1683         Update vis bin docs.
1684         Move queue after tee so we don't queue video buffers but
1685         audio samples instead. Fixes problems where the video queue
1686         is filled and the audio queue empty.
1687
1688 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
1689
1690         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1691           No need to push an EOS event here, GstBaseSrc will do that for us
1692           when we return FLOW_UNEXPECTED.
1693           
1694 2006-02-12  Wim Taymans  <wim@fluendo.com>
1695
1696         * gst-libs/gst/audio/gstbaseaudiosink.c:
1697         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
1698         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
1699         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1700         Use scale functions when possible.
1701         Fix error messages.
1702         Free clockid when after waiting for EOS.
1703         Use G_(UN_)LIKLY when it makes sense.
1704         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
1705
1706 2006-02-12  Edward Hervey  <edward@fluendo.com>
1707
1708         * gst/playback/gstplaybasebin.c: (prepare_output): 
1709         Remove stray semi-colon (fixes #330888).
1710
1711 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
1712
1713         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
1714         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1715         Fix up the XShm call testing so that we catch errors, and don't
1716         cause new ones by attempting to detach from a segment we failed
1717         to attach to. Fixes #312439.
1718
1719 2006-02-10  Edward Hervey  <edward@fluendo.com>
1720
1721         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1722         Added flv file typefind (video/x-flv).
1723
1724 2006-02-10  Edward Hervey  <edward@fluendo.com>
1725
1726         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1727         (gst_riff_create_video_template_caps):
1728         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
1729         Also added the caps to the default set of riff video caps.
1730
1731 2006-02-09  Andy Wingo  <wingo@pobox.com>
1732
1733         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
1734         time and the end time of the last packet in the page.
1735         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
1736         on the pages in our queue, set the duration as well. Reflow a
1737         debug statement.
1738         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
1739         Fixes bad muxing order.
1740
1741 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1742
1743         * gst-libs/gst/rtp/gstbasertppayload.c:
1744         (gst_basertppayload_setcaps), (gst_basertppayload_push):
1745           update seqnum before setting it on the packet; this makes sure
1746           that the timestamp and seqnum properties match after pushing
1747           a buffer
1748
1749 2006-02-09  Andy Wingo  <wingo@pobox.com>
1750
1751         * gst-libs/gst/audio/gstringbuffer.c
1752         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
1753         overflow after 13.5 hours of recording. Kapow!
1754
1755         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
1756         the buffer size -- we don't care about underrun/overrun reporting
1757         right now, just need to return a useful value.
1758
1759 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
1760
1761         * configure.ac:
1762           Back to CVS
1763
1764 === release 0.10.3 ===
1765
1766 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
1767
1768         * configure.ac:
1769           releasing 0.10.3, "Under Pressure"
1770
1771 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1772
1773         * configure.ac:
1774         Drat. Bump libtool version number for new API.
1775         Prelease 0.10.2.3 (of 0.10.3)
1776
1777 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1778
1779         * configure.ac:
1780         * win32/common/config.h:
1781         0.10.2.2 prerelease (of 0.10.3).
1782
1783 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1784
1785         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
1786           Revert Andy's newsegment change pending a more correct
1787           fix.
1788
1789 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1790
1791         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1792         (qt_type_find), (plugin_init):
1793           detect more files as 3gp
1794           group and reorder the iso file formats
1795
1796 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1797
1798         * ext/vorbis/vorbis.c: (plugin_init):
1799           Register musicbrainz tags, so apps don't have to.
1800
1801 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1802
1803         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
1804         (gst_tag_to_vorbis_tag):
1805           Make sure we called gst_tag_register_musicbrainz_tags()
1806           before possibly mapping a vorbiscomment string from/to a
1807           musicbrainz tag.
1808
1809 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1810
1811         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
1812           In case we can't find the required number of consecutive
1813           mpeg audio frames to positively identify an MPEG audio
1814           stream, check if there's at least a valid mpeg audio
1815           frame right at offset 0 and if so suggest mpeg/audio
1816           caps with a very low probability (#153004).
1817
1818 2006-02-07  Andy Wingo  <wingo@pobox.com>
1819
1820         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
1821         a TIME segment if we get timestamped buffers. Requires recent
1822         fixes in core to work properly.
1823
1824 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1825
1826         * gst/playback/gstplaybasebin.c: (prepare_output):
1827           Don't print the URI as part of the error message, it
1828           makes error dialogs look rather ugly, especially if
1829           the URI is very long or has characters in it that
1830           need escaping.
1831
1832 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1833
1834         * gst/playback/gstplaybasebin.c: (prepare_output):
1835           Error out if we have only text or subtitles, but nothing
1836           else. Also error out if we have subtitles but no video
1837           stream.
1838
1839 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1840
1841         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1842           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
1843           Post an error message on the bus when we encounter an
1844           error, which will hopefully be more meaningful than the
1845           'Internal Flow Error' message users get to see if we
1846           just return GST_FLOW_ERROR.
1847
1848 2006-02-07  Andy Wingo  <wingo@pobox.com>
1849
1850         * configure.ac (GST_MAJORMINOR): Update core version req to
1851         0.10.2.2, for the collectpads API addition (#330244).
1852
1853 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
1854
1855         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1856           Return FALSE from plugin_init() when GnomeVFS can't
1857           be initialised for some reason (#328423).
1858
1859 2006-02-06  Julien MOUTTE  <julien@moutte.net>
1860
1861         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
1862         Stick to seeking theory until i find the bug.
1863         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
1864
1865 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1866
1867         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1868         (theora_enc_finalize), (theora_enc_sink_setcaps),
1869         (theora_set_header_on_caps), (theora_enc_chain),
1870         (theora_enc_change_state):
1871         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
1872           Make theoraenc and the tests leak free. Like, really.
1873
1874 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1875
1876         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1877         (theora_enc_finalize), (theora_enc_sink_setcaps):
1878           Add a finalize method to ensure we clean up state even if
1879           someone omitted the state change back to NULL.
1880
1881         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
1882         (gst_vorbisenc_chain):
1883           Free some more leaked bits.
1884
1885         * tests/check/pipelines/theoraenc.c: (start_pipeline),
1886         (stop_pipeline):
1887           Wait for state changes to happen if they're ASYNC.
1888
1889           This ought to teach those fancy pants buildbots a lesson.
1890
1891 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1892
1893         * gst-libs/gst/tag/gstid3tag.c:
1894           Add mapping for ID3 International Standard Recording Code
1895           tag "TSRC"
1896
1897 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1898
1899         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
1900           Don't leak tag names.
1901
1902 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1903
1904         * docs/libs/gst-plugins-base-libs-docs.sgml:
1905         * docs/libs/gst-plugins-base-libs-sections.txt:
1906         * gst-libs/gst/tag/gstid3tag.c:
1907         * gst-libs/gst/tag/gstvorbistag.c:
1908         * gst-libs/gst/tag/tags.c:
1909           Split libgsttag docs into multiple sections.
1910
1911 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1912
1913         * docs/libs/Makefile.am:
1914         * docs/libs/gst-plugins-base-libs-docs.sgml:
1915         * docs/libs/gst-plugins-base-libs-sections.txt:
1916         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
1917         * gst-libs/gst/tag/gstvorbistag.c:
1918         * gst-libs/gst/tag/tag.h:
1919         * gst-libs/gst/tag/tags.c:
1920           Add libgsttag to the docs.
1921
1922 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1923
1924         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
1925         (gst_text_overlay_init), (gst_text_overlay_src_event),
1926         (gst_text_overlay_collected): Fix clockoverlay.
1927
1928 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1929
1930         * docs/libs/compiling.sgml:
1931           Fix typo: it's pkg-config, not pkg-gconfig
1932
1933         * docs/libs/gst-plugins-base-libs-docs.sgml:
1934         * docs/libs/gst-plugins-base-libs-sections.txt:
1935         * docs/libs/tmpl/gstgconf.sgml:
1936           There is no libgstgconf in 0.10, remove it
1937           from the docs.
1938
1939 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1940
1941         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
1942         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1943         (gst_text_overlay_src_event), (gst_text_overlay_collected):
1944         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1945         (gst_sub_parse_class_init), (gst_sub_parse_init),
1946         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
1947         (parse_mpsub), (parser_state_init), (handle_buffer),
1948         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
1949         * gst/subparse/gstsubparse.h: Introduce seeking code.
1950
1951 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1952
1953         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1954           Add comment about LANGUAGE tag inconsistency (we want
1955           ISO-639-1, but extract three-letter identifiers?)
1956
1957         * po/POTFILES.in:
1958           Add two translatable files.
1959
1960 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1961
1962         * gst-libs/gst/tag/Makefile.am:
1963         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1964         * gst-libs/gst/tag/tag.h:
1965         * gst-libs/gst/tag/tags.c:
1966         (gst_tag_register_musicbrainz_tags_internal),
1967         (gst_tag_register_musicbrainz_tags):
1968           Forward-port some tags stuff from the 0.8 branch. This is
1969           mostly the addition of musicbrainz tags and their mapping
1970           to vorbistags, and a vorbistag mapping of the language tag.
1971
1972 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1973
1974         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
1975         refactoring.
1976
1977 2006-02-04  David Schleef  <ds@schleef.org>
1978
1979         * ext/ogg/gstoggmux.c:
1980         * gst/typefind/gsttypefindfunctions.c:
1981           Add Dirac typefinding and add dirac format to oggmux.
1982
1983 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1984
1985         * gst/playback/gstdecodebin.c: (try_to_link_1):
1986           Don't put essential function call into
1987           g_return_*() macro, otherwise it'll all be
1988           replaced by NOOPs when compiling with
1989           G_DISABLE_CHECKS defined.
1990
1991 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
1992
1993         * ext/ogg/gstoggdemux.c:
1994         * ext/ogg/gstoggparse.c:
1995         * gst/tcp/gsttcpserversink.c:
1996         * sys/v4l/v4lsrc_calls.c:
1997         * sys/v4l/v4lsrc_calls.h:
1998         Just make it compile with --disable-gst-debug.
1999
2000 2006-02-03  Wim Taymans  <wim@fluendo.com>
2001
2002         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
2003         (gst_alsasink_class_init), (gst_alsasink_init),
2004         (gst_alsasink_write), (gst_alsasink_reset):
2005         * ext/alsa/gstalsasink.h:
2006         Add lock to protect alsa calls.
2007         Implement reset to flush samples ASAP, does not work
2008         with dmix though.
2009
2010 2006-02-02  Wim Taymans  <wim@fluendo.com>
2011
2012         * gst-libs/gst/audio/gstbaseaudiosink.c:
2013         (gst_base_audio_sink_provide_clock):
2014         Ugh.. getting late I guess...
2015
2016 2006-02-02  Wim Taymans  <wim@fluendo.com>
2017
2018         * gst-libs/gst/audio/gstbaseaudiosink.c:
2019         (gst_base_audio_sink_provide_clock),
2020         (gst_base_audio_sink_set_property),
2021         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
2022         Don't try to provide a clock when we are not negotiated since
2023         we might not be able to make it run.
2024
2025 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
2026
2027         * gst/playback/gstdecodebin.c: (try_to_link_1):
2028           Unlinking two source pads is ... hard.
2029
2030 2006-02-02  Wim Taymans  <wim@fluendo.com>
2031
2032         * gst-libs/gst/audio/TODO:
2033         Updated.
2034
2035         * gst-libs/gst/audio/gstbaseaudiosink.c:
2036         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
2037         On EOS, wait till the last sample is played before posting EOS.
2038
2039 2006-02-01  Philippe Kalaf <burger at speedy dot org>
2040
2041         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2042           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
2043           setting queue_delay to zero. Also avoid thread being started if
2044           queue_delay is zero.
2045
2046 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2047
2048         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
2049           Make test work again by connecting fakesinks to each decoded pad,
2050           which makes the pipeline wait until each fakesink has a buffer
2051           queued before going to PAUSED state. At that point we know the
2052           decodebin pads are negotiated.
2053
2054 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2055
2056         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
2057         (gst_cdda_base_src_handle_event):
2058         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
2059           Pass unhandled queries to the parent class's query function.
2060
2061 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2062
2063         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
2064         (gst_ogg_pad_src_query):
2065         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
2066         * ext/theora/theoradec.c: (theora_dec_src_query),
2067         (theora_dec_sink_query):
2068         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2069         (vorbis_dec_sink_query):
2070         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
2071         (gst_vorbisenc_sink_query):
2072         * gst/adder/gstadder.c: (gst_adder_query):
2073           Pass unhandled queries upstream instead of just
2074           dropping them (#326447). Also, fix supported
2075           query types list for some elements.
2076
2077 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2078
2079         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
2080         (paris_type_find), (ilbc_type_find), (plugin_init):
2081           Fix typefinding for audio/x-au, audio/x-paris and
2082           audio/iLBC-sh. We cannot use the START_WITH macros
2083           here, because there can only be one typefind factory
2084           with the same name (caps), so the second one would
2085           replace the first one and the first one would never
2086           be called when doing typefinding (see #161712).
2087           
2088
2089 2006-01-31  Wim Taymans  <wim@fluendo.com>
2090
2091         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
2092         (vorbis_handle_header_packet), (vorbis_dec_push),
2093         (vorbis_handle_data_packet):
2094         Use scale_int when we can, add some more scaling.
2095         Check packettype before parsing it.
2096
2097 2006-01-31  Wim Taymans  <wim@fluendo.com>
2098
2099         * ext/theora/theoradec.c: (_theora_granule_time),
2100         (theora_dec_src_convert), (theora_dec_sink_convert):
2101         Call right _scale functions.
2102         Use parameter instead of some other random value.
2103
2104 2006-01-31  Wim Taymans  <wim@fluendo.com>
2105
2106         * ext/theora/theoradec.c: (_theora_granule_frame),
2107         (_theora_granule_time), (_inc_granulepos),
2108         (theora_dec_src_convert), (theora_dec_sink_convert),
2109         (theora_handle_type_packet), (theora_handle_data_packet),
2110         (theora_dec_chain):
2111         Use higher precision timestamps calculation.
2112         Convert some other conversions to _scale.
2113
2114 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
2115
2116         * gst/audiotestsrc/gstaudiotestsrc.c:
2117         (gst_audio_test_src_create_sine_table), (plugin_init):
2118         * gst/volume/gstvolume.c: (plugin_init):
2119           initialize gst_controller before using
2120
2121 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
2122
2123         * tests/check/pipelines/theoraenc.c:
2124         * tests/check/pipelines/vorbisenc.c:
2125         Define constant using G_GINT64_CONSTANT to avoid errors when
2126         passing it around - otherwise it gets truncated to 32 bits.
2127
2128         Fixes failing tests.
2129
2130 2006-01-31  Andy Wingo  <wingo@pobox.com>
2131
2132         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
2133         caps being set doesn't have a framerate value. Basically a stopgap
2134         measure.
2135
2136         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
2137         technically correct enough to put into core though.
2138         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
2139         DURATION. Fixes theoraenc ! oggmux.
2140
2141         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
2142         fraction, not double.
2143
2144 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
2145
2146         * win32/vs7:
2147         add vs7 project files created by Sergey Scobich
2148
2149 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
2150
2151         * win32/vs8:
2152         add vs8 project files created by Sergey Scobich
2153         
2154 2006-01-30  Andy Wingo  <wingo@pobox.com>
2155
2156         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
2157         timestamp + duration, not just timestamp -- ogg pages should be
2158         ordered by stop time. Necessary fix given the change in vorbis
2159         timestamps.
2160
2161         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
2162         (gst_theora_enc_init): Pull the granule shift out of the encoder.
2163         (granulepos_add): New function, handles the messiness of adjusting
2164         granulepos values.
2165         (theora_buffer_from_packet):
2166         (theora_enc_chain):
2167         (theora_enc_sink_event): Use granulepos_add, not +.
2168
2169         * tests/check/pipelines/theoraenc.c
2170         (check_buffer_granulepos_from_starttime): Just check the frame
2171         count, not the actual granulepos -- we can't dictate to the
2172         encoder when it should be placing keyframes.
2173
2174 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2175
2176         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
2177           SERVICE_NOT_AVAILABLE happens for example when you're trying to
2178           play an http:// stream from a server that's not serving
2179
2180 2006-01-30  Andy Wingo  <wingo@pobox.com>
2181
2182         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
2183         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
2184         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
2185         available.
2186
2187         * ext/theora/gsttheoraenc.h:
2188         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
2189         although theoraenc was timestamping correctly. Added handling of
2190         streams that start with nonzero timestamps.
2191
2192         * tests/check/Makefile.am:
2193         * tests/check/pipelines/theoraenc.c: New file, basically does same
2194         tests as vorbisenc.
2195
2196         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
2197
2198 2006-01-30  Wim Taymans  <wim@fluendo.com>
2199
2200         * gst-libs/gst/audio/gstaudiosink.c:
2201         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
2202         (gst_audioringbuffer_pause):
2203         Implement pause that does not wait for completion.
2204
2205         * gst-libs/gst/audio/gstbaseaudiosink.c:
2206         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2207         Don't drop buffers when going to PAUSED but perform preroll on
2208         remaining samples now that core base class supports this.
2209
2210         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
2211         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
2212         (gst_ring_buffer_commit):
2213         Pause should not signal waiters.
2214         Implement return value of _commit correctly.
2215
2216 2006-01-30  Andy Wingo  <wingo@pobox.com>
2217
2218         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
2219
2220         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
2221         updated to timestamp from the first sample, not the last.
2222         (gst_vorbisenc_buffer_from_header_packet): New function, takes
2223         special care of granulepos and timestamp for header packets.
2224         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
2225         when the first buffer has a nonzero timestamp.
2226
2227         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
2228         (GstVorbisEnc.subgranule_offset): New members. Take care of the
2229         case when the first audio buffer we get has a nonzero timestamp.
2230         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
2231         properly timestamp vorbis buffers with the time of the first
2232         sample, not the last.
2233         
2234         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
2235         vorbis_granule_time_copy -- now it takes the granule/subgranule
2236         offset into account.
2237
2238         * tests/check/pipelines/vorbisenc.c: New test for correctness of
2239         timestamps, durations, and granulepos on buffers produced by
2240         vorbisenc.
2241
2242 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
2243
2244         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2245         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
2246           Patch from Eric Jonas to support conversions to/from UYVY 
2247           (Fixes: #324626)
2248
2249 2006-01-30  Julien MOUTTE  <julien@moutte.net>
2250
2251         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
2252         (setup_subtitle), (setup_source), (set_active_source):
2253         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
2254         (gen_text_element), (gen_audio_element), (gen_vis_element),
2255         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
2256
2257 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
2258
2259         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
2260         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
2261                 use gst_guint64_to_gdouble to be compliant with vs6
2262         * gst/playback/gstdecodebin.c: (try_to_link_1)
2263         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
2264                 use G_GINT64_CONSTANT for int64 constants
2265         * win32/common/libgstinterfaces.def:
2266                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
2267         * win32/vs6:
2268                 update and add new project files
2269                 
2270 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2271
2272         * Makefile.am:
2273         * win32/MANIFEST:
2274         * win32/common/interfaces-enumtypes.c:
2275         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
2276         (gst_mixer_track_flags_get_type),
2277         (gst_tuner_channel_flags_get_type):
2278         * win32/common/interfaces-enumtypes.h:
2279         * win32/common/multichannel-enumtypes.c:
2280         (gst_audio_channel_position_get_type):
2281         * win32/common/multichannel-enumtypes.h:
2282           add a win32-update rule like in core, and copy over enumtypes files
2283
2284 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2285
2286         * win32/MANIFEST:
2287         * win32/common/config.h:
2288         * win32/common/config.h.in:
2289           add config files just like in core
2290
2291 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
2292
2293         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
2294           Make gcc-4.1 happy (part of #327357).
2295
2296 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2297
2298         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
2299         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
2300         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
2301         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
2302         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
2303         (gst_alsasrc_unprepare), (gst_alsasrc_read):
2304           Update all error messages.  All of them should either use
2305           the default translated message, or actually provide a
2306           translatable string.
2307           Make the string for channel count problems meaningful.
2308
2309 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2310
2311         * sys/v4l/v4l_calls.c: (gst_v4l_open):
2312           check for and throw RESOURCE_BUSY
2313
2314 2006-01-27  David Schleef  <ds@schleef.org>
2315
2316         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
2317           checked in this change -- it requires liboil features not
2318           in 0.3.6.  Revert parts.
2319
2320 2006-01-27  David Schleef  <ds@schleef.org>
2321
2322         * REQUIREMENTS:
2323         * configure.ac: update liboil requirement to 0.3.6
2324         * gst/videoscale/Makefile.am:
2325         * gst/videoscale/vs_scanline.c: liboilify
2326
2327 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
2328
2329         * ext/libvisual/visual.c: (get_buffer):
2330           When pad_alloc returns a GstFlowReturn other
2331           than GST_FLOW_OK, make sure it is passed upstream.
2332
2333 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
2334
2335         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
2336         (gst_alsasink_class_init):
2337           Free the device name string.
2338
2339         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2340         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
2341         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
2342           Don't remove a pad from the collectpads structure until it
2343           is released - it's a request pad, and may receive data again
2344           if the element gets moved back to PLAYING state.
2345
2346         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2347           Ensure we turn on double buffering on the Xv port, and
2348           set the colour key to something dark and mysterious that
2349           isn't black.
2350
2351 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2352
2353         * ext/alsa/gstalsaplugin.c: (plugin_init):
2354         * ext/cdparanoia/gstcdparanoiasrc.c:
2355         (gst_cd_paranoia_src_base_init), (plugin_init):
2356         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
2357         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
2358           - a library should not call setlocale. see "Libraries" node in
2359             gettext manual
2360           - make sure all plugins that use translation do bindtextdomain
2361             to point to the localedir
2362         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
2363         (setup_sinks), (plugin_init):
2364           all this, and check for NULL when creating sinks
2365
2366 2006-01-27  Julien MOUTTE  <julien@moutte.net>
2367
2368         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
2369         (plugin_init): Make typefinding of subtitles work again.
2370
2371 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
2372
2373         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2374         (mp3_type_frame_length_from_header), (mp3_type_find),
2375         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
2376         (plugin_init):
2377           Backport a bunch of typefinding fixes from the 0.8 branch.
2378           Also, improve wavpack typefinding: if we can't peek the
2379           entire wavpack block, try to parse the bits we can get and
2380           see if we find what we're looking for in those.
2381
2382 2006-01-26  Julien MOUTTE  <julien@moutte.net>
2383
2384         * sys/ximage/ximagesink.c:
2385         (gst_ximagesink_calculate_pixel_aspect_ratio):
2386         * sys/xvimage/xvimagesink.c:
2387         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
2388         more cases of pixel aspect ratio.
2389
2390 2006-01-26  Edward Hervey  <edward@fluendo.com>
2391
2392         * gst/playback/gstdecodebin.c: (pad_probe):
2393         Also consider the flush-start and tag events as unblockers
2394         for the pad probes.
2395
2396 2006-01-26  Julien MOUTTE  <julien@moutte.net>
2397
2398         * gst/playback/gstplaybin.c: (gst_play_bin_init),
2399         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
2400         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
2401         On the fly visualisation switch, works disabling, enabling as
2402         well but it won't be able to enable vis in a playbin that was
2403         created with no visualisation.
2404
2405 2006-01-25  Wim Taymans  <wim@fluendo.com>
2406
2407         * gst-libs/gst/audio/gstbaseaudiosink.c:
2408         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2409         Undo previous commit that returned WRONG_STATE sooner, it breaks 
2410         resume after pause.
2411
2412 2006-01-25  Wim Taymans  <wim@fluendo.com>
2413
2414         * gst-libs/gst/audio/gstbaseaudiosink.c:
2415         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
2416         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
2417         Improve debugging.
2418         Post error when caps cannot be parsed.
2419         Resync on discontinuity in the stream.
2420         Clip samples to segment boundaries.
2421         return WRONG_STATE sooner when we are flushing.
2422
2423         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
2424         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
2425         Make audiosrc operate in TIME.
2426         Set TIMESTAMP and DURATION on buffers.
2427
2428 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
2429
2430         * tests/examples/seek/seek.c: (main):
2431           Output tag messages as well.
2432
2433 2006-01-23  Edward Hervey  <edward@fluendo.com>
2434
2435         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2436         (free_pad_probes), (remove_fakesink), (pad_probe),
2437         (close_pad_link), (gst_decode_bin_change_state):
2438         Replace GstPadBlockCallback with pad probes that detect
2439         first buffer AND eos before removing fakesink.
2440         Fixes hang with demuxers doing EOS while pre-rolling.
2441         Solves #328279
2442
2443 2006-01-23  Andy Wingo  <wingo@pobox.com>
2444
2445         * ext/alsa/gstalsasink.c:
2446         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2447         (gst_base_rtp_depayload_setcaps),
2448         (gst_base_rtp_depayload_add_to_queue),
2449         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
2450         
2451         Patch by: Jens Granseuer <jensgr at gmx dot net>
2452
2453 2006-01-22  Julien MOUTTE  <julien@moutte.net>
2454
2455         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
2456         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2457         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
2458         frames. We might get a frame destroyed after changing state to
2459         NULL, adding a safety check on xcontext.
2460
2461 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
2462
2463         * gst-libs/gst/interfaces/xoverlay.c:
2464           Fix prepare-xwindow-id code example in the docs - we need to
2465           ignore all messages that aren't element messages as well.
2466           
2467 2006-01-21  Julien MOUTTE  <julien@moutte.net>
2468
2469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2470           I think one day i'll completely undestand how caps negotiation
2471           is supposed to work. This refactoring handles buffer_alloc
2472           called with caps we can't handle. We definitely don't want a
2473           set_caps with those caps, so we define and allocate a buffer
2474           we would like to receive.
2475
2476 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
2477
2478         * gst/playback/gstplaybasebin.c: (setup_source):
2479           Free iterator when done.
2480
2481 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
2482
2483         * gst-libs/gst/audio/gstbaseaudiosink.c:
2484         (gst_base_audio_sink_render):
2485           Fix playback of non-synchronised streams by assuming a rate
2486           of 1.0 instead of a random one.
2487
2488           Makes this work again:
2489
2490           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
2491           endianness=(int)4321, signed=(boolean)true, width=(int)16,
2492           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
2493           audioresample ! alsasink
2494
2495 === release 0.10.2 ===
2496
2497 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
2498
2499         * configure.ac:
2500           releasing 0.10.2, "Then the devil is six"
2501
2502 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
2503
2504         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2505         * gst/playback/gststreamselector.c:
2506         (gst_stream_selector_set_property):
2507           Comment out broken code that connects to the state-changed signal.
2508           At this point, changing current stream selection is broken, but 
2509           stuff like gst-launch playbin current-audio=1 works and filters
2510           to the chosen stream.
2511
2512 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2513
2514         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
2515           Fix #327216 (null dereference in vorbisdec)
2516
2517 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
2518
2519         * ext/theora/theoradec.c: (theora_handle_comment_packet):
2520           Post taglist actually on bus instead of just freeing it
2521           (fixes #327114 and totem bug #327080).
2522
2523         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
2524           Use gst_element_found_tags_for_pad(), so that the tags
2525           are sent downstream as an event as well.
2526
2527 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2528
2529         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2530         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
2531         (gst_ximagesink_buffer_alloc):
2532         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
2533         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
2534         (gst_xvimagesink_buffer_alloc):
2535           move all regularly occurring messages to GST_LOG level
2536           add some more object logs
2537
2538 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2539
2540         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
2541           fix a silly segfault
2542
2543 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
2544
2545         * docs/libs/gst-plugins-base-libs-docs.sgml:
2546         * docs/libs/gst-plugins-base-libs-sections.txt:
2547         * gst-libs/gst/audio/mixerutils.c:
2548         * gst-libs/gst/audio/mixerutils.h:
2549           Add docs for mixerutils stuff.
2550
2551 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
2552
2553         * gst/playback/gstplaybasebin.c: (setup_source):
2554           Fix playback for sources that emit raw audio or
2555           raw video streams (e.g.: cd audio sources) (#325984).
2556
2557 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2558
2559         * gst-libs/gst/audio/mixerutils.c:
2560         (gst_audio_mixer_filter_do_filter):
2561           actually save the element we create
2562
2563 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
2564
2565         * gst-libs/gst/cdda/gstcddabasesrc.c:
2566         (gst_cdda_base_src_handle_track_seek):
2567           No need to post a tag message on the bus when seeking
2568           within the same track, only post it when the current
2569           track changes.
2570
2571 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2572
2573         * gst/playback/gstplaybasebin.c: (group_destroy),
2574         (probe_triggered), (new_decoded_pad), (mute_group_type),
2575         (set_active_source):
2576         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2577         * gst/playback/gststreamselector.c:
2578         (gst_stream_selector_base_init),
2579         (gst_stream_selector_set_property),
2580         (gst_stream_selector_request_new_pad):
2581           Reenable stream selection. These mechanisms need a complete overhaul
2582           in the face of 0.8->0.10 changes though.
2583
2584 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2585
2586         * ext/ogg/gstoggdemux.c:
2587           Change the pad template to src_%d to match the pads that 
2588           are created from it. decodebin needs this information in order
2589           to decide that oggdemux is capable of producing multiple pads
2590           (and hence needs queues inserted).
2591
2592         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2593         (gst_ogg_mux_collected):
2594           Make debug output more useful by using GST_PTR_FORMAT.
2595
2596 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2597
2598         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2599
2600         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
2601           Set depth and width for alaw/mulaw (fixes #326601).
2602
2603 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2604
2605         * tests/icles/Makefile.am:
2606           don't build the tests if we don't have the libs
2607
2608 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2609
2610         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
2611         (gst_cd_paranoia_paranoia_callback):
2612           Don't try to free NULL pointers.
2613
2614 2006-01-10  Edward Hervey  <edward@fluendo.com>
2615
2616         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
2617         (gst_audio_rate_change_state), (plugin_init):
2618         Add debugging category.
2619         Fix type issues.
2620         Add case for incoming buffers without valid offset/offset_end.
2621
2622 2006-01-10  Michael Smith  <msmith@fluendo.com>
2623
2624         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
2625           Don't leak GCond in audio sources.
2626
2627 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
2628
2629         * gst/playback/gstplaybin.c: (gen_audio_element):
2630           Don't leak an autoaudiosink/alsasink when we generate
2631           a new audio element. (old code, I guess)
2632
2633 2006-01-10  Michael Smith  <msmith@fluendo.com>
2634
2635         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
2636           Support float audio in audiorate.
2637           Use width rather than depth for selecting sample width.
2638
2639 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2640
2641         * gst/videotestsrc/videotestsrc.h:
2642           Use GLib types here (that way we don't have to include the
2643           generated _stdint.h header, which makes life easier for win32
2644           folks that don't use autotools for the build) (#325990, patch
2645           by: Sergey Scobich).
2646
2647 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2648
2649         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2650         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2651         (gst_ring_buffer_pause), (wait_segment):
2652         * gst-libs/gst/audio/gstringbuffer.h:
2653           Name (private) union, makes Forte compiler happy (this time
2654           for real) (#324900).
2655
2656 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2657
2658         * gst-libs/gst/audio/Makefile.am:
2659           Link against libgstinterfaces, needed for mixer
2660           and property probe stuff.
2661
2662 2006-01-09  Edward Hervey  <edward@fluendo.com>
2663
2664         * gst-libs/gst/Makefile.am:
2665
2666 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2667
2668         * gst-libs/gst/audio/Makefile.am:
2669         * gst-libs/gst/audio/mixerutils.c:
2670         (gst_audio_mixer_filter_do_filter),
2671         (gst_audio_mixer_filter_check_element),
2672         (gst_audio_mixer_filter_probe_feature),
2673         (element_factory_rank_compare_func),
2674         (gst_audio_default_registry_mixer_filter):
2675         * gst-libs/gst/audio/mixerutils.h:
2676           Add gst_audio_default_registry_mixer_filter() utility
2677           function.
2678
2679 2006-01-03  Michael Smith  <msmith@fluendo.com>
2680
2681         * gst/audioresample/resample.h:
2682           As before, but for o_buf
2683
2684 2006-01-03  Michael Smith  <msmith@fluendo.com>
2685
2686         * gst/audioresample/resample.h:
2687           Declare struct _ResampleState.buffer as unsigned char *, not void *,
2688           since we do arithmetic on it.
2689
2690 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
2691
2692         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2693         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2694         (gst_ring_buffer_pause), (wait_segment):
2695         * gst-libs/gst/audio/gstringbuffer.h:
2696           Sun's Forte compiler doesn't seem to like anonymous structs,
2697           so use same setup as in GstBaseSrc (fixes #324900).
2698
2699 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
2700
2701         * configure.ac:
2702         * gst/volume/Makefile.am:
2703         * gst/volume/demo.c:
2704           move old example to tests/examples/volume/volune.c
2705         * tests/examples/Makefile.am:
2706         * tests/examples/seek/seek.c: (main):
2707           change window-close event from "delete-event" to "destroy"
2708         * tests/examples/volume/Makefile.am:
2709         * tests/examples/volume/volume.c: (value_changed_callback),
2710         (setup_gui), (message_received), (eos_message_received), (main):
2711           fix event handling and bus usage
2712
2713 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
2714
2715         * gst/audiotestsrc/gstaudiotestsrc.c:
2716         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
2717         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
2718         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
2719         (gst_audio_test_src_create_square),
2720         (gst_audio_test_src_create_saw),
2721         (gst_audio_test_src_create_triangle),
2722         (gst_audio_test_src_create_silence),
2723         (gst_audio_test_src_create_white_noise),
2724         (gst_audio_test_src_create_pink_noise),
2725         (gst_audio_test_src_init_sine_table),
2726         (gst_audio_test_src_create_sine_table),
2727         (gst_audio_test_src_change_wave),
2728         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
2729         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
2730         * gst/audiotestsrc/gstaudiotestsrc.h:
2731           update to basesrc changes, implement segmented seeking and eos
2732           handling, add a 'sine-tab' waveform for performance critical playback
2733
2734 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2735
2736         * po/POTFILES.in:
2737           ... and this time the other modified file that I missed last time.
2738
2739 2005-12-29  Michael Smith  <msmith@fluendo.com>
2740
2741         * gst/playback/gstdecodebin.c: (new_pad):
2742           Fix non-C89 variable declaration not at the start of a block. Should
2743           help some compilers.
2744
2745 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2746
2747         * tests/check/Makefile.am:
2748           And now fix 'make distcheck' (builddir != srcdir)
2749
2750 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2751
2752         * configure.ac:
2753         * ext/cdparanoia/Makefile.am:
2754         * ext/cdparanoia/gstcdparanoia.c:
2755         * ext/cdparanoia/gstcdparanoia.h:
2756         * ext/cdparanoia/gstcdparanoiasrc.c:
2757         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
2758         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
2759         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
2760         (gst_cd_paranoia_paranoia_callback),
2761         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
2762         (gst_cd_paranoia_src_set_property),
2763         (gst_cd_paranoia_src_get_property), (plugin_init):
2764         * ext/cdparanoia/gstcdparanoiasrc.h:
2765           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
2766           plugin again (there are still fixes required to playbin to make
2767           cdda:// uris work there).
2768
2769 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2770
2771         * tests/check/Makefile.am:
2772           Fix test case compilation.
2773
2774 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2775
2776         * gst-libs/gst/cdda/gstcddabasesrc.c:
2777         (gst_cdda_base_src_update_duration),
2778         (gst_cdda_base_src_calculate_cddb_id):
2779           An integer is not a string. Fix access to uninitialised variable.
2780
2781         * tests/check/Makefile.am:
2782           Add cddabasesrc unit test; also actually enable the vorbis test.
2783
2784         * tests/check/generic/states.c:
2785           Blacklist new cd audio elements as well.
2786
2787         * tests/check/libs/cddabasesrc.c:
2788           Unit test for GstCddaBaseSrc (discid calculation mostly).
2789
2790 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2791
2792         * docs/libs/Makefile.am:
2793         * docs/libs/gst-plugins-base-libs-docs.sgml:
2794         * docs/libs/gst-plugins-base-libs-sections.txt:
2795         * docs/libs/gst-plugins-base-libs.types:
2796           Add docs for libgstcdda/GstCddaBaseSrc.
2797
2798         * gst-libs/gst/interfaces/mixertrack.h:
2799           Do one struct member per line with a semicolon at the end, that way
2800           even gtk-doc might parse it without complaining.
2801
2802 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2803
2804         * configure.ac:
2805         * gst-libs/gst/Makefile.am:
2806         * gst-libs/gst/cdda/Makefile.am:
2807         * gst-libs/gst/cdda/base64.c:
2808         * gst-libs/gst/cdda/base64.h:
2809         * gst-libs/gst/cdda/gstcddabasesrc.c:
2810         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
2811         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
2812         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
2813         (gst_cdda_base_src_get_property),
2814         (gst_cdda_base_src_get_track_from_sector),
2815         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
2816         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
2817         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
2818         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
2819         (gst_cdda_base_src_uri_get_protocols),
2820         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
2821         (gst_cdda_base_src_uri_handler_init),
2822         (gst_cdda_base_src_setup_interfaces),
2823         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
2824         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
2825         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
2826         (gst_cdda_base_src_add_tags),
2827         (gst_cdda_base_src_add_index_associations),
2828         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
2829         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
2830         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
2831         (gst_cdda_base_src_create):
2832         * gst-libs/gst/cdda/gstcddabasesrc.h:
2833         * gst-libs/gst/cdda/sha1.c:
2834         * gst-libs/gst/cdda/sha1.h:
2835           Add new libgstcdda with GstCddaBaseSrc class.
2836
2837 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2838
2839         * ext/gnomevfs/gstgnomevfssink.h:
2840           Use GstBaseSinkClass as parent_class member for class struct, not
2841           GstBaseSink.
2842
2843 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2844
2845         Patch by: Michael Benes
2846
2847         * gst/videotestsrc/gstvideotestsrc.c:
2848         (gst_video_test_src_class_init), (gst_video_test_src_start):
2849           Add start method to reset running time and number of frames sent
2850           when starting up (fixes #324696)
2851
2852 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2853
2854         * docs/plugins/Makefile.am:
2855         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2856         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2857         * docs/plugins/gst-plugins-base-plugins.args:
2858         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2859         * docs/plugins/gst-plugins-base-plugins.signals:
2860           Add docs stuff for gnomevfssrc and gnomevfssink.
2861
2862         * ext/gnomevfs/gstgnomevfssrc.c:
2863           Fix example pipeline in gtk-doc blurb.
2864
2865 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2866
2867         * ext/gnomevfs/Makefile.am:
2868         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
2869         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
2870         (gst_gnome_vfs_handle_get_type), (plugin_init):
2871         * ext/gnomevfs/gstgnomevfs.h:
2872         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
2873         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
2874         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
2875         (gst_gnome_vfs_sink_set_property),
2876         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
2877         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
2878         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
2879         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
2880         (gst_gnome_vfs_sink_uri_get_type),
2881         (gst_gnome_vfs_sink_uri_get_protocols),
2882         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
2883         (gst_gnome_vfs_sink_uri_handler_init):
2884         * ext/gnomevfs/gstgnomevfssink.h:
2885           Port gnomevfssink; add gtk-doc blurb.
2886
2887         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
2888         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
2889         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
2890         (gst_gnome_vfs_src_uri_get_type),
2891         (gst_gnome_vfs_src_uri_get_protocols),
2892         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
2893         (gst_gnome_vfs_src_uri_handler_init),
2894         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
2895         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
2896         (gst_gnome_vfs_src_send_additional_headers_callback),
2897         (gst_gnome_vfs_src_received_headers_callback),
2898         (gst_gnome_vfs_src_push_callbacks),
2899         (gst_gnome_vfs_src_pop_callbacks),
2900         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
2901         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
2902         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2903         * ext/gnomevfs/gstgnomevfssrc.h:
2904           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
2905           file; add gtk-doc blurb with example pipelines.
2906
2907 === release 0.10.1 ===
2908
2909 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
2910
2911         * configure.ac:
2912           releasing 0.10.1, "Dobro Dedek"
2913
2914 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
2915
2916         * gst/typefind/gsttypefindfunctions.c:
2917         iLBC30 and iLBC20 added to typefind.
2918
2919 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2920
2921         * gst-libs/gst/audio/gstbaseaudiosink.c:
2922         (gst_base_audio_sink_class_init):
2923         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2924         (gst_base_audio_src_class_init):
2925           update strings, values are in microseconds
2926           change the default sink buffer time to something that is smaller
2927           (to help software volume mixing have a slightly lower delay) but
2928           still be acceptable on Wim's laptop
2929
2930 2005-12-20  Edward Hervey  <edward@fluendo.com>
2931
2932         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
2933         Made a quack, forgot to add DUCK to the riff video template.
2934
2935 2005-12-19  Edward Hervey  <edward@fluendo.com>
2936
2937         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
2938         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
2939         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2940         (gst_ogm_parse_chain):
2941         Make sure pads are initialized correctly.
2942         * gst-libs/gst/riff/riff-ids.h:
2943         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2944         (gst_riff_create_video_template_caps):
2945         Add a whole bunch of FOURCC <=> MimeType.
2946         Extend the riff video pad template to support the newly added fourcc.
2947
2948 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
2949
2950         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
2951         (gst_ogg_demux_activate_chain):
2952           Extra debug output when activating/deactivating chains.
2953
2954         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2955         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
2956         (unlinked):
2957           Remove a queue from our list when it becomes unlinked.
2958           Don't add queues to elements in class 'Demux' if they
2959           can only produce one pad 
2960
2961 2005-12-18  Julien MOUTTE  <julien@moutte.net>
2962
2963         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
2964         (gst_video_sink_get_type): Add a debug category.
2965
2966 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2967
2968         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2969         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
2970           Handle downstream newsegment by sending our own newsegment before the
2971           next buffer to be released. (#323900)
2972
2973 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2974
2975         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2976         (gst_base_rtp_depayload_set_gst_timestamp):
2977           add queue delay to new segment as well (as opposed to just the first
2978           buffer). (bug #322347)
2979
2980 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
2981
2982         * ext/libvisual/visual.c: (make_valid_name):
2983           change some char* into char[]
2984         * gst/audiotestsrc/gstaudiotestsrc.c:
2985         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
2986         (gst_audio_test_src_create):
2987         * gst/audiotestsrc/gstaudiotestsrc.h:
2988           prepare to handle EOS and SEGMENT_DONE
2989
2990 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2991
2992         * tests/check/generic/states.c: (GST_START_TEST):
2993           Blacklist cdparanoia element in state test.
2994
2995 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2996
2997           Patch by: Benjamin Pineau
2998
2999         * gst/tcp/gsttcp.c:
3000         * gst/tcp/gsttcpclientsink.c:
3001         * gst/tcp/gsttcpserversink.c:
3002         * gst/tcp/gsttcpserversrc.c:
3003           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
3004
3005 2005-12-15  Michael Smith  <msmith@fluendo.com>
3006
3007         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
3008         (gst_video_rate_chain):
3009           Fix timestamping for videorate when the first buffer it sees has a
3010           non-zero timestamp. Fix some misleading debug output.
3011
3012 2005-12-15  Michael Smith  <msmith@fluendo.com>
3013
3014         * gst/audioresample/gstaudioresample.c:
3015           Don't leak all input buffers to audioresample.
3016
3017 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
3018
3019         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
3020           Don't operate on empty text buffers. Strip newlines and
3021           tabs only from the end of the text, but leave them intact
3022           in the middle. Fix typo in gtk-doc description.
3023
3024 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
3025
3026         * gst/playback/gstplaybasebin.c:
3027         * gst/playback/gstplaybin.c: (handoff):
3028           Make sure the video frame buffer we return to apps via the
3029           "frame" property always has caps set on it. Modify
3030           _gst_gvalue_set_object() macro to handle NULL objects
3031           gracefully too.
3032
3033 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
3034
3035         * gst/audiotestsrc/gstaudiotestsrc.c:
3036         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
3037         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
3038         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
3039         (gst_audio_test_src_create):
3040         * gst/audiotestsrc/gstaudiotestsrc.h:
3041         Adjust to some recent api changes and add wtays new cool seeking
3042         capabillities
3043
3044 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
3045
3046         * ext/alsa/Makefile.am:
3047         * ext/alsa/gstalsadeviceprobe.c:
3048         * ext/alsa/gstalsadeviceprobe.h:
3049           Helper functions to add device probing via the GstPropertyProbe
3050           interface to a class.
3051
3052         * ext/alsa/gstalsamixer.h:
3053           Comment out GST_ALSA_MIXER, it returns a struct that's not
3054           used.
3055
3056         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3057           Add some debug info. 
3058
3059         * ext/alsa/gstalsamixerelement.c:
3060         (gst_alsa_mixer_element_interface_supported),
3061         (gst_implements_interface_init),
3062         (gst_alsa_mixer_element_init_interfaces),
3063         (gst_alsa_mixer_element_class_init),
3064         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
3065         (gst_alsa_mixer_element_set_property),
3066         (gst_alsa_mixer_element_get_property),
3067         (gst_alsa_mixer_element_change_state):
3068         * ext/alsa/gstalsamixerelement.h:
3069           Add 'device' and 'device-name' properties. Add GstPropertyProbe
3070           for device handling (gnome-volume-control will need that).
3071
3072 2005-12-12  Christian Schaller  <uraeus@gnome.org>
3073
3074         * ext/Makefile.am: fix cdparanoia entry
3075         * gst-plugins-base.spec.in: add cdparanoia
3076
3077 2005-12-12  Michael Smith  <msmith@fluendo.com>
3078
3079         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
3080           Use the correct function to free list of typefind factories.
3081
3082 2005-12-12  Wim Taymans  <wim@fluendo.com>
3083
3084         * gst/videotestsrc/gstvideotestsrc.c:
3085         (gst_video_test_src_class_init), (gst_video_test_src_init),
3086         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
3087         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
3088         (gst_video_test_src_create):
3089         * gst/videotestsrc/gstvideotestsrc.h:
3090         Implement seeking in videotestsrc.
3091         Small cleanups.
3092
3093 2005-12-12  Wim Taymans  <wim@fluendo.com>
3094
3095         * ext/cdparanoia/Makefile.am:
3096         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
3097         (gst_paranoia_endian_get_type), (_do_init),
3098         (cdparanoia_class_init), (cdparanoia_init),
3099         (cdparanoia_set_property), (cdparanoia_get_property),
3100         (cdparanoia_do_seek), (cdparanoia_is_seekable),
3101         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
3102         (cdparanoia_convert), (cdparanoia_get_query_types),
3103         (cdparanoia_query), (cdparanoia_set_index),
3104         (cdparanoia_uri_set_uri):
3105         * ext/cdparanoia/gstcdparanoia.h:
3106         Partially ported cdparanoia now that basesrc can support a
3107         plugin like this..
3108
3109 2005-12-12  Wim Taymans  <wim@fluendo.com>
3110
3111         * tests/examples/seek/scrubby.c: (main):
3112         Set higher priority for bus events so they don't get reordered with
3113         gtk gui events.
3114
3115         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
3116         (flush_toggle_cb), (main):
3117         Added checkbox to disable flushing seeks. 
3118         Disable scrubbing when doing non flushing seeks.
3119
3120 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
3121
3122         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
3123         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
3124         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
3125         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
3126           Implement some sort of event handling that doesn't rely on
3127           g_return_if_fail; make sure we always push the last chunk of an 
3128           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
3129           state change function; remove some old cruft. Seeking is still
3130           rather unlikely to work though.
3131
3132         * tools/.cvsignore:
3133           Ignore more.
3134
3135 2005-12-11  Julien MOUTTE  <julien@moutte.net>
3136
3137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
3138         Fixed a leak of the current image reference when cleaning up.
3139         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
3140
3141 2005-12-09  Michael Smith  <msmith@fluendo.com>
3142
3143         * tools/Makefile.am:
3144         * tools/gst-launch-ext-m.m:
3145           Remove gst-launch-ext. It doesn't work, and is no longer
3146           particularly useful.
3147
3148 2005-12-08  Luca Ognibene  <luogni@tin.it>
3149
3150         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
3151           don't pass random values to ogmparse convert function.
3152           Make seeking possible in the exile1.ogm file.
3153
3154 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
3155
3156         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3157         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3158           Work around refcount problem with g_value_set_object() that occur
3159           if the core has been compiled against GLib-2.6 (g_value_set_object()
3160           will only g_object_ref() the element, but the caller will
3161           gst_object_unref() it and bad things will happen due to the way
3162           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
3163           totem for people on FC4 using Thomas's 0.10 RPMs.
3164           
3165 2005-12-07  Edward Hervey  <edward@fluendo.com>
3166
3167         Time to welcome ogm to 0.10 :)
3168         
3169         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
3170         (gst_ogg_pad_typefind):
3171         Oggdemux can now properly typefind elements with dynamic pads.
3172         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3173         Properly set caps on src pad, and set caps on outgoing buffers.
3174
3175 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3176
3177         * ext/alsa/gstalsamixer.h:
3178         * ext/alsa/gstalsamixerelement.h:
3179         * ext/alsa/gstalsamixeroptions.h:
3180         * ext/alsa/gstalsamixertrack.h:
3181         * ext/alsa/gstalsasink.c:
3182         * ext/alsa/gstalsasink.h:
3183         * ext/alsa/gstalsasrc.c:
3184         * ext/alsa/gstalsasrc.h:
3185         * ext/cdparanoia/gstcdparanoia.h:
3186         * ext/gnomevfs/gstgnomevfsuri.h:
3187         * ext/ogg/gstoggdemux.c:
3188         * ext/ogg/gstoggmux.c:
3189         * ext/pango/gsttextoverlay.h:
3190         * ext/theora/theoradec.c:
3191         * ext/theora/theoraenc.c:
3192         * ext/vorbis/vorbisdec.h:
3193         * ext/vorbis/vorbisenc.c:
3194         * ext/vorbis/vorbisenc.h:
3195         * ext/vorbis/vorbisparse.h:
3196         * gst-libs/gst/audio/gstaudioclock.h:
3197         * gst-libs/gst/audio/gstaudiosink.c:
3198         * gst-libs/gst/audio/gstaudiosink.h:
3199         * gst-libs/gst/audio/gstaudiosrc.c:
3200         * gst-libs/gst/audio/gstaudiosrc.h:
3201         * gst-libs/gst/audio/gstbaseaudiosink.c:
3202         * gst-libs/gst/audio/gstbaseaudiosink.h:
3203         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3204         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3205         * gst-libs/gst/audio/gstringbuffer.h:
3206         * gst-libs/gst/audio/multichannel.h:
3207         * gst-libs/gst/floatcast/floatcast.h:
3208         * gst-libs/gst/interfaces/colorbalance.c:
3209         * gst-libs/gst/interfaces/colorbalance.h:
3210         * gst-libs/gst/interfaces/colorbalancechannel.h:
3211         * gst-libs/gst/interfaces/mixer.h:
3212         * gst-libs/gst/interfaces/mixeroptions.h:
3213         * gst-libs/gst/interfaces/mixertrack.h:
3214         * gst-libs/gst/interfaces/navigation.h:
3215         * gst-libs/gst/interfaces/propertyprobe.h:
3216         * gst-libs/gst/interfaces/tuner.h:
3217         * gst-libs/gst/interfaces/tunerchannel.h:
3218         * gst-libs/gst/interfaces/tunernorm.h:
3219         * gst-libs/gst/interfaces/xoverlay.h:
3220         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3221         * gst-libs/gst/riff/riff-ids.h:
3222         * gst-libs/gst/riff/riff-media.h:
3223         * gst-libs/gst/riff/riff-read.h:
3224         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3225         * gst-libs/gst/rtp/gstbasertppayload.c:
3226         * gst-libs/gst/rtp/gstbasertppayload.h:
3227         * gst-libs/gst/rtp/gstrtpbuffer.c:
3228         * gst-libs/gst/rtp/gstrtpbuffer.h:
3229         * gst-libs/gst/tag/gsttageditingprivate.h:
3230         * gst-libs/gst/tag/gstvorbistag.c:
3231         (gst_tag_list_from_vorbiscomment_buffer):
3232         * gst-libs/gst/tag/tag.h:
3233         * gst-libs/gst/video/video.h:
3234         * gst/adder/gstadder.c:
3235         * gst/adder/gstadder.h:
3236         * gst/audioconvert/audioconvert.c:
3237         * gst/audioconvert/audioconvert.h:
3238         * gst/audioconvert/gstaudioconvert.c:
3239         * gst/audioconvert/gstchannelmix.c:
3240         * gst/audioconvert/gstchannelmix.h:
3241         * gst/audiorate/gstaudiorate.c:
3242         * gst/audioresample/buffer.h:
3243         * gst/audioresample/functable.h:
3244         * gst/audioresample/gstaudioresample.c:
3245         * gst/audioresample/resample.h:
3246         * gst/ffmpegcolorspace/avcodec.h:
3247         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3248         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
3249         * gst/ffmpegcolorspace/imgconvert.c:
3250         * gst/ffmpegcolorspace/imgconvert_template.h:
3251         * gst/playback/gstdecodebin.c:
3252         * gst/playback/gstplaybasebin.h:
3253         * gst/playback/gstplaybin.c:
3254         * gst/playback/gststreaminfo.h:
3255         * gst/tcp/gstfdset.c:
3256         * gst/tcp/gstfdset.h:
3257         * gst/tcp/gstmultifdsink.c:
3258         * gst/tcp/gstmultifdsink.h:
3259         * gst/tcp/gsttcp.h:
3260         * gst/tcp/gsttcpclientsrc.c:
3261         * gst/tcp/gsttcpclientsrc.h:
3262         * gst/tcp/gsttcpplugin.h:
3263         * gst/tcp/gsttcpserversink.c:
3264         * gst/tcp/gsttcpserversrc.c:
3265         * gst/typefind/gsttypefindfunctions.c:
3266         * gst/videorate/gstvideorate.c:
3267         * gst/videotestsrc/gstvideotestsrc.h:
3268         * gst/videotestsrc/videotestsrc.h:
3269         * sys/v4l/gstv4lcolorbalance.h:
3270         * sys/v4l/gstv4ltuner.h:
3271         * sys/v4l/gstv4lxoverlay.h:
3272         * sys/v4l/v4l_calls.h:
3273         * sys/v4l/videodev_mjpeg.h:
3274         * tests/check/elements/audioconvert.c:
3275         * tests/check/elements/audioresample.c:
3276         * tests/check/elements/audiotestsrc.c:
3277         * tests/check/elements/videotestsrc.c:
3278         * tests/check/elements/volume.c:
3279         * tests/examples/seek/scrubby.c:
3280         * tests/examples/seek/seek.c:
3281           expand tabs
3282
3283 === release 0.10.0 ===
3284
3285 2005-12-05   <thomas (at) apestaart (dot) org>
3286
3287         * configure.ac:
3288           releasing 0.10.0, "Mont-d'or"
3289
3290 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
3291
3292         * tests/examples/seek/Makefile.am:
3293         Build fix for when gtk is not available.
3294
3295 2005-12-05  Andy Wingo  <wingo@pobox.com>
3296
3297         * ext/libvisual/visual.c: (get_buffer):
3298         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
3299         * ext/pango/gsttextrender.c: (gst_text_render_chain):
3300         * ext/theora/theoradec.c: (theora_handle_data_packet):
3301         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
3302         (theora_enc_chain):
3303         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3304         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
3305         Update for alloc_buffer changes.
3306
3307 2005-12-05  Andy Wingo  <wingo@pobox.com>
3308
3309         patch by: Kai Vehmanen <kv2004 eca cx>
3310         
3311         * gst-libs/gst/rtp/gstbasertpdepayload.c
3312         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
3313
3314 2005-12-04  Andy Wingo  <wingo@pobox.com>
3315
3316         patch by: Sebastien Cote <sebas642 yahoo ca>
3317         
3318         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
3319         Fixes #319172.
3320
3321 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
3322
3323         * docs/plugins/Makefile.am:
3324         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3325         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3326         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3327         * ext/pango/gstclockoverlay.c:
3328         * ext/pango/gsttextoverlay.c: 
3329         * ext/pango/gsttextrender.c:
3330         * ext/pango/gsttimeoverlay.c:
3331           Add gtk-doc blurbs to pango elements.
3332
3333 2005-12-02  Wim Taymans  <wim@fluendo.com>
3334
3335         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
3336         * gst/audioresample/buffer.h:
3337         * gst/audioresample/gstaudioresample.c:
3338         * gst/audioresample/gstaudioresample.h:
3339         * gst/audioresample/resample.c: (resample_input_flush),
3340         (resample_input_pushthrough), (resample_input_eos),
3341         (resample_get_output_size_for_input),
3342         (resample_get_input_size_for_output), (resample_get_output_size),
3343         (resample_get_output_data):
3344         * gst/audioresample/resample.h:
3345         * gst/audioresample/resample_ref.c: (resample_scale_ref):
3346         Fix audioresample, seek torture, new segments, reverse negotiation
3347         etc.. work fine.
3348
3349 2005-12-02  Wim Taymans  <wim@fluendo.com>
3350
3351         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3352         Small cleanups.
3353
3354 2005-12-02  Wim Taymans  <wim@fluendo.com>
3355
3356         * gst/audioconvert/gstaudioconvert.c:
3357         (gst_audio_convert_transform):
3358         Post errors.
3359
3360 === release 0.9.7 ===
3361
3362 2005-12-01   <thomas (at) apestaart (dot) org>
3363
3364         * configure.ac:
3365           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
3366
3367 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3368
3369         * Makefile.am:
3370         * po/hu.po:
3371         * win32/MANIFEST:
3372         * win32/gst.sln:
3373           add win32 MANIFEST file
3374           do something to the hungarian translation
3375
3376 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
3377
3378         * ext/Makefile.am:
3379           Add $(PANGO_DIR) to SUBDIRS
3380
3381         * ext/pango/gstclockoverlay.c:
3382         * ext/pango/gsttimeoverlay.c:
3383           Fix and improve element descriptions.
3384
3385 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3386
3387         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3388         * docs/plugins/inspect/plugin-libvisual.xml:
3389         * docs/plugins/inspect/plugin-pango.xml:
3390           add pango plugin to docs
3391
3392 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3393
3394         * configure.ac:
3395         * ext/Makefile.am:
3396           moved pango to base
3397
3398 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3399
3400         * configure.ac:
3401         * tests/Makefile.am:
3402         * tests/icles/.cvsignore:
3403         * tests/icles/Makefile.am:
3404         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
3405         (close_display), (resize_window), (move_window), (create_window),
3406         (terminate_playback), (pause_playback), (start_playback), (main):
3407           add stress test for xoverlay from Julien
3408
3409 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3410
3411         * docs/libs/tmpl/gstcolorbalance.sgml:
3412         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3413         * gst-libs/gst/rtp/gstbasertppayload.c:
3414         * gst-libs/gst/rtp/gstrtpbuffer.c:
3415         * gst-libs/gst/rtp/gstrtpbuffer.h:
3416           Do burger's rename for rtp payloaders and depayloaders
3417
3418 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3419
3420         * win32/:
3421           add Visual Studio 6 build files
3422
3423 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3424
3425         * docs/libs/gst-plugins-base-libs-docs.sgml:
3426         * docs/libs/gst-plugins-base-libs-sections.txt:
3427         * docs/libs/tmpl/gstaudio.sgml:
3428         * docs/libs/tmpl/gstringbuffer.sgml:
3429         * gst-libs/gst/interfaces/xoverlay.c:
3430         * gst-libs/gst/video/gstvideofilter.c:
3431         * gst-libs/gst/video/gstvideosink.c:
3432           update documentation
3433
3434 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3435
3436         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
3437         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
3438         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
3439         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
3440         (gst_multi_fd_sink_get_stats),
3441         (gst_multi_fd_sink_remove_client_link),
3442         (gst_multi_fd_sink_handle_client_read),
3443         (gst_multi_fd_sink_client_queue_data),
3444         (gst_multi_fd_sink_client_queue_caps),
3445         (gst_multi_fd_sink_client_queue_buffer),
3446         (gst_multi_fd_sink_new_client),
3447         (gst_multi_fd_sink_handle_client_write),
3448         (gst_multi_fd_sink_recover_client),
3449         (gst_multi_fd_sink_queue_buffer),
3450         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
3451         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
3452         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
3453         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
3454         * gst/tcp/gstmultifdsink.h:
3455         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
3456         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
3457         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
3458         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3459         (gst_tcp_client_sink_set_property),
3460         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
3461         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
3462         * gst/tcp/gsttcpclientsink.h:
3463         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
3464         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
3465         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
3466         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
3467         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
3468         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3469         * gst/tcp/gsttcpclientsrc.h:
3470         * gst/tcp/gsttcpplugin.c: (plugin_init):
3471         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
3472         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
3473         (gst_tcp_server_sink_finalize),
3474         (gst_tcp_server_sink_handle_server_read),
3475         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
3476         (gst_tcp_server_sink_set_property),
3477         (gst_tcp_server_sink_get_property),
3478         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3479         * gst/tcp/gsttcpserversink.h:
3480         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
3481         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
3482         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
3483         (gst_tcp_server_src_set_property),
3484         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
3485         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3486         * gst/tcp/gsttcpserversrc.h:
3487           more borgifying
3488
3489 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3490
3491         * docs/plugins/Makefile.am:
3492         * docs/plugins/gst-plugins-base-plugins.args:
3493         * docs/plugins/inspect/plugin-libvisual.xml:
3494         * gst/audioconvert/plugin.h:
3495         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
3496         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
3497         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3498         (gst_audio_rate_chain), (gst_audio_rate_set_property),
3499         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
3500         (plugin_init):
3501         * gst/audiotestsrc/gstaudiotestsrc.c:
3502         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
3503         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
3504         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
3505         (gst_audio_test_src_get_query_types),
3506         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
3507         (gst_audio_test_src_create_square),
3508         (gst_audio_test_src_create_saw),
3509         (gst_audio_test_src_create_triangle),
3510         (gst_audio_test_src_create_silence),
3511         (gst_audio_test_src_create_white_noise),
3512         (gst_audio_test_src_init_pink_noise),
3513         (gst_audio_test_src_generate_pink_noise_value),
3514         (gst_audio_test_src_create_pink_noise),
3515         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
3516         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
3517         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
3518         (plugin_init):
3519         * gst/audiotestsrc/gstaudiotestsrc.h:
3520         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
3521         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
3522         (gst_sub_parse_init), (gst_sub_parse_formats),
3523         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
3524         (convert_encoding), (get_next_line),
3525         (gst_sub_parse_data_format_autodetect),
3526         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
3527         (gst_sub_parse_loop), (gst_sub_parse_chain),
3528         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
3529         (plugin_init):
3530         * gst/subparse/gstsubparse.h:
3531         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
3532         (gst_video_rate_base_init), (gst_video_rate_class_init),
3533         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
3534         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
3535         (gst_video_rate_init), (gst_video_rate_event),
3536         (gst_video_rate_chain), (gst_video_rate_set_property),
3537         (gst_video_rate_get_property), (gst_video_rate_change_state),
3538         (plugin_init):
3539         * gst/videoscale/gstvideoscale.c:
3540         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
3541         (gst_video_scale_src_template_factory),
3542         (gst_video_scale_sink_template_factory),
3543         (gst_video_scale_get_type), (gst_video_scale_base_init),
3544         (gst_video_scale_class_init), (gst_video_scale_init),
3545         (gst_video_scale_set_property), (gst_video_scale_get_property),
3546         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
3547         (gst_video_scale_prepare_size), (parse_caps),
3548         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
3549         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
3550         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
3551         (plugin_init):
3552         * gst/videoscale/gstvideoscale.h:
3553         * gst/videotestsrc/gstvideotestsrc.c:
3554         (gst_video_test_src_pattern_get_type),
3555         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
3556         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
3557         (gst_video_test_src_set_pattern),
3558         (gst_video_test_src_set_property),
3559         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
3560         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
3561         (gst_video_test_src_event), (gst_video_test_src_get_times),
3562         (gst_video_test_src_create), (plugin_init):
3563         * gst/videotestsrc/gstvideotestsrc.h:
3564         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
3565         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3566         (gst_video_test_src_black):
3567         * gst/videotestsrc/videotestsrc.h:
3568           borgify further
3569           clean up docs a little
3570
3571 2005-11-30  Wim Taymans  <wim@fluendo.com>
3572
3573         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3574         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3575         (gst_basertppayload_event), (gst_basertppayload_push),
3576         (gst_basertppayload_change_state):
3577         * gst-libs/gst/rtp/gstbasertppayload.h:
3578         closed #320644.
3579
3580 2005-11-30  Julien MOUTTE  <julien@moutte.net>
3581
3582         * docs/libs/gst-plugins-base-libs-docs.sgml:
3583         * docs/libs/gst-plugins-base-libs-sections.txt:
3584         * gst-libs/gst/video/gstvideofilter.c:
3585         * gst-libs/gst/video/gstvideosink.c:
3586         * gst-libs/gst/video/gstvideosink.h: Adding docs.
3587
3588 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3589
3590         * LICENSE:
3591           move
3592         * po/af.po:
3593         * po/az.po:
3594         * po/cs.po:
3595         * po/en_GB.po:
3596         * po/hu.po:
3597         * po/it.po:
3598         * po/nb.po:
3599         * po/nl.po:
3600         * po/or.po:
3601         * po/sq.po:
3602         * po/sr.po:
3603         * po/sv.po:
3604         * po/uk.po:
3605         * po/vi.po:
3606         * Makefile.am:
3607           update
3608         * scripts/autoplugins.sh:
3609           remove
3610
3611 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3612
3613         * Makefile.am:
3614         * configure.ac:
3615         * examples/Makefile.am:
3616         * examples/capsfilter/Makefile.am:
3617         * examples/capsfilter/capsfilter1.c:
3618         * examples/gob/Makefile.am:
3619         * examples/gob/gst-identity2.gob:
3620         * examples/indexing/.cvsignore:
3621         * examples/indexing/Makefile.am:
3622         * examples/indexing/indexmpeg.c:
3623         * examples/seeking/.cvsignore:
3624         * examples/seeking/Makefile.am:
3625         * examples/seeking/cdparanoia.c:
3626         * examples/seeking/cdplayer.c:
3627         * examples/seeking/chained.c:
3628         * examples/seeking/scrubby.c:
3629         * examples/seeking/seek.c:
3630         * examples/stats/Makefile.am:
3631         * examples/stats/mp2ogg.c:
3632         * examples/switch/.cvsignore:
3633         * examples/switch/Makefile.am:
3634         * examples/switch/switcher.c:
3635         * tests/Makefile.am:
3636         * tests/check/generic/.cvsignore:
3637         * tests/check/pipelines/.cvsignore:
3638         * tests/examples/Makefile.am:
3639         * tests/examples/seek/Makefile.am:
3640           reorganize stuff under tests/
3641
3642 2005-11-30  Edward Hervey  <edward@fluendo.com>
3643
3644         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
3645         Go away you stupid GstStaticPadTemplate memleak.
3646
3647 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3648
3649         * gst-libs/gst/net/Makefile.am:
3650         * gst-libs/gst/net/README:
3651         * gst-libs/gst/net/gstnetbuffer.c:
3652         * gst-libs/gst/net/gstnetbuffer.h:
3653           this was moved to "netbuffer"
3654
3655 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3656
3657         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
3658         (gst_video_filter_class_init), (gst_video_filter_init):
3659         * gst-libs/gst/video/gstvideofilter.h:
3660           borgify name to bring in line with other classes
3661
3662 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3663
3664         * gst/audioscale/.cvsignore:
3665         * gst/audioscale/Makefile.am:
3666         * gst/audioscale/README:
3667         * gst/audioscale/audioscale.vcproj:
3668         * gst/audioscale/dtof.c:
3669         * gst/audioscale/dtos.c:
3670         * gst/audioscale/functable.c:
3671         * gst/audioscale/gstaudioscale.c:
3672         * gst/audioscale/gstaudioscale.h:
3673         * gst/audioscale/private.h:
3674         * gst/audioscale/resample.c:
3675         * gst/audioscale/resample.h:
3676         * gst/audioscale/test.c:
3677           remove
3678
3679 2005-11-30  Edward Hervey  <edward@fluendo.com>
3680
3681         * gst-libs/gst/netbuffer/Makefile.am:
3682         really, really tired
3683
3684 2005-11-30  Edward Hervey  <edward@fluendo.com>
3685
3686         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3687         Update for new GstTypeFindFactory _register()
3688
3689 2005-11-30  Edward Hervey  <edward@fluendo.com>
3690
3691         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
3692         Let's not override libgstnet from core for no reason...
3693         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
3694         Ok, maybe not so quick next time.
3695
3696 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3697
3698         * configure.ac:
3699         * gst-libs/gst/Makefile.am:
3700           moved gst-libs/gst/net to netbuffer through CVS surgery
3701           remove old directory
3702           updating build to accomodate
3703           (#322257)
3704
3705 2005-11-29  Andy Wingo  <wingo@pobox.com>
3706
3707         * pkgconfig/gstreamer-plugins-base.pc.in:
3708         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3709         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
3710         (#322257).
3711
3712 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3713
3714         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
3715         3rd time's the charm. Correct ref-counting for discarded buffers.
3716
3717 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3718
3719         * gst/playback/gststreamselector.c:
3720         (gst_stream_selector_class_init),
3721         (gst_stream_selector_set_property),
3722         (gst_stream_selector_get_property),
3723         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3724         Fix ref-counting
3725
3726 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
3727
3728         * gst/subparse/gstsubparse.c: (feed_textbuf):
3729           Don't access already unref'ed buffer.
3730
3731 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3732
3733         * gst/playback/gststreamselector.c:
3734         (gst_stream_selector_class_init), (gst_stream_selector_init),
3735         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
3736         (gst_stream_selector_get_property),
3737         (gst_stream_selector_get_linked_pad),
3738         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3739         * gst/playback/gststreamselector.h:
3740         Add the active-pad property for playbin to use shortly. Ignore buffers
3741         from any other pad, returning GST_FLOW_NOT_LINKED
3742
3743 2005-11-29  Julien MOUTTE  <julien@moutte.net>
3744
3745         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
3746         patch from bug #322704 (Alessandro Decina).
3747
3748 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3749
3750         * gst-libs/gst/audio/Makefile.am:
3751           folded audiofilter into the audio library
3752
3753 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3754
3755         * gst/videoscale/gstvideoscale.h:
3756         * gst/videoscale/gstvideoscale.c:
3757           remove unimplemented scale methods
3758
3759 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
3760
3761         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
3762           Don't leak caps.
3763
3764 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3765
3766         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3767         (gst_ximagesink_setcaps):
3768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3769         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
3770         happens (only visible on ximagesink but bug is in xv too) set_caps was
3771         destroying the internal x[v]image used to memcpy non locally alloced
3772         buffers so that it got renewed on next _chain. The issue is that 
3773         _expose will try to put that image as it reffed it in _put.
3774         Using gst_buffer_unref instead of destroy fixes it !
3775
3776 2005-11-28  Edward Hervey  <edward@fluendo.com>
3777
3778         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3779         (try_to_link_1), (queue_filled_cb):
3780         Better use of the queues. Start with a small size queue and only increase
3781         the size of the queues when the other queues are empty.
3782
3783 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3784
3785         * gst-libs/gst/video/Makefile.am:
3786           compile in copied-over videofilter into the video library
3787         * gst-libs/gst/video/videosink.h:
3788           rename the header to gstvideosink.h since it's a base GstObject class
3789         * sys/ximage/ximagesink.h:
3790         * sys/xvimage/xvimagesink.h:
3791           use the new header
3792
3793 2005-11-28  Wim Taymans  <wim@fluendo.com>
3794
3795         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
3796         * gst/playback/gstplaybasebin.h:
3797         Prepare to handle errors betters.
3798
3799         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
3800         Set sinks to PAUSED first before adding and linking them so that
3801         we don't interrupt dataflow.
3802
3803 2005-11-28  Wim Taymans  <wim@fluendo.com>
3804
3805         * gst-libs/gst/audio/TODO:
3806         Updated TODO
3807
3808         * gst-libs/gst/audio/gstaudiosink.c:
3809         (gst_audioringbuffer_open_device),
3810         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
3811         (gst_audioringbuffer_release):
3812         Small cleanups.
3813
3814         * gst-libs/gst/audio/gstbaseaudiosink.c:
3815         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
3816         (gst_base_audio_sink_change_state):
3817         Slave to the master clock when going to PLAYING and unslave when
3818         going to PAUSED.
3819
3820         * gst-libs/gst/audio/gstringbuffer.c:
3821         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3822         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
3823         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3824         (gst_ring_buffer_clear_all), (wait_segment),
3825         (gst_ring_buffer_commit), (gst_ring_buffer_read),
3826         (gst_ring_buffer_advance):
3827         * gst-libs/gst/audio/gstringbuffer.h:
3828         Add some docs and cleanups.
3829
3830 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3831
3832         * sys/xvimage/xvimagesink.c:
3833         (gst_xvimagesink_navigation_send_event): Fix navigation events
3834         coordinates translation with pixel aspect ratios.
3835
3836 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3837
3838         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
3839         Use calculated video geometry from _setcaps instead of buffer
3840         caps to respect pixel aspect ratio. (fixes #322388)
3841
3842 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3843
3844         * docs/libs/tmpl/gstcolorbalance.sgml:
3845         * docs/libs/tmpl/gstmixer.sgml:
3846         * docs/libs/tmpl/gstxoverlay.sgml:
3847         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
3848         interface.
3849
3850 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3851
3852         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3853         Refuse to create an XvImage if we can't find the format.
3854
3855 2005-11-28  Edward Hervey  <edward@fluendo.com>
3856
3857         * gst-libs/gst/riff/riff-media.c:
3858         (gst_riff_create_audio_template_caps):
3859         Add ATRAC3 to the list of riff-possible audio caps.
3860         I know we still don't have a plugin for atrac3, but it's saner to output
3861         that than a cryptic mimetype.
3862
3863 2005-11-27  Edward Hervey  <edward@fluendo.com>
3864
3865         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
3866         Don't try to create a zero-sized subbuffer.
3867
3868 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3869
3870         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
3871         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3872         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
3873         (gst_ximagesink_expose): Fixed a tricky race.
3874         * sys/ximage/ximagesink.h:
3875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3876         (gst_xvimagesink_expose): Fixed a tricky race.
3877         * sys/xvimage/xvimagesink.h:
3878
3879 2005-11-27  Edward Hervey  <edward@fluendo.com>
3880
3881         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3882         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
3883         Remove unused properties, and add queues between demuxers and decoders
3884         so that a lot more files can preroll properly.
3885
3886 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3887
3888         * gst-libs/gst/net/Makefile.am:
3889         * gst-libs/gst/rtp/Makefile.am:
3890         * gst-libs/gst/tag/Makefile.am:
3891           remove silly include
3892         * gst/tags/Makefile.am:
3893         * gst/tags/gsttagediting.c:
3894         * gst/tags/gsttageditingprivate.h:
3895         * gst/tags/tagedit.vcproj:
3896           remove directory, is as good as empty
3897
3898 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3899
3900         * configure.ac:
3901           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
3902         * gst-libs/Makefile.am:
3903         * gst-libs/gst/audio/Makefile.am:
3904         * gst-libs/gst/interfaces/Makefile.am:
3905         * gst-libs/gst/net/Makefile.am:
3906         * gst-libs/gst/riff/Makefile.am:
3907         * gst-libs/gst/rtp/Makefile.am:
3908         * gst-libs/gst/tag/Makefile.am:
3909         * gst-libs/gst/video/Makefile.am:
3910           and use them
3911
3912 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3913
3914         * docs/libs/tmpl/gstcolorbalance.sgml:
3915         * docs/libs/tmpl/gstmixer.sgml:
3916         * docs/libs/tmpl/gstxoverlay.sgml:
3917         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
3918         * sys/ximage/ximagesink.h:
3919         * sys/xvimage/xvimagesink.h: More and more documentation.
3920
3921 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3922
3923         * docs/libs/gst-plugins-base-libs-docs.sgml:
3924         * docs/libs/gst-plugins-base-libs-sections.txt:
3925         * docs/libs/tmpl/gstcolorbalance.sgml:
3926         * docs/libs/tmpl/gstmixer.sgml:
3927         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
3928         to documentation.
3929
3930 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3931
3932         * docs/plugins/Makefile.am:
3933         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3934         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3935         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
3936
3937 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3938
3939         * docs/plugins/Makefile.am:
3940         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3941         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3942         * docs/plugins/inspect/plugin-adder.xml:
3943         * docs/plugins/inspect/plugin-alsa.xml:
3944         * docs/plugins/inspect/plugin-audioconvert.xml:
3945         * docs/plugins/inspect/plugin-audiorate.xml:
3946         * docs/plugins/inspect/plugin-audioresample.xml:
3947         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3948         * docs/plugins/inspect/plugin-decodebin.xml:
3949         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3950         * docs/plugins/inspect/plugin-gnomevfs.xml:
3951         * docs/plugins/inspect/plugin-ogg.xml:
3952         * docs/plugins/inspect/plugin-playbin.xml:
3953         * docs/plugins/inspect/plugin-subparse.xml:
3954         * docs/plugins/inspect/plugin-tcp.xml:
3955         * docs/plugins/inspect/plugin-theora.xml:
3956         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3957         * docs/plugins/inspect/plugin-video4linux.xml:
3958         * docs/plugins/inspect/plugin-videorate.xml:
3959         * docs/plugins/inspect/plugin-videoscale.xml:
3960         * docs/plugins/inspect/plugin-videotestsrc.xml:
3961         * docs/plugins/inspect/plugin-volume.xml:
3962         * docs/plugins/inspect/plugin-vorbis.xml:
3963         * docs/plugins/inspect/plugin-ximagesink.xml:
3964         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
3965         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
3966
3967 2005-11-26  Edward Hervey  <edward@fluendo.com>
3968
3969         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
3970         Properly return GstFlowReturn from gst_pad_push in chain functions.
3971
3972 2005-11-25  Michael Smith  <msmith@fluendo.com>
3973
3974         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
3975         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
3976         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3977         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3978           Handle various conditions better when we don't understand a stream.
3979           Removes a heap of CRITICALs on ogg streams containing unknown data.
3980
3981 2005-11-24  Andy Wingo  <wingo@pobox.com>
3982
3983         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
3984         Be threadsafe.
3985
3986 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3987
3988         * configure.ac: back to HEAD
3989
3990 === release 0.9.6 ===
3991
3992 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
3993
3994         * configure.ac:
3995           releasing 0.9.6, "White Eight"
3996
3997 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3998
3999         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
4000         * docs/plugins/inspect/plugin-sine.xml:
4001           remove sinesrc some more
4002
4003 2005-11-23  Wim Taymans  <wim@fluendo.com>
4004
4005         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
4006         If we are reading too slowly, jump forward in the ringbuffer
4007         instead of blocking.
4008
4009 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
4010
4011         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
4012         (gst_visual_chain):
4013         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
4014         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
4015         (gst_videorate_chain):
4016         * gst/videotestsrc/gstvideotestsrc.c:
4017         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
4018         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
4019         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
4020         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
4021         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
4022         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
4023           Updates for API changes
4024
4025 2005-11-23  Wim Taymans  <wim@fluendo.com>
4026
4027         * gst-libs/gst/audio/gstbaseaudiosink.c:
4028         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
4029         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
4030         Fix for calibration API change.
4031
4032 2005-11-23  Michael Smith <msmith@fluendo.com>
4033
4034         * gst-libs/gst/audio/multichannel.c:
4035         (gst_audio_get_channel_positions),
4036         (gst_audio_set_channel_positions),
4037         (gst_audio_set_structure_channel_positions_list),
4038         (gst_audio_fixate_channel_positions):
4039           Use gst_value_array_*() functions on value arrays, not
4040           gst_value_list_*().
4041
4042 2005-11-23  Edward Hervey  <edward@fluendo.com>
4043
4044         * autogen.sh:
4045         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
4046         Fixes autogen
4047
4048 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4049
4050         * check/Makefile.am:
4051         * check/elements/videotestsrc.c: (setup_videotestsrc),
4052         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
4053         (main):
4054           add a test for videotestsrc
4055
4056 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4057
4058         * gst/sine/.cvsignore:
4059         * gst/sine/Makefile.am:
4060         * gst/sine/gstsinesrc.c:
4061         * gst/sine/gstsinesrc.h:
4062         * gst/sine/sinesrc.vcproj:
4063           and remove sinesrc from the repository.  Closes #321446
4064
4065 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4066
4067         * configure.ac:
4068         * gst-plugins-base.spec.in:
4069           remove sinesrc from the build
4070
4071 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4072
4073         * check/Makefile.am:
4074         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
4075         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
4076         (main):
4077           add a test for audiotestsrc, testing all waves.  Even seems
4078           leak-free at first glance, nice job Stefan
4079
4080 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
4081
4082         * po/af.po:
4083         * po/az.po:
4084         * po/cs.po:
4085         * po/en_GB.po:
4086         * po/hu.po:
4087         * po/it.po:
4088         * po/nb.po:
4089         * po/nl.po:
4090         * po/or.po:
4091         * po/sq.po:
4092         * po/sr.po:
4093         * po/sv.po:
4094         * po/uk.po:
4095         * po/vi.po:
4096           Translation string updates
4097
4098         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
4099         (gst_v4lsrc_set_caps):
4100         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
4101         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
4102         * sys/v4l/v4lsrc_calls.h:
4103           Improve v4lsrc, by making it work again.
4104
4105 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
4106
4107         * ext/libvisual/visual.c: (gst_visual_chain):
4108           Fix the fps calculations.
4109
4110         * gst/ffmpegcolorspace/avcodec.h:
4111           Move structure element for clarity
4112
4113         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
4114         * gst-libs/gst/interfaces/tunernorm.h:
4115         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
4116         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
4117         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
4118         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
4119         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
4120         (gst_v4lmjpegsrc_getcaps):
4121         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
4122         (gst_v4lsrc_set_caps):
4123         * sys/v4l/gstv4lsrc.h:
4124         * sys/v4l/v4l_calls.c: (gst_v4l_open):
4125         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
4126         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
4127         * sys/v4l/v4lsrc_calls.h:
4128           Fractional framerates...
4129
4130 2005-11-22  Wim Taymans  <wim@fluendo.com>
4131
4132         * gst-libs/gst/audio/gstbaseaudiosink.c:
4133         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
4134         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
4135         And we provide a clock by default, of course...
4136
4137 2005-11-22  Wim Taymans  <wim@fluendo.com>
4138
4139         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
4140         This clock can be slaved to a master clock now.
4141
4142         * gst-libs/gst/audio/gstbaseaudiosink.c:
4143         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
4144         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
4145         (gst_base_audio_sink_set_clock),
4146         (gst_base_audio_sink_set_property),
4147         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
4148         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
4149         * gst-libs/gst/audio/gstbaseaudiosink.h:
4150         Handle slaving the internal clock to the clock selected in the
4151         pipeline.
4152         Add property to make the basesink not provide a clock.
4153
4154         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4155         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4156         (gst_base_rtp_depayload_wait):
4157         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4158         We can use the clock in GstElement, no need to store it ourselves.
4159
4160 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4161
4162         * docs/libs/tmpl/gstaudio.sgml:
4163           update
4164         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
4165         (gst_paranoia_endian_get_type):
4166         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
4167         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
4168         * gst/audiotestsrc/gstaudiotestsrc.c:
4169         (gst_audiostestsrc_wave_get_type):
4170         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
4171         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
4172         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
4173         (gst_sync_method_get_type), (gst_unit_type_get_type),
4174         (gst_client_status_get_type), (gst_multifdsink_class_init),
4175         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
4176         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
4177         (gst_multifdsink_get_property):
4178         * gst/tcp/gstmultifdsink.h:
4179         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
4180         * gst/videotestsrc/gstvideotestsrc.c:
4181         (gst_videotestsrc_pattern_get_type):
4182           remove deprecated properties
4183           fix up enums to correctly have short lowercase dashed nicks
4184
4185 2005-11-22  Michael Smith <msmith@fluendo.com>
4186
4187         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
4188         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
4189           Add underscore.
4190
4191 2005-11-22  Michael Smith <msmith@fluendo.com>
4192
4193         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
4194         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
4195           Use utility method for scaling clocktime for fractional framerates.
4196
4197 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
4198
4199         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
4200         (gst_visual_chain):
4201         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4202         * ext/theora/theoradec.c: (theora_handle_type_packet):
4203         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
4204         (theora_enc_chain):
4205         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4206         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
4207         * gst-libs/gst/video/video.h:
4208         * gst/ffmpegcolorspace/avcodec.h:
4209         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4210         (gst_ffmpeg_caps_to_pixfmt):
4211         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4212         (gst_ffmpegcsp_set_caps):
4213         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4214         (gst_videorate_setcaps), (gst_videorate_blank_data),
4215         (gst_videorate_chain):
4216         * gst/videotestsrc/gstvideotestsrc.c:
4217         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
4218         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
4219         (gst_videotestsrc_event), (gst_videotestsrc_create):
4220         * gst/videotestsrc/gstvideotestsrc.h:
4221         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
4222         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
4223         (gst_ximagesink_get_times), (gst_ximagesink_init):
4224         * sys/ximage/ximagesink.h:
4225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
4226         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4227         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
4228         * sys/xvimage/xvimagesink.h:
4229           Convert elements to use fractions for their framerate.
4230           V4L elements to come later tonight.
4231
4232 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4233
4234         * gst-libs/gst/audio/audio.c:
4235         * gst-libs/gst/audio/audio.h:
4236           remove some deprecated functions
4237
4238 2005-11-22  Andy Wingo  <wingo@pobox.com>
4239
4240         * Update for gst_tag_setter API changes.
4241
4242 2005-11-22  Andy Wingo  <wingo@pobox.com>
4243
4244         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
4245         (gst_ogg_demux_perform_seek):
4246         * ext/theora/theoradec.c (theora_dec_sink_event):
4247         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
4248         update-funcnames.
4249
4250 2005-11-22  Wim Taymans  <wim@fluendo.com>
4251
4252         * examples/seeking/seek.c: (main):
4253         Give higher priority to bus signals than the gtk events
4254         to fix a race condition in the segment looping.
4255
4256 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4257
4258         * ext/theora/Makefile.am:
4259         * ext/vorbis/Makefile.am:
4260         * gst-libs/gst/tag/Makefile.am:
4261         * gst-plugins-base.spec.in:
4262           Rename libgsttagedit to libgsttag (#322117).
4263
4264 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4265
4266         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4267         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4268           Call gst_x_overlay_prepare_xwindow_id() to give applications
4269           a final chance to set their own xwindow id before the video
4270           sink creates its own window.
4271
4272 2005-11-22  Julien MOUTTE  <julien@moutte.net>
4273
4274         * sys/xvimage/xvimagesink.c:
4275         (gst_xvimagesink_navigation_send_event): Handle navigation
4276         events correcly with borders if applicable.
4277
4278 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4279
4280         Patch by: Luca Ognibene
4281
4282         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4283         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
4284         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4285         (gst_ffmpegcsp_caps_remove_format_info):
4286         * gst/ffmpegcolorspace/imgconvert.c:
4287         * gst/ffmpegcolorspace/imgconvert_template.h:
4288           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
4289           #318353); use gst_structure_has_name().
4290
4291 2005-11-22  Julien MOUTTE  <julien@moutte.net>
4292
4293         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
4294         (gst_ximagesink_class_init): Add debug macros on functions.
4295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4296         (gst_xvimagesink_xwindow_draw_borders),
4297         (gst_xvimagesink_xvimage_put),
4298         (gst_xvimagesink_xwindow_update_geometry),
4299         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
4300         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
4301         (gst_xvimagesink_xcontext_clear),
4302         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4303         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4304         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
4305         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
4306         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
4307         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4308         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
4309         expose while being PAUSED, out of data flow navigation events, etc..
4310
4311 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4312
4313         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
4314         * gst-libs/gst/audio/audio.h:
4315           fix prototype - wondering why the test worked regardless
4316
4317 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4318
4319         * check/Makefile.am:
4320         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
4321         * gst-libs/gst/audio/audio.h:
4322           add a method that returns a proper GstClockTime
4323
4324 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4325
4326         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
4327         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
4328         * gst-libs/gst/interfaces/xoverlay.h:
4329           Remove everything having to do with the desired size; add 
4330           gst_x_overlay_prepare_xwindow_id() function; remove the
4331           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
4332           post a message on the bus instead (#321816).
4333
4334         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
4335         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
4336         (gst_xvimagesink_xoverlay_init):
4337           Remove desired size stuff (#321816).
4338
4339 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4340
4341         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
4342         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
4343         (mpeg_video_type_find), (mpeg_video_stream_type_find):
4344           Terminate vararg functions with NULL instead of 0 to 
4345           make gcc4 happy.
4346
4347 2005-11-21  Andy Wingo  <wingo@pobox.com>
4348
4349         patch by: Sebastien Cote <sebas642@yahoo.ca>
4350         
4351         * gst-libs/gst/rtp/gstrtpbuffer.h: 
4352         * gst-libs/gst/rtp/gstrtpbuffer.c
4353         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
4354
4355 2005-11-21  Andy Wingo  <wingo@pobox.com>
4356
4357         * gst/playback/gstplaybin.c (gen_audio_element) 
4358         (gen_video_element): Use the new MISSING_PLUGIN core error
4359         category. Closes #320060.
4360
4361         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
4362         * gst/videorate/gstvideorate.c (gst_videorate_event):
4363         * ext/theora/theoradec.c (theora_dec_sink_event): 
4364         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
4365         stream lock.
4366
4367         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
4368         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
4369         stream lock changes.
4370
4371 2005-11-21  Wim Taymans  <wim@fluendo.com>
4372
4373         * gst-libs/gst/audio/gstbaseaudiosink.c:
4374         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
4375         (gst_base_audio_sink_provide_clock),
4376         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
4377         (gst_base_audio_sink_change_state):
4378         * gst/audioresample/gstaudioresample.c:
4379         Segment update fix.
4380
4381 2005-11-21  Andy Wingo  <wingo@pobox.com>
4382
4383         * *.h:
4384         * *.c: Ran scripts/update-macros. Oh yes.
4385
4386 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4387
4388         * sys/ximage/Makefile.am:
4389         * sys/ximage/ximage.c:
4390           Rename ximage plugin to ximagesink (#321426) (Don't forget to
4391           remove your old libgstximage.* manually if necessary).
4392
4393 2005-11-21  Michael Smith <msmith@fluendo.com>
4394
4395         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
4396           Minimal fix for bug #320200: set the min/max bitrate in the correct
4397           units. A better fix would be to upgrade to the RATEMANAGE2
4398           interface, rather than using the deprecated interface used here, but
4399           that would require an update in our libvorbis dependency (to 1.1),
4400           which is probably undesirable.
4401
4402 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
4403
4404         * ext/libvisual/visual.c: (get_buffer):
4405         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4406         (gst_base_audio_src_fixate):
4407         * gst/audioconvert/gstaudioconvert.c:
4408         (gst_audio_convert_fixate_caps):
4409         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
4410         * gst/audiotestsrc/gstaudiotestsrc.c:
4411         (gst_audiotestsrc_src_fixate):
4412         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
4413         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
4414         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
4415         * gst/videotestsrc/gstvideotestsrc.c:
4416         (gst_videotestsrc_src_fixate):
4417         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4418         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
4419           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
4420           (#322027)
4421
4422
4423 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4424
4425         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4426         (gst_riff_create_iavs_caps):
4427         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
4428         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
4429         (gst_riff_parse_info):
4430         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
4431         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
4432         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4433           Fixes for GST_FOURCC_FORMAT API change.
4434
4435 2005-11-21  Andy Wingo  <wingo@pobox.com>
4436
4437         patch by: Alessandro Dessina <alessandro nnva org>
4438
4439         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
4440         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
4441         (gst_ogg_parse_chain):
4442         * ext/theora/theoraenc.c (theora_set_header_on_caps):
4443         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
4444         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
4445         gst_value_list calls on arrays. Fixes #321962.
4446
4447 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4448
4449         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4450         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
4451         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4452         * gst/adder/gstadder.c: (gst_adder_init),
4453         (gst_adder_request_new_pad), (gst_adder_collected),
4454         (gst_adder_change_state):
4455           Update for gst_collectpads_foo() to gst_collect_pads_foo()
4456           API change.
4457
4458 2005-11-21  Michael Smith <msmith@fluendo.com>
4459
4460         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
4461         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
4462           Properly handle pad_push return values.
4463
4464 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
4465
4466         * gst-libs/gst/tag/Makefile.am:
4467         * gst-libs/gst/tag/gstvorbistag.c:
4468         (gst_tag_list_to_vorbiscomment_buffer):
4469           Remove obsolete vorbistag element and debug category.
4470
4471         * gst/playback/gstplaybasebin.c: (check_queue):
4472           Don't divide by 0 when queue-threshold is 0.
4473
4474         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
4475           Don't modify an existing pixel-aspect-ratio if we fail to read
4476           a new one.
4477
4478 2005-11-20  Wim Taymans  <wim@fluendo.com>
4479
4480         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
4481         (gst_vorbisenc_push_packet):
4482         GST_PAD_IS_USABLE is gone, use the return value of
4483         the push or pad_alloc_buffer instead.
4484
4485 2005-11-18  Julien MOUTTE  <julien@moutte.net>
4486
4487         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4488         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
4489         (gst_ximagesink_ximage_destroy),
4490         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
4491         (gst_ximagesink_xwindow_new),
4492         (gst_ximagesink_xwindow_update_geometry),
4493         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
4494         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
4495         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
4496         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
4497         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
4498         (gst_ximagesink_navigation_send_event),
4499         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
4500         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
4501         (gst_ximagesink_finalize), (gst_ximagesink_init),
4502         (gst_ximagesink_class_init):
4503         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
4504         This new version brings correct software scaling, non flickering
4505         window while resizing, pixel aspect ratio handling, usage of
4506         hardware buffer pools, out of data flow event thread for 
4507         navigation and handling of expose events even when being PAUSED,
4508         a new property to keep video aspect ratio when resizing, etc...
4509
4510 2005-11-18  Julien MOUTTE  <julien@moutte.net>
4511
4512         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4513         (gst_videoscale_fixate_caps): Introduce back caps fixate with
4514         handling of PAR.
4515
4516 2005-11-18    <bilboed@dvdsrc.fluendo.com>
4517
4518         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
4519         Unsetting IS_SINK flag from the fakesink, so decodebin
4520         never behaves as a sink.
4521
4522 2005-11-17  Wim Taymans  <wim@fluendo.com>
4523
4524         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4525         (gst_base_audio_src_change_state):
4526         Fix the audiosrc base class again, we did not unflush.
4527
4528 2005-11-17  Julien MOUTTE  <julien@moutte.net>
4529
4530         * examples/seeking/seek.c: (make_dv_pipeline),
4531         (make_vorbis_theora_pipeline), (make_avi_pipeline),
4532         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
4533         to ogg/vorbis/theora pipeline.
4534
4535 2005-11-17  Wim Taymans  <wim@fluendo.com>
4536
4537         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
4538         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
4539         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
4540         Fix EOS on multiple streams.
4541         More debugging.
4542
4543 2005-11-16  Wim Taymans  <wim@fluendo.com>
4544
4545         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
4546         (gst_ogg_demux_perform_seek):
4547         Segment done must include stream time.
4548
4549         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
4550         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
4551         (gst_ogg_mux_change_state):
4552         Fix ogg muxer again.
4553
4554 2005-11-16  Wim Taymans  <wim@fluendo.com>
4555
4556         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
4557         Fix compile again.
4558
4559 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4560
4561         * ext/libvisual/visual.c: (gst_visual_init):
4562         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
4563         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
4564         (gst_ogg_parse_chain):
4565         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4566         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
4567         * ext/theora/theoradec.c: (gst_theora_dec_init):
4568         * ext/theora/theoraenc.c: (gst_theora_enc_init):
4569         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
4570         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
4571         * gst/adder/gstadder.c: (gst_adder_class_init),
4572         (gst_adder_dispose):
4573         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4574         * gst/subparse/gstsubparse.c: (gst_subparse_init):
4575         * gst/videorate/gstvideorate.c: (gst_videorate_init):
4576           Fix a whole set of pad template leaks
4577
4578 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4579
4580         * check/generic/states.c: (GST_START_TEST):
4581           fix the test so that it only checks for elements that are part of
4582           this source module
4583
4584 2005-11-16  Michael Smith <msmith@fluendo.com>
4585
4586         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
4587         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
4588         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4589         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4590         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
4591         (gst_ogg_mux_change_state):
4592           Fix leaking collectpads.
4593
4594 2005-11-16  Edward Hervey  <edward@fluendo.com>
4595
4596         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
4597         (gst_videorate_event), (gst_videorate_chain):
4598         Handle segment seeks
4599
4600 2005-11-16  Wim Taymans  <wim@fluendo.com>
4601
4602         * gst-libs/gst/audio/gstbaseaudiosink.c:
4603         (gst_base_audio_sink_provide_clock),
4604         (gst_base_audio_sink_change_state):
4605         Set ringbuffer to non-flushing when going to PAUSED, set to
4606         flushing again when going to READY.
4607
4608         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4609         (gst_ring_buffer_stop):
4610         Start in flushing mode by default.
4611         Don't set flushing in the _stop method, let the app call
4612         this explicitly.
4613
4614 2005-11-16  Julien MOUTTE  <julien@moutte.net>
4615
4616         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
4617         * gst-libs/gst/video/videosink.h: Add helper function needed
4618         for video sinks.
4619
4620 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4621
4622         * gst/videoscale/gstvideoscale.c:
4623         (gst_videoscale_handle_src_event):
4624           Don't leak reference to pad parent.
4625
4626 2005-11-16  Wim Taymans  <wim@fluendo.com>
4627
4628         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
4629         Set ringbuffer to flushing when stopping so that we don't
4630         block on wait_segment anymore and livelock.
4631
4632 2005-11-16  Wim Taymans  <wim@fluendo.com>
4633
4634         * examples/seeking/seek.c: (send_event), (do_seek),
4635         (loop_toggle_cb), (segment_done), (main):
4636         Added looping checkbox.
4637
4638 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4639
4640         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4641         (gst_ogg_demux_init):
4642         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4643         (gst_vorbis_dec_init):
4644           revert unrefs, they don't pass make check
4645
4646 2005-11-15  Johan Dahlin  <johan@gnome.org>
4647
4648         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4649         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
4650         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4651         (gst_vorbis_dec_init):
4652         Fix pad template leaks. 
4653
4654 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
4655
4656         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4657           Make state change function thread safe.
4658
4659 2005-11-15  Edward Hervey  <edward@fluendo.com>
4660
4661         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
4662         (gst_ogg_demux_class_init):
4663         Implement GstElement::send_event, so we can send seek events
4664         in GST_STATE_READY
4665
4666 2005-11-14  Julien MOUTTE  <julien@moutte.net>
4667
4668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
4669         Discovered how to take away flickering while resizing the
4670         window. Please don't put that in ximagesink, refactoring in
4671         progress.
4672
4673 2005-11-14  Michael Smith <msmith@fluendo.com>
4674
4675         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
4676         (gst_multifdsink_render):
4677           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
4678
4679 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
4680
4681         * gst/playback/gstplaybin.c: (gen_audio_element):
4682           Use autoaudiosink, it tends to be more widely available than
4683           autoaudiiosink.
4684           
4685 2005-11-14  Andy Wingo  <wingo@pobox.com>
4686
4687         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
4688         as well if it is available. Fixes #316442.
4689
4690 2005-11-14  Michael Smith <msmith@fluendo.com>
4691
4692         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
4693         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
4694         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4695         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4696         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
4697         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4698         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
4699         (gst_vorbisenc_change_state):
4700           Fix a small memory leak in vorbisenc.
4701           Fix large memory leaks in oggmux, also fix lots of state change
4702           bugs in oggmux.
4703
4704 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4705
4706         * gst/videotestsrc/gstvideotestsrc.c:
4707         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
4708         (gst_videotestsrc_src_fixate):
4709           move fixation to a fixate function
4710           remove negotiate function, basesrc's is good enough
4711           fixes a bug for check when using the element alone
4712
4713 2005-11-13  Edward Hervey  <edward@fluendo.com>
4714
4715         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
4716         (key_toggle_cb), (main):
4717         Added checkboxes for adding/removing the accurate and key_unit seek
4718         flags.
4719
4720 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4721
4722         * configure.ac: back to HEAD
4723
4724 === release 0.9.5 ===
4725
4726 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
4727
4728         * configure.ac:
4729           releasing 0.9.5, "No No Kia"
4730
4731 2005-11-11  Edward Hervey  <edward@fluendo.com>
4732
4733         * examples/seeking/seek.c: (make_parselaunch_pipeline):
4734         Added parse-launch syntax seeking mode for the seeking example.
4735         This should help stress-test even more cases.
4736         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
4737
4738 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4739
4740         * sys/xvimage/xvimagesink.c:
4741         (gst_xvimagesink_navigation_send_event):
4742           Check whether peer pad exists before sending navigation events
4743           to it.
4744
4745 2005-11-11  Michael Smith <msmith@fluendo.com>
4746
4747         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
4748         (gst_vorbisenc_buffer_from_packet):
4749         * ext/vorbis/vorbisenc.h:
4750           Set duration on encoded buffers. This allows oggmux's
4751           max_page_delay parameter to actually work.
4752
4753 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4754
4755         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4756         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
4757         (gst_ffmpegcsp_avpicture_fill):
4758         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4759         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
4760           Make palettes work again (see #132341). Use our own macros
4761           for rounding up.
4762
4763 2005-11-10  Andy Wingo  <wingo@pobox.com>
4764
4765         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
4766         string doober.
4767
4768 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4769
4770         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4771         (gst_ffmpegcsp_transform_caps):
4772           Prefer passthrough in transform_caps
4773
4774 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4775
4776         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4777           check for ALSA errors properly, instead of relying on ALSA's
4778           error strings to serve to the user.
4779
4780 2005-11-10  Wim Taymans  <wim@fluendo.com>
4781
4782         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
4783         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
4784         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
4785         Modernise the seek code.
4786
4787 2005-11-10  Michael Smith <msmith@fluendo.com>
4788         
4789         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
4790         (setup_substreams), (set_active_source):
4791           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
4792           trying to go to NULL if we failed to read a file.
4793
4794 2005-11-10  Wim Taymans  <wim@fluendo.com>
4795
4796         * gst/audiotestsrc/gstaudiotestsrc.c:
4797         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
4798         (gst_audiotestsrc_create):
4799         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4800         (gst_sinesrc_get_times), (gst_sinesrc_create):
4801         * gst/videotestsrc/gstvideotestsrc.c:
4802         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
4803         (gst_videotestsrc_create):
4804         The base class can now sync for us.
4805
4806 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4807
4808         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
4809           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
4810           name=source autoprobe=false autoprobe-fps=false copy-mode=1
4811           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
4812           format=(fourcc)I420" ! xvimagesink
4813
4814 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4815
4816         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4817         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
4818         (gst_sinesrc_newsegment):
4819           Send newsegment event in TIME format, set duration if
4820           num-buffers is set, fix duration querying.
4821
4822 2005-11-10  Michael Smith <msmith@fluendo.com>
4823
4824         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4825         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4826         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4827         (gst_ogg_mux_collected):
4828          Fix EOS handling, partially. Now forwarding an EOS event once we have
4829          EOS on all pads works correctly. However, we still don't properly set
4830          EOS on the actual ogg stream pages.
4831
4832 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4833
4834         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
4835           Set elements to NULL state before disposing of them.
4836
4837 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
4838
4839         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4840
4841         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4842         (gst_base_rtp_depayload_init),
4843         (gst_base_rtp_depayload_set_gst_timestamp):
4844         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4845           We need to send a newsegment event for each instance, not
4846           just for the first instance of this class (get rid of
4847           static variable in function). (#321011).
4848           
4849 2005-11-08  Michael Smith <msmith@fluendo.com>
4850
4851         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4852         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
4853         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
4854         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
4855           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
4856           This makes us mux things correctly according to the ogg muxing
4857           rules. Still not handling EOS correctly right now, though.
4858
4859 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4860
4861         * gst/audioconvert/gstaudioconvert.c:
4862           Fix typo in docs. 
4863
4864 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4865
4866         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4867         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
4868           Initialise segment_stop to GST_CLOCK_TIME_NONE when
4869           creating a new chain; should fix live streaming. Also
4870           add more debug output and fix a typo.
4871
4872 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
4873
4874         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4875
4876         * gst/volume/gstvolume.c: (volume_set_caps):
4877           Fix compilation on Solaris with Forte. (#320923)
4878
4879 2005-11-08  Wim Taymans  <wim@fluendo.com>
4880
4881         * gst-libs/gst/audio/gstbaseaudiosink.c:
4882         (gst_base_audio_sink_render):
4883         No need to do a typecheck.
4884
4885 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
4886
4887         * ext/alsa/gstalsa.h:
4888           We register a debug category, so let's use it.
4889
4890 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4891
4892         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4893         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
4894         Fixed a small problem.
4895
4896 2005-11-04  Wim Taymans  <wim@fluendo.com>
4897
4898         * examples/seeking/Makefile.am:
4899         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
4900         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
4901         (make_playerbin_pipeline), (format_value), (update_scale),
4902         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
4903         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
4904         (print_usage), (main):
4905         Added app for playback speed testing.
4906
4907         * examples/seeking/seek.c: (dynamic_link),
4908         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
4909         (make_mpeg_pipeline), (do_seek), (set_update_scale),
4910         (message_received), (main):
4911         Updated seek example.
4912
4913 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4914
4915         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4916         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4917         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
4918         (gst_base_rtp_depayload_set_clock):
4919         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4920         Don't sleep on the bench (system clock) when you have a nice 
4921         comfortable bed (Gstreamer clock) to sleep on.
4922
4923 2005-11-03  Wim Taymans  <wim@fluendo.com>
4924
4925         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4926         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
4927         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
4928         Handle the case where a pad_block failed.
4929
4930 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
4931
4932         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
4933
4934         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4935         (gst_base_rtp_depayload_add_to_queue),
4936         (gst_base_rtp_depayload_push),
4937         (gst_base_rtp_depayload_set_gst_timestamp),
4938         (gst_base_rtp_depayload_queue_release):
4939           Fixes some bugs in the depayloader's queuing/de-queueing code.
4940
4941 2005-10-31  Michael Smith <msmith@fluendo.com>
4942
4943         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4944         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
4945         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
4946           Patch from Alessandro Decina <alessandro@nnva.org>.
4947           Make oggdemux only find the final time in a chain, not per-pad,
4948           since the per-pad information can be very expensive to locate, and
4949           it isn't used anywhere. This makes reading a file containing
4950           OggSkeleton reasonably fast.
4951           Also, make chain finding work when there are logical bitstreams that
4952           can't be decoded. Fixes #319110.
4953
4954 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4955
4956         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4957         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4958         (gst_base_rtp_depayload_chain),
4959         (gst_base_rtp_depayload_add_to_queue),
4960         (gst_base_rtp_depayload_push),
4961         (gst_base_rtp_depayload_set_gst_timestamp),
4962         (gst_base_rtp_depayload_queue_release),
4963         (gst_base_rtp_depayload_start_thread),
4964         (gst_base_rtp_depayload_set_property),
4965         (gst_base_rtp_depayload_get_property):
4966         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4967         Some random fixes, to fullfill the desires of thomas.
4968
4969 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4970
4971         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4972         (gst_base_rtp_depayload_add_to_queue),
4973         (gst_base_rtp_depayload_push):
4974         Fixed the queueing algorithm.
4975
4976 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4977
4978         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4979         (gst_base_rtp_depayload_push):
4980         A small fix
4981
4982 2005-10-31  Wim Taymans  <wim@fluendo.com>
4983
4984         * gst-libs/gst/audio/gstringbuffer.h:
4985         Don't break ABI.
4986
4987         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4988         (gst_ffmpeg_caps_to_pixfmt):
4989         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4990         (gst_ffmpegcsp_set_caps):
4991         Some more comments.
4992         Handle missing required caps fields better.
4993
4994 2005-10-31  Wim Taymans  <wim@fluendo.com>
4995
4996         * gst-libs/gst/audio/gstbaseaudiosink.c:
4997         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
4998         (gst_base_audio_sink_render):
4999         * gst-libs/gst/audio/gstringbuffer.c:
5000         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5001         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5002         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
5003         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
5004         (gst_ring_buffer_read):
5005         * gst-libs/gst/audio/gstringbuffer.h:
5006         Add flushing mode to the ringbuffer so that it in all cases does
5007         not try to handle more audio. This makes sure it does not try to
5008         block anymore when flushing and fixes a livelock.
5009
5010 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
5011
5012         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
5013         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
5014         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
5015           Explicitly check for -1 values before doing a conversion
5016           and always map them to -1. (#315545)
5017
5018 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5019
5020         * gst/playback/gstplaybin.c: (gen_video_element):
5021           first try autovideosink, then xvimagesink, then error out
5022         * po/POTFILES.in:
5023           add translatable file
5024         * po/af.po:
5025         * po/az.po:
5026         * po/cs.po:
5027         * po/en_GB.po:
5028         * po/hu.po:
5029         * po/it.po:
5030         * po/nb.po:
5031         * po/nl.po:
5032         * po/or.po:
5033         * po/sq.po:
5034         * po/sr.po:
5035         * po/sv.po:
5036         * po/uk.po:
5037         * po/vi.po:
5038           update translations
5039
5040 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
5041
5042         * gst-libs/gst/rtp/gstbasedepayload.c:
5043         * gst-libs/gst/rtp/gstbasedepayload.h:
5044           Minor cleanups
5045
5046 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
5047
5048         * gst/playback/.cvsignore:
5049         * gst/playback/decodetest.c:
5050         * gst/playback/test3.c:
5051           Port these two tests as well.
5052
5053 2005-10-27  Wim Taymans  <wim@fluendo.com>
5054
5055         * ext/theora/theoradec.c: (theora_dec_src_query),
5056         (theora_dec_sink_event):
5057         * ext/theora/theoraenc.c: (theora_enc_sink_event),
5058         (theora_enc_change_state):
5059         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5060         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
5061         Take proper locks when handling events.
5062
5063 2005-10-27  Wim Taymans  <wim@fluendo.com>
5064
5065         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
5066         (gst_adder_change_state):
5067         Fix timestamps and fix deadlock when stopping the collectpads.
5068
5069 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
5070
5071         * gst-libs/gst/rtp/gstrtpbuffer.h:
5072         Declaring the payload types as strings too so that they can be used
5073         in the padtemplate inialization.
5074
5075 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
5076
5077         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
5078
5079         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5080         (gst_base_rtp_depayload_class_init):
5081         Fixes a small but nasty bug. The derived elements no longer segfaults
5082         on finalization.
5083
5084 2005-10-26  Michael Smith <msmith@fluendo.com>
5085
5086         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
5087           When clearing an audioconvert context, set tmpbufsize to zero, so
5088           we'll allocate it again later if required.
5089           This fixes audioconvert re-negotiating formats, which previously
5090           segfaulted with a NULL destination buffer.
5091
5092 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
5093
5094         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5095         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
5096         (gst_base_rtp_depayload_set_gst_timestamp),
5097         (gst_base_rtp_depayload_queue_release):
5098         Fixed a smalll memleak.
5099
5100 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
5101         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5102         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
5103         (gst_base_rtp_depayload_finalize),
5104         (gst_base_rtp_depayload_setcaps),
5105         (gst_base_rtp_depayload_add_to_queue),
5106         (gst_base_rtp_depayload_push),
5107         (gst_base_rtp_depayload_set_gst_timestamp),
5108         (gst_base_rtp_depayload_queue_release),
5109         (gst_base_rtp_depayload_thread),
5110         (gst_base_rtp_depayload_change_state):
5111         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5112         Changed the C++ comments to C comments
5113
5114 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5115
5116         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
5117         * gst/tcp/gsttcpclientsrc.h:
5118         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
5119         * gst/tcp/gsttcpserversrc.h:
5120           Remove unused 'curoffset' structure member.
5121
5122 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
5123
5124         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5125         (gst_base_rtp_depayload_base_init),
5126         (gst_base_rtp_depayload_finalize):
5127         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5128         * gst-libs/gst/rtp/gstbasertppayload.h:
5129           The pad-template on the sinkpad should be set by the derived classes.
5130           Also added some useful macros.
5131
5132 2005-10-24  Wim Taymans  <wim@fluendo.com>
5133
5134         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5135         Correctly flush decoder samples even if we could not
5136         copy them to an output buffer. Fixes #319618.
5137
5138 2005-10-24  Julien MOUTTE  <julien@moutte.net>
5139
5140         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
5141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
5142         the caps against our xcontext caps.
5143
5144 2005-10-24  Wim Taymans  <wim@fluendo.com>
5145
5146         * gst-libs/gst/audio/gstbaseaudiosink.c:
5147         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
5148         Remove g_print
5149         Use sync property from baseclass to disable sync.
5150
5151 2005-10-24  Wim Taymans  <wim@fluendo.com>
5152
5153         * gst-libs/gst/audio/gstbaseaudiosink.c:
5154         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
5155         Buffers with no timestamps get aligned with previous buffers or
5156         on underrun, played ASAP.
5157
5158 2005-10-24  Julien MOUTTE  <julien@moutte.net>
5159
5160         * gst-libs/gst/video/video.h:
5161         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5162         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
5163         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
5164         here comes my change on caps for framerate and geometry range.
5165         We are now accepting 1 to MAXINT for width and height, and from
5166         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
5167         to be blended correctly in videomixer.
5168
5169 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5170
5171         * configure.ac:
5172           back to HEAD
5173
5174 === release 0.9.4 ===
5175
5176 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5177
5178         * NEWS:
5179         * RELEASE:
5180         * configure.ac:
5181           releasing 0.9.4, "Velociraptor"
5182
5183 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5184
5185         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
5186         * po/POTFILES.in:
5187           STOPPED -> FAILED
5188
5189 2005-10-21  Wim Taymans  <wim@fluendo.com>
5190
5191         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5192         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
5193         (pad_blocked), (close_pad_link), (new_pad):
5194         Don't try to remove elements twice.
5195
5196 2005-10-21  Wim Taymans  <wim@fluendo.com>
5197
5198         * ext/theora/theoradec.c: (theora_dec_src_query),
5199         (theora_dec_sink_event):
5200         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5201         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5202         (vorbis_handle_data_packet):
5203         * ext/vorbis/vorbisdec.h:
5204         Fix old naming.
5205
5206         * gst-libs/gst/audio/gstbaseaudiosink.c:
5207         (gst_base_audio_sink_render):
5208         Don't try to sync on buffers without a timestamp.
5209
5210 2005-10-21  Wim Taymans  <wim@fluendo.com>
5211
5212         * ext/theora/theoradec.c: (theora_dec_src_query),
5213         (theora_dec_sink_event):
5214         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5215         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5216         (vorbis_handle_data_packet):
5217         * ext/vorbis/vorbisdec.h:
5218         Fix old naming.
5219
5220 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5221
5222         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
5223         (gst_vorbisenc_src_query):
5224           Implement position and duration queries.
5225
5226         * gst/playback/test3.c: (update_scale), (main):
5227           Fix for async state changes and print nicer output.
5228
5229 2005-10-20  Wim Taymans  <wim@fluendo.com>
5230
5231         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5232         (dump_element_stats), (main):
5233         * gst/playback/test6.c: (main):
5234         Fix tests again
5235
5236 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5237
5238         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
5239         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5240           Don't use functions for position queries when handling
5241           duration queries.
5242
5243 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5244
5245         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5246         (vorbis_handle_data_packet), (vorbis_dec_chain),
5247         (vorbis_dec_change_state):
5248         * ext/vorbis/vorbisdec.h:
5249           Vorbis streams can be embedded in other container formats
5250           than ogg, container formats where the demuxer might set 
5251           timestamps on encoded vorbis buffers instead of those silly 
5252           granulepos thingies. In short: make vorbisdec handle 
5253           timestamps on incoming buffers as well.
5254
5255 2005-10-20  Wim Taymans  <wim@fluendo.com>
5256
5257         * gst/playback/gstplaybasebin.c: (group_destroy),
5258         (gst_play_base_bin_change_state):
5259         Fix leak.
5260         Handle case where playbasebin is now ASYNC because
5261         decodebin is.
5262
5263 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5264
5265         * gst/audioconvert/Makefile.am:
5266         * gst/audioconvert/bufferframesconvert.c:
5267         * gst/audioconvert/plugin.c: (plugin_init):
5268         * gst/audioconvert/plugin.h:
5269           And bye bye buffer-frames-convert
5270
5271 2005-10-19  Wim Taymans  <wim@fluendo.com>
5272
5273         * check/elements/audioconvert.c:
5274         * docs/libs/tmpl/gstaudio.sgml:
5275         * docs/libs/tmpl/gstcolorbalance.sgml:
5276         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5277         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
5278         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
5279         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
5280         * gst-libs/gst/audio/audio.h:
5281         * gst/audioconvert/audioconvert.h:
5282         * gst/audioconvert/gstaudioconvert.c:
5283         (gst_audio_convert_parse_caps):
5284         * gst/volume/gstvolume.c:
5285         Bye bye buffer-frames.
5286
5287 2005-10-19  Wim Taymans  <wim@fluendo.com>
5288
5289         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5290         (query_positions_elems), (query_positions_pads), (update_scale),
5291         (do_seek), (set_update_scale), (message_received), (main):
5292         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5293         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
5294         (gst_ogg_demux_loop):
5295         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
5296         * ext/theora/theoradec.c: (theora_dec_src_query),
5297         (theora_dec_sink_event):
5298         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5299         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
5300         * gst/adder/gstadder.c: (gst_adder_query):
5301         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
5302         * gst/playback/test3.c: (update_scale):
5303         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5304         (dump_element_stats), (main):
5305         * gst/playback/test6.c: (main):
5306         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5307         Query API update.
5308
5309 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5310
5311         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
5312         (xml_check_first_element), (xml_type_find), (smil_type_find),
5313         (plugin_init):
5314           Add typefinding for SMIL and for generic XML. Based on patch by
5315           Akos Maroy (#308663).
5316
5317 2005-10-18  Wim Taymans  <wim@fluendo.com>
5318
5319         * gst/playback/Makefile.am:
5320         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5321         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
5322         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
5323         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
5324         (gst_decode_bin_change_state):
5325         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5326         (gst_play_bin_send_event_to_sink):
5327         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5328         (dump_element_stats), (main):
5329         * gst/playback/test6.c: (main):
5330         Make playbin async, it'll commit state to paused when all streams
5331         are detected.
5332         Remove ugly hack.
5333         Added test6.c to show async behaviour.
5334
5335 2005-10-18  Wim Taymans  <wim@fluendo.com>
5336
5337         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5338         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
5339         Fix for segment-start/stop API change.
5340
5341 2005-10-18  Wim Taymans  <wim@fluendo.com>
5342
5343         * check/Makefile.am:
5344         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
5345         (main):
5346         Add future test for clock selection.
5347
5348 2005-10-18  Wim Taymans  <wim@fluendo.com>
5349
5350         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
5351         (gst_alsasink_close):
5352         Set handle to NULL.
5353
5354         * gst-libs/gst/audio/gstringbuffer.c:
5355         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5356         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
5357         (gst_ring_buffer_start), (gst_ring_buffer_pause),
5358         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
5359         (gst_ring_buffer_read):
5360         More debug info.
5361
5362 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
5363
5364         * gst/audiotestsrc/Makefile.am:
5365         * gst/sine/Makefile.am:
5366         * gst/volume/Makefile.am:
5367           fix broken build of controllerized plugins
5368
5369 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
5370
5371         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5372
5373         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5374         (gst_riff_create_video_template_caps):
5375           Add support for Indeo-3 (IV32).
5376
5377 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5378
5379         * configure.ac:
5380           rewrite
5381
5382 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5383
5384         * gst-libs/gst/video/video.c: (gst_video_get_size):
5385         * gst/audiotestsrc/gstaudiotestsrc.c:
5386           doc updates
5387
5388 2005-10-17  Andy Wingo  <wingo@pobox.com>
5389
5390         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
5391         with the collectpads change.
5392         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
5393
5394         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
5395
5396         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
5397
5398         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
5399         alloc_buffer flow return to callers.
5400         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
5401         change. Fix some memleaks in theoraenc.
5402
5403         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
5404         in strange circumstance.
5405
5406 2005-10-17  Julien MOUTTE  <julien@moutte.net>
5407
5408         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5409         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
5410         from caps, let's use the caps...
5411
5412 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5413
5414         * configure.ac:
5415           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
5416
5417 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5418
5419         * gst-libs/gst/interfaces/Makefile.am:
5420           fix silly typo
5421
5422 2005-10-16  Andy Wingo  <wingo@pobox.com>
5423
5424         * gst/playback/gstdecodebin.c
5425         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
5426         function!
5427         (try_to_link_1): Increase kraziness level.
5428
5429 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5430
5431         * configure.ac:
5432           restructure like the core one
5433         * gst-libs/gst/audio/Makefile.am:
5434         * gst-libs/gst/interfaces/Makefile.am:
5435         * gst-libs/gst/net/Makefile.am:
5436         * gst-libs/gst/riff/Makefile.am:
5437         * gst-libs/gst/rtp/Makefile.am:
5438         * gst-libs/gst/tag/Makefile.am:
5439         * gst-libs/gst/video/Makefile.am:
5440           use correct linker flags, now the libs are properly versioned
5441         * check/elements/audioconvert.c: (verify_convert):
5442         * ext/alsa/gstalsaplugin.c:
5443         * ext/cdparanoia/gstcdparanoia.c:
5444         * ext/gnomevfs/gstgnomevfs.c:
5445         * ext/libvisual/visual.c:
5446         * ext/ogg/gstogg.c:
5447         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
5448         * ext/theora/theora.c:
5449         * ext/vorbis/vorbis.c:
5450         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5451         * gst-libs/gst/tag/gsttagediting.c:
5452         * gst-libs/gst/video/video.c:
5453         * gst/adder/gstadder.c:
5454         * gst/audioconvert/plugin.c:
5455         * gst/audiorate/gstaudiorate.c:
5456         * gst/audioresample/gstaudioresample.c:
5457         * gst/audioresample/resample_ref.c: (resample_scale_ref):
5458         * gst/audioscale/gstaudioscale.c:
5459         * gst/audioscale/resample.c:
5460         * gst/audiotestsrc/gstaudiotestsrc.c:
5461         * gst/ffmpegcolorspace/gstffmpeg.c:
5462         * gst/playback/gstdecodebin.c: (close_pad_link):
5463         * gst/playback/gstplaybin.c: (gen_video_element),
5464         (gen_audio_element):
5465         * gst/sine/gstsinesrc.c:
5466         * gst/subparse/gstsubparse.c:
5467         * gst/tags/gsttagediting.c:
5468         * gst/tcp/gsttcpplugin.c:
5469         * gst/typefind/gsttypefindfunctions.c:
5470         * gst/videorate/gstvideorate.c:
5471         * gst/videoscale/gstvideoscale.c:
5472         * gst/videotestsrc/gstvideotestsrc.c:
5473         * gst/volume/gstvolume.c:
5474         * sys/v4l/gstv4l.c:
5475         * sys/ximage/ximage.c:
5476         * sys/xvimage/xvimagesink.c:
5477           fix up defines
5478
5479 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5480
5481         * ext/vorbis/vorbisenc.c:
5482         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5483         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
5484         (gst_tag_to_vorbis_comments):
5485           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
5486
5487 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
5488
5489         * examples/stats/mp2ogg.c:
5490         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5491           typo fixes
5492
5493 2005-10-13  Michael Smith <msmith@fluendo.com>
5494
5495         * ext/ogg/gstoggmux.c:
5496           Use magic glib macros to define constants as 64 bit, to ensure
5497           appropriate vararg passing.
5498
5499 2005-10-13  Michael Smith <msmith@fluendo.com>
5500
5501         * ext/ogg/gstoggmux.c:
5502         * gst/audioconvert/audioconvert.c: (float):
5503           Don't use LL suffix, as it's not portable, and neither of these
5504           uses required it anyway.
5505
5506 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
5507
5508         * examples/indexing/indexmpeg.c: (main):
5509         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
5510         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
5511         (cdparanoia_convert), (cdparanoia_query):
5512         * ext/cdparanoia/gstcdparanoia.h:
5513         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
5514         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
5515         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
5516         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
5517         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
5518         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
5519         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
5520         (gst_multifdsink_render), (gst_multifdsink_start),
5521         (gst_multifdsink_stop):
5522         * gst/tcp/gstmultifdsink.h:
5523         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
5524         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
5525         (gst_tcpclientsink_stop):
5526         * gst/tcp/gsttcpclientsink.h:
5527         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
5528         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
5529         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
5530         * gst/tcp/gsttcpclientsrc.h:
5531         * gst/tcp/gsttcpserversink.h:
5532         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
5533         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
5534         (gst_tcpserversrc_stop):
5535         * gst/tcp/gsttcpserversrc.h:
5536         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
5537         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
5538         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
5539           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
5540           moved bitshift from macro to enum definition
5541
5542 2005-10-12  Wim Taymans  <wim@fluendo.com>
5543
5544         * examples/seeking/Makefile.am:
5545         Oops.
5546
5547 2005-10-12  Wim Taymans  <wim@fluendo.com>
5548
5549         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5550         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5551         Don't assert on normal stuff.
5552
5553         * gst/playback/gstplaybin.c: (do_playbin_seek):
5554         API fix.
5555
5556 2005-10-12  Wim Taymans  <wim@fluendo.com>
5557
5558         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5559         * examples/seeking/Makefile.am:
5560         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
5561         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5562         (do_seek), (set_update_scale), (message_received), (main):
5563         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5564         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5565         Update for _get_state() API change.
5566
5567 2005-10-11  Wim Taymans  <wim@fluendo.com>
5568
5569         * gst-libs/gst/audio/gstbaseaudiosink.c:
5570         (gst_base_audio_sink_render):
5571         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5572         (gst_base_audio_src_create):
5573         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5574         (gst_ring_buffer_read):
5575         Cleanups.
5576         Commit and read from ringbuffer in samples rather than bytes.
5577
5578 2005-10-11  Wim Taymans  <wim@fluendo.com>
5579
5580         * gst-libs/gst/audio/gstbaseaudiosink.c:
5581         (gst_base_audio_sink_render):
5582         Respect segment rate and accum when scheduling samples.
5583
5584 2005-10-11  Julien MOUTTE  <julien@moutte.net>
5585
5586         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5587         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
5588         EOS correctly, that needs more work.
5589
5590 2005-10-11  Wim Taymans  <wim@fluendo.com>
5591
5592         * check/generic/states.c: (GST_START_TEST):
5593         remove old property.
5594
5595         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5596         (gst_ogg_demux_perform_seek):
5597         * ext/theora/theoradec.c: (theora_dec_sink_event):
5598         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5599         (vorbis_handle_data_packet):
5600         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5601         (gst_base_rtp_depayload_set_gst_timestamp):
5602         * gst/videorate/gstvideorate.c: (gst_videorate_event):
5603         Update for newsegment API change.
5604
5605 2005-10-11  Michael Smith <msmith@fluendo.com>
5606
5607         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
5608         (do_playbin_seek), (gst_play_bin_send_event):
5609           Override send_event differently, so that we can takes bits of
5610           functionality from GstPipeline (special handling for seeks,
5611           including pausing/resuming, and resetting stream time) and still get
5612           the appropriate behaviour of only forwarding event to a single sink,
5613           rather than all of them.
5614           Unfortunately requires a lot of code duplication, but the
5615           alternatives are equally ugly in the end.
5616
5617 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5618
5619         * check/elements/audioconvert.c: (setup_audioconvert),
5620         (cleanup_audioconvert), (get_int_caps), (verify_convert),
5621         (GST_START_TEST), (audioconvert_suite):
5622           clean up tests a little, fix some leaks.
5623
5624 2005-10-10  Wim Taymans  <wim@fluendo.com>
5625
5626         * ext/alsa/gstalsasink.c:
5627         Also allow unsigned int.
5628
5629         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5630         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5631         Small cleanup
5632
5633 2005-10-10  Wim Taymans  <wim@fluendo.com>
5634
5635         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5636         Small update, use API as stated in design docs.
5637
5638         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5639         (update_scale), (do_seek), (seek_cb), (set_update_scale),
5640         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
5641         (message_received), (main):
5642         Updated seek example for GOption. Some usability improvements.
5643
5644 2005-10-10  Wim Taymans  <wim@fluendo.com>
5645
5646         * gst/audioconvert/audioconvert.h:
5647         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
5648         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
5649         Alloc temp storage somewhere else where we can do it more
5650         portable.
5651
5652 2005-10-10  Wim Taymans  <wim@fluendo.com>
5653
5654         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
5655         (gst_tcpserversrc_start):
5656         Don't block in accept while doing the state change, move
5657         to poll and make cancellable.
5658
5659 2005-10-09  Philippe Khalaf <burger@speedy.org>
5660
5661         * gst-libs/gst/rtp/rtpbasedepayload.c:
5662         Set timestamp and add queue delay to timestamp
5663         * gst-libs/gst/rtp/rtpbuffer.h:
5664         Set correct payload type for h263
5665
5666 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5667
5668         * gst/audiotestsrc/gstaudiotestsrc.c:
5669         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
5670         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
5671         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
5672         (gst_audiotestsrc_create_triangle),
5673         (gst_audiotestsrc_create_silence),
5674         (gst_audiotestsrc_create_white_noise),
5675         (gst_audiotestsrc_init_pink_noise),
5676         (gst_audiotestsrc_generate_pink_noise_value),
5677         (gst_audiotestsrc_create_pink_noise),
5678         (gst_audiotestsrc_change_wave):
5679         * gst/audiotestsrc/gstaudiotestsrc.h:
5680           fixed typo, added pink noise
5681
5682 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5683
5684         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
5685         (plugin_init):
5686           Add wavpack and spc typefind functions from 0.8 branch.
5687
5688 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5689
5690         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
5691         (ar_type_find), (msdos_type_find), (plugin_init):
5692           Add typefind functions for tar archives, ar archives,
5693           RAR archives, and msdos-executables (dlls, exe, etc.).
5694           Some of those would be wrongly identified as mpeg
5695           streams of some sort before (#315550).
5696
5697 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5698
5699         * configure.ac:
5700         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5701         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5702         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
5703         * gst/audiotestsrc/Makefile.am:
5704         * gst/audiotestsrc/gstaudiotestsrc.c:
5705         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
5706         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
5707         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
5708         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
5709         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
5710         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
5711         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
5712         (gst_audiotestsrc_create_silence),
5713         (gst_audiotestsrc_create_white_noise),
5714         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
5715         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
5716         (gst_audiotestsrc_start), (plugin_init):
5717         * gst/audiotestsrc/gstaudiotestsrc.h:
5718           add new plugin and element
5719         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
5720           use gobject_class
5721
5722 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5723
5724         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
5725         (gst_adder_init), (gst_adder_request_new_pad),
5726         (gst_adder_change_state):
5727           Add query function to source pad, so adder reports the correct
5728           time/sample position when queried (#315457); fix state change
5729           function; use GST_DEBUG_FUNCPTR() for pad functions.
5730
5731 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5732
5733         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
5734           Fix leaks in typefind registration
5735           Clean up the gratuitous commenting and whitespacing a little
5736
5737 2005-10-08  Wim Taymans  <wim@fluendo.com>
5738
5739         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
5740         Only actually wait for the thread to be stopped if it's 
5741         running.
5742
5743 2005-10-08  Wim Taymans  <wim@fluendo.com>
5744
5745         * gst-libs/gst/audio/gstbaseaudiosink.c:
5746         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5747         If we receive EOS we can start playback of what we had.
5748
5749 2005-10-08  Wim Taymans  <wim@fluendo.com>
5750
5751         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
5752         (gst_multifdsink_finalize), (multifdsink_hash_remove),
5753         (gst_multifdsink_stop):
5754         Fix crasher when going to NULL multiple times.
5755
5756 2005-10-06  Wim Taymans  <wim@fluendo.com>
5757
5758         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
5759         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5760         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5761         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
5762         patch from Edgard Lima <edgard.lima@indt.org.br>
5763         Fixed gstbaseaudiosrc adding ring buffer sync to it.
5764
5765 2005-10-06  Wim Taymans  <wim@fluendo.com>
5766
5767         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
5768         Report the FLOW_RETURN as string in the error message.
5769
5770         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
5771         Don't assert when clearing an unnegotiated buffer.
5772
5773 2005-10-04  Michael Smith <msmith@fluendo.com>
5774
5775         * gst/playback/gstplaybasebin.c: (group_destroy),
5776         (gen_preroll_element), (remove_groups), (setup_source):
5777         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
5778         (setup_sinks), (gst_play_bin_send_event),
5779         (gst_play_bin_change_state):
5780           Set state to NULL before removing from bin. Fix refcounting.
5781
5782 2005-10-04  Michael Smith <msmith@fluendo.com>
5783
5784         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
5785           Correct refcounting in send_event() function. Previously was wrong
5786           if the first sink was unable to handle the event.
5787
5788 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5789
5790         * configure.ac:
5791           back to development
5792
5793 === release 0.9.3 ===
5794
5795 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5796
5797         * configure.ac:
5798           Releasing 0.9.3, "De Facto"
5799
5800 2005-10-03  Andy Wingo  <wingo@pobox.com>
5801
5802         * gst/playback/gstdecodebin.c (try_to_link_1)
5803         (remove_element_chain): set element to NULL before removing it.
5804
5805 2005-10-02  Johan Dahlin  <johan@gnome.org>
5806
5807         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
5808         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
5809         MT safe.
5810
5811 2005-10-02  Andy Wingo  <wingo@pobox.com>
5812
5813         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
5814         (gst_ring_buffer_prepare_read): 
5815         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
5816         Demote to LOG.
5817
5818 2005-09-29  Wim Taymans  <wim@fluendo.com>
5819
5820         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
5821         * ext/theora/theoradec.c: (theora_handle_data_packet):
5822         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5823         Propagate error codes from alloc_buffer too.
5824
5825 2005-09-29  Wim Taymans  <wim@fluendo.com>
5826
5827         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5828         We use fixed caps.
5829
5830         * gst/playback/Makefile.am:
5831         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5832         (dump_element_stats), (main):
5833         Added example stream introspection code.
5834
5835 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
5836
5837         * gst/adder/gstadder.c: (gst_adder_collected):
5838           fix adder for float elements
5839
5840 2005-09-28  Wim Taymans  <wim@fluendo.com>
5841
5842         * gst-libs/gst/audio/gstbaseaudiosink.c:
5843         (gst_base_audio_sink_class_init),
5844         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
5845         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5846         (gst_base_audio_src_class_init),
5847         (gst_base_audio_src_provide_clock):
5848         get_clock -> provide_clock
5849
5850 2005-09-28  Andy Wingo  <wingo@pobox.com>
5851
5852         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
5853         and unlocking.
5854
5855         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
5856         unlocking.
5857
5858         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
5859         Actually add the pad template.
5860         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
5861
5862         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
5863         I'm at it...
5864
5865         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
5866         from fdsrc. Get caps in create() instead of start() so it can be
5867         interrupted. Interruption somewhat untested.
5868
5869         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
5870         Proper EOS handling.
5871
5872 2005-09-27  Andy Wingo  <wingo@pobox.com>
5873
5874         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
5875
5876         * gst/tcp/gsttcpserversrc.c: Cleaned up.
5877
5878         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
5879
5880         * gst/tcp/gsttcp.h: 
5881         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
5882         out of tcpclientsrc.c. Cancellable.
5883         (gst_tcp_socket_read): Made private, cancellable, with better
5884         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
5885         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
5886         whole buffer, and better diagnostics.
5887         (gst_tcp_gdp_read_caps): Same.
5888
5889         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
5890
5891 2005-09-26  Andy Wingo  <wingo@pobox.com>
5892
5893         * gst/sine/gstsinesrc.h:
5894         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
5895         change the 'sync' property to 'is-live' and implement it halfway,
5896         update for controller api change.
5897
5898         * gst/volume/gstvolume.c (volume_transform_ip): Update for
5899         controller api change.
5900
5901 2005-09-24  Wim Taymans  <wim@fluendo.com>
5902
5903         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
5904         * gst-libs/gst/audio/gstaudiosink.c:
5905         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
5906         (gst_audioringbuffer_stop):
5907         * gst-libs/gst/audio/gstbaseaudiosink.c:
5908         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
5909         (gst_base_audio_sink_change_state):
5910         * gst-libs/gst/audio/gstbaseaudiosink.h:
5911         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
5912         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5913         (gst_ring_buffer_commit), (gst_ring_buffer_read):
5914         * gst-libs/gst/audio/gstringbuffer.h:
5915         Fix sync again. Moved sample alignment to basesink.
5916
5917 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5918
5919         * docs/plugins/Makefile.am:
5920         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5921         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5922         * gst/volume/gstvolume.c:
5923           add/fix docs
5924         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
5925         * gst-libs/gst/audio/audio.h:
5926           add conversion macros for frames <-> clocktime
5927
5928 2005-09-23  David Schleef  <ds@schleef.org>
5929
5930         * gst/audioresample/Makefile.am:
5931         * gst/audioresample/debug.h:
5932         * gst/audioresample/gstaudioresample.c:
5933         * gst/audioresample/resample.c: Convert to using gst debugging
5934
5935 2005-09-22  Wim Taymans  <wim@fluendo.com>
5936
5937         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5938         (gst_play_bin_send_event):
5939         Only seek on one sink, the first one that succeeds.
5940
5941 2005-09-22  Michael Smith <msmith@fluendo.com>
5942
5943         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
5944         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
5945         Don't flush encoder state unless we have an initialised encoder.
5946         Clear out encoder state on PAUSED_TO_READY.
5947
5948 2005-09-22  Wim Taymans  <wim@fluendo.com>
5949
5950         * gst-libs/gst/rtp/gstbasertppayload.c:
5951         (gst_basertppayload_class_init), (gst_basertppayload_init),
5952         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5953         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5954         (gst_basertppayload_is_filled), (gst_basertppayload_push),
5955         (gst_basertppayload_set_property),
5956         (gst_basertppayload_get_property),
5957         (gst_basertppayload_change_state):
5958         * gst-libs/gst/rtp/gstbasertppayload.h:
5959         Added max-ptime to control amount of data in the rtp packets.
5960
5961 2005-09-21  Andy Wingo  <wingo@pobox.com>
5962
5963         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
5964         thingies.
5965
5966         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
5967         can be called multiple times, dogs.
5968
5969 2005-09-21  Wim Taymans  <wim@fluendo.com>
5970
5971         * gst-libs/gst/rtp/gstbasertppayload.c:
5972         (gst_basertppayload_class_init), (gst_basertppayload_init),
5973         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5974         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5975         (gst_basertppayload_push), (gst_basertppayload_get_property),
5976         (gst_basertppayload_change_state):
5977         Allow 0 ssrc too.
5978
5979 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
5980
5981         * docs/libs/compiling.sgml:
5982           fixing typos
5983
5984 2005-09-20  Wim Taymans  <wim@fluendo.com>
5985
5986         * gst-libs/gst/rtp/gstbasertppayload.c:
5987         (gst_basertppayload_class_init), (gst_basertppayload_init),
5988         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5989         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5990         (gst_basertppayload_push), (gst_basertppayload_set_property),
5991         (gst_basertppayload_get_property),
5992         (gst_basertppayload_change_state):
5993         * gst-libs/gst/rtp/gstbasertppayload.h:
5994         Added property to configure sequence number offsets.
5995
5996 2005-09-20  Wim Taymans  <wim@fluendo.com>
5997
5998         * gst-libs/gst/rtp/gstbasertppayload.c:
5999         (gst_basertppayload_class_init), (gst_basertppayload_init),
6000         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6001         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6002         (gst_basertppayload_push), (gst_basertppayload_set_property),
6003         (gst_basertppayload_get_property),
6004         (gst_basertppayload_change_state):
6005         * gst-libs/gst/rtp/gstbasertppayload.h:
6006         Make timestamp offset configurable.
6007
6008 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6009
6010         * check/pipelines/simple_launch_lines.c: (run_pipeline):
6011           fix wrong pop/unref
6012
6013 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
6014
6015         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6016
6017         * gst-libs/gst/interfaces/propertyprobe.c:
6018         (gst_property_probe_probe_property_name),
6019         (gst_property_probe_needs_probe_name),
6020         (gst_property_probe_get_values_name),
6021         (gst_property_probe_probe_and_get_values_name):
6022           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
6023           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
6024
6025 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6026
6027         * check/Makefile.am:
6028           have some tests be disabled for valgrinding
6029         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
6030         (GST_START_TEST):
6031         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
6032           Fix A Leak.  Chain To Parent Finalize.
6033
6034 2005-09-19  Wim Taymans  <wim@fluendo.com>
6035
6036         * examples/seeking/seek.c: (make_wav_pipeline), (main):
6037         Fixed wav pipeline.
6038
6039 2005-09-19  Wim Taymans  <wim@fluendo.com>
6040
6041         * gst-libs/gst/rtp/gstbasertppayload.c:
6042         (gst_basertppayload_class_init), (gst_basertppayload_init),
6043         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6044         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6045         (gst_basertppayload_push), (gst_basertppayload_get_property),
6046         (gst_basertppayload_change_state):
6047         Posting ERROR and WARNING messages is good.
6048
6049 2005-09-19  Wim Taymans  <wim@fluendo.com>
6050
6051         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6052         (gst_base_rtp_depayload_add_to_queue),
6053         (gst_base_rtp_depayload_push),
6054         (gst_base_rtp_depayload_set_gst_timestamp),
6055         (gst_base_rtp_depayload_queue_release):
6056         This one was not supposed to go in.
6057
6058 2005-09-19  Wim Taymans  <wim@fluendo.com>
6059
6060         * check/pipelines/simple_launch_lines.c: (run_pipeline):
6061         Fix for bus API.
6062
6063         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6064         (gst_base_rtp_depayload_chain),
6065         (gst_base_rtp_depayload_add_to_queue),
6066         (gst_base_rtp_depayload_push),
6067         (gst_base_rtp_depayload_set_gst_timestamp),
6068         (gst_base_rtp_depayload_queue_release):
6069         Some cleanups.
6070
6071         * gst-libs/gst/rtp/gstbasertppayload.c:
6072         (gst_basertppayload_class_init), (gst_basertppayload_init),
6073         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
6074         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6075         (gst_basertppayload_get_property),
6076         (gst_basertppayload_change_state):
6077         Added debugging category.
6078
6079 2005-09-18  David Schleef  <ds@schleef.org>
6080
6081         * gst/playback/gstdecodebin.c: free plugin list correctly
6082         * gst/playback/gstplaybin.c: emit warning if autovideosink
6083           and autoaudiosink can't be found (instead of segfaulting)
6084
6085 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6086
6087         * check/elements/audioconvert.c: (GST_START_TEST):
6088           try out 24 bit conversion
6089
6090 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6091
6092         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6093         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
6094         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
6095         * ext/vorbis/vorbisenc.h:
6096           Fix EOS handling.  Still needs a fix in the ogg muxer to
6097           mark the last page as eos.
6098
6099 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6100
6101         * common/gtk-doc-plugins.mak:
6102         * docs/plugins/Makefile.am:
6103         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6104         * gst/ffmpegcolorspace/Makefile.am:
6105         * gst/ffmpegcolorspace/avcodec.h:
6106         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6107         * gst/tcp/gstmultifdsink.c:
6108           fix up ffmpegcolorspace docs; extract header
6109
6110 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6111
6112         * common/gtk-doc-plugins.mak:
6113         * docs/plugins/Makefile.am:
6114         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6115         * ext/theora/Makefile.am:
6116         * ext/theora/gsttheoraenc.h:
6117         * ext/theora/theoraenc.c:
6118         * ext/vorbis/vorbisenc.c:
6119           pick up signals and args for vorbis; add some docs for vorbis
6120
6121 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6122
6123         * common/gstdoc-scangobj:
6124         * common/gtk-doc-plugins.mak:
6125         * docs/libs/Makefile.am:
6126         * docs/plugins/gst-plugins-base-plugins.args:
6127         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6128         * docs/plugins/gst-plugins-base-plugins.interfaces:
6129         * docs/plugins/gst-plugins-base-plugins.prerequisites:
6130         * docs/plugins/gst-plugins-base-plugins.signals:
6131           only scanobj stuff from our source module.  Not sure yet
6132           if that's correct, given the hierarchy stuff :)
6133
6134 2005-09-15  Wim Taymans  <wim@fluendo.com>
6135
6136         * gst/audioconvert/gstaudioconvert.c:
6137         And enable 24 bits mode as well..
6138
6139 2005-09-15  Wim Taymans  <wim@fluendo.com>
6140
6141         * gst-libs/gst/rtp/Makefile.am:
6142         * gst-libs/gst/rtp/gstbasertppayload.c:
6143         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
6144         (gst_basertppayload_class_init), (gst_basertppayload_init),
6145         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
6146         (gst_basertppayload_chain), (gst_basertppayload_set_options),
6147         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6148         (gst_basertppayload_set_property),
6149         (gst_basertppayload_get_property),
6150         (gst_basertppayload_change_state):
6151         * gst-libs/gst/rtp/gstbasertppayload.h:
6152         Added rtp payloader base class.
6153
6154 2005-09-15  Andy Wingo  <wingo@pobox.com>
6155
6156         * configure.ac (plugindir): Remove the EOL matcher from the
6157         regexp, as it causes me problems. Libtool? Make? Who knows?
6158
6159 2005-09-14  David Schleef  <ds@schleef.org>
6160
6161         * check/generic/states.c: 
6162         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
6163         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
6164           Fixes for changes in registry API.
6165
6166         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
6167           to GST_PLUGIN_LDFLAGS.
6168         * ext/libvisual/visual.c: Make the library shut up.
6169         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
6170         * gst-libs/gst/audio/gstaudiofilter.c: same
6171
6172 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6173
6174         * docs/plugins/Makefile.am:
6175         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6176         * docs/plugins/inspect/plugin-libvisual.xml:
6177         * docs/plugins/tmpl/element-tcpserversink.sgml:
6178         * ext/theora/theoraenc.c:
6179           add libvisual plugin and theoraenc element to docs
6180
6181 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6182
6183         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6184         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6185         * ext/theora/theoraenc.c:
6186           add theoraenc
6187
6188 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
6189
6190         * gst/audioconvert/Makefile.am:
6191           Audioconvert derives from GstBaseTransform and should
6192           link to the library with our base elements to avoid
6193           unresolved symbols. Makes things work with MinGW (#316160)
6194
6195         * gst/playback/test4.c: (main):
6196           Fix MinGW build problem and use g_usleep() instead of 
6197           sleep() (#316162)
6198
6199 2005-09-12  Wim Taymans  <wim@fluendo.com>
6200
6201         * gst/audioconvert/audioconvert.c: (float),
6202         (audio_convert_prepare_context), (audio_convert_convert):
6203         * gst/audioconvert/audioconvert.h:
6204         Cleanups, speedups, simplifications, added back support
6205         for 24 bits.
6206
6207 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6208
6209         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6210         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6211         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6212         * docs/plugins/tmpl/element-tcpserversink.sgml:
6213         * gst/ffmpegcolorspace/gstffmpeg.c:
6214         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6215         * gst/videotestsrc/gstvideotestsrc.c:
6216         * gst/volume/gstvolume.c:
6217           add more elements to the docs
6218
6219 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
6220
6221         * check/Makefile.am:
6222         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
6223         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
6224           Add extra tests for basetransform based components. 
6225           Comment out the test_element_negotiation test until we decide
6226           if it's testing correct behaviour.
6227         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
6228         (gst_visual_chain), (gst_visual_change_state):
6229           Slightly more correct but still bogus timestamping.
6230           Fix state change function.
6231         * gst/audioconvert/gstaudioconvert.c:
6232         (gst_audio_convert_class_init):
6233         * gst/audioresample/gstaudioresample.c:
6234         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6235         (gst_ffmpegcsp_class_init):
6236         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6237         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
6238         (gst_videoscale_prepare_image):
6239         * gst/volume/gstvolume.c: (gst_volume_class_init),
6240         (volume_transform_ip):
6241           Basetransform updates. Enable passthrough modes.
6242         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6243         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
6244         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
6245           Negotiation fix that allows the window to return to the original
6246           size and renegotiate passthrough upstream. Extra debug output.
6247
6248 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6249
6250         * gst/sine/gstsinesrc.c:
6251         * gst/volume/gstvolume.c:
6252           fix up header include
6253
6254 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
6255
6256         * gst-libs/gst/audio/gstbaseaudiosink.c:
6257         (gst_base_audio_sink_render):
6258         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
6259         * gst/volume/gstvolume.c: (gst_volume_class_init),
6260         (volume_transform):
6261           fixing lost sync, some more debugging
6262
6263 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
6264
6265         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6266         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
6267         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
6268         (gst_xvimagesink_check_xshm_calls):
6269           Fix compilation when XShm is not available.
6270
6271 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
6272
6273         * ext/libvisual/visual.c: (gst_visual_dispose),
6274         (gst_visual_getcaps), (gst_visual_src_setcaps),
6275         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
6276         (gst_visual_change_state):
6277           Finish fixing up libvisual plugin so that it runs. 
6278
6279 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6280
6281         * ext/vorbis/vorbisenc.c:
6282         * gst-libs/gst/tag/gstvorbistag.c:
6283           gsttaginterface.h -> gsttagsetter.h
6284
6285 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6286
6287         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
6288           added another test that failes for me (test is not active by default)
6289
6290 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6291
6292         * configure.ac:
6293           v4l2 is no longer in gst-plugins-base
6294
6295 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
6296
6297         * configure.ac:
6298           In the output at the end, don't show the first plugin on the same
6299           line as "Core plug-ins, always built:".
6300           Indent the output as for other plugin categories
6301         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
6302           #define that can be used to not use peer buffer_alloc functions for
6303           test purposes.
6304         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6305         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
6306         (gst_ximagesink_show_frame):
6307         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
6308         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
6309         (gst_xvimagesink_show_frame):
6310           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
6311           fails gracefully instead of XError aborting or deadlocking.
6312
6313 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6314
6315         * ext/libvisual/Makefile.am:
6316           link against gst-base-libs
6317
6318 2005-09-06  David Schleef  <ds@schleef.org>
6319
6320         * configure.ac: Enable libvisual plugin.
6321         * ext/libvisual/Makefile.am:
6322         * ext/libvisual/visual.c: Fixes to make it compile.
6323
6324 === release 0.9.2 ===
6325
6326 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6327
6328         * NEWS:
6329         * RELEASE:
6330         * configure.ac:
6331         * docs/random/ChangeLog-0.8:
6332           releasing 0.9.2, "Spoon"
6333
6334 2005-09-05  Michael Smith <msmith@fluendo.com>
6335
6336         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
6337           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
6338           that in the vorbisenc element.
6339
6340 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6341
6342         * common/gtk-doc-plugins.mak:
6343         * docs/plugins/Makefile.am:
6344           fix distcheck
6345         * gst/audioresample/resample.c:
6346           fix wrong docstring
6347
6348 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6349
6350         * common/gst-xmlinspect.py:
6351         * common/gtk-doc-plugins.mak:
6352           only inspect plugins for this given package
6353           require gst-python 0.9
6354
6355 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6356
6357         * Makefile.am:
6358         * autogen.sh:
6359         * common/gst-xmlinspect.py:
6360         * configure.ac:
6361         * docs/Makefile.am:
6362         * docs/plugins/inspect/plugin-alsa.xml:
6363         * docs/plugins/inspect/plugin-audioresample.xml:
6364         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6365         * docs/plugins/inspect/plugin-ogg.xml:
6366         * docs/plugins/tmpl/element-gnomevfssink.sgml:
6367         * docs/plugins/tmpl/element-multifdsink.sgml:
6368         * docs/plugins/tmpl/element-tcpserversink.sgml:
6369         * docs/plugins/tmpl/element-vorbisenc.sgml:
6370         * gst-plugins-base.spec.in:
6371           various doc-related updates
6372
6373 2005-08-31  Wim Taymans  <wim@fluendo.com>
6374
6375         * gst-libs/gst/audio/gstbaseaudiosink.c:
6376         (gst_base_audio_sink_render):
6377         Resync if the buffer timestamps drift more than a 10th 
6378         of a second.
6379
6380 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
6381
6382         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
6383         (gst_v4lsrc_get_property):
6384           The 'timestamp-offset' property is registered as an int64, so
6385           let's use g_value_{set|get}_int64() in our setter and getter
6386           functions (makes it work and fixes warnings with gst-inspect).
6387
6388 2005-08-30  Wim Taymans  <wim@fluendo.com>
6389
6390         * check/elements/audioconvert.c: (setup_audioconvert):
6391         * check/elements/audioresample.c: (setup_audioresample):
6392         * check/elements/volume.c: (setup_volume):
6393         Fix checks.
6394
6395 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6396
6397         * common/gtk-doc-plugins.mak:
6398         * common/plugins.xsl:
6399         * docs/plugins/Makefile.am:
6400           make module a param
6401
6402 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
6403
6404         * examples/seeking/seek.c: (make_mp3_pipeline),
6405         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
6406         (play_cb), (pause_cb), (stop_cb):
6407           update the example
6408
6409 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
6410
6411         * gst/volume/gstvolume.c: (gst_volume_class_init),
6412         (volume_transform):
6413           do not update controlled params, if buffer has no timestamp
6414
6415 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
6416
6417         * configure.ac:
6418         * gst/sine/Makefile.am:
6419         * gst/volume/Makefile.am:
6420           controllerized elements also need to link against controller-libs ;)
6421
6422 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
6423
6424         * docs/libs/tmpl/gstcolorbalance.sgml:
6425         * docs/libs/tmpl/gstgconf.sgml:
6426         * docs/libs/tmpl/gstmixer.sgml:
6427         * docs/libs/tmpl/gstringbuffer.sgml:
6428         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6429         (gst_sinesrc_create):
6430         * gst/volume/gstvolume.c: (gst_volume_class_init),
6431         (volume_transform):
6432           controllerized two audio plugins
6433
6434 2005-08-29  Andy Wingo  <wingo@pobox.com>
6435
6436         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
6437         (vorbis_handle_data_packet): Fix some int overflow errors.
6438
6439         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
6440         -1.
6441         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
6442         valid.
6443         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
6444         if it's valid. Fixed streaming-mode playback.
6445
6446         * check/elements/volume.c (cleanup_volume): Fix for running
6447         CK_FORK=no.
6448
6449         * check/elements/audioconvert.c: Convert from native endian, not
6450         little endian.
6451
6452 2005-08-29  Michael Smith <msmith@fluendo.com>
6453
6454         * ext/ogg/Makefile.am:
6455         * ext/ogg/gstogg.c: (plugin_init):
6456         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
6457         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
6458         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
6459         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
6460         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
6461         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
6462         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
6463         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
6464         Add an ogg parser element.
6465
6466 2005-08-28  Andy Wingo  <wingo@pobox.com>
6467
6468         * Updates for two-arg init from GST_BOILERPLATE_FULL.
6469
6470 2005-08-26  Wim Taymans  <wim@fluendo.com>
6471
6472         * gst/audioconvert/audioconvert.c: (if), (float),
6473         (audio_convert_get_func_index), (check_default),
6474         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6475         (audio_convert_clean_context), (audio_convert_get_sizes),
6476         (audio_convert_convert):
6477         Cleanups.
6478
6479 2005-08-26  Wim Taymans  <wim@fluendo.com>
6480
6481         * gst/audioconvert/audioconvert.c: (if), (float),
6482         (audio_convert_get_func_index), (check_default),
6483         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6484         (audio_convert_clean_context), (audio_convert_get_sizes),
6485         (audio_convert_convert):
6486         More elegant and working temp buffer selection algo.
6487
6488 2005-08-26  Wim Taymans  <wim@fluendo.com>
6489
6490         * gst/audioconvert/audioconvert.c: (if), (float),
6491         (audio_convert_get_func_index), (check_default),
6492         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6493         (audio_convert_clean_context), (audio_convert_get_sizes),
6494         (get_temp_buffer), (audio_convert_convert):
6495         Use realloc else we lose our original data.
6496
6497 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6498
6499         * gst/audioresample/gstaudioresample.c:
6500           use base class' newsegment to properly timestamp
6501
6502 2005-08-26  Wim Taymans  <wim@fluendo.com>
6503
6504         * gst/audioconvert/audioconvert.c: (if), (float),
6505         (audio_convert_get_func_index), (check_default),
6506         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6507         (audio_convert_clean_context), (audio_convert_get_sizes),
6508         (get_temp_buffer), (audio_convert_convert):
6509         * gst/audioconvert/gstaudioconvert.c:
6510         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
6511         (gst_audio_convert_transform_caps),
6512         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
6513         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
6514         Oops, allocate enough space to perform the channel mix.
6515
6516 2005-08-26  Wim Taymans  <wim@fluendo.com>
6517
6518         * gst/audioconvert/Makefile.am:
6519         * gst/audioconvert/audioconvert.c: (if), (float),
6520         (audio_convert_get_func_index), (check_default),
6521         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6522         (audio_convert_clean_context), (audio_convert_get_sizes),
6523         (get_temp_buffer), (audio_convert_convert):
6524         * gst/audioconvert/audioconvert.h:
6525         * gst/audioconvert/gstaudioconvert.c:
6526         (gst_audio_convert_class_init), (gst_audio_convert_init),
6527         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
6528         (gst_audio_convert_get_unit_size),
6529         (gst_audio_convert_transform_caps),
6530         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
6531         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
6532         * gst/audioconvert/gstaudioconvert.h:
6533         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
6534         (gst_channel_mix_fill_identical),
6535         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
6536         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
6537         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
6538         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
6539         (gst_channel_mix_mix):
6540         * gst/audioconvert/gstchannelmix.h:
6541         Cleanups, librarify a bit, optimize, better negotiation and more.
6542
6543 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6544
6545         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
6546         Another from MikeS:
6547         During typefinding, don't support negative offsets
6548         (offsets from the end of the stream) in our typefind->peek() function
6549         - nothing embedded in ogg ever needs them. However, we need to recognise
6550         those requests and reject them, otherwise we return invalid pointers.
6551
6552 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6553
6554         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6555         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6556         (vorbisdec_finalize), (vorbis_handle_type_packet):
6557           Big shout-out to MikeS for fixing this giant memory leak.
6558           Huzzah!
6559
6560 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6561
6562         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
6563         (audio_convert_get_unit_size):
6564           plug some leaks
6565
6566 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6567
6568         * check/Makefile.am:
6569         * check/elements/audioconvert.c: (setup_audioconvert),
6570         (cleanup_audioconvert), (get_int_caps), (verify_convert),
6571         (GST_START_TEST), (audioconvert_suite), (main):
6572           add a test for audioconvert
6573         * gst/audioresample/gstaudioresample.c:
6574         * gst/audioresample/gstaudioresample.h:
6575           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
6576           note that for buffers of 1/3 sec this means DURATION(c) is 
6577           one nanosecond more than for a and b
6578
6579 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6580
6581         * check/Makefile.am:
6582         * check/elements/audioresample.c: (setup_audioresample),
6583         (cleanup_audioresample), (fail_unless_perfect_stream),
6584         (test_perfect_stream_instance), (GST_START_TEST),
6585           add a check for audioresample
6586         (audioresample_suite), (main):
6587         * check/elements/volume.c: (GST_START_TEST):
6588           remove unused method
6589         * gst/audioresample/gstaudioresample.c:
6590           set correct buffer parameters since we're changing them
6591         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6592           add some debug
6593
6594 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6595
6596         * gst/audioresample/debug.c:
6597         * gst/audioresample/gstaudioresample.c:
6598           add room for extra overlap samples when asked to transform size
6599           protect against possible mem corruption and check for discrepancies
6600           between written size and outbuffer's size so we can warn for
6601           potential problems
6602         * gst/audioresample/resample.c: (resample_init),
6603         (resample_get_output_size_for_input), (resample_get_output_size),
6604         (resample_set_n_channels), (resample_set_format):
6605           set debug level based on RESAMPLE_DEBUG env var
6606           make sure that get_output_size* returns a whole number of
6607           sample_size
6608           set sample_size each time either channel or format is set
6609         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
6610         * gst/audioresample/resample_functable.c:
6611         (resample_scale_functable):
6612         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6613           remove r->sample_size, it's done in resample.c now
6614           add some debugging to the ref implementation
6615           make sure we only give back bytes that are wholes of the sample
6616           size
6617
6618 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
6619         * gst/playback/gstplaybasebin.c: (fill_buffer):
6620         Revert unpopular change for GST_MESSAGE_SRC to GObject.
6621
6622 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
6623
6624         * gst/volume/gstvolume.c:
6625           made set_caps function static
6626
6627 2005-08-24  Wim Taymans  <wim@fluendo.com>
6628
6629         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6630         (gst_vorbisenc_change_state):
6631         Stop leaking taglists.
6632
6633 2005-08-24  Wim Taymans  <wim@fluendo.com>
6634
6635         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6636         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
6637         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
6638         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
6639         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6640         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
6641         Parse seeking events better.
6642         Unref static caps.
6643         Generate correct newsegment events, fixes seeking in live oggs.
6644
6645         * ext/theora/theoradec.c: (theora_dec_src_query),
6646         (theora_dec_src_event), (theora_dec_src_getcaps),
6647         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
6648         Use newsegment values to report correct play time.
6649
6650         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6651         (vorbis_dec_src_event), (vorbis_dec_sink_event):
6652         * ext/vorbis/vorbisdec.h:
6653         Parse and use newsegment values to report correct play time.
6654
6655         * gst-libs/gst/audio/gstbaseaudiosink.c:
6656         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6657         Clear ringbuffer on flush.
6658         Use newsegment values to calculate playback time.
6659
6660         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
6661         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
6662         Basesink does newsegment calculations for us now.
6663
6664 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6665
6666         * check/Makefile.am:
6667         * configure.ac:
6668           add core's plugins to the mix so that playbin works
6669         * check/generic/states.c: (GST_START_TEST):
6670           set a 0 timeout on pipelines, so they don't force the next
6671           state change
6672         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
6673         (gst_play_base_bin_change_state):
6674           remove the crappy error handling and do GST error handling
6675
6676 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6677
6678         * check/Makefile.am:
6679         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
6680           add same test as to core, it bitches out on playbin atm.
6681
6682 2005-08-24  Wim Taymans  <wim@fluendo.com>
6683
6684         * configure.ac:
6685         Remove audioscale.
6686
6687 2005-08-24  Wim Taymans  <wim@fluendo.com>
6688
6689         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
6690         (gst_videoscale_prepare_size), (parse_caps),
6691         (gst_videoscale_set_caps), (gst_videoscale_get_size),
6692         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
6693         (gst_videoscale_transform):
6694         * gst/videoscale/gstvideoscale.h:
6695         Refactor, make use of BaseTranform really well.
6696
6697 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6698
6699         * configure.ac:
6700           compile audioresample
6701         * gst/audioresample/Makefile.am:
6702         * gst/audioresample/buffer.c:
6703         * gst/audioresample/functable.c:
6704         * gst/audioresample/gstaudioresample.c:
6705         * gst/audioresample/gstaudioresample.h:
6706         * gst/audioresample/resample.c:
6707         (resample_get_output_size_for_input):
6708         * gst/audioresample/resample.h:
6709         * gst/audioresample/resample_chunk.c:
6710         * gst/audioresample/resample_functable.c:
6711         * gst/audioresample/resample_ref.c:
6712           port to use basetransform; doesn't work in all cases yet
6713
6714 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6715
6716         * gst/audioconvert/gstaudioconvert.c:
6717         (gst_audio_convert_class_init), (gst_audio_convert_init),
6718         (audio_convert_get_unit_size), (audio_convert_transform_caps),
6719         (audio_convert_fixate_caps), (audio_convert_set_caps),
6720         (audio_convert_transform),
6721         (gst_audio_convert_buffer_to_default_format),
6722         (gst_audio_convert_buffer_from_default_format),
6723         (gst_audio_convert_channels):
6724         * gst/audioconvert/gstchannelmix.c:
6725         * gst/audioconvert/gstchannelmix.h:
6726           port to basetransform
6727         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6728         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
6729         (gst_ffmpegcsp_get_unit_size):
6730         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6731         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
6732           fix for basetransform changes
6733
6734 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6735
6736         * check/Makefile.am:
6737           Add CHECK_CFLAGS and LDFLAGS
6738
6739         * gst/playback/gstplaybasebin.c: (fill_buffer):
6740           GST_MESSAGE_SRC became a GObject
6741
6742 2005-08-24  Wim Taymans  <wim@fluendo.com>
6743
6744         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
6745         (gst_ring_buffer_clear_all):
6746         * gst-libs/gst/audio/gstringbuffer.h:
6747         Added function to clear the ringbuffer.
6748
6749 2005-08-24  Andy Wingo  <wingo@pobox.com>
6750
6751         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
6752         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
6753         of _open and _close.
6754
6755         * sys/v4l/gstv4lxoverlay.h:
6756         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
6757         an Xv connection here, instead of all the time. Make Xv only be
6758         loaded if you axe for it. Kindof a workaround for buggy behaviour
6759         of Xv when using remote xservers (XvQueryExtension would block).
6760         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
6761         replace the _open and _close public API. Only start the xv
6762         connection if necessary.
6763         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
6764
6765 2005-08-23  David Schleef  <ds@schleef.org>
6766
6767         * gst/audioresample/Makefile.am: Leet audioresampling code
6768         * gst/audioresample/buffer.c:
6769         * gst/audioresample/buffer.h:
6770         * gst/audioresample/debug.c:
6771         * gst/audioresample/debug.h:
6772         * gst/audioresample/functable.c:
6773         * gst/audioresample/functable.h:
6774         * gst/audioresample/gstaudioresample.c:
6775         * gst/audioresample/gstaudioresample.h:
6776         * gst/audioresample/resample.c:
6777         * gst/audioresample/resample.h:
6778         * gst/audioresample/resample_chunk.c:
6779         * gst/audioresample/resample_functable.c:
6780         * gst/audioresample/resample_ref.c:
6781
6782 2005-08-23  Wim Taymans  <wim@fluendo.com>
6783
6784         * examples/seeking/seek.c: (make_vorbis_pipeline),
6785         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
6786         Small seek updates.
6787
6788 2005-08-23  Andy Wingo  <wingo@pobox.com>
6789
6790         * gst-libs/gst/audio/gstbaseaudiosrc.c
6791         (gst_base_audio_src_fixate): Only fixate endianness if it is
6792         present in the caps.
6793
6794 2005-08-22  Andy Wingo  <wingo@pobox.com>
6795
6796         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
6797         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
6798         device-name property.
6799
6800         * gst-libs/gst/audio/gstaudiosrc.h:
6801         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
6802         close_device in the ring buffer, like gstaudiosink.
6803
6804         * ext/alsa/gstalsamixer.h:
6805         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
6806         macro to implement the interface without much code. Cleanups. 
6807
6808         * ext/alsa/gstalsasrc.h:
6809         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
6810         READY.
6811
6812         * ext/alsa/Makefile.am: Add new files.
6813         * ext/alsa/gstalsamixerelement.c: 
6814         * ext/alsa/gstalsamixerelement.c: Split element code out from
6815         mixer code so that alsasrc can be a mixer too.
6816
6817 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6818
6819         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6820         (GST_START_TEST):
6821         * check/elements/vorbisdec.c: (setup_vorbisdec),
6822         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
6823         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6824         (vorbis_handle_identification_packet),
6825         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
6826         (vorbis_handle_header_packet), (vorbis_dec_push),
6827         (vorbis_dec_chain):
6828           use the setup/teardown methods to save code.  save code is good.
6829
6830 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6831
6832         * check/Makefile.am:
6833           add ext dir for plugins
6834           add vorbisdec test conditionally
6835         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6836         (GST_START_TEST), (volume_suite):
6837           add a test with wrong caps
6838         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
6839         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
6840           add a vorbisdec test
6841         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
6842         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
6843           clean up debug output
6844         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6845           yay, fix a segfault/security issue in vorbisdec
6846           gst-launch fakesrc ! vorbisdec wasn't happy
6847         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
6848         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
6849         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
6850         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
6851         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
6852         (gst_vorbisenc_set_metadata), (get_constraints_string),
6853         (update_start_message), (gst_vorbisenc_setup),
6854         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
6855         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
6856         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
6857         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
6858         * ext/vorbis/vorbisenc.h:
6859           march in line
6860         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6861         (gst_ffmpegcsp_transform):
6862           have the kow come home
6863         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6864           debug my func ptr
6865         * gst/volume/gstvolume.c: (volume_set_caps):
6866           add a debug
6867
6868 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6869
6870         * Makefile.am:
6871         * check/.cvsignore:
6872         * check/Makefile.am:
6873         * check/elements/.cvsignore:
6874         * check/elements/volume.c: (chain_func), (event_func),
6875         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
6876         (main):
6877         * configure.ac:
6878           add unit test structure for gst-plugins-base
6879           add a test for volume
6880         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
6881         (gst_volume_set_volume), (gst_volume_get_volume),
6882         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
6883         (volume_funcfind), (volume_process_float), (volume_process_int16),
6884         (volume_set_caps), (volume_transform), (volume_update_mute),
6885         (volume_update_volume), (volume_set_property),
6886         (volume_get_property):
6887           document a little; use basetransform vmethod _set_caps
6888
6889 2005-08-19  Andy Wingo  <wingo@pobox.com>
6890
6891         * ext/alsa/gstalsamixertrack.h:
6892         * ext/alsa/gstalsamixertrack.c:
6893         * ext/alsa/gstalsamixeroptions.h:
6894         * ext/alsa/gstalsamixeroptions.c:
6895         * ext/alsa/gstalsamixer.h:
6896         * ext/alsa/gstalsamixer.c: Port to 0.9.
6897
6898         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
6899         Remove gstalsa.c and alsaclock. No more cruft here.
6900         
6901 2005-08-18  Wim Taymans  <wim@fluendo.com>
6902
6903         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6904         (gst_base_rtp_depayload_chain),
6905         (gst_base_rtp_depayload_add_to_queue),
6906         (gst_base_rtp_depayload_push),
6907         (gst_base_rtp_depayload_queue_release):
6908         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6909         Fix for RTPBuffer changes.
6910
6911         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
6912         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
6913         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
6914         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
6915         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
6916         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
6917         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
6918         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
6919         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
6920         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
6921         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
6922         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
6923         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
6924         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
6925         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
6926         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
6927         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
6928         (gst_rtpbuffer_get_payload):
6929         * gst-libs/gst/rtp/gstrtpbuffer.h:
6930         Don't subclass GstBuffer but add methods and helper functions
6931         to construct and manipulate RTP packets in regular GstBuffers.
6932
6933 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
6934
6935         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6936           moved statement below switch
6937         * gst/volume/gstvolume.c: (gst_volume_class_init):
6938           added debug ptr
6939
6940 2005-08-16  Wim Taymans  <wim@fluendo.com>
6941
6942         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6943         (gst_base_audio_src_change_state):
6944         Open and close device in READY<->NULL state change.
6945
6946 2005-08-16  Andy Wingo  <wingo@pobox.com>
6947
6948         * examples/seeking/Makefile.am: Don't compile non-compiling
6949         compiled objects with the compiler.
6950
6951         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
6952         elements.
6953
6954 2005-08-12  Philippe Khalaf <burger@speedy.org>
6955         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6956         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6957           Made a thread to release the queue.
6958           Removed timestamp conversion for now.
6959
6960 2005-08-10  Philippe Khalaf <burger@speedy.org>
6961         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6962         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6963           Added rtp timestamp -> gst timestamp conversion.
6964           Fixed several problems with queue.
6965
6966 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
6967
6968         * gst-libs/gst/audio/gstaudioclock.h:
6969         * gst-libs/gst/audio/gstaudiofilter.h:
6970         * gst-libs/gst/audio/gstaudiosink.h:
6971         * gst-libs/gst/audio/gstaudiosrc.h:
6972         * gst-libs/gst/audio/gstbaseaudiosink.h:
6973         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6974         * gst-libs/gst/audio/gstringbuffer.h:
6975         * gst-libs/gst/net/gstnetbuffer.h:
6976         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6977         * gst-libs/gst/rtp/gstrtpbuffer.h:
6978           Add padding (you will need to rebuild gst-plugins-base,
6979           gst-plugins and all applications afterwards!)
6980
6981 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
6982
6983         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6984         (gst_riff_parse_chunk):
6985           Fix bug in debug message and add some more debug messages.
6986
6987 2005-08-08  Edward Hervey  <edward@fluendo.com>
6988
6989         * gst-libs/gst/riff/riff-media.c:
6990         backported updates since branch
6991
6992 2005-08-08  Andy Wingo  <wingo@pobox.com>
6993
6994         * gst-libs/gst/audio/gstbaseaudiosink.c
6995         (gst_base_audio_sink_change_state): Open the device in NULL->READY
6996         like good elements should. Close on READY->NULL too.
6997
6998         * gst-libs/gst/audio/gstaudiosink.c
6999         (gst_audioringbuffer_open_device,
7000         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
7001         (gst_audioringbuffer_release): Updates for new ring buffer API,
7002         hook into the new audio sink api.
7003
7004         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
7005         (GstAudioSinkClass.close): Just open and close the device -- no
7006         resource allocation or configuration.
7007         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
7008         vmethods, handle device setup and resource allocation.
7009
7010         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
7011         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
7012         base class API.
7013
7014         * gst-libs/gst/audio/gstringbuffer.h
7015         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
7016         New vmethods.
7017
7018         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
7019         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
7020         New API functions. The device should be opened before acquiring
7021         and closed after releasing.
7022
7023 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
7024
7025         * gst-libs/gst/interfaces/mixer.h:
7026           Reset padding to GST_PADDING.
7027
7028 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7029
7030         * gst/playback/gstplaybin.c: (remove_sinks):
7031           Remove visualization from parent explicitely; works around some
7032           apparent refcount issue that I haven't tracked down yet.
7033
7034 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7035
7036         * ext/alsa/gstalsasink.c: (set_hwparams):
7037           Assign debug category, add negotiation debug msgs.
7038
7039 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7040
7041         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
7042           Fix error code for file-not-found to NOT_FOUND.
7043
7044 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7045
7046         * common/gtk-doc-plugins.mak:
7047         * docs/plugins/Makefile.am:
7048         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7049         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7050           renamed to actual element names, so much nicer to look at
7051         * docs/plugins/tmpl/gstmultifdsink.sgml:
7052           remove
7053         * docs/plugins/tmpl/multifdsink.sgml:
7054         * docs/plugins/tmpl/tcpserversink.sgml:
7055           add
7056         * ext/alsa/gstalsa.c:
7057         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
7058         * ext/ogg/gstoggmux.c:
7059         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
7060         * gst/playback/gstdecodebin.c:
7061         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
7062         * gst/tcp/gsttcpserversink.c:
7063           various fixes and documentation additions
7064
7065 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7066
7067         * common/Makefile.am:
7068         * common/gstdoc-scangobj:
7069         * common/gtk-doc-plugins.mak:
7070         * common/gtk-doc.mak:
7071           add a custom scangobj that uses the registry
7072           add a custom gtk-doc-plugins.mak that uses it
7073           some doc build fixes
7074         * configure.ac:
7075         * docs/Makefile.am:
7076         * docs/plugins/Makefile.am:
7077         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7078         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7079         * docs/plugins/gst-plugins-base-plugins.types:
7080         * docs/plugins/tmpl/gstmultifdsink.sgml:
7081           add docs for one element, multifdsink
7082         * gst/adder/gstadder.h:
7083         * gst/volume/gstvolume.h:
7084           don't privatize enum
7085         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
7086         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
7087         (gst_sync_method_get_type), (gst_client_status_get_type),
7088         (gst_multifdsink_class_init),
7089         (gst_multifdsink_client_queue_buffer),
7090         (gst_multifdsink_handle_client_write):
7091         * gst/tcp/gstmultifdsink.h:
7092         * gst/tcp/gsttcp.h:
7093         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7094         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
7095         (gst_tcpclientsink_render):
7096         * gst/tcp/gsttcpclientsink.h:
7097         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
7098         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
7099         (gst_tcpclientsrc_start):
7100         * gst/tcp/gsttcpclientsrc.h:
7101         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
7102         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
7103         * gst/tcp/gsttcpserversrc.h:
7104         * gst/typefind/gsttypefindfunctions.c:
7105           remove superfluous Type stuff
7106
7107 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7108
7109         * gst/playback/gstplaybin.c: (gen_video_element):
7110           Enable videoscale.
7111
7112 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7113
7114         * gst-libs/gst/gconf/gconf.c:
7115         * gst-libs/gst/gconf/gconf.h:
7116           Fix some Andy Problem [tm].
7117
7118 2005-08-04  Andy Wingo  <wingo@pobox.com>
7119
7120         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
7121         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
7122         (gst_ffmpegcsp_get_size): Adapt to API changes.
7123
7124         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
7125         Implement an in-place do-nothing transform.
7126
7127 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7128
7129         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
7130         (gst_ximagesink_renegotiate_size):
7131           Do not set new window sizes yet if we prepare a new buffer size
7132           for upstream renegotiation (software scaling) at some point in the
7133           future, because this new size waqs not actually accepted yet. Once
7134           accepted, renegotiation later on will set the new sizes just fine.
7135           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
7136           embedding testcase.
7137
7138 2005-08-03  Andy Wingo  <wingo@pobox.com>
7139
7140         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
7141         (gst_ximagesink_buffer_alloc): 
7142         Protect the height, width, and desired_caps with the pool_lock.
7143         Fixes videotestsrc ! queue ! ximagesink.
7144
7145 2005-08-02  Edward Hervey  <edward@fluendo.com>
7146
7147         * gst/volume/gstvolume.c:
7148         include left from controller cleanup
7149
7150 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
7151         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
7152           Stop collectpads before calling the parent state
7153           change function on PAUSED->READY.
7154
7155 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
7156         * configure.ac:
7157           When testing for X libs, use the X CFlags 
7158         * gst/adder/gstadder.c: (gst_adder_change_state):
7159           Stop the collectpads before calling parent state change function
7160           on PAUSED->READY, otherwise we deadlock deactivating pads.
7161
7162 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
7163
7164         * configure.ac:
7165         * docs/libs/tmpl/gstcolorbalance.sgml:
7166         * docs/libs/tmpl/gstmixer.sgml:
7167         * examples/Makefile.am:
7168         * gst/sine/Makefile.am:
7169         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
7170         (gst_sinesrc_set_property), (plugin_init):
7171         * gst/sine/gstsinesrc.h:
7172         * gst/volume/Makefile.am:
7173         * gst/volume/gstvolume.c: (gst_volume_set_volume),
7174         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
7175         (volume_process_float), (volume_process_int16),
7176         (volume_set_property), (plugin_init):
7177         * gst/volume/gstvolume.h:
7178           deactivate and remove dparams (libgstcontrol)
7179
7180 2005-07-29  Wim Taymans  <wim@fluendo.com>
7181
7182         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
7183         Convert me to BaseTransform!! help..
7184
7185 2005-07-29  Andy Wingo  <wingo@pobox.com>
7186
7187         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
7188         sinks.
7189
7190         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
7191         support of both endiannesses.
7192
7193 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
7194
7195         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7196           Fix confusing debug message (s/event/query/)
7197
7198 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
7199
7200         * gst/videotestsrc/videotestsrc.h:
7201           Use "_stdint.h" instead of <stdint.h>
7202
7203 2005-07-27  Wim Taymans  <wim@fluendo.com>
7204
7205         * ext/vorbis/Makefile.am:
7206         Revert wrong commit.
7207
7208 2005-07-27  Wim Taymans  <wim@fluendo.com>
7209
7210         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
7211         More compilation fixen.
7212
7213 2005-07-27  Wim Taymans  <wim@fluendo.com>
7214
7215         * gst-libs/gst/audio/gstbaseaudiosink.c:
7216         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
7217         (gst_base_audio_sink_create_ringbuffer),
7218         (gst_base_audio_sink_change_state):
7219         Fix compilation.
7220
7221 2005-07-27  Wim Taymans  <wim@fluendo.com>
7222
7223         * examples/seeking/seek.c: (setup_dynamic_link),
7224         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
7225         (query_positions_elems), (query_positions_pads), (do_seek):
7226         Update seek example.
7227
7228         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
7229         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
7230         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
7231         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7232         (gst_ogg_demux_handle_event),
7233         (gst_ogg_demux_deactivate_current_chain),
7234         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7235         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
7236         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
7237         (gst_ogg_demux_loop):
7238         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
7239         * ext/theora/theoradec.c: (theora_dec_src_event),
7240         (theora_dec_src_getcaps), (theora_dec_sink_event),
7241         (theora_dec_push), (theora_dec_chain):
7242         * ext/vorbis/Makefile.am:
7243         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
7244         (vorbis_dec_sink_event), (vorbis_dec_push),
7245         (vorbis_handle_data_packet):
7246         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
7247         (gst_vorbisenc_chain):
7248         * gst/playback/gststreaminfo.c: (cb_probe):
7249         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
7250         * gst/videorate/gstvideorate.c: (gst_videorate_event):
7251         * gst/videoscale/gstvideoscale.c:
7252         (gst_videoscale_handle_src_event):
7253         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
7254         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
7255         (gst_ximagesink_navigation_send_event):
7256         * sys/xvimage/xvimagesink.c:
7257         (gst_xvimagesink_navigation_send_event):
7258         Various event updates and cleanups
7259
7260 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7261
7262         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
7263           Fix segfault for I420/YV12.
7264
7265 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7266
7267         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
7268           Report bitrate.
7269
7270 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7271
7272         * gst/playback/gstplaybin.c: (gen_video_element),
7273         (gen_audio_element):
7274           Switch to auto*sink elements as default sinks; add volume element
7275           so that volume control in totem works.
7276
7277 2005-07-21  Wim Taymans  <wim@fluendo.com>
7278
7279         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
7280         * gst/playback/gstplaybin.c: (setup_sinks),
7281         (gst_play_bin_change_state):
7282         Refcount fix and more comments.
7283
7284 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7285
7286         * sys/ximage/Makefile.am:
7287         * sys/ximage/ximage.c: (plugin_init):
7288         * sys/ximage/ximagesink.c:
7289         Prepare for adding ximagesrc, rename of plugin to ximage etc.
7290         
7291
7292 2005-07-21  Wim Taymans  <wim@fluendo.com>
7293
7294         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
7295         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
7296         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7297         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7298         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
7299         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
7300         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
7301         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
7302         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
7303         Generate correct disconts for live chained oggs.
7304
7305         * gst-libs/gst/audio/gstbaseaudiosink.c:
7306         (gst_base_audio_sink_render),
7307         (gst_base_audio_sink_create_ringbuffer),
7308         (gst_base_audio_sink_change_state):
7309         Handle discont math correctly.
7310
7311         * gst/playback/gstplaybin.c: (add_sink):
7312         Some small debug cleanup.
7313
7314 2005-07-21  Wim Taymans  <wim@fluendo.com>
7315
7316         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (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_deactivate_current_chain),
7322         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7323         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
7324         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
7325         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7326         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
7327         (gst_ogg_demux_change_state), (gst_ogg_print):
7328         Reorganize code to send the right disconts when in streaming
7329         mode.
7330
7331 2005-07-20  Andy Wingo  <wingo@pobox.com>
7332
7333         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
7334         fix (?), fixes a seggie mcfalterson (#310894).
7335
7336 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7337
7338         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
7339         (gst_ogg_mux_set_header_on_caps):
7340         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7341         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7342         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
7343         * gst-libs/gst/audio/multichannel.c:
7344         (gst_audio_set_channel_positions),
7345         (gst_audio_set_structure_channel_positions_list):
7346         * gst/playback/gstdecodebin.c: (dynamic_create):
7347         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
7348         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
7349           Fixes for API changes in core.
7350
7351 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7352
7353         * gst/playback/gstplaybasebin.c: (fill_buffer):
7354           Use _new_custom() so we can set custom message types for buffering
7355           messages.
7356
7357 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7358
7359         * configure.ac:
7360         * gst-libs/gst/Makefile.am:
7361         * gst-libs/gst/gconf/.cvsignore:
7362         * gst-libs/gst/gconf/Makefile.am:
7363         * gst-libs/gst/gconf/test-gconf.c:
7364         * pkgconfig/Makefile.am:
7365         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
7366         * pkgconfig/gstreamer-gconf.pc.in:
7367           Remove gconf stuff, use gconf elements instead from now on.
7368
7369 2005-07-20  Wim Taymans  <wim@fluendo.com>
7370
7371         * gst-libs/gst/audio/TODO:
7372         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
7373         (gst_audio_clock_get_internal_time):
7374         * gst-libs/gst/audio/gstaudioclock.h:
7375         * gst-libs/gst/audio/gstbaseaudiosink.c:
7376         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
7377         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
7378         (gst_base_audio_sink_render),
7379         (gst_base_audio_sink_create_ringbuffer),
7380         (gst_base_audio_sink_change_state):
7381         Make sure the audio clock always returns an increasing value.
7382
7383 2005-07-19  Andy Wingo  <wingo@pobox.com>
7384
7385         * gst/videotestsrc/: Cleanups.
7386
7387 2005-07-19  Wim Taymans  <wim@fluendo.com>
7388
7389         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
7390         Better debugging.
7391
7392 2005-07-19  Wim Taymans  <wim@fluendo.com>
7393
7394         * examples/seeking/seek.c: (make_dv_pipeline),
7395         (make_vorbis_theora_pipeline), (query_rates),
7396         (query_positions_elems), (query_positions_pads), (do_seek):
7397         Make correct DV pipeline.
7398
7399 2005-07-18  Andy Wingo  <wingo@pobox.com>
7400
7401         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
7402         default. Also because it's the only thing that really works. (This
7403         is used in the GConf elements).
7404         Use AS_LIBTOOL_TAGS.
7405
7406 2005-07-18  Wim Taymans  <wim@fluendo.com>
7407
7408         * gst/playback/gstdecodebin.c: (remove_element_chain):
7409         * gst/playback/gstplaybin.c: (add_sink):
7410         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7411         (gst_stream_info_set_mute):
7412         * gst/playback/gststreamselector.c:
7413         (gst_stream_selector_get_linked_pad),
7414         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
7415         More leak and compile fixes.
7416
7417 2005-07-18  Wim Taymans  <wim@fluendo.com>
7418
7419         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7420         (query_rates), (query_positions_elems), (query_positions_pads),
7421         (do_seek), (seek_cb), (stop_seek):
7422         Updated seek example. 
7423
7424         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
7425         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
7426         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
7427         * gst/playback/gstplaybin.c: (add_sink):
7428         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7429         (gst_stream_info_set_mute):
7430         Some refcount leak fixes.
7431
7432 2005-07-16  Wim Taymans  <wim@fluendo.com>
7433
7434         * gst-libs/gst/audio/gstbaseaudiosink.c:
7435         (gst_base_audio_sink_render):
7436         Align samples even if we have roundoff errors in the 
7437         timestamp conversion.
7438
7439 2005-07-16  Wim Taymans  <wim@fluendo.com>
7440
7441         * docs/libs/tmpl/gstringbuffer.sgml:
7442         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7443         (query_rates), (query_positions_elems), (query_positions_pads),
7444         (update_scale), (do_seek):
7445         Updated seek example.
7446
7447         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7448         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
7449         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
7450         (gst_ogg_demux_loop):
7451         Push out correct discont values.
7452
7453         * ext/theora/theoradec.c: (theora_dec_src_convert),
7454         (theora_dec_sink_convert), (theora_dec_src_getcaps),
7455         (theora_dec_sink_event), (theora_handle_type_packet),
7456         (theora_handle_header_packet), (theora_dec_push),
7457         (theora_handle_data_packet), (theora_dec_chain),
7458         (theora_dec_change_state):
7459         Better timestamping.
7460
7461         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7462         (vorbis_dec_sink_event), (vorbis_dec_push),
7463         (vorbis_handle_data_packet), (vorbis_dec_chain):
7464         * ext/vorbis/vorbisdec.h:
7465         Better timestamping.
7466
7467         * gst-libs/gst/audio/gstbaseaudiosink.c:
7468         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
7469         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7470         Handle syncing on timestamps instead of sample offsets. Make
7471         use of DISCONT values as described in design docs.
7472
7473         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7474         (gst_base_audio_src_get_time):
7475         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
7476         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
7477         (gst_ring_buffer_read):
7478         * gst-libs/gst/audio/gstringbuffer.h:
7479         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
7480         (gst_ximagesink_show_frame):
7481         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
7482         Correcly convert buffer timestamp to stream time.
7483
7484 2005-07-16  Wim Taymans  <wim@fluendo.com>
7485
7486         * gst/audioconvert/gstaudioconvert.c:
7487         (gst_audio_convert_get_buffer):
7488         Timestamp buffers correctly.
7489
7490         * gst/playback/gstplaybin.c: (gen_video_element):
7491         Make internal fakesink silent.
7492
7493 2005-07-15  Wim Taymans  <wim@fluendo.com>
7494
7495         * gst/ffmpegcolorspace/Makefile.am:
7496         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7497         (gst_ffmpegcsp_caps_remove_format_info),
7498         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7499         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
7500         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
7501         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
7502         Ported ffmpegcolorspace to basetransform.
7503
7504         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
7505         * gst/volume/gstvolume.c: (volume_transform):
7506         Ported to new API.
7507
7508 2005-07-14  Wim Taymans  <wim@fluendo.com>
7509
7510         * gst/videotestsrc/Makefile.am:
7511         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
7512         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
7513         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
7514         (gst_videotestsrc_init), (gst_videotestsrc_event),
7515         (gst_videotestsrc_create), (gst_videotestsrc_start),
7516         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
7517         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
7518         (gst_videotestsrc_get_property):
7519         * gst/videotestsrc/gstvideotestsrc.h:
7520         Make videotestsrc a pushsrc.
7521
7522 2005-07-14  Wim Taymans  <wim@fluendo.com>
7523
7524         * gst/tcp/gstfdset.c: (gst_fdset_free):
7525         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
7526         (gst_multifdsink_add), (gst_multifdsink_remove),
7527         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
7528         (gst_multifdsink_remove_client_link),
7529         (gst_multifdsink_client_queue_data),
7530         (gst_multifdsink_client_queue_caps),
7531         (gst_multifdsink_client_queue_buffer),
7532         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
7533         (gst_multifdsink_stop):
7534         * gst/tcp/gstmultifdsink.h:
7535         0.8 backporting.
7536
7537         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
7538         Also draw image when not from a pool.
7539
7540 2005-07-14  Wim Taymans  <wim@fluendo.com>
7541
7542         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
7543         (mute_stream), (silence_stream):
7544         Small debug additions.
7545
7546 2005-07-14  Wim Taymans  <wim@fluendo.com>
7547
7548         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
7549         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7550         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
7551         Better error recovery, ignore unconnected pads and
7552         non-fatal errors.
7553
7554 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7555
7556         * docs/libs/tmpl/gstaudio.sgml:
7557         * docs/libs/tmpl/gstcolorbalance.sgml:
7558         * docs/libs/tmpl/gstgconf.sgml:
7559         * docs/libs/tmpl/gstmixer.sgml:
7560         * docs/libs/tmpl/gstringbuffer.sgml:
7561         * docs/libs/tmpl/gsttuner.sgml:
7562         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7563         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7564         (gst_tcpclientsrc_class_init):
7565         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7566         (gst_tcpserversrc_class_init):
7567         * sys/v4l/gstv4lelement.c:
7568           more autistic cleanliness in functions/names/defines
7569
7570 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7571
7572         * configure.ac:
7573           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
7574           added manually to each Makefile.am so we are sure it goes
7575           *last* and doesn't add -L flags before linking in libs of our
7576           own, like, say, internal .la libs, that then accidentally pick
7577           up the installed copy.
7578         * docs/libs/Makefile.am:
7579         * ext/alsa/Makefile.am:
7580         * ext/cdparanoia/Makefile.am:
7581         * ext/gnomevfs/Makefile.am:
7582         * ext/libvisual/Makefile.am:
7583         * ext/ogg/Makefile.am:
7584         * ext/theora/Makefile.am:
7585         * ext/vorbis/Makefile.am:
7586         * gst-libs/gst/video/Makefile.am:
7587         * gst/adder/Makefile.am:
7588         * gst/audioconvert/Makefile.am:
7589         * gst/audiorate/Makefile.am:
7590         * gst/audioscale/Makefile.am:
7591         * gst/ffmpegcolorspace/Makefile.am:
7592         * gst/playback/Makefile.am:
7593         * gst/sine/Makefile.am:
7594         * gst/subparse/Makefile.am:
7595         * gst/tags/Makefile.am:
7596         * gst/tcp/Makefile.am:
7597         * gst/typefind/Makefile.am:
7598         * gst/videorate/Makefile.am:
7599         * gst/videoscale/Makefile.am:
7600         * gst/videotestsrc/Makefile.am:
7601         * gst/volume/Makefile.am:
7602         * sys/v4l/Makefile.am:
7603         * sys/ximage/Makefile.am:
7604         * sys/xvimage/Makefile.am:
7605           adapt properly to this change. This should make sure that
7606           plugins and libs properly link to the as-yet-uninstalled
7607           copies of stuff like libgstinterfaces and libgstvideo
7608
7609 2005-07-13  Andy Wingo  <wingo@pobox.com>
7610
7611         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
7612         (gst_v4lsrc_fixate): Fixate on format as well.
7613
7614         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
7615         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
7616         buffer points to it.
7617         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
7618         rather just doing X calls ourselves. Also fixes a memleak.
7619
7620 2005-07-12  Andy Wingo  <wingo@pobox.com>
7621
7622         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
7623         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
7624         (gst_v4lsrc_create): Re-add the copy-mode property, default to
7625         TRUE to avoid deadlocks if an element holds on to our buffers.
7626
7627 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7628
7629         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7630         (gst_sinesrc_init), (gst_sinesrc_create),
7631         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7632         (gst_sinesrc_start):
7633         * gst/sine/gstsinesrc.h:
7634           removing num-buffers property before moving it
7635
7636 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7637
7638         * configure.ac:
7639           use overridable ERROR_CFLAGS
7640         * docs/libs/gst-plugins-base-libs.types:
7641         * docs/libs/tmpl/gstringbuffer.sgml:
7642         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
7643         (gst_alsasink_class_init):
7644         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7645         (gst_alsasrc_class_init):
7646         * gst-libs/gst/audio/audio.h:
7647         * gst-libs/gst/audio/gstaudioclock.h:
7648         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
7649         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
7650         (gst_audio_filter_link), (gst_audio_filter_init),
7651         (gst_audio_filter_chain), (gst_audio_filter_set_property),
7652         (gst_audio_filter_get_property),
7653         (gst_audio_filter_class_add_pad_templates):
7654         * gst-libs/gst/audio/gstaudiofilter.h:
7655         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7656         (gst_audio_filter_template_get_type),
7657         (gst_audio_filter_template_base_init),
7658         (gst_audio_filter_template_class_init),
7659         (gst_audio_filter_template_init),
7660         (gst_audio_filter_template_set_property),
7661         (gst_audio_filter_template_get_property), (plugin_init),
7662         (gst_audio_filter_template_setup),
7663         (gst_audio_filter_template_filter),
7664         (gst_audio_filter_template_filter_inplace):
7665         * gst-libs/gst/audio/gstaudiosink.c:
7666         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7667         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
7668         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7669         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7670         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
7671         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
7672         * gst-libs/gst/audio/gstaudiosink.h:
7673         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7674         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7675         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7676         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
7677         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
7678         (gst_audio_src_class_init), (gst_audio_src_init),
7679         (gst_audio_src_create_ringbuffer):
7680         * gst-libs/gst/audio/gstaudiosrc.h:
7681         * gst-libs/gst/audio/gstbaseaudiosink.c:
7682         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
7683         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
7684         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
7685         (gst_base_audio_sink_set_property),
7686         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
7687         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
7688         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
7689         (gst_base_audio_sink_create_ringbuffer),
7690         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
7691         * gst-libs/gst/audio/gstbaseaudiosink.h:
7692         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7693         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
7694         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
7695         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
7696         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
7697         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
7698         (gst_base_audio_src_event), (gst_base_audio_src_create),
7699         (gst_base_audio_src_create_ringbuffer),
7700         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
7701         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7702         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7703         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
7704         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
7705         (gst_ring_buffer_debug_spec_caps),
7706         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
7707         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
7708         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
7709         (gst_ring_buffer_start), (gst_ring_buffer_pause),
7710         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
7711         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
7712         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
7713         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
7714         (gst_ring_buffer_clear):
7715         * gst-libs/gst/audio/gstringbuffer.h:
7716         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7717         (gst_video_sink_class_init), (gst_video_sink_get_type):
7718         * gst-libs/gst/video/videosink.h:
7719         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7720         (gst_multifdsink_class_init),
7721         (gst_multifdsink_handle_client_write),
7722         (gst_multifdsink_change_state):
7723         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7724         (gst_tcpclientsink_setcaps):
7725         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7726         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
7727         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
7728         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
7729         (gst_ximagesink_send_pending_navigation),
7730         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
7731         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
7732         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
7733         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7734         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
7735         (gst_xvimagesink_send_pending_navigation),
7736         (gst_xvimagesink_navigation_send_event),
7737         (gst_xvimagesink_set_xwindow_id),
7738         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
7739         (gst_xvimagesink_get_type):
7740         more macro splitting
7741
7742 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7743
7744         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7745           plug a memleak, allows me to import 1479 albums in one go
7746           in jamboree
7747         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7748         (vorbis_handle_type_packet), (vorbis_dec_chain),
7749         (vorbis_dec_change_state):
7750           fix some format strings
7751
7752 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7753
7754         * docs/libs/tmpl/gstcolorbalance.sgml:
7755         * docs/libs/tmpl/gstmixer.sgml:
7756         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7757         (gst_alsasink_set_property), (gst_alsasink_get_property):
7758         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7759         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
7760           add device property
7761
7762 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7763
7764         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7765         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7766         (audiocast_register_listener), (audiocast_thread_run),
7767         (gst_gnomevfssrc_send_additional_headers_callback),
7768         (gst_gnomevfssrc_received_headers_callback),
7769         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
7770         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
7771         (gst_gnomevfssrc_get_size):
7772           add/clean up debugging
7773         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
7774           cleanups
7775
7776 2005-07-07  Andy Wingo  <wingo@pobox.com>
7777
7778         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
7779         framerate. Need to get a handle on when exactly this function is
7780         called, tho.
7781
7782         * sys/v4l/v4lsrc_calls.h:
7783         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
7784         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
7785         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
7786
7787         * sys/v4l/v4l_calls.h: Cast to V4lElement.
7788         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
7789         v4lelements are sources.
7790
7791         * sys/v4l/gstv4lxoverlay.h:
7792         * sys/v4l/gstv4lxoverlay.c:
7793         * sys/v4l/gstv4ltuner.h:
7794         * sys/v4l/gstv4ltuner.c: Header loc fixen.
7795         
7796         * sys/v4l/gstv4lsrc.h:
7797         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
7798         PushSrc/BaseSrc. Removed most sync-related properties, videorate
7799         or something should handle that. Made a live source.
7800
7801         * sys/v4l/gstv4lelement.h:
7802         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
7803         signals. Some cleanups.
7804
7805         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
7806
7807         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
7808         stuff.
7809
7810         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
7811         stuff.
7812
7813         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
7814
7815 2005-07-07  Wim Taymans  <wim@fluendo.com>
7816
7817         * ext/theora/theoradec.c: (theora_get_query_types),
7818         (theora_dec_src_getcaps), (theora_dec_push):
7819         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
7820         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
7821         Remove deprecated/unused query types.
7822
7823 2005-07-06  Wim Taymans  <wim@fluendo.com>
7824
7825         * ext/alsa/Makefile.am:
7826         * ext/alsa/gstalsaplugin.c: (plugin_init):
7827         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
7828         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7829         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
7830         (gst_alsasrc_class_init), (gst_alsasrc_init),
7831         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
7832         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
7833         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
7834         (gst_alsasrc_reset):
7835         * ext/alsa/gstalsasrc.h:
7836         * gst-libs/gst/audio/Makefile.am:
7837         * gst-libs/gst/audio/gstaudiosink.c:
7838         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7839         (gst_audioringbuffer_start):
7840         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7841         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7842         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
7843         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
7844         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7845         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7846         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
7847         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
7848         * gst-libs/gst/audio/gstaudiosrc.h:
7849         * gst-libs/gst/audio/gstbaseaudiosink.c:
7850         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7851         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
7852         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
7853         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7854         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
7855         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
7856         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
7857         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
7858         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
7859         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
7860         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
7861         (gst_baseaudiosrc_change_state):
7862         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7863         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7864         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
7865         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
7866         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7867         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
7868         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
7869         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
7870         * gst-libs/gst/audio/gstringbuffer.h:
7871         Added audiosource base classes.
7872         Ported alsasrc, still very basic.
7873
7874 2005-07-06  Wim Taymans  <wim@fluendo.com>
7875
7876         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
7877         (theora_dec_push), (theora_handle_data_packet):
7878         Prepare for better timestamp fix later.
7879
7880         * gst/audioconvert/gstaudioconvert.c:
7881         List most accurate caps first
7882
7883         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
7884         Use proper pad task function.
7885
7886         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7887         (gst_xvimagesink_show_frame):
7888         Fix deadlock when alloc failed.
7889
7890 2005-07-05  Andy Wingo  <wingo@pobox.com>
7891
7892         * ext/gnomevfs/gstgnomevfssrc.c:
7893         * gst/sine/gstsinesrc.c:
7894         * gst/tcp/gsttcpserversrc.c:
7895         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
7896
7897         * sys/v4l/: Port from 0.8.
7898
7899         * Many files: Null if we got it....
7900
7901 2005-07-05  Andy Wingo  <wingo@pobox.com>
7902
7903         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
7904         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
7905         Signedness fixes.
7906
7907 2005-07-05  Wim Taymans  <wim@fluendo.com>
7908
7909         * configure.ac:
7910         * gst/tcp/Makefile.am:
7911         * gst/tcp/README:
7912         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7913         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
7914         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
7915         (is_sync_frame), (gst_multifdsink_handle_client_write),
7916         (gst_multifdsink_render), (gst_multifdsink_start),
7917         (gst_multifdsink_stop), (gst_multifdsink_change_state):
7918         * gst/tcp/gstmultifdsink.h:
7919         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
7920         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
7921         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
7922         * gst/tcp/gsttcp.h:
7923         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7924         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
7925         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
7926         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
7927         * gst/tcp/gsttcpclientsink.h:
7928         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7929         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
7930         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
7931         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
7932         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
7933         * gst/tcp/gsttcpclientsrc.h:
7934         * gst/tcp/gsttcpplugin.c: (plugin_init):
7935         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
7936         * gst/tcp/gsttcpserversink.h:
7937         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7938         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
7939         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
7940         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
7941         (gst_tcpserversrc_stop):
7942         * gst/tcp/gsttcpserversrc.h:
7943         * gst/tcp/gsttcpsink.c:
7944         * gst/tcp/gsttcpsink.h:
7945         * gst/tcp/gsttcpsrc.c:
7946         * gst/tcp/gsttcpsrc.h:
7947         Ported tcp plugins to 0.9. 
7948         
7949
7950 2005-07-05  Andy Wingo  <wingo@pobox.com>
7951
7952         * gst/playback/gstplaybasebin.c (fill_buffer):
7953         message_new_application fixen.
7954
7955         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
7956         Style fix.
7957
7958 2005-07-04  Wim Taymans  <wim@fluendo.com>
7959
7960         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
7961         Set caps on output buffer.
7962
7963 2005-07-04  Andy Wingo  <wingo@pobox.com>
7964
7965         * ext/gnomevfs/gstgnomevfssrc.c
7966         (gst_gnomevfssrc_received_headers_callback) 
7967         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
7968         hopefully.
7969
7970         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
7971         No refcount leakage.
7972
7973         * configure.ac: Enable -Werror.
7974         
7975         * ext/theora/theoradec.c (theora_dec_src_getcaps):
7976         * gst/audioconvert/bufferframesconvert.c
7977         (buffer_frames_convert_fixate):
7978         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
7979         (gst_audio_convert_fixate):
7980         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
7981         (gst_sinesrc_create): Fixate func changes.
7982         
7983         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7984         (gst_ximagesink_buffer_alloc): Unused var.
7985
7986 2005-07-01  Andy Wingo  <wingo@pobox.com>
7987
7988         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
7989         getcaps to do explicit caps. Needs to be done in all decoders,
7990         possibly via a base class.
7991
7992         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
7993
7994         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
7995         caps on the sink pad, just rely on the pad template. Also, setting
7996         ANY caps on a pad is not valid because the caps are not fixed.
7997
7998         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
7999         caps on the buffer, and get the width from the desired_caps if
8000         they're set.
8001         (gst_ximagesink_renegotiate_size): Implement via setting the
8002         desired_caps on the ximagesink.
8003         (gst_ximagesink_setcaps): Only reset the width of the player if it
8004         wasn't already set. Not sure if this is right.
8005         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
8006
8007         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
8008         that the user wants. NULL unless the window has been resized.
8009
8010         * gst/volume/gstvolume.c (volume_transform): Adapt to
8011         basetransform refcount changes.
8012         
8013 2005-07-01  Andy Wingo  <wingo@pobox.com>
8014
8015         * gst/videoscale/gstvideoscale.c:
8016         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
8017         from BaseTransform, implements a transform_caps. Removed dead code
8018         including some PAR stuff that was never reached -- should probably
8019         be added back somehow.
8020
8021 2005-07-01  Andy Wingo  <wingo@pobox.com>
8022
8023         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
8024         come later.
8025
8026 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8027
8028         * configure.ac:
8029         * docs/libs/Makefile.am:
8030         * docs/libs/gst-plugins-libs.types:
8031         * ext/alsa/Makefile.am:
8032         * ext/alsa/gstalsamixer.h:
8033         * ext/alsa/gstalsamixeroptions.h:
8034         * ext/alsa/gstalsamixertrack.h:
8035         * gst-libs/gst/Makefile.am:
8036         * gst-libs/gst/colorbalance/.cvsignore:
8037         * gst-libs/gst/colorbalance/Makefile.am:
8038         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
8039         * gst-libs/gst/colorbalance/colorbalance.c:
8040         * gst-libs/gst/colorbalance/colorbalance.h:
8041         * gst-libs/gst/colorbalance/colorbalance.vcproj:
8042         * gst-libs/gst/colorbalance/colorbalancechannel.c:
8043         * gst-libs/gst/colorbalance/colorbalancechannel.h:
8044         * gst-libs/gst/interfaces/Makefile.am:
8045         * gst-libs/gst/interfaces/colorbalance.c:
8046         (gst_color_balance_class_init):
8047         * gst-libs/gst/interfaces/colorbalance.h:
8048         * gst-libs/gst/interfaces/interfaces-marshal.list:
8049         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
8050         * gst-libs/gst/interfaces/mixer.h:
8051         * gst-libs/gst/interfaces/mixeroptions.h:
8052         * gst-libs/gst/interfaces/navigation.c:
8053         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
8054         * gst-libs/gst/interfaces/tuner.h:
8055         * gst/volume/Makefile.am:
8056         * gst/volume/gstvolume.c:
8057         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
8058         * sys/ximage/Makefile.am:
8059         * sys/ximage/ximagesink.c:
8060         * sys/xvimage/Makefile.am:
8061         * sys/xvimage/xvimagesink.c:
8062           fold in all interfaces into an interfaces dir, preserving CVS
8063           history
8064
8065 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8066
8067         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8068           Fix build after riff changes.
8069
8070 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8071
8072         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8073         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
8074         (gst_riff_create_video_template_caps),
8075         (gst_riff_create_audio_template_caps),
8076         (gst_riff_create_iavs_template_caps):
8077         * gst-libs/gst/riff/riff-media.h:
8078         * gst-libs/gst/riff/riff-read.h:
8079         * gst-libs/gst/riff/riff.c: (gst_riff_init):
8080           Add gst_riff_init() to initialize the debug category, instead
8081           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
8082
8083 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8084
8085         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
8086           Oops, I shouldn't apply hacks.
8087
8088 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8089
8090         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
8091           Remove pad_loop function which doesn't work.
8092
8093 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8094
8095         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
8096           Send EOS when deactivating.
8097         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
8098         (check_queue), (queue_threshold_reached), (queue_out_of_data),
8099         (gen_preroll_element), (probe_triggered), (mute_stream),
8100         (silence_stream), (new_decoded_pad), (setup_substreams),
8101         (set_active_source):
8102         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
8103         (remove_sinks), (add_sink):
8104         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
8105           Change for new probe API.
8106
8107 2005-06-29  Wim Taymans  <wim@fluendo.com>
8108
8109         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
8110         * gst-libs/gst/audio/gstbaseaudiosink.c:
8111         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
8112         (gst_baseaudiosink_change_state):
8113         * gst-libs/gst/audio/gstbaseaudiosink.h:
8114         * gst-libs/gst/audio/gstringbuffer.c:
8115         (gst_ringbuffer_set_callback):
8116         Fix compilation error.
8117         Ringbuffer starts out as not running.
8118         Free our clock in dispose.
8119         When releasing the ringbuffer we need to renegotiate so
8120         clear the pad caps.
8121
8122 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8123
8124         * autogen.sh:
8125         * configure.ac:
8126         * docs/Makefile.am:
8127         * docs/libs/Makefile.am:
8128         * docs/libs/gst-plugins-libs-docs.sgml:
8129         * docs/libs/gst-plugins-libs-sections.txt:
8130         * docs/libs/gst-plugins-libs.types:
8131         * docs/libs/tmpl/gstaudio.sgml:
8132         * docs/libs/tmpl/gstcolorbalance.sgml:
8133         * docs/libs/tmpl/gstringbuffer.sgml:
8134         * gst-libs/gst/audio/gstringbuffer.c:
8135         (gst_ringbuffer_set_callback):
8136           reinstate gtk-doc docs for plugin libs
8137
8138 2005-06-28  Wim Taymans  <wim@fluendo.com>
8139
8140         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8141         (gst_ogg_demux_init):
8142         Removed pad loop function.
8143
8144 2005-06-28  Wim Taymans  <wim@fluendo.com>
8145
8146         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8147         If we're building a chain we are not in an error case
8148         when we queue a buffer.
8149
8150 2005-06-28  Andy Wingo  <wingo@pobox.com>
8151
8152         * *.c: Don't cast to GstObject before reffing/unreffing.
8153
8154 2005-06-27  Andy Wingo  <wingo@pobox.com>
8155
8156         * gst/videotestsrc/gstvideotestsrc.c
8157         (gst_videotestsrc_activate_push): Activation API changes.
8158
8159         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
8160         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
8161         they have refs on the decodebin.
8162
8163         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
8164         parent class.
8165         (gst_ogg_pad_typefind): Don't leak a pad ref.
8166         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
8167         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
8168         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
8169
8170 2005-06-27  Edward Hervey  <edward@fluendo.com>
8171
8172         * ext/theora/theoradec.c: (theora_dec_change_state): 
8173         re-arranged call to parent's state change in order to avoid locks (or
8174         worse).
8175
8176 2005-06-26  Edward Hervey  <edward@fluendo.com>
8177
8178         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8179         2nd argument of 'unknow-type' signal is a GstCaps and not a
8180         GstMiniObject
8181
8182 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
8183         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
8184           Set the worker thread's running flag to TRUE before starting the
8185           thread.
8186         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
8187           Catch a failure to add typefind to the bin.
8188
8189 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8190
8191         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8192         (gst_sinesrc_init), (gst_sinesrc_create),
8193         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
8194         (gst_sinesrc_start):
8195         * gst/sine/gstsinesrc.h:
8196           add num-buffers and timestamp-offset properties
8197         * gst/videotestsrc/gstvideotestsrc.c:
8198         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
8199         (gst_videotestsrc_get_property):
8200           add timestamp-offset property
8201
8202 2005-06-23  Christian Schaller  <uraeus@gnome.org>
8203
8204         * configure.ac: add videorate
8205         * gst-plugins-base.spec.in: add videorate
8206
8207 2005-06-23  Wim Taymans  <wim@fluendo.com>
8208
8209         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8210         (gst_videorate_getcaps), (gst_videorate_setcaps),
8211         (gst_videorate_event), (gst_videorate_chain):
8212         Fixed videorate, fixating an already fixated caps is not
8213         an error.
8214
8215 2005-06-23  Wim Taymans  <wim@fluendo.com>
8216
8217         * ext/ogg/README:
8218         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
8219         Buffer on caps is not boxed anymore.
8220
8221 2005-06-22  Wim Taymans  <wim@fluendo.com>
8222
8223         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
8224         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8225         Set buffers on caps as miniobjects and not as boxed.
8226
8227 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8228
8229         * configure.ac:
8230           back to HEAD
8231
8232 === release 0.9.1 ===
8233
8234 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8235
8236         * .cvsignore:
8237         * NEWS:
8238         * README:
8239         * RELEASE:
8240         * configure.ac:
8241         * po/af.po:
8242         * po/az.po:
8243         * po/cs.po:
8244         * po/en_GB.po:
8245         * po/hu.po:
8246         * po/it.po:
8247         * po/nb.po:
8248         * po/nl.po:
8249         * po/or.po:
8250         * po/sq.po:
8251         * po/sr.po:
8252         * po/sv.po:
8253         * po/uk.po:
8254         * po/vi.po:
8255           updates for release
8256
8257 2005-06-09  Andy Wingo  <wingo@pobox.com>
8258
8259         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
8260         
8261 2005-06-09  Andy Wingo  <wingo@pobox.com>
8262
8263         * configure.ac:
8264         * gst-libs/gst/Makefile.am:
8265         * gst-libs/gst/net/Makefile.am:
8266         Add gstnet to build.
8267
8268 2005-06-09  Andy Wingo  <wingo@pobox.com>
8269
8270         * gst-libs/gst/gconf/gconf.c:
8271         * gst/playback/test.c:
8272         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
8273         fixes.
8274
8275         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
8276
8277         * ext/theora/theoraenc.c (theora_enc_chain): 
8278         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
8279
8280         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
8281         RealPad.
8282
8283 2005-06-02  Wim Taymans  <wim@fluendo.com>
8284
8285         * gst-libs/gst/net/Makefile.am:
8286         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
8287         * pkgconfig/gstreamer-libs.pc.in:
8288         Added net stuff, version net lib.
8289
8290 2005-06-02  Wim Taymans  <wim@fluendo.com>
8291
8292         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8293         (query_rates), (query_positions_elems), (query_positions_pads),
8294         (do_seek):
8295         Updated seek example.
8296
8297 2005-06-02  Andy Wingo  <wingo@pobox.com>
8298
8299         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
8300         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
8301         list.
8302
8303         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
8304         remove the typefind, the bin dispose will do it for us. When it's
8305         removed and unreffed, the signal handler will be disconnected,
8306         too.
8307         (unlinked): It's too difficult to disconnect from unlinked
8308         handlers, as they are on pads not elements. Just punt if the pads
8309         aren't grandkids of the bin.
8310
8311 2005-06-02  Wim Taymans  <wim@fluendo.com>
8312
8313         * ext/ogg/README:
8314         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8315         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
8316         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
8317         * ext/theora/theoradec.c: (theora_dec_src_query),
8318         (theora_handle_data_packet):
8319         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8320         (theora_enc_chain):
8321         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8322         (vorbis_handle_data_packet):
8323         * gst/audioconvert/bufferframesconvert.c:
8324         (buffer_frames_convert_chain):
8325         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8326         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8327         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8328         (gst_ffmpegcsp_chain):
8329         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8330         (gst_videorate_getcaps), (gst_videorate_setcaps),
8331         (gst_videorate_event), (gst_videorate_chain):
8332         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
8333         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
8334         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8335         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
8336         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8337         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
8338         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
8339         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8340         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
8341         Cleanups and buffer alloc.
8342
8343 2005-05-31  Wim Taymans  <wim@fluendo.com>
8344
8345         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
8346         Don't try to call the delay method when the device is not
8347         opened.
8348
8349 2005-05-31  Wim Taymans  <wim@fluendo.com>
8350
8351         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
8352         Get actual segment size and buffer size after opening
8353         the device.
8354
8355 2005-05-30  Wim Taymans  <wim@fluendo.com>
8356
8357         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
8358         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
8359         Also FLUSH upstream, makes the loop function exit faster.
8360         
8361         * ext/theora/theoradec.c: (theora_dec_src_query):
8362         Some more debug info in the query.
8363         
8364         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8365         (gst_ximagesink_setcaps):
8366         Release lock on par error, better error reporting.
8367
8368 2005-05-26  Wim Taymans  <wim@fluendo.com>
8369
8370         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8371         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
8372         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
8373         Clear chains in READY
8374         Queue packets until the chain is activated.
8375
8376 2005-05-25  Wim Taymans  <wim@fluendo.com>
8377
8378         * gst-libs/gst/audio/gstaudiosink.c:
8379         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8380         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8381         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8382         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8383         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8384         (gst_audiosink_create_ringbuffer):
8385         * gst-libs/gst/audio/gstbaseaudiosink.c:
8386         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8387         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8388         (gst_baseaudiosink_set_property), (build_linear_format),
8389         (debug_spec_caps), (debug_spec_buffer),
8390         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8391         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8392         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8393         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8394         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8395         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8396         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8397         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8398         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8399         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8400         (wait_segment), (gst_ringbuffer_commit),
8401         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8402         (gst_ringbuffer_clear):
8403         Various small cleanups.
8404
8405         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8406         (gst_audio_convert_change_state):
8407         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
8408         No need to take the locks anymore.
8409
8410 2005-05-25  Wim Taymans  <wim@fluendo.com>
8411
8412         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8413         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
8414         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
8415         (type_found):
8416         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
8417         (group_destroy), (group_commit), (queue_overrun),
8418         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
8419         (mute_stream), (new_decoded_pad), (setup_substreams),
8420         (setup_source), (mute_group_type), (set_active_source),
8421         (gst_play_base_bin_change_state):
8422         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8423         (gen_video_element), (gen_text_element), (gen_audio_element),
8424         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
8425         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
8426         (gst_stream_info_dispose), (gst_stream_info_set_mute):
8427         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
8428         Some playbin cleanups mostly refcounting sloppyness.
8429
8430 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8431
8432         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8433           Work with streaming input.
8434
8435 2005-05-25  Wim Taymans  <wim@fluendo.com>
8436
8437         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8438         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8439         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8440         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
8441         No need to take the STREAM lock anymore.
8442
8443 2005-05-25  Wim Taymans  <wim@fluendo.com>
8444
8445         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
8446         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
8447         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
8448         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
8449         (gst_ogg_demux_sink_activate):
8450         * ext/theora/theoradec.c: (theora_dec_src_event),
8451         (theora_handle_comment_packet), (theora_dec_chain),
8452         (theora_dec_change_state):
8453         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8454         (vorbis_handle_data_packet), (vorbis_dec_chain),
8455         (vorbis_dec_change_state):
8456         Remove STREAM locks as they are taken in core now.
8457         Never set bogus granulepos on vorbis/theora.
8458         Fix leaks in theoradec tag parsing.
8459
8460 2005-05-25  Wim Taymans  <wim@fluendo.com>
8461
8462         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
8463         Fix memleaks, GST_BUFFER_DATA() is not freed.
8464
8465 2005-05-25  Wim Taymans  <wim@fluendo.com>
8466
8467         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
8468         Open non-blocking, set to blocking mode afterwards to avoid
8469         lockups when audio device is busy.
8470
8471 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8472
8473         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
8474           This can't be good.
8475
8476 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8477
8478         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8479         (gst_audio_convert_chain), (gst_audio_convert_link_src),
8480         (gst_audio_convert_setcaps):
8481           Implement instant setup switching.
8482
8483 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8484
8485         * gst/playback/gstplaybasebin.c: (probe_triggered):
8486           Fix missing unlock.
8487         * gst/playback/gstplaybin.c: (add_sink):
8488           First add, then link (otherwise pad link fails).
8489
8490 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8491
8492         * examples/Makefile.am:
8493         fix buildbot (make distcheck)
8494
8495 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8496
8497         * gst/playback/gstplaybin.c: (gen_vis_element):
8498           Remove some wrong code. Doesn't work yet.
8499
8500 2005-05-19  Wim Taymans  <wim@fluendo.com>
8501
8502         * gst-libs/gst/net/Makefile.am:
8503         * gst-libs/gst/net/README:
8504         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
8505         (gst_netbuffer_class_init), (gst_netbuffer_init),
8506         (gst_netbuffer_finalize), (gst_netbuffer_copy),
8507         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
8508         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
8509         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
8510         * gst-libs/gst/net/gstnetbuffer.h:
8511         Added buffer subclass to store extra to/from addresses for
8512         network sources/sinks.
8513
8514 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8515
8516         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
8517           Don't lock an unassigned variable.
8518
8519 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8520
8521         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8522           Increase buffer for video, decrease buffer for other media types.
8523         * gst/playback/gstplaybin.c: (gen_video_element),
8524         (gen_audio_element):
8525           Change names for debugging purposes.
8526
8527 2005-05-18  Wim Taymans  <wim@fluendo.com>
8528
8529         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8530         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8531         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8532         (gst_ffmpegcsp_chain):
8533         Enable buffer alloc passthrough if the source and dest
8534         formats are the same.
8535
8536 2005-05-17  Wim Taymans  <wim@fluendo.com>
8537
8538         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8539         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
8540         (gst_ogg_demux_chain_unlocked):
8541         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8542         (gst_audio_convert_caps_remove_format_info),
8543         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8544         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
8545         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8546         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8547         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
8548         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
8549         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
8550         (gst_ffmpegcsp_get_property):
8551         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8552         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
8553         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
8554         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
8555         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
8556         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
8557         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
8558         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
8559         Leak fixes in oggdemux.
8560         Some cleanups in audioconvert.
8561         Make passthrough work along with buffer_alloc etc.
8562         Make buffer_alloc and buffer recycling actually work in
8563         xvimagesink.
8564
8565 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8566
8567         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
8568           make the compiler happy
8569
8570 2005-05-17  Wim Taymans  <wim@fluendo.com>
8571
8572         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8573         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8574         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
8575         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
8576         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8577         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
8578         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
8579         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
8580         (gst_xvimagesink_set_xwindow_id):
8581         * sys/xvimage/xvimagesink.h:
8582         Port xvimagesink to new MiniObject.
8583
8584 2005-05-17  Wim Taymans  <wim@fluendo.com>
8585
8586         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
8587         (gst_audiofilter_chain):
8588         * gst-libs/gst/audio/gstaudiosink.c:
8589         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8590         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8591         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8592         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8593         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8594         (gst_audiosink_create_ringbuffer):
8595         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8596         (gst_audio_convert_caps_remove_format_info),
8597         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8598         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8599         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8600         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8601         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8602         Fix passthrough in ffmpegcolorspace.
8603         Fix memset in audiosink on wrong memory.
8604
8605 2005-05-16  David Schleef  <ds@schleef.org>
8606
8607         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
8608         to GstMiniObject.
8609
8610 2005-05-16  David Schleef  <ds@schleef.org>
8611
8612         Port from GstData to GstMiniObject.
8613         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
8614         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
8615         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
8616         (gst_ogg_mux_collected):
8617         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8618         * ext/theora/theoradec.c: (theora_handle_comment_packet),
8619         (theora_handle_data_packet):
8620         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8621         (theora_set_header_on_caps), (theora_enc_chain):
8622         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8623         (vorbis_handle_comment_packet):
8624         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8625         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
8626         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
8627         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
8628         * gst/audioconvert/gstaudioconvert.c:
8629         (gst_audio_convert_get_buffer):
8630         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8631         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
8632         (mute_stream), (silence_stream):
8633         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
8634         * gst/volume/gstvolume.c: (volume_transform):
8635         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8636         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
8637         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
8638         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
8639         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
8640         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
8641         (gst_ximagesink_buffer_alloc):
8642         * sys/ximage/ximagesink.h:
8643
8644 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8645
8646         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8647         (fill_buffer), (check_queue), (queue_threshold_reached),
8648         (queue_out_of_data):
8649         * gst/playback/gstplaybasebin.h:
8650           Post buffer-fullness on the bus.
8651
8652 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8653
8654         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8655         (try_to_link_1):
8656         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8657         (group_commit), (probe_triggered), (setup_source),
8658         (gst_play_base_bin_change_state):
8659         * gst/playback/gstplaybasebin.h:
8660         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8661         (gst_play_bin_init), (remove_sinks), (setup_sinks),
8662         (gst_play_bin_change_state):
8663           Move setup_output_pads into a virtual function, remove
8664           group-switch (no longer needed) and redirect (handled by bus
8665           now) signals.
8666
8667 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8668
8669         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
8670         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
8671         (get_active_group), (get_building_group), (group_destroy),
8672         (group_commit), (check_queue), (queue_overrun),
8673         (queue_threshold_reached), (queue_out_of_data),
8674         (gen_preroll_element), (remove_groups), (unknown_type),
8675         (add_element_stream), (no_more_pads), (probe_triggered),
8676         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
8677         (setup_substreams), (setup_source), (finish_source),
8678         (prepare_output), (muted_group_change_state),
8679         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
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), (gst_play_bin_set_property),
8684         (gen_video_element), (gen_text_element), (gen_audio_element),
8685         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
8686         (gst_play_bin_change_state):
8687         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
8688         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
8689         (stream_info_change_state), (gst_stream_info_set_mute),
8690         (gst_stream_info_get_property):
8691         * gst/playback/gststreaminfo.h:
8692         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8693         (gst_stream_selector_get_linked_pad),
8694         (gst_stream_selector_getcaps),
8695         (gst_stream_selector_get_linked_pads),
8696         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
8697         * gst/playback/gststreamselector.h:
8698           Rough port of playbin. Needs some more work, but is mostly done,
8699           and uses a few locks in important places, which should make stuff
8700           like chain-switches clean. Still uses GST_STATE() in a few places,
8701           which isn't all that good an idea, subtitles/elements disabled
8702           because no elements to test with and thus probably broken, query
8703           and event handling moved to GstBin, internal thread removed
8704           alltogether because the pipeline does that for us now. Can play
8705           Ogg/Vorbis files. Haven't tested anything else yet.
8706
8707 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8708
8709         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
8710           Do no-more-pads (needed for autoplugging).
8711
8712 2005-05-10  Andy Wingo  <wingo@pobox.com>
8713
8714         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
8715         message to the bus with the tags. Still not sent downstream tho.
8716
8717         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
8718         get_parent.
8719         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
8720         avoid refcounting hassles.
8721
8722 2005-05-09  Andy Wingo  <wingo@pobox.com>
8723
8724         * gst/volume/Makefile.am:
8725         * gst/volume/demo.c
8726         * gst/volume/gstvolume.h
8727         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
8728         basetransform. Probably need an audio filter base class.
8729
8730 2005-05-09  Wim Taymans  <wim@fluendo.com>
8731
8732         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
8733         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
8734         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
8735         (gst_vorbisenc_chain):
8736         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8737         (gst_audio_convert_caps_remove_format_info),
8738         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8739         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8740         Make caps writable before writing to it.
8741         Fix negotiation in audioconvert some more.
8742
8743 2005-05-09  Wim Taymans  <wim@fluendo.com>
8744
8745         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8746         (gst_videorate_getcaps), (gst_videorate_setcaps),
8747         (gst_videorate_event), (gst_videorate_chain):
8748         Better negotiation.
8749
8750 2005-05-09  Wim Taymans  <wim@fluendo.com>
8751
8752         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
8753         (gst_videorate_getcaps), (gst_videorate_setcaps),
8754         (gst_videorate_blank_data), (gst_videorate_init),
8755         (gst_videorate_event), (gst_videorate_chain),
8756         (gst_videorate_change_state):
8757         Port videorate, do a better job at negotiation while we're at
8758         it.
8759
8760 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
8761
8762         * configure.ac:
8763           Disable libvisual
8764
8765         * examples/Makefile.am:
8766         * gst-libs/gst/audio/Makefile.am:
8767         * gst-libs/gst/riff/Makefile.am:
8768         * gst-libs/gst/tag/Makefile.am:
8769         * gst-libs/gst/video/Makefile.am:
8770           Fixups for missing variables.
8771
8772 2005-05-09  Wim Taymans  <wim@fluendo.com>
8773
8774         * examples/seeking/seek.c: (make_theora_pipeline),
8775         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
8776         (query_rates), (query_positions_elems), (query_positions_pads),
8777         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
8778         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
8779         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
8780         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
8781         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
8782         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
8783         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8784         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8785         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8786         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
8787         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
8788         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
8789         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8790         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
8791         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
8792         (theora_dec_src_convert), (theora_dec_sink_convert),
8793         (theora_dec_src_query), (theora_dec_sink_query),
8794         (theora_dec_src_event), (theora_dec_sink_event),
8795         (theora_handle_comment_packet), (theora_handle_type_packet),
8796         (theora_handle_header_packet), (theora_handle_data_packet),
8797         (theora_dec_chain):
8798         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8799         (vorbis_dec_convert), (vorbis_dec_src_query),
8800         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8801         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8802         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8803         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8804         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8805         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
8806         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
8807         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8808         (gst_play_bin_query):
8809         * gst/playback/test3.c: (update_scale):
8810         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
8811         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
8812         * gst/subparse/gstsubparse.c: (gst_subparse_init):
8813         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
8814         (gst_videotestsrc_src_query):
8815         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
8816         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
8817         (paint_hline_YUV9):
8818         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8819         Port to new query API.
8820         Updated seek.
8821         Cleanups in x[v]imagesink
8822
8823 2005-05-09  Andy Wingo  <wingo@pobox.com>
8824
8825         * ext/alsa/gstalsasink.h:
8826         * ext/gnomevfs/gstgnomevfssrc.c:
8827         (gst_gnomevfssrc_get_icy_metadata):
8828         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
8829         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
8830         * ext/theora/theoradec.c (theora_dec_src_query)
8831         (theora_dec_src_event, theora_dec_sink_event)
8832         (theora_handle_comment_packet, theora_handle_data_packet):
8833         * ext/theora/theoraenc.c (theora_enc_chain):
8834         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
8835         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
8836         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
8837         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
8838         (qt_type_find):
8839         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
8840         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
8841         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
8842         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
8843         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
8844         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
8845         (paint_setup_xBGR8888, paint_setup_RGBx8888)
8846         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
8847         (paint_setup_RGB565, paint_setup_xRGB1555):
8848         * gst/videotestsrc/videotestsrc.h:
8849         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
8850         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
8851         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
8852         GCC4 fixes.
8853         
8854         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
8855         gst_pad_query_position. Fixes oggdemux.
8856
8857 2005-05-08  David Schleef  <ds@schleef.org>
8858
8859         * configure.ac: Require liboil.
8860         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
8861         a few more.
8862         * gst/videotestsrc/videotestsrc.c:
8863         * gst/videotestsrc/videotestsrc.h:
8864
8865 2005-05-06  Wim Taymans  <wim@fluendo.com>
8866
8867         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8868         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8869         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8870         Well, unreffing a buffer right before pushing it is asking
8871         for trouble..
8872
8873 2005-05-06  Christian Schaller  <uraeus@gnome.org>
8874
8875         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
8876
8877 2005-05-06  Wim Taymans  <wim@fluendo.com>
8878
8879         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8880         (gst_audio_convert_caps_remove_format_info),
8881         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8882         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8883         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8884         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8885         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8886         * gst/sine/Makefile.am:
8887         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
8888         (gst_sinesrc_class_init), (gst_sinesrc_init),
8889         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
8890         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
8891         (gst_sinesrc_update_freq):
8892         * gst/sine/gstsinesrc.h:
8893         * gst/tcp/gstmultifdsink.c:
8894         * sys/xvimage/xvimagesink.c:
8895         Fixed negotiation wrt _peer_get_caps()
8896         Some cleanups.
8897
8898
8899 2005-05-06  Wim Taymans  <wim@fluendo.com>
8900
8901         * gst-libs/gst/audio/gstaudiosink.c:
8902         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8903         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8904         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8905         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8906         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8907         (gst_audiosink_create_ringbuffer):
8908         * gst-libs/gst/audio/gstbaseaudiosink.c:
8909         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8910         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8911         (gst_baseaudiosink_set_property), (build_linear_format),
8912         (debug_spec_caps), (debug_spec_buffer),
8913         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8914         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8915         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8916         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8917         * gst-libs/gst/audio/gstbaseaudiosink.h:
8918         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8919         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8920         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8921         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8922         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8923         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8924         (wait_segment), (gst_ringbuffer_commit),
8925         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8926         (gst_ringbuffer_clear):
8927         * gst-libs/gst/audio/gstringbuffer.h:
8928         Make the base audiosink return an error when there is no
8929         audiobuffer negotiated.
8930
8931 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8932
8933         * ext/Makefile.am:
8934         Disable cdparanoia until someone ports it!
8935
8936 2005-05-06  Wim Taymans  <wim@fluendo.com>
8937
8938         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8939         (gst_ogg_demux_sink_activate):
8940         And revert after wingo's revert.. sigh..
8941
8942 2005-05-05  Andy Wingo  <wingo@pobox.com>
8943
8944         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
8945         GObject.
8946         * configure.ac: Return audiorate and subparse from the ghetto.
8947         Re-enable -Wall -Werror.
8948         * gst/subparse/gstsubparse.c:
8949         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
8950         or chain-based. Cleaned up a bit. Not tested.
8951         
8952 2005-05-05  Christian Schaller <christian@fluendo.com> 
8953
8954         * Makefile.am: remove stuff that is not building
8955         * configure.ac: remove stuff that is not building
8956         * examples/Makefile.am: remove stuff that is not building
8957         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
8958         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
8959         * sys/Makefile.am: remove stuff that is not building
8960         * testsuite/Makefile.am: remove stuff that is not building
8961
8962 2005-05-05  Andy Wingo  <wingo@pobox.com>
8963
8964         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
8965         * gst-libs/gst/tag/gstvorbistag.c:
8966         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
8967         * gst/adder/gstadder.h:
8968         * gst/audioconvert/gstchannelmix.c:
8969         (gst_audio_convert_fill_one_other):
8970         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
8971         (gst_audiorate_init), (gst_audiorate_chain):
8972         * gst/playback/gstplaybasebin.c: (setup_source):
8973         * gst/playback/test3.c: (update_scale):
8974         Some GCC4 fixes
8975         
8976         * po/af.po:
8977         * po/az.po:
8978         * po/cs.po:
8979         * po/en_GB.po:
8980         * po/hu.po:
8981         * po/it.po:
8982         * po/nb.po:
8983         * po/nl.po:
8984         * po/or.po:
8985         * po/sq.po:
8986         * po/sr.po:
8987         * po/sv.po:
8988         * po/uk.po:
8989         * po/vi.po: Foo
8990
8991 2005-05-05  Wim Taymans  <wim@fluendo.com>
8992
8993         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8994         (gst_audio_convert_caps_remove_format_info),
8995         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
8996         (gst_audio_convert_change_state), (gst_audio_convert_channels):
8997         * gst/videotestsrc/gstvideotestsrc.c:
8998         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
8999         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
9000         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
9001         (gst_videotestsrc_init), (gst_videotestsrc_loop):
9002         Don't ignore _push() return values.
9003         Make sure no processing is done when shutting down.
9004         Videotestsrc pad activation fix.
9005
9006 2005-05-05  Wim Taymans  <wim@fluendo.com>
9007
9008         * gst/adder/Makefile.am:
9009         * gst/adder/gstadder.c: (gst_adder_setcaps),
9010         (gst_adder_class_init), (gst_adder_init),
9011         (gst_adder_request_new_pad), (gst_adder_collected),
9012         (gst_adder_change_state):
9013         * gst/adder/gstadder.h:
9014         Ported adder as an example of a mixer element using
9015         collect pads. Needs more negotiation work.
9016
9017 2005-05-05  Wim Taymans  <wim@fluendo.com>
9018
9019         * ext/theora/theoradec.c: (_inc_granulepos),
9020         (theora_dec_src_event), (theora_dec_sink_event),
9021         (theora_handle_comment_packet), (theora_handle_type_packet),
9022         (theora_handle_header_packet), (theora_handle_data_packet),
9023         (theora_dec_chain):
9024         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
9025         (gst_theora_enc_init), (theora_enc_sink_setcaps),
9026         (theora_push_buffer), (theora_push_packet),
9027         (theora_enc_sink_event), (theora_enc_chain),
9028         (theora_enc_change_state), (theora_enc_set_property),
9029         (theora_enc_get_property):
9030         Added stream lock to decoder so that we can serialize
9031         the discont event.
9032         More theoraenc porting, recover from errors, do clean
9033         shutdown.
9034
9035 2005-05-05  Wim Taymans  <wim@fluendo.com>
9036
9037         * ext/ogg/Makefile.am:
9038         * ext/ogg/README:
9039         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9040         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
9041         (gst_ogg_print):
9042         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
9043         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
9044         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
9045         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
9046         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
9047         (gst_ogg_mux_change_state):
9048         Ported ogg muxer.
9049
9050 2005-05-05  Wim Taymans  <wim@fluendo.com>
9051
9052         * docs/design-audiosinks.txt:
9053         * gst-libs/gst/audio/TODO:
9054         * gst-libs/gst/audio/gstaudiosink.c:
9055         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9056         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9057         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9058         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9059         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9060         (gst_audiosink_create_ringbuffer):
9061         * gst-libs/gst/audio/gstbaseaudiosink.c:
9062         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9063         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9064         (gst_baseaudiosink_set_property), (build_linear_format),
9065         (debug_spec_caps), (debug_spec_buffer),
9066         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9067         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9068         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9069         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9070         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9071         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9072         (gst_ringbuffer_release), (gst_ringbuffer_play),
9073         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
9074         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
9075         (gst_ringbuffer_set_sample), (wait_segment),
9076         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
9077         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
9078         More work on the audiosink, mostly debugging and a race in
9079         shutdown.
9080
9081 2005-04-28  Wim Taymans  <wim@fluendo.com>
9082
9083         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9084         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
9085         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
9086         (vorbis_dec_src_query), (vorbis_dec_src_event),
9087         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
9088         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
9089         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
9090         Don't crap out when seeking back to position 0.
9091
9092 2005-04-28  Wim Taymans  <wim@fluendo.com>
9093
9094         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
9095         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
9096         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
9097         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
9098         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
9099         Make audio sink configurable, use alsasink as default.
9100
9101 2005-04-28  Wim Taymans  <wim@fluendo.com>
9102
9103         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9104         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
9105         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
9106         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
9107         (vorbis_dec_change_state):
9108         * ext/vorbis/vorbisdec.h:
9109         Refactor, use STREAM_LOCK.
9110
9111 2005-04-28  Wim Taymans  <wim@fluendo.com>
9112
9113         * ext/theora/theoradec.c: (_inc_granulepos),
9114         (theora_dec_sink_event), (theora_handle_comment_packet),
9115         (theora_handle_type_packet), (theora_handle_header_packet),
9116         (theora_handle_data_packet), (theora_dec_chain),
9117         (theora_dec_change_state):
9118         Refactor a bit, use STREAM_LOCK.
9119
9120 2005-04-28  Wim Taymans  <wim@fluendo.com>
9121
9122         * ext/alsa/Makefile.am:
9123         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
9124         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
9125         (gst_alsa_link), (gst_alsa_close_audio):
9126         * ext/alsa/gstalsaplugin.c: (plugin_init):
9127         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
9128         (gst_alsasink_dispose), (gst_alsasink_base_init),
9129         (gst_alsasink_class_init), (gst_alsasink_init),
9130         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
9131         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
9132         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
9133         (gst_alsasink_reset):
9134         * ext/alsa/gstalsasink.h:
9135         Implement alsasink with simple open/write/close API. 
9136         Make alsa dir build by disabling compilation of code.
9137
9138 2005-04-28  Wim Taymans  <wim@fluendo.com>
9139
9140         * gst-libs/gst/audio/Makefile.am:
9141         * gst-libs/gst/audio/audio.h:
9142         * gst-libs/gst/audio/audioclock.c:
9143         * gst-libs/gst/audio/audioclock.h:
9144         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
9145         (gst_audio_clock_class_init), (gst_audio_clock_init),
9146         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
9147         * gst-libs/gst/audio/gstaudioclock.h:
9148         * gst-libs/gst/audio/gstaudiosink.c:
9149         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9150         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9151         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9152         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9153         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9154         (gst_audiosink_create_ringbuffer):
9155         * gst-libs/gst/audio/gstbaseaudiosink.c:
9156         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9157         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9158         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
9159         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
9160         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9161         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9162         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9163         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9164         * gst-libs/gst/audio/gstbaseaudiosink.h:
9165         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9166         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
9167         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9168         (gst_ringbuffer_release), (gst_ringbuffer_play),
9169         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
9170         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
9171         (gst_ringbuffer_set_sample), (wait_segment),
9172         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
9173         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
9174         * gst-libs/gst/audio/gstringbuffer.h:
9175         Make ringbuffer faster and more simple by removing the locks
9176         in the playback thread.
9177         Add sample accurate playback based on buffer sample offsets.
9178         Make the baseaudiosink provide a clock.
9179         Parse caps in the base class.
9180         Correctly handle seeking, flushing and state changes.
9181
9182 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9183
9184         * configure.ac:
9185         * gst/audioconvert/Makefile.am:
9186         * gst/audioscale/Makefile.am:
9187           Fix part of the build.  Come on guys, autogen didn't even work :)
9188
9189 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9190
9191         * configure.ac:
9192         * gst-libs/gst/Makefile.am:
9193         * gst-libs/gst/media-info/.cvsignore:
9194         * gst-libs/gst/media-info/Makefile.am:
9195         * gst-libs/gst/media-info/README:
9196         * gst-libs/gst/media-info/media-info-priv.c:
9197         * gst-libs/gst/media-info/media-info-priv.h:
9198         * gst-libs/gst/media-info/media-info-test.c:
9199         * gst-libs/gst/media-info/media-info.c:
9200         * gst-libs/gst/media-info/media-info.h:
9201         * gst-libs/gst/media-info/media-info.vcproj:
9202         * pkgconfig/Makefile.am:
9203         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
9204         * pkgconfig/gstreamer-media-info.pc.in:
9205           Remove media-info, which is also successed by playbin (see Totem
9206           implementation).
9207
9208 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9209
9210         * configure.ac:
9211         * examples/Makefile.am:
9212         * examples/gstplay/.cvsignore:
9213         * examples/gstplay/Makefile.am:
9214         * examples/gstplay/player.c:
9215         * gst-libs/gst/Makefile.am:
9216         * gst-libs/gst/play/.cvsignore:
9217         * gst-libs/gst/play/Makefile.am:
9218         * gst-libs/gst/play/play.c:
9219         * gst-libs/gst/play/play.h:
9220         * gst-libs/gst/play/play.vcproj:
9221         * pkgconfig/Makefile.am:
9222         * pkgconfig/gstreamer-play-uninstalled.pc.in:
9223         * pkgconfig/gstreamer-play.pc.in:
9224           Remove libgstplay, playbin is now the official successor.
9225
9226 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9227
9228         * configure.ac:
9229         * gst-libs/gst/Makefile.am:
9230         * gst-libs/gst/xwindowlistener/Makefile.am:
9231         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9232         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
9233           Remove deprecated xwindowlistener (I've moved xwindowlistening
9234           in the v4l/v4l2 plugins over to serverside).
9235
9236 2005-04-25  David Schleef  <ds@schleef.org>
9237
9238         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
9239         to examples/dynparams.  Examples do not belong interspersed with
9240         source code.
9241         * examples/dynparams/demo-dparams.c:
9242         * gst/sine/Makefile.am:
9243         * gst/sine/demo-dparams.c:
9244
9245 2005-04-25  David Schleef  <ds@schleef.org>
9246
9247         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
9248         * gst-libs/gst/audio/Makefile.am:
9249         * gst-libs/gst/riff/Makefile.am:
9250         * gst-libs/gst/tag/Makefile.am:
9251         * gst-libs/gst/video/Makefile.am:
9252         * gst-libs/gst/xwindowlistener/Makefile.am:
9253
9254         Convert to 0.9 API, seems to work:
9255         * sys/ximage/Makefile.am:
9256         * sys/ximage/ximagesink.c:
9257
9258 2005-04-24  David Schleef  <ds@schleef.org>
9259
9260         Link plugins against libraries:
9261         * ext/alsa/Makefile.am:
9262         * gst/tcp/Makefile.am:
9263
9264         Remove asm code that should be in liboil
9265         * gst/videoscale/Makefile.am:
9266         * gst/videoscale/videoscale_x86_asm.s:
9267
9268         gettext wants these checked in:
9269         * po/af.po:
9270         * po/az.po:
9271         * po/cs.po:
9272         * po/en_GB.po:
9273         * po/hu.po:
9274         * po/it.po:
9275         * po/nb.po:
9276         * po/nl.po:
9277         * po/or.po:
9278         * po/sq.po:
9279         * po/sr.po:
9280         * po/sv.po:
9281         * po/uk.po:
9282         * po/vi.po:
9283
9284 2005-04-24  David Schleef  <ds@schleef.org>
9285
9286         Convert gst_main() to g_main_loop_run()
9287         * gst/playback/decodetest.c: (main):
9288         * gst/playback/test2.c: (main):
9289         * gst/playback/test3.c: (main):
9290         * gst/playback/test4.c: (main):
9291
9292         Link plugins against libraries:
9293         * ext/libvisual/Makefile.am:
9294         * sys/xvimage/Makefile.am:
9295
9296 2005-04-24  David Schleef  <ds@schleef.org>
9297
9298         * configure.ac: Remove idct and resample libs
9299         * gst-libs/gst/Makefile.am: same
9300
9301         Remove usage of gst_library_load():
9302         * ext/alsa/gstalsaplugin.c: (plugin_init):
9303         * ext/libvisual/visual.c: (plugin_init):
9304         * ext/ogg/gstogg.c: (plugin_init):
9305         * ext/theora/theora.c: (plugin_init):
9306         * ext/vorbis/vorbis.c: (plugin_init):
9307         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
9308         * gst/audioscale/gstaudioscale.c:
9309         * gst/adder/gstadder.c: (plugin_init):
9310         * gst/audioconvert/plugin.c: (plugin_init):
9311         * sys/ximage/ximagesink.c: (plugin_init):
9312         * sys/xvimage/xvimagesink.c: (plugin_init):
9313         * gst/tcp/gsttcpplugin.c: (plugin_init):
9314
9315         Link plugins against libraries:
9316         * ext/ogg/Makefile.am:
9317         * ext/theora/Makefile.am:
9318         * ext/vorbis/Makefile.am:
9319         * gst/audioconvert/Makefile.am:
9320
9321         Create proper libraries:
9322         * gst-libs/gst/riff/Makefile.am:
9323         * gst-libs/gst/audio/Makefile.am:
9324         * gst-libs/gst/video/Makefile.am:
9325
9326         Move resample library to audioscale plugin directory:
9327         * gst-libs/gst/resample/Makefile.am:
9328         * gst-libs/gst/resample/README:
9329         * gst-libs/gst/resample/dtof.c:
9330         * gst-libs/gst/resample/dtos.c:
9331         * gst-libs/gst/resample/functable.c:
9332         * gst-libs/gst/resample/private.h:
9333         * gst-libs/gst/resample/resample.c:
9334         * gst-libs/gst/resample/resample.h:
9335         * gst-libs/gst/resample/resample.vcproj:
9336         * gst-libs/gst/resample/test.c:
9337         * gst/audioscale/Makefile.am:
9338         * gst/audioscale/README:
9339         * gst/audioscale/dtof.c:
9340         * gst/audioscale/dtos.c:
9341         * gst/audioscale/functable.c:
9342         * gst/audioscale/private.h:
9343         * gst/audioscale/resample.c:
9344         * gst/audioscale/resample.h:
9345         * gst/audioscale/test.c:
9346
9347         Move tagedit library to gst-libs:
9348         * gst-libs/gst/tag/Makefile.am:
9349         * gst-libs/gst/tag/gstid3tag.c:
9350         * gst-libs/gst/tag/gsttagediting.c:
9351         * gst-libs/gst/tag/gsttageditingprivate.h:
9352         * gst-libs/gst/tag/gstvorbistag.c:
9353         * gst/tags/Makefile.am:
9354         * gst/tags/gstid3tag.c:
9355         * gst/tags/gstvorbistag.c:
9356
9357         Fix for core changes:
9358         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9359         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
9360         (gst_sinesrc_getrange):
9361
9362 2005-04-23  David Schleef  <ds@schleef.org>
9363
9364         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
9365         in gst-plugins in a long time, and properly belongs in liboil.
9366         * gst-libs/gst/idct/Makefile.am:
9367         * gst-libs/gst/idct/README:
9368         * gst-libs/gst/idct/dct.h:
9369         * gst-libs/gst/idct/doieee:
9370         * gst-libs/gst/idct/fastintidct.c:
9371         * gst-libs/gst/idct/floatidct.c:
9372         * gst-libs/gst/idct/idct.c:
9373         * gst-libs/gst/idct/idct.h:
9374         * gst-libs/gst/idct/idtc.vcproj:
9375         * gst-libs/gst/idct/ieeetest.c:
9376         * gst-libs/gst/idct/intidct.c:
9377
9378 2005-04-20  Wim Taymans  <wim@fluendo.com>
9379
9380         * docs/design-audiosinks.txt:
9381         * gst-libs/gst/audio/Makefile.am:
9382         * gst-libs/gst/audio/TODO:
9383         * gst-libs/gst/audio/gstaudiosink.c:
9384         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9385         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9386         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
9387         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9388         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9389         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
9390         (gst_audiosink_class_init), (gst_audiosink_init),
9391         (gst_audiosink_create_ringbuffer):
9392         * gst-libs/gst/audio/gstaudiosink.h:
9393         * gst-libs/gst/audio/gstbaseaudiosink.c:
9394         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
9395         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
9396         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
9397         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
9398         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
9399         (gst_baseaudiosink_create_ringbuffer),
9400         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9401         * gst-libs/gst/audio/gstbaseaudiosink.h:
9402         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9403         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
9404         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
9405         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9406         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
9407         (gst_ringbuffer_play), (gst_ringbuffer_pause),
9408         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
9409         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
9410         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
9411         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
9412         * gst-libs/gst/audio/gstringbuffer.h:
9413         An attempt at a set of audio base classes together with some
9414         design docs.
9415
9416 2005-04-20  Wim Taymans  <wim@fluendo.com>
9417
9418         * gst/audioconvert/Makefile.am:
9419         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9420         (gst_audio_convert_caps_remove_format_info),
9421         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
9422         (gst_audio_convert_channels):
9423         Link against audio libs.
9424         Fix audio convert plugin.
9425
9426 2005-04-20  Wim Taymans  <wim@fluendo.com>
9427
9428         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
9429         (gst_ogg_demux_sink_activate):
9430         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9431         (theora_set_header_on_caps), (theora_enc_sink_event),
9432         (theora_enc_chain):
9433         Fix theora encoder.
9434
9435 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9436
9437         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
9438         * gst/playback/gstdecodebin.c: (find_compatibles):
9439           Work with staticpadtemplates in elementfactories.
9440
9441 2005-04-12  Wim Taymans  <wim@fluendo.com>
9442
9443         * gst/playback/README:
9444         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9445         (compare_ranks), (print_feature), (gst_decode_bin_init),
9446         (dynamic_create), (dynamic_free), (find_compatibles),
9447         (mimetype_is_raw), (close_pad_link), (got_redirect),
9448         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9449         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
9450         (gst_decode_bin_change_state):
9451         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9452         (gst_play_base_bin_init), (group_destroy), (group_commit),
9453         (check_queue), (queue_overrun), (queue_threshold_reached),
9454         (queue_out_of_data), (gen_preroll_element), (unknown_type),
9455         (new_decoded_pad), (setup_subtitle), (gen_source_element),
9456         (got_redirect), (setup_source), (play_base_eos),
9457         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9458         (gst_play_base_bin_remove_element):
9459         * gst/playback/gstplaybasebin.h:
9460         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9461         (gst_play_bin_init), (gst_play_bin_dispose),
9462         (gst_play_bin_set_property), (gen_video_element),
9463         (gen_text_element), (gen_audio_element), (remove_sinks),
9464         (gst_play_bin_send_event):
9465         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
9466         (stream_info_change_state), (gst_stream_info_set_mute):
9467         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
9468         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
9469         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
9470         (gst_stream_selector_chain):
9471         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
9472         (main):
9473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
9474         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
9475         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9476         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
9477         Raw and crude port of decodebin. 
9478         Make playbin compile.
9479
9480 2005-04-06  Wim Taymans  <wim@fluendo.com>
9481
9482         * ext/gnomevfs/Makefile.am:
9483         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
9484         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9485         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
9486         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
9487         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
9488         (gst_gnomevfssrc_stop):
9489         * ext/ogg/Makefile.am:
9490         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
9491         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
9492         * ext/theora/Makefile.am:
9493         * ext/theora/theoradec.c: (_inc_granulepos),
9494         (theora_dec_sink_event), (theora_dec_chain):
9495         * ext/vorbis/Makefile.am:
9496         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9497         (vorbis_dec_sink_event), (vorbis_dec_chain):
9498         * gst-libs/gst/audio/Makefile.am:
9499         * sys/xvimage/Makefile.am:
9500         Make gnomevfssrc extend the source base class.
9501         Fix linking against libs in various plugins.
9502
9503 2005-04-06  Andy Wingo  <wingo@pobox.com>
9504
9505         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
9506         GST_BASE_LIBS.
9507
9508         * configure.ac: Add check and AC_SUBST for libgstbase.
9509
9510 2005-03-31  Wim Taymans  <wim@fluendo.com>
9511
9512         * examples/seeking/Makefile.am:
9513         * examples/seeking/cdparanoia.c: (main):
9514         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
9515         (play_cb), (pause_cb), (stop_cb), (main):
9516         * examples/seeking/playbin.c:
9517         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
9518         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
9519         (make_sid_pipeline), (make_vorbis_pipeline),
9520         (make_theora_pipeline), (make_vorbis_theora_pipeline),
9521         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
9522         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
9523         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
9524         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
9525         (stop_cb), (main):
9526         * examples/seeking/spider_seek.c:
9527         * examples/seeking/vorbisfile.c:
9528         * ext/gnomevfs/Makefile.am:
9529         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9530         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
9531         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9532         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
9533         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
9534         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
9535         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
9536         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
9537         * ext/ogg/README:
9538         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
9539         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
9540         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
9541         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
9542         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
9543         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
9544         (gst_ogg_pad_event), (gst_ogg_pad_reset),
9545         (gst_ogg_demux_factory_filter), (compare_ranks),
9546         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
9547         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
9548         (gst_ogg_chain_new), (gst_ogg_chain_free),
9549         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
9550         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
9551         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
9552         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
9553         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
9554         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
9555         (gst_ogg_demux_get_prev_page),
9556         (gst_ogg_demux_deactivate_current_chain),
9557         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9558         (gst_ogg_demux_bisect_forward_serialno),
9559         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9560         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
9561         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
9562         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
9563         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
9564         (gst_ogg_demux_change_state), (gst_ogg_print):
9565         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9566         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
9567         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
9568         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
9569         (gst_ogg_mux_loop):
9570         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9571         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
9572         (theora_dec_src_convert), (theora_dec_sink_convert),
9573         (theora_dec_src_query), (theora_dec_src_event),
9574         (theora_dec_sink_event), (theora_dec_chain),
9575         (theora_dec_change_state):
9576         * ext/theora/theoraenc.c: (gst_theora_enc_init),
9577         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
9578         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
9579         (theora_enc_change_state):
9580         * ext/vorbis/Makefile.am:
9581         * ext/vorbis/oggvorbisenc.c:
9582         * ext/vorbis/oggvorbisenc.h:
9583         * ext/vorbis/vorbis.c: (plugin_init):
9584         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
9585         (vorbis_dec_src_query), (vorbis_dec_src_event),
9586         (vorbis_dec_sink_event), (vorbis_dec_chain),
9587         (vorbis_dec_change_state):
9588         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
9589         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
9590         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
9591         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
9592         (gst_vorbisenc_change_state):
9593         * ext/vorbis/vorbisenc.h:
9594         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
9595         * gst-libs/gst/audio/audioclock.c:
9596         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
9597         (gst_audiofilter_init), (gst_audiofilter_chain):
9598         * gst-libs/gst/audio/testchannels.c: (main):
9599         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
9600         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
9601         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
9602         (gmip_find_track_streaminfo), (gmip_find_track_format):
9603         * gst-libs/gst/media-info/media-info.c:
9604         (gst_media_info_read_idler):
9605         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
9606         (gst_play_get_all_by_interface):
9607         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
9608         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
9609         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
9610         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
9611         (gst_riff_parse_info):
9612         * gst-libs/gst/riff/riff-read.h:
9613         * gst-libs/gst/riff/riff.c: (plugin_init):
9614         * gst-libs/gst/video/Makefile.am:
9615         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
9616         (gst_videosink_class_init), (gst_videosink_get_type):
9617         * gst-libs/gst/video/videosink.h:
9618         * gst/audioconvert/bufferframesconvert.c:
9619         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
9620         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
9621         * gst/audioconvert/channelmixtest.c: (main):
9622         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9623         (gst_audio_convert_chain),
9624         (gst_audio_convert_caps_remove_format_info),
9625         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
9626         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
9627         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
9628         (gst_audio_convert_buffer_to_default_format),
9629         (gst_audio_convert_buffer_from_default_format),
9630         (gst_audio_convert_channels):
9631         * gst/audioconvert/gstchannelmix.h:
9632         * gst/ffmpegcolorspace/avcodec.h:
9633         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9634         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9635         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
9636         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
9637         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
9638         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9639         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9640         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
9641         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9642         (dv_type_find):
9643         * gst/videotestsrc/gstvideotestsrc.c:
9644         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
9645         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
9646         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
9647         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
9648         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
9649         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
9650         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
9651         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
9652         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
9653         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
9654         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
9655         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9656         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
9657         (gst_xvimagesink_navigation_send_event),
9658         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
9659         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
9660         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
9661         * sys/xvimage/xvimagesink.h:
9662         Plugin port to 0.9, ogg/theora playback should work in the seek
9663         example now.
9664         Removed old examples.
9665         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
9666         explained in 0.9 TODO doc.
9667
9668
9669 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9670
9671         * autogen.sh:
9672         * configure.ac:
9673         * ext/Makefile.am:
9674         * gst/Makefile.am:
9675         * po/POTFILES.in:
9676         * po/af.po:
9677         * po/az.po:
9678         * po/cs.po:
9679         * po/en_GB.po:
9680         * po/hu.po:
9681         * po/it.po:
9682         * po/nb.po:
9683         * po/nl.po:
9684         * po/or.po:
9685         * po/sq.po:
9686         * po/sr.po:
9687         * po/sv.po:
9688         * po/uk.po:
9689         * po/vi.po:
9690         * sys/Makefile.am:
9691         * testsuite/Makefile.am:
9692           remove a whole bunch of plugins.  This module now contains a set
9693           of free reference plugins/elements as agreed.
9694
9695 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9696
9697         * configure.ac:
9698           hunting season on 0.9 is now OPEN
9699
9700 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9701
9702         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
9703           Kick the hell out of gcc for not warning me about a symbol conflict.
9704
9705 2005-02-22  Luca Ognibene  <luogni@tin.it>
9706
9707         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9708
9709         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
9710           Don't leak caps string (fixes #168134)
9711
9712         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
9713         (gst_jpegenc_init), (gst_jpegenc_finalize),
9714         (gst_jpegenc_change_state):
9715           Don't leak line buffers and context struct (fixes #168133).
9716
9717 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
9718
9719         * configure.ac:
9720         * ext/dirac/gstdiracdec.cc:
9721         (gst_diracdec_chain):
9722           Since dirac 0.5.0 the framerate in dirac is expressed as a
9723           rational number. Fix build and up requirement to 0.5.0, and
9724           also pass parameters to gst_diracdec_link in the right order
9725           (fixes #167959).
9726
9727 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
9728
9729         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
9730         * ext/faad/gstfaad.h:
9731         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
9732         certain invalid muxed streams, where some packets will contain 
9733         junk after decoder data. Partially fixes #149158.
9734
9735 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
9736         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
9737           Make sure we only write to writable buffers
9738
9739 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
9740
9741         * gst-libs/gst/riff/riff-media.c:
9742         (gst_riff_create_audio_caps_with_data):
9743           Do actually fix invalid RIFF fmt header values for alaw
9744           and mulaw audio instead of just saying so.
9745
9746         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9747           Give gst_riff_create_audio_caps_with_data() a chance to
9748           fix up broken format header fields before extracting any
9749           parameters from the header. (fixes #167633)
9750
9751 2005-02-19  Martin Holters  <martin.holters@gmx.de>
9752
9753         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9754
9755         * gst/audioconvert/bufferframesconvert.c:
9756         (buffer_frames_convert_link):
9757           Don't leak othercaps. (fixes #167878)
9758
9759 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
9760
9761         * configure.ac:
9762         * ext/libvisual/visual.c: (gst_visual_srclink),
9763         (gst_visual_change_state):
9764           Support libvisual 0.2.0.
9765
9766 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
9767
9768         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
9769         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
9770           Use same rowstrides for I420 as used everywhere else.
9771
9772 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
9773
9774         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
9775           Declare variables at beginning of block and make gcc-2.95 happy
9776           (fixes # 167482, patch by Gergely Nagy).
9777           
9778         * gst/tcp/gsttcpclientsrc.c:
9779         * gst/tcp/gsttcpclientsrc.h:
9780           Move some includes into the header, so that struct sockaddr_in is
9781           defined when it should be defined on FreeBSD as well (fixes
9782           #167483).
9783           
9784         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
9785           Don't pass uninitialised values to setsockopt() here either.
9786
9787 2005-02-17  Luca Ognibene  <luogni at tin dot it>
9788
9789         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9790
9791         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
9792           Don't pass uninitialised values to setsockopt(). (fixes #167704)
9793
9794 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9795
9796         * gst/playback/gstplaybin.c: (add_sink):
9797           Invert bin_add/link order to workaround deadlock in opt.
9798
9799 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9800
9801         * gst/modplug/gstmodplug.cc:
9802           Add missing break causing position queries to fail.
9803
9804 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9805
9806         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
9807           Granpos can apparently be -1, which screws up calculations...
9808
9809 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
9810
9811         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
9812         (gst_ximagesink_send_pending_navigation),
9813         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
9814         (gst_ximagesink_init):
9815         * sys/ximage/ximagesink.h:
9816         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
9817         (gst_xvimagesink_send_pending_navigation),
9818         (gst_xvimagesink_navigation_send_event),
9819         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
9820         * sys/xvimage/xvimagesink.h:
9821           Use a mutex protected list to marshal navigation
9822           events into the stream thread from whichever thread
9823           sends them.
9824
9825 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
9826
9827         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
9828           Display current position and track length; misc. clean-ups.
9829           
9830         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
9831         (speed_init), (speed_chain):
9832           Add query function, so that the stream length and current position
9833           get adjusted when queried (note that current position queries may
9834           still be wrong if the audio sink returns values based on buffer
9835           timestamps instead of passing on the query).
9836
9837 2005-02-13  Benjamin Otte  <otte@gnome.org>
9838
9839         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
9840         (gst_audio_convert_channels):
9841           create channel conversion matrix when linking
9842         * gst/audioconvert/.cvsignore:
9843         * gst/audioconvert/Makefile.am:
9844         * gst/audioconvert/channelmixtest.c: (main):
9845           add (ugly) test that ensures stereo <=> mono conversion works
9846           correctly
9847
9848 2005-02-13  Benjamin Otte  <otte@gnome.org>
9849
9850         * gst/audioconvert/gstchannelmix.h:
9851           include missing header file
9852         * gst/audioconvert/gstchannelmix.c:
9853         (gst_audio_convert_fill_compatible):
9854           use same sign for both channels when converting to/from compatible
9855           channel. Previously used different signs made the signals cancel
9856           each other out and appear like silence. (fixes #167269)
9857
9858 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9859
9860         * gst/ffmpegcolorspace/avcodec.h:
9861         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9862         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9863         (gst_ffmpegcsp_avpicture_fill):
9864         * gst/ffmpegcolorspace/imgconvert.c:
9865           Convert to and from YV12 (fixes #156379).
9866
9867 2005-02-12  Julien MOUTTE  <julien@moutte.net>
9868
9869         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
9870         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
9871         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
9872         (gst_ximagesink_expose), (gst_ximagesink_set_property),
9873         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
9874         methods from chain and negotiation and vice versa (Fixes #166142).
9875         * sys/ximage/ximagesink.h: Add stream_lock.
9876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9877         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9878         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9879         (gst_xvimagesink_expose): Check for xcontext before trying to link.
9880
9881 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9882
9883         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
9884           Don't send "Hey! You gave me a NULL pointer you naughty person" as
9885           error message when we can't open the DVD device (when dvdnav_open()
9886           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
9887           the above). Send something more useful instead (fixes #167117).
9888
9889 2005-02-11  Julien MOUTTE  <julien@moutte.net>
9890
9891         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9892         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
9893         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9894         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9895         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
9896         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
9897         methods from chain and negotiation and vice versa (Fixes #166142).
9898         Fix a possible bug of images in the buffer pool being discarded because
9899         we are looking at the wrong geometry.
9900         * sys/xvimage/xvimagesink.h: Add stream_lock.
9901
9902 2005-02-11  David Schleef  <ds@schleef.org>
9903
9904         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
9905         unsigned int. (fixes #167128)
9906
9907 2005-02-11  David Schleef  <ds@schleef.org>
9908
9909         * gst/librfb/Makefile.am: Testing stuff before committing is
9910           for wimps... and people with fast machines.  Fix stupid
9911           mistake.
9912
9913 2005-02-11  David Schleef  <ds@schleef.org>
9914
9915         * configure.ac: Pull in librfb from my CVS tree, because it is
9916           too small and annoying to be separate.  Move rfbsrc plugin
9917           to gst/.
9918         * ext/Makefile.am:
9919         * ext/librfb/Makefile.am:
9920         * ext/librfb/gstrfbsrc.c:
9921         * gst/librfb/Makefile.am:
9922         * gst/librfb/gstrfbsrc.c:
9923         * gst/librfb/rfb.c:
9924         * gst/librfb/rfb.h:
9925         * gst/librfb/rfbbuffer.c:
9926         * gst/librfb/rfbbuffer.h:
9927         * gst/librfb/rfbbytestream.c:
9928         * gst/librfb/rfbbytestream.h:
9929         * gst/librfb/rfbcontext.h:
9930         * gst/librfb/rfbdecoder.c:
9931         * gst/librfb/rfbdecoder.h:
9932         * gst/librfb/rfbutil.h:
9933
9934 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
9935
9936         * gst/speed/Makefile.am:
9937         * gst/speed/demo-mp3.c: (main):
9938         * gst/speed/filter.func:
9939         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
9940         (speed_class_init), (speed_init), (speed_chain_int16),
9941         (speed_chain_float32), (speed_chain), (speed_set_property),
9942         (speed_get_property), (speed_change_state):
9943         * gst/speed/gstspeed.h:
9944           Fix speed element and make it chain-based (fixes #156467),
9945           and make it handle more than one channel.
9946
9947 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
9948
9949         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
9950         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
9951         (gst_dtsdec_chain), (gst_dtsdec_change_state):
9952         * ext/dts/gstdtsdec.h:
9953           Don't clobber the stack constructing the channels array.
9954           Make the element chain-based. DTS tracks can now be played.
9955           
9956 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
9957
9958         * gst-libs/gst/audio/multichannel.h:
9959         * gst-libs/gst/gconf/gconf.h:
9960         * gst-libs/gst/idct/idct.h:
9961         * gst-libs/gst/media-info/media-info-priv.h:
9962         * gst-libs/gst/play/play.h:
9963         * gst-libs/gst/resample/private.h:
9964         * gst-libs/gst/resample/resample.h:
9965         * gst-libs/gst/riff/riff-ids.h:
9966         * gst-libs/gst/video/video.h:
9967         * gst-libs/gst/video/videosink.h:
9968           Add G_BEGIN_DECLS and G_END_DECLS around headers where
9969           missing, so that they work when included from C++ code.
9970
9971 2005-02-09  David Schleef  <ds@schleef.org>
9972
9973         * testsuite/gst-lint: Check for non-statically scoped
9974           parent_class variables.  This won't be a problem once
9975           plugins are loaded with RTLD_LOCAL.
9976
9977 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9978
9979         * ext/mplex/gstmplexibitstream.cc:
9980           gcc madness.
9981
9982 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9983
9984         * ext/ogg/gstogmparse.c:
9985         * gst/debug/gstnavigationtest.c:
9986           Die, thou faulty symbol pollutors (non-static parent_class).
9987
9988 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9989
9990         * ext/mplex/gstmplexibitstream.cc:
9991           Fix event handling (#165525).
9992
9993 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9994
9995         * ext/mikmod/gstmikmod.c:
9996         * gst/modplug/gstmodplug.cc:
9997           Add missing endianness to template (fixes #165509).
9998
9999 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10000
10001         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
10002           Fix wrong order of reading of optional bytes (#165290).
10003
10004 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10005
10006         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10007           Implement FILLER event awareness.
10008
10009 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10010
10011         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
10012           Fix track calculations (#166208).
10013
10014 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
10015
10016         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10017
10018         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
10019         * ext/libpng/gstpngenc.c:
10020           Fix byte-order, use proper fixed caps. Fixes #164197.
10021
10022 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10023
10024         * configure.ac:
10025           Add dvdlpcmdec 
10026
10027         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
10028         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
10029           Don't push buffers if the src pad isn't negotiated yet.
10030           
10031         * gst/audioconvert/gstaudioconvert.c:
10032         (gst_audio_convert_buffer_to_default_format),
10033         (gst_audio_convert_buffer_from_default_format):
10034           Add support for 24-bit width.
10035
10036         * gst/dvdlpcmdec/.cvsignore:
10037         * gst/dvdlpcmdec/Makefile.am:
10038         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
10039         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
10040         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
10041         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
10042         (plugin_init):
10043         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
10044           New decoder for rearranging DVD LPCM into our audio/x-raw-int
10045           format. Needs support for the channels maps if someone can find 
10046           a DVD LPCM track with > 2 channels.
10047
10048         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
10049         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
10050         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
10051         * gst/mpegstream/gstdvddemux.h:
10052         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
10053         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
10054         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
10055         * gst/mpegstream/gstmpegdemux.h:
10056         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
10057         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
10058         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
10059         (gst_mpeg_parse_handle_src_query),
10060         (gst_mpeg_parse_handle_src_event):
10061           Use audio/x-dvd-lpcm for LPCM output.
10062           Add DTS output.
10063
10064 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
10065
10066         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10067
10068         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
10069         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
10070           Add BGRA handling (#165736).
10071
10072 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
10073
10074         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10075
10076         * gst/law/alaw-decode.c: (alawdec_link):
10077         * gst/law/alaw-encode.c: (alawenc_link):
10078         * gst/law/mulaw-decode.c: (mulawdec_link):
10079         * gst/law/mulaw-encode.c: (mulawenc_link):
10080           Fix caps memleaks (#166600).
10081
10082 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
10083
10084         * ext/tarkin/mem.h:
10085         * ext/tarkin/wavelet.h:
10086         * ext/tarkin/yuv.h:
10087         * gst/ffmpegcolorspace/avcodec.h:
10088           Include "_stdint.h" instead of <stdint.h>. Fixes build on
10089           systems that don't have stdint.h, like Solaris9 (fixes #166631).
10090
10091 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10092
10093         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
10094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
10095         (gst_xvimagesink_change_state):
10096           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
10097           Xv video (and thereby regenerate Xv colourkey) in clear() so
10098           that PLAY -> READY -> PLAY works (fixes #162504).
10099
10100 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10101
10102         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
10103           Switch to list instead of range, since MJPEG-devices really just
10104           support decimations, not any size.
10105
10106 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10107         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
10108         (gst_mpeg2dec_reset), (free_all_buffers),
10109         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
10110         * ext/mpeg2dec/gstmpeg2dec.h:
10111           The libmpeg2 user-allocated buffer management is awkward, 
10112           to say the least. Hopefully this fixes things.
10113
10114 2005-02-04  Andy Wingo  <wingo@pobox.com>
10115
10116         * gst/audioconvert/bufferframesconvert.c
10117         (buffer_frames_convert_fixate): New function, fixates to 256
10118         frames per buffer by default. (Much better than 1.)
10119         (buffer_frames_convert_init): Set the fixate function for both src
10120         and sink pad.
10121         (buffer_frames_convert_link): After success setting nonfixed caps,
10122         get the negotiated caps so we can know how many buffer-frames it
10123         will be. No idea how this worked at all before.
10124
10125 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10126
10127         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
10128         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
10129         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
10130         (handle_sequence), (handle_picture):
10131         * ext/mpeg2dec/gstmpeg2dec.h:
10132           Rearrange buffer tracking and refcounting and refactor
10133           a little for readability. 
10134
10135 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
10136         * sys/v4l/gstv4l.c: (plugin_init):
10137         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
10138         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
10139         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
10140         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
10141         * sys/v4l/gstv4ljpegsrc.h:
10142         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
10143         * sys/v4l/v4l_calls.h:
10144         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
10145         (gst_v4lsrc_get_fps):
10146         * sys/v4l/v4lsrc_calls.h:
10147           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
10148           you jpeg inside rgb frames" driver.
10149           Don't error in the v4lsrc link function, just return 
10150           REFUSED.
10151
10152 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10153
10154         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
10155         (gst_qcamsrc_open):
10156           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
10157
10158 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10159
10160         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
10161           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
10162
10163 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10164
10165         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
10166           Reset negotiated state on PAUSED->READY.
10167
10168 2005-02-02  David Schleef  <ds@schleef.org>
10169
10170         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
10171         whereever possible.  (Fixes #165997)
10172         * examples/capsfilter/capsfilter1.c: (main):
10173         * examples/dynparams/filter.c: (create_ui):
10174         * examples/seeking/cdparanoia.c: (get_track_info), (main):
10175         * examples/seeking/chained.c: (main):
10176         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
10177         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
10178         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
10179         (make_mpeg_pipeline), (make_mpegnt_pipeline):
10180         * examples/seeking/spider_seek.c: (make_spider_pipeline):
10181         * examples/switch/switcher.c: (main):
10182         * ext/dv/demo-play.c: (main):
10183         * ext/faad/gstfaad.c: (gst_faad_change_state):
10184         * ext/mad/gstmad.c: (gst_mad_chain):
10185         * ext/smoothwave/demo-osssrc.c: (main):
10186         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
10187         (gst_gconf_render_bin_from_description),
10188         (gst_gconf_get_default_audio_sink),
10189         (gst_gconf_get_default_video_sink),
10190         (gst_gconf_get_default_audio_src),
10191         (gst_gconf_get_default_video_src),
10192         (gst_gconf_get_default_visualization_element):
10193         * gst/level/demo.c: (main):
10194         * gst/level/plot.c: (main):
10195         * gst/playback/gstplaybin.c: (gen_video_element),
10196         (gen_audio_element):
10197         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
10198         * gst/playondemand/demo-mp3.c: (setup_pipeline):
10199         * gst/sine/demo-dparams.c: (main):
10200         * gst/spectrum/demo-osssrc.c: (main):
10201         * gst/speed/demo-mp3.c: (main):
10202         * gst/volume/demo.c: (main):
10203         * testsuite/embed/embed.c: (main):
10204
10205 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
10206
10207         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
10208         (gst_tcpclientsink_finalize):
10209         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
10210         (gst_tcpclientsrc_finalize):
10211         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
10212         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
10213         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
10214         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
10215           Don't leak the hostname when shutting down.
10216           In tcpserversrc, take a copy of the default hostname.
10217
10218 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10219
10220         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
10221           Set caps to systemstream=TRUE.
10222
10223 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10224
10225         * testsuite/Makefile.am:
10226           Fix more OSX buildbots.
10227
10228 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
10229
10230         * ext/mpeg2dec/gstmpeg2dec.c:
10231           Don't send things to NULL PAD_PEERs
10232
10233         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
10234           Copy-on-write the incoming buffer.
10235
10236         * gst/mpegstream/gstdvddemux.h:
10237         * gst/mpegstream/gstmpegclock.h:
10238         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
10239         (normal_seek), (gst_mpeg_demux_handle_src_event):
10240         * gst/mpegstream/gstmpegdemux.h:
10241         * gst/mpegstream/gstmpegpacketize.h:
10242         * gst/mpegstream/gstmpegparse.c:
10243         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
10244         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
10245         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
10246         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
10247         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
10248         * gst/mpegstream/gstmpegparse.h:
10249         * gst/mpegstream/gstrfc2250enc.h:
10250           Various changes to the way time is computed that make seeking and
10251           total time estimation much better here.
10252           Use G_BEGIN/END_DECLS instead of __cplusplus
10253
10254         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
10255           Use gst_buffer_stamp instead of only copying the TIMESTAMP
10256
10257 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10258
10259         * gst/subparse/gstsubparse.c:
10260           Fix OSX buildbot.
10261
10262 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
10263
10264         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
10265         (theora_enc_chain), (theora_enc_change_state):
10266         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10267         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
10268         (gst_vorbisenc_change_state):
10269         * ext/vorbis/vorbisenc.h:
10270           Set granulepos and timestamp correctly for streams not
10271           starting at 0, taking into account the initial delay.
10272
10273 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
10274
10275         * gst/mpegstream/gstdvddemux.c:
10276           Add audio/x-dts to audio pad template caps
10277
10278 2005-01-30  David Schleef  <ds@schleef.org>
10279
10280         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
10281         (create_context), (gst_polypsink_link): Fix silly endianness
10282         bug.  Add some debugging.  Remove float from caps; it doesn't
10283         work.  Attempt to get remote audio working.
10284
10285 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10286
10287         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
10288           Add 3IV2 fourcc.
10289
10290 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10291
10292         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
10293         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
10294         (gst_avi_demux_stream_data):
10295         * gst/avi/gstavidemux.h:
10296           Invert DIB images. Fixes #132341.
10297
10298 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10299
10300         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10301         (gst_ffmpegcsp_chain):
10302           D'oh, reference the palette data, not the palette structure.
10303           Fixes color distortion in #132341.
10304
10305 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10306
10307         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10308           PAR can be non-fixed when not provided as argument (#162626).
10309
10310 2005-01-29  David Moore  <dcm@acm.org>
10311
10312         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10313
10314         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10315         (gst_qtdemux_loop_header):
10316           Re-apply patch from #142272 that allows non-seekable sources,
10317           re-proposed by Daniel Drake <dsd@gentoo.org>.
10318
10319 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10320
10321         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
10322           Use the src template for creating the src pad (#162330).
10323
10324 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10325
10326         * configure.ac:
10327         * ext/musepack/Makefile.am:
10328         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
10329         (gst_musepackdec_init), (gst_musepackdec_dispose),
10330         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
10331         (gst_musepack_stream_init), (gst_musepackdec_loop),
10332         (gst_musepackdec_change_state):
10333         * ext/musepack/gstmusepackdec.cpp:
10334         * ext/musepack/gstmusepackdec.h:
10335         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
10336         (gst_musepack_reader_read), (gst_musepack_reader_seek),
10337         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
10338         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
10339         * ext/musepack/gstmusepackreader.cpp:
10340         * ext/musepack/gstmusepackreader.h:
10341           Update to 1.1 API (#165446).
10342
10343 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10344
10345         * ext/Makefile.am:
10346           Unbreak buildbot.
10347
10348 2005-01-28  Andy Wingo  <wingo@pobox.com>
10349
10350         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
10351         to reflect a different dubious internet source. Add a reference
10352         and some commentary.
10353
10354 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10355
10356         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10357         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
10358         * gst/playback/gststreamselector.h:
10359           Be more selective when we're redoing caps negotiation from
10360           within the chain function on a stream change.
10361
10362 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10363
10364         * configure.ac:
10365         * ext/Makefile.am:
10366         * ext/amrnb/Makefile.am:
10367         * ext/amrnb/amrnb.c: (plugin_init):
10368         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
10369         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
10370         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
10371         (gst_amrnbdec_state_change):
10372         * ext/amrnb/amrnbdec.h:
10373         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
10374         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
10375         (gst_amrnbparse_init), (gst_amrnbparse_formats),
10376         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
10377         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
10378         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
10379         * ext/amrnb/amrnbparse.h:
10380           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
10381         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10382           Add AMR-NB/-WB raw formats.
10383         * ext/alsa/gstalsa.c: (gst_alsa_link):
10384           Keep valid time when changing format.
10385         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10386         (qtdemux_parse_trak):
10387           Add some more format-specific options (#140141, #143555, #155163).
10388
10389 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10390
10391         * gst/matroska/matroska-demux.c:
10392         (gst_matroska_demux_parse_blockgroup):
10393           Fix logic error in timing of subtitle stream synchronization.
10394         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10395           Add skip-chunk, which is found in kodak-camera streams.
10396
10397 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10398
10399         * po/LINGUAS:
10400         * po/vi.po:
10401           Adding Vietnamese translation (submitted by Clytie Siddall)
10402
10403 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10404
10405         * gst/playback/gstdecodebin.c: (try_to_link_1):
10406           Use realpad for signal.
10407
10408 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10409
10410         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
10411           Fix category so decodebin picks it up.
10412
10413 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10414
10415         * ext/mad/Makefile.am:
10416         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
10417         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
10418         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
10419         (found_type), (gst_id3demux_bin_change_state):
10420         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
10421         (gst_id3_tag_init), (gst_id3_tag_handle_event),
10422         (gst_id3_tag_src_link), (gst_id3_tag_chain),
10423         (gst_id3_tag_change_state), (plugin_init):
10424         * ext/mad/gstmad.h:
10425           Add id3demuxbin (which is a simple bin consisting of id3demux
10426           and typefind), take over rank from id3demux, remove typefind
10427           code from id3demux. Makes all broken mp3s that I know of work,
10428           and thereby fixes #152688.
10429
10430 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
10431
10432         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10433
10434         * ext/mad/gstmad.c: (gst_mad_src_event):
10435         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10436           Allow seeks on audio pad, make mad forward those (#164826).
10437         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10438           Set duration (#165335).
10439
10440 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10441
10442         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
10443         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
10444         (gst_asf_demux_process_ext_content_desc),
10445         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
10446         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
10447         * gst/asfdemux/gstasfdemux.h:
10448           Improve metadata display, e.g. if the metadata comes before the
10449           streams are loaded (which is perfectly valid).
10450
10451 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10452
10453         * tools/gst-launch-ext-m.m:
10454           Fix AVI/ASF pipelines (#165340).
10455
10456 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
10457         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
10458         build failure on amd64
10459
10460 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
10461
10462         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
10463         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
10464           Check environment variables GST_ID3V2_TAG_ENCODING,
10465           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
10466           list of character encodings to force interpretation of non-unicode
10467           strings stored in an ID3v2 tag to a particular encoding. If none
10468           is specified, try to use current locale's encoding, then fall back
10469           to ISO-8859-1 (which will always succeed). (Resolves #149274)
10470         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
10471         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
10472           Check environment variables GST_ID3V1_TAG_ENCODING,
10473           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
10474           list of character encodings to use in case a string encountered
10475           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
10476           specified, try to use the current locale's encoding, then fall
10477           back to ISO-8859-1 (which will always succeed).
10478
10479 2005-01-25  Benjamin Otte  <otte@gnome.org>
10480
10481         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10482           - on half framerate, compute the rate in advance so the comparisons
10483             don't compare wrong values
10484           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
10485             behaviour
10486           - don't use mad_header_decode anymore, mad_frame_decode does that
10487             automatically
10488           - when getting rid of consumed bytes, reset the stream's skiplen
10489           (fixes #163867)
10490
10491 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
10492
10493         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
10494           Use 1/2 a second for default max_discont, as PES streams from DVB
10495           seem to have larger spacings in the SCR. 
10496           Fix a typo.
10497
10498 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10499
10500         * gst/playback/gstplaybasebin.c: (group_commit):
10501           Notify delayed stream-info availability.
10502
10503 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
10504         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
10505         (gst_a52dec_handle_event), (gst_a52dec_chain):
10506         Add some debug output. Check that a discont has a valid
10507         time associated.
10508         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
10509         (gst_alsa_sink_loop):
10510         Ignore TAG events. A little extra debug for broken timestamps.
10511         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
10512         (dvdnavsrc_change_state):
10513         Ensure we send a discont to engage the link before we send any
10514         other events.
10515         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
10516         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
10517         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
10518         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
10519         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
10520         dvd://title works in totem because typefinding sends a seek that ends
10521         up going back to chapter 1 regardless.
10522         * ext/mpeg2dec/gstmpeg2dec.c:
10523         * ext/mpeg2dec/gstmpeg2dec.h:
10524         Output correct timestamps and handle disconts.
10525         * ext/ogg/gstoggdemux.c: (get_relative):
10526         Small guard against a null dereference.
10527         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
10528         (gst_textoverlay_set_property):
10529         Free memory when done. Don't call gst_event_filler_get_duration on
10530         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
10531         g_warning.
10532         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
10533         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
10534         (gst_sw_srclink), (gst_smoothwave_chain):
10535         Draw solid lines, prettier colours.
10536         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
10537         Add a default palette that'll work for some movies.
10538         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
10539         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
10540         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
10541         * gst/mpegstream/gstdvddemux.h:
10542         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
10543         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
10544         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
10545         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
10546         * gst/mpegstream/gstmpegparse.h:
10547         Use PTM/NAV events when for timestamp adjustment when connected to 
10548         dvdnavsrc. Don't use many discont events where one suffices.
10549         * gst/playback/gstplaybasebin.c: (group_destroy),
10550         (gen_preroll_element), (gst_play_base_bin_add_element):
10551         * gst/playback/gstplaybasebin.h:
10552         Make sure we remove subtitles from the same bin we put them in.
10553         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
10554         (gst_subparse_buffer_format_autodetect),
10555         (gst_subparse_change_state):
10556         Fix some memleaks and invalid accesses.
10557         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
10558         (oggskel_type_find), (cmml_type_find), (plugin_init):
10559         Some typefind functions for Annodex v3.0 files
10560         * gst/wavparse/gstwavparse.h:
10561         GstRiffReadClass is the correct parent class.
10562
10563 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10564
10565         * gst-libs/gst/riff/riff-media.c:
10566         (gst_riff_create_video_caps_with_data):
10567           Add extradata to huffyuv (fixes #165013).
10568         * gst-libs/gst/riff/riff-read.c:
10569         (gst_riff_read_strf_vids_with_data):
10570           Fix extradata extraction if it is in the chunk size.
10571
10572 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
10573
10574         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10575
10576         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
10577         (gst_quarktv_change_state), (gst_quarktv_dispose):
10578           Memory free'ing location fix (#164708).
10579
10580 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10581
10582         * gst/playback/gstplaybasebin.c: (group_commit),
10583         (gen_preroll_element), (probe_triggered), (gen_source_element),
10584         (setup_source), (gst_play_base_bin_change_state),
10585         (gst_play_base_bin_add_element):
10586           Don't block for streams.
10587         * gst/playback/gststreaminfo.c: (stream_info_change_state),
10588         (gst_stream_info_set_mute):
10589           Use gst_pad_set_active_recursive.
10590
10591 2005-01-25  Andy Wingo  <wingo@pobox.com>
10592
10593         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
10594         for #ifndef HAVE_XVIDEO.
10595
10596 2005-01-24  Jeffrey C. Ollie
10597
10598         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
10599
10600         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
10601         * ext/gsm/gstgsmdec.h:
10602         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
10603         * ext/gsm/gstgsmenc.h:
10604         Fix rate to 8kHz as per spec, removes obscure errors when no rate
10605         was given by property. Add proper buffer timestamps and offsets.
10606
10607 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10608
10609         * gst-libs/gst/riff/riff-media.c:
10610         (gst_riff_create_audio_caps_with_data):
10611           Audio can be <8000Hz.
10612
10613 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10614
10615         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10616           Explicit state change to workaround refcount bugs.
10617
10618 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10619
10620         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
10621         (gst_avimux_riff_get_avi_header):
10622           Fix...
10623
10624 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10625
10626         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
10627         (gst_riff_read_element_data):
10628         * gst-libs/gst/riff/riff-read.h:
10629           Add _peek version (req'ed in CDXA).
10630         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
10631         (gst_cdxaparse_loop):
10632           Fix parsing in playbin.
10633         * gst/playback/gstdecodebin.c: (close_pad_link):
10634           Ignore current_ pads, they cause major annoyance.
10635
10636 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10637
10638         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10639           Safety guard.
10640
10641 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10642
10643         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
10644           Fix padding...
10645
10646 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10647
10648         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
10649           Allow for 0-sized buffers. Fixes length query problems in
10650           starwars.mkv from the testsuite.
10651
10652 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
10653
10654         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
10655         (gst_video_box_i420), (gst_video_box_chain):
10656           Fix row strides for I420 (fixes #163159)
10657           
10658 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10659
10660         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10661           MPEG2 has a useful rate property, so we can actually use that.
10662           For MPEG-1, continue using the bytes/time properties.
10663
10664 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10665
10666         * gst-libs/gst/riff/riff-media.c:
10667         (gst_riff_create_video_caps_with_data),
10668         (gst_riff_create_video_template_caps):
10669           Add intel-h263.
10670
10671 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10672
10673         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10674           Fail if caps negotiation fails. Should fix #162184, and should
10675           definately be in there regardless of it fixing the actual bug.
10676         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
10677         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
10678         (gst_avimux_riff_get_avix_header),
10679         (gst_avimux_riff_get_video_header),
10680         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
10681         (gst_avimux_start_file), (gst_avimux_handle_event),
10682         (gst_avimux_change_state):
10683         * gst/avi/gstavimux.h:
10684           Refactor structure writing to use GST_WRITE_UINT macros, add
10685           metadata writing support.
10686
10687 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10688
10689         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
10690           Elements may already be destroyed when this function is called.
10691
10692 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10693
10694         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10695         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
10696           More memory leak fixes (#149162).
10697
10698 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10699
10700         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10701         (gst_qtdemux_add_stream):
10702           Fix two memleaks.
10703
10704 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10705
10706         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10707           Argh...
10708
10709 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10710
10711         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10712           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
10713           when fixating to six channels in Totem.
10714
10715 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10716
10717         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
10718           Fix compile warnings on Solaris 10 buildbot
10719
10720 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10721
10722         * ext/dvdread/dvdreadsrc.c: (_read):
10723           Don't read beyond the last cell in a chapter (fixes 
10724           invalid memory access)
10725
10726 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10727
10728         * ext/dvdread/stream_labels.c:
10729         (dvdreadsrc_get_audio_stream_labels):
10730           Use NULL for an empty GList instead of g_list_alloc(); fix 
10731           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
10732           of GString (easier to bulk free later)
10733
10734 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10735
10736         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10737
10738         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10739         (gst_ffmpeg_pixfmt_to_caps):
10740           Fix BGRA32 caps (#164209).
10741
10742 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10743
10744         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10745
10746         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10747         (gst_ffmpeg_caps_to_pixfmt):
10748           alpha_mask can be RGBA/ABGR. Fixes #164265.
10749
10750 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
10751
10752         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10753
10754         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
10755         (gst_mpeg2dec_alloc_buffer):
10756         * ext/mpeg2dec/gstmpeg2dec.h:
10757           Crop if decoding size is not the actual image size (#163676).
10758
10759 2005-01-17  Steve Baker  <steve@stevebaker.org>
10760
10761         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10762
10763         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
10764         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
10765           Add libsndfile typefind functions (#163309).
10766
10767 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10768
10769         * tools/gst-launch-ext-m.m:
10770           Add .aac, fix .m1v/.m2v (#163891).
10771
10772 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10773
10774         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
10775           Sanity check, don't wait endlessly since the clock might not
10776           actually run at this point (which is a deadlock). Fixes #164069.
10777
10778 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10779
10780         * gst/playback/gstplaybasebin.c: (probe_triggered):
10781           Of course, only pause if group is done...
10782
10783 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10784
10785         * gst/playback/gstplaybasebin.c: (probe_triggered):
10786           Thread safety.
10787
10788 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
10789
10790         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
10791           Don't return state change success when the parent
10792           failed.
10793
10794 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10795
10796         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
10797           Free events (fix memleak in #162905).
10798
10799 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
10800
10801         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10802
10803         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10804         (gst_ffmpeg_caps_to_pixfmt):
10805           Fix for depth = 15. Fixes #161675.
10806
10807 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10808
10809         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10810           Set FPS correctly, even for webcams and the like.
10811         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
10812           Don error on setting while capturing.
10813
10814 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10815
10816         * ext/dv/gstdvdec.c:
10817         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10818         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10819           I'm a bad boy. using /1001. to force C to do float division
10820           and not integer division (as it did in my last commit)
10821           Thanks to David I. Lehn for pointing this mistake.
10822
10823 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10824
10825         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10826           Revert Johan??s 1.35->1.36 since it breaks compat.
10827
10828 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10829
10830         * ext/dv/gstdvdec.c:
10831         * ext/libfame/gstlibfame.c:
10832         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10833         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10834           replace framerate aproximations by their real value
10835           (24000/1001, 30000/1001, 60000/1001)
10836           Finish fixing bug #164049
10837
10838 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10839
10840         * ext/ogg/gstoggmux.c:
10841           eos/bos debugging
10842         * gst/tcp/gstmultifdsink.c:
10843         * gst/tcp/gstmultifdsink.h:
10844         * gst/tcp/gsttcp.c:
10845         * gst/tcp/gsttcp.h:
10846         * gst/tcp/gsttcpclientsink.c:
10847         * gst/tcp/gsttcpclientsrc.c:
10848         * gst/tcp/gsttcpserversink.c:
10849         * gst/tcp/gsttcpserversrc.c:
10850           improve reusability of elements after state changes and errors
10851           make multifdsink throw away streamheaders when receiving new ones
10852
10853 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10854
10855         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10856           Fix for if items are already in list...
10857
10858 2005-01-12  Benjamin Otte  <otte@gnome.org>
10859
10860         * gst/adder/gstadder.c: (gst_adder_loop):
10861           fix adder a bit so it doesn't screw up with events as much anymore
10862
10863 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
10864
10865         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
10866         (pixbufscale_scale), (gst_pixbufscale_chain):
10867         * ext/gdk_pixbuf/pixbufscale.h:
10868           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
10869           to ensure rowstrides are calculated the same way as 
10870           ffmpegcolorspace
10871           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
10872           that we pick up duration and offset also.
10873
10874 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10875
10876         * gst/avi/gstavimux.c: (gst_avimux_class_init),
10877         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
10878           Reusability fixes.
10879
10880 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10881
10882         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
10883         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
10884         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
10885         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
10886           Update flags when requested.
10887
10888 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10889
10890         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10891           Fix dmix.
10892
10893 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10894
10895         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10896         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
10897         (probe_triggered), (new_decoded_pad), (gen_source_element),
10898         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
10899         * gst/playback/gstplaybasebin.h:
10900         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10901         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
10902         (gst_play_bin_change_state):
10903           Implement group-switch signal for use in apps to clear metadata
10904           cache, clean up subtitle, add suburi property instead of # hack,
10905           some error-out fixes.
10906
10907 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10908
10909         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10910           Debug.
10911         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
10912           If we got a state change in the _get handler, don't return success.
10913
10914 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10915
10916         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
10917         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
10918           Make jpegdec quiet on MJPEG decoding
10919         * gst/asfdemux/README:
10920           Fix mimetypes for MJPEG and H263
10921
10922 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10923
10924         * ext/theora/theoradec.c: (theora_dec_chain):
10925           Fix broken code generation by gcc by swapping arguments.
10926         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10927           Fix \n in debug.
10928
10929 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10930
10931         * TODO:
10932           delete this file, it is by far outdated
10933         * ext/alsa/gstalsa.1: remove
10934         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
10935         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
10936         (gst_alsa_get_caps):
10937           Add HW probing for supported sample rates. Fixes #161704
10938
10939 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10940
10941         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10942           Don't crash, biatch! :).
10943
10944 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10945
10946         * ext/musepack/gstmusepackreader.cpp:
10947         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
10948           Some work on tags - still doesn't work in playbin...
10949         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10950           Handle events...
10951
10952 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10953
10954         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
10955           Also shove tags on kid pads.
10956
10957 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10958
10959         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
10960           Don't bail on unknown events.
10961         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10962           Don't crash on events before negotiation.
10963         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10964           Send tags on pads, too.
10965         * gst/playback/gststreamselector.c:
10966         (gst_stream_selector_request_new_pad):
10967           Forward events on first pad if no input was selected yet.
10968
10969 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10970
10971         * gst/playback/gstplaybasebin.c: (setup_substreams):
10972           Don't disable streamtype if the stream doesn't exist, since
10973           then playing a video after audio will disable both and nothing
10974           will happen. Fixes the testsuite.
10975
10976 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10977
10978         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
10979         (gst_v4l_xoverlay_set_xwindow_id):
10980         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
10981         (gst_v4l2_xoverlay_set_xwindow_id):
10982           Add debug categories, fix overlay disabling.
10983
10984 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10985
10986         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
10987         * ext/alsa/gstalsa.h:
10988           Add HW probing for period_count/size and buffer_size MIX/MAX
10989           Adjust default/user defined value if out of bounds
10990           Should fix bug #162024
10991
10992 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10993
10994         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
10995           Fix warning (#161191).
10996
10997 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10998
10999         * ext/dvdread/stream_labels.c:
11000         (dvdreadsrc_get_audio_stream_labels):
11001           Fix warning (init the good variable in switch default)
11002
11003 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
11004
11005         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11006
11007         * gst/tta/gstttaparse.c: (gst_tta_src_event):
11008           Fix gcc-2.95 compile (#163485).
11009
11010 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11011
11012         * configure.ac:
11013         * ext/flac/gstflacenc.c: (gst_flacenc_init),
11014         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
11015         (gst_flacenc_tell_callback), (gst_flacenc_chain),
11016         (gst_flacenc_change_state):
11017         * ext/flac/gstflacenc.h:
11018           Update for API change in flac-1.1.1. Update requirement in
11019           configure.ac. Fixes #162974.
11020
11021 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11022
11023         * gst/playback/gstplaybasebin.c: (group_destroy):
11024           Remove hack to get rid of assert and get rid of unlinked
11025           signals properly.
11026
11027 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11028
11029         * gst/playback/gstplaybasebin.c: (setup_source):
11030           Set source to NULL so that resources are free'ed. Fixes issues
11031           with playback of CDDA and similar device-accessing things.
11032
11033 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11034
11035         * testsuite/embed/Makefile.am:
11036           test->noinst, fix make test in buildbot.
11037
11038 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11039
11040         * ext/dvdread/stream_labels.c: new file
11041         * ext/dvdread/stream_labels.h: new file
11042         * ext/dvdread/Makefile.am:
11043         * ext/dvdread/dvdreadsrc.c: (_seek_title):
11044           Extract audio stream label from DVD IFO files.
11045           It only dump them on the console for now, still have to
11046           make playbin aware of them.
11047
11048 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11049
11050         * gst/playback/gstplaybasebin.c: (setup_source):
11051           Fix hanging subs.
11052
11053 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11054
11055         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11056         (gen_preroll_element), (remove_groups), (setup_subtitle),
11057         (gen_source_element), (setup_source):
11058         * gst/playback/gstplaybasebin.h:
11059           Multiple .sub files is just a stupid idea... Fix some threading
11060           mistakes. Interestingly, external .sub files cause playbin to
11061           hang, I don't know why... Parsing fixes contributed by Fran??ois
11062           Kooman <fkooman@tuxed.net>.
11063
11064 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11065
11066         * testsuite/embed/Makefile.am:
11067           Fix buildbot.
11068
11069 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
11070
11071         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11072
11073         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
11074         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
11075         (gst_pngenc_set_property):
11076         * ext/libpng/gstpngenc.h:
11077           Add compression level property (#163323).
11078
11079 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11080
11081         * configure.ac:
11082         * examples/capsfilter/capsfilter1.c: (main):
11083         * examples/seeking/spider_seek.c: (make_spider_pipeline):
11084         * ext/dvdread/Makefile.am:
11085         * ext/dvdread/demo-play:
11086         * ext/dvdread/demo-play.c:
11087         * gconf/gstreamer.schemas.in:
11088         * gst-libs/gst/gconf/gconf.c:
11089         * sys/v4l/TODO:
11090         * testsuite/Makefile.am:
11091         * testsuite/embed/Makefile.am:
11092         * testsuite/embed/embed.c: (cb_expose), (main):
11093           Remove all references to xvideosink, fix examples (#140845).
11094         * gst/playback/gstplaybasebin.c: (group_destroy):
11095           Apparently, disposal does not unlink - so do explicitely.
11096         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11097           Add debug.
11098
11099 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
11100
11101         * README: fix PKG_CONFIG_PATH instructions, what was there
11102         previously was breaking default search path, not nice. 
11103         Fixes #163358
11104
11105 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11106
11107         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
11108         (gst_audioscale_chain):
11109           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
11110           when resampling - how the ^@$^!@^! is this possible?!?
11111
11112 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11113
11114         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
11115           Reset variables on READY.
11116         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
11117         (gst_matroska_mux_loop):
11118           Require data before writing header.
11119
11120 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
11121
11122         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11123
11124         * ext/mad/gstmad.c: (gst_mad_chain):
11125           Don't call mad_stream_sync() directly after recovering sync.
11126           Fixes #151661.
11127
11128 2005-01-09  Martin Eikermann  <meiker@upb.de>
11129
11130         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11131
11132         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
11133         (snapshot_handler), (gst_snapshot_sinkconnect),
11134         (gst_snapshot_chain):
11135           Allocate resources when required, fix recursive signal emission
11136           and fix caps. Fixes #161667.
11137
11138 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
11139
11140         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11141
11142         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
11143         (gst_pngdec_chain):
11144           Handle only 8-bppc (bits-per-pixel-component) images, better
11145           error handling and correct strides. Fixes #163177.
11146         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
11147         (gst_pngenc_chain):
11148           Better error handling. Fixes #163348.
11149
11150 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11151
11152         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
11153         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
11154         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
11155         (dvdnavsrc_uri_handler_init):
11156           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
11157         * gst/playback/gstplaybasebin.c: (gen_source_element):
11158           Add MMS to streaming URIs.
11159
11160 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11161
11162         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
11163         * sys/xvimage/xvimagesink.c:
11164         (gst_xvimagesink_navigation_send_event):
11165           Check for pad availability before sending event.
11166
11167 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11168
11169         * gst-plugins.spec.in:
11170           Add subparse.
11171
11172 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11173
11174         * configure.ac:
11175           Since we use functions from CVS, up requirement.
11176
11177 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11178
11179         * gst/playback/Makefile.am:
11180         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11181         (group_destroy), (group_commit), (group_is_muted),
11182         (gen_preroll_element), (add_stream), (unknown_type),
11183         (probe_triggered), (preroll_unlinked), (mute_stream),
11184         (silence_stream), (new_decoded_pad), (setup_substreams),
11185         (setup_source), (get_active_source), (mute_group_type),
11186         (muted_group_change_state), (set_active_source),
11187         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
11188         (play_base_eos), (gst_play_base_bin_change_state):
11189         * gst/playback/gstplaybasebin.h:
11190         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
11191         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
11192         (gst_stream_info_dispose), (stream_info_mute_pad),
11193         (stream_info_change_state), (gst_stream_info_set_mute):
11194         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
11195         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
11196         (gst_stream_selector_init), (gst_stream_selector_dispose),
11197         (gst_stream_selector_get_linked_pad),
11198         (gst_stream_selector_get_caps), (gst_stream_selector_link),
11199         (gst_stream_selector_get_linked_pads),
11200         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
11201         * gst/playback/gststreamselector.h:
11202           Adding stream selection support plus required properties for
11203           applications to use this. Fully fixes #100931.
11204
11205 2005-01-08  Benjamin Otte  <otte@gnome.org>
11206
11207         * gst/games/gstpuzzle.c: (nav_event_handler):
11208           - handle nav events differently: forward every event no matter if it
11209             was handled or not.
11210           - translate events
11211           You can now cheat by using navigationtest ! puzzle and moving the
11212           mouse close to the edge of a tile. ;)
11213
11214 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11215
11216         * configure.ac:
11217         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
11218         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
11219         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
11220         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
11221         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
11222         (gst_ogm_parse_plugin_init):
11223         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
11224         (gst_textoverlay_link), (gst_textoverlay_getcaps),
11225         (gst_textoverlay_event), (gst_textoverlay_video_chain),
11226         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
11227         * ext/pango/gsttextoverlay.h:
11228         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11229         (gst_matroska_demux_handle_seek_event),
11230         (gst_matroska_demux_sync_streams),
11231         (gst_matroska_demux_parse_blockgroup),
11232         (gst_matroska_demux_subtitle_caps),
11233         (gst_matroska_demux_plugin_init):
11234         * gst/matroska/matroska-ids.h:
11235         * gst/playback/gstdecodebin.c: (close_pad_link):
11236         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11237         (gen_preroll_element), (remove_groups), (add_stream),
11238         (new_decoded_pad), (setup_subtitles), (gen_source_element),
11239         (setup_source):
11240         * gst/playback/gstplaybasebin.h:
11241         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
11242         * gst/subparse/Makefile.am:
11243         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
11244         (gst_subparse_base_init), (gst_subparse_class_init),
11245         (gst_subparse_init), (gst_subparse_formats),
11246         (gst_subparse_eventmask), (gst_subparse_event),
11247         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
11248         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
11249         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
11250         (parse_mpsub_deinit), (parse_mpsub_init),
11251         (gst_subparse_buffer_format_autodetect),
11252         (gst_subparse_format_autodetect), (gst_subparse_loop),
11253         (gst_subparse_change_state), (gst_subparse_type_find),
11254         (plugin_init):
11255         * gst/subparse/gstsubparse.h:
11256         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
11257         (plugin_init):
11258           Add subtitle support, .sub parser (supports SRT and MPsub),
11259           OGM text support, Matroska UTF-8 text support, deadlock fixes
11260           all over the place, subtitle awareness in decodebin/playbin
11261           and some fixes to textoverlay to handle subtitles in a stream
11262           correctly. Fixes #100931.
11263
11264 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11265
11266         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11267           Check for pad availability before doing a query on it.
11268
11269 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11270
11271         * ext/dv/gstdvdec.c:
11272           really fix bpp24/32 dvdec caps (classic rgba indeed)
11273         * gst/asfdemux/gstasfdemux.c:
11274         (gst_asf_demux_process_ext_content_desc):
11275           don't send text tags if they are empty (bis repetita)
11276
11277 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11278
11279         * ext/dv/gstdvdec.c:
11280          remove unneeded comment from dvdec
11281           (related to DV 4CC codes in AVI files)
11282           moved them in gstreamer/docs/random/mimetypes
11283         * gst/asfdemux/gstasfdemux.c:
11284         (gst_asf_demux_process_ext_content_desc):
11285          don't send text tags if they are empty
11286          fix mem leak on error path
11287         * gst/ffmpegcolorspace/avcodec.h:
11288         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11289         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11290         (gst_ffmpegcsp_avpicture_fill):
11291         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
11292         * gst/ffmpegcolorspace/imgconvert_template.h:
11293          adds BGR32 and BGRA32 to ffmpegcolorspace
11294           (still bad colors, fixing it on next commit)
11295           helps with dvdec outputing BGR32
11296
11297 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11298
11299         * ext/dv/gstdvdec.c:
11300          Fix audio caps i just broke (missing ',')
11301         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
11302         (gst_matroska_mux_reset):
11303          Fix typo + add FIXME about old "x-gst-metadata" crap
11304
11305 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11306
11307         * ext/dv/demo-play.c: (main):
11308          xvideosink -> xvimagesink
11309         * ext/dv/gstdvdec.c:
11310          change rgb 32/32 caps to 24/32 (no alpha)
11311          change nb of channels to be a list (2 or 4, not 2)
11312          change sample rate to be a list (32, 44.1, 48 kHz) not a range
11313         * gst/asfdemux/gstasfdemux.c:
11314         (gst_asf_demux_process_ext_content_desc):
11315          Add 'date/year' to extracted metadata list
11316
11317 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11318
11319         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
11320           The return value of fixate_to does not imply that the requested
11321           value was set, so don't assume.
11322
11323 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
11324
11325         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11326
11327         * ext/libpng/gstpngdec.c:
11328         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
11329         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
11330         * ext/libpng/gstpngenc.h:
11331           Alpha support (encoder; #163161), mime fixage.
11332
11333 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
11334
11335         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11336
11337         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
11338         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
11339         (gst_faac_set_property), (gst_faac_get_property):
11340         * ext/faac/gstfaac.h:
11341           Allow for ADTS output (#153434).
11342
11343 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11344
11345         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
11346           Fix against template (#150576).
11347
11348 2005-01-06  Benjamin Otte  <otte@gnome.org>
11349
11350         * gst/games/gstpuzzle.c: (draw_puzzle):
11351           don't draw a puzzle if either width or height of tiles would be 0.
11352
11353 2005-01-06  Benjamin Otte  <otte@gnome.org>
11354
11355         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
11356         (gst_puzzle_class_init), (gst_puzzle_finalize):
11357           no memleaks, please
11358         (gst_puzzle_create), (gst_puzzle_init),
11359         (gst_puzzle_set_property), (gst_puzzle_setup):
11360           change initialization code around so we don't reshuffle on resize
11361         (draw_puzzle):
11362           fix another stupid typo
11363
11364 2005-01-06  Benjamin Otte  <otte@gnome.org>
11365
11366         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
11367           fix stupid typo that borked copying on YUY2
11368
11369 2005-01-06  Benjamin Otte  <otte@gnome.org>
11370
11371         * gst/games/gstpuzzle.c: (draw_puzzle):
11372           fix edges when image sizes aren't multiples of tile sizes
11373
11374 2005-01-06  Benjamin Otte  <otte@gnome.org>
11375
11376         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
11377           make RGB endianness work correctly
11378         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
11379           refactor and fix race with initial shuffling
11380         (nav_event_handler):
11381           allow using the mouse to puzzle
11382         (draw_puzzle):
11383           insist on tiles having width and height as multiples of 4 to get
11384           clean YUV image handling
11385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11386         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
11387           s/DEBUG/LOG/ for common messages
11388         (gst_xvimagesink_navigation_send_event):
11389           fix mouse event translation to not include screen PAR
11390         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
11391           fix mouse event translation to actually work
11392
11393 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11394
11395         * gst/asfdemux/gstasfdemux.c:
11396         (gst_asf_demux_process_ext_content_desc):
11397          Extract TrackNumber metadata + clean up code
11398         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
11399          Hope this is the good fix (var used unitialised)
11400
11401 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11402
11403         * ext/faad/gstfaad.c: (gst_faad_chain):
11404           Only increment timestamp if it's valid. Fixes raw AAC streams.
11405
11406 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11407
11408         * configure.ac:
11409         * gst/games/Makefile.am:
11410         * gst/games/gstpuzzle.c:
11411           add a puzzle game with...
11412         * gst/games/gstvideoimage.c:
11413         * gst/games/gstvideoimage.h:
11414           ... full colorspace support (that includes YUV9 and RGB16)) stolen
11415           from videotestsrc and made into something that would be a nice
11416           library for a lot of other plugins.
11417
11418 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11419
11420         * configure.ac:
11421          don't compile faad plugin if a RC of 2.0 is found
11422          Fixes #155346 (and FC1 buildbot)
11423         * gst/asfdemux/gstasfdemux.c:
11424         (gst_asf_demux_process_ext_content_desc):
11425          try to make Solaris compiler happier
11426
11427 2005-01-06  Paul Jack  <pjack@sfaf.org>
11428
11429         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11430
11431         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
11432           Fix segfault (#161667).
11433
11434 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11435
11436         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
11437           Fix framerate reporting.
11438
11439 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11440
11441         * gst-libs/gst/riff/riff-ids.h:
11442         * gst/wavenc/riff.h:
11443          Add AMR (VBR and CBR) ids to riff.h audio codec list
11444         * gst/asfdemux/gstasfdemux.c:
11445         (gst_asf_demux_process_ext_content_desc),
11446         (gst_asf_demux_process_object):
11447           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
11448
11449 2005-01-05  Martin Eikermann  <meiker@upb.de>
11450
11451         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11452
11453         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11454         (gst_dvd_demux_handle_discont):
11455         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
11456         (gst_mpeg_demux_handle_discont):
11457           Recreate pads on new-media (#160730).
11458         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
11459           Send discont even if manager changes timestamps (#161929).
11460
11461 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
11462
11463         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11464
11465         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
11466           Fix invalid memory access (#159211).
11467
11468 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11469
11470         * examples/gstplay/player.c: (main):
11471           Don't iterate.
11472         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
11473           Add visualizations.
11474         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
11475         (gst_a52dec_handle_frame):
11476           Set duration.
11477         * ext/dvdnav/gst-dvd:
11478           Add audioconvert. Fixes #161325.
11479         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
11480           Explicitely case to gint64. Possible valgrind error.
11481         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
11482         (gst_play_tick_callback), (gst_play_change_state),
11483         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
11484         (gst_play_set_location), (gst_play_get_location),
11485         (gst_play_seek_to_time), (gst_play_set_data_src),
11486         (gst_play_set_video_sink), (gst_play_set_audio_sink),
11487         (gst_play_set_visualization), (gst_play_connect_visualization),
11488         (gst_play_get_framerate), (gst_play_get_all_by_interface),
11489         (gst_play_new):
11490           Use playbin. Fixes #139749 and #147744.
11491         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
11492           Add genre tag.
11493         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
11494         (audioscale_get_type), (gst_audioscale_base_init),
11495         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
11496         (gst_audioscale_getcaps), (gst_audioscale_fixate),
11497         (gst_audioscale_link), (gst_audioscale_get_buffer),
11498         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
11499         (gst_audioscale_init), (gst_audioscale_dispose),
11500         (gst_audioscale_chain), (gst_audioscale_set_property),
11501         (gst_audioscale_get_property), (plugin_init):
11502           Indent properly.
11503         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
11504           Fix LPCM.
11505         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
11506         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
11507         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
11508           Add more metadata (fixes #162656).
11509
11510 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11511
11512         * configure.ac:
11513           back to cvs
11514
11515 === release 0.8.7 ===
11516
11517 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11518
11519         * NEWS:
11520         * RELEASE:
11521         * configure.ac:
11522           releasing 0.8.7, "Hyperspace"
11523
11524 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11525
11526         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11527
11528         * gst/playback/gstplaybasebin.c:
11529          Fix for #162924 - free caps after use, not before
11530
11531 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11532
11533         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11534
11535         * gst/playback/gstplaybasebin.c:
11536         * gst/wavparse/gstwavparse.c:
11537           Fix for #154773 - fixes playback of small .wav files
11538
11539 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11540
11541         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11542
11543         * gst/audioscale/gstaudioscale.c:
11544           Fix for #162819 - make audioscale reusable
11545           Fixes playback of more than one file with playbin/totem
11546
11547 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11548
11549         * gst/ffmpegcolorspace/avcodec.h:
11550         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11551         * gst/ffmpegcolorspace/imgconvert.c:
11552           clean up the mess that made me cry and avoid needless duplication
11553
11554 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11555
11556         * gst/ffmpegcolorspace/imgconvert.c:
11557           give some indication of why we're segfaulting
11558
11559 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11560
11561         * configure.ac:
11562           Fix indentation, fix v4l2 plugin detection.
11563         * ext/Makefile.am:
11564           Fix libmms location (Maciej, use diff -u!).
11565         * ext/alsa/gstalsa.c: (gst_alsa_init):
11566           Initialize caps cache to NULL.
11567         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
11568           Only change state on audiosink if it exists.
11569
11570 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
11571
11572         * gst/matroska/matroska-demux.c:
11573         * gst/matroska/matroska-ids.h:
11574         * gst/matroska/matroska-demux.h:
11575         Fix Vorbis streams failing to decode in some files, where cluster_time
11576         isn't 0, because then it doesn't send codec_priv before actual data.
11577         Remove time-based test and replace it with marker set on beginning of
11578         new stream
11579
11580 2004-12-28  David Schleef  <ds@schleef.org>
11581
11582         Merge patch from Ronald fixing problems with streaming
11583         text.
11584         * ext/cairo/gstcairo.c: (plugin_init):
11585         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11586         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11587         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11588         (gst_textoverlay_font_init), (gst_textoverlay_init),
11589         (gst_textoverlay_set_property):
11590         * ext/cairo/gsttextoverlay.h:
11591
11592 2004-12-27  David Schleef  <ds@schleef.org>
11593
11594         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11595         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11596         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11597         (gst_textoverlay_font_init), (gst_textoverlay_init),
11598         (gst_textoverlay_set_property): Improvements to actually
11599         render text as white on black outline on video, including
11600         font selection and horizontal/vertical alignment.  (Ronald's
11601         christmas present)
11602         * ext/cairo/gsttextoverlay.h:
11603
11604 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11605
11606         * ext/ogg/gstogg.c:
11607         * ext/ogg/gstogmparse.c:
11608           fix ogm[audio/video]parse plugin registration
11609           (riff won't load if bytestream is already loaded)
11610
11611 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11612
11613         * gst/audioconvert/gstchannelmix.c:
11614           fix for GLIB < 2.4
11615
11616 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11617
11618         * Makefile.am:
11619         * configure.ac:
11620           disable docs again until it actually passes make distcheck.
11621
11622 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11623
11624         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
11625         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
11626         (plugin_init):
11627           Add 3GP (variables name Q3GP because they can't start with a
11628           number). Add samr audio fourcc (used in .3gp files), decoder
11629           is work in progress. Also do a GST_WARNING instead of ERROR
11630           in case of unknown nodes, to decrease output.
11631
11632 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11633
11634         * Makefile.am:
11635           really fix dist
11636
11637 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11638
11639         * configure.ac:
11640         * ext/speex/gstspeexdec.h:
11641         * ext/speex/gstspeexenc.h:
11642           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
11643           Fix detection code in configure.ac
11644
11645 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11646
11647         * gst/matroska/matroska-demux.c:
11648         (gst_matroska_demux_parse_blockgroup):
11649           Save position, so that queries give proper return values. Don't
11650           know how this could ever have worked before...
11651
11652 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11653
11654         * configure.ac:
11655           Put additional LAME check inside the conditional.  Fixes #152339
11656
11657 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11658
11659         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11660         (gst_avi_demux_stream_scan):
11661           Add some more debug. Fix logic error when setting movi offset
11662           while reading index.
11663
11664 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11665
11666         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11667         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
11668         (gst_avi_demux_process_next_entry):
11669           Add some debugging. Better detection of broken indexes and the
11670           accompanying index recovery. No infinite loops on state changes
11671           when we're still in our loopfunction.
11672
11673 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11674
11675         * configure.ac:
11676           Fix up.
11677
11678 2004-12-22  Archana Shah  <archana.shah@wipro.com>
11679
11680         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11681
11682         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
11683           Normalizing the value before setting
11684         (gst_sunaudiomixer_get_volume):
11685           Normalizing the value after getting. Fixes bug# 161980
11686
11687 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11688
11689         * Makefile.am: Make sure docs gets disted
11690         * docs/Makefile.am: Make sure all needed files get disted
11691         * gst-plugins.spec.in: latest updates
11692
11693 2004-12-22  Wim Taymans  <wim@fluendo.com>
11694
11695         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11696         Revert patch 1.38 as clock distribution over schedulers does
11697         not work correcly in the core yet.
11698
11699 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11700
11701         * sys/oss/README: remove this file, which predates my birth
11702           (and which content is by far outdated)
11703
11704 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
11705
11706         * Makefile.am:
11707         * configure.ac:
11708         * docs/Makefile.am:
11709         * docs/libs/Makefile.am:
11710         * docs/libs/gst-plugins-libs-docs.sgml:
11711         * docs/libs/gst-plugins-libs-sections.txt:
11712         * docs/libs/tmpl/gstgconf.sgml:
11713         * docs/upload.mak:
11714         * docs/version.entities.in:
11715           Added boilerplate gtk-doc files for plugin-libs documentation.
11716
11717 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11718
11719         * gst/auparse/gstauparse.c: fix int and float audio caps
11720
11721 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11722
11723         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11724         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
11725           g_assert() can be a macro, don't use #ifdef inside it.
11726
11727 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
11728
11729         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11730
11731         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11732         (gst_videorate_init), (gst_videorate_chain),
11733         (gst_videorate_change_state):
11734           Event handling (fixes #159986).
11735
11736 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11737
11738         * gst-libs/gst/riff/riff-media.c:
11739         (gst_riff_create_video_caps_with_data):
11740           Add BLZ0 (Blizzard's version of DivX) fourcc.
11741
11742 2004-12-18  David Schleef  <ds@schleef.org>
11743
11744         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
11745         portability fix.
11746
11747 2004-12-18  David Schleef  <ds@schleef.org>
11748
11749         * gst/tta/ttadec.h: Disable some header code that isn't used
11750         and clearly isn't portable.
11751
11752 2004-12-18  David Schleef  <ds@schleef.org>
11753
11754         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
11755         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11756         (avcodec_get_pix_fmt), (avpicture_layout),
11757         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
11758         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
11759         Fix code to not use GCC extensions (and c99 extensions that
11760         Forte does not like.)
11761
11762 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11763
11764         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11765
11766         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
11767         (gst_deinterlace_chain):
11768           Rowstride fixes. Fixes #161039.
11769         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
11770         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
11771         (gst_video_crop_getcaps), (gst_video_crop_link),
11772         (gst_video_crop_i420), (gst_video_crop_chain),
11773         (gst_video_crop_change_state):
11774           Rework of negotiation. Actually works now. Fixes #158650.
11775
11776 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11777
11778         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
11779           That was very stupid.
11780
11781 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11782
11783         * gst/matroska/matroska-demux.c:
11784         (gst_matroska_demux_parse_blockgroup):
11785           Fix possible crasher.
11786
11787 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11788
11789         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
11790         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
11791           Lace sizes can be zero.
11792
11793 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11794
11795         * ext/musepack/gstmusepackdec.cpp:
11796           Fetch error return values. Fixes #161624.
11797         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
11798           Really EOS.
11799
11800 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11801
11802         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
11803           Work for truncated (unfinished download etc.) files. Fixes #160514.
11804
11805 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11806
11807         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11808           Fix for integer overflow. Makes #156001 not crash. Probably masks
11809           the real bug.
11810
11811 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11812
11813         * gst/ac3parse/gstac3parse.c: (plugin_init):
11814           Parsers never have ranks. Fixes #159651.
11815
11816 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11817
11818         * gst/playback/gstdecodebin.c: (compare_ranks):
11819           make sure the facotries are ordered the same every time even if they
11820           have the same rank by using the name
11821         * gst/playback/gstdecodebin.c: (find_compatibles):
11822           make sure we don't add factories to the list twice
11823
11824 2004-12-16  David Schleef  <ds@schleef.org>
11825
11826         * configure.ac: look for musepack headers as musepack/*.h
11827         (fixes #159847)
11828         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
11829         * ext/musepack/gstmusepackreader.h: same
11830
11831 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11832
11833         * gst-libs/gst/riff/riff-read.c:
11834         (gst_riff_read_strf_auds_with_data):
11835           Read extradata correctly (fixes #155879).
11836
11837 2004-12-16  David Schleef  <ds@schleef.org>
11838
11839         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
11840         audio.  does _not_ attempt or allow conversion unless channels
11841         is 1 or 2.
11842
11843 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11844
11845         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
11846
11847 2004-12-16  David Schleef  <ds@schleef.org>
11848
11849         * gst/audioscale/gstaudioscale.c: the resample library only
11850         handles 1 or 2 channels.  Change caps to compensate.
11851
11852 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11853
11854         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
11855         (gst_matroska_demux_audio_caps):
11856           Some MPEG-AAC hacks, because else it doesn't work...
11857
11858 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11859
11860         * gst-libs/gst/riff/riff-media.c:
11861         (gst_riff_create_video_caps_with_data),
11862         (gst_riff_create_video_template_caps):
11863           Add h264.
11864
11865 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11866
11867         * gst-libs/gst/audio/Makefile.am:
11868           Try to fix buildbot.
11869
11870 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11871
11872         * gst/tcp/gstmultifdsink.c:
11873           Clean up and uniformize debugging.
11874
11875 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
11876
11877         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11878
11879         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11880         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
11881         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
11882         (gst_mpeg_demux_change_state):
11883           Reset on ready. Fixes 160276.
11884
11885 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11886
11887         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11888
11889         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11890         (gst_ffmpegcsp_pad_link):
11891           Fix memleak (#154815).
11892
11893 2004-12-16  James Bowes  <bowes@cs.dal.ca>
11894
11895         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11896
11897         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
11898         (gst_musicbrainz_init), (gst_musicbrainz_chain),
11899         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
11900         * ext/musicbrainz/gsttrm.h:
11901           Add support for using a proxy server when getting a trm id from
11902           the MusicBrainz database (#149613).
11903
11904 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
11905
11906         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11907
11908         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
11909         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11910           Fix memleaks (#157233).
11911
11912 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11913
11914         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11915
11916         * gst-libs/gst/resample/resample.c: (gst_resample_close):
11917         * gst-libs/gst/resample/resample.h:
11918         * gst/audioscale/gstaudioscale.c:
11919           Fix memleak (#159215).
11920
11921 2004-12-16  Toni Willberg  <toniw@iki.fi>
11922
11923         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11924
11925         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
11926         * sys/oss/oss_probe.c: (main):
11927           Check for mono/stereo support (similar to samplerate probing),
11928           fixes #159433. Also add missing copyright header to oss_probe.c.
11929
11930 2004-12-15  David Schleef  <ds@schleef.org>
11931
11932         * configure.ac: add audioresample and cairo plugins.  Remove
11933         HAVE_MMX stuff, because it's not used.
11934         * ext/Makefile.am: same
11935         * ext/audioresample/Makefile.am: You are not ready for an
11936         audio resampling element based on audioresample.
11937         * ext/audioresample/gstaudioresample.c:
11938         * ext/audioresample/gstaudioresample.h:
11939         * ext/cairo/Makefile.am: You are not ready for overlay elements
11940         based on cairo.  Don't look too closely, these elements kinda
11941         suck right now.
11942         * ext/cairo/gstcairo.c: new
11943         * ext/cairo/gsttextoverlay.c: new
11944         * ext/cairo/gsttextoverlay.h: new
11945         * ext/cairo/gsttimeoverlay.c: new
11946         * ext/cairo/gsttimeoverlay.h: new
11947         * gst-libs/gst/media-info/media-info-priv.h: fix compile
11948         problem with compilers that don't support variadic macros.
11949
11950 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
11951
11952         Reviewed by:  David Schleef  <ds@schleef.org>
11953
11954         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
11955         Bala, registering sunaudiosrc (oops!), and cleaning up code a
11956         bit.  Also ran indent-gst.
11957         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
11958         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
11959         (gst_sunaudiosrc_setparams):
11960
11961 2004-12-14  David Schleef  <ds@schleef.org>
11962
11963         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
11964         output rate to 16000.  Should fix #160235.
11965
11966 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11967
11968         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11969         Add typefinding for mpeg2 pes streams
11970
11971 2004-12-13  David Schleef  <ds@schleef.org>
11972
11973         * configure.ac:  Applied patch from bug #143659, making default
11974         sources and sinks OS-dependent (for Solaris), and added code
11975         for OS/X.
11976         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
11977
11978 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11979
11980         * gst-libs/gst/riff/riff-media.c:
11981           forgot to add h2.64 to avidemux template caps
11982
11983 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11984
11985         * gst/wavenc/riff.h:
11986         * gst-libs/gst/riff/riff-media.c:
11987         * gst-libs/gst/riff/riff-ids.h:
11988         * gst/avi/gstavimux.c
11989         add 4CC code for VideoSoft h264 in AVI (VSSH)
11990           fixes bug #160655
11991         remove s323 from riff, it's quicktime specific :(
11992
11993 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11994
11995         * gst/asfdemux/README
11996         * gst/wavenc/riff.h
11997         * gst-libs/gst/riff/riff-ids.h
11998         * gst-libs/gst/riff/riff-media.c
11999         * gst/qtdemux/qtdemux.c:
12000           add new 4CC codes for h263 related codecs
12001           fixes partially bug #155163
12002
12003 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
12004
12005         * configure.ac: Update polyaudio requirement to 0.7
12006         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
12007
12008 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12009
12010         * gst/interleave/deinterleave.c:
12011         fix my name's spelling! :)
12012
12013 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12014
12015         * AUTHORS ChangeLog
12016         * gst/auparse/gstauparse.c
12017         * gst/interleave/deinterleave.c
12018         * gst/law/:
12019                 alaw-decode.c alaw-encode.c
12020                 mulaw-decode.c mulaw-encode.c
12021         * gst/oneton/gstoneton.c
12022         * sys/osxaudio/:
12023                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
12024         * sys/osxvideo/:
12025                 cocoawindow.h cocoawindow.m
12026                 osxvideosink.h osxvideosink.m
12027
12028         put the same mail address for Zaheer Abbas Merali everywhere
12029
12030 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12031
12032         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
12033           Align by packetsize, and assert that we a packet available before
12034           playing. The first makes webstreams work (they often include
12035           trailing padding data in a packet), the second allows pausing a
12036           ASF stream in totem without getting demux errors afterwards.
12037
12038 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12039
12040         * ext/ogg/gstoggdemux.c: (get_relative):
12041           Check for non-NULL before accessing member (end-of-chain).
12042
12043 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12044
12045         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12046         (cdparanoia_set_property), (cdparanoia_get_property):
12047         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
12048         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
12049         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12050         (dvdreadsrc_init), (dvdreadsrc_set_property),
12051         (dvdreadsrc_get_property):
12052         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
12053         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
12054           Synchronize property names where not yet the case. Devices are
12055           now device=X, other versions are deprecated (but still exist).
12056           Also use g_free() unconditionally.
12057         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12058         (setup_source), (gst_play_base_bin_get_property):
12059           Expose source.
12060
12061 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12062
12063         * configure.ac: move GCONF macro outside conditional for the am
12064           conditional. Fixes #160439
12065
12066 2004-12-08  David Schleef  <ds@schleef.org>
12067
12068         * tools/gst-visualise-m.m: Switch to elements that currently
12069         exist.
12070
12071 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12072
12073         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12074           We love wrong commas.
12075
12076 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12077
12078         * gst/matroska/matroska-demux.c:
12079         (gst_matroska_demux_handle_src_query):
12080           Don't set DEFAULT, unsupported - makes length display incorrectly
12081           in some cases.
12082
12083 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
12084
12085         * gst/monoscope/README: remove blurb about files being GPL
12086         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
12087         * gst/monoscope/monoscope.c: Change license to BSD with explanation
12088           monoscope is now effectively LGPL licensed
12089
12090 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
12091
12092         * gst/monoscope/README: Update information to be more correct
12093         * gst/monoscope/convolve.c: Relicense to LGPL
12094         * gst/monoscope/convolve.h: Relicense to LGPL
12095
12096 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
12097
12098         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
12099           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
12100         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
12101           set default_duration for mpeg1 audio
12102
12103 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12104
12105         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
12106         * ext/alsa/gstalsa.h:
12107           refactor big chunks of the core caps negotiation code to make it
12108           a lot faster, because people claim it's really slow
12109           (actually, just cache the getcaps when the device is opened)
12110
12111 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12112
12113         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
12114         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
12115         (gst_a52dec_handle_frame), (gst_a52dec_chain),
12116         (gst_a52dec_change_state), (plugin_init):
12117         * ext/a52dec/gsta52dec.h:
12118           Do something useful with timestamps. Make chain-based (since
12119           there's really no reason to be loopbased).
12120         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12121           Update current_byte/frame correctly.
12122
12123 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12124
12125         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
12126         (gst_ape_demux_stream_init):
12127           Forward tags, too.
12128
12129 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12130
12131         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
12132           Let's make sure we're done typefinding when detecting tags.
12133
12134 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12135
12136         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
12137         (gst_ebml_read_init), (gst_ebml_read_use_event),
12138         (gst_ebml_read_element_id), (gst_ebml_peek_id),
12139         (gst_ebml_read_seek), (gst_ebml_read_skip),
12140         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
12141         (gst_ebml_read_master):
12142         * gst/matroska/ebml-read.h:
12143         * gst/matroska/matroska-demux.c:
12144         (gst_matroska_demux_parse_contents),
12145         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
12146           Disgustingly evil hack for working around INTERRUPT events and
12147           their extremely annoying habit of being a pain in the ass. We
12148           simply peek a cluster before reading any of it.
12149
12150 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12151
12152         * ext/musepack/gstmusepackdec.cpp:
12153           There's also floating point libmusepacks.
12154
12155 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12156
12157         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
12158         (gst_faad_chanpos_to_gst), (gst_faad_chain):
12159           Set DURATION even if source buffer didn't. Also use increasing
12160           timestamps.
12161         * gst-libs/gst/riff/riff-media.c:
12162         (gst_riff_create_audio_caps_with_data):
12163           Block_align can have larger values than 8192.
12164
12165 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12166
12167         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
12168         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
12169         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
12170         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
12171           Fix caps.
12172
12173 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12174
12175         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
12176           Fix logic bug.
12177
12178 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12179
12180         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
12181           Yay, another one.
12182
12183 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12184
12185         * ext/esd/esdsink.c: (gst_esdsink_chain):
12186           Make error actually say something useful (fixes #156798).
12187         * gst-libs/gst/riff/riff-media.c:
12188         (gst_riff_create_video_caps_with_data),
12189         (gst_riff_create_video_template_caps):
12190           Add Intel Video 5.0 fourcc (IV50).
12191
12192 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
12193
12194         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
12195         detection on mono and stereo mp3 files.
12196
12197 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12198
12199         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12200           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
12201           the contained stream).
12202
12203 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12204
12205         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
12206           Oops, remove debug.
12207
12208 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12209
12210         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12211
12212         * gst/law/alaw-decode.c: (alawdec_getcaps):
12213         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
12214           Prevent warnings when negotiating caps (fixes #159338).
12215
12216 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12217
12218         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12219         (gst_ffmpegcsp_chain):
12220           Remove old leftover that shouldn't be there...
12221
12222 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12223
12224         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12225
12226         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
12227           Don't forward DISCONT events (fixes #159684).
12228
12229 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12230
12231         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
12232           Unlink manually since sometimes bin disposal (and therefore
12233           pad unlinking) is delayed, which will cause a new media file
12234           to not be able to start playing instantly.
12235
12236 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12237
12238         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
12239           On mute of an unlinked stream, check for pad availability so
12240           we don't crash on unlinked pad.
12241
12242 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12243
12244         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12245         (gst_avi_demux_massage_index):
12246           Fix quite humiliating bug in omitting 0-sized index chunks but
12247           forgetting to count them for timestamps.
12248
12249 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12250
12251         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
12252           Actually leave the loop if we failed to sync. Don't crash.
12253
12254 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12255
12256         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
12257         (gst_dvd_demux_process_private):
12258         * gst/mpegstream/gstdvddemux.h:
12259           Fix crash (#159759). Doesn't work, though. :-(.
12260
12261 2004-11-28  Benjamin Otte  <otte@gnome.org>
12262
12263         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
12264           more overwriting protection due to modifying channels one by one
12265           instead of all at once
12266
12267 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12268
12269         * gst/audioconvert/gstchannelmix.c:
12270         (gst_audio_convert_fill_normalize):
12271           Normalize using absolute values.
12272
12273 2004-11-28  Julien MOUTTE  <julien@moutte.net>
12274
12275         * configure.ac:
12276         * ext/Makefile.am:
12277         * ext/directfb/Makefile.am:
12278         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
12279         (gst_directfbvideosink_get_pixel_format),
12280         (gst_directfbvideosink_get_format_from_fourcc),
12281         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
12282         (gst_directfbvideosink_sink_link),
12283         (gst_directfbvideosink_change_state),
12284         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
12285         (gst_directfbvideosink_buffer_alloc),
12286         (gst_directfbvideosink_interface_supported),
12287         (gst_directfbvideosink_interface_init),
12288         (gst_directfbvideosink_navigation_send_event),
12289         (gst_directfbvideosink_navigation_init),
12290         (gst_directfbvideosink_set_property),
12291         (gst_directfbvideosink_get_property),
12292         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
12293         (gst_directfbvideosink_base_init),
12294         (gst_directfbvideosink_class_init),
12295         (gst_directfbvideosink_get_type), (plugin_init):
12296         * ext/directfb/directfbvideosink.h: Adding a first version of
12297         directfbvideosink.
12298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
12299         more.
12300
12301 2004-11-28  Benjamin Otte  <otte@gnome.org>
12302
12303         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
12304           walk the samples backwards if out_channels > in_channels so we don't
12305           overwrite data
12306
12307 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12308
12309         * gst/audioconvert/Makefile.am:
12310         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
12311         (gst_audio_convert_link), (gst_audio_convert_change_state),
12312         (gst_audio_convert_channels):
12313         * gst/audioconvert/gstchannelmix.c:
12314         (gst_audio_convert_unset_matrix),
12315         (gst_audio_convert_fill_identical),
12316         (gst_audio_convert_fill_compatible),
12317         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
12318         (gst_audio_convert_fill_others),
12319         (gst_audio_convert_fill_normalize),
12320         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
12321         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
12322         * gst/audioconvert/gstchannelmix.h:
12323           Implement a channel mixer.
12324
12325 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
12326
12327         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
12328         * ext/alsa/gstalsa.h:
12329         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
12330         Make alsasink actually honor gst_element_set_clock and use that
12331         clock instead of its internal one.
12332
12333 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
12334
12335         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
12336         (gst_play_base_bin_change_state): nullify source and decoder when
12337         going from READY to NULL so that we don't try to do weird stuff with
12338         them when going from NULL to READY
12339         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
12340         instead of g_object_unref
12341         (gen_video_element), (gen_audio_element): more refcounting fixes, now
12342         it should be correct
12343         (gst_play_bin_change_state): don't call remove_sinks if we are
12344         currently disposing the object
12345
12346 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12347
12348         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
12349           Don't forget bass if it's there. Else left channel is silent...
12350
12351 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12352
12353         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
12354         (gst_a52dec_change_state):
12355           Don't do sample adjusting anymore, we use float audio now.
12356         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12357           Don't fixate to non-existing properties.
12358
12359 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12360
12361         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
12362         (gst_a52dec_change_state):
12363           Advertise that we can do surround sound.
12364
12365 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12366
12367         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
12368           Add buffer-frames=0.
12369         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
12370         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
12371         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
12372         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
12373         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
12374         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
12375         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
12376         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
12377         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
12378         * ext/dvdread/dvdreadsrc.h:
12379           Add seeking, querying for bytes, sectors, title, angle and
12380           chapter. Handle multiple chapters. Relicense to LGPL because
12381           Billy agreed on that (thanks Billy!).
12382
12383 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
12384
12385         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
12386         call parent dispose method
12387
12388 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
12389
12390         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
12391         (gst_audio_clock_get_internal_time):
12392         Fix active <-> inactive transitions: ensure time value always
12393         grows and avoid abrupt value changes.
12394
12395 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
12396
12397         * configure.ac:
12398         * gst/tta/Makefile.am:
12399         * gst/tta/crc32.h:
12400         * gst/tta/filters.h:
12401         * gst/tta/gsttta.c:
12402         * gst/tta/gstttadec.c:
12403         * gst/tta/gstttadec.h:
12404         * gst/tta/gstttaparse.c:
12405         * gst/tta/gstttaparse.h:
12406         * gst/tta/ttadec.h:
12407           added TTA parser and decoder
12408
12409 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12410
12411         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12412         (probe_triggered), (check_queue), (buffer_underrun),
12413         (buffer_running), (buffer_overrun), (gen_source_element),
12414         (setup_source):
12415         * gst/playback/gstplaybasebin.h:
12416           Implement buffering. Needs some more work.
12417
12418 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12419
12420         * ext/theora/theoradec.c: (theora_dec_chain):
12421           Fix ilog mask range overflow.
12422
12423 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12424
12425         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
12426           Don't omit the last (which in case of dmix is the only :) )
12427           channel count. Don't set channels if <= 2.
12428
12429 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
12430
12431         * gst/playback/gstplaybin.c: (gen_video_element),
12432         (gen_audio_element): Removed 2 obsolete comments
12433
12434 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12435
12436         * ext/vorbis/oggvorbisenc.c
12437         * ext/vorbis/vorbisenc.c :
12438           change description fields of those plugins to differentiate them
12439           (pitivi show Encoders by description, they had the same one)
12440
12441 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
12442
12443         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12444
12445         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
12446         (gst_play_bin_set_property), (gen_video_element),
12447         (gen_audio_element):
12448           Refcounting fixes for provided audio-/videosinks.
12449
12450 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12451
12452         * gst/playback/gstplaybin.c: (gen_video_element),
12453         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
12454           Don't reference all sinks, but only the video- and audiosinks.
12455           The vis. element should be disposed when we're done with it.
12456           We don't have any reason to keep it around. This fixes warnings
12457           when reusing playbin for playing multiple audio files with
12458           vis. enabled. Also release audio device on pause - idea stolen
12459           from Rhythmbox.
12460
12461 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12462
12463         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
12464         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
12465         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
12466         * ext/alsa/gstalsaplugin.c: (plugin_init):
12467         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
12468         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
12469         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
12470         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
12471         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
12472         (gst_faad_change_state), (plugin_init):
12473         * ext/faad/gstfaad.h:
12474         * ext/vorbis/vorbis.c: (plugin_init):
12475         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12476         * gst-libs/gst/audio/Makefile.am:
12477         * gst-libs/gst/audio/audio.c: (plugin_init):
12478         * gst-libs/gst/audio/multichannel.c:
12479         (gst_audio_check_channel_positions),
12480         (gst_audio_get_channel_positions),
12481         (gst_audio_set_channel_positions),
12482         (gst_audio_set_structure_channel_positions_list),
12483         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
12484         (gst_audio_fixate_channel_positions):
12485         * gst-libs/gst/audio/multichannel.h:
12486         * gst-libs/gst/audio/testchannels.c: (main):
12487         * gst/audioconvert/gstaudioconvert.c:
12488         (gst_audio_convert_class_init), (gst_audio_convert_init),
12489         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
12490         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
12491         (gst_audio_convert_fixate), (gst_audio_convert_channels):
12492         * gst/audioconvert/plugin.c: (plugin_init):
12493           Surround sound support.
12494
12495 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12496
12497         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
12498           Fix position for discont if we're close as well. Nitpicking, but
12499           saves a few milliseconds of extra waiting or skipping.
12500
12501 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12502
12503         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
12504           We sometimes need parsers for playback, so add those too.
12505
12506 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12507
12508         * configure.ac:
12509         * gst/apetag/Makefile.am:
12510         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
12511         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
12512         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
12513         (gst_ape_demux_get_src_query_types),
12514         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
12515         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
12516         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
12517         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
12518         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
12519         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
12520         (gst_ape_demux_change_state):
12521         * gst/apetag/apedemux.h:
12522         * gst/apetag/apetag.c: (plugin_init):
12523         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
12524         (plugin_init):
12525           APE v1/2 tag reader plus typefind function.
12526
12527 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12528
12529         * configure.ac:
12530         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12531         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12532           Remove hacks for older core. Require newer core version
12533           accordingly.
12534
12535 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12536
12537         * gst/cdxaparse/Makefile.am:
12538         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
12539         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
12540         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
12541         * gst/cdxaparse/gstcdxaparse.h:
12542         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
12543         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
12544         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
12545         (gst_cdxastrip_get_src_query_types),
12546         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
12547         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
12548         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
12549         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
12550         * gst/cdxaparse/gstcdxastrip.h:
12551           SVCD/VCD header stripping separated from CDXA image parsing.
12552         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12553         (plugin_init):
12554           Add VCD/SVCD header typefinding for VCD/SVCD.
12555         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
12556         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
12557         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
12558         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
12559         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
12560         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
12561         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
12562         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
12563         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
12564         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
12565         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
12566         * sys/vcd/vcdsrc.h:
12567           Fix up, add seeking, querying, URI interface. Works in totem now.
12568
12569 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12570
12571         * configure.ac:
12572           back to CVS
12573
12574 === release 0.8.6 ===
12575
12576 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12577
12578         * NEWS:
12579         * RELEASE:
12580         * configure.ac:
12581         * po/af.po:
12582         * po/az.po:
12583         * po/cs.po:
12584         * po/en_GB.po:
12585         * po/hu.po:
12586         * po/it.po:
12587         * po/nb.po:
12588         * po/nl.po:
12589         * po/or.po:
12590         * po/sq.po:
12591         * po/sr.po:
12592         * po/sv.po:
12593         * po/uk.po:
12594           releasing 0.8.6, "IOU Love"
12595
12596 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12597
12598         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12599
12600         * gst/playback/gstplaybasebin.c:
12601           Fix unplayable files error handling.  Fixes #158365
12602
12603 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12604
12605         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12606
12607         * gst/typefind/gsttypefindfunctions.c:
12608           Fix broken mp3 typefinding.  Fixes #158375
12609
12610 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12611
12612         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12613
12614         * ext/ogg/gstoggdemux.c:
12615           Fix sync on broken files.  Fixes #158976
12616
12617 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12618
12619         patch by: Edward Hervey <bilboed@bilboed.com>
12620
12621         * ext/libpng/gstpngenc.c:
12622           Copy over buffer properties.  Fixes #158832
12623
12624 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12625
12626         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
12627
12628         * ext/dvdread/dvdreadsrc.c:
12629           Fixes invalid reads (#158462)
12630
12631 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12632
12633         * sys/v4l/gstv4lsrc.c:
12634         * sys/v4l/gstv4lsrc.h:
12635         * sys/v4l/v4lsrc_calls.c:
12636           Probe less and cache it.  Fixes #159187.
12637
12638 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12639
12640         * gst/videorate/gstvideorate.c:
12641           Handle all video formats. Fixes #159186.
12642
12643 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
12644         * gst/synaesthesia/gstsynaesthesia.c:
12645         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
12646         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
12647         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
12648         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
12649         (gst_synaesthesia_change_state), (plugin_init):
12650         Fix up synaesthesia to work under different samplerates/ buffer sizes.
12651         Force 320x200 output, as that's the only thing the underlying
12652         synaesthesia implementation supports. Still needs to be made
12653         re-entrant.
12654
12655 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12656
12657         * configure.ac:
12658           Fix mpeg2enc configure check (similar to mplex check below).
12659
12660 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
12661
12662         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12663
12664         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12665           Fix for gcc-2.95 (fixes #158221).
12666
12667 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12668
12669         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12670           Re-add clock distribution hack (until new core is released).
12671           Fixes #158125.
12672
12673 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
12674         * configure.ac:
12675           fix mplex configure check segfaulting on some systems (bug #140994)
12676
12677 2004-11-13  Benjamin Otte  <otte@gnome.org>
12678
12679         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
12680           add debugging
12681         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12682           do a wait when we enter the loop func with no data available to
12683           write instead of getting into an 100% CPU loop by just returning and
12684           being called again by the scheduler
12685
12686 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
12687
12688         * configure.ac:
12689         * ext/libvisual/visual.c: (gst_visual_get_type),
12690         (libvisual_log_handler), (gst_visual_getcaps),
12691         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
12692         (plugin_init):
12693           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
12694         * ext/smoothwave/Makefile.am:
12695         * ext/smoothwave/demo-osssrc.c: (main):
12696         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
12697         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
12698         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
12699         (plugin_init):
12700         * ext/smoothwave/gstsmoothwave.h:
12701           Make gstsmoothwave a working element in the 20th century.
12702
12703         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
12704           Fix incorrect link function
12705
12706 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12707
12708         * gst/volume/gstvolume.c:
12709           Allow buffer-frames=0.
12710
12711 2004-11-12 Iain <iaingnome@gmail.com>
12712
12713         * configure.ac: Check for polypaudio
12714
12715         * ext/Makefile.am: Build the polyp dir
12716
12717         * ext/polyp: The polypsink sources.
12718
12719 2004-10-30 Iain <iaingnome@gmail.com>
12720
12721         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
12722         caps to reflect the new number of channels.
12723
12724 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12725
12726         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12727           Fix for negotiation order problem. This would show when the
12728           ALSA loopfuction was called before any other function. ALSA
12729           wouldn't do anything because we're not negotiated yet, leading
12730           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
12731
12732 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12733
12734         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12735
12736         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12737           No warnings (#157986).
12738
12739 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12740
12741         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12742           Prefer apev1/2 and id3v1 (at end of file) over musepack.
12743
12744 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12745
12746         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
12747           Signal no-more-pads (so it works in playbin).
12748
12749 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12750
12751         * ext/musepack/gstmusepackreader.cpp:
12752           Workaround for older core.
12753
12754 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12755
12756         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
12757           Actually test for odd width/height rather than testing whether
12758           a temporary variable that was 0 before we subtracted 1 is now
12759           not equal to zero (which it always is).
12760
12761 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12762
12763         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
12764         Fix compilation if HAVE_XVIDEO is not defined
12765
12766 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12767
12768         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12769         Fix compilation if HAVE_XVIDEO is not defined
12770
12771 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
12772
12773         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12774         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
12775         (gst_goom_change_state), (plugin_init):
12776         Use the bytestream adapter so goom doesn't depend on the input
12777         buffer size.
12778         Add a debug category
12779
12780 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12781
12782         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12783           Only set hardware parameters *after* negotiation. Before
12784           negotiation, it will set ANY and that seems to cause crashes
12785           (see e.g. #151288, #153227).
12786
12787 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12788
12789         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
12790           This seems to be antique leftover. It needs to pass error
12791           checking.
12792         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
12793         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
12794         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
12795         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
12796           Fix GstXOverlay implementation (#151059).
12797
12798 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12799
12800         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12801           Don't assert (#157853).
12802
12803 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12804
12805         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
12806           Fix bytes/samples confustion.
12807         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
12808           Fix for underrun (#144389).
12809
12810 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12811
12812         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12813           Disable halfway-seek for pending release (since it needs a new
12814           core release).
12815
12816 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12817
12818         * sys/v4l/gstv4lsrc.c:
12819         * sys/v4l/gstv4lsrc.h:
12820         * sys/v4l/v4lsrc_calls.c:
12821           add autoprobe-fps property so we can separate autoprobing parts
12822
12823 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12824
12825         * sys/v4l/gstv4lsrc.c:
12826         * sys/v4l/v4lsrc_calls.c:
12827         initialise fourcc to catch unset fourcc's, and debug
12828
12829 2004-11-09  Wim Taymans  <wim@fluendo.com>
12830
12831         * gst/playback/README:
12832         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12833         * gst/playback/gstplaybin.c: (gst_play_bin_init),
12834         (gst_play_bin_dispose), (gst_play_bin_set_property),
12835         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
12836         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
12837         (gst_play_bin_get_formats), (gst_play_bin_convert),
12838         (gst_play_bin_get_query_types), (gst_play_bin_query):
12839         Cleanups and some more documentation.
12840
12841 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
12842
12843         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
12844         (gst_cacasink_init), (gst_cacasink_chain):
12845         * ext/libcaca/gstcacasink.h:
12846         Cacasink inherits from VideoSink, so let that store the clock.
12847
12848 2004-11-09  Wim Taymans  <wim@fluendo.com>
12849
12850         * gst/playback/README:
12851         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
12852         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
12853         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
12854         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
12855         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
12856         (setup_sinks):
12857         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
12858         (gst_stream_info_is_mute), (gst_stream_info_set_property):
12859         * gst/playback/gststreaminfo.h:
12860         Updated README.
12861         Only switch groups if all streams have muted (EOSed).
12862         Send Tags in sync with the stream playback instead of in
12863         the playback/preroll phase.
12864         Some cleanups, free the fakesrc elements.
12865
12866 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12867
12868         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
12869           buffer-frames property was missing
12870         * ext/arts/gst_arts.c:
12871           rate missing from sinkcaps
12872         * ext/audiofile/gstafparse.c:
12873         * ext/audiofile/gstafsink.c:
12874         * ext/audiofile/gstafsrc.c:
12875         * ext/swfdec/gstswfdec.c:
12876           int audio doesn't know buffer-frames
12877         * ext/cdparanoia/gstcdparanoia.c:
12878           int audio doesn't know chunksize either
12879         * ext/nas/nassink.c:
12880           it's endianness, not endianess
12881         * gst-libs/gst/audio/audio.h:
12882           make float standard pad template caps really describe float
12883         * gst/law/mulaw.c: (linear_factory):
12884           signed only, please
12885         * gst/mpegstream/gstdvddemux.c:
12886           widths of 20 are not valid
12887
12888 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12889
12890         Submitted by: Luca Ferretti <elle.uca@infinito.it>
12891
12892         * po/LINGUAS:
12893         * po/it.po:
12894           Add Italian
12895
12896 2004-11-08  Wim Taymans  <wim@fluendo.com>
12897
12898         * gst/playback/README:
12899         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12900         * gst/playback/gstplaybasebin.c: (probe_triggered),
12901         (gst_play_base_bin_change_state):
12902         Updated README, added more comments for fixmes etc..
12903
12904 2004-11-08  Wim Taymans  <wim@fluendo.com>
12905
12906         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12907         We can remove this hack now.
12908
12909 2004-11-08  Wim Taymans  <wim@fluendo.com>
12910
12911         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
12912         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12913         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12914         Only mix AYUV for maximum quality.
12915
12916 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12917
12918         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
12919         (gst_ogg_demux_push), (gst_ogg_pad_push):
12920           Let's act as if we're synchronized now! :).
12921         * ext/theora/theoradec.c: (theora_dec_chain):
12922           Add some debug.
12923
12924 2004-11-08  Wim Taymans  <wim@fluendo.com>
12925
12926         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12927         (gst_alpha_set_property), (gst_alpha_sink_link),
12928         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
12929         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
12930         (gst_alpha_init_params), (gst_alpha_chain):
12931         Implement alpha functions for AYUV too, this increases
12932         accuracy quite a bit.
12933
12934 2004-11-08  Wim Taymans  <wim@fluendo.com>
12935
12936         * gst/ffmpegcolorspace/avcodec.h:
12937         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12938         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12939         (gst_ffmpegcsp_avpicture_fill):
12940         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12941         (gst_ffmpegcsp_caps_remove_format_info):
12942         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12943         (shrink12), (img_get_alpha_info), (deinterlace_line),
12944         (deinterlace_line_inplace):
12945         * gst/ffmpegcolorspace/imgconvert_template.h:
12946         Added AYUV colorspace and handle RGBA a bit more respectful.
12947
12948 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12949
12950         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12951           Actually always send a discont (cornercase when resending the
12952           same serial-tagged chain twice).
12953
12954 2004-11-08  Julien MOUTTE  <julien@moutte.net>
12955
12956         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
12957         (gst_ximagesink_finalize):
12958         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
12959         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
12960
12961 2004-11-08  Wim Taymans  <wim@fluendo.com>
12962
12963         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
12964         Don't segfault on NULL data.
12965
12966 2004-11-08  Wim Taymans  <wim@fluendo.com>
12967
12968         * gst/playback/gstdecodebin.c: (unlinked):
12969         * gst/playback/gstplay-marshal.list:
12970         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12971         (gst_play_base_bin_init), (group_create), (get_active_group),
12972         (get_building_group), (group_destroy), (group_commit),
12973         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
12974         (add_element_stream), (no_more_pads), (probe_triggered),
12975         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
12976         (state_change), (setup_source), (gst_play_base_bin_get_property),
12977         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12978         (gst_play_base_bin_link_stream),
12979         (gst_play_base_bin_get_streaminfo):
12980         * gst/playback/gstplaybasebin.h:
12981         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12982         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
12983         Add support for chained ogg files. Prepare for playlist
12984         support. This patch introduces the concept of pad groups, which
12985         together compose one playable media file.
12986
12987 2004-11-07  David Schleef  <ds@schleef.org>
12988
12989         * testsuite/gst-lint: Check for pad templates that aren't statically
12990         scoped.
12991
12992 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12993
12994         * configure.ac:
12995         * ext/Makefile.am:
12996         * ext/musepack/Makefile.am:
12997         * ext/musepack/gstmusepackdec.cpp:
12998         * ext/musepack/gstmusepackdec.h:
12999         * ext/musepack/gstmusepackreader.cpp:
13000         * ext/musepack/gstmusepackreader.h:
13001           Add musepack decoder.
13002         * ext/faad/gstfaad.c: (gst_faad_base_init):
13003           Make pad templates static.
13004         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13005         (plugin_init):
13006           Add musepack typefinder, make mp3 typefinding work halfway stream,
13007           which doesn't actually work yet because id3demux doesn't implement
13008           _get_length().
13009
13010 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13011
13012         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13013         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
13014           Fix interrupt event handling (#144436).
13015
13016 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13017
13018         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
13019           Hide unused glory.
13020
13021 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13022
13023         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13024
13025         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
13026           Fix weird caps (#157548).
13027
13028 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13029
13030         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13031
13032         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
13033           Add missing NULL terminator (#157543).
13034
13035 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13036
13037         * gst/tcp/gsttcp.h:
13038         * gst/tcp/gsttcpclientsink.c:
13039         * gst/tcp/gsttcpclientsrc.c:
13040         * gst/tcp/gsttcpserversink.c:
13041         * gst/tcp/gsttcpserversrc.c:
13042           ports can go up to 65535.  Move common defines to gsttcp.h
13043
13044 2004-11-05  Wim Taymans  <wim@fluendo.com>
13045
13046         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
13047         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
13048         Added two more colorspaces.
13049
13050 2004-11-05  Wim Taymans  <wim@fluendo.com>
13051
13052         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13053         (gst_ffmpegcsp_avpicture_fill):
13054         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
13055         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
13056         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
13057         More stride fixes.
13058
13059 2004-11-05  Wim Taymans  <wim@fluendo.com>
13060
13061         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
13062         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
13063         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
13064         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
13065         (gst_videomixer_loop):
13066         More stride fixes.
13067
13068 2004-11-05  Benjamin Otte  <otte@gnome.org>
13069
13070         * ext/mad/gstmad.c: (gst_mad_chain):
13071           don't overflow data buffer. Flush not needed sync data when syncing
13072           failed.
13073
13074 2004-11-04  Wim Taymans  <wim@fluendo.com>
13075
13076         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
13077         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
13078         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
13079         (gst_alpha_init_params), (gst_alpha_chain),
13080         (gst_alpha_change_state):
13081         Updated the chroma keying algorithm with something more
13082         sophisticated.
13083
13084 2004-11-03  Wim Taymans  <wim@fluendo.com>
13085
13086         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
13087         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13088         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
13089         Fix stride issues. Does not completely work for odd
13090         heights.
13091
13092 2004-11-03  Wim Taymans  <wim@fluendo.com>
13093
13094         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
13095         (gst_alpha_chroma_key), (gst_alpha_chain):
13096         Fix stride issues. Does not completely work for odd
13097         heights.
13098
13099 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
13100
13101         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
13102         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
13103         leak fixes
13104
13105 2004-11-03  Wim Taymans  <wim@fluendo.com>
13106
13107         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13108         (gst_ffmpegcsp_avpicture_fill):
13109         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
13110         (avpicture_alloc):
13111         * gst/ffmpegcolorspace/imgconvert_template.h:
13112         Use correct _fill function to get correct strides.
13113
13114 2004-11-02  David Schleef  <ds@schleef.org>
13115
13116         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13117         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
13118         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
13119         Change all g_print()s to debugging.  Add a bunch of consistency
13120         checks.
13121
13122 2004-11-02  Wim Taymans  <wim@fluendo.com>
13123
13124         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13125         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
13126         (unlinked), (no_more_pads), (close_link):
13127         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13128         (unknown_type), (add_element_stream), (new_decoded_pad),
13129         (removed_decoded_pad), (setup_source):
13130         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
13131         (gst_stream_info_class_init), (gst_stream_info_init),
13132         (gst_stream_info_new), (gst_stream_info_dispose),
13133         (stream_info_mute_pad), (gst_stream_info_set_property),
13134         (gst_stream_info_get_property):
13135         * gst/playback/gststreaminfo.h:
13136         Fix playback of multiple files.
13137         a slightly different approach to handling dynamic pad removals.
13138         This one only looks at pads that we have linked.
13139
13140 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
13141
13142         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
13143         free" warning from libc.
13144
13145 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13146
13147         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13148         (get_unconnected_element), (remove_starting_from), (pad_removed),
13149         (close_link):
13150           Implement support for dynamic pad changing. We listen to "live"
13151           pad removals (i.e. while playing) and re-setup autoplugging
13152           after that. Playbasebin/playbin need some more work for this
13153           to finally work, but decodebin supports (and replugs) chained
13154           ogg now.
13155
13156 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
13157
13158         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
13159         (gst_alsa_finalize):
13160         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
13161         (gst_cdaudio_finalize):
13162         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13163         (cdparanoia_finalize):
13164         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
13165         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
13166         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
13167         (dvdreadsrc_finalize):
13168         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13169         (gst_flacdec_finalize):
13170         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
13171         (gst_flacenc_finalize):
13172         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
13173         (gst_gnomevfssink_finalize):
13174         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
13175         (gst_gnomevfssrc_finalize):
13176         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
13177         (gst_fameenc_finalize):
13178         * ext/nas/nassink.c: (gst_nassink_class_init),
13179         (gst_nassink_finalize):
13180         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
13181         (gst_sdlvideosink_class_init):
13182         * ext/sndfile/gstsf.c: (gst_sf_dispose):
13183         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
13184         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
13185         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
13186         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
13187         (gst_x_window_listener_dispose):
13188         * gst/audioscale/gstaudioscale.c:
13189         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
13190         (play_on_demand_finalize):
13191         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
13192         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
13193         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
13194         (cdplayer_finalize):
13195         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
13196         (gst_glimagesink_class_init):
13197         * sys/oss/gstosselement.c: (gst_osselement_class_init),
13198         (gst_osselement_finalize):
13199         * sys/oss/gstosssink.c: (gst_osssink_dispose):
13200         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
13201         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
13202           Fixes a bunch of problems with finalize and dispose functions,
13203           either assumptions that dispose is only called once, or not calling
13204           the parent class dispose/finalize function
13205
13206 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
13207
13208         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
13209           added two api precondition guards
13210           use g_strdup with getenv to fix crash when using ENVVAR
13211
13212 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
13213         * ext/esd/esdsink.c: (gst_esdsink_class_init),
13214         (gst_esdsink_finalize):
13215         Use a finalize function, not dispose, and more importantly,
13216         call the parent class finalize function too
13217
13218 2004-11-01  Johan Dahlin  <johan@gnome.org>
13219
13220         * ext/ogg/gstoggdemux.c:
13221         * gst/tags/gstvorbistag.c:
13222         Plug leaks.
13223
13224 2004-10-31  Benjamin Otte  <otte@gnome.org>
13225
13226         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
13227           lotsa memleaks today. But they're all small...
13228
13229 2004-10-31  Benjamin Otte  <otte@gnome.org>
13230
13231         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13232           another memleak crushed
13233
13234 2004-10-31  Benjamin Otte  <otte@gnome.org>
13235
13236         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
13237           fix memleak
13238
13239 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13240
13241         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13242           Hack to prevent crash when going to READY inside signal handler
13243           while this function is active.
13244
13245 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13246
13247         * gst/ffmpegcolorspace/Makefile.am:
13248         * gst/ffmpegcolorspace/avcodec.h:
13249         * gst/ffmpegcolorspace/common.h:
13250         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
13251         * gst/ffmpegcolorspace/dsputil.h:
13252         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
13253         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13254         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
13255         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
13256         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
13257         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
13258         (gst_ffmpegcsp_avpicture_fill):
13259         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
13260         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13261         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
13262         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
13263         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
13264         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
13265         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
13266         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
13267         * gst/ffmpegcolorspace/imgconvert.c:
13268         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
13269         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
13270         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
13271         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
13272         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
13273         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
13274         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
13275         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
13276         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
13277         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
13278         (grow21), (grow22), (grow41), (grow44), (conv411),
13279         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
13280         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
13281         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
13282         (avpicture_free), (is_yuv_planar), (img_convert),
13283         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
13284         (deinterlace_line_inplace), (deinterlace_bottom_field),
13285         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
13286         * gst/ffmpegcolorspace/imgconvert_template.h:
13287         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
13288         * gst/ffmpegcolorspace/mmx.h:
13289         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
13290         (av_fast_realloc), (av_mallocz_static), (av_free_static),
13291         (av_freep), (avcodec_get_context_defaults),
13292         (avcodec_alloc_context), (avcodec_init):
13293           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
13294           handling plus update from ffmpeg CVS. Large clean-up.
13295
13296 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13297
13298         * gst/playback/Makefile.am:
13299           We need the marshallers for decodebin, too.
13300
13301 2004-10-30  David Schleef  <ds@schleef.org>
13302
13303         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
13304           quicktime typefinding work with 64-bit offsets.
13305
13306 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
13307
13308         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
13309           Set EOS on the element when processing an EOS event.
13310         * ext/speex/gstspeexdec.h:
13311         * ext/speex/gstspeexenc.h:
13312           Only keep a const ptr to the mode
13313         * gst-libs/gst/riff/riff-media.c:
13314         (gst_riff_create_audio_caps_with_data),
13315         (gst_riff_create_audio_template_caps):
13316           Allow WMAV3, with up to 6 channels.
13317         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
13318           Don't call gst_pad_set_event_function on a sink pad.
13319         * gst/mpegstream/gstdvddemux.c:
13320         (gst_dvd_demux_get_subpicture_stream),
13321         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
13322           Copy the explicit caps that were set across to the cur_* pads,
13323           instead of trying to use a possibly non-existent negotiated caps.
13324           Reset the type of subpicture pads to UNKNOWN after calling
13325           init_stream, so that the caps get set.
13326
13327 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
13328
13329         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13330
13331         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13332           Don't touch buffer if it is of size 0 (fixes #151064).
13333
13334 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13335
13336         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
13337           Synchronized discont handling.
13338
13339 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13340
13341         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13342         (gst_ogg_demux_push):
13343           Make seeking sort-of exact again (fixes #156387).
13344
13345 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13346
13347         * gst/playback/gstplaybasebin.c: (unknown_type),
13348         (add_element_stream), (new_decoded_pad),
13349         (gst_play_base_bin_change_state):
13350         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
13351         (gst_stream_info_init), (gst_stream_info_new),
13352         (gst_stream_info_dispose), (gst_stream_info_get_property):
13353         * gst/playback/gststreaminfo.h:
13354           Make caps explicitely available. Makes testing for unsupported
13355           types possible. Improves error reporting.
13356
13357 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13358
13359         * gst/audioconvert/gstaudioconvert.c:
13360         (gst_audio_convert_buffer_to_default_format):
13361           Really don't touch read-only buffers (#156563).
13362
13363 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
13364
13365         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13366
13367         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13368           Fix memleak (#155223).
13369
13370 2004-10-29  Wim Taymans  <wim@fluendo.com>
13371
13372         * gst/tcp/.cvsignore:
13373         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13374         (gst_multifdsink_class_init), (gst_multifdsink_init),
13375         (gst_multifdsink_add), (gst_multifdsink_remove),
13376         (gst_multifdsink_remove_client_link), (is_sync_frame),
13377         (gst_multifdsink_new_client),
13378         (gst_multifdsink_handle_client_write),
13379         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13380         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
13381         (gst_multifdsink_get_property):
13382         * gst/tcp/gstmultifdsink.h:
13383         Added burst on connect sync_method, deprecated sync_clients,
13384         streamlined the sync code some more.
13385
13386 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13387
13388         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
13389         (gst_play_base_bin_change_state):
13390           Improve error reporting.
13391
13392 2004-10-28  Wim Taymans  <wim@fluendo.com>
13393
13394         * gst/tcp/Makefile.am:
13395         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
13396         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
13397         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
13398         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13399         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13400         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13401         (gst_fdset_wait):
13402         Added more locks around fdset structures. Fixed/reworked
13403         the poll array resizing code.
13404         Added stress test for fdset.
13405
13406 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13407
13408         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
13409         fix build
13410
13411 2004-10-28  Benjamin Otte  <otte@gnome.org>
13412
13413         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
13414           fix link function to always query channels and query width for
13415           floats
13416         * configure.ac:
13417           add equalizer dir
13418         * gst/equalizer/Makefile.am:
13419         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
13420         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13421         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
13422         (arg_to_scale), (setup_filter),
13423         (gst_iir_equalizer_compute_frequencies),
13424         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13425         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
13426         (plugin_init):
13427           add an equalizer
13428
13429 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13430
13431         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
13432
13433         * po/LINGUAS:
13434         * po/nb.po:
13435           Added Norwegian Bokmaal translation
13436
13437 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13438
13439         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13440           Don't break on options (fixes #156488).
13441
13442 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13443
13444         * configure.ac:
13445         * ext/cdaudio/Makefile.am:
13446         * sys/Makefile.am:
13447           fix build on older automake
13448
13449 2004-10-26  Wim Taymans  <wim@fluendo.com>
13450
13451         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13452         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13453         Allow a little margin when negotiating the framerate.
13454
13455 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
13456
13457         * gst/level/gstlevel.c:
13458           synchonised naming of pads and pad-templates
13459
13460 2004-10-26  Wim Taymans  <wim@fluendo.com>
13461
13462         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13463         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
13464         (_find_streams_check), (gst_ogg_demux_push):
13465         Fix EOS again. Needs to be done in a better way. We should not
13466         remove the pad if there is no new chained stream.
13467
13468 2004-10-26 Iain <iaingnome@gmail.com>
13469
13470         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
13471         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
13472         of the caps.
13473         * gst/interleave/interleave.c (interleave_class_init): Hook up release
13474         pad.
13475         (interleave_release_pad): Remove the pad.
13476         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
13477         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
13478         the set device.
13479         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
13480         attrs
13481         (gst_xvimagesink_xcontext_clear): Free the xcontext.
13482         (gst_xvimagesink_finalize): Free the par.
13483
13484 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13485
13486         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
13487         (gst_avimux_stop_file):
13488           First calculate the rate, and only then use it. Hdr.rate is a
13489           multiple and not a derivative of hdr.scale. Scale is not the
13490           same as blockalign but is solely related to rate.
13491
13492 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13493
13494         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
13495         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
13496           Implement seeking.
13497
13498 2004-10-25  James Henstridge  <james@jamesh.id.au>
13499
13500         Reviewed by:  David Schleef  <ds@schleef.org>
13501
13502         * examples/gstplay/player.c: (got_stream_length), (main):
13503         * examples/seeking/cdplayer.c: (update_scale):
13504         * examples/seeking/seek.c: (format_value), (update_scale):
13505         * examples/seeking/spider_seek.c: (format_value), (update_scale),
13506         (stop_seek):
13507         Build fixes on AMD64.
13508
13509 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13510
13511         reviewed by: Ronald Bultje <rbultje at gnome dot org>
13512
13513         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
13514         Fix for some v4l cards which hang in v4lsrc
13515
13516 2004-10-25  Wim Taymans  <wim@fluendo.com>
13517
13518         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
13519         (gst_ogg_demux_push), (gst_ogg_chains_clear):
13520         Make sure to remove the pad when a new chain is
13521         encountered. Set some vars to NULL so we don't try
13522         to reference freed memory.
13523
13524 2004-10-25  Wim Taymans  <wim@fluendo.com>
13525
13526         * examples/seeking/Makefile.am:
13527         * examples/seeking/cdplayer.c: (update_scale):
13528         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
13529         * examples/seeking/playbin.c: (make_playerbin_pipeline),
13530         (format_value), (update_scale), (iterate), (start_seek),
13531         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
13532         (print_usage), (main):
13533         Added some more examples, update others.
13534
13535 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13536
13537         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
13538         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13539         * ext/theora/theoradec.c: (theora_dec_chain):
13540         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13541           Add codec-name metadata.
13542
13543 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
13544
13545         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13546
13547         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13548         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13549         * ext/alsa/gstalsamixertrack.h:
13550         * po/POTFILES.in:
13551           ALSA mixer track label internationalization (#154054).
13552
13553 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13554
13555         * ext/theora/theoradec.c: (theora_dec_chain):
13556           Export bitrate as metadata.
13557
13558 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13559
13560         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13561         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13562         * ext/alsa/gstalsamixertrack.h:
13563           Fix names, fix loop.
13564
13565 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13566
13567         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
13568         (speex_dec_convert):
13569           sinkconvert function so oggdemux can get the file length (totem).
13570
13571 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
13572
13573         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13574
13575         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13576           Don't push incomplete packets.
13577         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
13578           Fix MPEG-4 audio typefinding.
13579
13580 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13581
13582         * sys/v4l/Makefile.am:
13583         * sys/v4l/gstv4l.c: (plugin_init):
13584         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
13585         (gst_v4lelement_init), (gst_v4lelement_dispose),
13586         (gst_v4lelement_change_state):
13587         * sys/v4l/gstv4lelement.h:
13588         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
13589         (gst_v4l_xoverlay_close), (idle_refresh),
13590         (gst_v4l_xoverlay_set_xwindow_id):
13591         * sys/v4l/gstv4lxoverlay.h:
13592         * sys/v4l/v4l-overlay_calls.c:
13593         * sys/v4l/v4l_calls.h:
13594         * sys/v4l2/Makefile.am:
13595         * sys/v4l2/gstv4l2.c: (plugin_init):
13596         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
13597         (gst_v4l2element_init), (gst_v4l2element_dispose),
13598         (gst_v4l2element_change_state):
13599         * sys/v4l2/gstv4l2element.h:
13600         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
13601         (gst_v4l2_xoverlay_close), (idle_refresh),
13602         (gst_v4l2_xoverlay_set_xwindow_id):
13603         * sys/v4l2/gstv4l2xoverlay.h:
13604         * sys/v4l2/v4l2-overlay_calls.c:
13605         * sys/v4l2/v4l2_calls.h:
13606           Remove client-side overlay handling, use the X-server v4l plugin
13607           for that. Nicer overlay, less code. Also make the plugin
13608           compileable without X (but then without overlay, obviously).
13609           Makes xwindowlistener obsolete, should we remove that?
13610
13611 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13612
13613         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
13614         (gst_osssrc_src_query):
13615         * sys/oss/gstosssrc.h:
13616           OK, so people want offset in DEFAULT. This time, actually fix all
13617           cases.
13618         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
13619           Add FPS properly.
13620
13621 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13622
13623         * gst/asfdemux/gstasfmux.c:
13624         * gst/avi/gstavimux.c:
13625           Framerate.
13626
13627 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13628
13629         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
13630           Fix properties (channel, norm, frequency).
13631
13632 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13633
13634         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
13635           Flag typo.
13636         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
13637           No warnings.
13638
13639 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13640
13641         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
13642           Fix hang.
13643
13644 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13645
13646         * sys/v4l2/gstv4l2element.h:
13647           Yet Another Hack (tm) for kernel header borkedness.
13648         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
13649         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
13650         (gst_v4l2src_link), (gst_v4l2src_getcaps),
13651         (gst_v4l2src_change_state):
13652         * sys/v4l2/gstv4l2src.h:
13653         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
13654         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
13655           Fix caps, keep track of state, work.
13656
13657 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13658
13659         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
13660           Quiet.
13661
13662 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13663
13664         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13665           Don't mix bytes and samples.
13666
13667 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13668
13669         * ext/ogg/gstoggmux.c:
13670           Basic pad template which accepts OGM tracks, speex, flac, vorbis
13671           and theora. Any is incorrect.
13672         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
13673           Fix caps.
13674         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
13675         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
13676         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
13677         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
13678         * sys/v4l/gstv4lmjpegsrc.h:
13679         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13680         (gst_v4lsrc_change_state):
13681         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
13682         (gst_v4lmjpegsrc_capture_stop):
13683           Fix caps. Keep track of internal state. Work.
13684
13685 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13686
13687         * ext/Makefile.am:
13688           Fix the build fixes.
13689
13690 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13691
13692         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13693         (gst_ogg_demux_src_event), (_find_chain_seek),
13694         (gst_ogg_pad_push):
13695           Check for pad availability before using it.
13696         * ext/ogg/gstoggdemux.c: (_find_chain_process):
13697           Fix parsing of chained ogg. Needs more work on the decoder side.
13698
13699 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13700
13701         * gst/spectrum/Makefile.am:
13702         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
13703         (idle_func):
13704           Fix demo and reenable it. Yes, I'm currently playing with audio
13705           analysis tools
13706
13707 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13708
13709         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13710           We love it if files that start at zero work too...
13711
13712 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13713
13714         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13715           Handle files with missing EOS headers.
13716
13717 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13718
13719         * gst/tcp/gsttcpserversink.c:
13720         (gst_tcpserversink_handle_server_read),
13721         (gst_tcpserversink_init_send):
13722         Zero some variables first (need for accept not to return EINVAL)
13723
13724 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13725
13726         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13727         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13728         * ext/theora/theoradec.c: (theora_dec_sink_convert),
13729         (theora_dec_chain):
13730         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13731         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
13732           Seeking and querying finetune.
13733
13734 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13735
13736         * configure.ac:
13737         * ext/Makefile.am:
13738         * ext/raw1394/Makefile.am:
13739           fix the build
13740
13741 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13742
13743         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13744           Wrong return.
13745         * gst/playback/Makefile.am:
13746         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
13747         * gst/playback/gstplay-marshal.list:
13748         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
13749           Fix marshallers.
13750
13751 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13752
13753         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
13754           Silence.
13755
13756 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13757
13758         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13759         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13760         (gst_ogg_pad_push):
13761           Yay for non-lineair granulepos in theora.
13762
13763 2004-10-18  Wim Taymans  <wim@fluendo.com>
13764
13765         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
13766         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13767         * ext/dv/gstdvdec.h:
13768         Make sure we renegotiate aspect ratio when the camera switches.
13769
13770 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13771
13772         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13773         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13774           Start at zero.
13775         * ext/theora/theoradec.c: (theora_dec_chain):
13776           Skip headers. Bad idea for chained ogg, but fixes seeking.
13777
13778 2004-10-18  Wim Taymans  <wim@fluendo.com>
13779
13780         * configure.ac:
13781         I swear, this is the last time I touch this.
13782
13783 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13784
13785         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13786         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13787         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
13788           Faster seeking.
13789         * ext/theora/theoradec.c: (theora_dec_sink_convert):
13790           Time-to-default conversion.
13791         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13792           Don't error on unknown packets, just skip. We should probably
13793           read them if we want to support chained ogg.
13794
13795 2004-10-18  Wim Taymans  <wim@fluendo.com>
13796
13797         * configure.ac:
13798         Added cdaudio to wrong list.
13799
13800 2004-10-18  Wim Taymans  <wim@fluendo.com>
13801
13802         * configure.ac:
13803         Revive cdaudio.
13804
13805 2004-10-18  Wim Taymans  <wim@fluendo.com>
13806
13807         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13808         (gst_dvdec_video_link), (gst_dvdec_push):
13809         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13810         (gst_smokeenc_resync), (gst_smokeenc_chain):
13811         Fix mimetype on smoke encoder.
13812         Add aspect ratio to dvdec. Not sure if these
13813         values are correct though....
13814
13815 2004-10-18  Wim Taymans  <wim@fluendo.com>
13816
13817         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
13818         Fix vorbis property descriptions and ranges.
13819
13820 2004-10-18  Wim Taymans  <wim@fluendo.com>
13821
13822         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13823         Really do nothing when no data is available.
13824         Go to the playing state when the stream is not seekable
13825         instead of failing.
13826
13827 2004-10-18  Wim Taymans  <wim@fluendo.com>
13828
13829         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
13830         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
13831         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
13832         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
13833         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
13834         Added uri handler for cd://
13835         Port to new API.
13836
13837 2004-10-18  Wim Taymans  <wim@fluendo.com>
13838
13839         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13840         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13841         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13842         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13843         (remove_prerolls), (unknown_type), (add_element_stream),
13844         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
13845         (gst_play_base_bin_remove_element),
13846         (gst_play_base_bin_link_stream):
13847         * gst/playback/gstplaybin.c: (gen_video_element),
13848         (gen_vis_element), (remove_sinks), (setup_sinks):
13849         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13850         (gst_stream_info_get_type), (gst_stream_info_class_init),
13851         (gst_stream_info_init), (gst_stream_info_new),
13852         (gst_stream_info_dispose), (stream_info_mute_pad),
13853         (gst_stream_info_set_property), (gst_stream_info_get_property):
13854         * gst/playback/gststreaminfo.h:
13855         Add sink padtemplate to decodebin.
13856         Added some more comments.
13857         Make queue size configurable in playbasebin.
13858         Added possibility to use elements as sinks (ex cdaudio).
13859
13860 2004-10-15  Wim Taymans  <wim@fluendo.com>
13861
13862         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
13863         (gst_speexenc_chain):
13864         Fix speex timestamps so that it gets muxed properly.
13865
13866 2004-10-15  Wim Taymans  <wim@fluendo.com>
13867
13868         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
13869         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
13870         (gst_dv1394src_init), (gst_dv1394src_dispose),
13871         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
13872         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
13873         (gst_dv1394src_event), (gst_dv1394src_get_formats),
13874         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
13875         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
13876         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
13877         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
13878         * ext/raw1394/gstdv1394src.h:
13879         Added conversion/query functions.
13880         Update buffer timestamps,
13881         Added signals.
13882         Added uri dv:// so it might play from the firewire in playbin.
13883         Fix a possible leak.
13884         Added debugging.
13885
13886 2004-10-15  Wim Taymans  <wim@fluendo.com>
13887
13888         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
13889         (gst_dv1394src_init), (gst_dv1394src_set_property),
13890         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
13891         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
13892         * ext/raw1394/gstdv1394src.h:
13893         Added AV/C VTR control support needed for some cameras.
13894         Added automatic port detection.
13895         Added properties for selecting the channel.
13896         The configure.ac script is not yet updated to reflect the
13897         new libavc1394 and librom1394 dependencies.
13898
13899 2004-10-15  Wim Taymans  <wim@fluendo.com>
13900
13901         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13902         (qtdemux_parse), (gst_qtdemux_handle_esds):
13903         An esds box is not a container.
13904         Fix parsing of mp4v boxes.
13905         Do not try to renegotiate fps for each frame. Need to
13906         find a better method. This should fix mp4 playback.
13907
13908 2004-10-14  David Schleef  <ds@schleef.org>
13909
13910         * configure.ac: update for swfdec-0.3 and liboil-0.2
13911         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
13912         * ext/swfdec/gstswfdec.h: same
13913         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
13914         * gst/videotestsrc/videotestsrc.c: same
13915
13916 2004-10-14  Wim Taymans  <wim@fluendo.com>
13917
13918         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13919         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
13920         (is_sync_frame), (gst_multifdsink_new_client),
13921         (gst_multifdsink_handle_client_write),
13922         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13923         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
13924         Turn warnings into info.
13925         Don't allow a state change in the streaming thread.
13926
13927 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13928
13929         * ext/vorbis/oggvorbisenc.c:
13930         * ext/vorbis/vorbisdec.c:
13931           fix template sample rate
13932
13933 2004-10-13  Wim Taymans  <wim@fluendo.com>
13934
13935         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
13936         Decoding the header first fixes some problems in resyncing
13937         in more mp3s.
13938
13939 2004-10-12  Wim Taymans  <wim@fluendo.com>
13940
13941         * gst/playback/gstplaybin.c: (gen_video_element),
13942         (gen_vis_element), (remove_sinks), (setup_sinks):
13943         Added vis plugin support, need to configure the vis
13944         element to activate it.
13945
13946 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13947
13948         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
13949         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
13950           Some debug.
13951         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13952         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
13953         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
13954         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
13955         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
13956         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
13957         * gst/avi/gstavidemux.h:
13958           Support for openDML-2.0 indx/ix## chunks. Support for broken index
13959           recovery (where, if part of the index is broken, we will still read
13960           the rest of the index and recover the broken part by stream
13961           scanning). More broken media support. EOS workarounds. General AVI
13962           braindamage headache recovery. Aspirin included.
13963
13964 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13965
13966         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
13967         (cdparanoia_event), (cdparanoia_query):
13968           Get rid of hideous lead-in.
13969
13970 2004-10-11  Wim Taymans  <wim@fluendo.com>
13971
13972         * gst/playback/gstplaybasebin.c: (setup_source):
13973         Wrong var used to get g_list_next.
13974
13975 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13976
13977         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13978         (cdparanoia_get), (cdparanoia_open):
13979           Report discid as metadata, add duration.
13980
13981 2004-10-11  Wim Taymans  <wim@fluendo.com>
13982
13983         * gst/playback/gstplaybasebin.c: (setup_source):
13984         Cleanup the previous pipeline a little earlier for the
13985         case that a source element provides raw data.
13986
13987 2004-10-11  Benjamin Otte  <otte@gnome.org>
13988
13989         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
13990           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
13991           consuming the last 128 bytes, even though it was valid mp3 data.
13992
13993 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13994
13995         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
13996         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
13997         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13998         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
13999
14000 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14001
14002         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
14003         Fix for webcams that support only specific width or height
14004
14005 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14006
14007         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14008
14009         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
14010           Fix wrong discont event setup (fixes #154967).
14011
14012 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
14013
14014         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14015
14016         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14017           Error out on invalid data (fixes #154807).
14018
14019 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14020
14021         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14022
14023         * ext/dvdread/dvdreadsrc.c: (_read):
14024           Make titles > 0 work again (fixes #154834).
14025
14026 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14027
14028         * gst-libs/gst/riff/riff-media.c:
14029         (gst_riff_create_video_template_caps):
14030           WMV3 missing in template caps.
14031
14032 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14033
14034         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14035           OK, so the original code was too strict. It makes random AVI files
14036           hang for seconds upon opening, which is unacceptable and is far
14037           beyond the original goal of getting multiple chunks for one-chunk
14038           sounc stream files. So now do just that.
14039
14040 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14041
14042         * gst/playback/gstplaybasebin.c: (setup_source),
14043         (gst_play_base_bin_change_state):
14044           Actually clean up streaminfo if output fails. This would trigger
14045           if, for example, there was no CD in the drive. No preroll, so
14046           a streaminfo structure is created, but the subsequent state change
14047           of the thread fails.
14048         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
14049           Don't change state if parent failed.
14050
14051 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14052
14053         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14054         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
14055         (gen_video_element), (remove_sinks):
14056           Add small bits of code for screenshot handling.
14057
14058 2004-10-08  Wim Taymans  <wim@fluendo.com>
14059
14060         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
14061         (gen_video_element), (gen_audio_element), (setup_sinks):
14062         Don't assume the user provided sinks are named "sink"...
14063
14064 2004-10-08  Wim Taymans  <wim@fluendo.com>
14065
14066         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
14067         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
14068         (gst_play_base_bin_link_stream):
14069         Do not try to autoplug sources that generate raw streams like
14070         cdparanoia.
14071         disconnect the preroll overrun signal when we don't need it anymore.
14072
14073 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
14074
14075         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
14076         Added reworked patch from #154903 from milosz derezynski (deadchip).
14077
14078 2004-10-08  Wim Taymans  <wim@fluendo.com>
14079
14080         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
14081         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
14082         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
14083         (cdparanoia_convert), (cdparanoia_uri_get_type),
14084         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
14085         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
14086         * ext/cdparanoia/gstcdparanoia.h:
14087         This adds the cdda://<tracknum> uri.
14088
14089 2004-10-08  Wim Taymans  <wim@fluendo.com>
14090
14091         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14092         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
14093         (try_to_link_1), (no_more_pads), (close_link), (type_found):
14094         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14095         (unknown_type), (gst_play_base_bin_remove_element),
14096         (gst_play_base_bin_link_stream):
14097         * gst/playback/gstplaybasebin.h:
14098         * gst/playback/gstplaybin.c: (gst_play_bin_init),
14099         (gst_play_bin_set_property), (gen_video_element),
14100         (gen_audio_element), (setup_sinks):
14101         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
14102         (gst_stream_info_get_type), (gst_stream_info_class_init),
14103         (gst_stream_info_init), (gst_stream_info_new),
14104         (gst_stream_info_dispose), (stream_info_mute_pad),
14105         (gst_stream_info_set_property), (gst_stream_info_get_property):
14106         * gst/playback/gststreaminfo.h:
14107         Reuse the audio and video bins.
14108         Some internal cleanups in the stream selection code.
14109
14110 2004-10-08  Julien MOUTTE  <julien@moutte.net>
14111
14112         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
14113         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
14114         * sys/ximage/ximagesink.h:
14115         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
14116         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
14117         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
14118         not coming from those elements. Moreover these elements should not keep
14119         the xid they have been given when in NULL state.
14120
14121 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14122
14123         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
14124         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
14125         * sys/ximage/ximagesink.h:
14126         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
14127         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
14128         * sys/xvimage/xvimagesink.h:
14129           Actually only create a new toplevel window if we're not gonna
14130           embed it right after.
14131
14132 2004-10-07  Wim Taymans  <wim@fluendo.com>
14133
14134         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
14135         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
14136         * gst/playback/gstplaybin.c: (setup_sinks):
14137         Implement muting/unmuting of streams, mute streams that are not
14138         used.
14139
14140 2004-10-07  Wim Taymans  <wim@fluendo.com>
14141
14142         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
14143         (plugin_init):
14144         Added lame audio/x-ac3 typefind function.
14145
14146 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14147
14148         * configure.ac:
14149           bump nano to cvs
14150
14151 === release 0.8.5 ===
14152
14153 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14154
14155         * NEWS:
14156         * RELEASE:
14157         * configure.ac:
14158           releasing 0.8.5, "Take You On"
14159
14160 2004-10-06  Wim Taymans  <wim@fluendo.com>
14161
14162         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14163         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
14164         (no_more_pads), (close_link), (type_found):
14165         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14166         * gst/playback/gstplaybin.c: (gen_video_element):
14167         Do not signal the no_more_pads after the first pad when
14168         we are plugging a non dynamic element with multiple
14169         output pads (like swfdec, dvdec, ...).
14170
14171 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14172
14173         * configure.ac:
14174           bump for prerelease
14175
14176 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14177
14178         * gst/wavparse/gstwavparse.c:
14179           add ATRAC3 to STATIC CAPS to fix a warning
14180
14181         * gst/matroska/ebml-read.c:
14182         * gst-libs/gst/riff/riff-read.c:
14183           fix typos
14184
14185 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14186
14187         * gst-libs/gst/riff/riff-media.c:
14188           generate caps for ATRAC3 audio streams
14189
14190         * gst/realmedia/rmdemux.c:
14191           generate caps for ATRAC3 audio streams
14192
14193 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14194
14195         * gst/wavparse/Makefile.am
14196         * gst/wavparse/riff.h
14197         * gst/wavparse/wavparse.vcproj
14198           riff.h removal (unused and duplication with riff-ids.h)
14199
14200 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14201
14202         * gst/wavparse/gstwavparse.h
14203           remove duplicated defines for audio codec codes
14204
14205         * gst-libs/gst/riff/riff-ids.h
14206         * gst/wavenc/riff.h:
14207           add "4CC" code for ATRAC3 audio streams
14208           add "4CC" code for ITU_G721_ADPCM (unused for now)
14209
14210 2004-10-06  Wim Taymans  <wim@fluendo.com>
14211
14212         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
14213         Actually _do_ negotiation. Pass gdouble as arg instead
14214         of guint64 for the framerate.
14215
14216 2004-10-06  Wim Taymans  <wim@fluendo.com>
14217
14218         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14219         (find_compatibles), (close_pad_link), (try_to_link_1),
14220         (no_more_pads), (close_link), (type_found):
14221         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14222         * gst/playback/gstplaybin.c: (gen_video_element),
14223         (gen_audio_element):
14224         Set state on newly added element to READY so that negotiation
14225         can happen ASAP.
14226         Addes some more debug info.
14227         Do not try to plug pads with multiple caps structures or ANY
14228         because it is too dangerous since we do not do dynamic
14229         replugging.
14230
14231 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14232
14233         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
14234
14235         * po/LINGUAS:
14236         * po/or.po:
14237           add Oriya translation
14238
14239 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14240
14241         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14242           Prevent overwrite of size member. Makes audio sound crappy.
14243
14244 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14245
14246         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14247         Add rmvb to the list of known RealMedia extensions
14248
14249 2004-10-05  Wim Taymans  <wim@fluendo.com>
14250
14251         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
14252         (mngdec_openstream), (mngdec_closestream),
14253         (mngdec_handle_sink_event), (mngdec_readdata),
14254         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
14255         (mngdec_getcanvasline), (mngdec_refresh),
14256         (gst_mngdec_change_state):
14257         Set the framerate correctly.
14258
14259 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14260
14261         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14262           There was something wrong with the index massaging.
14263
14264 2004-10-04  Wim Taymans  <wim@fluendo.com>
14265
14266         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
14267         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
14268         (gst_smokedec_chain):
14269         * ext/jpeg/gstsmokedec.h:
14270         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
14271         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
14272         * ext/jpeg/gstsmokeenc.h:
14273         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
14274         (smokecodec_decode_new), (smokecodec_info_free),
14275         (smokecodec_set_quality), (smokecodec_get_quality),
14276         (smokecodec_set_threshold), (smokecodec_get_threshold),
14277         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14278         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
14279         (smokecodec_encode), (smokecodec_parse_id),
14280         (smokecodec_parse_header), (smokecodec_decode):
14281         * ext/jpeg/smokecodec.h:
14282         * ext/jpeg/smokeformat.h:
14283         Updated smoke, new bitstream, allows embedding in ogg.
14284
14285 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14286
14287         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
14288           Fix seeking in some files. All this code is no longer needed (and
14289           actually breaks stuff) because we now synchronize the full index
14290           right when reading the header.
14291
14292 2004-10-04  Wim Taymans  <wim@fluendo.com>
14293
14294         * configure.ac:
14295         configure update for libmng.
14296
14297 2004-10-04  Wim Taymans  <wim@fluendo.com>
14298
14299         * ext/libmng/Makefile.am:
14300         * ext/libmng/gstmng.c: (plugin_init):
14301         * ext/libmng/gstmng.h:
14302         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
14303         (gst_mngdec_base_init), (gst_mngdec_class_init),
14304         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
14305         (gst_mngdec_loop), (gst_mngdec_get_property),
14306         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
14307         (mngdec_closestream), (mngdec_handle_sink_event),
14308         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
14309         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
14310         (gst_mngdec_change_state):
14311         * ext/libmng/gstmngdec.h:
14312         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
14313         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
14314         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
14315         (gst_mngenc_chain), (gst_mngenc_get_property),
14316         (gst_mngenc_set_property):
14317         * ext/libmng/gstmngenc.h:
14318         Added basic MNG decoder. Needs more work. The encoder does
14319         not work yet.
14320
14321 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14322
14323         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
14324         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
14325         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
14326           Don't hang on length=0 chunks. Some negotiation fixes. Signal
14327           no-more-pads.
14328
14329 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14330
14331         * configure.ac:
14332           you need at least 1.0.4 of speex
14333
14334 2004-10-04 Iain <iaingnome@gmail.com>
14335
14336         * ext/speex/gstspeexdec.h: Revert the includes changes.
14337
14338         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
14339
14340 2004-09-30 Iain <iaingnome@gmail.com>
14341
14342         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
14343         found during init or set as a property instead of hardcoding /dev/audio
14344
14345 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14346
14347         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
14348         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
14349         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
14350         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
14351         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
14352         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
14353         (gst_rmdemux_dump_data):
14354           Use debug category, fix EOS handling. filesrc ! rmdemux now
14355           works.
14356
14357 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14358
14359         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14360         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
14361         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
14362           Improve allocation, cutting and sorting of the index. How takes a
14363           few seconds instead of minutes.
14364
14365 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
14366
14367         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
14368           fixed compilation
14369
14370 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14371
14372         * gst-libs/gst/riff/riff-media.c:
14373         (gst_riff_create_video_caps_with_data),
14374         (gst_riff_create_video_template_caps):
14375           Add wing commander format mimetype/fourccs.
14376         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14377           Don't crash if some value is 0.
14378
14379 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14380
14381         * gst-libs/gst/riff/riff-media.c:
14382         (gst_riff_create_video_caps_with_data),
14383         (gst_riff_create_video_template_caps):
14384           Add DIB fourcc (raw, palettized 8-bit RGB).
14385         * gst-libs/gst/riff/riff-read.c:
14386         (gst_riff_read_strf_vids_with_data):
14387           Oops, fix strf_data reading bug.
14388         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
14389           Use a non-NULL tag.
14390         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14391           Time for hacks. Sorry Dave. At least one quicktime movie (a
14392           trailer) that I've encountered contains multiple video tracks.
14393           One of those is the actual video track, the other are one-frame
14394           tracks (images). Unfortunately, the number of frames according
14395           to the trak header is 1 for each, so that doesn't help. So
14396           instead, I look at the duration and discard tracks with a
14397           duration shorter than 20% of the length of the stream. Better
14398           than nothing.
14399
14400 2004-10-01  Christian Schaller <christian@fluendo.com>
14401
14402         * ext/ivorbis/vorbis.c:
14403           Patch from Phil Blundell (Bug 152341)
14404
14405 2004-10-01  Wim Taymans  <wim@fluendo.com>
14406
14407         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
14408         (speex_dec_get_formats), (speex_dec_convert),
14409         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
14410         (speex_dec_chain), (gst_speexdec_get_property),
14411         (gst_speexdec_set_property):
14412         Small cleanups.
14413
14414 2004-10-01  Wim Taymans  <wim@fluendo.com>
14415
14416         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
14417         (gst_wavparse_stream_init), (gst_wavparse_fmt),
14418         (gst_wavparse_other), (gst_wavparse_loop),
14419         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14420         (gst_wavparse_srcpad_event):
14421         * gst/wavparse/gstwavparse.h:
14422         Added some more debugging info.
14423         Fix the case where the length of the file is 0.
14424         Make sure we seek to sample borders.
14425
14426 2004-10-01  Wim Taymans  <wim@fluendo.com>
14427
14428         * gst/playback/README:
14429         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
14430         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
14431         (try_to_link_1), (no_more_pads), (close_link), (type_found):
14432         Add some debug info to decodebin, update README
14433
14434 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14435
14436         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
14437           Don't use g_print(); use GST_DEBUG().
14438
14439 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14440
14441         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14442         (gst_ogg_mux_queue_pads):
14443           Handle EOS properly.
14444
14445 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
14446
14447         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14448
14449         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
14450         (gst_faad_chain), (gst_faad_change_state):
14451         * ext/faad/gstfaad.h:
14452           Allow playback of raw (unframed) MPEG AAC files (#148993).
14453
14454 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
14455
14456         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14457
14458         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14459           Throw error if we didn't recognize the stream. Fixes #152289.
14460
14461 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14462
14463         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
14464           Fix negotiation.
14465
14466 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
14467
14468         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14469
14470         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14471           Fix memleak.
14472
14473 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
14474
14475         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14476
14477         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
14478           Solve #152805.
14479         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
14480           Solve 152806.
14481
14482 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14483
14484         * gst-libs/gst/riff/riff-media.c:
14485         (gst_riff_create_video_caps_with_data),
14486         (gst_riff_create_audio_caps_with_data):
14487           Add codec_data handling (like asfdemux used to do).
14488         * gst/asfdemux/gstasf.c: (plugin_init):
14489         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14490         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
14491           Use riff-media for caps creation instead of our own (mostly
14492           broken) copy of its functions.
14493
14494 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14495
14496         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
14497           Don't actually error out if we get another return value than
14498           -EINVAL. Opposite to what I first thought, drivers have random
14499           return values for this, although -EINVAL is the expected return
14500           value. Since this is not fatal, we shouldn't use
14501           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
14502
14503 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14504
14505         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
14506         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
14507         (dvdreadsrc_get_property), (_open), (_seek), (_read),
14508         (dvdreadsrc_get), (dvdreadsrc_open_file),
14509         (dvdreadsrc_change_state):
14510           Fix. Don't do one big huge loop around the whole DVD, that will
14511           cache all data and thus eat sizeof(dvd) (several GB) before we
14512           see something.
14513         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14514           Actually NULL'ify event after using it.
14515         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
14516         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
14517         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
14518         (gst_ebml_read_seek), (gst_ebml_read_skip):
14519           Handle events.
14520         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
14521         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
14522         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
14523           Fix timing (this will probably break if I seek using menus, but
14524           I didn't get there yet). VOBs and normal DVDs should now work.
14525           Add a mpeg2-only pad with high rank so this get autoplugged for
14526           MPEG-2 movies.
14527         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
14528         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
14529         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
14530         (gst_mpeg_demux_get_audio_stream),
14531         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
14532         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
14533           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
14534           MPEG-1 but use dvddemux for MPEG-2.
14535         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
14536         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
14537         (gst_mpeg_parse_parse_packhead):
14538           Timing. Only add pad template if it exists. Add sink template from
14539           class and not from ourselves. This means we will always use the
14540           correct sink template even if it is not the one defined in this
14541           file.
14542
14543 2004-09-29  Wim Taymans  <wim@fluendo.com>
14544
14545         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
14546         (gst_mpeg_demux_parse_pes):
14547         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
14548         Fix playback of mpeg again, timestamps where screwed up by
14549         patch 1.61.
14550
14551 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14552
14553         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
14554           Only return true if we actually filled something in. Prevents
14555           player applications from showing a random length for flac files.
14556         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
14557         (gst_riff_read_use_event), (gst_riff_read_handle_event),
14558         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
14559         (gst_riff_read_strf_vids_with_data),
14560         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
14561           OK, ok, so I implemented event handling. Apparently it's normal
14562           that we receive random events at random points without asking
14563           for it.
14564         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14565         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14566         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
14567         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
14568         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
14569         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
14570         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14571         * gst/avi/gstavidemux.h:
14572           Implement non-lineair chunk handling and subchunk processing.
14573           The first solves playback of AVI files where the audio and video
14574           data of individual buffers that we read are not synchronized.
14575           This should not happen according to the wonderful AVI specs, but
14576           of course it does happen in reality. It is also a prerequisite for
14577           the second. Subchunk processing allows us to cut chunks in small
14578           pieces and process each of these pieces separately. This is
14579           required because I've seen several AVI files with incredibly large
14580           audio chunks, even some files with only one audio chunk for the
14581           whole file. This allows for proper playback including seeking.
14582           This patch is supposed to fix all AVI A/V sync issues.
14583         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
14584         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
14585           Work.
14586         * gst/modplug/gstmodplug.cc:
14587           Proper return value setting for the query() function.
14588         * gst/playback/gstplaybasebin.c: (setup_source):
14589           Being in non-playing state (after, e.g., EOS) is not necessarily
14590           a bad thing. Allow for that. This fixes playback of short files.
14591           They don't actually playback fully now, because the clock already
14592           runs. This means that small files (<500kB) with a small length
14593           (<2sec) will still not or barely play. Other files, such as mod
14594           or flx, will work correctly, however.
14595
14596 2004-09-28  Wim Taymans  <wim@fluendo.com>
14597
14598         * ext/speex/gstspeex.c: (plugin_init):
14599         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
14600         (gst_speex_dec_class_init), (speex_dec_get_formats),
14601         (speex_get_event_masks), (speex_get_query_types),
14602         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
14603         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
14604         (gst_speexdec_get_property), (gst_speexdec_set_property),
14605         (speex_dec_change_state):
14606         * ext/speex/gstspeexdec.h:
14607         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
14608         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
14609         (gst_speexenc_base_init), (gst_speexenc_class_init),
14610         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
14611         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
14612         (gst_speexenc_src_query), (gst_speexenc_init),
14613         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
14614         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
14615         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
14616         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
14617         (gst_speexenc_chain), (gst_speexenc_get_property),
14618         (gst_speexenc_set_property), (gst_speexenc_change_state):
14619         * ext/speex/gstspeexenc.h:
14620         Rewrote speex encoder, make sure it can be embedded in ogg.
14621         Implemented speex decoder.
14622
14623 2004-09-28  Christian Schaller <christian@fluendo.com>
14624
14625         * configure.ac:
14626         Remove kioslave plugin. Markey is brewing a new working one
14627         * ext/Makefile.am: Remove kioslave plugin
14628         * ext/kio: remove
14629         * gst-plugins.spec.in: remove kio plugin from spec
14630
14631 2004-09-27  Wim Taymans  <wim@fluendo.com>
14632
14633         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14634         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
14635         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
14636         (gst_multifdsink_new_client),
14637         (gst_multifdsink_handle_client_write),
14638         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14639         (gst_multifdsink_handle_clients):
14640         * gst/tcp/gstmultifdsink.h:
14641         Make syncing to keyframes actually work for new clients and lagging
14642         clients.
14643
14644 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14645
14646         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
14647         (gst_navigationtest_handle_src_event), (draw_box_planar411),
14648         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
14649         * gst/debug/gstnavigationtest.h:
14650           make navigationtest display button-press and button-release events
14651
14652 2004-09-26 Iain <iaingnome@gmail.com>
14653
14654         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
14655         the channels have received a new media event.
14656         (interleave_buffered_loop): Compresses a new media event on all
14657         channels into one.
14658
14659 2004-09-26 Iain <iaingnome@gmail.com>
14660
14661         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
14662         call the sinkpad's default event handler and not the srcpads. He also
14663         says this is confusing :)
14664         (gst_wavenc_stop_file): Company says that seek events only go upstream
14665         we should send a discontinuous downstream instead.
14666
14667 2004-09-25  Christian Schaller <christian@fluendo.com>
14668
14669         * Update SPEC file to be usable in conjunction with Fedora Core,
14670           Fedora.us and freshrpms packages
14671         * Fix typo in multifilesrc test Makefile
14672
14673 2004-09-24  Wim Taymans  <wim@fluendo.com>
14674
14675         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14676         Only signal the no_more_pads signal when we have
14677         added the stream to our list.
14678
14679 2004-09-24  Wim Taymans  <wim@fluendo.com>
14680
14681         * gst/playback/gstplaybasebin.c: (remove_prerolls),
14682         (new_decoded_pad):
14683         * gst/playback/gstplaybasebin.h:
14684         * gst/playback/gstplaybin.c: (setup_sinks):
14685         Don't try to preroll or decode more than one audio/video
14686         track.
14687
14688 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14689
14690         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
14691           Throw error if we failed to find a suitable output. This should
14692           throw an error if we successfully set up a pipeline (e.g. because
14693           we recognized a media file) but found no decodable streams in it
14694           (e.g. because it contains only media stream types for which we
14695           have no decoders, or because it's not a media type).
14696
14697 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14698
14699         * ext/dirac/Makefile.am:
14700         * ext/dirac/gstdirac.cc:
14701         * ext/dirac/gstdiracdec.cc:
14702         * ext/dirac/gstdiracdec.h:
14703           Do something. Don't actually know if this works because I don't
14704           have a demuxer yet.
14705         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
14706           Add channels=1 to caps returned from _getcaps().
14707         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
14708         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
14709         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
14710         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
14711         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
14712         (gst_ogm_parse_change_state):
14713           Separate between audio/video so ogmaudioparse actually uses the
14714           audio pad templates. Both audio and video work now, including
14715           autoplugging. Also use sometimes-srcpad hack.
14716         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14717           Handle events better. Don't hang on infinite loops.
14718         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14719         (gst_avi_demux_init), (gst_avi_demux_reset),
14720         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14721         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
14722         (gst_avi_demux_change_state):
14723         * gst/avi/gstavidemux.h:
14724           Improve A/V sync. Still not perfect.
14725         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
14726         (gst_ebml_read_skip):
14727           Handle events better.
14728         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14729         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
14730         (qtdemux_audio_caps):
14731           Add IMA4. Improve event handling. Save offset after a seek when
14732           the headers are at the end of the file so that we don't end up in
14733           an infinite loop.
14734         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
14735           Add low-priority typefind support for files with no length.
14736
14737 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14738
14739         * testsuite/multifilesink/Makefile.am:
14740         fix typo
14741
14742 2004-09-22  Julien MOUTTE  <julien@moutte.net>
14743
14744         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
14746         mistakes from thaytan's patches.
14747
14748 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14749
14750         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14751           For completeness, XSync in the destroy function as xvimage does.
14752
14753 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14754
14755         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
14756            Correct caps negotiation
14757         * gst/volume/gstvolume.c: (volume_chain_float),
14758         (volume_chain_int16):
14759            Modify debug output to be little more informative
14760         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
14761         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14762         (gst_xvimagesink_xvimage_destroy):
14763           Add XSync calls after detaching from the shared memory segment to
14764           avoid a crash.
14765
14766 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14767
14768         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14769         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
14770         * ext/vorbis/vorbis.c: (plugin_init):
14771         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14772         (gst_vorbisenc_chain):
14773         * ext/vorbis/vorbisenc.h:
14774         remove explicit newmedia support from oggmux and vorbisenc
14775         add debug category to vorbisenc
14776         * gst/multifilesink/gstmultifilesink.c:
14777         (gst_multifilesink_class_init), (gst_multifilesink_init),
14778         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
14779         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
14780         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
14781         (plugin_init):
14782         * gst/multifilesink/gstmultifilesink.h:
14783         add support for streamheader in multifilesink
14784
14785 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14786
14787         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
14788         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
14789         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
14790           Prevent infinite loops. More correct error reporting.
14791         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14792           Error out if negotiation fails.
14793         * gst/playback/gstplaybasebin.c: (setup_source),
14794         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
14795         (gst_play_base_bin_found_tag):
14796           Error/tag forwarding. Pre-roll fixes for source errors on state
14797           changes (e.g. "file does not exist") to prevent hangs.
14798
14799 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14800
14801         * testsuite/multifilesink/Makefile.am:
14802         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
14803         (gst_newmedia_class_init), (gst_newmedia_init),
14804         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14805         (newfile_signal), (test_signal), (main):
14806         * testsuite/multifilesink/multifilesrc_test.c: (main):
14807         * testsuite/multifilesink/oggtheora_test.c:
14808         (gst_newmedia_base_init), (gst_newmedia_class_init),
14809         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14810         (test_format), (newfile_signal), (test_signal), (main):
14811         * testsuite/multifilesink/oggvorbis_test.c:
14812         (gst_newmedia_base_init), (gst_newmedia_class_init),
14813         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14814         (test_format), (newfile_signal), (test_signal), (main):
14815         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
14816         (gst_newmedia_class_init), (gst_newmedia_init),
14817         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14818         (newfile_signal), (test_signal), (main):
14819         New media tests
14820
14821 2004-09-20  Christian Schaller <christian@fluendo.com>
14822
14823         * Fix mikmod license to LGPL as they have relicensed
14824         * Move Dirac and Effectv into LGPL section of README_license
14825
14826 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14827
14828         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
14829         (gst_mad_change_state):
14830           Allow for mp3 rate/channels changes. However, only very
14831           conservatively. Reason that we *have* to enable this is smiply
14832           because the mad find_sync() function is not good enough, it will
14833           regularly sync on random data as valid frames and therefore make
14834           us provide random caps as *final* caps of the stream. The best fix
14835           I could think of is to simply require several of the same stream
14836           changes in a row before we change caps.
14837           The actual testcase that works now is #
14838         * ext/ogg/Makefile.am:
14839         * ext/ogg/gstogg.c: (plugin_init):
14840         * ext/ogg/gstogmparse.c:
14841           OGM support (video only for now; I need an audio sample file).
14842         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14843         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
14844         (gst_asf_demux_add_video_stream):
14845           WMV extradata.
14846         * gst/playback/gstplaybasebin.c: (unknown_type):
14847           Don't error out on single unknown-types after all. It's wrong.
14848           If we found type of video and audio but not of a subtitle stream,
14849           it will still error out (which is unwanted). Will find a better fix
14850           later on.
14851         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
14852         (ogmaudio_type_find), (plugin_init):
14853           OGM support.
14854
14855 2004-09-20  Johan Dahlin  <johan@gnome.org>
14856
14857         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
14858         after setting caps.
14859
14860 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14861
14862         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
14863         * gst/wavenc/gstwavenc.h:
14864         Added newmedia support to wavenc
14865
14866 2004-09-17  Wim Taymans  <wim@fluendo.com>
14867
14868         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
14869         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
14870         (gst_fdset_fd_can_write), (gst_fdset_wait):
14871         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
14872         (gst_multifdsink_init), (gst_multifdsink_add),
14873         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
14874         (gst_multifdsink_remove_client_link),
14875         (gst_multifdsink_client_queue_buffer),
14876         (gst_multifdsink_handle_client_write),
14877         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
14878         (gst_multifdsink_close), (gst_multifdsink_change_state):
14879         * gst/tcp/gstmultifdsink.h:
14880         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14881         (gst_tcpserversink_removed):
14882         Small cleanups in fdset.c
14883         Use a hastable to map fd to the client structure for faster
14884         lookup in _remove and get_stats.
14885         Added virtual function to close the fds.
14886         Handle clients even when the select/poll call was unblocked because
14887         of a command.
14888         Implement syncing to keyframe in the recovery procedure.
14889
14890 2004-09-16 Iain <iaingnome@gmail.com>
14891
14892         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
14893         try caps.
14894
14895 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14896
14897         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
14898           Caps are only set if the type of the stream is unknown, but this
14899           is initialized in ->init_stream(), so set to UNKNOWN after calling
14900           ->init_stream() so that capsnego starts.
14901
14902 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14903
14904         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14905         (gst_avi_demux_stream_data):
14906           Just hardcode for raw audio then. AVI audio sucks.
14907
14908 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
14909
14910         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
14911         * gst/matroska/matroska-mux.c: (audiosink_templ),
14912         (gst_matroska_mux_audio_pad_link):
14913         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
14914         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
14915
14916 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14917
14918         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14919         (gst_avi_demux_stream_data):
14920           Try to fix a/v sync issues.
14921
14922 2004-09-15  David Schleef  <ds@schleef.org>
14923
14924         * configure.ac: remove NASM check, since we don't use it.  Update
14925         dirac check to 0.4
14926         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
14927         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14928         Initialized variables.
14929         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14930         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
14931         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
14932         SVQ3 format
14933
14934 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14935
14936         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14937         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
14938         * gst/avi/gstavidemux.h:
14939           Fix for compressed audio (mp3) timestamp generation. How did this
14940           ever work?
14941
14942 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14943
14944         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14945           Volume is a double not a float.
14946
14947 2004-09-15  Wim Taymans  <wim@fluendo.com>
14948
14949         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
14950         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
14951         Don't close the fd in multifdsink as we didn't open it in the
14952         first place. Some cleanups.
14953
14954 2004-09-15  Wim Taymans  <wim@fluendo.com>
14955
14956         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14957         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14958         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14959         Fix the case where the muxer would mark pages as delta
14960         frames when they are not (vorbis only ogg).
14961
14962 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14963
14964         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
14965         (gst_play_base_bin_change_state):
14966           Handle the case where we failed to setup a clear pipeline. This
14967           will throw an error (or EOS, another nice case) and if you don't
14968           catch that, the app will wait for the signal forever (and thus
14969           hang).
14970
14971 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14972
14973         * ext/gnomevfs/gstgnomevfssink.c:
14974         (gst_gnomevfssink_uri_get_protocols):
14975         * ext/gnomevfs/gstgnomevfssrc.c:
14976         (gst_gnomevfssrc_uri_get_protocols):
14977         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14978         * ext/gnomevfs/gstgnomevfsuri.h:
14979           Use _uri_new() instead of _open(), so it doesn't take as long and
14980           Christophe's computer won't hang.
14981         * gst/playback/gstplaybasebin.c: (unknown_type):
14982           Throw error on unknown media type, so apps actually display it.
14983
14984 2004-09-14  Brian Cameron  <brian.cameron@sun.com
14985
14986         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
14987           this script to work on Solaris since bash shell handles echo
14988           differenly than bash.
14989
14990 2004-09-17  Wim Taymans  <wim@fluendo.com>
14991
14992         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
14993         (setup_source), (gst_play_base_bin_set_property),
14994         (gst_play_base_bin_add_element):
14995         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
14996         Some more work on making sure seeking pauses the pipeline and
14997         that changing the uri actually does something.
14998
14999 2004-09-17  Wim Taymans  <wim@fluendo.com>
15000
15001         * gst/tcp/gstfdset.c: (gst_fdset_wait):
15002         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
15003         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
15004         (gst_tcpserversink_close):
15005         Be a bit more paranoid when freeing memory.
15006
15007 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15008
15009         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
15010         (qtdemux_parse_trak):
15011           Don't crash by dividing by zero (see sample movie in #126922).
15012
15013 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15014
15015         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
15016           Don't touch non-existing data (fixes crash on file in #140147).
15017
15018 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15019
15020         * gst/playback/gstplaybasebin.c:
15021         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
15022           Handle double disposals, and proper change of URIs.
15023
15024 2004-09-13  Martin Eikermann <meiker@upb.de>
15025
15026         * gst/mpegstream/gstmpegparse.c:
15027           fix synchronistation for streams recorded from digital PCR
15028           fixes bug #119376
15029
15030 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15031
15032         * ext/gnomevfs/Makefile.am:
15033         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15034         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
15035         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
15036         (gst_gnomevfssink_uri_get_type),
15037         (gst_gnomevfssink_uri_get_protocols),
15038         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
15039         (gst_gnomevfssink_uri_handler_init),
15040         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
15041         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
15042         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15043         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
15044         (gst_gnomevfssrc_uri_get_type),
15045         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
15046         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
15047         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15048         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
15049         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
15050         * ext/gnomevfs/gstgnomevfsuri.h:
15051           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
15052           of fake URIs to see which this version of Gnome-VFS likes, and
15053           uses that for the Gst-URI interface. Makes playbin support http://
15054           streams. Also fix up some stupid behaviour in gnomevfssrc.
15055
15056 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15057
15058         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
15059         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
15060         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
15061         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
15062           Update mixer (to sync with other sessions) if we try to obtain
15063           a new value. This makes alsamixer work accross applications.
15064         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15065           Only call sync functions if we're running, else alsalib asserts.
15066         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
15067           Sometimes fails to compile. Possibly a gcc bug.
15068         * gst/playback/gstplaybin.c: (gen_video_element),
15069         (gen_audio_element):
15070           Add a reference to an application-provided object, because we lose
15071           this same reference if we add it to the bin. If we don't do this,
15072           we can only use this object once and thus crash if we go from
15073           ready to playing, back to ready and back to playing again.
15074           Also add an audioscale element because several cheap soundcards -
15075           like mine - don't support all samplerates.
15076         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
15077         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
15078           Fix wrong order or PAR calls. Makes automatically obtained PAR
15079           from the X server atually being used.
15080
15081 2004-09-12  David Schleef  <ds@schleef.org>
15082
15083         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
15084         #151887, #152102, #152247.
15085         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
15086         * examples/seeking/cdparanoia.c: same
15087         * examples/seeking/cdplayer.c: same
15088         * examples/seeking/seek.c: same
15089         * examples/seeking/spider_seek.c: same
15090         * examples/seeking/vorbisfile.c: same
15091         * examples/stats/mp2ogg.c: same
15092         * ext/esd/esdsink.c: (gst_esdsink_class_init),
15093         (gst_esdsink_dispose): Dispose of element properly.
15094         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
15095         fixes.
15096         * ext/nas/nassink.c: (gst_nassink_class_init),
15097         (gst_nassink_dispose): Dispose of element correctly.
15098         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
15099         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15100         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
15101         Fix 64-bit warning.
15102         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15103         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
15104         Fix 64-bit warning.
15105
15106 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15107
15108         * configure.ac : change speex detection as 1.1.6 now uses
15109           .pc/pkg-config and they changed their headers location.
15110
15111 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
15112
15113         * gst/matroska/matroska-mux.h:
15114         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
15115         (gst_matroska_mux_start), (gst_matroska_mux_finish),
15116         (gst_matroska_mux_write_data):
15117           Write multiple blocks/frames per cluster.
15118                 Write meta-seek information (seek heads).
15119
15120 2004-09-09  Scott Wheeler <wheeler@kde.org>
15121
15122         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
15123         (gst_play_bin_set_property), (gst_play_bin_get_property),
15124         (gen_audio_element), (gen_audio_element):
15125           Add a volume element / property to the pipeline.
15126
15127 2004-09-07  Wim Taymans  <wim@fluendo.com>
15128
15129         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
15130         Copy timestamps from the master pad to the output buffers.
15131
15132 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15133
15134         * ext/raw1394/gstdv1394src.c:
15135           throw errors when applicable
15136
15137 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
15138
15139         * gst/matroska/ebml-ids.h:
15140         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
15141         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
15142         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
15143           automatically convert unix time <-> ebml time when reading/writing
15144           a date, use gst_ebml_write_uint to write CUETIME,
15145           not gst_ebml_write_date.
15146         * gst/matroska/matroska-ids.h:
15147         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
15148         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
15149         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
15150         (gst_matroska_mux_write_data):
15151           Write track and segment UIDs, write muxing date, write
15152           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
15153           Create cues for audio only files.
15154
15155 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15156
15157         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15158         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
15159           Re-commit ALSA switches.
15160         * gst/adder/gstadder.c: (gst_adder_loop):
15161           64-bit fix (#151416).
15162         * gst/debug/progressreport.c: (gst_progressreport_report):
15163           64-bit fix (#151419).
15164         * gst/matroska/matroska-demux.c:
15165         (gst_matroska_demux_parse_contents):
15166           64-bit fix (#151420).
15167         * gst/playback/test3.c: (update_scale):
15168           64-bit fix (#151421).
15169
15170 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15171
15172         * configure.ac:
15173           bump nano to cvs
15174
15175 === release 0.8.4 ===
15176
15177 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15178
15179         * configure.ac: releasing 0.8.4, "Alias"
15180
15181 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15182
15183         * ext/theora/Makefile.am:
15184           fix makefile.  Fixes #151462.
15185
15186 2004-08-30  Wim Taymans  <wim@fluendo.com>
15187
15188         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
15189         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15190         (gst_multifdsink_remove_client_link),
15191         (gst_multifdsink_client_queue_buffer),
15192         (gst_multifdsink_handle_client_write):
15193         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
15194         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
15195         Fix some memory leaks.
15196
15197 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15198
15199         Patch by: David Schleef
15200
15201         * configure.ac:
15202         * sys/Makefile.am:
15203           rename our detection macro for V4L2.  Fixes #151236.
15204
15205 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15206
15207         Patch by: David Schleef
15208
15209         * configure.ac:
15210           check to define LAMEPRESET.  Fixes #151232.
15211
15212 2004-08-27  David Schleef  <ds@schleef.org>
15213
15214         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
15215         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
15216         (gst_glimagesink_fixate):  Move local variable declarations to
15217         make gcc-2.95 happy.
15218
15219 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15220
15221         * configure.ac:
15222           bump nano for prerelease
15223
15224 2004-08-27  David Schleef  <ds@schleef.org>
15225
15226         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
15227         * sys/sunaudio/gstsunaudiosrc.c:
15228         * sys/sunaudio/gstsunaudiosrc.h:
15229
15230 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
15231
15232         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
15233         handle EOS correctly
15234         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
15235         * gst/matroska/matroska-mux.h:
15236         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
15237         VFW compatibility mode
15238
15239 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15240
15241         patch by: Zaheer Abbas Merali
15242
15243         * ext/ogg/gstoggmux.c:
15244         * ext/vorbis/vorbisenc.c:
15245         * ext/vorbis/vorbisenc.h:
15246           handle NEWMEDIA
15247
15248 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
15249
15250         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
15251         fix byte order reversion on little endian machines.
15252         * gst/matroska/matroska-mux.c: (audiosink_templ),
15253         (gst_matroska_mux_audio_pad_link):
15254         add TTA codec to the list of supported codecs.
15255         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
15256         (gst_matroska_mux_start), (gst_matroska_mux_finish),
15257         (gst_matroska_mux_write_data):
15258         * gst/matroska/matroska-mux.h:
15259         write segment duration correctly, write muxing app string, fixes bugs
15260         #140897 and #140898.
15261         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
15262         wait for all pads to be negotiated before starting to mux.
15263
15264 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15265
15266         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
15267         * ext/lame/gstlame.h:
15268         Added new media support to lame
15269
15270 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
15271
15272         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
15273         send vorbis headers at the beginning of a stream, fixes bug #141554.
15274         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
15275         bug #148950.
15276         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
15277         (gst_matroska_demux_plugin_init):
15278         * gst/matroska/matroska-ids.h:
15279         enable demuxing of TTA audio streams, fixes bug #148951.
15280         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
15281         enable typefinding for TTA audio files, fixes bug #148711.
15282         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
15283         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
15284         fixes playback of packed bitstream and xvid with bframes, bug #135407.
15285
15286 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
15287
15288         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
15289         (gst_riff_read_element_data), (gst_riff_read_seek),
15290         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
15291         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
15292         <teuf@gnome.org>
15293
15294 2004-08-23 Iain <iaingnome@gmail.com>
15295
15296         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
15297         tags. They appear to be handled differently to normal.
15298         (tag_list_to_id3_tag_foreach): Ditto.
15299
15300 2004-08-22  Wim Taymans  <wim@fluendo.com>
15301
15302         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15303         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15304         Make sure we never send -1 granulepos.
15305
15306 2004-08-20  Wim Taymans  <wim@fluendo.com>
15307
15308         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15309         (gst_ogg_mux_loop):
15310         I will accept bitchslappings with non sharp objects.
15311
15312 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15313
15314         * configure.ac:
15315         Clean up the test for lame presets
15316
15317 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15318
15319         * configure.ac:
15320         * ext/lame/Makefile.am:
15321         * ext/lame/gstlame.c: (gst_lame_class_init),
15322         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
15323         Only enable lame presets if version of lame has presets in API
15324
15325 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
15326         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
15327         * gst/udp/gstudpsrc.h:
15328           Don't call gst_pad_push in a get function. Fixes #150449
15329
15330 2004-08-18  Wim Taymans  <wim@fluendo.com>
15331
15332         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
15333         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
15334         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
15335         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15336         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15337         (gst_fdset_wait):
15338         * gst/tcp/gstfdset.h:
15339         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15340         (gst_multifdsink_client_queue_buffer),
15341         (gst_multifdsink_handle_client_write):
15342         * gst/tcp/gstmultifdsink.h:
15343         Some extra checks in gstfdset.
15344         Only use send() when the fd is a socket. Don't try to
15345         read from write only fds.
15346
15347 2004-08-18  Wim Taymans  <wim@fluendo.com>
15348
15349         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
15350         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
15351         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15352         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15353         (gst_fdset_wait):
15354         Add more locking and bounds checking.
15355
15356 2004-08-18  Wim Taymans  <wim@fluendo.com>
15357
15358         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
15359         Realloc test fdset in the lock and right before starting
15360         the poll call. Bump the limit to 4096.
15361
15362 2004-08-17  David Schleef  <ds@schleef.org>
15363
15364         * sys/sunaudio/Makefile.am:
15365         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
15366         of rates and channels.  Make debugging less obnoxious.
15367
15368         Patch from Balamurali Viswanathan implementing a mixer for
15369         Sun audio.  (bug #144091):
15370         * sys/sunaudio/gstsunelement.c:
15371         * sys/sunaudio/gstsunelement.h:
15372         * sys/sunaudio/gstsunmixer.c:
15373         * sys/sunaudio/gstsunmixer.h:
15374
15375 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15376
15377         * gst/audioscale/gstaudioscale.c:
15378         * gst/audioscale/gstaudioscale.h:
15379         made audioscale resample from any sample rate to any sample rate
15380
15381 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15382
15383         * ext/libpng/gstpngdec.c:
15384           error out on unsupported types
15385
15386 2004-08-17  Iain <iaingnome@gmail.com>
15387
15388         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
15389         mid_side and loose_mid_side properties if its a stereo stream.
15390
15391 2004-08-17  Wim Taymans  <wim@fluendo.com>
15392
15393         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15394         (theora_get_formats), (theora_dec_src_convert),
15395         (theora_dec_sink_convert), (theora_dec_src_query),
15396         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
15397         Add a debug line.
15398
15399 2004-08-17  Wim Taymans  <wim@fluendo.com>
15400
15401         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
15402         (gst_ogg_pad_push):
15403         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15404         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15405         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
15406         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15407         Mark delta units in the muxer.
15408         Try to decode the packet after an out-of-sync error from
15409         libogg.
15410
15411 2004-08-17  Wim Taymans  <wim@fluendo.com>
15412
15413         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15414         (gst_multifdsink_init), (gst_multifdsink_add),
15415         (gst_multifdsink_client_queue_buffer),
15416         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
15417         * gst/tcp/gstmultifdsink.h:
15418         Added option to send a keyframe to clients as the first buffer.
15419         Make timeout property writable.
15420
15421 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15422
15423         patch by: Wim Taymans
15424
15425         * gst/tcp/gstfdset.c:
15426         * gst/tcp/gstmultifdsink.c:
15427           fix index comparison, should include 0
15428
15429 2004-08-16  Wim Taymans  <wim@fluendo.com>
15430
15431         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
15432         (gst_fdset_add_fd), (gst_fdset_remove_fd),
15433         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15434         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15435         (gst_fdset_wait):
15436           copy when reallocing for poll so the select arguments don't get
15437           changed during the call
15438
15439 2004-08-16  Wim Taymans  <wim@fluendo.com>
15440
15441         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15442         (gst_theora_enc_class_init), (theora_enc_sink_link),
15443         (theora_buffer_from_packet), (theora_enc_chain):
15444         Fix bug where buffers were not marked as keyframes
15445         correctly.
15446
15447 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15448
15449         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
15450         (gst_lame_preset_get_type), (gst_lame_class_init):
15451         describe the enum values for vbr mode and presets more verbosely
15452
15453 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15454
15455         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
15456         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
15457         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
15458         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
15459         * ext/lame/gstlame.h:
15460         add preset property to lame so it can use lame presets
15461
15462 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15463
15464         * ext/lame/gstlame.c: (gst_lame_get_property):
15465         whoops forgot break, thanks teuf
15466
15467 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15468
15469         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
15470         (gst_lame_class_init), (gst_lame_src_getcaps),
15471         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
15472         (gst_lame_get_property), (gst_lame_setup):
15473         * ext/lame/gstlame.h:
15474         fix lame's broken vbr stuff, allow it to resample if need be, and also
15475         make xing header optional
15476
15477 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15478
15479         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
15480         added getcaps function so samplerate doesnt get fixated to silly values
15481
15482 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15483
15484         * ext/lame/gstlame.c: (gst_lame_src_link):
15485         revert previous fix
15486
15487 2004-08-12  Johan Dahlin  <johan@gnome.org>
15488
15489         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
15490         checks. Doesn't matter what state we are in. Interfaces are a
15491         compile time thing, not runtime. It also broke the python bindings.
15492
15493 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15494
15495         * ext/lame/gstlame.c: (gst_lame_src_link):
15496         made source pad link function check if sinkpad is ok..fixes the problem
15497         where core fixates the output rate of lame stupidly
15498
15499 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15500
15501         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
15502         * sys/v4l/v4l_calls.c:
15503         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
15504           fix fixate function to handle nonsimple caps.
15505           remove bogus check in _link
15506           cleanups
15507
15508 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15509
15510         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
15511         set default compression ratio parameter to 0.0 so bitrate parameter
15512         works :)
15513
15514 2004-08-11  David Schleef  <ds@schleef.org>
15515
15516         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
15517
15518 2004-08-11  David Schleef  <ds@schleef.org>
15519
15520         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
15521         before.
15522
15523 2004-08-11  David Schleef  <ds@schleef.org>
15524
15525         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
15526
15527 2004-08-11  David Schleef  <ds@schleef.org>
15528
15529         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
15530           license field
15531         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
15532         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
15533           LGPL.
15534         * gst/auparse/gstauparse.c: Fix plugin license field.
15535         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
15536         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
15537         * gst/rtp/gstrtp.c: Fix plugin license field.
15538
15539 2004-08-11  Wim Taymans  <wim@fluendo.com>
15540
15541         * gst/tcp/Makefile.am:
15542         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
15543         (ensure_size), (gst_fdset_new), (gst_fdset_free),
15544         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
15545         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
15546         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
15547         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
15548         (gst_fdset_fd_can_write), (gst_fdset_wait):
15549         * gst/tcp/gstfdset.h:
15550         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15551         (gst_multifdsink_class_init), (gst_multifdsink_init),
15552         (gst_multifdsink_add), (gst_multifdsink_remove),
15553         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15554         (gst_multifdsink_remove_client_link),
15555         (gst_multifdsink_handle_client_read),
15556         (gst_multifdsink_client_queue_data),
15557         (gst_multifdsink_client_queue_caps),
15558         (gst_multifdsink_client_queue_buffer),
15559         (gst_multifdsink_handle_client_write),
15560         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15561         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15562         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
15563         (gst_multifdsink_close):
15564         * gst/tcp/gstmultifdsink.h:
15565         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15566         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
15567         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
15568         (gst_tcpserversink_close):
15569         * gst/tcp/gsttcpserversink.h:
15570         Abstracted away the select call, implemented poll (yes we ran into
15571         the 1024 limit in production).
15572
15573 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15574
15575         * gst/tcp/gsttcp.c:
15576         * gst/tcp/gsttcpplugin.c:
15577           improve debuggging, remove assert
15578
15579 2004-08-10  Wim Taymans  <wim@fluendo.com>
15580
15581         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15582         (gst_client_status_get_type), (gst_multifdsink_class_init),
15583         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
15584         (gst_multifdsink_handle_client_read),
15585         (gst_multifdsink_handle_client_write),
15586         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15587         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15588         (gst_multifdsink_get_property):
15589         * gst/tcp/gstmultifdsink.h:
15590         * gst/tcp/gsttcp-marshal.list:
15591         Starting to prepare for specifying buffer time in other units
15592         than buffers. Expose remove reason in signal.
15593
15594 2004-08-10  Wim Taymans  <wim@fluendo.com>
15595
15596         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15597         (gst_multifdsink_remove), (gst_multifdsink_clear),
15598         (gst_multifdsink_remove_client_link),
15599         (gst_multifdsink_handle_client_read),
15600         (gst_multifdsink_client_queue_data),
15601         (gst_multifdsink_client_queue_buffer),
15602         (gst_multifdsink_handle_client_write),
15603         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
15604         (gst_multifdsink_chain), (gst_multifdsink_close):
15605         * gst/tcp/gstmultifdsink.h:
15606         Added more debugging info. Changed the way clients are
15607         removed from the lists. Fixed a bug where a bad file descriptor
15608         could cause many clients to be removed.
15609
15610 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15611
15612         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
15613           allow all pixel-aspect-ratios, not just 1:1
15614
15615 2004-08-09  David Schleef  <ds@schleef.org>
15616
15617         * sys/glsink/ARB_multitexture.h:  Remove old files.
15618         * sys/glsink/EXT_paletted_texture.h:
15619         * sys/glsink/NV_register_combiners.h:
15620         * sys/glsink/gstgl_nvimage.c:
15621         * sys/glsink/gstgl_pdrimage.c:
15622         * sys/glsink/gstgl_rgbimage.c:
15623         * sys/glsink/gstglsink.c:
15624         * sys/glsink/gstglsink.h:
15625         * sys/glsink/gstglxwindow.c:
15626         * sys/glsink/regcomb_yuvrgb.c:
15627
15628 2004-08-09  David Schleef  <ds@schleef.org>
15629
15630         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
15631         GL sink plugin.  (Bug #147302)
15632
15633         * configure.ac: Test for OpenGL
15634         * sys/Makefile.am: Use test for OpenGL
15635         * sys/glsink/Makefile.am:
15636         * sys/glsink/glimagesink.c: rewrite
15637         * sys/glsink/glimagesink.h: rewrite
15638
15639 2004-08-09  David Schleef  <ds@schleef.org>
15640
15641         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
15642         sane framerates.
15643         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
15644         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
15645         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
15646
15647 2004-08-09  Wim Taymans  <wim@fluendo.com>
15648
15649         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15650         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15651         (gst_multifdsink_client_remove),
15652         (gst_multifdsink_handle_client_read),
15653         (gst_multifdsink_handle_client_write),
15654         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15655         Do a bit more logging, make the client_read code more robust.
15656
15657 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15658
15659         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
15660         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
15661         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
15662         (gst_jpegdec_init), (gst_jpegdec_chain):
15663         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
15664         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
15665           cleanups, debugging fixes and memleak plugging
15666
15667 2004-08-09  Wim Taymans  <wim@fluendo.com>
15668
15669         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15670         (theora_get_formats), (theora_dec_src_convert),
15671         (theora_dec_sink_convert), (theora_dec_src_query),
15672         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
15673         (theora_dec_change_state):
15674         Don't crash on missing header packets.
15675
15676 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15677
15678         * po/LINGUAS:
15679         * po/sq.po:
15680           Added Albanian translation (Laurent Dhima)
15681         * po/cs.po:
15682           updated
15683
15684 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15685
15686         * ext/lame/gstlame.c:
15687           fix/add debugging
15688
15689 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15690
15691         * sys/ximage/ximagesink.c:
15692         * sys/xvimage/xvimagesink.c:
15693           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
15694
15695 2004-08-06  Wim Taymans  <wim@fluendo.com>
15696
15697         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15698         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15699         (gst_multifdsink_client_remove),
15700         (gst_multifdsink_handle_client_read),
15701         (gst_multifdsink_handle_client_write),
15702         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15703         Make sure we don't try to read more from a client that what
15704         ioctl says us or we deadlock.
15705
15706 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15707
15708         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
15709         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
15710         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
15711           decouple running_time and n_frames so it can handle changing
15712           framerate while running
15713
15714 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15715
15716         * po/nl.po:
15717         * po/sv.po:
15718           updated translations
15719
15720 2004-08-04  Benjamin Otte  <otte@gnome.org>
15721
15722         * gst/videotestsrc/gstvideotestsrc.c:
15723         (gst_videotestsrc_get_capslist), (generate_capslist),
15724         (plugin_init):
15725           generate the list of supported caps at startup and reuse it instead
15726           of always generating it
15727
15728 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15729
15730         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
15731           whoops, last checkin broke normal build
15732
15733 2004-08-03  Benjamin Otte  <otte@gnome.org>
15734
15735         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
15736         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
15737         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
15738         (gst_alsa_mixer_get_option):
15739         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
15740         (dvdnavsrc_print_event):
15741         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
15742         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
15743         (gst_ogg_mux_pad_unlink):
15744         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
15745         (gst_multipart_mux_pad_unlink):
15746         * gst/videofilter/gstvideobalance.c:
15747         (gst_videobalance_colorbalance_set_value):
15748         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
15749         (gst_videomixer_pad_unlink):
15750         * po/uk.po:
15751         * sys/oss/gstossmixer.c:
15752         * sys/v4l/gstv4lcolorbalance.c:
15753         * sys/v4l/gstv4ltuner.c:
15754         * sys/v4l/v4lsrc_calls.c:
15755         * sys/v4l2/gstv4l2colorbalance.c:
15756         * sys/v4l2/gstv4l2tuner.c:
15757           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
15758
15759 2004-08-03  Benjamin Otte  <otte@gnome.org>
15760
15761         * examples/dynparams/filter.c: (ui_control_create):
15762         * examples/gstplay/player.c: (print_tag):
15763         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
15764         * ext/gdk_pixbuf/gstgdkanimation.c:
15765         (gst_gdk_animation_iter_may_advance):
15766         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
15767         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
15768         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
15769         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
15770         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
15771         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
15772         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
15773         * gst/sine/demo-dparams.c: (main):
15774         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
15775         * testsuite/alsa/formats.c: (create_pipeline):
15776         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
15777           fixes for G_DISABLE_ASSERT and friends
15778         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15779         (mp3_type_frame_length_from_header), (mp3_type_find),
15780         (plugin_init):
15781           require mp3 typefinding to have at least MIN_HEADERS valid headers
15782           add typefinding for AAC adts files
15783
15784 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
15785
15786         * sys/ximage/ximagesink.c:
15787         (gst_ximagesink_calculate_pixel_aspect_ratio):
15788         * sys/xvimage/xvimagesink.c:
15789         (gst_xvimagesink_calculate_pixel_aspect_ratio):
15790         Make sure we calculate pixel-aspect-ratio using floating point maths
15791
15792 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15793
15794         * po/uk.po:
15795           updated translation
15796
15797 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15798
15799         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
15801           add debugging for display PAR calculation
15802
15803 2004-08-02  David Schleef  <ds@schleef.org>
15804
15805         * configure.ac: Fix mikmod CFLAGS.
15806
15807 2004-07-27  Benjamin Otte  <otte@gnome.org>
15808
15809         * gst/audioscale/gstaudioscale.c:
15810         - fix templates to only support S16, it's the only format that works
15811         - make caps nego code use try_set_caps_nonfixed and fixation instead
15812         of try_set_caps twice, which is not nice for autopluggers
15813         - change rank to secondary, so autopluggers can pick it up after
15814         audioconvert
15815
15816 2004-08-02  Iain <iain@prettypeople.org>
15817
15818         * gst/interleave/interleave.c (interleave_init),
15819         (interleave_request_new_pad),
15820         (interleave_pad_removed),
15821         (interleave_buffered_loop): Use the real pad count, not the artificial
15822         one.
15823
15824 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15825
15826         * configure.ac: bump nano back to development
15827
15828 === release 0.8.3 ===
15829
15830 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15831
15832         * configure.ac: releasing 0.8.3, "Water"
15833
15834 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15835
15836         * sys/xvimage/xvimagesink.c:
15837         (gst_xvimagesink_calculate_pixel_aspect_ratio),
15838         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
15839         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
15840         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15841         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15842         * sys/xvimage/xvimagesink.h:
15843           apply similar PAR fixes as to ximagesink
15844
15845 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15846
15847         patch from: Benjamin Otte
15848
15849         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
15850           add link function to lame.  Fixes #148986.
15851
15852 2004-08-02  Johan Dahlin  <johan@gnome.org>
15853
15854         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
15855         fix debugging log
15856
15857 2004-07-30  David Schleef  <ds@schleef.org>
15858
15859         * gst/videomixer/Makefile.am: Fix things that should have been
15860         fixed in the last checkin.
15861
15862 2004-07-30  David Schleef  <ds@schleef.org>
15863
15864         * gst/multipart/Makefile.am: Fix things that should have been
15865         fixed in the last checkin.
15866
15867 2004-07-30  David Schleef  <ds@schleef.org>
15868
15869         * testsuite/multifilesink/Makefile.am: Fix unused variable.
15870
15871 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15872
15873         * configure.ac:
15874           bump nano for prerelease
15875         * po/af.po:
15876         * po/az.po:
15877         * po/cs.po:
15878         * po/en_GB.po:
15879         * po/hu.po:
15880         * po/nl.po:
15881         * po/sr.po:
15882         * po/sv.po:
15883         * po/uk.po:
15884           updates
15885
15886 2004-07-30  Wim Taymans  <wim@fluendo.com>
15887
15888         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15889         (gst_multifdsink_add), (gst_multifdsink_remove),
15890         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15891         (gst_multifdsink_client_remove),
15892         (gst_multifdsink_handle_client_write),
15893         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15894         * gst/tcp/gstmultifdsink.h:
15895         Recover from a select with a bad file descriptor by removing
15896         the client.
15897
15898 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15899
15900         * configure.ac:
15901           fix requirement of core
15902         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
15903         (gst_play_pipeline_setup):
15904           don't use colorspace element.  do use hermescolorspace element.
15905           make macro to get a colorspace element.
15906           mark strings for translation.
15907         * po/POTFILES.in:
15908           add play.c
15909         * po/af.po:
15910         * po/az.po:
15911         * po/cs.po:
15912         * po/en_GB.po:
15913         * po/hu.po:
15914         * po/nl.po:
15915         * po/sr.po:
15916         * po/sv.po:
15917         * po/uk.po:
15918           update translations
15919
15920 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15921
15922         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
15923         fix default for newmedia flag
15924
15925 2004-07-30  Wim Taymans  <wim@fluendo.com>
15926
15927         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15928         (gst_theora_dec_init), (theora_get_formats),
15929         (theora_dec_src_convert), (theora_dec_sink_convert),
15930         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15931         (theora_dec_chain), (theora_dec_set_property),
15932         (theora_dec_get_property):
15933         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15934         (gst_theora_enc_class_init), (gst_theora_enc_init),
15935         (theora_enc_sink_link), (theora_enc_chain),
15936         (theora_enc_set_property), (theora_enc_get_property):
15937         Added cropping option to theora decoder.
15938         Added border option to theora encoder.
15939
15940 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15941
15942         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15943         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15944         (gst_pngenc_set_property):
15945         * ext/libpng/gstpngenc.h:
15946         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
15947
15948 2004-07-30  Wim Taymans  <wim@fluendo.com>
15949
15950         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15951         (theora_enc_sink_link), (theora_enc_chain),
15952         (theora_enc_set_property), (theora_enc_get_property):
15953         Fix encoding of non-multiple-of-16 video.
15954
15955 2004-07-29  David Schleef  <ds@schleef.org>
15956
15957         * configure.ac: make test for audiofile more strict
15958
15959 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15960
15961         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15962           give different names to typefind functions
15963
15964 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15965
15966         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15967         (gst_ximagesink_calculate_pixel_aspect_ratio),
15968         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
15969         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15970         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
15971         (gst_ximagesink_get_property), (gst_ximagesink_init):
15972         * sys/ximage/ximagesink.h:
15973           allocate PAR's dynamically.
15974           use autodetected PAR if no object-set PAR is given.
15975           add workaround for directfb's X not setting physical size.
15976           fix to xvimagesink will follow tomorrow.
15977
15978 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15979
15980         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
15981         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15982         (gst_shout2send_get_type), (gst_shout2send_set_clock),
15983         (gst_shout2send_class_init), (gst_shout2send_init),
15984         (set_shout_metadata), (gst_shout2send_set_metadata),
15985         (gst_shout2send_chain), (gst_shout2send_set_property),
15986         (gst_shout2send_get_property), (gst_shout2send_connect),
15987         (gst_shout2send_change_state):
15988         * ext/shout2/gstshout2.h:
15989         - fix for sending mp3 audio to icecast2 server, if pad link function not
15990         called before PAUSED state
15991         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
15992         - added tagging support for mp3 audio broadcasted
15993         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
15994         debug info
15995
15996 2004-07-28  Wim Taymans  <wim@fluendo.com>
15997
15998         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15999         (gst_ogg_demux_push):
16000         Return query failure when we don't know the length of
16001         an ogg stream insteda of returning TRUE with a bogus value.
16002
16003 2004-07-28  Wim Taymans  <wim@fluendo.com>
16004
16005         * ext/theora/theoradec.c: (theora_get_formats),
16006         (theora_dec_src_convert), (theora_dec_sink_convert),
16007         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16008         (theora_dec_chain):
16009         Don't screw up the 1 Chroma for 1 luma sample situation when we
16010         have an odd offset/width by adding a black border in those cases.
16011
16012 2004-07-28  Wim Taymans  <wim@fluendo.com>
16013
16014         * ext/theora/theoradec.c: (theora_get_formats),
16015         (theora_dec_src_convert), (theora_dec_sink_convert),
16016         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16017         (theora_dec_chain):
16018         * ext/theora/theoraenc.c: (theora_enc_sink_link):
16019         Added first attempt at cropping of the image as required by the
16020         theora spec. We need more properties in the caps (offset_x,
16021         offset_y,stride) to implement this correctly.
16022
16023 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
16024
16025         * ext/dvdnav/README:
16026           Update the README to use dvddemux
16027         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
16028           Ensure getcaps returns a subset of the template caps
16029         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
16030         (gst_mpeg2subt_init):
16031           Ensure getcaps returns a subset of the template caps
16032         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
16033         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
16034         (gst_dvd_demux_get_subpicture_stream),
16035         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
16036         * gst/mpegstream/gstdvddemux.h:
16037           Set the explicit caps on the current_video pad before pushing
16038           anything
16039         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
16040         (gst_mpeg_demux_get_audio_stream):
16041           Free caps used to gst_pad_set_explicit_caps, which takes a const
16042           GstCaps *
16043
16044 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16045
16046         * configure.ac: update GStreamer requirement to 0.8.4 because of
16047           GstFraction.
16048
16049 2004-07-28  Wim Taymans  <wim@fluendo.com>
16050
16051         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16052         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
16053         Add the pad to the element after setting up the caps. This
16054         makes it a lot easier to autoplug.
16055
16056 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
16057
16058         * gst/median/gstmedian.c:
16059         * gst/mpeg2subt/gstmpeg2subt.c:
16060         * gst/mpegaudioparse/gstmpegaudioparse.c:
16061         * gst/mpegstream/gstdvddemux.c:
16062         * gst/mpegstream/gstmpegdemux.c:
16063         * gst/mpegstream/gstmpegpacketize.c:
16064         * gst/rtjpeg/gstrtjpeg.c:
16065         * gst/rtjpeg/gstrtjpegdec.c:
16066         * gst/rtjpeg/gstrtjpegenc.c:
16067         * gst/sine/gstsinesrc.c:
16068         * gst/smooth/gstsmooth.c:
16069         * gst/smpte/gstsmpte.c:
16070         * gst/smpte/gstsmpte.h:
16071         * gst/stereo/gststereo.c:
16072         * gst/videofilter/gstgamma.c:
16073         * gst/videofilter/gstvideobalance.c:
16074         * gst/videofilter/gstvideofilter.c:
16075         * gst/videofilter/gstvideoflip.c:
16076         * gst/videoscale/gstvideoscale.c:
16077         * gst/videoscale/videoscale.c:
16078         * gst/videotestsrc/gstvideotestsrc.c:
16079         * gst/videotestsrc/videotestsrc.c:
16080         * gst/wavenc/gstwavenc.c:
16081         * gst/wavparse/gstwavparse.c:
16082           fix local includes and 64 bits constants
16083
16084 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
16085
16086         * win32/gst.sln:
16087         * gst-libs/gst/*/*.vcproj:
16088         * gst/*/*.vcproj:
16089           more working plugins
16090
16091 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16092
16093         * testsuite/alsa/Makefile.am:
16094         * testsuite/alsa/srcstate.c:
16095         add test for alsasrc changing state
16096
16097 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16098
16099         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
16100         (gst_silence_get):
16101         * gst/silence/gstsilence.h:
16102         fix silence generation for 16bit raw audio
16103
16104 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16105
16106         * gst/matroska/matroska-demux.c:
16107         (gst_matroska_demux_parse_metadata),
16108         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
16109         * gst/mpegaudio/common.c:
16110         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
16111         (gst_videoscale_getcaps), (gst_videoscale_link),
16112         (gst_videoscale_src_fixate), (gst_videoscale_init),
16113         (gst_videoscale_finalize):
16114         * gst/videoscale/gstvideoscale.h:
16115         * gst/videotestsrc/gstvideotestsrc.c:
16116         (gst_videotestsrc_get_capslist):
16117         * gst/wavenc/gstwavenc.c:
16118         * sys/oss/gstossmixer.c: (fill_labels):
16119         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16120         (gst_ximagesink_handle_xevents),
16121         (gst_ximagesink_calculate_pixel_aspect_ratio),
16122         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
16123         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
16124         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16125         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
16126         (gst_ximagesink_init), (gst_ximagesink_class_init):
16127         * sys/ximage/ximagesink.h:
16128         * sys/xvimage/xvimagesink.c:
16129         (gst_xvimagesink_calculate_pixel_aspect_ratio),
16130         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
16131         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
16132         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
16133         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16134         * sys/xvimage/xvimagesink.h:
16135           first batch of pixel aspect ratio commits.
16136
16137 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16138
16139         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16140         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
16141         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
16142           handle stride, needs work if we want to move stride handling
16143           upstream, but works correctly for our purposes.
16144
16145 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16146
16147         * gst/videoscale/README:
16148           add testing examples
16149         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
16150         (gst_videoscale_chain):
16151         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16152         (gst_videoscale_get_size):
16153           add get_size function that handles stride like videotestsrc.
16154           fixes conversion for YUV formats for as much as I can test them.
16155
16156 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16157
16158         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16159         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
16160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16161         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16162         (gst_xvimagesink_xvimage_put):
16163           further cleanups, logging, error handling and synchronizing
16164
16165 2004-07-27  Wim Taymans  <wim@fluendo.com>
16166
16167         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
16168         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
16169         (gst_videomixer_pad_set_property),
16170         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
16171         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
16172         (gst_videomixer_class_init), (gst_videomixer_init),
16173         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
16174         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
16175         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
16176         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
16177         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
16178         (gst_videomixer_loop), (plugin_init):
16179         Be a nicer negotiation citizen and provide a getcaps function on
16180         the srcpad. This also fixes a crash when resizing.
16181
16182 2004-07-27  Julien MOUTTE  <julien@moutte.net>
16183
16184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16185         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
16186
16187 2004-07-27  Wim Taymans  <wim@fluendo.com>
16188
16189         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
16190         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16191         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
16192         (gst_pngenc_set_property):
16193         * ext/libpng/gstpngenc.h:
16194         Added snapshot property to pngenc.
16195         removed g_print from pngdec
16196
16197 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
16198
16199         * gst/ac3parse/ac3parse.vcproj
16200         * gst/adder/adder.vcproj
16201         * gst/alpha/alpha.vcproj
16202         * gst/alpha/alphacolor.vcproj
16203         * gst/asfdemux/asf.vcproj
16204         * gst/audioconvert/audioconvert.vcproj
16205         * gst/audiorate/audiorate.vcproj
16206         * gst/audioscale/audioscale.vcproj
16207         * gst/auparse/auparse.vcproj
16208         * gst/avi/avi.vcproj
16209         * gst/cdxaparse/cdxaparse.vcproj
16210         * gst/chart/chart.vcproj
16211         * gst/colorspace/colorspace.vcproj
16212         * gst/cutter/cutter.vcproj
16213         * gst/debug/debug.vcproj
16214         * gst/debug/efence.vcproj
16215         * gst/debug/navigationtest.vcproj
16216         * gst/deinterlace/deinterlace.vcproj
16217         * gst/effectv/effectv.vcproj
16218         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
16219         * gst/filter/filter.vcproj
16220         * gst/flx/flxdec.vcproj
16221         * gst/goom/goom.vcproj
16222         * gst/interleave/interleave.vcproj
16223         * gst/law/alaw.vcproj
16224         * gst/law/mulaw.vcproj
16225         * gst/matroska/matroska.vcproj
16226         * gst/median/median.vcproj
16227         * gst/mixmatrix/mixmatrix.vcproj
16228         * gst/mpeg1sys/mpeg1systemencode.vcproj
16229         * gst/mpeg1videoparse/mp1videoparse.vcproj
16230         * gst/mpeg2sub/mpeg2subt.vcproj
16231         * gst/mpegaudio/mpegaudio.vcproj
16232         * gst/mpegaudioparse/mpegaudioparse.vcproj
16233         * gst/mpegstream/mpegstream.vcproj
16234         * gst/multifilesink/multifilesink.vcproj
16235         * gst/multipart/multipart.vcproj
16236         * gst/oneton/oneton.vcproj
16237         * gst/overlay/overlay.vcproj
16238         * gst/passthrough/passthrough.vcproj
16239         * gst/qtdemux/qtdemux.vcproj
16240         * gst/realmedia/rmdemux.vcproj
16241         * gst/rtjpeg/rtjpeg.vcproj
16242         * gst/rtp/rtp.vcproj
16243         * gst/silence/silence.vcproj
16244         * gst/sine/sinesrc.vcproj
16245         * gst/smooth/smooth.vcproj
16246         * gst/smpte/smpte.vcproj
16247         * gst/spectrum/spectrum.vcproj
16248         * gst/speed/speed.vcproj
16249         * gst/stereo/stereo.vcproj
16250         * gst/switch/switch.vcproj
16251         * gst/tags/tagedit.vcproj
16252         * gst/tcp/tcp.vcproj
16253         * gst/typefind/typefindfunctions.vcproj
16254         * gst/udp/udp.vcproj
16255         * gst/videobox/videobox.vcproj
16256         * gst/videocrop/videocrop.vcproj
16257         * gst/videodrop/videodrop.vcproj
16258         * gst/videofilter/gamma.vcproj
16259         * gst/videofilter/videobalance.vcproj
16260         * gst/videofilter/videofilter.vcproj
16261         * gst/videofilter/videoflip.vcproj
16262         * gst/videoflip/videoflip.vcproj
16263         * gst/videomixer/videomixer.vcproj
16264         * gst/videorate/videorate.vcproj
16265         * gst/videoscale/videoscale.vcproj
16266         * gst/videotestsrc/videotestsrc.vcproj
16267         * gst/virtualdub/virtualdub.vcproj
16268         * gst/volenv/volenv.vcproj
16269         * gst/volume/volume.vcproj
16270         * gst/wavenc/wavenc.vcproj
16271         * gst/wavparse/wavparse.vcproj
16272         * gst/y4m/y4menc.vcproj
16273         * gst-libs/gst/audio/audio.vcproj
16274         * gst-libs/gst/audio/audiofilter.vcproj
16275         * gst-libs/gst/colorbalance/colorbalance.vcproj
16276         * gst-libs/gst/idct/idtc.vcproj
16277         * gst-libs/gst/media-info/media-info.vcproj
16278         * gst-libs/gst/mixer/mixer.vcproj
16279         * gst-libs/gst/navigation/navigation.vcproj
16280         * gst-libs/gst/play/play.vcproj
16281         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
16282         * gst-libs/gst/resample/resample.vcproj
16283         * gst-libs/gst/riff/riff.vcproj
16284         * gst-libs/gst/tuner/tuner.vcproj
16285         * gst-libs/gst/video/video.vcproj
16286         * gst-libs/gst/xoverlay/xoverlay.vcproj
16287           avoid problems with math.h, fix release dependancy
16288           rename GStreamer-0.8.lib to libgstreamer.lib
16289
16290 2004-07-27  Julien MOUTTE  <julien@moutte.net>
16291
16292         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
16294         the atom is not available we have to unlock the mutex. Fixes #148023
16295
16296 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16297
16298         * gst-libs/gst/media-info/media-info.h:
16299           issue for a vararg macro with MSVC
16300
16301 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16302
16303         * gst/effectv/effectv.vcproj
16304         * gst-libs/gst/idct/idct.vcproj:
16305         * gst-libs/gst/media-info/media-info.vcproj:
16306         * gst-libs/gst/navigation/navigation.vcproj:
16307         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
16308         * gst-libs/gst/video/video.vcproj:
16309         * gst-libs/gst/xoverlay/xoverlay.vcproj:
16310           fixes for build problems
16311
16312 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16313
16314         * gst-libs/gst/audio/audio.def:
16315         * gst-libs/gst/audio/riff.def:
16316           add some definitions needed by plugins
16317
16318 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16319
16320         * gst/asfdemux/gstasfmux.c
16321           Fix some 64 bits constants to be glib friendly
16322
16323 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16324
16325         * gst/ac3parse/gstac3parse.c
16326         * gst/audioscale/gstaudioscale.c
16327         * gst/auparse/gstauparse.c
16328         * gst/colorspace/gstcolorspace.c
16329         * gst/colorspace/yuv2rgb.h
16330           local include fixes
16331
16332 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16333
16334         * win32/gst.sln
16335           add more plugins to the build
16336
16337 2004-07-26  Julien MOUTTE  <julien@moutte.net>
16338
16339         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16340         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
16341
16342 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16343
16344         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
16345         (gst_level_set_property), (gst_level_get_property),
16346         (gst_level_base_init), (gst_level_class_init):
16347           add debugging categories.  cleanups.
16348
16349 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16350
16351         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16352         (gst_videoscale_planar411), (gst_videoscale_planar400),
16353         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
16354         (gst_videoscale_scale_nearest_str1),
16355         (gst_videoscale_scale_nearest_str2),
16356         (gst_videoscale_scale_nearest_str4),
16357         (gst_videoscale_scale_nearest_16bit),
16358         (gst_videoscale_scale_nearest_24bit):
16359           fixed stride issues
16360           tested with 320x240 -> 321, 322, 324 x240
16361           tested with YV12, I420, YUY2, UYVY
16362           fixed packed422rev (don't think it could have worked before)
16363           by testing with UYVY
16364
16365 2004-07-26  Benjamin Otte  <otte@gnome.org>
16366
16367         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
16368         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
16369         (plugin_init):
16370           add debugging category, add error checks like checking return values
16371           of setup calls, make sure it still works after
16372           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
16373
16374 2004-07-26  Wim Taymans  <wim@fluendo.com>
16375
16376         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
16377         (gst_mpeg_demux_get_audio_stream),
16378         (gst_mpeg_demux_process_private):
16379         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
16380         Check for error codes from the negotiation functions. Make sure
16381         we really set the pad caps when a new pad is created.
16382
16383 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16384
16385         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16386         (gst_ffmpeg_caps_to_pix_fmt):
16387         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16388         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16389         (gst_ffmpegcolorspace_pad_link):
16390           don't make function do two things at the same time without reason.
16391
16392 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16393
16394         * gst/ac3parse/ac3parse.vcproj
16395         * gst/adder/adder.vcproj
16396         * gst/alpha/alpha.vcproj
16397         * gst/alpha/alphacolor.vcproj
16398         * gst/asfdemux/asf.vcproj
16399         * gst/audioconvert/audioconvert.vcproj
16400         * gst/audiorate/audiorate.vcproj
16401         * gst/audioscale/audioscale.vcproj
16402         * gst/auparse/auparse.vcproj
16403         * gst/avi/avi.vcproj
16404         * gst/cdxaparse/cdxaparse.vcproj
16405         * gst/chart/chart.vcproj
16406         * gst/colorspace/colorspace.vcproj
16407         * gst/cutter/cutter.vcproj
16408         * gst/debug/debug.vcproj
16409         * gst/debug/efence.vcproj
16410         * gst/debug/navigationtest.vcproj
16411         * gst/deinterlace/deinterlace.vcproj
16412         * gst/effectv/effectv.vcproj
16413         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
16414         * gst/filter/filter.vcproj
16415         * gst/flx/flxdec.vcproj
16416         * gst/goom/goom.vcproj
16417         * gst/interleave/interleave.vcproj
16418         * gst/law/alaw.vcproj
16419         * gst/law/mulaw.vcproj
16420         * gst/matroska/matroska.vcproj
16421         * gst/median/median.vcproj
16422         * gst/mixmatrix/mixmatrix.vcproj
16423         * gst/mpeg1sys/mpeg1systemencode.vcproj
16424         * gst/mpeg1videoparse/mp1videoparse.vcproj
16425         * gst/mpeg2sub/mpeg2subt.vcproj
16426         * gst/mpegaudio/mpegaudio.vcproj
16427         * gst/mpegaudioparse/mpegaudioparse.vcproj
16428         * gst/mpegstream/mpegstream.vcproj
16429         * gst/multifilesink/multifilesink.vcproj
16430         * gst/multipart/multipart.vcproj
16431         * gst/oneton/oneton.vcproj
16432         * gst/overlay/overlay.vcproj
16433         * gst/passthrough/passthrough.vcproj
16434         * gst/qtdemux/qtdemux.vcproj
16435         * gst/realmedia/rmdemux.vcproj
16436         * gst/rtjpeg/rtjpeg.vcproj
16437         * gst/rtp/rtp.vcproj
16438         * gst/silence/silence.vcproj
16439         * gst/sine/sinesrc.vcproj
16440         * gst/smooth/smooth.vcproj
16441         * gst/smpte/smpte.vcproj
16442         * gst/spectrum/spectrum.vcproj
16443         * gst/speed/speed.vcproj
16444         * gst/stereo/stereo.vcproj
16445         * gst/switch/switch.vcproj
16446         * gst/tags/tagedit.vcproj
16447         * gst/tcp/tcp.vcproj
16448         * gst/typefind/typefindfunctions.vcproj
16449         * gst/udp/udp.vcproj
16450         * gst/videobox/videobox.vcproj
16451         * gst/videocrop/videocrop.vcproj
16452         * gst/videodrop/videodrop.vcproj
16453         * gst/videofilter/gamma.vcproj
16454         * gst/videofilter/videobalance.vcproj
16455         * gst/videofilter/videofilter.vcproj
16456         * gst/videofilter/videoflip.vcproj
16457         * gst/videoflip/videoflip.vcproj
16458         * gst/videomixer/videomixer.vcproj
16459         * gst/videorate/videorate.vcproj
16460         * gst/videoscale/videoscale.vcproj
16461         * gst/videotestsrc/videotestsrc.vcproj
16462         * gst/virtualdub/virtualdub.vcproj
16463         * gst/volenv/volenv.vcproj
16464         * gst/volume/volume.vcproj
16465         * gst/wavenc/wavenc.vcproj
16466         * gst/wavparse/wavparse.vcproj
16467         * gst/y4m/y4menc.vcproj
16468           more plugins supported under windows
16469
16470 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16471
16472         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16473         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
16474         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
16475         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16476         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
16477           Add debugging statements.  Use the sizes as returned by the
16478           *CreateImage calls.
16479
16480 2004-07-26  Johan Dahlin  <johan@gnome.org>
16481
16482         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
16483         the pad is negotiated.
16484
16485         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
16486
16487 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16488
16489         * gst-libs/gst/colorbalance/colorbalance.vcproj:
16490         * gst-libs/gst/idct/idct.vcproj:
16491         * gst-libs/gst/media-info/media-info.vcproj:
16492         * gst-libs/gst/mixer/mixer.vcproj:
16493         * gst-libs/gst/navigation/navigation.vcproj:
16494         * gst-libs/gst/play/play.vcproj:
16495         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
16496         * gst-libs/gst/resample/resample.vcproj:
16497         * gst-libs/gst/tuner/tuner.vcproj:
16498         * gst-libs/gst/video/video.vcproj:
16499         * gst-libs/gst/xoverlay/xoverlay.vcproj:
16500           more plugins supported under windows
16501
16502 2004-07-25 Iain <iain@prettypeople.org>
16503
16504         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
16505         pad now rather than when the pad is created because state changes wipe
16506         explicit caps (fixes #148043).
16507
16508 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
16509
16510         reviewed by Benjamin Otte  <otte@gnome.org>
16511
16512         * ext/mad/gstmad.c:
16513           fix mad plugin crashing on Sun (fixes #148289)
16514
16515 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16516
16517         * gst/avi/avi.def:
16518         * gst/avi/avi.vcproj:
16519         * gst/matroska/matroska.def:
16520         * gst/matroska/matroska.vcproj:
16521           remove unused .def files
16522
16523 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16524
16525         * gst-libs/gst/audio/gstaudiofilter.c:
16526           Clean the local include
16527
16528 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16529
16530         * win32/gst.sln:
16531         * gst-libs/gst/audio/audio.def:
16532         * gst-libs/gst/audio/audio.vcproj:
16533         * gst-libs/gst/audio/audiofilter.vcproj:
16534         * gst-libs/gst/audio/riff.def:
16535         * gst-libs/gst/audio/riff.vcproj:
16536         * gst-libs/gst/gst-libs.def:
16537         * gst-libs/gst/gst-libs.vcproj:
16538         * gst/avi/avi.vcproj:
16539         * gst/avi/avi.vcproj:
16540           Copy the files where needed after building, cleaner projects
16541
16542 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16543
16544         * gst/matroska/ebml-write.c:
16545           Fix some 64 bits constants to be glib friendly
16546
16547 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
16548
16549         * win32/gst.sln:
16550         * gst-libs/gst/gst-libs.def:
16551         * gst-libs/gst/gst-libs.vcproj:
16552         * gst/matroska/matroska.def:
16553         * gst/matroska/matroska.vcproj:
16554           Add the preliminary canvas to build plugins on Win32
16555
16556 2004-07-23  Benjamin Otte  <otte@gnome.org>
16557
16558         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16559           don't enfore negotiation from source side, it breaks
16560           sinesrc ! audioconvert ! osssink
16561
16562 2004-07-22  David Schleef  <ds@schleef.org>
16563
16564         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
16565         for ELF files, since they can easily be recognized as audio/mpeg.
16566         (bug #147441)
16567
16568 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16569
16570         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16571         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
16572         (gst_videoscale_scale_nearest_24bit),
16573         (gst_videoscale_scale_nearest_16bit):
16574           fix 16bit and 24bit for stride (24bit might need testing)
16575           don't pretend we do more than one algorithm
16576
16577 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16578
16579         * configure.ac:
16580         * gst/Makefile.am:
16581         * gst/multifilesink/Makefile.am:
16582         * gst/multifilesink/gstmultifilesink.c:
16583         (gst_multifilesink_get_formats),
16584         (gst_multifilesink_get_query_types), (_do_init),
16585         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
16586         (gst_multifilesink_init), (gst_multifilesink_dispose),
16587         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
16588         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
16589         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
16590         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
16591         (gst_multifilesink_chain), (gst_multifilesink_change_state),
16592         (gst_multifilesink_uri_get_type),
16593         (gst_multifilesink_uri_get_protocols),
16594         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
16595         (gst_multifilesink_uri_handler_init), (plugin_init):
16596         * gst/multifilesink/gstmultifilesink.h:
16597         * testsuite/Makefile.am:
16598         * testsuite/multifilesink/Makefile.am:
16599         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
16600         (gst_newmedia_class_init), (gst_newmedia_init),
16601         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16602         (newfile_signal), (test_signal), (main):
16603         multifilesink plugin for creating new files every time a new media
16604         discontinuity event occurs
16605
16606 2004-07-22  Wim Taymans  <wim@fluendo.com>
16607
16608         * gst/alpha/Makefile.am:
16609         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
16610         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
16611         (gst_alpha_color_init), (gst_alpha_color_set_property),
16612         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
16613         (transform), (gst_alpha_color_chain),
16614         (gst_alpha_color_change_state), (plugin_init):
16615         Stupid plugin to to RGBA to AYUV conversion because none of
16616         the colorspace plugins can handle that yet.
16617
16618 2004-07-22  Wim Taymans  <wim@fluendo.com>
16619
16620         * examples/seeking/seek.c: (update_scale), (main):
16621         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16622         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16623         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16624         (gst_decode_bin_init), (gst_decode_bin_dispose),
16625         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16626         (no_more_pads), (close_link), (type_found),
16627         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16628         (plugin_init):
16629         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16630         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16631         (gst_play_base_bin_dispose), (queue_overrun),
16632         (gen_preroll_element), (remove_prerolls), (unknown_type),
16633         (no_more_pads), (new_stream), (setup_source),
16634         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16635         (play_base_eos), (gst_play_base_bin_change_state),
16636         (gst_play_base_bin_add_element),
16637         (gst_play_base_bin_remove_element),
16638         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16639         (gst_play_base_bin_unlink_stream),
16640         (gst_play_base_bin_get_streaminfo):
16641         * gst/playback/gstplaybin.c: (gen_video_element),
16642         (gen_audio_element):
16643         * gst/playback/gststreaminfo.h:
16644         More playback updates, attempt to fix things after the state change
16645         breakage.
16646
16647 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16648
16649         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
16650         (gst_videoscale_scale_nearest_16bit):
16651           comment algorithm
16652
16653 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16654
16655         * gst/videotestsrc/gstvideotestsrc.c:
16656         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
16657         (gst_videotestsrc_init), (gst_videotestsrc_get),
16658         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16659         (gst_videotestsrc_get_property):
16660         * gst/videotestsrc/gstvideotestsrc.h:
16661         * gst/videotestsrc/videotestsrc.c:
16662         * gst/videotestsrc/videotestsrc.h:
16663           cleanup and commenting
16664
16665 2004-07-21  Wim Taymans  <wim@fluendo.com>
16666
16667         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
16668         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
16669         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
16670         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
16671         (_find_chain_get_unknown_part), (_find_streams_check),
16672         (gst_ogg_demux_push), (gst_ogg_pad_push):
16673         * ext/theora/theoradec.c: (theora_get_formats),
16674         (theora_dec_src_convert), (theora_dec_sink_convert),
16675         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16676         (theora_dec_chain):
16677         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16678         (vorbis_dec_convert), (vorbis_dec_src_query),
16679         (vorbis_dec_src_event), (vorbis_dec_event):
16680         More seeking fixes, oggdemux now supports seeking to time and
16681         uses the downstream element to convert granulepos to time.
16682         Seeking in theora-only ogg files now works.
16683
16684 2004-07-21  Wim Taymans  <wim@fluendo.com>
16685
16686         * ext/theora/theoradec.c: (gst_theora_dec_init),
16687         (theora_get_formats), (theora_get_event_masks),
16688         (theora_get_query_types), (theora_dec_src_convert),
16689         (theora_dec_sink_convert), (theora_dec_src_query),
16690         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
16691         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16692         (vorbis_get_event_masks), (vorbis_get_query_types),
16693         (gst_vorbis_dec_init), (vorbis_dec_convert),
16694         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
16695         Added query/convert/formats functions to vorbis and theora decoders
16696         so that the outside world can use them too. Fixed seeking on an
16697         ogg/theora/vorbis file by disabling the seeking seeking on the
16698         theora srcpad.
16699
16700 2004-07-21  Julien MOUTTE  <julien@moutte.net>
16701
16702         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16703         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
16704         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
16705         images creation for both elements. We don't create the image on caps
16706         nego or renego, we just destroy the internal one if present if it does
16707         not match the needs. The chain function takes care of creating a new
16708         image when needed.
16709         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16710         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
16711         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
16712         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
16713         the image format information. The buffer pool checks for the context
16714         image format and discard images with different formats.
16715         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
16716
16717 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16718
16719         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16720         (gst_ffmpegcolorspace_chain):
16721           no point in doing any chaining if the pad we want to push from
16722           isn't usable.
16723
16724 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16725
16726         * gst-libs/gst/riff/riff-media.c:
16727         (gst_riff_create_audio_caps_with_data):
16728           Fix double end-to-native symbol conversion (#148021).
16729
16730 2004-07-20  David Schleef  <ds@schleef.org>
16731
16732         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16733         Don't use an Atom that doesn't exist.
16734
16735 2004-07-20  Wim Taymans  <wim@fluendo.com>
16736
16737         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16738         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16739         (gst_multifdsink_client_remove),
16740         (gst_multifdsink_handle_client_write),
16741         (gst_multifdsink_queue_buffer):
16742         * gst/tcp/gstmultifdsink.h:
16743         More multifdsink stats. Avoid deadlock by releasing locks
16744         before sending out a signal.
16745
16746 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16747
16748         * po/LINGUAS:
16749         * po/hu.po:
16750           added Hungarian translation (Laszlo Dvornik)
16751
16752 2004-07-20  Wim Taymans  <wim@fluendo.com>
16753
16754         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16755         (gst_multifdsink_add), (gst_multifdsink_client_remove),
16756         (gst_multifdsink_handle_client_write),
16757         (gst_multifdsink_queue_buffer):
16758         * gst/tcp/gsttcp-marshal.list:
16759         Fixed the stupid marshal definition.
16760
16761 2004-07-20  Wim Taymans  <wim@fluendo.com>
16762
16763         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16764         (gst_multifdsink_init), (gst_multifdsink_add),
16765         (gst_multifdsink_client_remove),
16766         (gst_multifdsink_handle_client_write),
16767         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
16768         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
16769         (gst_multifdsink_init_send):
16770         * gst/tcp/gstmultifdsink.h:
16771         Added more stats, added timeout for a client, fixed some typos
16772         and added some comments.
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_get_stats),
16778         (gst_multifdsink_client_remove),
16779         (gst_multifdsink_handle_client_write):
16780         * gst/tcp/gstmultifdsink.h:
16781         * gst/tcp/gsttcp-marshal.list:
16782         Added get_stats method that returns a GValueArray of
16783         stats values.
16784
16785 2004-07-19  Benjamin Otte  <otte@gnome.org>
16786
16787         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
16788           make sure longname, description and author are valid UTF-8
16789
16790 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16791
16792         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
16793         (gst_ximagesink_set_property):
16794         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
16795         (gst_xvimagesink_set_property):
16796           make sure SYNCHRONOUS is respected after getting the X context
16797
16798 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16799
16800         * gst/matroska/matroska-demux.c:
16801         (gst_matroska_demux_handle_src_event),
16802         (gst_matroska_demux_parse_blockgroup):
16803         * gst/matroska/matroska-ids.h:
16804           add BlockReference tag and ignore it to clear out log.
16805           ignore NAVIGATION events to clear out log.
16806
16807 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16808
16809         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16810         (gst_matroska_demux_add_stream):
16811         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
16812           add debug categories
16813
16814 2004-07-16  Wim Taymans  <wim@fluendo.com>
16815
16816         * ext/libpng/Makefile.am:
16817         * ext/libpng/gstpng.c: (plugin_init):
16818         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
16819         (gst_pngdec_get_type), (gst_pngdec_base_init),
16820         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
16821         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
16822         * ext/libpng/gstpngdec.h:
16823         Added png decoder.
16824
16825 2004-07-16  Julien MOUTTE  <julien@moutte.net>
16826
16827         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
16828         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
16829         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
16830         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
16831         (gst_ximagesink_buffer_alloc):
16832         * sys/ximage/ximagesink.h:
16833         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16834         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16835         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16836         (gst_xvimagesink_buffer_alloc):
16837         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
16838         again. Using internal data pointer of the x(v)image to store image's
16839         data to be coherent with the buffer alloc mechanism. Investigated the
16840         image destruction code to be sure that everything gets freed correctly.
16841
16842 2004-07-16  Wim Taymans  <wim@fluendo.com>
16843
16844         * gst-libs/gst/riff/riff-read.c:
16845         (gst_riff_read_strf_vids_with_data),
16846         (gst_riff_read_strf_auds_with_data):
16847         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16848         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
16849         Make sure we don't create 0 sized subbuffers in riff-read.
16850         Signal the no more pads signal after reading the avi header.
16851
16852 2004-07-16  Wim Taymans  <wim@fluendo.com>
16853
16854         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16855         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16856         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16857         (gst_decode_bin_init), (gst_decode_bin_dispose),
16858         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16859         (no_more_pads), (close_link), (type_found),
16860         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16861         (gst_decode_bin_change_state), (plugin_init):
16862         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16863         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16864         (gst_play_base_bin_dispose), (queue_overrun),
16865         (gen_preroll_element), (remove_prerolls), (unknown_type),
16866         (no_more_pads), (new_stream), (setup_source),
16867         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16868         (play_base_eos), (gst_play_base_bin_change_state),
16869         (gst_play_base_bin_add_element),
16870         (gst_play_base_bin_remove_element),
16871         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16872         (gst_play_base_bin_unlink_stream),
16873         (gst_play_base_bin_get_streaminfo):
16874         * gst/playback/gstplaybasebin.h:
16875         Better error recovery. Added configurable preroll queue size. Faster
16876         detection of no-more-pads.
16877
16878 2004-07-16  Wim Taymans  <wim@fluendo.com>
16879
16880         * gst-libs/gst/video/video.h:
16881         Added 32 bits RGBA. Not sure if we should use another mime-type
16882         for alpha rgb. Currently the presence of the alpha_mask property
16883         signals an alpha channel.
16884
16885 2004-07-16  Wim Taymans  <wim@fluendo.com>
16886
16887         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16888         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16889         FPS seems to be 0.0 to MAX everywhere else.
16890
16891 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16892
16893         * gst-libs/gst/riff/riff-media.c:
16894         (gst_riff_create_video_caps_with_data):
16895           mp42/mp43 (no caps) exist too.
16896         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16897           Set pixel_width/height; we've got them in-caps.
16898         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16899         * gst/wavparse/gstwavparse.c: (plugin_init):
16900           Both are valid primary.
16901         * sys/oss/gstossmixer.c:
16902           Remove i18n hack and enable translations.
16903
16904 2004-07-15  Benjamin Otte  <otte@gnome.org>
16905
16906         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16907         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
16908           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
16909
16910 2004-07-15  Benjamin Otte  <otte@gnome.org>
16911
16912         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16913         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
16914         (gst_alsa_close_audio):
16915           disable some of the debugging code for now. Writing debugging to a
16916           buffer is broken in current alsalib releases.
16917
16918 2004-07-12  Benjamin Otte  <otte@gnome.org>
16919
16920         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
16921           use bufferpools
16922
16923 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16924
16925         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16926         (theora_dec_src_query), (theora_dec_event):
16927         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
16928           add debugging categories.  Remove \n's.
16929
16930 2004-07-13  Johan Dahlin  <johan@gnome.org>
16931
16932         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
16933         (gst_play_bin_get_property): Impl.
16934
16935 2004-07-13  Wim Taymans  <wim@fluendo.com>
16936
16937         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
16938         When trying to find the stream length, seek back N pages
16939         instead of just one, where N is the number of streams in
16940         the current chain.
16941
16942 2004-07-13  Wim Taymans  <wim@fluendo.com>
16943
16944         * gst-libs/gst/riff/riff-media.c:
16945         (gst_riff_create_audio_caps_with_data),
16946         (gst_riff_create_audio_caps),
16947         (gst_riff_create_audio_template_caps):
16948         * gst-libs/gst/riff/riff-media.h:
16949         * gst-libs/gst/riff/riff-read.c:
16950         (gst_riff_read_strf_vids_with_data),
16951         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
16952         * gst-libs/gst/riff/riff-read.h:
16953         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16954         (gst_avi_demux_add_stream):
16955         Set codec_data on caps for avidemuxer.
16956
16957 2004-07-12  David Schleef  <ds@schleef.org>
16958
16959         * configure.ac: Fix test for Objective C
16960
16961 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
16962         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16963         (gst_gdk_pixbuf_chain):
16964           Add svg and pcx to template caps, and ensure that getcaps returns a
16965           subset of the template caps.
16966           Copy each row manually for output, as gdkpixbuf may pad the
16967           rowstride to a 32-bit word boundary.
16968
16969 2004-07-12  Wim Taymans  <wim@fluendo.com>
16970
16971         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
16972         (gst_riff_create_video_template_caps):
16973         Fix the template caps to include some more media types.
16974
16975 2004-07-12  Wim Taymans  <wim@fluendo.com>
16976
16977         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16978         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16979         (compare_ranks), (print_feature), (gst_decode_bin_init),
16980         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16981         (try_to_link_1), (new_pad), (close_link), (type_found),
16982         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16983         (gst_decode_bin_change_state), (plugin_init):
16984         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16985         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16986         (gst_play_base_bin_dispose), (queue_overrun),
16987         (gen_preroll_element), (remove_prerolls), (no_more_pads),
16988         (new_stream), (setup_source), (gst_play_base_bin_set_property),
16989         (gst_play_base_bin_get_property), (play_base_eos),
16990         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16991         (gst_play_base_bin_remove_element),
16992         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16993         (gst_play_base_bin_unlink_stream),
16994         (gst_play_base_bin_get_streaminfo):
16995         * gst/playback/gstplaybasebin.h:
16996         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16997         (gst_play_bin_class_init), (gst_play_bin_init),
16998         (gst_play_bin_dispose), (gst_play_bin_set_property),
16999         (gst_play_bin_get_property), (gen_video_element),
17000         (gen_audio_element), (remove_sinks), (setup_sinks),
17001         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
17002         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17003         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17004         (gst_play_bin_query), (plugin_init):
17005         * gst/playback/test4.c: (main):
17006         More fixes on reusing of the element.
17007
17008 2004-07-11  Benjamin Otte  <otte@gnome.org>
17009
17010         * ext/mad/gstmad.c: (normal_seek):
17011           allow seeking for other methods than just SET
17012
17013 2004-07-11  Andy Wingo  <wingo@pobox.com>
17014
17015         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
17016         float, "any" caps -> buffer_frames=[0,MAX].
17017
17018         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
17019         doesn't intersect our caps with the template any more. Do it
17020         ourselves.
17021         (interleave_buffered_loop): Use g_newa instead of malloc/free.
17022
17023 2004-07-09  Wim Taymans  <wim@fluendo.com>
17024
17025         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17026         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17027         (compare_ranks), (print_feature), (gst_decode_bin_init),
17028         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
17029         (try_to_link_1), (new_pad), (close_link), (type_found),
17030         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17031         (gst_decode_bin_change_state), (plugin_init):
17032         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17033         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17034         (gst_play_base_bin_dispose), (queue_overrun),
17035         (gen_preroll_element), (remove_prerolls), (no_more_pads),
17036         (new_stream), (setup_source), (gst_play_base_bin_set_property),
17037         (gst_play_base_bin_get_property), (play_base_eos),
17038         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
17039         (gst_play_base_bin_remove_element),
17040         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17041         (gst_play_base_bin_unlink_stream),
17042         (gst_play_base_bin_get_streaminfo):
17043         * gst/playback/gstplaybasebin.h:
17044         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17045         (gst_play_bin_class_init), (gst_play_bin_init),
17046         (gst_play_bin_dispose), (gst_play_bin_set_property),
17047         (gst_play_bin_get_property), (gen_video_element),
17048         (gen_audio_element), (remove_sinks), (setup_sinks),
17049         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
17050         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17051         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17052         (gst_play_bin_query), (plugin_init):
17053         * gst/playback/test4.c: (main):
17054         Work on object reuse and seeking.
17055
17056 2004-07-09  Wim Taymans  <wim@fluendo.com>
17057
17058         * examples/seeking/seek.c: (iterate):
17059         Don't consume all CPU in the idle loop.
17060
17061 2004-07-09  Wim Taymans  <wim@fluendo.com>
17062
17063         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
17064         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
17065         Add pad to element *after* setting the pad functions so that
17066         the scheduler can use the correct ones.
17067
17068 2004-07-09  Wim Taymans  <wim@fluendo.com>
17069
17070         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
17071         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
17072         Sync to keyframe after seek
17073
17074 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17075
17076         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17077         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17078         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
17079         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
17080         * ext/libvisual/visual.c: (gst_visual_change_state):
17081         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
17082         * ext/theora/theoradec.c: (theora_dec_change_state):
17083         * ext/theora/theoraenc.c: (theora_enc_change_state):
17084         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
17085         * gst-libs/gst/navigation/navigation.c:
17086         * gst/adder/gstadder.c: (gst_adder_change_state):
17087         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17088         (gst_audio_convert_get_buffer):
17089         * gst/multipart/multipartdemux.c:
17090         (gst_multipart_demux_change_state):
17091         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
17092         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17093         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17094         * gst/videoscale/gstvideoscale.c:
17095         (gst_videoscale_handle_src_event):
17096         * gst/volume/gstvolume.c: (volume_chain_int16):
17097           don't assert in state change, this should be done by the base
17098           GstElement class.
17099           various debugging fixes.
17100
17101 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17102
17103         * configure.ac:
17104         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17105         (gst_play_dispose), (gst_play_set_location),
17106         (gst_play_set_data_src), (gst_play_set_video_sink),
17107         (gst_play_set_audio_sink), (gst_play_set_visualization),
17108         (gst_play_connect_visualization), (gst_play_get_sink_element),
17109         (gst_play_get_all_by_interface):
17110         * gst-libs/gst/play/play.h:
17111           add new method to get elements implementing an interface.
17112           add various error logging
17113
17114 2004-07-08  Wim Taymans  <wim@fluendo.com>
17115
17116         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
17117         (make_mpeg_pipeline), (make_mpegnt_pipeline),
17118         (make_playerbin_pipeline), (query_durations_elems),
17119         (query_durations_pads), (query_positions_elems),
17120         (query_positions_pads), (update_scale), (iterate), (stop_seek),
17121         (main):
17122         Added playbin seeking example.
17123
17124 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17125
17126         * gst-libs/gst/play/play.c: (gst_play_set_location),
17127         (gst_play_set_data_src), (gst_play_set_video_sink),
17128         (gst_play_set_audio_sink), (gst_play_set_visualization),
17129         (gst_play_connect_visualization), (gst_play_get_framerate):
17130           use a macro to look up elements from hash table
17131
17132 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17133
17134         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17135         (gst_play_get_length_callback), (gst_play_set_location),
17136         (gst_play_seek_to_time), (gst_play_set_data_src),
17137         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17138         (gst_play_set_visualization), (gst_play_connect_visualization),
17139         (gst_play_get_sink_element):
17140         - add debugging info
17141         - fix looking up sink elements by iterating over complete caps
17142         - put everything except for source and autoplugger in a complete bin
17143
17144 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17145
17146         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
17147         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
17148         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
17149         (gst_alsa_sink_write), (gst_alsa_sink_loop):
17150         * ext/alsa/gstalsasink.h:
17151         - add debugging info
17152         - clean up schizophrenia of data/buffer/event
17153         - fix double event unref error
17154
17155 2004-07-08  Wim Taymans  <wim@fluendo.com>
17156
17157         * gst/playback/Makefile.am:
17158         Add headers to noinst
17159
17160 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17161
17162         * tools/gst-launch-ext-m.m:
17163         * tools/gst-launch-ext.1.in:
17164           convert to the third millenium
17165
17166 2004-07-07  David Schleef  <ds@schleef.org>
17167
17168         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
17169
17170 2004-07-07  Wim Taymans  <wim@fluendo.com>
17171
17172         * gst/playback/Makefile.am:
17173         * gst/playback/README:
17174         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17175         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17176         (compare_ranks), (print_feature), (gst_decode_bin_init),
17177         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
17178         (try_to_link_1), (new_pad), (close_link), (type_found),
17179         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17180         (plugin_init):
17181         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17182         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17183         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
17184         (gen_preroll_element), (no_more_pads), (new_stream),
17185         (setup_source), (gst_play_base_bin_set_property),
17186         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
17187         (gst_play_base_bin_add_element),
17188         (gst_play_base_bin_remove_element),
17189         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17190         (gst_play_base_bin_unlink_stream),
17191         (gst_play_base_bin_get_streaminfo):
17192         * gst/playback/gstplaybasebin.h:
17193         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17194         (gst_play_bin_class_init), (gst_play_bin_init),
17195         (gst_play_bin_dispose), (gst_play_bin_set_property),
17196         (gst_play_bin_get_property), (gen_video_element),
17197         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
17198         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
17199         (gst_play_bin_get_formats), (gst_play_bin_convert),
17200         (gst_play_bin_get_query_types), (gst_play_bin_query),
17201         (plugin_init):
17202         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17203         (gst_stream_info_get_type), (gst_stream_info_class_init),
17204         (gst_stream_info_init), (gst_stream_info_new),
17205         (gst_stream_info_dispose), (gst_stream_info_set_property),
17206         (gst_stream_info_get_property):
17207         * gst/playback/gststreaminfo.h:
17208         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
17209         (main):
17210         * gst/playback/test2.c: (main):
17211         * gst/playback/test3.c: (update_scale), (main):
17212         More playbin fixes. Added README. Do better element filtering.
17213         Added base class to preroll media. Added test apps.
17214
17215 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17216
17217         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
17218         * ext/mpeg2dec/gstmpeg2dec.h:
17219           various debugging improvements.  Reset stream to next picture
17220           instead of sequence header, otherwise seeks cannot work.
17221
17222 2004-07-07  Wim Taymans  <wim@fluendo.com>
17223
17224         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
17225         (gst_video_box_class_init), (gst_video_box_set_property),
17226         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
17227         Use pad_alloc where possible.
17228
17229 2004-07-07  Wim Taymans  <wim@fluendo.com>
17230
17231         * sys/oss/gstosselement.c: (gst_osselement_reset),
17232         (gst_osselement_parse_caps):
17233         * sys/oss/gstosselement.h:
17234         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17235         Fix offset on osssrc.
17236
17237 2004-07-07  Wim Taymans  <wim@fluendo.com>
17238
17239         * ext/theora/theora.c: (plugin_init):
17240         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
17241         (theora_dec_src_query), (theora_dec_chain):
17242         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17243         (theora_enc_sink_link), (theora_buffer_from_packet),
17244         (theora_push_packet), (theora_enc_chain):
17245         Fix theora granulepos calculation.
17246         Fix overflow in duration/position calculation.
17247         Bump rank to PRIMARY for theoradec.
17248         Use granulepos of last packet to calculate position.
17249         Set keyframe flag on buffers when needed.
17250
17251 2004-07-06  David Schleef  <ds@schleef.org>
17252
17253         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
17254         serious?  (Fixed, obviously.)
17255
17256 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17257
17258         * po/LINGUAS:
17259         * po/cs.po:
17260           added Czech translation (Miloslav Trmac)
17261
17262 2004-07-05  Wim Taymans  <wim@fluendo.com>
17263
17264         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17265         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17266         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
17267         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17268         (close_link), (type_found), (gst_decode_bin_set_property),
17269         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
17270         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
17271         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
17272         (gst_decode_bin_query), (plugin_init):
17273         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17274         (gst_play_bin_class_init), (gst_play_bin_init),
17275         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
17276         (get_video_element), (new_pad), (setup_source),
17277         (gst_play_bin_set_property), (gst_play_bin_get_property),
17278         (gst_play_bin_change_state), (gst_play_bin_add_element),
17279         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
17280         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17281         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17282         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
17283         * gst/playback/test.c: (main):
17284         More fixes, cleaned up playbin, make it use decodebin. Added
17285         threaded property to playbin.
17286
17287 2004-07-05  Wim Taymans  <wim@fluendo.com>
17288
17289         * configure.ac:
17290         * gst/playback/Makefile.am:
17291         * gst/playback/decodetest.c: (main):
17292         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17293         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17294         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
17295         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17296         (close_link), (type_found), (gst_decode_bin_set_property),
17297         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
17298         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
17299         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
17300         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
17301         (plugin_init):
17302         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17303         (gst_play_bin_class_init), (gst_play_bin_init),
17304         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
17305         (collect_sink_pads), (find_compatibles), (close_pad_link),
17306         (try_to_link_1), (new_pad), (close_link), (type_found),
17307         (setup_source), (gst_play_bin_set_property),
17308         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
17309         (compare_ranks), (gst_play_bin_collect_factories),
17310         (gst_play_bin_change_state), (gst_play_bin_add_element),
17311         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
17312         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17313         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17314         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
17315         * gst/playback/test.c: (main):
17316         Added some playback helper elements and some test apps, very alpha
17317         still.
17318
17319 2004-07-04  Benjamin Otte  <otte@gnome.org>
17320
17321         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
17322           only restart audio when we indeed have an xrun to fix repeated
17323           xruns. Fix suggested by Giuliano Pochini.
17324
17325 2004-07-03  David Schleef  <ds@schleef.org>
17326
17327         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
17328         call to gst_debug_log() if debugging is disabled (bug #145118)
17329
17330 2004-07-03  Benjamin Otte  <otte@gnome.org>
17331
17332         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
17333           use our own functions for restarting the alsa device.
17334         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17335           I should apply patches myself - use MIN for the third argument, not
17336           the second, this fixes seeking
17337
17338 2004-07-02  David Schleef  <ds@schleef.org>
17339
17340         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
17341         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
17342         do with the logic.
17343
17344 2004-07-02  David Schleef  <ds@schleef.org>
17345
17346         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
17347         output buffers.  Fix logic mistake.  (bug #144866)
17348
17349 2004-07-02  David Schleef  <ds@schleef.org>
17350
17351         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
17352         on X.  (bug #144753)
17353
17354 2004-07-02  David Schleef  <ds@schleef.org>
17355
17356         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
17357         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
17358         (bug #144624)
17359         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
17360         (gst_osselement_rate_probe_check): Add another workaround for
17361         buggy drivers (bug #145336)
17362
17363 2004-07-02  David Schleef  <ds@schleef.org>
17364
17365         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
17366         Most systems don't have MSG_NOSIGNAL.
17367
17368 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17369
17370         * Makefile.am:
17371         * gst-libs/gst/colorbalance/Makefile.am:
17372         * gst-libs/gst/mixer/Makefile.am:
17373         * gst-libs/gst/play/Makefile.am:
17374         * gst-libs/gst/tuner/Makefile.am:
17375           (hopefully) fix both install and dist and make error message useful.
17376           needs testing across automakes.
17377
17378 2004-07-02  Benjamin Otte  <otte@gnome.org>
17379
17380         * ext/ogg/gstogg.c: (plugin_init):
17381           we require bytestream now
17382         * ext/ogg/gstoggdemux.c:
17383           huge diff to implement chain setup in a fast and generic way. This
17384           improves tag reading and startup of huge files (read: Theora videos)
17385           quite a bit. It probably contains bugs, too, so please test.
17386           Seeking is not improved to the fast method.
17387
17388 2004-06-29  Wim Taymans  <wim@fluendo.com>
17389
17390         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17391         * ext/ogg/gstoggmux.c:
17392         Fix memleak in oggdemux when running unconnected pads.
17393         doc update in mux, start working on keyframe mode.
17394
17395 2004-06-29  Benjamin Otte  <otte@gnome.org>
17396
17397         * sys/oss/gstosssink.c:
17398         * sys/oss/gstosssrc.c:
17399           advertise correct template caps - we indeed do non-native endianness
17400           and 8bit audio has no endianness
17401         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
17402         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
17403           avoid (wrong) duplications in getcaps function and return
17404           template caps
17405
17406 2004-06-29  Wim Taymans  <wim@fluendo.com>
17407
17408         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17409         (gst_multifdsink_class_init), (gst_multifdsink_add),
17410         (gst_multifdsink_remove), (gst_multifdsink_clear),
17411         (gst_multifdsink_client_remove),
17412         (gst_multifdsink_handle_client_read),
17413         (gst_multifdsink_client_queue_data),
17414         (gst_multifdsink_client_queue_caps),
17415         (gst_multifdsink_client_queue_buffer),
17416         (gst_multifdsink_handle_client_write),
17417         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17418         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17419         (gst_multifdsink_init_send), (gst_multifdsink_close):
17420         Fix wrong GList iteration that could crash the server when
17421         more then 2 clients disconnect at the same time. Read all the
17422         pending commands in one batch to recover from command storms under
17423         very heavy load.
17424
17425 2004-06-28  Wim Taymans  <wim@fluendo.com>
17426
17427         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17428         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
17429         (gst_videomixer_pad_set_property),
17430         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
17431         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17432         (gst_videomixer_class_init), (gst_videomixer_init),
17433         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
17434         (pad_zorder_compare), (gst_videomixer_sort_pads),
17435         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
17436         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
17437         (gst_videomixer_update_queues), (gst_videomixer_loop),
17438         (plugin_init):
17439         Avoid divide by zero, choose masterpad as the pad with the highest
17440         framerate.
17441
17442 2004-06-27  Julien Moutte  <julien@moutte.net>
17443
17444         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
17445         (gst_ximagesink_xwindow_new):
17446         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
17447         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
17448         function directly. We might want to call it from somewhere else one day.
17449
17450 2004-06-27  Julien Moutte  <julien@moutte.net>
17451
17452         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
17453         (gst_ximagesink_xwindow_new):
17454         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
17455         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
17456         window decorations.
17457
17458 2004-06-27  Wim Taymans  <wim@fluendo.com>
17459
17460         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
17461         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
17462         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
17463         (gst_dvdec_set_property), (gst_dvdec_get_property):
17464         * ext/dv/gstdvdec.h:
17465         Implement drop_factor property to lower the framerate with
17466         a factor.
17467
17468 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17469
17470         * gst-libs/gst/colorbalance/Makefile.am:
17471         * gst-libs/gst/mixer/Makefile.am:
17472         * gst-libs/gst/play/Makefile.am:
17473         * gst-libs/gst/tuner/Makefile.am:
17474           unbreak Company's fix that didn't install the -enum.h files
17475
17476 2004-06-27  Wim Taymans  <wim@fluendo.com>
17477
17478         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
17479         (gst_dvdec_change_state):
17480         * ext/dv/gstdvdec.h:
17481         Fix timestamp, duration and offset of the buffers.
17482
17483 2004-06-27  Wim Taymans  <wim@fluendo.com>
17484
17485         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17486         (gst_multifdsink_class_init), (gst_multifdsink_add),
17487         (gst_multifdsink_remove), (gst_multifdsink_clear),
17488         (gst_multifdsink_client_remove),
17489         (gst_multifdsink_handle_client_read),
17490         (gst_multifdsink_client_queue_data),
17491         (gst_multifdsink_client_queue_caps),
17492         (gst_multifdsink_client_queue_buffer),
17493         (gst_multifdsink_handle_client_write),
17494         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17495         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17496         (gst_multifdsink_init_send), (gst_multifdsink_close):
17497         * gst/tcp/gstmultifdsink.h:
17498         * gst/tcp/gsttcpserversink.c:
17499         (gst_tcpserversink_handle_server_read),
17500         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
17501         More multifdsink fixes, more recovery policy fixes.
17502         Removed stupid g_print
17503
17504 2004-06-26  Wim Taymans  <wim@fluendo.com>
17505
17506         * gst/tcp/Makefile.am:
17507         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17508         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
17509         (gst_multifdsink_class_init), (gst_multifdsink_init),
17510         (gst_multifdsink_debug_fdset), (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_chain), (gst_multifdsink_set_property),
17519         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
17520         (gst_multifdsink_close), (gst_multifdsink_change_state):
17521         * gst/tcp/gstmultifdsink.h:
17522         * gst/tcp/gsttcpplugin.c: (plugin_init):
17523         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
17524         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
17525         (gst_tcpserversink_handle_server_read),
17526         (gst_tcpserversink_handle_select),
17527         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
17528         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
17529         * gst/tcp/gsttcpserversink.h:
17530         Added multifdsink, made tcpserversink a subclass of fdsink, removed
17531         one of the locks, added recovery policy to multifdsink.
17532
17533 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17534
17535         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17536           fix decision for when getting frames with same timestamp
17537         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17538         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17539         (gst_v4lsrc_get_property):
17540         * sys/v4l/gstv4lsrc.h:
17541           add latency offset property
17542
17543 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17544
17545         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
17546         (plugin_init):
17547           fix debugging. add category.
17548
17549 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17550
17551         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17552           fix wrong offsets
17553
17554 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17555
17556         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17557         (gst_alsa_src_get_time), (gst_alsa_src_loop),
17558         (gst_alsa_src_change_state):
17559           return a time that is in sync with the element's processing
17560
17561 2004-06-25  Wim Taymans  <wim@fluendo.com>
17562
17563         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17564         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17565         (gst_tcpserversink_client_remove),
17566         (gst_tcpserversink_handle_client_read),
17567         (gst_tcpserversink_client_queue_data),
17568         (gst_tcpserversink_client_queue_caps),
17569         (gst_tcpserversink_client_queue_buffer),
17570         (gst_tcpserversink_handle_client_write),
17571         (gst_tcpserversink_queue_buffer),
17572         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
17573         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
17574         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
17575         (gst_tcpserversink_close):
17576         * gst/tcp/gsttcpserversink.h:
17577         Serversink rewrite. Really do non blocking writes to clients and
17578         maintain an internal queue to handle slower clients while not
17579         disturbing fast clients.
17580
17581 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17582
17583         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17584           better debug, don't override OFFSET and OFFSET_END
17585
17586 2004-06-25  Iain <iain@prettypeople.org>
17587
17588         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
17589         name=source for the wavparse pipeline.
17590
17591 2004-06-24  Johan Dahlin  <johan@gnome.org>
17592
17593         * ext/theora/theoraenc.c (theora_enc_chain): Call
17594         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
17595         streamheader caps are set correctly.
17596
17597 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17598
17599         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17600         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
17601           respect minimum bitrate; same could be done for max bitrate
17602
17603 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17604
17605         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17606         (gst_vorbisenc_setup):
17607           fix sample rate range
17608
17609 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17610
17611         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
17612         (gst_oggvorbisenc_setup):
17613         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
17614         (gst_vorbisenc_setup):
17615           resolve ambiguities in code and description
17616
17617 2004-06-24  Wim Taymans  <wim@fluendo.com>
17618
17619         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
17620         * ext/alsa/gstalsa.h:
17621         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17622         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
17623         Use alsa trigger_tstamp to get the timestamp of the first
17624         sample in the buffer for more precise sync. Some cleanups.
17625
17626 2004-06-24  Wim Taymans  <wim@fluendo.com>
17627
17628         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
17629         (gst_audiorate_init), (gst_audiorate_chain),
17630         (gst_audiorate_set_property), (gst_audiorate_get_property):
17631         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17632         (gst_videorate_chain):
17633         Added some logging, fixed an overflow bug in videorate.
17634
17635 2004-06-24  Benjamin Otte  <otte@gnome.org>
17636
17637         * ext/kio/Makefile.am:
17638           fix for builddir != srcdir and distcheck
17639
17640 2004-06-24  Benjamin Otte  <otte@gnome.org>
17641
17642         * gst-libs/gst/colorbalance/Makefile.am:
17643         * gst-libs/gst/mixer/Makefile.am:
17644         * gst-libs/gst/play/Makefile.am:
17645         * gst-libs/gst/tuner/Makefile.am:
17646         * gst/tcp/Makefile.am:
17647         * sys/dxr3/Makefile.am:
17648           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
17649           tarball.
17650           Also add all *.list files that were missing.
17651         * Makefile.am:
17652           add a distcheck hook to ensure the above doesn't happen again.
17653
17654 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
17655
17656         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
17657
17658 2004-06-23  Colin Walters  <walters@redhat.com>
17659
17660         * m4/Makefile.am: Distribute gst-fionread.m4.
17661
17662 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17663
17664         * configure.ac: back to dev
17665
17666 2004-06-23  Wim Taymans  <wim@fluendo.com>
17667
17668         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
17669         (gst_alsa_xrun_recovery):
17670         * ext/alsa/gstalsa.h:
17671         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17672         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
17673         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17674         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
17675         (gst_alsa_src_loop):
17676         Add clock to alsasrc. Take new capture timestamp when
17677         restarting after an overrun. Split up some functions between
17678         alsasrc and alsasink.
17679
17680 === release 0.8.2 ===
17681
17682 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17683
17684         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17685         (gst_alsa_change_state), (gst_alsa_update_avail),
17686         (gst_alsa_xrun_recovery):
17687         * ext/alsa/gstalsa.h:
17688         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17689           merge back changes from release
17690
17691 2004-06-23  Wim Taymans  <wim@fluendo.com>
17692
17693         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
17694         (gst_audiorate_init), (gst_audiorate_chain),
17695         (gst_audiorate_set_property), (gst_audiorate_get_property):
17696         Implement sample dropping and notify
17697
17698 2004-06-22  Wim Taymans  <wim@fluendo.com>
17699
17700         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17701         (theora_enc_sink_link), (theora_buffer_from_packet),
17702         (theora_push_packet), (theora_enc_chain):
17703         Some cleanups, make sure the timestamps are correct.
17704
17705 2004-06-22  Wim Taymans  <wim@fluendo.com>
17706
17707         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
17708         (gst_alsa_change_state), (gst_alsa_update_avail),
17709         (gst_alsa_xrun_recovery):
17710         * ext/alsa/gstalsa.h:
17711         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17712         Cleanups, take queued samples into account when reporting
17713         the time.
17714
17715 2004-06-22  Wim Taymans  <wim@fluendo.com>
17716
17717         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17718         (gst_videorate_init):
17719         Initialize the property as well.
17720
17721 2004-06-22  Wim Taymans  <wim@fluendo.com>
17722
17723         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17724         (gst_videorate_init), (gst_videorate_chain),
17725         (gst_videorate_set_property), (gst_videorate_get_property):
17726         Add property to make videorate silent.
17727         Add property to prefer new frames over old ones.
17728
17729 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17730
17731         * sys/osxvideo/Makefile.am:
17732         Workaround so that the osxvideo .so file gets linked with the
17733         Cocoa, OpenGL and QuickTime frameworks
17734
17735 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17736
17737         * sys/osxaudio/Makefile.am:
17738         Workaround so that the osxaudio .so file gets linked with the
17739         CoreAudio framework
17740
17741 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17742
17743         * configure.ac:
17744         Whoops, my fault...fixed build issues
17745
17746 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17747
17748         * configure.ac:
17749         Add objective-c support if running in Darwin/Mac OS X
17750         * sys/Makefile.am:
17751         * sys/osxvideo:
17752         * sys/osxvideo/Makefile.am:
17753         * sys/osxvideo/osxvideosink.h:
17754         * sys/osxvideo/osxvideosink.m:
17755         * sys/osxvideo/cocoawindow.h:
17756         * sys/osxvideo/cocoawindow.m:
17757         Add osxvideosink, a cocoa-based osx video sink
17758
17759
17760 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
17761         * ext/dvdnav/gst-dvd:
17762         Grab the gconf key from the right spot
17763         * gst/debug/gstnavseek.c: (gst_navseek_init),
17764         (gst_navseek_segseek), (gst_navseek_handle_src_event),
17765         (gst_navseek_chain):
17766         * gst/debug/gstnavseek.h:
17767           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
17768           and loop parameters of a segment seek.
17769         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17770         (gst_videotestsrc_get_event_masks),
17771         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
17772         * gst/videotestsrc/gstvideotestsrc.h:
17773           Add seeking support to videotestsrc
17774           Initialise the timestamp_offset variable.
17775
17776 2004-06-18  Wim Taymans  <wim@fluendo.com>
17777
17778         * ext/sidplay/gstsiddec.cc:
17779         Fix negotiation and set correct end offset.
17780
17781 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17782
17783         * configure.ac: branch and prerelease
17784
17785 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17786
17787         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
17788         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
17789         (gst_tcpclientsrc_init_receive):
17790         * gst/tcp/gsttcpclientsrc.h:
17791           read caps when connecting to server for GDP so we set them correctly
17792
17793 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17794
17795         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17796           notify drops and duplicates
17797         * gst/videoscale/videoscale.c: (videoscale_get_structure):
17798           no good reason to limit ourselves to 100x100
17799
17800 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17801
17802         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17803         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
17804         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17805         (gst_v4lsrc_get_property):
17806         * sys/v4l/gstv4lsrc.h:
17807         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17808         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17809         (gst_v4l_set_audio):
17810         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
17811         (gst_v4lsrc_try_capture):
17812         * sys/v4l/v4lsrc_calls.h:
17813           change try_palette to more general try_capture
17814           add autoprobe option so we can turn off autoprobing
17815           various fixes
17816
17817 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17818
17819         * configure.ac:
17820           add videorate
17821         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
17822         (gst_ximagesink_class_init):
17823         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
17824         (gst_xvimagesink_class_init):
17825           run them as finalize, not dispose, since dispose can be invoked
17826           multiple times
17827
17828 2004-06-17  Wim Taymans  <wim@fluendo.com>
17829
17830         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17831         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
17832         * ext/alsa/gstalsa.h:
17833         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
17834         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
17835         (gst_alsa_src_change_state):
17836         * ext/alsa/gstalsasrc.h:
17837         Make the xrun code timestamp and offset the buffers correctly.
17838         moved the clock to the base class, use alsa methods to get time.
17839         Do correct timestamping on outgoing buffers.
17840
17841 2004-06-17  Wim Taymans  <wim@fluendo.com>
17842
17843         * gst/audiorate/Makefile.am:
17844         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
17845         (gst_audiorate_base_init), (gst_audiorate_class_init),
17846         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
17847         (gst_audiorate_set_property), (gst_audiorate_get_property),
17848         (gst_audiorate_change_state), (plugin_init):
17849         Added an audiorate converter that fills in gaps.
17850
17851 2004-06-17  Johan Dahlin  <johan@gnome.org>
17852
17853         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
17854
17855 2004-06-16  Wim Taymans  <wim@fluendo.com>
17856
17857         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
17858         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17859         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17860         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17861         (gst_v4lsrc_get_property):
17862         * sys/v4l/gstv4lsrc.h:
17863         Added a copy mode to v4lsrc where it will output a copied version
17864         of its internal hardware buffer.
17865         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
17866         can't | them.
17867
17868 2004-06-16  Wim Taymans  <wim@fluendo.com>
17869
17870         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17871         Timestamp fixes.
17872
17873 2004-06-16  Wim Taymans  <wim@fluendo.com>
17874
17875         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17876         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17877         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17878         (gst_v4lsrc_get_property):
17879         * sys/v4l/gstv4lsrc.h:
17880         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17881         Added a sync mode enum property to control v4lsrc timestamp method
17882         Removed the use-fixed-fps property and moved functionality in
17883         the enum.
17884         Don't error on an error value from v4l-conf, it might not always
17885         be a real error.
17886
17887 2004-06-16  Wim Taymans  <wim@fluendo.com>
17888
17889         * gst/videorate/Makefile.am:
17890         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
17891         (gst_videorate_base_init), (gst_videorate_class_init),
17892         (gst_videorate_getcaps), (gst_videorate_link),
17893         (gst_videorate_init), (gst_videorate_chain),
17894         (gst_videorate_set_property), (gst_videorate_get_property),
17895         (gst_videorate_change_state), (plugin_init):
17896         Added a video timestamp corrector.
17897
17898 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17899
17900         fixed a potential leak with previous commit
17901
17902         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17903
17904 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17905
17906         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17907         Added missing refcount, fixes bug #144425
17908         Cheers Tim for finding the bug
17909
17910 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17911
17912         * sys/v4l/gstv4l.c: (plugin_init):
17913         * sys/v4l/gstv4lcolorbalance.c:
17914         * sys/v4l/gstv4lcolorbalance.h:
17915         * sys/v4l/gstv4lelement.c:
17916         * sys/v4l/gstv4lelement.h:
17917         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17918         * sys/v4l/gstv4lmjpegsink.h:
17919         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17920         * sys/v4l/gstv4lmjpegsrc.h:
17921         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17922         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17923         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
17924         * sys/v4l/gstv4lsrc.h:
17925         * sys/v4l/gstv4ltuner.c:
17926         * sys/v4l/gstv4ltuner.h:
17927         * sys/v4l/gstv4lxoverlay.c:
17928         * sys/v4l/gstv4lxoverlay.h:
17929         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
17930         (gst_v4l_set_window), (gst_v4l_enable_overlay):
17931         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17932         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17933         (gst_v4l_set_audio):
17934         * sys/v4l/v4l_calls.h:
17935         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
17936         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
17937         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
17938         (gst_v4lmjpegsink_playback_init),
17939         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
17940         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
17941         (gst_v4lmjpegsink_playback_stop),
17942         (gst_v4lmjpegsink_playback_deinit):
17943         * sys/v4l/v4lmjpegsink_calls.h:
17944         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
17945         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
17946         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17947         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
17948         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
17949         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
17950         * sys/v4l/v4lmjpegsrc_calls.h:
17951         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17952         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
17953         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
17954         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
17955         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
17956         (gst_v4lsrc_try_palette):
17957         * sys/v4l/v4lsrc_calls.h:
17958           bunch of paranoia cleanups
17959
17960 2004-06-14  David Schleef  <ds@schleef.org>
17961
17962         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
17963         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
17964         Send discont events and change timestamps appropriately when
17965         we get a seek event.  (bug #144240)
17966         * ext/cdparanoia/gstcdparanoia.h:
17967
17968 2004-06-14  Benjamin Otte  <otte@gnome.org>
17969
17970         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
17971           snd_pcm_hw_params_set_rate  since the latter fails for no good
17972           reason on some setups.
17973
17974 2004-06-14  David Schleef  <ds@schleef.org>
17975
17976         * gst/volume/demo.c: (value_changed_callback): exp10() is not
17977         standard.  Thank you for playing.
17978
17979 2004-06-14  Wim Taymans  <wim@fluendo.com>
17980
17981         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17982         Patch 1.3 broke the ordering of the colorspace info and
17983         made the plugin basically work by coincidence, reordered
17984         the info.
17985
17986 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17987
17988         * ext/lame/gstlame.c:
17989         * ext/mad/gstmad.c:
17990           sync caps.  Make sure mad can only output a list of rates, not
17991           a full range.  In the future, have three caps lists for each of the
17992           mpeg versions.  Change mpegversion to a double as well.
17993
17994 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17995
17996         * gst/volume/.cvsignore:
17997         * gst/volume/Makefile.am:
17998         * gst/volume/demo.c: (value_changed_callback), (idler),
17999         (setup_gui), (main):
18000           added small demo app
18001
18002 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
18003         * ext/esd/esdsink.c: (gst_esdsink_change_state):
18004         * ext/esd/esdsink.h:
18005         Close the esd connection on pause, because esd will just wait -
18006         blocking all other esd clients indefinitely.
18007
18008 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
18009
18010         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
18011           previous commit with GST_DEBUG
18012
18013 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18014
18015         * configure.ac:
18016           add a header check for a dvdread header in dvdnav.  Fixes #133002
18017
18018 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18019
18020         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
18021         * gst/tcp/gsttcpclientsink.h:
18022         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
18023         * gst/tcp/gsttcpclientsrc.h:
18024         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
18025         (gst_tcpserversink_handle_server_read),
18026         (gst_tcpserversink_init_send):
18027         * gst/tcp/gsttcpserversink.h:
18028         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
18029         * gst/tcp/gsttcpserversrc.h:
18030         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
18031         version of IP)
18032
18033 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18034
18035         * configure.ac:
18036         Added ogg library so that OSX detects libtheora properly
18037
18038 2004-06-11  Wim Taymans  <wim@fluendo.com>
18039
18040         * ext/theora/theoradec.c: (theora_dec_chain),
18041         (theora_dec_change_state):
18042         Don't try to decode frames before we received a keyframe.
18043
18044 2004-06-11  Wim Taymans  <wim@fluendo.com>
18045
18046         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18047         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
18048         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18049         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
18050         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
18051         Added property to set the maximum delay of a page.
18052
18053 2004-06-10  Wim Taymans  <wim@fluendo.com>
18054
18055         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18056         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
18057         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18058         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
18059         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
18060         Added max-delay property to control the maximum amount
18061         of data to put in one page.
18062
18063 2004-06-10  Wim Taymans  <wim@fluendo.com>
18064
18065         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18066         (gst_theora_enc_init), (theora_enc_sink_link),
18067         (theora_buffer_from_packet), (theora_enc_set_property),
18068         (theora_enc_get_property):
18069         Set duration on encoded buffer, added some more properties
18070
18071 2004-06-10  Wim Taymans  <wim@fluendo.com>
18072
18073         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18074         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18075         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
18076         * ext/theora/theoraenc.c: (theora_enc_chain):
18077         Fix refcounting bugs
18078
18079 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18080
18081         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
18082         (gst_asf_demux_loop), (gst_asf_demux_process_file),
18083         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
18084         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
18085         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
18086         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
18087         (gst_asf_demux_change_state):
18088         * gst/asfdemux/gstasfdemux.h:
18089           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
18090           feels like. I think we should set a new requirement for demuxers
18091           from now on to implement sane loop functions, data loops, query
18092           and seek functions before first commit into CVS. And this commit
18093           fixes all of the above.
18094
18095 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
18096
18097         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
18098           vorbis comments are properly encoded in UTF-8 before adding them
18099           to a GstTagList
18100
18101 2004-06-09  Benjamin Otte  <otte@gnome.org>
18102
18103         * ext/alsa/gstalsa.c: (add_channels):
18104           handle min <= max correctly
18105         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
18106         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
18107           add fixation functions so we fixate correctly. No preferring of alaw
18108           anymore because it's the first structure.
18109         * ext/alsa/gstalsa.h:
18110         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
18111         (gst_alsa_hw_params_dump):
18112           add functions to ease debugging in alsalib
18113         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
18114         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
18115         (gst_alsa_start_audio):
18116           only specify hw params if we really setup a format (fixes #134007 -
18117           or at least works around it)
18118
18119 2004-06-09  Wim Taymans  <wim@fluendo.com>
18120
18121         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18122         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
18123         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
18124         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
18125         (gst_ogg_mux_loop):
18126         Use stream caps to setup the initial pages in the ogg stream.
18127         Correctly set the streamheader caps on the srcpad.
18128
18129 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18130
18131         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
18132         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
18133         (gst_v4lsrc_getcaps):
18134         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
18135         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
18136           add querying of fps lists for webcams.  Negotiating to a framerate
18137           now works.
18138
18139 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18140
18141         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18142         (theora_push_buffer), (theora_push_packet),
18143         (theora_set_header_on_caps), (theora_enc_chain):
18144           mark buffers and put on streamheader, raw theora streaming
18145           now works too, whee
18146
18147 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18148
18149         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
18150         (gst_tcp_gdp_read_caps):
18151           do a looping read for caps and GDP headers too
18152
18153 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18154
18155         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18156         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
18157           return EOS instead of NULL in _get
18158
18159 2004-06-08  Wim Taymans  <wim@fluendo.com>
18160
18161         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
18162         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
18163         (gst_tcp_gdp_write_caps):
18164         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18165         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
18166         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
18167         Memory leak fixes
18168
18169 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18170
18171         * ext/vorbis/Makefile.am:
18172         * ext/vorbis/vorbis.c: (plugin_init):
18173         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
18174         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
18175         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
18176         (vorbis_parse_change_state):
18177         * ext/vorbis/vorbisparse.h:
18178           adding a vorbisparse element that marks the buffers, streaming
18179           raw vorbis using GDP now works, whee
18180
18181 2004-06-08  Wim Taymans  <wim@fluendo.com>
18182
18183         * ext/jpeg/Makefile.am:
18184         * ext/jpeg/README:
18185         * ext/jpeg/gstjpeg.c: (plugin_init):
18186         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
18187         (gst_smokedec_base_init), (gst_smokedec_class_init),
18188         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
18189         * ext/jpeg/gstsmokedec.h:
18190         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
18191         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
18192         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
18193         (gst_smokeenc_resync), (gst_smokeenc_chain),
18194         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
18195         * ext/jpeg/gstsmokeenc.h:
18196         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
18197         (smokecodec_flush_destination), (smokecodec_term_destination),
18198         (smokecodec_init_source), (smokecodec_fill_input_buffer),
18199         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
18200         (smokecodec_term_source), (smokecodec_encode_new),
18201         (smokecodec_decode_new), (smokecodec_info_free),
18202         (smokecodec_set_quality), (smokecodec_get_quality),
18203         (smokecodec_set_threshold), (smokecodec_get_threshold),
18204         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
18205         (find_best_size), (abs_diff), (put), (smokecodec_encode),
18206         (smokecodec_parse_header), (smokecodec_decode):
18207         * ext/jpeg/smokecodec.h:
18208         Added a new simple jpeg based codec
18209
18210 2004-06-08  Wim Taymans  <wim@fluendo.com>
18211
18212         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18213         (gst_multipart_mux_loop):
18214         Fix memory leak
18215
18216 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18217
18218         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18219         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
18220         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
18221         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
18222         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
18223         * gst/tcp/gsttcpserversink.h:
18224           take streamheader into account
18225
18226 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18227
18228         * gst/level/Makefile.am:
18229         * gst/level/gstlevel.c: (gst_level_class_init):
18230           clean up marshal generation
18231
18232 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18233
18234         * gst/tcp/Makefile.am:
18235         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
18236         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
18237         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
18238         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
18239         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
18240         (gst_tcpclientsrc_get_property):
18241         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
18242         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
18243         (gst_tcpserversink_handle_client_read),
18244         (gst_tcpserversink_handle_client_write),
18245         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
18246         * gst/tcp/gsttcpserversink.h:
18247           add signals client-added and client-removed
18248         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
18249         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
18250         (gst_tcpserversrc_get_property):
18251         uniformized, change default protocol to NONE
18252         * gst/tcp/gsttcp-marshal.list: added
18253 2004-06-07  Benjamin Otte  <otte@gnome.org>
18254
18255         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18256           handle discont events if they happen before caps nego
18257
18258 2004-06-07  Wim Taymans  <wim@fluendo.com>
18259
18260         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18261         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18262         (gst_multipart_demux_plugin_init):
18263         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18264         (gst_multipart_mux_init), (gst_multipart_mux_loop),
18265         (gst_multipart_mux_change_state):
18266         Small updates, fix a memleak
18267
18268 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18269
18270         * configure.ac: OSS portability
18271         * ext/arts/gst_arts.c: idem
18272         * sys/oss/gstosselement.c: idem
18273         * sys/oss/gstossmixer.c: idem
18274         * sys/oss/gstosssink.c: idem
18275         * sys/oss/gstosssrc.c: idem
18276         * sys/oss/oss_probe.c: idem
18277           - check for soundcard.h in different places for some BSD
18278
18279 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
18280
18281         * AUTHORS:
18282         Add me to the authors file
18283         * configure.ac:
18284         Increase the libdv requirement to >= version 0.100
18285         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18286         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
18287         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
18288         * ext/dv/gstdvdec.h:
18289         Add support for the new_media flag when sending DISCONT events
18290         Make the querying work when video pad is not linked
18291
18292 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
18293
18294         reviewed by Benjamin Otte  <otte@gnome.org>
18295
18296         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
18297           create a NULL-initialized array of pads, so we don't think they
18298           exist already. (fixes #143130)
18299
18300 2004-06-07  Benjamin Otte  <otte@gnome.org>
18301
18302         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
18303         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
18304         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
18305           don't use // coments
18306
18307 2004-06-07  Benjamin Otte  <otte@gnome.org>
18308
18309         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
18310           cast to GstClockTime to get higher granularity
18311         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18312           use gst_element_set_time_delay to get the exact time
18313         * ext/mad/gstmad.c: (gst_mad_chain):
18314           use the negotiated rate instead of the current frame's rate which
18315           might be wrong because of bit errors. This avoids emitting totally
18316           bogus timestamps and screwing sync.
18317         (fixes #143454)
18318
18319 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
18320
18321         reviewed by Benjamin Otte  <otte@gnome.org>
18322
18323         * gst/adder/gstadder.c: (gst_adder_loop):
18324           properly error out when no negotiation has happened yet. (fixes
18325           #143032)
18326
18327 2004-06-06  Benjamin Otte  <otte@gnome.org>
18328
18329         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18330           forward correctly transformed offset in discont events. Based on
18331           patch by Arwed v. Merkatz. (fixes #142851)
18332
18333 2004-06-06  David Schleef  <ds@schleef.org>
18334
18335         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
18336         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
18337         problems on several systems.
18338
18339 2004-06-06  Benjamin Otte  <otte@gnome.org>
18340
18341         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
18342           use explicit caps on the srcpad
18343         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18344           properly error out if caps couldn't be set (fixes #142764)
18345
18346 2004-06-06  Benjamin Otte  <otte@gnome.org>
18347
18348         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
18349         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
18350         (gst_alsa_start_audio):
18351           - don't call set_periods_integer anymore, it breaks the
18352           configuration randomly
18353           - call snd_pcm_hw_params_set_access directly instead of using masks
18354           - don't fail if the sw_params can't be set, just use the default
18355           params and hope it works. Alsalib has weird issues when you touch
18356           sw_params and does no proper error reporting about what failed.
18357         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18358         (gst_alsa_close_audio):
18359           make our alsa debugging go via gst debugging and not conditionally
18360           defined
18361         * ext/alsa/gstalsa.h:
18362           add ALSA_DEBUG_FLUSH macro
18363         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
18364         (plugin_init):
18365           wrap alsa errors to be printed via the gst debugging system and not
18366           spammed to stderr
18367
18368 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18369
18370         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18371         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
18372         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18373         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
18374         (qtdemux_parse_trak):
18375         * gst/qtdemux/qtdemux.h:
18376           Bitch. Also known as seeking, querying & co.
18377         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
18378         (gst_osssink_change_state):
18379         * sys/oss/gstosssink.h:
18380           Resyncing is for weenies, this hack is no longer needed and was
18381           broken anyway (since it - unintendedly - always leaves resync to
18382           TRUE).
18383
18384 2004-06-05  Andrew Turner <zxombie@hotpop.com>
18385
18386         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
18387         * gst/tcp/gsttcpclientsrc.h: idem
18388           - define MSG_NOSIGNAL if not done
18389           - include unistd.h for off_t
18390           (fixes #143749)
18391
18392 2004-06-05  Benjamin Otte  <otte@gnome.org>
18393
18394         * configure.ac:
18395         * ext/kio/Makefile.am:
18396           check for qt's moc preprocessor explicitly and use it
18397
18398 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18399
18400         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
18401           don't get a signal for EPIPE on socket writes
18402           (somebody check if this works on other platforms)
18403
18404 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18405
18406         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
18407         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18408           check error condition on available samples correctly
18409
18410 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18411
18412         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
18413           avoid a segfault
18414         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
18415         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
18416         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
18417         (gst_tcpserversrc_gdp_read_header):
18418          use ssize_t over size_t since the former is signed and thus the
18419          check for error codes can work
18420
18421 2004-06-02  Wim Taymans  <wim@fluendo.com>
18422
18423         reviewed by: Johan
18424
18425         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18426         (gst_multipart_mux_loop):
18427         Oops
18428
18429 2004-06-02  Wim Taymans  <wim@fluendo.com>
18430
18431         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18432         (gst_multipart_mux_init), (gst_multipart_mux_loop),
18433         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18434         (gst_multipart_mux_change_state):
18435         Added configurable boundary specifier, added the value as a
18436         caps field as well.
18437
18438 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18439
18440         * gst/tcp/gsttcp.c:
18441         * gst/tcp/gsttcpclientsrc.c:
18442         * gst/tcp/gsttcpclientsrc.h:
18443         * gst/tcp/gsttcpserversrc.c:
18444           - portability fix, to compile on OSX
18445             (fixes #143146)
18446
18447         * sys/osxaudio/gstosxaudioelement.c:
18448         * sys/osxaudio/gstosxaudiosink.c:
18449         * sys/osxaudio/gstosxaudiosrc.c:
18450           - compilation warnings on OSX
18451             (fixes #143153)
18452
18453 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18454
18455         * ext/vorbis/vorbisdec.c : sign warning fixes
18456
18457         * gst-libs/gst/mixer/mixertrack.c :
18458           do no use defines which are glib 2.4 specific
18459
18460 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
18461
18462         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
18463           buffer since libflac doesn't expect it (reports a sync error when
18464           it encounters that)
18465
18466
18467 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
18468
18469         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
18470         * gst-libs/gst/mixer/mixertrack.c:
18471         (gst_mixer_track_get_property), (get_mixer_track_init),
18472         (get_mixer_track_get_property): Added property accessors
18473         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
18474         * gst-libs/gst/mixer/mixeroptions.c:
18475         (gst_mixer_options_get_values): Added
18476         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
18477         * gst-libs/gst/mixer/mixer.c: Fixed comment
18478
18479
18480 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18481
18482         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
18483           improve error messages on open
18484
18485
18486 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18487
18488         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
18489           check if v4l-conf is in path
18490
18491 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18492
18493         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
18494           change assert to a more readable error message
18495
18496 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18497
18498         * gst-libs/gst/tuner/tunerchannel.h:
18499           - add a freq_multiplicator field to make the conversion
18500             between internal frequency unit and Hz
18501         * sys/v4l/gstv4lelement.c:
18502         * sys/v4l2/gstv4l2element.c:
18503           - change default video device to /dev/video0
18504         * sys/v4l/v4l_calls.c:
18505         * sys/v4l2/v4l2_calls.c:
18506           - we only expose frequency to the user in Hz instead of
18507             bastard v4lX unit (either 62.5kHz or 62.5Hz)
18508
18509 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
18510         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18511           Initialise b_o_s and e_o_s variables
18512         * gst-libs/gst/riff/riff-media.c:
18513         (gst_riff_create_video_caps_with_data):
18514           Add some unusual fourcc's from mplayer avi's
18515         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
18516           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
18517           autoplugging.
18518
18519 2004-05-28  Wim Taymans  <wim@fluendo.com>
18520
18521         * configure.ac:
18522         * gst/alpha/Makefile.am:
18523         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18524         (gst_alpha_get_type), (gst_alpha_base_init),
18525         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18526         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
18527         (gst_alpha_chroma_key), (gst_alpha_chain),
18528         (gst_alpha_change_state), (plugin_init):
18529         A plugin to add an alpha channel to I420 video. Can optionally do
18530         chroma keying.
18531         * gst/multipart/Makefile.am:
18532         * gst/multipart/multipart.c: (plugin_init):
18533         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18534         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18535         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
18536         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18537         (gst_multipart_demux_change_state),
18538         (gst_multipart_demux_plugin_init):
18539         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
18540         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
18541         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
18542         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
18543         (gst_multipart_mux_pad_unlink),
18544         (gst_multipart_mux_request_new_pad),
18545         (gst_multipart_mux_handle_src_event),
18546         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
18547         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
18548         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18549         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
18550         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
18551         send multipart jpeg images to a browser.
18552         * gst/videobox/Makefile.am:
18553         * gst/videobox/README:
18554         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
18555         (gst_video_box_get_type), (gst_video_box_base_init),
18556         (gst_video_box_class_init), (gst_video_box_init),
18557         (gst_video_box_set_property), (gst_video_box_get_property),
18558         (gst_video_box_sink_link), (gst_video_box_i420),
18559         (gst_video_box_ayuv), (gst_video_box_chain),
18560         (gst_video_box_change_state), (plugin_init):
18561         Crops or adds borders around an image. can do alpha channel
18562         borders as well.
18563         * gst/videomixer/Makefile.am:
18564         * gst/videomixer/README:
18565         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
18566         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
18567         (gst_videomixer_pad_get_sink_event_masks),
18568         (gst_videomixer_pad_get_property),
18569         (gst_videomixer_pad_set_property),
18570         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
18571         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
18572         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
18573         (gst_videomixer_base_init), (gst_videomixer_class_init),
18574         (gst_videomixer_init), (gst_videomixer_request_new_pad),
18575         (gst_videomixer_handle_src_event),
18576         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
18577         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
18578         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
18579         (gst_videomixer_loop), (gst_videomixer_get_property),
18580         (gst_videomixer_set_property), (gst_videomixer_change_state),
18581         (plugin_init):
18582         Generic video mixer plugin, can handle multiple inputs all with
18583         different framerates and video sizes. Is fully alpha channel
18584         aware.
18585
18586 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18587
18588         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18589           Select first track as master track. Not sure how else to handle
18590           that...
18591         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
18592           Discard discont events. Should fix #142962.
18593
18594 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18595
18596         * ext/alsa/Makefile.am:
18597         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
18598         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
18599         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
18600         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
18601         (gst_alsa_mixer_get_option):
18602         * ext/alsa/gstalsamixer.h:
18603         * ext/alsa/gstalsamixeroptions.c:
18604         (gst_alsa_mixer_options_get_type),
18605         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
18606         (gst_alsa_mixer_options_new):
18607         * ext/alsa/gstalsamixeroptions.h:
18608         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
18609         * ext/alsa/gstalsamixertrack.h:
18610           Add enumerations (as GstMixerOptions). Make correct distinction
18611           between input/output tracks. Add capture/playback private flag.
18612           Use flag to decide on whether to set capture or playback volumes
18613           or switches. Use playback and record switches.
18614         * gst-libs/gst/mixer/Makefile.am:
18615         * gst-libs/gst/mixer/mixer-marshal.list:
18616         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
18617         (gst_mixer_set_option), (gst_mixer_get_option),
18618         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
18619         (gst_mixer_volume_changed), (gst_mixer_option_changed):
18620         * gst-libs/gst/mixer/mixer.h:
18621         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
18622         (gst_mixer_options_class_init), (gst_mixer_options_init),
18623         (gst_mixer_options_dispose):
18624         * gst-libs/gst/mixer/mixeroptions.h:
18625           Add GstMixerOptions.
18626         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18627           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
18628           broken device detection on computers with multiple OSS sound
18629           cards.
18630
18631 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18632
18633         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18634           fixate nicely even when the peer is not negotiating
18635
18636 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18637
18638         * gst/audioconvert/gstaudioconvert.c:
18639         (gst_audio_convert_parse_caps):
18640           make sure we don't allow depth > width
18641         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18642           fixate endianness to G_BYTE_ORDER as default
18643         * gst/audioscale/gstaudioscale.c:
18644           we don't handle another endianness as host-endianness
18645
18646 2004-05-25  David Schleef  <ds@schleef.org>
18647
18648         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
18649
18650 2004-05-24  Benjamin Otte  <otte@gnome.org>
18651
18652         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
18653         (gst_oggvorbisenc_setup):
18654           properly fail when we can't setup the vorbis encoder due to
18655           unsupported settings
18656         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
18657         (gst_vorbisenc_setup):
18658           same
18659         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18660           fix case where warnings occured when one pad was unlinked while the
18661           other's link function was called
18662
18663 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18664
18665         * gst/tcp/Makefile.am:
18666           use GST_ENABLE_NEW
18667
18668 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18669
18670         * gst-libs/gst/resample/private.h:
18671           don't use optimizations that are #if 0'ed
18672
18673 2004-05-24  Wim Taymans  <wim@fluendo.com>
18674
18675         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18676         Fix potential division by zero error and hopefully get
18677         the position query right to get correct timestamps on avi
18678         audio.
18679
18680 2004-05-24  Wim Taymans  <wim@fluendo.com>
18681
18682         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
18683         (gst_videoscale_scale_nearest_str2),
18684         (gst_videoscale_scale_nearest_str4),
18685         (gst_videoscale_scale_nearest_32bit),
18686         (gst_videoscale_scale_nearest_24bit),
18687         (gst_videoscale_scale_nearest_16bit):
18688         Fix the scaling algorithm and avoid a buffer overflow.
18689         removed the while loop in the scaling function as it
18690         was used for point sampling only.
18691
18692 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18693
18694         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
18695         (gst_id3_tag_class_init), (gst_id3_tag_init),
18696         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
18697         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
18698         (gst_id3_tag_send_tag_event):
18699           lots of fixes to make id3mux work and id3demux work correctly
18700
18701 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18702
18703         * ext/Makefile.am:
18704           add rules to build shout2send (was removed by accident
18705           when this module was no more marked experimental/broken)
18706
18707 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18708
18709         * ext/shout2/gstshout2.c:
18710         * ext/shout2/gstshout2.h:
18711           adding a "connection problem" signal to shout2send
18712           (fixes #142954)
18713
18714 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18715
18716         * ext/kio/kioreceiver.cpp:
18717         * ext/kio/kioreceiver.h:
18718           fix sign comparison issues
18719
18720 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18721
18722         * gst/cdxaparse/gstcdxaparse.c:
18723         * gst/cdxaparse/gstcdxaparse.h:
18724           some renaming
18725           add some checks/sanity
18726           prepare for seek addition
18727
18728         * sys/sunaudio/gstsunaudio.c:
18729           remove exported dupe init function
18730
18731 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
18732
18733         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
18734         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
18735           Fix format conversion and position querying.
18736         * gst/debug/progressreport.c: (gst_progressreport_report):
18737           Don't output a bogus total value that we didn't query.
18738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18739           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
18740           only a blank window after xine has been used.
18741
18742 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18743
18744         * m4/as-arts.m4:
18745           sync with upstream version to fix test on FC2
18746           readd with -ko to preserve Id header
18747
18748 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18749
18750         * configure.ac:
18751           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
18752         * gst/tcp/gsttcpclientsrc.c: idem
18753         * gst/tcp/gsttcpserversink.c: idem
18754         * gst/tcp/gsttcpserversrc.c: idem
18755         * m4/gst-fionread.m4: idem
18756
18757         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
18758
18759         * configure.ac: enable speex plugin for speex 1.1.5+
18760         * ext/speex/gstspeexenc.c: fix cast warning
18761
18762         * ext/esd/README: fix typo
18763
18764 2004-05-20  David Schleef  <ds@schleef.org>
18765
18766         * configure.ac: Minor cosmetic change to convince the buildbot to
18767         reautogen.
18768         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
18769         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
18770         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
18771         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
18772         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
18773         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
18774         More hacking.  Plays audio now.
18775
18776 2004-05-20  David Schleef  <ds@schleef.org>
18777
18778         * configure.ac:
18779         * sys/Makefile.am:
18780
18781 2004-05-20  David Schleef  <ds@schleef.org>
18782
18783         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
18784         * sys/osxaudio/gstosxaudio.c:
18785         * sys/osxaudio/gstosxaudioelement.c:
18786         * sys/osxaudio/gstosxaudioelement.h:
18787         * sys/osxaudio/gstosxaudiosink.c:
18788         * sys/osxaudio/gstosxaudiosink.h:
18789         * sys/osxaudio/gstosxaudiosrc.c:
18790         * sys/osxaudio/gstosxaudiosrc.h:
18791
18792 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18793
18794         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
18795         (gst_vorbisenc_chain):
18796           put the codec headers on the caps as streamheader as well as
18797           pushing them out
18798
18799 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18800
18801         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18802         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18803         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
18804         split up push_packet into two functions
18805
18806 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18807
18808         * gst/tcp/.cvsignore:
18809           ignore enums
18810         * gst/tcp/Makefile.am:
18811         * gst/tcp/README:
18812         * gst/tcp/gsttcp.c:
18813         * gst/tcp/gsttcp.h:
18814         * gst/tcp/gsttcpclientsink.c:
18815         * gst/tcp/gsttcpclientsink.h:
18816         * gst/tcp/gsttcpclientsrc.c:
18817         * gst/tcp/gsttcpclientsrc.h:
18818         * gst/tcp/gsttcpplugin.c:
18819         * gst/tcp/gsttcpserversink.c:
18820         * gst/tcp/gsttcpserversink.h:
18821         * gst/tcp/gsttcpserversrc.c:
18822         * gst/tcp/gsttcpserversrc.h:
18823           add new tcp elements
18824
18825 2004-05-19  Wim Taymans  <wim@fluendo.com>
18826
18827         * gst/law/mulaw-conversion.c: (mulaw_encode):
18828         Fix overflow bug in ulaw encoding.
18829
18830 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18831
18832         * ext/mad/gstmad.c: (gst_mad_handle_event):
18833           don't unref the event twice
18834
18835 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18836
18837         * configure.ac:
18838           remove -Wno-sign-compare
18839
18840 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18841
18842         * configure.ac:
18843           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
18844           if you want to work against glib 2.2 and 2.4
18845
18846 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18847
18848         * gst/tcp/Makefile.am:
18849         * gst/tcp/gsttcp.c:
18850         * gst/tcp/gsttcp.h:
18851         * gst/tcp/gsttcpsink.h:
18852         * gst/tcp/gsttcpsrc.h:
18853           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
18854
18855 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18856
18857         * gst/debug/tests.c: (md5_get_value):
18858           fix segfault on gst-inspect
18859
18860 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18861
18862         * gst/debug/testplugin.c:
18863         * gst/debug/tests.c:
18864         * gst/debug/tests.h:
18865           add new extensible and configurable testing element. Current tests
18866           include buffer count, stream length, timestamp/duration matching and
18867           md5.
18868         * gst/debug/Makefile.am:
18869         * gst/debug/gstdebug.c: (plugin_init):
18870           add infrastructure for new element
18871
18872 2004-05-19  Johan Dahlin  <johan@gnome.org>
18873
18874         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
18875         ending of the array. Fixes gst-inspect segfault on ppc.
18876
18877 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18878
18879         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
18880
18881         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
18882
18883 2004-05-18  David Schleef  <ds@schleef.org>
18884
18885         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
18886         warnings (bugs, actually) noticed by gcc but not forte.
18887
18888 2004-05-18  David Schleef  <ds@schleef.org>
18889
18890         * sys/sunaudio/Makefile.am:
18891         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
18892
18893 2004-05-18  David Schleef  <ds@schleef.org>
18894
18895         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18896         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
18897         to allow qtdemux to use non-seekable streams. (bug #142272)
18898
18899 2004-05-18  David Schleef  <ds@schleef.org>
18900
18901         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
18902         (gst_resample_sinc_ft_float): Remove use of static temporary
18903         buffer.  This code was obviously not supposed to last long, but
18904         it's stuck in our ABI, so it required a little hack to make it
18905         ABI-compatible.  Fixes #142585.
18906         * gst-libs/gst/resample/resample.h: same.
18907
18908 2004-05-18  David Schleef  <ds@schleef.org>
18909
18910         * configure.ac: Add sunaudio
18911         * examples/Makefile.am: make gstplay depend on gconf
18912         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
18913         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
18914         (convert_table_lookup), (img_convert): remove c99-isms
18915         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
18916           unsigned, to fix a warning on Solaris
18917         * gst/mpeg1sys/systems.c: bcopy->memcpy
18918         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
18919         * sys/Makefile.am: Add sunaudio
18920
18921 2004-05-18  Wim Taymans  <wim@fluendo.com>
18922
18923         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
18924         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
18925         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
18926         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
18927         (gst_ogg_mux_loop):
18928         Fix an ugly memleak where the muxer didn't flush enough ogg
18929         pages. This also resulted in badly muxed ogg files.
18930
18931 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18932
18933         * gst/asfdemux/asfheaders.c :
18934         * gst/asfdemux/asfheaders.h :
18935         * gst/asfdemux/gstasfdemux.c :
18936           - fix ASF_OBJ_PADDING guid
18937           - add 3 new object guids (language list, metadata,
18938             extended stream properties)
18939           - add a function to parse extended header objects
18940
18941 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18942
18943         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18944           remove leftover debugging g_print
18945
18946 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18947
18948         * ext/mad/gstmad.c: (gst_mad_handle_event):
18949           Fix for when the first format in a discont event is not a
18950           byte-based one. Should fix #137710.
18951
18952 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18953
18954         * m4/a52.m4 : fix compilation with -Wall -Werror
18955         * m4/libfame.m4 : idem
18956         * m4/libmikmod.m4 : idem
18957
18958 2004-05-17  Benjamin Otte  <otte@gnome.org>
18959
18960         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18961           signal the new tags before giving up the reference
18962
18963 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18964
18965         * ext/shout2/gstshout2.c:
18966           use application/ogg instead of application/x-ogg (patch by Patrick
18967           Guimond, fixes #142432)
18968         * sys/oss/gstosselement.c: (gst_osselement_reset),
18969         (gst_osselement_sync_parms):
18970           don't set fragment size unless specified (fixes #142493)
18971
18972 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18973
18974         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
18975           fixes #142664
18976
18977 2004-05-17  Benjamin Otte  <otte@gnome.org>
18978
18979         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18980           compute offsets correctly for internal buffers so timestamps are set
18981           correctly when we can't seek. Also handle cases where there are no
18982           offsets. (based on a patch by David Moore, fixes #142507)
18983
18984 2004-05-17  Benjamin Otte  <otte@gnome.org>
18985
18986         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18987           use correct variable when determining amount of data to skip so we
18988           don't skip into the void and segfault
18989
18990 2004-05-16  Benjamin Otte  <otte@gnome.org>
18991
18992         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
18993           Hi, I'm a memleak
18994
18995 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18996
18997         * gst/asfdemux/gstasfdemux.c:
18998           - fix a mem leak and always propagate tags
18999           - add WMV3 to known video codecs (but no decoder yet)
19000           - replace "surplus data" at end of audio header for what
19001             it is : codec specific data
19002           - fix a typo
19003
19004 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
19005
19006         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
19007
19008         * gst-libs/gst/audio/audioclock.c:
19009           Fix wrong return type (#142205).
19010
19011 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19012
19013         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
19014           Ignore CRCs by default (fixes #142566).
19015
19016 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19017
19018         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
19019         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
19020         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
19021         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
19022         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
19023         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
19024           Fix for cases where we fail to attach to a mixer.
19025
19026 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19027
19028         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
19029           Don't touch events after not owning them anymore.
19030         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19031         (gst_wavparse_fmt), (gst_wavparse_other),
19032         (gst_wavparse_handle_seek), (gst_wavparse_loop),
19033         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
19034         (gst_wavparse_srcpad_event):
19035         * gst/wavparse/gstwavparse.h:
19036           Add seeking, fix querying.
19037
19038 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19039
19040         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19041           - process comments even if they don't end with \0\0
19042             g_convert would ignore them if present and works well without them
19043
19044 2004-05-16  Benjamin Otte  <otte@gnome.org>
19045
19046         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
19047           simplify caps
19048
19049 2004-05-16  Benjamin Otte  <otte@gnome.org>
19050
19051         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19052           don't write to memory we might not write to - g_convert does that
19053           for us anyway (fixes #142613)
19054         (gst_asf_demux_audio_caps):
19055           comment out gst_util_dump_mem
19056
19057 2004-05-16  Benjamin Otte  <otte@gnome.org>
19058
19059         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19060           compute correct expected timestamps after seek (broken since
19061           last commit)
19062         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
19063           rename element and debugging category to gdkpixbufscale
19064
19065 2004-05-16  Benjamin Otte  <otte@gnome.org>
19066
19067         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19068           add error checking to snd_pcm_delay and remove duplicate call to
19069           snd_pcm_delay that caused issues (see inline code comments)
19070         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19071           make more readable and fix return value when snd_pcm_delay fails
19072         (fixes #142586)
19073
19074 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
19075         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
19076         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
19077         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
19078         (gst_pixbufscale_link), (gst_pixbufscale_init),
19079         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
19080         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
19081         (gst_pixbufscale_get_property), (pixbufscale_init):
19082         * ext/gdk_pixbuf/pixbufscale.h:
19083         Add these files I forgot earlier
19084
19085 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
19086         * ext/gdk_pixbuf/Makefile.am:
19087         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
19088         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19089         Add new pixbufscale element to scale RGB video
19090         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
19091         and HYPER interpolation correctly.
19092         * ext/theora/theoraenc.c: (theora_enc_chain),
19093         Discard buffer and return if explicit caps could not be set
19094         (theora_enc_get_property):
19095         Make _get return kbps for the bitrate consistent with
19096         the _set function.
19097
19098
19099 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19100
19101         * ext/libvisual/visual.c: (gst_visual_chain):
19102           add missing visual_audio_analyze
19103
19104 2004-05-14  David Schleef  <ds@schleef.org>
19105
19106         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
19107         is killed while we're playing.
19108         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
19109         gst_element_no_more_pads().
19110
19111 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19112
19113         * gst-libs/gst/riff/riff-read.c :
19114           - fix INFO tag extraction in RIFF/AVI files
19115             because gst_event_unref (event) also freed taglist
19116           - avoid a mem leak
19117
19118 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19119
19120         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
19121         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
19122
19123         * gst/auparse/gstauparse.c :
19124           - add code (commented for now) to support audio/x-adpcm on src pad
19125             (we have no decoder for those layout yet)
19126
19127         * gst/cdxaparse/gstcdxaparse.c :
19128         * gst/cdxaparse/gstcdxaparse.h :
19129           - partial rewrite using RiffRead (ripped iain's wavparse code)
19130
19131         * gst/rtp/gstrtpL16enc.c : typo
19132         * gst/rtp/gstrtpgsmenc.c : typo
19133
19134 2004-05-13  Benjamin Otte  <otte@gnome.org>
19135
19136         * configure.ac:
19137           check for exact version of libvisual, it's not supposed to be
19138           API/ABI stable yet
19139
19140 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19141
19142         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
19143           signal no-more-pads
19144
19145 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
19146
19147         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
19148         Report which format was used for GST_FORMAT_DEFAULT
19149         * gst/debug/Makefile.am:
19150         * gst/debug/gstdebug.c: (plugin_init):
19151         * gst/debug/progressreport.c: (gst_progressreport_base_init),
19152         (gst_progressreport_class_init), (gst_progressreport_init),
19153         (gst_progressreport_report), (gst_progressreport_set_property),
19154         (gst_progressreport_get_property), (gst_progressreport_chain),
19155         (gst_progressreport_plugin_init):
19156         Add progressreport element for testing.
19157
19158 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19159
19160         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
19161         * sys/v4l/gstv4lsrc.h:
19162         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
19163         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
19164         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
19165         (gst_v4lsrc_grab_frame):
19166           add more debugging
19167           send a discont at start
19168
19169 2004-05-12  Colin Walters  <walters@redhat.com>
19170
19171         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
19172         inflooping if we can't find a chunk.  Or in other words, don't blow
19173         chunks if we don't have a chunk to blow.
19174
19175 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
19176         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
19177         Remove old debug output
19178         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
19179         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
19180         (gst_dvdec_set_property), (gst_dvdec_get_property):
19181         Change the quality setting to an enum, so it works from gst-launch
19182         Don't renegotiate a non-linked pad. Allows audio only decoding.
19183         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
19184         (gst_deinterlace_link), (gst_deinterlace_init):
19185         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
19186         (gst_videodrop_link):
19187         Some caps negotiation fixes
19188
19189 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19190
19191         * ext/tarkin/gsttarkin.c :
19192           - Change RANK from NONE to PRIMARY
19193         * ext/gdk_pixbuf/gstgdkpixbuf.c :
19194           - Change RANK from NONE to MARGINAL
19195         * ext/divx/gstdivxenc.c :
19196           - Change RANK from PRIMARY to NONE (encoder/spider issue)
19197
19198 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19199
19200         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
19201         (gst_vorbisenc_push_packet):
19202           copy a function that was added between 1.0 and 1.0.1 until we
19203           depend on worthwhile features of post-1.0
19204
19205 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19206
19207         * configure.ac:
19208           enable shout2 by default
19209         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
19210         (gst_shout2send_base_init), (gst_shout2send_init),
19211         (gst_shout2send_connect), (gst_shout2send_change_state):
19212         * ext/shout2/gstshout2.h:
19213           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
19214           #142262)
19215         * ext/theora/theora.c: (plugin_init):
19216           don't set rank on encoders
19217
19218 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
19219
19220         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19221           Use codec_data property instead of flag1 and flag2 for wma
19222
19223 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19224
19225         * gst/cdxaparse/gstcdxaparse.c :
19226           - Add mpegversion to CAPS to make it link
19227           - Rank is as GST_RANK_SECONDARY instead of NONE
19228         * gst/auparse/gstauparse.c :
19229           - Document all audio encoding we can encounter from Solaris 9
19230             headers and libsndfile information.
19231           - Increase max. rate from 48000 to 192000 (to match other elements)
19232           - Don't try to play junk data between header and samples
19233
19234 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19235
19236         * ext/libvisual/visual.c: (gst_visual_getcaps):
19237           use the right caps depending on endianness (I hope)
19238         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
19239           use GST_RANK_NONE for all non-decoding elements or spider gets
19240           mighty confused
19241
19242 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19243
19244         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19245           Fix some odd cases and fix BE metadata parsing of unicode16 text.
19246
19247 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19248
19249         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19250         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
19251         (gst_switch_loop), (gst_switch_get_type):
19252           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
19253           HEADERS. Had to be said.
19254
19255 2004-05-10  David Schleef  <ds@schleef.org>
19256
19257         * configure.ac: Add prototype Dirac support.
19258         * ext/Makefile.am:
19259         * ext/dirac/Makefile.am:
19260         * ext/dirac/gstdirac.cc:
19261         * ext/dirac/gstdiracdec.cc:
19262
19263 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19264
19265         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19266         (gst_auparse_init), (gst_auparse_chain),
19267         (gst_auparse_change_state):
19268           Hack around spider. Remove me some day please.
19269
19270 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19271
19272         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19273           Fix for some uninitialized variables in previous patch, also
19274           makes it work. Fixes #142286 while we're at it.
19275
19276 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19277
19278         * gst/auparse/gstauparse.c:
19279                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
19280                 only unsupported formats are ADPCM/CCITT G.72x
19281                 reviewed by Ronald
19282         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
19283
19284 2004-05-10  Wim Taymans  <wim@fluendo.com>
19285
19286         * ext/vorbis/Makefile.am:
19287         * ext/vorbis/README:
19288         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
19289         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
19290         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
19291         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
19292         (gst_oggvorbisenc_convert_sink),
19293         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
19294         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
19295         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
19296         (get_constraints_string), (update_start_message),
19297         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
19298         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
19299         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
19300         * ext/vorbis/oggvorbisenc.h:
19301         * ext/vorbis/vorbis.c: (plugin_init):
19302         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
19303         (raw_caps_factory), (gst_vorbisenc_class_init),
19304         (gst_vorbisenc_init), (gst_vorbisenc_setup),
19305         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
19306         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
19307         * ext/vorbis/vorbisenc.h:
19308         Added a raw vorbis encoder to be used with the oggmuxer.
19309         We still need the old encoder for some gnome applications,
19310         read the README to find out how that works.
19311         The raw encoder is called "rawvorbisenc" until 0.9.
19312
19313 2004-05-10  Wim Taymans  <wim@fluendo.com>
19314
19315         * ext/ogg/gstogg.c: (plugin_init):
19316         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
19317         (gst_ogg_print):
19318         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
19319         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
19320         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
19321         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
19322         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
19323         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
19324         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
19325         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
19326         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
19327         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
19328         Added an ogg muxer.
19329         Small typo fixes in the demuxer.
19330
19331 2004-05-10  Wim Taymans  <wim@fluendo.com>
19332
19333         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19334         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
19335         (theora_enc_change_state), (theora_enc_set_property),
19336         (theora_enc_get_property):
19337         Mark the last packet with an EOS flag which is not really needed
19338         in gstreamer.
19339         Do some better video framerate initialisation.
19340         Update the buffer timestamp.
19341
19342 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
19343
19344         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
19345         Return the result of the parent state change call
19346
19347 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19348
19349         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
19350         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
19351         * gst/law/alaw-encode.c : (idem)
19352         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
19353         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
19354         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
19355
19356 2004-05-09  Benjamin Otte  <otte@gnome.org>
19357
19358         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19359           don't use a fixed buffer size when writing variable length data to
19360           it. Fixes memory corruption and makes alsasrc work
19361
19362 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19363
19364         * ext/gnomevfs/gstgnomevfssink.c:
19365         (_gst_boolean_allow_overwrite_accumulator),
19366         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
19367           Run glib's default signal handler (??) in RUN_CLEANUP rather than
19368           RUN_LAST, and don't use that to set the accumulator value because
19369           then it's always FALSE.
19370
19371 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19372
19373         * gst-libs/gst/riff/riff-media.c:
19374         (gst_riff_create_video_caps_with_data),
19375         (gst_riff_create_audio_caps),
19376         (gst_riff_create_audio_template_caps):
19377         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19378           Fix for unaligned RIFF files (i.e. where all the chunks together
19379           in a LIST chunk are not of the same size as the size given in
19380           the LIST chunk header). Fixes several odd WAVE files. Also fix
19381           ADPCM (block_align property) in audio, so that wavparse based
19382           on this works now as it used to stand-alone.
19383
19384 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
19385
19386         reviewed by Benjamin Otte  <otte@gnome.org>
19387
19388         * ext/a52dec/gsta52dec.c:
19389         * ext/divx/gstdivxdec.c:
19390         * ext/divx/gstdivxenc.c:
19391         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
19392         * ext/faac/gstfaac.c: (gst_faac_base_init):
19393         * ext/faad/gstfaad.c: (gst_faad_base_init):
19394         * ext/ivorbis/vorbisfile.c:
19395         * ext/lame/gstlame.c:
19396         * ext/libfame/gstlibfame.c:
19397         * ext/mpeg2enc/gstmpeg2enc.cc:
19398         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
19399         * ext/sidplay/gstsiddec.cc:
19400         * ext/speex/gstspeexdec.c:
19401         * ext/speex/gstspeexenc.c:
19402         * ext/xvid/gstxviddec.c:
19403         * ext/xvid/gstxvidenc.c:
19404           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
19405           (fixes #142193)
19406
19407 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19408
19409         * ext/alsa/gstalsa.c: (device_list),
19410         (gst_alsa_class_probe_devices):
19411         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19412           Fix alsa oddness in mixer after the combination of using mixer
19413           in source/sink elements and using hw:x,y instead of just hw:x.
19414
19415 2004-05-09  Benjamin Otte  <otte@gnome.org>
19416
19417         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
19418         (gst_wavparse_create_sourcepad):
19419           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
19420           sourcepads
19421
19422 2004-05-09  Benjamin Otte  <otte@gnome.org>
19423
19424         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19425           allow discont events before caps nego
19426
19427 2004-05-08  Benjamin Otte  <otte@gnome.org>
19428
19429         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19430           don't leak events
19431
19432 2004-05-08  Benjamin Otte  <otte@gnome.org>
19433
19434         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
19435         (gst_level_change_state), (gst_level_init):
19436         * gst/level/gstlevel.h:
19437           figure out if we're initialized directly instead of keeping a
19438           variable that's wrong in 90% of cases
19439           don't initialize pads and then leak them and use a new unitialized
19440           pad. (fixes #142084)
19441           these were bugs so n00bish I didn't find them for an hour :/
19442
19443 2004-05-08 Iain <iain@prettypeople.org>
19444
19445         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
19446         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
19447         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
19448         return the length that was read.
19449         (gst_riff_read_strf_auds): Allow fmt tags as well.
19450
19451 2004-05-07  David Schleef  <ds@schleef.org>
19452
19453         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
19454         signed char assumption in faad.h.
19455
19456 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19457
19458         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19459           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
19460
19461 2004-05-07  Colin Walters  <walters@redhat.com>
19462
19463         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
19464         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
19465         function.
19466         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
19467         Add dispose function.
19468
19469 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
19470         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
19471           Fix caps nego and pad templates. RGB mode caps should
19472           work now.
19473         * ext/dvdnav/gst-dvd:
19474           Move mpeg2dec inside the thread because otherwise the
19475           queue rejects cap changes mid-stream
19476         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
19477         (gst_mpeg2dec_flush_decoder):
19478           For mpeg2dec > 0.4.0, call the flush function instead of
19479           manually extracting all in-flight frames.
19480         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
19481         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
19482           Change mime type video/dv go video/x-dv to match the
19483           rest of gst-plugins
19484
19485 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19486
19487         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19488         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
19489         (gst_alsa_sink_class_init):
19490         * ext/alsa/gstalsasink.h:
19491         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
19492         (gst_alsa_src_class_init):
19493         * ext/alsa/gstalsasrc.h:
19494           Make alsasink/src a subclass of alsamixer so that mixer stuff
19495           shows up in gst-rec. Needs some finetuning.
19496
19497 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19498
19499         * ext/lame/gstlame.c: (gst_lame_chain):
19500           simplify
19501         * ext/mad/gstmad.c: (gst_mad_handle_event):
19502           fix event leak
19503         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19504           be able to detect mp3 files < 4096 bytes
19505
19506 2004-05-06  Wim Taymans  <wim@fluendo.com>
19507
19508         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19509         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
19510         (theora_enc_set_property), (theora_enc_get_property):
19511         Also encode the first frame, cleanup some code.
19512
19513 2004-05-06  Wim Taymans  <wim@fluendo.com>
19514
19515         * ext/mpeg2enc/gstmpeg2enc.cc:
19516         Forward events first before deciding that negotiation was
19517         not performed.
19518
19519 2004-05-06  Wim Taymans  <wim@fluendo.com>
19520
19521         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19522         First process the events before deciding that negotiation
19523         was not performed.
19524
19525 2004-05-06  Wim Taymans  <wim@fluendo.com>
19526
19527         * ext/theora/Makefile.am:
19528         * ext/theora/theora.c: (plugin_init):
19529         * ext/theora/theoradec.c: (theora_dec_change_state):
19530         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
19531         (gst_theora_enc_class_init), (gst_theora_enc_init),
19532         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
19533         (theora_enc_chain), (theora_enc_change_state),
19534         (theora_enc_set_property), (theora_enc_get_property):
19535         Added a theora encoder, grouped the encoder and decoder into the
19536         same plugin.
19537
19538 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19539
19540         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19541         (gst_jpegenc_chain):
19542         fix DURATION on outgoing buffers
19543         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19544         debug using time formats
19545         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19547         (gst_xvimagesink_sink_link):
19548         windows with width/height 0 generate X errors, so don't allow them
19549
19550 2004-05-05  Wim Taymans  <wim@fluendo.com>
19551
19552         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
19553         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
19554         (gst_mpeg2dec_negotiate_format):
19555         * ext/mpeg2dec/gstmpeg2dec.h:
19556           removed the static pad template so that we can add the
19557           more accurate framerate value to the caps.
19558
19559
19560 2004-05-04  Benjamin Otte  <otte@gnome.org>
19561
19562         * configure.ac:
19563           check for kdemacros.h, too (should fix #141821)
19564         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19565           don't crash if no header was sent, but nicely error out (fixes part
19566           of #141554)
19567
19568 2004-05-04  Wim Taymans  <wim@fluendo.com>
19569
19570         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
19571         parent dispose function to avoid segfault on destroy.
19572
19573 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19574
19575         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19576         (plugin_init):
19577         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19578         (gst_xvimagesink_sink_link):
19579         clean up debugging caps
19580         also recreate xvimage when format has changed
19581
19582 2004-05-04  Benjamin Otte  <otte@gnome.org>
19583
19584         * ext/libvisual/Makefile.am:
19585         * ext/libvisual/visual.c: (gst_visual_class_init),
19586         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
19587         (gst_visual_srclink), (gst_visual_chain),
19588         (gst_visual_change_state), (plugin_init):
19589           use a GstAdapter to correctly adapt buffer sizes - allows using a
19590           framerate
19591
19592 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19593
19594         * sys/v4l/gstv4lelement.h:
19595         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19596         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
19597         (gst_v4lsrc_buffer_free):
19598         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
19599         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19600         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
19601         (gst_v4lsrc_requeue_frame):
19602         move some debugging categories around
19603         query for fps index and set accordingly if found
19604
19605 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19606
19607         * ext/lame/gstlame.c:
19608         correct defaults that lame_init puts out of range
19609
19610 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19611
19612         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
19613         (gst_divxenc_class_init):
19614         fix range since -1 is the default
19615         * gst/mpeg1sys/gstmpeg1systemencode.c:
19616         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
19617         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
19618         (gst_rtjpegdec_chain):
19619         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
19620         (gst_rtjpegenc_chain):
19621         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
19622         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
19623         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
19624         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
19625         * sys/v4l/gstv4lsrc.c:
19626         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19627         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
19628         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
19629         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
19630         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
19631           remove gst_info calls
19632
19633 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19634
19635         * Makefile.am:
19636         * po/af.po:
19637         * po/az.po:
19638         * po/en_GB.po:
19639         * po/nl.po:
19640         * po/sr.po:
19641         * po/sv.po:
19642           Updated translations
19643
19644 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19645
19646         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19647           refactor/comment code
19648
19649 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19650
19651         * gst/asfdemux/Makefile.am:
19652         * gst/asfdemux/asfheaders.c:
19653         * gst/asfdemux/asfheaders.h:
19654         * gst/asfdemux/gstasf.c: (plugin_init):
19655         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
19656         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
19657         (gst_asf_demux_setup_pad):
19658         * gst/asfdemux/gstasfdemux.h:
19659         * gst/asfdemux/gstasfmux.c:
19660         * gst/asfdemux/gstasfmux.h:
19661           Add tagging support to demuxer, split out registration in its own
19662           file instead of in demux (hacky), and prevent having some tables
19663           in our memory multiple times (in asfheaders.h).
19664
19665 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19666
19667         * gst/matroska/matroska-demux.c:
19668         (gst_matroska_demux_parse_metadata):
19669         * gst/matroska/matroska-ids.h:
19670           Basic tag reading support.
19671
19672 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19673
19674         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
19675           Really detect ac-3 audio.
19676         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
19677           really detect matroska files (off-by-1).
19678
19679 2004-04-30  David Schleef  <ds@schleef.org>
19680
19681         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19682         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
19683         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
19684         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
19685         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
19686         hackage -- parse a lot more atoms, extract a few tags.  One might even
19687         mistake this for tag support.  Maybe it is.
19688         * gst/qtdemux/qtdemux.h:
19689
19690 2004-04-30  Colin Walters  <walters@verbum.org>
19691
19692         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
19693
19694 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19695
19696         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19697         (gst_ffmpegcolorspace_getcaps):
19698           remove broken nego fix
19699
19700 2004-04-30  Benjamin Otte  <otte@gnome.org>
19701
19702         * configure.ac:
19703         * ext/Makefile.am:
19704         * ext/libvisual/Makefile.am:
19705         * ext/libvisual/visual.c:
19706           add initial support for libvisual (http://libvisual.sourceforge.net)
19707           libvisual is still quite alpha, so expect crashes in there :)
19708
19709 2004-04-29  David Schleef  <ds@schleef.org>
19710
19711         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
19712         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
19713         up qtdemux to make it spit out codec_data.  Do _not_ look at this
19714         code; you will no longer respect me.
19715
19716 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19717
19718         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
19719         * ext/alsa/gstalsa.h :
19720         change alsa pcm device discovery to find more than 1 device
19721         per card. code review by Ronald.
19722
19723 2004-04-29  David Schleef  <ds@schleef.org>
19724
19725         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
19726         Add a check for a driver bug on FreeBSD.  (bug #140565)
19727
19728 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19729
19730         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
19731         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19732         (gst_jpegenc_getcaps):
19733           move format setting to inner loop
19734         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19735         (gst_ffmpegcolorspace_getcaps):
19736           use GST_PAD_CAPS if available so that we use already negotiated
19737           caps
19738         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19739         (qtdemux_parse_moov), (qtdemux_parse):
19740           extra debugging
19741         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
19742         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
19743           move hardcoded path to DEFINE
19744
19745 2004-04-28  David Schleef  <ds@schleef.org>
19746
19747         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
19748         (bug #140064)
19749
19750 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19751
19752         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19753           Don't probe for playback device if we're a source element. Fixes
19754           #139658.
19755
19756 2004-04-29  Benjamin Otte  <otte@gnome.org>
19757
19758         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19759         (gst_id3_tag_chain):
19760           rewrite buffer offset
19761
19762 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19763
19764         * configure.ac:
19765         * ext/Makefile.am:
19766         * ext/dts/Makefile.am:
19767         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
19768         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
19769         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
19770         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
19771         (gst_dtsdec_loop), (gst_dtsdec_change_state),
19772         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
19773         (plugin_init):
19774         * ext/dts/gstdtsdec.h:
19775           New DTS decoder.
19776         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
19777         (gst_faad_srcconnect):
19778           Add ESDS atom handling (.m4a).
19779
19780 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19781
19782         * ext/divx/gstdivxdec.c: (plugin_init):
19783           Remove comment that makes no sense.
19784         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
19785           Fix for obvious typo that resulted in warnings during gst-register.
19786         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
19787         (gst_xviddec_sink_link):
19788           Fix caps negotiation a bit better.
19789         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19790           We call this 'codec_data', not 'esds'.
19791
19792 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19793
19794         * gst/monoscope/gstmonoscope.c:
19795           make sure we only provide 256x128
19796         * gst/monoscope/monoscope.c: (monoscope_init):
19797           assert size of 256x128
19798
19799 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19800
19801         * Makefile.am:
19802         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
19803         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
19804           fixate to max width and height of device
19805
19806 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19807
19808         * Makefile.am:
19809         * sys/v4l/gstv4l.c:
19810         * sys/v4l/gstv4lsrc.c:
19811         * sys/v4l/v4l_calls.c:
19812         * sys/v4l/v4lsrc_calls.c:
19813           fix for qc-usb driver which fakes having more than one buffer
19814           by handing the same buffer twice, which confused GStreamer's/v4lsrc
19815           buffer_free override
19816           add debugging
19817
19818 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19819
19820         * Makefile.am:
19821         * gst/videotestsrc/gstvideotestsrc.c:
19822         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
19823         (gst_videotestsrc_init), (gst_videotestsrc_get),
19824         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
19825         * gst/videotestsrc/gstvideotestsrc.h:
19826           add num-buffers property
19827
19828         2004-04-26  Benjamin Otte  <otte@gnome.org>
19829
19830         * ext/mad/gstid3tag.c: (plugin_init):
19831           set id3mux rank to NONE so it doesn't confuse spider
19832           require audio/mpeg,mpegversion=1 in id3mux
19833
19834 2004-04-26  Benjamin Otte  <otte@gnome.org>
19835
19836         * configure.ac:
19837           detect faad correctly as non-working if it's indeed non-working
19838
19839 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19840
19841         * Makefile.am:
19842         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19843         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
19844         fix _getcaps so it only negotiates to its supported format
19845
19846 2004-04-25  Benjamin Otte  <otte@gnome.org>
19847
19848         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19849           fix memleak
19850
19851 2004-04-23  Benjamin Otte  <otte@gnome.org>
19852
19853         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19854           audio/x-raw-int with height rules! not. Now it's depth.
19855
19856 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19857
19858         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
19859         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
19860         (gst_wavparse_loop):
19861           Missing variable initialization. Add handling of DVI ADPCM. Fix
19862           mis-parsing of LIST chunks. This works around a bug where we mis-
19863           parse non-aligning LIST chunks (so LIST chunks where the contents
19864           don't align with the actual LIST size). The correct fix is to use
19865           rifflib, I'm not going to fix wavparse - too much work. All this
19866           fixes #104878.
19867
19868 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19869
19870         reviewed by Benjamin Otte  <otte@gnome.org>
19871
19872         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
19873           fix shoutcast not working (fixes #140844)
19874
19875 2004-04-22  Benjamin Otte  <otte@gnome.org>
19876
19877         * ext/hermes/gsthermescolorspace.c:
19878         (gst_hermes_colorspace_caps_remove_format_info):
19879         * gst/colorspace/gstcolorspace.c:
19880         (gst_colorspace_caps_remove_format_info):
19881         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19882         (gst_ffmpegcolorspace_caps_remove_format_info):
19883           s/gst_caps_simplify/gst_caps_do_simplify/
19884
19885 2004-04-22  Benjamin Otte  <otte@gnome.org>
19886
19887         * gst-libs/gst/riff/riff-media.c:
19888         (gst_riff_create_video_caps_with_data):
19889           mpegversion is an int
19890         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
19891           don't try to create pad templates with NULL caps, use any caps
19892           instead.
19893
19894 2004-04-20  David Schleef  <ds@schleef.org>
19895
19896         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
19897         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
19898         (bug #140384)
19899
19900 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19901
19902         reviewed by David Schleef
19903
19904         * ext/mad/gstid3tag.c: Add stdlib.h
19905         * gst/rtp/gstrtpgsmenc.c: same
19906         * gst/tags/gstid3tag.c: same
19907         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
19908         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
19909         GST_DISABLE_LOADSAVE use.
19910         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
19911         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
19912         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
19913         atol(3)).
19914         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
19915         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
19916         strtoul(3)).
19917         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
19918         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
19919         $(ID3_CFLAGS).
19920         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
19921         $(LIBFAME_CFLAGS).
19922
19923 2004-04-20  David Schleef  <ds@schleef.org>
19924
19925         * gst/realmedia/rmdemux.c:  This was supposed to part of the
19926         last checkin.  Same idea.
19927
19928 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19929
19930         reviewed by David Schleef
19931
19932         * configure.ac: bump required gstreamer version to 0.8.1.1
19933         because of following changes [--ds]
19934
19935         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
19936         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
19937         (gst_riff_read_header):  Use GST_READ_UINT*
19938         macros to access possibly unaligned memory.
19939
19940         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
19941         (mp3_type_find):  Use GST_READ_UINT*
19942         macros to access possibly unaligned memory.
19943         (mp3_type_find, mpeg1_parse_header, qt_type_find)
19944         (speex_type_find): Likewise
19945
19946         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
19947
19948         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
19949         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
19950         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
19951         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
19952         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
19953         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
19954         macros to access possibly unaligned memory.
19955
19956         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
19957         Likewise.
19958
19959         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
19960         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
19961
19962         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19963         Likewise.
19964
19965         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
19966         (gst_mpeg2subt_chain_subtitle): Likewise.
19967
19968         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
19969         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
19970         Likewise.
19971
19972         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
19973         Likewise.
19974
19975         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
19976         Likewise.
19977
19978         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
19979         Likewise.
19980
19981 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19982
19983         * configure.ac:
19984           update required version of GStreamer because of GST_TIME_FORMAT
19985
19986 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19987
19988         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
19989           remove leftover g_print
19990         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19991           don't try setting only a subset of the caps. We don't want to kill
19992           autoplugging on purpose
19993
19994 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19995
19996         * sys/ximage/ximagesink.c: (plugin_init):
19997         * sys/xvimage/xvimagesink.c: (plugin_init):
19998           add debugging categories
19999
20000 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20001
20002         * po/en_GB.po:
20003         * po/LINGUAS:
20004           Adding en_GB translation (Gareth Owen)
20005
20006 2004-04-20  David Schleef  <ds@schleef.org>
20007
20008         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20009         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
20010         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
20011         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
20012         A number of new features and hacks to extract the esds atom and
20013         put it into the caps.  (bug #137724)
20014
20015 2004-04-19  David Schleef  <ds@schleef.org>
20016
20017         * gconf/Makefile.am: Fix for non-GNU make
20018         * gst-libs/gst/Makefile.am: Change directory order to handle
20019         GstPlay linking with gstinterfaces
20020         * gst-libs/gst/audio/make_filter: make use of tr portable
20021         * gst-libs/gst/play/Makefile.am: Add intended \
20022         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
20023         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
20024         function prototype instead of void *.
20025         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
20026         macro.
20027         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20028         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
20029         * gst/videofilter/make_filter: make use of tr portable
20030         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
20031
20032 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20033
20034         * po/LINGUAS:
20035         * po/uk.po:
20036           Added Ukrainian translation (Maxim V. Dziumanenko)
20037
20038 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20039
20040         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
20041         (gst_gsmdec_link), (gst_gsmdec_chain):
20042           Fix capsnego, simplify chain function slightly.
20043         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20044           Add GSM.
20045
20046 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20047
20048         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20049         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
20050         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
20051           Hack to make wavparse work with spider (always -> sometimes pad).
20052           Fixes #135862 && #140411.
20053
20054 2004-04-18  Benjamin Otte  <otte@gnome.org>
20055
20056         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
20057         (gst_osselement_rate_probe_check),
20058         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
20059           get rid of \n in debug output
20060
20061 2004-04-17  Iain <iain@prettypeople.org>
20062
20063         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
20064         not just EOS.
20065
20066 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20067
20068         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
20069         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
20070         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
20071         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
20072         (gst_id3_tag_src_link), (gst_id3_tag_chain),
20073         (gst_id3_tag_change_state), (plugin_init):
20074           deprecate id3tag element and replace with id3demux/id3mux.
20075           great side effect: this ugly file is now even uglier, yay!
20076         * ext/mad/gstmad.h:
20077           remove non-available function
20078           update for new get_type
20079
20080 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20081
20082         * configure.ac:
20083           require mpeg2dec >= 0.4.0
20084
20085 2004-04-17  Benjamin Otte  <otte@gnome.org>
20086
20087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20088         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
20089         (gst_xvimagesink_set_xwindow_id):
20090           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
20091           assorted cleanup fixes.
20092
20093 2004-04-16  David Schleef  <ds@schleef.org>
20094
20095         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
20096         * sys/xvimage/xvimagesink.h: same
20097
20098 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20099
20100         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
20101           Fix GST_ELEMENT_ERROR with (NULL)
20102
20103 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20104
20105         * gst-libs/gst/riff/riff-media.c:
20106         (gst_riff_create_video_caps_with_data):
20107           Add div[3456] as fourccs for DivX 3 (fixes #140137).
20108
20109 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20110
20111         * gst-libs/gst/riff/riff-media.c:
20112         (gst_riff_create_video_caps_with_data),
20113         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
20114         (gst_riff_create_video_template_caps),
20115         (gst_riff_create_audio_template_caps):
20116         * gst-libs/gst/riff/riff-media.h:
20117         * gst-libs/gst/riff/riff-read.c:
20118         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
20119         * gst-libs/gst/riff/riff-read.h:
20120         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20121           Add MS RLE support. I added some functions to read out strf chunks
20122           into strf chunks and the data behind it. This is usually color
20123           palettes (as in RLE, but also in 8-bit RGB). Also use those during
20124           caps creation. Lastly, add ADPCM (similar to wavparse - which
20125           should eventually be rifflib based).
20126         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
20127         (gst_matroska_demux_init), (gst_matroska_demux_reset):
20128         * gst/matroska/matroska-demux.h:
20129           Remove placeholders for some prehistoric tagging system. Didn't add
20130           support for any tag system really anyway.
20131         * gst/qtdemux/qtdemux.c:
20132           Add support for audio/x-m4a (MPEG-4) through spider.
20133         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
20134         (gst_wavparse_loop):
20135           ADPCM support (#135862). Increase max. buffer size because we
20136           cannot split buffers for ADPCM (screws references) and I've seen
20137           files with 2048 byte chunks. 4096 seems safe for now.
20138
20139 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20140
20141         * configure.ac: bump nano to 1
20142
20143 === release 0.8.1 ===
20144
20145 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20146
20147         * configure.ac: releasing 0.8.1, "Comforting Sounds"
20148
20149 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20150
20151         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20152           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
20153           Fixes #140058
20154
20155 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20156
20157         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
20158           lower rank of dvddemux so that it's not used for mpeg playback.
20159
20160 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20161
20162         * configure.ac:
20163           save libs correctly when checking mad
20164
20165 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20166
20167         * ext/mad/gstid3tag.c: (plugin_init):
20168           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
20169
20170 2004-04-13  David Schleef  <ds@schleef.org>
20171
20172         * common/m4/gst-feature.m4: Call -config scripts with
20173         --plugin-libs if it is supported.
20174         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
20175         JPEG images are image/jpeg.
20176         * gst/debug/Makefile.am:
20177         * gst/debug/negotiation.c: (gst_negotiation_class_init),
20178         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
20179         (gst_negotiation_update_caps), (gst_negotiation_get_property),
20180         (gst_negotiation_plugin_init): Add a property that acts like
20181         filter caps.
20182         * testsuite/gst-lint:  Move license checking to be a standard
20183         test.
20184
20185 2004-04-13  David Schleef  <ds@schleef.org>
20186
20187         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
20188         patch from Sebastien Cote (bug #139958)
20189
20190 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20191
20192         * examples/gstplay/Makefile.am:
20193         * examples/gstplay/player.c: (main):
20194           make the commandline player example use gconf settings
20195
20196 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20197
20198         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
20199         (gst_cacasink_sinkconnect), (gst_cacasink_init),
20200         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
20201           init/end library during state transition, not object
20202           creation/disposal.  get rid of custom dispose handler.
20203
20204
20205 2004-04-12  Christian Schaller <Uraeus@gnome.org>
20206
20207         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
20208         be a symlink
20209
20210 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20211
20212         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
20213           Handle JUNK chunks inside data section. Prevents warnings.
20214
20215 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20216
20217         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20218         (gst_riff_create_video_template_caps):
20219           Add MS video v1.
20220         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20221         (gst_avi_demux_stream_data):
20222           Add support for "rec-list" chunks.
20223
20224 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20225
20226         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
20227           Fix another codecname mismatch.
20228
20229 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20230
20231         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20232           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
20233           so that MJPEG plays back.
20234
20235 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20236
20237         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
20238         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
20239         * gst/mpeg1videoparse/gstmp1videoparse.h:
20240           Fix for some slight mis-cuts in buffer parsing, and for some
20241           potential overflows or faults-causers. Adds disconts. Also fixes
20242           #139105 while we're at it.
20243
20244 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20245
20246         * configure.ac:
20247         * sys/v4l2/gstv4l2element.h:
20248           Workaround for missing struct v4l2_buffer declaration in Suse 9
20249           and Mandrake 10 linux/videodev2.h header file (#135919).
20250
20251 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20252
20253         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
20254           Bail out if no filename was given.
20255
20256 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20257
20258         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
20259         (gst_v4l2_fourcc_from_structure):
20260           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
20261           Y41B somewhere).
20262
20263 2004-04-09  Benjamin Otte  <otte@gnome.org>
20264
20265         * ext/gnomevfs/gstgnomevfssink.c:
20266         (_gst_boolean_allow_overwrite_accumulator),
20267         (gst_gnomevfssink_class_init):
20268           fix erase signal - if any handler returns false the file will not be
20269           overwritten. If no handler is connected, the file will not be
20270           overwritten either.
20271           renamed signal to "allow-overwrite"
20272         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
20273           free string when adding it to ID3 failed
20274         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20275           unref event when done
20276         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
20277           free caps
20278         * gst/typefind/gsttypefindfunctions.c:
20279         (mpeg_video_stream_type_find):
20280           fix invalid read
20281
20282 2004-04-08  David Schleef  <ds@schleef.org>
20283
20284         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20285         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
20286
20287 2004-04-08  David Schleef  <ds@schleef.org>
20288
20289         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
20290         we don't support (bug #139532)
20291
20292 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20293
20294         * ext/mad/gstmad.c: (gst_mad_handle_event),
20295         (gst_mad_check_caps_reset), (gst_mad_chain),
20296         (gst_mad_change_state):
20297           only set explicit caps if they haven't been set before for
20298           this stream.  MPEG-audio sample rate/channels aren't allowed
20299           to change in-stream.
20300           Fixes #139382
20301
20302 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20303
20304         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
20305         (_gst_boolean_did_something_accumulator),
20306         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
20307         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
20308         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
20309         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
20310         (gst_gnomevfssink_change_state):
20311           Fix erase signal. Don't erase by default. Remove handoff signal.
20312           Remove erase property. Don't segfault. General cleanup.
20313
20314 2004-04-07  Benjamin Otte  <otte@gnome.org>
20315
20316         * gst-libs/gst/gconf/test-gconf.c: (main):
20317           add missing gst_init
20318
20319 2004-04-07  Benjamin Otte  <otte@gnome.org>
20320
20321         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
20322           free the mutexes, too
20323
20324 2004-04-07  Benjamin Otte  <otte@gnome.org>
20325
20326         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
20327           actually free the URI string
20328         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
20329           compute offset correctly when passing discont events
20330         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20331           don't leak discont events
20332         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
20333           add some missing breaks so caps aren't copied randomly
20334         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
20335           if we realloc memory, we better use it
20336
20337 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20338
20339         * ext/mad/gstmad.c: (normal_seek):
20340           fix GST_FORMAT_TIME usage
20341
20342 2004-04-05  David Schleef  <ds@schleef.org>
20343
20344         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
20345         a deprecated function (hack!)
20346
20347 2004-04-05  Benjamin Otte  <otte@gnome.org>
20348
20349         * ext/esd/esdmon.c: (gst_esdmon_get):
20350           fix nonterminated vararg and memleak
20351
20352 2004-04-05  Benjamin Otte  <otte@gnome.org>
20353
20354         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
20355         (gst_ladspa_init), (gst_ladspa_force_src_caps),
20356         (gst_ladspa_set_property), (gst_ladspa_get_property),
20357         (gst_ladspa_instantiate), (gst_ladspa_activate),
20358         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
20359           clean up debugging
20360
20361 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
20362
20363         reviewed by Benjamin Otte  <otte@gnome.org>
20364
20365         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
20366           check for broken LADSPA parameters (fixes #138635)
20367
20368 2004-04-05  Benjamin Otte  <otte@gnome.org>
20369
20370         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
20371           advertise buffer-frames correctly on sinkpads
20372
20373 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20374
20375         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
20376         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
20377         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
20378         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
20379         (gst_mad_check_caps_reset), (gst_mad_chain):
20380         add more debugging, only reset caps when we're not in error state
20381
20382 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20383
20384         * ext/mad/gstmad.c: add debugging category, comment + cleanups
20385
20386 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
20387
20388         reviewed by Benjamin Otte  <otte@gnome.org>
20389
20390         * configure.ac:
20391           fix == in test(1) operator
20392
20393 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
20394
20395         reviewed by Benjamin Otte  <otte@gnome.org>
20396
20397         * configure.ac:
20398           fix --export-symblos-regex to a working regex.
20399
20400 2004-04-04  Benjamin Otte  <otte@gnome.org>
20401
20402         * sys/oss/.cvsignore:
20403           add for oss_probe
20404
20405 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20406
20407         reviewed by Benjamin Otte  <otte@gnome.org>
20408
20409         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20410           add missing 'new_media' argument (fixes #138168)
20411         * gst/matroska/matroska-demux.c:
20412         (gst_matroska_demux_handle_seek_event):
20413           add vararg terminator (fixes #138169)
20414
20415 2004-04-02  David Schleef  <ds@schleef.org>
20416
20417         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
20418         disted (bug #138914)
20419
20420 2004-04-01  Benjamin Otte  <otte@gnome.org>
20421
20422         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
20423         (gst_alsa_close_audio):
20424           handle case better where a soundcard can't pause
20425         * ext/ogg/gstoggdemux.c:
20426           don't crash when we get events but don't have pads yet
20427
20428 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20429
20430         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
20431           throw an error if we couldn't probe any caps.
20432
20433 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
20434
20435         * ext/dvdnav/gst-dvd:
20436         Add a really simple sample DVD player
20437
20438 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
20439
20440         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
20441         (gst_a52dec_push), (gst_a52dec_handle_event),
20442         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
20443         (gst_a52dec_change_state):
20444         * ext/a52dec/gsta52dec.h:
20445           Use a debug category, Output timestamps correctly
20446           Emit tag info, Handle events, tell liba52dec about cpu
20447           capabilities so it can use MMX etc.
20448         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
20449           Fix a crasher accessing invalid memory
20450         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
20451         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
20452         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20453         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
20454         (dvdnavsrc_query):
20455           Some support for byte-format seeking.
20456           Small fixes for still frames and menu button overlays
20457         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
20458         (gst_mpeg2dec_alloc_buffer):
20459           Use a debug category. Adjust the report level of several items to
20460           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
20461           so it doesn't lose the GstBuffer pointer
20462         * gst/debug/Makefile.am:
20463         * gst/debug/gstdebug.c: (plugin_init):
20464         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
20465         (gst_navseek_base_init), (gst_navseek_class_init),
20466         (gst_navseek_init), (gst_navseek_seek),
20467         (gst_navseek_handle_src_event), (gst_navseek_set_property),
20468         (gst_navseek_get_property), (gst_navseek_chain),
20469         (gst_navseek_plugin_init):
20470         * gst/debug/gstnavseek.h:
20471           Add the navseek debug element for seeking back and forth in a
20472           video stream using arrow keys.
20473         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
20474         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
20475         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
20476         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
20477         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
20478         (gst_mpeg2subt_parse_header), (gst_get_nibble),
20479         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
20480         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
20481         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
20482         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
20483         * gst/mpeg2sub/gstmpeg2subt.h:
20484           Pretty much a complete rewrite. Now a loopbased element. May still
20485           require work to properly synchronise subtitle buffers.
20486         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
20487         (gst_dvd_demux_send_subbuffer):
20488         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
20489           Don't attempt to create subbuffers of size 0
20490           Reduce a couple of error outputs to warnings.
20491         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
20492         (gst_y4mencode_chain):
20493         Output the y4m frame header correctly.
20494
20495 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20496
20497         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
20498           throw errors instead of allowing SIGFPE
20499
20500 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20501
20502         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
20503         (gst_gconf_render_bin_from_key):
20504           leak plugging and style fixing
20505
20506 2004-03-31  David Schleef  <ds@schleef.org>
20507
20508         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
20509         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
20510         (bug #138225)
20511         * gst/debug/Makefile.am:
20512         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
20513         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
20514         plugin.
20515         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
20516         (gst_negotiation_base_init), (gst_negotiation_class_init),
20517         (gst_negotiation_init), (gst_negotiation_getcaps),
20518         (gst_negotiation_pad_link), (gst_negotiation_chain),
20519         (gst_negotiation_set_property), (gst_negotiation_get_property),
20520         (gst_negotiation_plugin_init):  New element to talk about random
20521         negotiation things happening in a pipeline.
20522
20523 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20524
20525         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
20526           fix integer addition with help of Stefan Kost
20527
20528 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20529
20530         * po/nl.po: updated Dutch translation (Elros Cyriatan)
20531
20532 2004-03-30  David Schleef  <ds@schleef.org>
20533
20534         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
20535         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
20536         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
20537         (bug #137504)
20538         * ext/mpeg2dec/gstmpeg2dec.h:
20539
20540 2004-03-30  David Schleef  <ds@schleef.org>
20541
20542         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
20543
20544 2004-03-30  David Schleef  <ds@schleef.org>
20545
20546         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
20547         Michael Petullo) to handle .mov
20548
20549 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20550
20551         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
20552         (gst_osselement_rate_check_rate):
20553           probe caps correctly for sound cards that only support one format
20554
20555 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20556
20557         * ext/kio/kiosrc.cpp: (process_events):
20558           update handling event processing if inside KDE - untested
20559
20560 2004-03-29  David Schleef  <ds@schleef.org>
20561
20562         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
20563         by 2 to not interfere with other colorspaces.
20564         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
20565         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
20566         one to not interfere with ffmpeg_colorspace.
20567
20568 2004-03-29  David Schleef  <ds@schleef.org>
20569
20570         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
20571         aren't in the caps.
20572         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
20573         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
20574
20575 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20576
20577         * gst-libs/gst/riff/riff-media.c:
20578           fail on error, don't try to set stuff on NULL caps
20579
20580 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20581
20582         * configure.ac:
20583         * ext/Makefile.am:
20584         * ext/kio/Makefile.am:
20585         * ext/kio/kioreceiver.cpp:
20586         * ext/kio/kioreceiver.h:
20587         * ext/kio/kiosrc.cpp:
20588         * ext/kio/kiosrc.h:
20589           add experimental kiosrc plugin
20590         * ext/alsa/gstalsaplugin.c: (plugin_init):
20591           initialize debugging category only when we're sure registering the
20592           plugins worked.
20593
20594 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20595
20596         * examples/gstplay/player.c: (main):
20597         * gst-libs/gst/play/play.c: (gst_play_class_init),
20598         (gst_play_set_location), (gst_play_set_data_src),
20599         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20600         (gst_play_set_visualization), (gst_play_connect_visualization):
20601           check return values of element_set_state and return FALSE where
20602           failed
20603
20604 2004-03-29  Benjamin Otte  <otte@gnome.org>
20605
20606         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20607           try harder to check if an event is really a discont
20608
20609 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20610
20611         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
20612         * po/az.po:
20613
20614 2004-03-28  Benjamin Otte  <otte@gnome.org>
20615
20616         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20617         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20618         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20619           get rid of non-standard "..." ranges in case statements.
20620
20621 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
20622
20623         * gst/mpegstream/gstmpegdemux.c:
20624         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
20625         specific functionality split to the new dvddemux element.
20626         * gst/mpegstream/gstdvddemux.c:
20627         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
20628         streams, derived from mpegdemux.
20629         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
20630         up. SCR based timestamp rewriting can be turned off (will probably
20631         completely disappear soon).
20632         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
20633         hacking. General cleanup. All printf statements replaced by
20634         debugging messages. Almost complete libdvdnav support.
20635         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
20636         by events. New properties for audio and subpicture languages.
20637         (dvdnavsrc_update_highlight): Now uses events.
20638         (dvdnavsrc_user_op): Cleaned up.
20639         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
20640         based). Lots of cleanup, and propper support for most libdvdnav
20641         events.
20642         (dvdnavsrc_make_dvd_event): New function.
20643         (dvdnavsrc_make_dvd_nav_packet_event): New function.
20644         (dvdnavsrc_make_clut_change_event): New function.
20645
20646 2004-03-26  Benjamin Otte  <otte@gnome.org>
20647
20648         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
20649           fix bug where typefinding would claim it's theora whenever less then
20650           7 bytes of data were available
20651
20652 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20653
20654         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
20655         (gst_alawdec_base_init), (gst_alawdec_class_init),
20656         (gst_alawdec_init), (gst_alawdec_chain):
20657         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
20658         (gst_alawenc_base_init), (gst_alawenc_class_init),
20659         (gst_alawenc_init), (gst_alawenc_chain):
20660         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
20661         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
20662         (gst_mulawdec_init), (gst_mulawdec_chain):
20663         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
20664         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
20665         (gst_mulawenc_init), (gst_mulawenc_chain):
20666           Fix capsnego in all four, remove the unused property functions and
20667           simplify the chain functions slightly. I guess we could use macros
20668           or something similar for those, since the code is so similar, but
20669           I'm currently too lazy...
20670
20671 2004-03-24  David Schleef  <ds@schleef.org>
20672
20673         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
20674         (gst_osselement_close_audio), (gst_osselement_probe_caps),
20675         (gst_osselement_get_format_structure),
20676         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
20677         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
20678         (gst_osselement_rate_int_compare): Add code to handle rate probing
20679         (bug #120883)
20680         * sys/oss/gstosselement.h: same
20681         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
20682         Use rate probing provided by osselement.
20683         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
20684
20685 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20686
20687         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
20688         (gst_xvidenc_get_property):
20689           ulong/int mess-up.
20690
20691 2004-03-24  David Schleef  <ds@schleef.org>
20692
20693         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
20694         (gst_speexdec_init):
20695         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
20696         (gst_speexenc_init):  Create the pad template correctly (from
20697         the static pad template, not a NULL pointer.)
20698
20699 2004-03-25  Benjamin Otte  <otte@gnome.org>
20700
20701         * gst/debug/Makefile.am:
20702         * gst/debug/breakmydata.c:
20703           add element that quasi-randomly changes bytes in the stream.
20704           Intended use is robustness checking of demuxers and decoders in
20705           media tests.
20706
20707 2004-03-24  Benjamin Otte  <otte@gnome.org>
20708
20709         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20710         (gst_alsa_probe_hw_params):
20711         * ext/alsa/gstalsa.h:
20712           debugging output fixes
20713
20714 2004-03-24  Benjamin Otte  <otte@gnome.org>
20715
20716         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
20717           don't g_return_if_fail if element is PLAYING, fail silently as every
20718           other element.
20719         * gst/effectv/gstquark.c: (gst_quarktv_chain):
20720           only fix needed for cast lvalue issues in gst-plugins
20721         * gst/volenv/gstvolenv.c: (gst_volenv_init):
20722           add proxy_getcaps
20723
20724 2004-03-24  Benjamin Otte  <otte@gnome.org>
20725
20726         * gst/level/gstlevel.c: (gst_level_init):
20727           add proxying getcaps function, so level doesn't advertise impossible
20728           caps
20729
20730 2004-03-24  David Schleef  <ds@schleef.org>
20731
20732         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20733         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
20734         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
20735         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
20736         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
20737         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
20738         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
20739         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
20740         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
20741         messages.  Divide the chunk size by the compression ratio
20742         (needed for MACE audio)
20743
20744 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20745
20746         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20747           Fix buffer overflow read error.
20748
20749 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20750
20751         * ext/alsa/gstalsa.h:
20752           Remove unused entry.
20753         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20754           Add cinepak.
20755         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20756         (gst_videodrop_link), (gst_videodrop_chain):
20757           Fix, sort of. Was horribly broken with new capsnego. Bah...
20758
20759 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
20760
20761         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
20762         (plugin_init):
20763         Add a monkeysaudio typefind function
20764
20765 2004-03-23  Johan Dahlin  <johan@gnome.org>
20766
20767         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
20768         (gst_play_video_fixate): Check so the structure has the field
20769         before trying to fixate them, this makes it possible to have
20770         fakesinks for video and audio output without printing errors on
20771         the output console.
20772
20773 2004-03-22  David Schleef  <ds@schleef.org>
20774
20775         * sys/oss/Makefile.am:
20776         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
20777         (check_rate), (add_rate):  Rate probing test app.
20778
20779 2004-03-21  Benjamin Otte  <otte@gnome.org>
20780
20781         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20782         (_fixate_caps_to_int), (gst_audio_convert_fixate):
20783           add a fixation function that pretty much does the right thing (fixes
20784           #137556)
20785
20786 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
20787
20788         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
20789
20790 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20791
20792         reviewed by: Benjamin Otte  <otte@gnome.org>
20793
20794         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20795           terminate gst_event_new_discontinuous correctly (fixes parts of
20796           #137711)
20797
20798 2004-03-19  David Schleef  <ds@schleef.org>
20799
20800         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
20801         since it doesn't depend on X, and it's part of our ABI.
20802
20803 2004-03-19  Iain <iain@prettypeople.org>
20804
20805         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
20806         is_int in the structure, not the local variable.
20807
20808 2004-03-19  David Schleef  <ds@schleef.org>
20809
20810         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
20811         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
20812         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
20813         Improvements in caps negotiation.
20814
20815 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20816
20817         * po/LINGUAS:
20818         * po/af.po:
20819           adding Afrikaans (Petri Jooste)
20820
20821 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20822
20823         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20824         (gst_ffmpegcolorspace_chain):
20825         throw error instead of g_critical (#137588)
20826
20827 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20828
20829         * Makefile.am:
20830         * configure.ac:
20831           dist common and m4 correctly
20832         * po/sv.po:
20833
20834 2004-03-17  David Schleef  <ds@schleef.org>
20835
20836         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
20837         (bug #137348)
20838
20839 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20840
20841         * po/LINGUAS:
20842         * po/sv.po:
20843           adding Swedish translation (Christian Rose)
20844
20845 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20846
20847         * Makefile.am: use release.mak
20848
20849 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20850
20851         * common/ChangeLog:
20852         * common/gst-autogen.sh:
20853           add some explanation about the version detection
20854         * configure.ac:
20855           fix X check
20856
20857 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20858
20859         * configure.ac: bump nano to 1
20860
20861 === release 0.8.0 ===
20862
20863 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20864
20865         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
20866
20867 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20868
20869         * configure.ac:
20870           update libtool version
20871         * gst-libs/gst/media-info/Makefile.am:
20872           actually use libtool version
20873
20874 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20875
20876         * configure.ac: fix speex detection to work with 1.0 but not 1.1
20877
20878 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20879
20880         * configure.ac:
20881         * gst-plugins.spec.in:
20882         * pkgconfig/Makefile.am:
20883         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
20884         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20885         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20886         * pkgconfig/gstreamer-libs.pc.in:
20887         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20888         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20889         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
20890         * pkgconfig/gstreamer-plugins.pc.in:
20891           remove @VERSION@ from some of the pc files since core and plugins
20892           are decoupled.
20893           created gstreamer-plugins.pc as it's a better name, but keeping
20894           -libs around for now to get fixes upstream done first.
20895
20896 2004-03-15  Julien MOUTTE <julien@moutte.net>
20897
20898         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
20899         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
20900         * gst-libs/gst/play/play.h:
20901
20902 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20903
20904         * *.c, *.cc: don't mix tabs and spaces
20905
20906 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20907
20908         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
20909           use the new ffmpegcolorspace
20910         * gst-plugins.spec.in:
20911           package new colorspace and media-info
20912         * configure.ac:
20913         * pkgconfig/Makefile.am:
20914           fix some more disting issues
20915         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20916         * pkgconfig/gstreamer-media-info.pc.in:
20917           generate media-info pc files
20918
20919 2004-03-15  Johan Dahlin  <johan@gnome.org>
20920
20921         * *.h: Revert indenting
20922
20923 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20924
20925         * configure.ac:
20926           adding ffmpegcolorspace element
20927         * gst/ffmpegcolorspace/Makefile.am:
20928         * gst/ffmpegcolorspace/avcodec.h:
20929         * gst/ffmpegcolorspace/common.h:
20930         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
20931         * gst/ffmpegcolorspace/dsputil.h:
20932         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
20933         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20934         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
20935         (gst_ffmpeg_caps_to_pix_fmt):
20936         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
20937         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20938         (gst_ffmpegcolorspace_caps_remove_format_info),
20939         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
20940         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
20941         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
20942         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
20943         (gst_ffmpegcolorspace_set_property),
20944         (gst_ffmpegcolorspace_get_property),
20945         (gst_ffmpegcolorspace_register):
20946         * gst/ffmpegcolorspace/imgconvert.c:
20947         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20948         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
20949         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
20950         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
20951         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
20952         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
20953         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
20954         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
20955         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
20956         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
20957         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
20958         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
20959         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
20960         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
20961         (img_get_alpha_info), (deinterlace_line),
20962         (deinterlace_line_inplace), (deinterlace_bottom_field),
20963         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
20964         * gst/ffmpegcolorspace/imgconvert_template.h:
20965         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
20966         * gst/ffmpegcolorspace/mmx.h:
20967         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
20968           adding ffmpegcolorspace element supplied by Ronald after cleaning
20969           up and pulling in the right bits of upstream source.
20970           I'm sure a better C/compiler wizard could do some cleaning up (for
20971           example use GLIB's malloc stuff), but as a first pass this
20972           works very well
20973
20974 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20975
20976         * ext/alsa/gstalsa.h:
20977           I assume Ronald forgot to commit the change to have cardname
20978           as a struct member.  Expect some public spanking at the next
20979           opportunity.
20980
20981 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20982
20983         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
20984         (gst_alsa_open_audio), (gst_alsa_close_audio):
20985         * ext/alsa/gstalsa.c:
20986           Don't open the device if we're a mixer (= padless).
20987         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
20988         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
20989         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
20990           Open mixer during state change rather than during object
20991           initialization. Also, get a device name. Currently in a somewhat
20992           hackish fashion, but I didn't really find something better.
20993
20994 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20995
20996         * *.c, *.h: run gst-indent
20997
20998 2004-03-14  Benjamin Otte  <otte@gnome.org>
20999
21000         * gst/modplug/gstmodplug.cc:
21001         * gst/modplug/gstmodplug.h:
21002           set correct timestamps on outgoing buffers
21003
21004 2004-03-14  Benjamin Otte  <otte@gnome.org>
21005
21006         * gst/modplug/gstmodplug.cc:
21007           handle events - don't do crap when a discont arrives that's not
21008           necessary
21009           This allows correct loading and playback of mods in Rhythmbox
21010
21011 2004-03-14  Benjamin Otte  <otte@gnome.org>
21012
21013         * configure.ac:
21014         * gst-libs/gst/gconf/Makefile.am:
21015         * pkgconfig/Makefile.am:
21016           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
21017           they get rebuilt properly
21018         * configure.ac:
21019           when checking for vorbis, try pkgconfig first.
21020         * gst/modplug/gstmodplug.cc:
21021           add fixate function
21022
21023 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21024
21025         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
21026           Fix for obvious mistake, where we first shift the offset and then
21027           read a samplesize element assuming the old offset. Note that this
21028           part still has something weird, i.e. my movies containing those
21029           don't actually play well, but at least there's something that looks
21030           like sound now.
21031
21032 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
21033         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
21034         (plugin_init):
21035         Add a typefind function for speex format
21036
21037 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21038
21039         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
21040         (gst_asf_demux_setup_pad):
21041           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
21042           instead of 0. Reason is simple: some elements have a fps range
21043           of 1-max instead of 0-max. So now ASF video actually works.
21044
21045 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21046
21047         * po/LINGUAS:
21048         * po/sr.po:
21049           adding serbian as a language
21050
21051 2004-03-13  Benjamin Otte  <otte@gnome.org>
21052
21053         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
21054           return taglist correctly from _get function, don't gst_pad_push it.
21055           (fixes #137042)
21056
21057 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
21058         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
21059
21060 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21061
21062         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
21063         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
21064         (gst_alsa_mixer_track_new):
21065         * ext/alsa/gstalsamixertrack.h:
21066           Fix ancient leftovers... MixerTrack is a GObject.
21067
21068 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21069
21070         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
21071         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
21072           Don't block during probing...
21073
21074 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21075
21076         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
21077         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
21078         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
21079         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
21080         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
21081         (gst_alsa_open_audio), (gst_alsa_close_audio):
21082         * ext/alsa/gstalsa.h:
21083           Add propertyprobe interface implementation, add some device-name
21084           property, all this so that it looks good in gnome-volume-control.
21085
21086 2004-03-12  David Schleef  <ds@schleef.org>
21087
21088         * configure.ac: the Hermes library controls hermescolorspace, not
21089         colorspace.
21090         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
21091         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
21092         not /* */
21093         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
21094         * ext/sdl/sdlvideosink.h: ditto.
21095         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
21096
21097 2004-03-12  Benjamin Otte  <otte@gnome.org>
21098
21099         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
21100         (gst_x_overlay_got_xwindow_id):
21101         * gst-libs/gst/xoverlay/xoverlay.h:
21102           replace XID with unsigned long to get rid of the xlibs dependency in
21103           XOverlay (fixes #137004)
21104
21105 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
21106         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
21107         (gst_agingtv_setup):
21108         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
21109         (gst_dicetv_base_init), (gst_dicetv_class_init),
21110         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
21111         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
21112         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
21113         (gst_edgetv_setup), (gst_edgetv_rgb32):
21114         * gst/effectv/gsteffectv.c:
21115         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
21116         (gst_quarktv_set_property):
21117         * gst/effectv/gstrev.c: (gst_revtv_get_type),
21118         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
21119         (gst_revtv_setup), (gst_revtv_rgb32):
21120         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
21121         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
21122         (gst_shagadelictv_init), (gst_shagadelictv_setup),
21123         (gst_shagadelictv_rgb32):
21124         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
21125         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
21126         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
21127         * gst/effectv/gstwarp.c:
21128         Port everything that can be ported to videofilter and fix up the caps.
21129         Can someone with a big-endian machine please check these?
21130
21131 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21132
21133         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
21134         (gst_osssink_chain), (gst_osssink_change_state):
21135           Latest fixes for A/V sync, audio playback and such. This is about
21136           all... MPEG playback issues are mostly related to the async build-
21137           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
21138
21139 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21140
21141         patch from: Stephane Loeuillet
21142
21143         * configure.ac:
21144           use pkg-config for some libraries, falling back to the old .m4 way
21145           (fixes #131270)
21146         * m4/libdv.m4:
21147           removed
21148
21149 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21150
21151         * configure.ac:
21152         * tools/Makefile.am:
21153         * tools/Makefile.in:
21154         * tools/gst-launch-ext-m.m:
21155         * tools/gst-launch-ext.1.in:
21156         * tools/gst-visualise-m.m:
21157         * tools/gst-visualise.1:
21158         * tools/gst-visualise.1.in:
21159           reorganizing generation of script tools
21160
21161 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21162
21163         * ext/divx/gstdivxdec.c:
21164           Downgrade priority. We prefer ffdec_mpeg4.
21165         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
21166         (gst_faad_chain), (gst_faad_change_state):
21167           Fix capsnego. Doesn't work for some sounds because we don't have
21168           a 5:1 to stereo element.
21169         * ext/xvid/gstxvid.c: (plugin_init):
21170           Add priority.
21171         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
21172         (gst_osssink_change_state):
21173           Add discont handling.
21174
21175 2004-03-09  Colin Walters  <walters@verbum.org>
21176
21177         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
21178         conversion.
21179
21180 2004-03-09  Benjamin Otte  <otte@gnome.org>
21181
21182         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
21183           the signals take 2 arguments
21184
21185 2004-03-09  David Schleef  <ds@schleef.org>
21186
21187         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
21188         (gst_alsa_fixate): Add fixate function.  (bug #136686)
21189         * ext/alsa/gstalsa.h:
21190         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
21191
21192 2004-03-09  Benjamin Otte  <otte@gnome.org>
21193
21194         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
21195         (gst_mikmod_change_state):
21196         * ext/mikmod/gstmikmod.h:
21197           make mikmod's loop function not loop infinitely and call
21198           gst_element_yield anymore
21199         * gst/modplug/gstmodplug.cc:
21200           fix pad negotiation (fixes #136590)
21201
21202 2004-03-09  David Schleef  <ds@schleef.org>
21203
21204         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
21205         doesn't conflict with the internal colorspace plugin.
21206         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
21207         satisfy the crappy-ass shell shipped by a certain vendor.
21208         * gst/videofilter/make_filter: same (bug #135299)
21209
21210 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21211
21212         * configure.ac: bump nano to 1
21213
21214 === release 0.7.6 ===
21215
21216 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21217
21218         * configure.in: releasing 0.7.6, "There"
21219
21220 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21221
21222         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21223         * pkgconfig/gstreamer-play.pc.in:
21224           synchronize the two
21225
21226 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21227
21228         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
21229         (cdparanoia_open), (cdparanoia_event):
21230           fix/add error handling
21231         * po/POTFILES.in:
21232           add cdparanoia source
21233         * tools/Makefile.am:
21234           make scripts executable
21235
21236 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21237
21238         * configure.ac:
21239         * ext/vorbis/Makefile.am:
21240         * sys/Makefile.am:
21241           remove id3types, vorbisfile and xvideosink from the build (#133783)
21242
21243 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21244
21245         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21246           Fix metadata read crash (#136537).
21247
21248 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21249
21250         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
21251         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
21252           adding mime types, fixing the one-stop function
21253
21254 2004-03-08  Christian Schaller <Uraeus@gnome.org>
21255
21256         * ext/nas/nassink.c and /ext/nas/nassink.h:
21257         More NAS love from Arwed von Merkatz
21258         So lets all sing 'Can you feel the NAS tonight'
21259
21260 2004-03-08  Christian Schaller <Uraeus@gnome.org>
21261
21262         * tools/gst-launch-ext.in:
21263         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
21264
21265 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21266
21267         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
21268         (gst_mpeg2dec_init):
21269         remove the user_data pad for now, because it is being used in
21270         fixating causing MPEG playback to fixate on 1000 Hz for playback.
21271         If someone knows how to fix this properly, please do.
21272
21273 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21274
21275         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21276         (gst_osssink_get_time):
21277         add a warning, IMO this won't get triggered anymore, remove later
21278
21279 2004-03-07  David Schleef  <ds@schleef.org>
21280
21281         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
21282         format (bug #136470)
21283
21284 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
21285
21286         * gst-libs/Makefile.am:
21287         * gst-libs/gst/media-info/Makefile.am:
21288         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
21289         (error_callback), (gst_media_info_error_create),
21290         (gst_media_info_error_element), (gmip_init), (gmip_reset),
21291         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
21292         * gst-libs/gst/media-info/media-info-priv.h:
21293         * gst-libs/gst/media-info/media-info-test.c: (main):
21294         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
21295         (gst_media_info_class_init), (gst_media_info_instance_init),
21296         (gst_media_info_set_source), (gst_media_info_read_with_idler),
21297         (gst_media_info_read_idler), (gst_media_info_read):
21298         * gst-libs/gst/media-info/media-info.h:
21299         fixed, should work now
21300
21301 2004-03-07  Christian Schaller <Uraeus@gnome.org>
21302
21303         * ext/nas/nassink.c:
21304         A bunch of NAS fixes from Arwed von Merkatz
21305
21306 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21307
21308         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21309         (qtdemux_parse_trak):
21310           Fix crash (j might be greater than n_samples, in which case we're
21311           writing outside the allocated space for the array) and memleak.
21312
21313 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21314
21315         * sys/oss/gstosssink.c: (gst_osssink_chain):
21316           And another caller that couldn't handle delay < 0 (unsigned
21317           integer overflow). Video now continues playing on an audio
21318           buffer underrun, and the clock continues working. Audio still
21319           stalls.
21320
21321 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21322
21323         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21324         (gst_osssink_get_time):
21325           get_delay() may return values lower than 0. In those cases, we
21326           should not actually cast to *unsigned* int64, that will break
21327           stuff horribly. In my case, it screwed up A/V sync in movies
21328           in totem rather badly.
21329
21330 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21331
21332         * ext/faac/gstfaac.c: (gst_faac_chain):
21333         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21334         * ext/libpng/gstpngenc.c: (user_write_data):
21335         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
21336         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
21337         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
21338         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
21339         Fix several misuse of gst_buffer_merge (it doesn't take ownership
21340         of any buffer), should fix some leaks. I hope I didn't unref buffers
21341         that shouldn't be...
21342
21343 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21344
21345         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
21346         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
21347         (error_callback), (gmi_reset), (gmi_seek_to_track),
21348         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
21349         (gmip_find_type_post), (gmip_find_stream_post),
21350         (gmip_find_track_streaminfo_post):
21351         * gst-libs/gst/media-info/media-info-priv.h:
21352         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
21353         (info_print), (main):
21354         * gst-libs/gst/media-info/media-info.c:
21355         (gst_media_info_error_create), (gst_media_info_error_element),
21356         (gst_media_info_instance_init), (gst_media_info_get_property),
21357         (gst_media_info_new), (gst_media_info_set_source),
21358         (gst_media_info_read_idler), (gst_media_info_read):
21359         * gst-libs/gst/media-info/media-info.h:
21360           first pass at making this work again.  This seems to work on
21361           tagged ogg/vorbis and mp3 files.
21362
21363 2004-03-06  Benjamin Otte  <otte@gnome.org>
21364
21365         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21366           fix huge leak: gst_buffer_merge doesn't unref the first argument
21367           itself.
21368
21369 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21370
21371         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
21372           report layer/mode/emphasis
21373
21374 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21375
21376         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
21377
21378 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21379
21380         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
21381           signal serial
21382
21383 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21384
21385         * ext/vorbis/vorbis.c: (plugin_init):
21386         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
21387         (gst_vorbis_dec_init), (vorbis_dec_event):
21388         add debug category
21389         make vorbisdec handle _BYTE and _TIME queries
21390
21391 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21392
21393         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
21394           from the xing header
21395
21396 2004-03-06  Benjamin Otte  <otte@gnome.org>
21397
21398         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
21399         (gst_audio_convert_link), (gst_audio_convert_change_state),
21400         (gst_audio_convert_buffer_from_default_format):
21401           do conversions from/to float correctly, fix some caps nego errors,
21402           export correct supported caps in template and getcaps, use correct
21403           caps in try_set_caps functions
21404
21405 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21406
21407         For some reason, I only committed a ChangeLog entry yesterday and
21408         not the corresponding code...
21409         * ext/mad/gstmad.c: Fix detection of Xing headers
21410         * gst/tags/gstid3tag.c: Changes to support TLEN tags
21411
21412 2004-03-06  Benjamin Otte  <otte@gnome.org>
21413
21414         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
21415         (gst_ogg_demux_src_query):
21416           make sure to handle the case where there's no current chain
21417           gracefully.
21418
21419 2004-03-05  David Schleef  <ds@schleef.org>
21420
21421         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
21422         Add fixate function. (bug #131128)
21423         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
21424         (gst_sdlvideosink_fixate):  Add fixate function.
21425         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21426         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
21427         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
21428         Fix missing break that was causing ulaw to be interpreted as
21429         raw int.
21430
21431 2004-03-05  David Schleef  <ds@schleef.org>
21432
21433         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
21434         Fix code that ignores return value of gst_buffer_merge().
21435         (bug #114560)
21436         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
21437         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
21438         * testsuite/gst-lint:  Check for above.
21439
21440 2004-03-05  David Schleef  <ds@schleef.org>
21441
21442         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
21443         caps and throw an element error.  (bug #136334)
21444
21445 2004-03-05  David Schleef  <ds@schleef.org>
21446
21447         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
21448         (gst_faad_chain): Fix negotiation.
21449         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
21450         key and button events.
21451         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
21452         dung heap of code.
21453         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
21454         depends on gconf
21455         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
21456         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
21457         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
21458         function to encourage better negotiation, particularly between
21459         audioconvert and osssink.
21460         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21461         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
21462         more important.
21463         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
21464         typefinding.
21465         * gst/vbidec/vbiscreen.c:  Add glib header
21466         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
21467
21468 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
21469
21470         * ext/mad/gstmad.c: Fix detection of Xing headers
21471         * gst/tags/gstid3tag.c: Changes to support TLEN tags
21472
21473 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21474
21475         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21476         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
21477           debug updates
21478
21479 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21480
21481         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21482         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
21483         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
21484         files, and report the parsed length as a GST_TAG_DURATION tag.
21485         * gst/tags/gstid3tag.c: support TLEN (duration) tag
21486
21487 2004-03-05  Benjamin Otte  <otte@gnome.org>
21488
21489         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
21490           convert channels correctly. convert correctly to unsigned.
21491
21492 2004-03-05  Julien MOUTTE <julien@moutte.net>
21493
21494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
21495         we have a window before clearing it.
21496
21497 2004-03-05  Julien MOUTTE <julien@moutte.net>
21498
21499         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
21500         have a window before clearing it.
21501
21502 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21503
21504         * gconf/gstreamer.schemas.in:
21505         * gst-libs/gst/gconf/Makefile.am:
21506           version installation path the same way as for 0.6
21507         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
21508         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21509         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21510           remove comment that was fixed
21511
21512 2004-03-05  David Schleef  <ds@schleef.org>
21513
21514         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
21515         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
21516         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
21517         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
21518         Add prototype code for handling seeking and querying.
21519
21520 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21521
21522         * examples/gstplay/player.c: (main):
21523           Initialize variables to NULL. Prevents a segfault because the
21524           (uninitialized) variable is not NULL, resulting in a crash on
21525           trying to reach error->message.
21526
21527 2004-03-05  Benjamin Otte  <otte@gnome.org>
21528
21529         * gst/audioconvert/gstaudioconvert.c:
21530         (gst_audio_convert_buffer_to_default_format):
21531         make float=>int conversion work correctly even in cornercases.
21532
21533 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
21534
21535         * debian/README.Debian:
21536         * debian/build-deps:
21537         * debian/changelog:
21538         * debian/control:
21539         * debian/control.in:
21540         * debian/copyright:
21541         * debian/gstreamer-a52dec.files:
21542         * debian/gstreamer-aa.files:
21543         * debian/gstreamer-alsa.files:
21544         * debian/gstreamer-alsa.manpages:
21545         * debian/gstreamer-arts.files:
21546         * debian/gstreamer-artsd.files:
21547         * debian/gstreamer-audiofile.files:
21548         * debian/gstreamer-avifile.files:
21549         * debian/gstreamer-cdparanoia.files:
21550         * debian/gstreamer-colorspace.files:
21551         * debian/gstreamer-doc.files:
21552         * debian/gstreamer-dv.files:
21553         * debian/gstreamer-dvd.files:
21554         * debian/gstreamer-esd.files:
21555         * debian/gstreamer-festival.files:
21556         * debian/gstreamer-flac.files:
21557         * debian/gstreamer-gconf.conffiles:
21558         * debian/gstreamer-gconf.files:
21559         * debian/gstreamer-gconf.postinst:
21560         * debian/gstreamer-gnomevfs.files:
21561         * debian/gstreamer-gsm.files:
21562         * debian/gstreamer-http.files:
21563         * debian/gstreamer-jack.files:
21564         * debian/gstreamer-jpeg.files:
21565         * debian/gstreamer-mad.files:
21566         * debian/gstreamer-mikmod.files:
21567         * debian/gstreamer-misc.files:
21568         * debian/gstreamer-mpeg2dec.files:
21569         * debian/gstreamer-oss.files:
21570         * debian/gstreamer-plugin-apps.files:
21571         * debian/gstreamer-plugin-apps.manpages:
21572         * debian/gstreamer-plugin-libs-dev.files:
21573         * debian/gstreamer-plugin-libs.files:
21574         * debian/gstreamer-plugin-template.postinst:
21575         * debian/gstreamer-plugin-template.postrm:
21576         * debian/gstreamer-sdl.files:
21577         * debian/gstreamer-sid.files:
21578         * debian/gstreamer-vorbis.files:
21579         * debian/gstreamer-x.files:
21580         * debian/mk.control:
21581         * debian/rules:
21582         Debian package info not maintained here.
21583
21584 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21585
21586         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
21587         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
21588         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
21589         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
21590         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
21591         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
21592         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
21593         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
21594         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
21595         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
21596         * gst-libs/gst/colorbalance/colorbalance.c:
21597         (gst_color_balance_class_init):
21598         * gst-libs/gst/colorbalance/colorbalancechannel.c:
21599         (gst_color_balance_channel_class_init):
21600         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
21601         * gst-libs/gst/play/play.c: (gst_play_class_init):
21602         * gst-libs/gst/propertyprobe/propertyprobe.c:
21603         (gst_property_probe_iface_init):
21604         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
21605         * gst-libs/gst/tuner/tunerchannel.c:
21606         (gst_tuner_channel_class_init):
21607         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
21608         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
21609         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
21610         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
21611         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
21612         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
21613         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
21614         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
21615         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
21616           fix signals to use - instead of _
21617         * ext/libcaca/gstcacasink.h:
21618         * ext/sdl/sdlvideosink.h:
21619           fix header rename
21620
21621 2004-03-04  David Schleef  <ds@schleef.org>
21622
21623         * testsuite/gst-lint:  Add a check for bad signal names.
21624
21625 2004-03-04  <kost@imn.htwk-leipzig.de>
21626
21627         reviewed by David Schleef
21628
21629         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
21630         modified the alpha channel and caused a warning. (bug #136192)
21631
21632 2004-04-03  Christian Schaller <Uraeus@gnome.org>
21633
21634         * gst-plugins.spec.in:
21635         Change names of plugins to actually be correct. Try to keep things
21636         alphabetical to avoid getting beat up by Thomas
21637
21638 2004-03-03  Julien MOUTTE <julien@moutte.net>
21639
21640         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
21641         Using ximagesink as a default if no gconf key found. We should
21642         probably consider using alsasink instead of osssink for the audio
21643         part.
21644
21645 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21646
21647         * configure.ac:
21648           fix --with-plugins, don't think it ever worked before
21649         * gst-plugins.spec.in:
21650           even more updates
21651
21652 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21653
21654         * ext/sdl/sdlvideosink.h:
21655         * sys/ximage/ximagesink.h:
21656         * sys/xvideo/xvideosink.h:
21657         * sys/xvimage/xvimagesink.h:
21658           Fix for move of gstvideosink.h -> videosink.h.
21659
21660 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21661
21662         * gst-libs/gst/xwindowlistener/Makefile.am:
21663           this is a plugin library, not a library
21664
21665 2004-03-01  David Schleef  <ds@schleef.org>
21666
21667         * AUTHORS:  Added some names.  Add yourself if you're still
21668         missing.
21669
21670 2004-03-01  David Schleef  <ds@schleef.org>
21671
21672         * MAINTAINERS: Add
21673
21674 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21675
21676         * gst-plugins.spec.in: clean up spec file
21677
21678 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21679
21680         * gst-libs/gst/video/Makefile.am:
21681         * gst-libs/gst/video/gstvideosink.c:
21682         * gst-libs/gst/video/gstvideosink.h:
21683           rename gstvideosink.h to videosink.h to match other headers
21684         * gst/mixmatrix/Makefile.am:
21685           fix plugin filename
21686         * gst/tags/Makefile.am: fix plugin filename
21687
21688 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21689
21690         * gst/tags/Makefile.am: fix plugin filename
21691
21692 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21693
21694         * examples/gstplay/player.c: (got_time_tick), (main):
21695           add error handler
21696           display time_tick more readably
21697         * gst/mixmatrix/Makefile.am:
21698           fix plugin file name
21699
21700 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
21701
21702         * sys/oss/gstosselement.c: (gst_osselement_probe),
21703         (device_combination_append), (gst_osselement_class_probe_devices):
21704         * sys/oss/gstosselement.h:
21705           Reworked enumeration of oss dsps and mixers so that gst-mixer works
21706           on my system using alsa oss emulation, fixes bug #135597
21707
21708 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21709
21710         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
21711         (gst_videodrop_chain), (gst_videodrop_change_state):
21712         * gst/videodrop/gstvideodrop.h:
21713           Work based on timestamp of input data, not based on the expected
21714           framerate from the input. The consequence is that this element now
21715           not only scales framerates, but also functions as a framerate
21716           corrector or framerate stabilizer/constantizer.
21717
21718 2004-02-27  David Schleef  <ds@schleef.org>
21719
21720         patches from jmmv@menta.net (Julio M. Merino Vidal)
21721
21722         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
21723         GST_ELEMENT_ERROR call (bug #135634)
21724         * gst/interleave/interleave.c: (interleave_buffered_loop),
21725         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
21726         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
21727         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21728         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
21729         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
21730         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
21731         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
21732         Fix GST_ELEMENT_ERROR call.
21733         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
21734         GST_ELEMENT_ERROR call.
21735
21736 2004-02-27  Benjamin Otte  <otte@gnome.org>
21737
21738         * gst-libs/gst/audio/audio.h:
21739           add macro to make sure header isn't included twice
21740         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
21741           don't use gst_buffer_free
21742         * gst/playondemand/filter.func:
21743           don't use gst_data_free. Free data only once.
21744
21745 2004-02-26  David Schleef  <ds@schleef.org>
21746
21747         * gst-libs/gst/colorbalance/Makefile.am:
21748         * gst-libs/gst/mixer/Makefile.am:
21749         * gst-libs/gst/tuner/Makefile.am:
21750         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
21751         should not be disted, -marshal.h files should not be installed,
21752         and -enum.h files _should_ be installed.  Fix to make this the
21753         case.
21754
21755 === release 0.7.5 ===
21756
21757 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21758
21759         * configure.ac: release 0.7.5, "Under The Sea"
21760
21761 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21762
21763         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
21764         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
21765         * gst/videoscale/gstvideoscale.c:
21766         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
21767           assorted debug/warning fixes
21768
21769 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21770
21771         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21772         (gst_videoscale_init), (gst_videoscale_chain),
21773         (gst_videoscale_set_property), (plugin_init):
21774         * gst/videoscale/gstvideoscale.h:
21775         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
21776         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
21777         (gst_videoscale_planar400), (gst_videoscale_packed422),
21778         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
21779         (gst_videoscale_24bit), (gst_videoscale_16bit),
21780         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
21781         (gst_videoscale_scale_plane_slow),
21782         (gst_videoscale_scale_point_sample),
21783         (gst_videoscale_scale_nearest),
21784         (gst_videoscale_scale_nearest_str2),
21785         (gst_videoscale_scale_nearest_str4),
21786         (gst_videoscale_scale_nearest_32bit),
21787         (gst_videoscale_scale_nearest_24bit),
21788         (gst_videoscale_scale_nearest_16bit):
21789         add debugging category and use it properly
21790         fix use of GST_PTR_FORMAT
21791
21792 2004-02-25  Andy Wingo  <wingo@pobox.com>
21793
21794         * gst/interleave/interleave.c (interleave_buffered_loop): Always
21795         push only when channel->buffer is NULL. Prevents segfaults doing
21796         the state change after a nonlocal exit, like a scheme exception.
21797
21798         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
21799         Handle the case where the intersected caps is empty.
21800
21801 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21802
21803         * gst/law/mulaw-decode.c: (mulawdec_link):
21804         * gst/law/mulaw.c: (plugin_init):
21805           fix mulawdec so it actually works again
21806
21807 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
21808
21809         reviewed by: David Schleef  <ds@schleef.org>
21810
21811         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
21812         (gst_gamma_init), (gst_gamma_set_property),
21813         (gst_gamma_get_property), (gst_gamma_calculate_tables),
21814         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
21815         for RGB, with separate r g and b correction factors. (#131167)
21816
21817 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21818
21819         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21820           only signal tags for bitrate if they're > 0 (#134894)
21821
21822 2004-02-24  David Schleef  <ds@schleef.org>
21823
21824         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
21825         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
21826         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
21827         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
21828         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
21829         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
21830         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
21831         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
21832         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
21833         category.  Attempt to fix timestamp calculation.
21834
21835 2004-02-24  Johan Dahlin  <johan@gnome.org>
21836
21837         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
21838
21839 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21840
21841         * configure.ac:
21842         * gconf/Makefile.am:
21843         * gconf/gstreamer.schemas:
21844         * gst-libs/gst/gconf/Makefile.am:
21845         * gst-libs/gst/gconf/gconf.c:
21846           version gconf schemas and install locations
21847
21848 2004-02-23  Benjamin Otte  <otte@gnome.org>
21849
21850         * ext/xine/xineinput.c: (gst_xine_input_dispose):
21851         (gst_xine_input_subclass_init):
21852           call parent dispose.
21853           change pad template for CD reader correctly
21854         * ext/xine/Makefile.am:
21855         * ext/xine/gstxine.h:
21856         * ext/xine/xine.c: (plugin_init):
21857         * ext/xine/xineaudiosink.c:
21858           wrap audio sinks, too
21859         * gst-libs/gst/resample/private.h:
21860         * gst-libs/gst/resample/resample.c: (gst_resample_init),
21861         (gst_resample_reinit), (gst_resample_scale),
21862         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
21863         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
21864         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
21865         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
21866         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
21867         * gst-libs/gst/resample/resample.h:
21868         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
21869         (gst_audioscale_class_init), (gst_audioscale_link),
21870         (gst_audioscale_get_buffer), (gst_audioscale_init),
21871         (gst_audioscale_chain), (gst_audioscale_set_property),
21872         (gst_audioscale_get_property):
21873         * gst/audioscale/gstaudioscale.h:
21874           s/resample_*/gst_resample_*/i to not clobber namespaces
21875
21876 2004-02-23  Julien MOUTTE  <julien@moutte.net>
21877
21878         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21879         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
21880         (gst_riff_create_video_template_caps),
21881         (gst_riff_create_audio_template_caps),
21882         (gst_riff_create_iavs_template_caps):
21883         * gst-libs/gst/riff/riff-media.h:
21884         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21885         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
21886         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
21887         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21888         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21889         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
21890         (gst_matroska_demux_plugin_init): First batch implementing audio and
21891         video codec tags in demuxers.
21892
21893 2004-02-22  Benjamin Otte  <otte@gnome.org>
21894
21895         * ext/xine/Makefile.am:
21896         * ext/xine/gstxine.h:
21897         * ext/xine/xine.c: (plugin_init):
21898         * ext/xine/xineinput.c:
21899           add input plugin wrapper. Playback from files, http, mms and cdda
21900           works.
21901         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21902           remove leftover G_GNUC_UNUSED
21903         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
21904         (gst_asf_demux_identify_guid):
21905           improve debugging output
21906
21907 2004-02-22  Benjamin Otte  <otte@gnome.org>
21908
21909         reported by: Padraig O'Briain <padraig.obriain@sun.com>
21910
21911         * autogen.sh:
21912           replace test -e with test -x for mkinstalldirs to be more portable.
21913           (fixes #134816)
21914
21915 2004-02-22  Benjamin Otte  <otte@gnome.org>
21916
21917         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
21918
21919         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
21920           set rank to PRIMARY
21921         * gst/volume/gstvolume.c: (plugin_init):
21922           set rank to NONE
21923         fixes #134960
21924
21925 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
21926
21927         reviewed by Benjamin Otte  <otte@gnome.org>
21928
21929         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21930           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
21931
21932 2004-02-22  Benjamin Otte  <otte@gnome.org>
21933
21934         * configure.ac:
21935           export [_]*{gst,Gst,GST}.* symbols from plugins
21936
21937 2004-02-22  Christophe Fergeau <teuf@gnome.org>
21938
21939         reviewed by: Benjamin Otte  <otte@gnome.org>
21940
21941         * ext/lame/gstlame.c: (add_one_tag):
21942         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21943         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
21944         (gst_vorbisenc_metadata_set1):
21945         * gst/tags/gstid3tag.c:
21946         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
21947           apply fixes from bugs #135042 (lame can't write tags) and #133817
21948           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
21949
21950 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
21951
21952         * configure.ac: Export only gst_plugin_desc from plugins.
21953          Note that this change only makes any effect with Linux using libtool
21954          1.5.2 or higher. Otherwise it is silently ignored, but it would build
21955          fine. And don't try to have several versions of libtool in different
21956          directories.
21957
21958 2004-02-20  Andy Wingo  <wingo@pobox.com>
21959
21960         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
21961         interleave respectively.
21962
21963         * gst/interleave/deinterleave.c: New plugin: deinterleave
21964         (replaces on oneton).
21965         * gst/interleave/interleave.c: New plugin: interleave.
21966         * gst/interleave/plugin.h: Support file.
21967         * gst/interleave/plugin.c: Support file.
21968
21969         * configure.ac: Remove intfloat and oneton, add interleave.
21970
21971         * ext/sndfile/gstsf.c: Handle events better.
21972
21973         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
21974         and float2int operation. int2float has scheduling problems as
21975         noted in in2float_chain.
21976
21977 2004-02-20  Benjamin Otte  <otte@gnome.org>
21978
21979         * ext/xine/Makefile.am:
21980         * ext/xine/gstxine.h:
21981         * ext/xine/xine.c:
21982         * ext/xine/xineaudiodec.c:
21983         * ext/xine/xinecaps.c:
21984           add first version of xine plugin wrapper. Currently only wraps the
21985           QDM2 win32 DLL, and even that only in proof-of-concept quality.
21986         * configure.ac:
21987         * ext/Makefile.am:
21988           add xine plugin wrapper, disabled by default. Use --enable-xine to
21989           build. Note that it'll segfault on gst-register if you don't remove
21990           the goom and tvtime post plugins from xine.
21991         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21992         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
21993           add extradata parsing for QDM2.
21994           change around debugging prints.
21995
21996 2004-02-19  Benjamin Otte  <otte@gnome.org>
21997
21998         * ext/lame/gstlame.c: (gst_lame_chain):
21999         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22000           use gst_tag_list_insert when you want to insert tags
22001
22002 2004-02-18  David Schleef  <ds@schleef.org>
22003
22004         * configure.ac:  Move massink to gst-rotten
22005         * ext/Makefile.am:
22006         * ext/mas/Makefile.am:
22007         * ext/mas/massink.c:
22008         * ext/mas/massink.h:
22009
22010 2004-02-18  David Schleef  <ds@schleef.org>
22011
22012         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
22013         typefinding, since it seems to be worse than nothing.
22014         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
22015         atom to recognize .mp4 and .m4a files as video/quicktime.
22016
22017 2004-02-18  David Schleef  <ds@schleef.org>
22018
22019         * gst/sine/demo-dparams.c: (quit_live),
22020         (dynparm_log_value_changed), (dynparm_value_changed), (main):
22021         Use double dparams, not float.
22022         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22023         (gst_sinesrc_init): Change sync default to FALSE, since multiple
22024         sync'd elements don't really work correctly.
22025         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
22026         (volume_update_volume), (volume_get_property):  Change dparam
22027         to double.
22028
22029 2004-02-18  Julien MOUTTE  <julien@moutte.net>
22030
22031         * sys/ximage/ximagesink.c:
22032         (gst_ximagesink_xwindow_update_geometry),
22033         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
22034         (gst_ximagesink_change_state), (gst_ximagesink_expose),
22035         (gst_ximagesink_init): Rework the way software video scaling works. So
22036         now we check on each chain call if the video frames are feeling the
22037         window. If not we try to renegotiate caps. On failure we memorize that
22038         and we won't try again for that PLAYING sessions.
22039         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
22040         failure.
22041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
22042         synchronous flag.
22043
22044 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22045
22046         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
22047           break up _link so we can give a better debug message for errors
22048
22049 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22050
22051         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
22052           set up debug category
22053
22054 2004-02-18  Julien MOUTTE <julien@moutte.net>
22055
22056         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22057         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
22058         the way renegotiation work. The event handling function is not taking
22059         care of external windows and renegotiate method check for pad flags
22060         NEGOTIATING. Should fix : #133209
22061
22062 2004-02-17  Julien MOUTTE  <julien@moutte.net>
22063
22064         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
22065         pad is negotiating before trying renegotiation.
22066
22067 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22068
22069         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
22070           pass on all possible mime types as typefind hints
22071
22072 2004-02-17  Julien MOUTTE <julien@moutte.net>
22073
22074         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
22075         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
22076         possible SHM leak if we crash. All other apps using XShm are doing
22077         that.
22078
22079 2004-02-17  Julien MOUTTE  <julien@moutte.net>
22080
22081         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22082         (gst_ximagesink_expose): Renegotiate size on expose.
22083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
22084         size on expose.
22085
22086 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22087
22088         * testsuite/alsa/sinesrc.c:
22089           cosmetic fix to fix compile issue with gcc 2.95.4
22090
22091 2004-02-16  Julien MOUTTE <julien@moutte.net>
22092
22093         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22094         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
22095         failed opening the audio device.
22096         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22097         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
22098         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
22099         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
22100         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
22101         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
22102         (gst_ximagesink_change_state), (gst_ximagesink_chain),
22103         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
22104         Removing some useless g_return_if_fail like wingo suggested.
22105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22106         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
22107         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
22108         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
22109         (gst_xvimagesink_update_colorbalance),
22110         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
22111         (gst_xvimagesink_xcontext_clear),
22112         (gst_xvimagesink_get_fourcc_from_caps),
22113         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
22114         (gst_xvimagesink_set_xwindow_id),
22115         (gst_xvimagesink_colorbalance_list_channels),
22116         (gst_xvimagesink_colorbalance_set_value),
22117         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
22118         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
22119
22120 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22121
22122         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22123           throw error when not negotiated instead of asserting
22124
22125 2004-02-15  Julien MOUTTE  <julien@moutte.net>
22126
22127         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
22128         correct data refcounting.
22129
22130 2004-02-15  Julien MOUTTE  <julien@moutte.net>
22131
22132         * gst/switch/gstswitch.c: (gst_switch_change_state),
22133         (gst_switch_class_init): Cleaning the sinkpads correctly on state
22134         change, mostly the EOS flag.
22135
22136 2004-02-15  Julien MOUTTE  <julien@moutte.net>
22137
22138         * examples/gstplay/player.c: (got_eos), (main): Adding some
22139         output for debugging.
22140         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
22141         timeouts if we go to any state different from PLAYING.
22142         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
22143         more EOS bugs in riff lib.
22144
22145 2004-02-14  Julien MOUTTE  <julien@moutte.net>
22146
22147         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
22148         visualization until i find a way to fix switch correctly.
22149         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
22150         EOS arrives.
22151         * gst/switch/gstswitch.c: (gst_switch_release_pad),
22152         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
22153         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
22154         Reworked switch to get a more correct behaviour with events and refing
22155         of data stored in sinkpads.
22156         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
22157         we don't pull from a pad in EOS.
22158
22159 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22160
22161         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22162           remove v1 tag even if we can't read it (makes sure we don't detect
22163           it again)
22164
22165 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22166
22167         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
22168         (gst_alsa_xrun_recovery):
22169         * ext/alsa/gstalsa.h:
22170           try xrun recovery when wait failed. Make xrun recovery function
22171           return TRUE/FALSE to indicate success. (might fix #134354)
22172
22173 2004-02-13  David Schleef  <ds@schleef.org>
22174
22175         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
22176         (dynparm_value_changed), (main): Convert from float to double.
22177         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
22178
22179 2004-02-13  David Schleef  <ds@schleef.org>
22180
22181         * gst/silence/gstsilence.c: (gst_silence_class_init),
22182         (gst_silence_set_clock), (gst_silence_get),
22183         (gst_silence_set_property), (gst_silence_get_property):
22184         * gst/silence/gstsilence.h: Add sync property.
22185         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22186         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
22187         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
22188         * gst/sine/gstsinesrc.h: Add sync property.
22189
22190 2004-02-13  David Schleef  <ds@schleef.org>
22191
22192         * gst/intfloat/gstint2float.c: (conv_f32_s16),
22193         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
22194
22195 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22196
22197         * configure.ac:
22198         * ext/Makefile.am:
22199         * gst-libs/ext/Makefile.am:
22200           move ffmpeg plugin to gst-ffmpeg module
22201
22202 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22203
22204         * configure.ac: use GST_ARCH to detect architecture
22205
22206 2004-02-12  Julien MOUTTE  <julien@moutte.net>
22207
22208         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
22209
22210 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22211
22212         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22213           classify LADSPA plugins based on number of src/sink pads
22214           (#133663, Stefan Kost)
22215         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
22216           fix dparams registration
22217           (#133528, Stefan Kost)
22218         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
22219           fix use of isprint and use g_ascii_isprint instead
22220           (#133316, Stefan Kost)
22221
22222 2004-02-11  David Schleef  <ds@schleef.org>
22223
22224         Convert a few inner loops to use liboil.  This is currently
22225         optional, and is only enabled if liboil is present (duh!).
22226         * configure.ac: Check for liboil-0.1
22227         * gst/intfloat/Makefile.am:
22228         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
22229         (gst_int2float_chain_gint16):
22230         * gst/videofilter/Makefile.am:
22231         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
22232         (tablelookup_u8), (gst_videobalance_planar411):
22233         * gst/videotestsrc/Makefile.am:
22234         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
22235         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
22236         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
22237         (paint_hline_RGB565), (paint_hline_xRGB1555):
22238
22239 2004-02-11  David Schleef  <ds@schleef.org>
22240
22241         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
22242         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
22243         (gst_colorspace_getcaps), (gst_colorspace_link),
22244         (gst_colorspace_base_init), (gst_colorspace_init),
22245         (gst_colorspace_chain), (gst_colorspace_change_state),
22246         (plugin_init): Merge Ronald's patch (bug #117897) and update
22247         for new caps and negotiation.  Seems to work, although it
22248         shows off bugs in lcs.
22249
22250 2004-02-11  David Schleef  <ds@schleef.org>
22251
22252         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
22253         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
22254
22255 2004-02-11  David Schleef  <ds@schleef.org>
22256
22257         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
22258         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
22259         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
22260         Add server and port properties
22261
22262 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22263
22264         * m4/a52.m4:
22265         * m4/aalib.m4:
22266         * m4/as-ffmpeg.m4:
22267         * m4/as-liblame.m4:
22268         * m4/as-slurp-ffmpeg.m4:
22269         * m4/check-libheader.m4:
22270         * m4/esd.m4:
22271         * m4/freetype2.m4:
22272         * m4/gconf-2.m4:
22273         * m4/glib.m4:
22274         * m4/gst-alsa.m4:
22275         * m4/gst-artsc.m4:
22276         * m4/gst-ivorbis.m4:
22277         * m4/gst-matroska.m4:
22278         * m4/gst-sdl.m4:
22279         * m4/gst-shout2.m4:
22280         * m4/gst-sid.m4:
22281         * m4/gtk.m4:
22282         * m4/libdv.m4:
22283         * m4/libfame.m4:
22284         * m4/libmikmod.m4:
22285         * m4/ogg.m4:
22286         * m4/vorbis.m4:
22287           fix underquotedness of macros (#133800)
22288         * m4/as-avifile.m4:
22289         * m4/xmms.m4:
22290           removed because no longer used
22291
22292 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22293
22294         * configure.ac:
22295           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
22296           by autopoint (fixes #132996)
22297
22298 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22299
22300         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
22301         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
22302         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
22303         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
22304           fix memleaks
22305
22306 2004-02-11  David Schleef  <ds@schleef.org>
22307
22308         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
22309         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
22310         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
22311         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
22312         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
22313         (gst_jpegenc_class_init), (gst_jpegenc_init),
22314         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
22315         (gst_jpegenc_chain), (gst_jpegenc_set_property),
22316         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
22317         * ext/jpeg/gstjpegenc.h: Fix negotiation.
22318
22319 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22320
22321         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
22322         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
22323         * ext/mikmod/gstmikmod.h:
22324           fix caps negotiation in mikmod
22325         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
22326           output debug information
22327
22328 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22329
22330         * gst-libs/gst/colorbalance/Makefile.am:
22331         * gst-libs/gst/navigation/Makefile.am:
22332         * gst-libs/gst/xoverlay/Makefile.am:
22333           remove unused GST_OPT_CFLAGS from Makefiles
22334           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
22335
22336 2004-02-07  David Schleef  <ds@schleef.org>
22337
22338         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
22339         push events to pads that haven't been created (#133508)
22340
22341 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
22342
22343         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
22344         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
22345         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
22346         (gst_dvdec_loop), (gst_dvdec_change_state):
22347         Second attempt at committing a working dvdec element.
22348
22349 2004-02-06  David Schleef  <ds@schleef.org>
22350
22351         Build fixes for OS X: (see #129600)
22352         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
22353         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
22354         (gst_riff_read_strf_iavs):
22355         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22356         (gst_avi_demux_stream_odml):
22357         * gst/playondemand/Makefile.am:
22358         * gst/rtp/rtp-packet.c:
22359
22360 2004-02-05  David Schleef  <ds@schleef.org>
22361
22362         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
22363         last change, because it Just Doesn't Compile.
22364
22365 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22366
22367         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22368           skip undecodable id3v2 tag instead of keeping it
22369
22370 2004-02-05  David Schleef  <ds@schleef.org>
22371
22372         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
22373         Unref leaked buffer.  (Noticed by Ronald)
22374
22375 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
22376
22377         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22378         Sync requires with other checks.  >= vs =.
22379
22380 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
22381
22382         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
22383         (gst_dvdec_video_link), (gst_dvdec_loop):
22384         * ext/dv/gstdvdec.h:
22385           rework the caps negotiation so that dvdec works again instead
22386           of just segfaulting.
22387
22388 === release 0.7.4 ===
22389
22390 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22391
22392         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
22393         * configure.ac: changed for release
22394
22395 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22396
22397         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
22398         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22399         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22400         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22401           reworked patch by David Lehn to fix libdir and includedir for
22402           uninstalled libraries
22403           removed play and gconf from gstreamer-libs since they have their
22404           own pkgconfig files
22405
22406 2004-02-04  David Schleef  <ds@schleef.org>
22407
22408         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
22409         memleak.
22410
22411 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22412
22413         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22414           use correct GST_TAG_ENCODER tag
22415
22416 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22417
22418         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22419           be sure to stop the clock when going to paused
22420         * sys/oss/gstosssink.c: (gst_osssink_change_state):
22421           reset number of transmitted when going to ready.
22422         fixes #132935
22423
22424 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
22425
22426         reviewed by Benjamin Otte
22427
22428         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22429           extract track count (fixes #133410)
22430
22431 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22432
22433         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
22434           that should be !=, not == (fixes #132519)
22435
22436 2004-02-04  David Schleef  <ds@schleef.org>
22437
22438         Make sure set_explicit_caps() is called before adding pad.
22439         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22440         * gst/id3/gstid3types.c: (gst_id3types_loop):
22441         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22442         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22443
22444 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22445
22446         * configure.ac:
22447           bump nano to 2, first prerelease
22448           put back AM_PROG_LIBTOOL
22449
22450 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22451
22452         * testsuite/alsa/Makefile.am:
22453           these are user test apps, not automatic testsuite tests
22454
22455 2004-02-04  David Schleef  <ds@schleef.org>
22456
22457         Convert GST_DEBUG_CAPS() to GST_DEBUG():
22458         * gst/mpeg1videoparse/gstmp1videoparse.c:
22459         (mp1videoparse_parse_seq):
22460         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22461         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22462         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
22463         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
22464         (gst_xvideosink_getcaps):
22465         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22466         * testsuite/gst-lint: more tests
22467
22468 2004-02-04  David Schleef  <ds@schleef.org>
22469
22470         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
22471         with the code that they would expand to.
22472         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
22473         (gst_flacdec_get_src_query_types),
22474         (gst_flacdec_get_src_event_masks):
22475         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
22476         (gst_gnomevfssrc_get_query_types),
22477         (gst_gnomevfssrc_get_event_mask):
22478
22479 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22480
22481         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22482         (gst_sinesrc_dispose):
22483           fix memleak by properly disposing sinesrc
22484
22485 2004-02-04  Julien MOUTTE  <julien@moutte.net>
22486
22487         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
22488         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
22489         an overlay to redraw the image because it has been exposed.
22490         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
22491         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
22492         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
22493         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
22494         interface
22495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
22496         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
22497         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
22498         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
22499         interface
22500
22501 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22502
22503         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
22504           more memleak fixage
22505
22506 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22507
22508         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
22509         * gst/typefind/gsttypefindfunctions.c:
22510           fix memleaks shown by gst-typefind
22511
22512 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22513
22514         * common/glib-gen.mak:
22515           add hack rule to touch .Plo files
22516         * gst-libs/gst/colorbalance/Makefile.am:
22517         * gst-libs/gst/mixer/Makefile.am:
22518         * gst-libs/gst/play/Makefile.am:
22519         * gst-libs/gst/tuner/Makefile.am:
22520           remove glib_root variable
22521
22522 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22523
22524         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
22525           set explicit caps before adding the element, so the autopluggers can
22526           plug correctly.
22527         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
22528         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
22529         (mpeg_video_type_find), (mpeg_video_stream_type_find),
22530         (dv_type_find):
22531           fix memleaks in typefind functions. gst_type_find_suggest takes a const
22532           argument.
22533
22534 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22535
22536         * gst-libs/gst/colorbalance/Makefile.am:
22537         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
22538         * gst-libs/gst/colorbalance/colorbalance.c:
22539         * gst-libs/gst/colorbalance/colorbalance.h:
22540         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
22541         * gst-libs/gst/mixer/Makefile.am:
22542         * gst-libs/gst/mixer/mixer-marshal.list:
22543         * gst-libs/gst/mixer/mixer.c:
22544         * gst-libs/gst/mixer/mixer.h:
22545         * gst-libs/gst/mixer/mixermarshal.list:
22546         * gst-libs/gst/play/Makefile.am:
22547         * gst-libs/gst/play/play.h:
22548         * gst-libs/gst/tuner/Makefile.am:
22549         * gst-libs/gst/tuner/tuner-marshal.list:
22550         * gst-libs/gst/tuner/tuner.c:
22551         * gst-libs/gst/tuner/tuner.h:
22552         * gst-libs/gst/tuner/tunermarshal.list:
22553           use new glib-gen.mak snippet to clean up Makefile.am
22554           fix various bugs in Makefile.am's
22555
22556 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22557
22558         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22559           handle chain parsing correctly in the multichain case
22560         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
22561         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
22562         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22563         (theora_dec_chain):
22564           handle events and queries correctly
22565
22566 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22567
22568         * .cvsignore:
22569         Ignore generated file _stdint.h.
22570
22571 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22572
22573         * gst-libs/gst/colorbalance/Makefile.am:
22574         * gst-libs/gst/colorbalance/colorbalance.h:
22575         * gst-libs/gst/mixer/Makefile.am:
22576         * gst-libs/gst/mixer/mixer.h:
22577         * gst-libs/gst/play/Makefile.am:
22578         * gst-libs/gst/play/play.h:
22579         * gst-libs/gst/tuner/Makefile.am:
22580         * gst-libs/gst/tuner/tuner.h:
22581         Generate enum type code with glib-mkenums.
22582         * gst-libs/gst/colorbalance/.cvsignore:
22583         * gst-libs/gst/mixer/.cvsignore:
22584         * gst-libs/gst/play/.cvsignore:
22585         * gst-libs/gst/tuner/.cvsignore:
22586         Ignore generated files.
22587
22588 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22589
22590         * gst-libs/gst/audio/.cvsignore:
22591         Ignore generated file.
22592         * gst-libs/gst/audio/Makefile.am:
22593         Do not install example filter.
22594
22595 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22596
22597         * examples/switch/.cvsignore:
22598         Ignore generated file.
22599
22600 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22601
22602         * common/m4/ax_create_stdint_h.m4:
22603         * configure.ac:
22604           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
22605           _stdint.h.
22606         * Makefile.am:
22607           remove generated _stdint.h in DISTCLEANFILES
22608         * ext/a52dec/gsta52dec.c:
22609           include _stdint.h for a52dec. (should fix #133064)
22610
22611 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22612
22613         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
22614         (gst_tag_to_vorbis_comments):
22615         Add replaygain support to vorbistag
22616
22617 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22618         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22619         (gst_ffmpeg_caps_to_extradata):
22620           Fix SVQ3 caps flag properties
22621           Use glib macro for bytes swap
22622
22623 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22624
22625         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
22626         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
22627         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
22628         * ext/sndfile/gstsf.c: (plugin_init):
22629         * gst/avi/gstavi.c: (plugin_init):
22630         * sys/dxr3/dxr3init.c: (plugin_init):
22631         * sys/oss/gstossaudio.c: (plugin_init):
22632         * sys/v4l/gstv4l.c: (plugin_init):
22633         * sys/v4l2/gstv4l2.c: (plugin_init):
22634           remove textdomain calls
22635         * po/nl.po:
22636           update Dutch translation
22637
22638 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22639
22640         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22641         (gst_play_set_audio_sink): Moving volume in the audio thread for
22642         instantaneous volume change. Maybe i will add another volume in front
22643         of visualization later, not sure yet though.
22644
22645 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22646
22647         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22648         (gst_ximagesink_handle_xevents): Better X events handling, only take
22649         the latest events for configure and motion.
22650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
22651
22652 2004-02-02  Jon Trowbridge  <trow@gnu.org>
22653
22654         reviewed by: David Schleef  <ds@schleef.org>
22655
22656         Fix memory leaks:
22657         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
22658         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
22659
22660 2004-02-02  David Schleef  <ds@schleef.org>
22661
22662         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
22663         of lines.
22664         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
22665         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22666         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
22667         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
22668         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
22669         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
22670         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
22671         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
22672         (gst_float2_2_int_link):
22673         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
22674         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
22675         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
22676         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
22677         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
22678         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
22679         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
22680         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
22681         * testsuite/gst-lint: Add tests for bzero and ;;
22682
22683 2004-02-02  David Schleef  <ds@schleef.org>
22684
22685         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
22686
22687 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22688
22689         * ext/aalib/gstaasink.c: (gst_aasink_open):
22690         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
22691         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22692         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
22693         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
22694         (gst_afsink_close_file):
22695         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
22696         (gst_afsrc_close_file):
22697         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22698         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22699         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22700         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
22701         * ext/esd/esdmon.c: (gst_esdmon_get):
22702         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
22703         * ext/faac/gstfaac.c: (gst_faac_chain):
22704         * ext/faad/gstfaad.c: (gst_faad_chain):
22705         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
22706         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22707         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
22708         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
22709         (gst_flacdec_loop):
22710         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22711         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22712         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
22713         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22714         (gst_gnomevfssink_close_file):
22715         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22716         (gst_gnomevfssrc_open_file):
22717         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
22718         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
22719         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
22720         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
22721         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
22722         * ext/mad/gstmad.c: (gst_mad_chain):
22723         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22724         * ext/mpeg2dec/gstmpeg2dec.c:
22725         * ext/mpeg2enc/gstmpeg2enc.cc:
22726         * ext/mplex/gstmplex.cc:
22727         * ext/mplex/gstmplexibitstream.cc:
22728         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
22729         (gst_ogg_demux_push):
22730         * ext/raw1394/gstdv1394src.c:
22731         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
22732         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
22733         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
22734         (gst_sf_loop):
22735         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
22736         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
22737         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
22738         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
22739         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22740         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
22741         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
22742         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
22743         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22744         (gst_riff_read_element_data), (gst_riff_read_seek),
22745         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
22746         * gst/adder/gstadder.c: (gst_adder_loop):
22747         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
22748         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
22749         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
22750         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22751         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
22752         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22753         * gst/goom/gstgoom.c: (gst_goom_chain):
22754         * gst/id3/gstid3types.c: (gst_id3types_loop):
22755         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22756         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
22757         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
22758         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22759         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
22760         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
22761         (gst_ebml_read_float), (gst_ebml_read_header):
22762         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
22763         (gst_matroska_demux_parse_blockgroup):
22764         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
22765         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22766         * gst/oneton/gstoneton.c: (gst_oneton_chain):
22767         * gst/silence/gstsilence.c: (gst_silence_get):
22768         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22769         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
22770         * gst/speed/gstspeed.c: (speed_loop):
22771         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22772         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22773         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
22774         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22775         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22776         (gst_wavparse_loop):
22777         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
22778         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
22779         (dxr3audiosink_close):
22780         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
22781         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
22782         (dxr3videosink_close), (dxr3videosink_write_data):
22783         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22784         * sys/oss/gstosssink.c: (gst_osssink_chain):
22785         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22786         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22787         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
22788         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
22789         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
22790         (gst_v4l_set_window), (gst_v4l_enable_overlay):
22791         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
22792         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
22793         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
22794         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
22795         (gst_v4l_set_audio):
22796         * sys/v4l/v4l_calls.h:
22797         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
22798         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
22799         (gst_v4lmjpegsink_playback_init),
22800         (gst_v4lmjpegsink_playback_start):
22801         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
22802         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
22803         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
22804         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
22805         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
22806         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
22807         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
22808         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22809         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
22810         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
22811         (gst_v4l2_get_output), (gst_v4l2_set_output),
22812         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
22813         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
22814         (gst_v4l2_set_attribute):
22815         * sys/v4l2/v4l2_calls.h:
22816         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
22817         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
22818         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
22819         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
22820         (gst_v4l2src_capture_stop):
22821         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
22822         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22823         (gst_ximagesink_chain):
22824         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
22825         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
22826         (gst_xvideosink_xwindow_new):
22827         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22828         (gst_xvimagesink_chain):
22829
22830 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22831
22832         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22833         (gst_volume_get_volume), (volume_class_init), (volume_init),
22834         (volume_chain_int16), (volume_update_volume):
22835         * gst/volume/gstvolume.h:
22836           make code more readable by removing magic numbers
22837           make mixer interface export 0-100 range
22838           make it internally map to 0.0-1.0 range so users don't distort
22839           output by putting the sliders at full volume
22840
22841 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22842
22843         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
22844         (gst_play_state_change), (gst_play_seek_to_time):
22845         block the tick callback for 0.5 secs after doing a seek
22846
22847 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22848
22849         * gst-libs/gst/play/play.c: (gst_play_new):
22850           check for GError
22851
22852 2004-02-01  Julien MOUTTE  <julien@moutte.net>
22853
22854         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
22855         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
22856         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22857         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
22858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22859         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
22860
22861 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22862
22863         * configure.ac:
22864         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22865           check for a function added in vorbis 1.1
22866
22867 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22868
22869         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
22870         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
22871           really start/stop clock only on PLAYING <=> PAUSED
22872         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22873           remove \n from debugging lines
22874         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22875           make it work when seeking does not
22876         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22877           reset on DISCONT
22878
22879 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22880
22881         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
22882           start clock on PAUSED=>PLAYING, not later
22883         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22884           extract correct time for different discont formats
22885         (gst_alsa_sink_get_time):
22886           don't segfault when no format is negotiated yet, just return 0
22887         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22888         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
22889         (gst_ogg_pad_push):
22890           handle flush and discont events correctly
22891         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
22892           handle discont events correctly
22893
22894 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
22895
22896         * gst-libs/gst/play/play.c: (gst_play_error_quark),
22897         (gst_play_error_create), (gst_play_error_plugin),
22898         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
22899         * gst-libs/gst/play/play.h:
22900           add error handling during creation
22901         * examples/gstplay/player.c: (main):
22902           use new gst_play_new
22903
22904
22905 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22906
22907         * ext/theora/theoradec.c: (theora_dec_chain):
22908           make comments work
22909         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22910         (vorbis_dec_src_event), (vorbis_dec_chain):
22911           add encoder tag, fix tag reading to be more error tolerant, change
22912           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
22913           gst_pad_event_default.
22914         * gst/tags/gstvorbistag.c:
22915         (gst_tag_list_from_vorbiscomment_buffer):
22916           undefine function specific define at end of function
22917
22918 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
22919
22920         * ext/flac/gstflac.c: (plugin_init):
22921         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
22922         * ext/flac/gstflacdec.h:
22923         * ext/flac/gstflacenc.h:
22924           Fix typos
22925
22926 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
22927
22928         * examples/gstplay/player.c: s/gstplay.h/play.h/
22929
22930 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22931
22932         * gst-libs/gst/play/Makefile.am:
22933         * gst-libs/gst/play/gstplay.c:
22934         * gst-libs/gst/play/gstplay.h:
22935         * gst-libs/gst/play/play.c:
22936           more surgery, operation complete
22937
22938 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22939
22940         * gst-libs/gst/play/play.old.c:
22941         * gst-libs/gst/play/play.old.h:
22942           after CVS surgery by moving, remove
22943         * gst-libs/gst/play/playpipelines.c:
22944           remove
22945
22946         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22947           add negotiation error
22948
22949 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22950
22951         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22952         (gst_ogg_demux_push):
22953           add some seeking debug info
22954           send a flush when seeking
22955
22956 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22957
22958         * configure.ac:
22959           use AC_C_INLINE
22960         * configure.ac:
22961         * ext/Makefile.am:
22962         * ext/theora/Makefile.am:
22963         * ext/theora/theoradec.c:
22964           add theora video decoder. Does just do simple decoding for now and
22965           has been tested against Theora cvs only. It only works when theora
22966           is compiled with --enable-static.
22967         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22968           always reset packetno on DISCONT
22969
22970 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22971
22972         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22973           Fix audio.
22974
22975 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22976
22977         * gst/mpegaudioparse/gstmpegaudioparse.c:
22978         (mp3_type_frame_length_from_header):
22979           Fix header parsing - stolen from ffmpeg (thank you! :) ).
22980
22981 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22982
22983         * ext/esd/esdsink.c: (gst_esdsink_init):
22984           Since we have static pad template caps, we don't need to negotiate;
22985           either the core errors out or we know the format.
22986
22987 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22988
22989         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22990         (gst_riff_read_seek):
22991         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22992         (gst_ebml_read_seek):
22993           Fix event handling.
22994
22995 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22996
22997         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
22998           removee video/x-theora from vp3 decoder, it doesn't handle raw
22999           theora streams
23000         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
23001           fix bug with finalizing element that never went to PAUSED
23002         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
23003           length and position queries were swapped
23004         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23005         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
23006         (vorbis_dec_src_event):
23007           implement querying time and bytes
23008
23009 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23010
23011         * just about every source file:
23012           gst_element_error -> GST_ELEMENT_ERROR
23013
23014 2004-01-29  Julien MOUTTE  <julien@moutte.net>
23015
23016         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
23017         emiting FLUSH and even before DISCONT.
23018         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
23019         get the best instant seeking as possible yay!
23020
23021 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23022
23023         * gst/mpeg1videoparse/gstmp1videoparse.c:
23024         (gst_mp1videoparse_real_chain):
23025           Committed wrong version last week... Grr... Didn't notice until now.
23026
23027 2004-01-29  Julien MOUTTE <julien@moutte.net>
23028
23029         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
23030         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
23031         have_xwindow_id signal in xwindow_create.
23032
23033 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23034
23035         * ext/ogg/gstoggdemux.c:
23036           lots of changes - mainly support for chained bitstreams, seeking,
23037           querying and bugfixes of course
23038         * ext/vorbis/Makefile.am:
23039         * ext/vorbis/vorbisdec.c:
23040         * ext/vorbis/vorbisdec.h:
23041           add vorbisdec raw vorbis decoder
23042         * ext/vorbis/vorbis.c: (plugin_init):
23043           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
23044         * gst/intfloat/Makefile.am:
23045         * gst/intfloat/float22int.c:
23046         * gst/intfloat/float22int.h:
23047         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
23048           add float2intnew plugin. It converts multichannel interleaved float to
23049           multichannel interleaved int. The name should probably be changed.
23050         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
23051         (plugin_init):
23052           add typefinding for raw theora video so oggdemux can detect it.
23053
23054 2004-01-28  Julien MOUTTE  <julien@moutte.net>
23055
23056         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
23057         sink element first.
23058         * gst/videoscale/gstvideoscale.c:
23059         (gst_videoscale_handle_src_event): Fixing src event handler.
23060
23061 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23062
23063         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23064         (gst_v4lsrc_open), (gst_v4lsrc_close),
23065         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
23066         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
23067         * sys/v4l/gstv4lsrc.h:
23068         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
23069         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
23070           Implement resizing... Hack. But that's why v4l is b0rked...
23071
23072 2004-01-28  Julien MOUTTE <julien@moutte.net>
23073
23074         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
23075         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
23076         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
23077         (gst_ximagesink_xwindow_destroy):
23078         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23079         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23080         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
23081         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
23082         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
23083         correctly cleaning the image created to check xshm calls on succes,
23084         added a lot of XSync calls in X11 functions, and fixed a segfault when
23085         no image format was defined before negotiation happened.
23086
23087 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23088
23089         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
23090           use gst_element_get_time to get correct time
23091
23092 2004-01-28  Julien MOUTTE  <julien@moutte.net>
23093
23094         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23095         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
23096         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
23097         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
23098         (gst_xvimagesink_check_xshm_calls),
23099         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
23100         X plugins are now able to detect that XShm calls will fail even if the
23101         server claims that it has XShm support (remote displays most of the
23102         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
23103         so that we use non XShm functions. This feature is almost useless for
23104         xvimagesink as Xv is not supported on remote displays anyway, but
23105         it might happen than even on the local display XShm calls fail.
23106
23107 2004-01-27  David Schleef  <ds@schleef.org>
23108
23109         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
23110         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
23111         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
23112         changed esdsink to only use 44100,16,2, since esd sucks at rate
23113         conversion and esdsink has had difficulty negotiating.
23114
23115 2004-01-27  Julien MOUTTE <julien@moutte.net>
23116
23117         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
23118         (gst_play_seek_to_time): Fixing the way to get current position.
23119
23120 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23121
23122         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
23123           use gst_element_get_time to get correct time
23124
23125 2004-01-27  Julien MOUTTE <julien@moutte.net>
23126
23127         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
23128         fix ever... Inverting 2 lines of code make spider autoplug correctly
23129         tagged mp3 !
23130
23131 2004-01-27  David Schleef  <ds@schleef.org>
23132
23133         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23134         Use gst_pad_try_set_caps_nonfixed().
23135
23136 2004-01-27  David Schleef  <ds@schleef.org>
23137
23138         * gst/ac3parse/gstac3parse.c: update to checklist 5
23139         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
23140         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
23141         * gst/audioscale/gstaudioscale.c: same
23142         * gst/auparse/gstauparse.c: same
23143         * gst/avi/gstavidemux.c: same
23144
23145 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23146
23147         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
23148           stop processing after EOS
23149
23150 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23151
23152         * gst/asfdemux/asfheaders.h:
23153         * gst/asfdemux/gstasfdemux.c:
23154         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
23155         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
23156         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
23157           lot's of fixes to make data extraction simpler and get the code
23158           architecture and compiler independant. Add debugging category
23159         * gst/goom/gstgoom.c: (gst_goom_change_state):
23160           reset channel count on PAUSED=>READY, not READY=>PAUSED
23161
23162 2004-01-26  Colin Walters  <walters@verbum.org>
23163
23164         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
23165         code to pull a bigger buffer in iradio mode.  This as a side effect
23166         makes typefinding work.
23167
23168 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
23169
23170         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
23171         Fix SVQ3 decoding on PPC
23172
23173 2004-01-26  Julien MOUTTE <julien@moutte.net>
23174
23175         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
23176         that one managed to stay there... Fixed.
23177
23178 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
23179
23180         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
23181         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
23182         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
23183         (qtdemux_video_caps):
23184         * gst/qtdemux/qtdemux.h:
23185         Add SVQ3 specific flags to qtdemux and ffmpeg
23186
23187 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23188
23189         * gst-libs/gst/audio/audio.h:
23190           remove buffer-frames from audio caps
23191         * gst/audioconvert/gstaudioconvert.c:
23192           fix plugin to really work.
23193
23194 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23195
23196         * gst-libs/gst/mixer/mixer.c:
23197         * gst-libs/gst/propertyprobe/propertyprobe.c:
23198         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
23199         (gst_tuner_find_channel_by_name):
23200         * gst-libs/gst/tuner/tuner.h:
23201           Add gtk-doc style comments. Also fix a function name.
23202
23203 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23204
23205         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
23206         (gst_divxdec_negotiate):
23207           Fix for new capsnego - also fixes gst-player with divxdec.
23208
23209 2004-01-25  Julien MOUTTE  <julien@moutte.net>
23210
23211         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23212         (gst_play_identity_handoff), (gst_play_set_location),
23213         (gst_play_set_visualization), (gst_play_connect_visualization): Another
23214         try in visualization implementation. Still have an issue with switch
23215         blocking when pulling from video_queue and only audio comes out of
23216         spider.
23217         * gst/switch/gstswitch.c: (gst_switch_release_pad),
23218         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
23219         release method. And check if the pad is usable before pulling.
23220
23221 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23222
23223         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
23224         (gst_videobalance_init),
23225         (gst_videobalance_colorbalance_list_channels),
23226         (gst_videobalance_colorbalance_set_value),
23227         (gst_videobalance_colorbalance_get_value),
23228         (gst_videobalance_update_properties),
23229         (gst_videobalance_update_tables_planar411),
23230         (gst_videobalance_planar411):
23231         * gst/videofilter/gstvideobalance.h:
23232           Implement lookup-tables. +/- 10x faster.
23233
23234 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23235
23236         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23237         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
23238           The index reading was broken. The rest worked fine, but the whole
23239           goal of my rewrite was to make avidemux readable, and this was
23240           not at all readable. Please use typed variables.
23241
23242 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23243
23244         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23245           Additional pad usability check.
23246         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
23247         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
23248         (gst_mp1videoparse_real_chain):
23249           Fix MPEG video stream parsing. The original plugin had several
23250           issues, including not timestamping streams where the source was
23251           not timestamped (this happens with PTS values in mpeg system
23252           streams, but MPEG video is also a valid stream on its own so
23253           that needs timestamps too). We use the display time code for that
23254           for now. Also, if one incoming buffer contains multiple valid
23255           frames, we push them all on correctly now, including proper EOS
23256           handling. Lastly, several potential segfaults were fixed, and we
23257           properly sync on new sequence/gop headers to include them in next,
23258           not previous frames (since they're header for the next frame, not
23259           the previous). Also see #119206.
23260         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
23261         (bpf_from_header):
23262           Move caps setting so we only do it after finding several valid
23263           MPEG-1 fraes sequentially, not right after the first one (which
23264           might be coincidental).
23265         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
23266         (mpeg_video_type_find), (mpeg_video_stream_type_find),
23267         (plugin_init):
23268           Add unsynced MPEG video stream typefinding, and change some
23269           probability values so we detect streams rightly. The idea is as
23270           follows: I can have an unsynced system stream which contains
23271           video. In the current code, I would randomly get a type for either
23272           system or video stream type found, because the probabilities are
23273           being calculated rather randomly. I now use fixed values, so we
23274           always prefer system stream if that was found (and that is how it
23275           should be). If no system stream was found, we can still identity                the stream as video-only.
23276
23277 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23278
23279         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23280         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
23281           don't write to buffer. Extract data without the need of
23282           __attribute__ ((packed))
23283
23284 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23285
23286         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
23287         (mpeg1_sys_type_find):
23288           Fix MPEG-1 stream typefinding.
23289
23290 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23291
23292         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
23293           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
23294
23295 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23296
23297         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
23298         * ext/esd/gstesd.c: (plugin_init):
23299           private debugging, better error reporting
23300
23301 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23302
23303         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23304         (gst_riff_read_init), (gst_riff_read_change_state):
23305         * gst-libs/gst/riff/riff-read.h:
23306           Remove stuff fromold metadata system.
23307
23308 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23309
23310         * ext/ogg/gstoggdemux.c:
23311           Fix wrong file comment.
23312         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23313         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
23314           Add metadata reading properly.
23315
23316 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23317
23318         * ext/Makefile.am:
23319           Fix nas DIST_SUBDIRS
23320           Uraeus:
23321           Fix bug where make distcheck doesn't get run on adding stuff to
23322           the build.
23323
23324 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23325
23326         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
23327         * ext/divx/gstdivxdec.h:
23328           Fix divx3 ("msmpeg4") playback using divxdec.
23329
23330 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23331
23332         * gst/typefind/gsttypefindfunctions.c:
23333         (mp3_type_frame_length_from_header): fix bug in length computation
23334         (mp3_type_find): improve debugging output
23335
23336 2004-01-23  Julien MOUTTE  <julien@moutte.net>
23337
23338         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23339         (gst_play_set_location), (gst_play_seek_to_time),
23340         (gst_play_set_audio_sink), (gst_play_set_visualization),
23341         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
23342         the pipeline from scratch. Visualization is back and switch went out as
23343         i realized it was not possible to use the way i wanted.
23344         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
23345         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
23346         clearing in state change from READY to NULL. So that one can clean the
23347         X ressources keeping the element.
23348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23349         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
23350         (gst_xvimagesink_colorbalance_set_value),
23351         (gst_xvimagesink_colorbalance_get_value),
23352         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
23353         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
23354         change from READY to NULL and fixed some stupid bugs in colorbalance
23355         get/set values. Also added the following feature : when nobody tries to
23356         set some values to the colorbalance levels before the xcontext is
23357         grabbed, then when creating channels list from Xv attributes we set the
23358         internal values to the Xv defaults. This way we handle buggy Xv drivers
23359         that set default hue values far from the middle of the range (Thanks
23360         to Jon Trowbridge for pointing that issue).
23361         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
23362         colorbalance levels have been set before xcontext is grabbed.
23363
23364 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23365
23366         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
23367           Fix the ossmixer case where we shouldn't open /dev/dsp* because
23368           it might block operations (which is bad for a mixer).
23369
23370 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23371
23372         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
23373         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
23374         (gmip_find_type_pre):
23375         * gst-libs/gst/media-info/media-info-priv.h:
23376         * gst-libs/gst/media-info/media-info.c:
23377         (gst_media_info_instance_init), (gst_media_info_read_idler):
23378         add fakesink to get caps on decoder src pad again
23379         fix callback prototype to match new have_type signal signature
23380
23381 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23382
23383         * gst/adder/gstadder.c: (gst_adder_link):
23384           fix non-compile and cut-n-paste code
23385
23386 2004-01-21  David Schleef  <ds@schleef.org>
23387
23388         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
23389         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
23390         (gst_swfdec_init), (gst_swfdec_change_state):
23391         * ext/swfdec/gstswfdec.h:
23392         Fix negotiation.
23393         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
23394         (gst_adder_request_new_pad): Fix negotiation.
23395         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
23396         Add a fixate function.
23397         * gst/intfloat/gstfloat2int.c:
23398         * gst/intfloat/gstfloat2int.h:
23399         * gst/intfloat/gstint2float.c:
23400         * gst/intfloat/gstint2float.h:
23401         Completely rewrite the negotiation.  Doesn't quite work yet,
23402         due to some buffer-frames problem.
23403
23404 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23405
23406         * ext/gnomevfs/gstgnomevfssrc.c:
23407         * sys/v4l2/v4l2_calls.h:
23408           fix includes for distcheck
23409
23410 2004-01-21  Christian Schaller <uraeus@gnome.org>
23411
23412         * ext/nas/
23413         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
23414         based on earlier patch from Laurent Vivier
23415
23416 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
23417
23418         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
23419         Fix wma caps property
23420         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
23421         Fix typo (flags1 and flags2)
23422
23423 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23424
23425         * gst-libs/gst/media-info/media-info-priv.c:
23426         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
23427         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
23428         (gmip_find_stream), (gmip_find_track_metadata),
23429         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
23430         (gmip_find_track_format):
23431         * gst-libs/gst/media-info/media-info-priv.h:
23432         * gst-libs/gst/media-info/media-info-test.c: (main):
23433         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
23434         (gst_media_info_read_idler), (gst_media_info_read):
23435         * gst-libs/gst/media-info/media-info.h:
23436           register debugging category and use it for debugging
23437
23438 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23439
23440         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
23441         (gst_vorbisfile_new_link):
23442           signal streaminfo through tags
23443
23444 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23445
23446         * ext/mplex/gstmplex.cc:
23447         * ext/mplex/gstmplexibitstream.cc:
23448           g++ doesn't like NULL in our i18n/error macros, should be
23449           either (NULL) or ("").
23450
23451 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23452
23453         * sys/dxr3/dxr3audiosink.c:
23454         * sys/dxr3/dxr3init.c:
23455         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
23456         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
23457           Fix more error error error errors (missing includes here).
23458
23459 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23460
23461         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23462           fix thomas' error errors.
23463
23464 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23465
23466         * ext/mpeg2enc/gstmpeg2enc.cc:
23467           fix error errors.
23468
23469 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23470
23471         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23472         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23473           Fix for new error system.
23474
23475 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23476
23477         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23478           fix for new error reporting
23479
23480 2004-01-20  David Schleef  <ds@schleef.org>
23481
23482         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23483         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
23484         (gst_ximagesink_set_xwindow_id): Change to using a framerate
23485         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
23486         and neither is 100+, most likely.
23487         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
23488         (gst_xvimagesink_getcaps): same
23489
23490 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23491
23492         * configure.ac:
23493           Up version requirement to 2.0.3 (not yet released) to avoid symbol
23494           clashes with ffmpeg.
23495
23496 2004-01-20  Julien MOUTTE  <julien@moutte.net>
23497
23498         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
23499         (gst_switch_init): Fixed switch element : proxying link and setting
23500         caps from src to sink on request.
23501
23502 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23503
23504         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23505         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
23506         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
23507         fix element_error
23508
23509 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23510
23511         * sys/v4l/v4l_calls.h:
23512         * sys/v4l2/v4l2_calls.h:
23513           element_error fixes
23514
23515 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23516
23517         * gst-libs/gst/gst-i18n-plugin.h:
23518           add locale.h
23519           remove config.h inclusion
23520
23521 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23522
23523         * autogen.sh:
23524           adding autopoint invocation
23525         * Makefile.am:
23526         * configure.ac:
23527         * gst-libs/gst/gettext.h:
23528           adding gettext bits
23529         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
23530         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
23531         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23532         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23533         (gst_gnomevfssink_close_file):
23534         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
23535         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
23536         * gst-libs/gst/gst-i18n-plugin.h:
23537         * gst/avi/gstavi.c: (plugin_init):
23538         * sys/dxr3/dxr3init.c: (plugin_init):
23539         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
23540         * sys/oss/gstossaudio.c: (plugin_init):
23541         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23542         * sys/v4l/gstv4l.c: (plugin_init):
23543         * sys/v4l/v4l_calls.c: (gst_v4l_open):
23544         * sys/v4l2/gstv4l2.c: (plugin_init):
23545         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23546         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
23547         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
23548         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
23549         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
23550         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
23551           make sure locale and translation domain are set
23552           fix translated strings
23553         * po/.cvsignore:
23554         * po/LINGUAS:
23555         * po/Makevars:
23556         * po/POTFILES.in:
23557         * po/nl.po:
23558           put translation files into place
23559         * sys/xvideo/imagetest.c: (main):
23560         * ext/dv/demo-play.c: (main):
23561           fix unnecessary translations
23562
23563 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23564
23565         * ext/sndfile/gstsf.c:
23566         * gst/avi/gstavimux.c:
23567         * ext/audiofile/gstafsink.c:
23568         * ext/audiofile/gstafsrc.c:
23569         * ext/gnomevfs/gstgnomevfssink.c:
23570         * ext/gnomevfs/gstgnomevfssrc.c:
23571         * sys/oss/gstosselement.c:
23572         * sys/v4l/v4l_calls.h:
23573           fix i18n include
23574
23575 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23576
23577         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23578         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
23579         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
23580         (gst_v4l2_get_output), (gst_v4l2_set_output),
23581         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
23582         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
23583         (gst_v4l2_set_attribute):
23584         update to new error handling
23585
23586 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23587
23588         * ext/sidplay/gstsiddec.cc:
23589         * gst/modplug/gstmodplug.cc:
23590           parenthese NULL because C++ seems angry about it
23591
23592 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23593
23594         * gst-libs/gst/gst-i18n-plugin.h:
23595           add skeleton i18n stuff, but needs to be further implemented
23596
23597 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23598
23599         * examples/gstplay/player.c: (main):
23600         * ext/aalib/gstaasink.c: (gst_aasink_open):
23601         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
23602         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23603         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23604         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
23605         (gst_afsink_close_file):
23606         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
23607         (gst_afsrc_close_file):
23608         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23609         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
23610         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
23611         * ext/esd/esdmon.c: (gst_esdmon_get):
23612         * ext/esd/esdsink.c: (gst_esdsink_chain):
23613         * ext/faac/gstfaac.c: (gst_faac_chain):
23614         * ext/faad/gstfaad.c: (gst_faad_chain):
23615         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
23616         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23617         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
23618         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
23619         (gst_flacdec_loop):
23620         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
23621         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
23622         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
23623         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23624         (gst_gnomevfssink_close_file):
23625         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23626         (gst_gnomevfssrc_open_file):
23627         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
23628         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
23629         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
23630         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
23631         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
23632         * ext/mad/gstmad.c: (gst_mad_chain):
23633         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
23634         * ext/mpeg2dec/gstmpeg2dec.c:
23635         * ext/mpeg2enc/gstmpeg2enc.cc:
23636         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23637         * ext/mplex/gstmplex.cc:
23638         * ext/mplex/gstmplexibitstream.cc:
23639         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
23640         (gst_ogg_demux_push), (gst_ogg_pad_push):
23641         * ext/raw1394/gstdv1394src.c:
23642         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
23643         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
23644         * ext/sidplay/gstsiddec.cc:
23645         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
23646         (gst_sf_loop):
23647         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
23648         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
23649         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
23650         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23651         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
23652         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
23653         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
23654         * gst-libs/gst/Makefile.am:
23655         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23656         (gst_riff_read_element_data), (gst_riff_read_seek),
23657         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
23658         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
23659         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
23660         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
23661         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
23662         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23663         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
23664         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
23665         * gst/goom/gstgoom.c: (gst_goom_chain):
23666         * gst/id3/gstid3types.c: (gst_id3types_loop):
23667         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
23668         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
23669         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
23670         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23671         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
23672         (gst_ebml_read_float), (gst_ebml_read_header):
23673         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
23674         (gst_matroska_demux_parse_blockgroup):
23675         * gst/modplug/gstmodplug.cc:
23676         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
23677         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
23678         * gst/oneton/gstoneton.c: (gst_oneton_chain):
23679         * gst/silence/gstsilence.c: (gst_silence_get):
23680         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23681         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
23682         * gst/speed/gstspeed.c: (speed_loop):
23683         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
23684         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23685         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
23686         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
23687         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
23688         (gst_wavparse_loop):
23689         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
23690         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
23691         (dxr3audiosink_close):
23692         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
23693         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
23694         (dxr3videosink_close), (dxr3videosink_write_data):
23695         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23696         * sys/oss/gstosselement.h:
23697         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
23698         (gst_osssink_chain):
23699         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23700         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23701         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
23702         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
23703         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
23704         (gst_v4l_enable_overlay):
23705         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
23706         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
23707         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
23708         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
23709         (gst_v4l_set_audio):
23710         * sys/v4l/v4l_calls.h:
23711         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23712         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
23713         (gst_v4lmjpegsink_playback_init),
23714         (gst_v4lmjpegsink_playback_start):
23715         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23716         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
23717         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
23718         (gst_v4lmjpegsrc_requeue_frame):
23719         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23720         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
23721         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
23722         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
23723         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
23724         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
23725         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
23726         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
23727         (gst_v4l2src_capture_stop):
23728         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
23729         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23730         (gst_ximagesink_chain):
23731         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
23732         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
23733         (gst_xvideosink_xwindow_new):
23734         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23735         (gst_xvimagesink_chain):
23736         use new error signal, function and categories
23737
23738 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
23739
23740         * configure.ac:
23741         * ext/Makefile.am:
23742         * ext/musicbrainz/gsttrm.c:
23743         * ext/musicbrainz/gsttrm.h:
23744         * ext/musicbrainz/Makefile.am:
23745         Add a trm plugin
23746
23747 2004-01-18  Julien MOUTTE  <julien@moutte.net>
23748
23749         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
23750         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
23751         synchronous property for debugging.
23752         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
23753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23754         (gst_xvimagesink_set_property): Moving a pointer declaration to a
23755         smaller block, fixing indent.
23756
23757 2004-01-16  David Schleef  <ds@schleef.org>
23758
23759         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
23760         property affects the video stream.
23761         * sys/xvimage/xvimagesink.c:
23762         * sys/xvimage/xvimagesink.h:
23763         Add synchronous property for debugging.  Should probably be
23764         disabled in non-CVS builds.  Make sure that the Xv attribute
23765         exists before we set it (crash!).  Fix a silly float bug that
23766         caused colorbalance to just not work.
23767
23768 2004-01-17  Christian Schaller <Uraeus@gnome.org>
23769
23770         * tools/gst-launch-ext.in - update for new plugins
23771
23772 2004-01-16  David Schleef  <ds@schleef.org>
23773
23774         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
23775         already-freed caps.
23776
23777 2994-01-16  Christian Schaller <Uraeus@gnome.org>
23778
23779         * Update spec for new colorspace plugin and libcaca plugin
23780         * Fix compilation of libcaca plugin (clock -> id)
23781
23782 2004-01-16  Julien MOUTTE <julien@moutte.net>
23783
23784         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
23785         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
23786         (gst_xvimagesink_set_xwindow_id),
23787         (gst_xvimagesink_colorbalance_set_value),
23788         (gst_xvimagesink_colorbalance_get_value),
23789         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23790         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
23791         correct colorbalance properties. They can now be set when the element
23792         is still in NULL state. The values will be committed to the Xv Port
23793         when xcontext is initialized.
23794         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
23795         brightness int values in the GstXvImagesink structure.
23796
23797 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23798
23799         * gst-libs/gst/Makefile.am:
23800           restructure so having local patches works easier.
23801
23802 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23803
23804         * ext/mpeg2enc/Makefile.am:
23805         * ext/mpeg2enc/gstmpeg2enc.cc:
23806         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23807           Bugfix with respect to EOS handling.
23808
23809 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23810
23811         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
23812           Link with right caps (else, it segfaults).
23813         * ext/mplex/gstmplexjob.cc:
23814           Fix for slight API change in 1.6.1.93 release of mjpegtools.
23815
23816 2004-01-15  David Schleef  <ds@schleef.org>
23817
23818         * gst-libs/gst/audio/Makefile.am:
23819         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
23820         from the template.
23821         * gst-libs/gst/audio/gstaudiofilter.c:
23822         * gst-libs/gst/audio/gstaudiofilter.h:
23823         Add bytes_per_sample and size and n_samples calculation.
23824         * gst-libs/gst/audio/gstaudiofilterexample.c:
23825         Remove, now autogenerated.
23826         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23827         Moved from gstaudiofilterexample, object name changed, code added
23828         so that it actually works.
23829         * gst-libs/gst/audio/make_filter:
23830         Script to build an audiofilter subclass from the template.
23831         * gst/colorspace/Makefile.am:
23832         * gst/colorspace/yuv2yuv.c:
23833         Remove file, since it's GPL, and we don't use it.
23834
23835 2004-01-15  Julien MOUTTE  <julien@moutte.net>
23836
23837         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23838         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
23839         them use the buffer free function to test how the buffer was allocated.
23840
23841 2004-01-15  David Schleef  <ds@schleef.org>
23842
23843         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
23844         that handles osssink fallback.
23845         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23846         (gst_audio_convert_getcaps):
23847         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23848         Add audio/x-qdm2 for QDM2 audio.
23849         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23850         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
23851         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23852         Decrease minimum size to 16x16.
23853         * gst/wavparse/gstwavparse.c:
23854         Convert disabled pad template caps to new caps.
23855         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23857         (gst_xvimagesink_chain): Throw element error when display cannot
23858         be opened.  Increase minimum framerate to 1.0.  Check the data
23859         free function on a buffer to make sure it is the type we expect
23860         before manipulating it.
23861
23862 2004-01-15  Julien MOUTTE <julien@moutte.net>
23863
23864         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23865         (gst_videobalance_colorbalance_set_value): Implement passthru if
23866         settings are in the middle.
23867         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
23868
23869 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23870
23871         * gst/videofilter/Makefile.am:
23872         * gst/volume/Makefile.am:
23873           Since we use videofilter symbols, link to it.
23874
23875 2004-01-15  Julien MOUTTE <julien@moutte.net>
23876
23877         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
23878         mixer interface type to HARDWARE.
23879         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
23880         type to SOFTWARE.
23881         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
23882         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
23883         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
23884         (gst_volume_interface_init), (gst_volume_list_tracks),
23885         (gst_volume_set_volume), (gst_volume_get_volume),
23886         (gst_volume_set_mute), (gst_volume_mixer_init),
23887         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
23888         (volume_init): Implementing mixer interface.
23889         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
23890         * sys/oss/gstosselement.c: (gst_osselement_get_type),
23891         (gst_osselement_change_state): Removing some trailing commas in
23892         structures.
23893         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
23894         interface type to HARDWARE.
23895         * sys/v4l/gstv4lcolorbalance.c:
23896         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
23897         type to HARDWARE.
23898         * sys/v4l2/gstv4l2colorbalance.c:
23899         (gst_v4l2_color_balance_interface_init): Setting colorbalance
23900         interface type to HARDWARE.
23901         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
23902         same code than ximagesink for event handling.
23903
23904 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23905
23906         * ext/snapshot/Makefile.am:
23907         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
23908         (gst_snapshot_chain):
23909         * ext/snapshot/gstsnapshot.h:
23910           This has to be a joke... Snapshot should be connected to a tee,
23911           colorspace element before it and EOS after that, where the other
23912           src of the tee receives normal data.
23913           The current way is *wrong*.
23914
23915 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23916
23917         * ext/hermes/gsthermescolorspace.c:
23918           Fix another compile error. Same as below.
23919
23920 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23921
23922         * gst/colorspace/gstcolorspace.c:
23923         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
23924         (gst_colorspace_i420_to_yv12):
23925           Fix compiling... Didn't test if it actually works.
23926
23927 2004-01-15  David Schleef  <ds@schleef.org>
23928
23929         * configure.ac:
23930         * gst/colorspace/Makefile.am:
23931         * gst/colorspace/gstcolorspace.c:
23932         * gst/colorspace/gstcolorspace.h:
23933         * gst/colorspace/yuv2rgb.c:
23934         * gst/colorspace/yuv2rgb.h:
23935         Duplicate the ext/hermes colorspace plugin, and remove Hermes
23936         code and GPL code.  Fix for new caps negotiation.  Rewrite
23937         much of the format handling code, and some of the conversion
23938         code.  Basically, rewrote almost everything.  This element
23939         handles I420, YV12 to RGB conversions.
23940         * ext/hermes/Makefile.am:
23941         * ext/hermes/gsthermescolorspace.c:
23942         Rename colorspace to hermescolorspace.  Fix negotiation issues.
23943         Remove non-Hermes related code.  This element handles lots of
23944         RGB to RGB conversions, but no YUV.
23945         * ext/hermes/gstcolorspace.c:
23946         * ext/hermes/gstcolorspace.h:
23947         * ext/hermes/rgb2yuv.c:
23948         * ext/hermes/yuv2rgb.c:
23949         * ext/hermes/yuv2rgb.h:
23950         * ext/hermes/yuv2rgb_mmx16.s:
23951         * ext/hermes/yuv2yuv.c:
23952         * ext/hermes/yuv2yuv.h:
23953         Remove old code.
23954
23955 2004-01-14  Colin Walters  <walters@verbum.org>
23956
23957         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
23958         they've already been.
23959
23960 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23961
23962         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
23963           assume tag mode when pad is not connected
23964
23965 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23966
23967         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23968           Don't update the time of the clock
23969         (gst_alsa_sink_loop):
23970           sync to the clock given to alsasink, not the own clock
23971         * sys/oss/gstosssink.c: (gst_osssink_chain):
23972           sync to the clock
23973         (gst_osssink_change_state):
23974           activate the clock
23975         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
23977           remove bogus code that made DISCONT events unhandled
23978         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
23979           explicitly case to double in _set_simple. (fixes 2nd warning in bug
23980           #131502)
23981         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
23982         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
23983         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
23984           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
23985           2nd warning in bug #131502)
23986
23987 2004-01-14  Julien MOUTTE  <julien@moutte.net>
23988
23989         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23990         (gst_videobalance_colorbalance_set_value),
23991         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
23992         for colorbalance interface implementation.
23993         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23994         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
23995         (gst_ximagesink_dispose), (gst_ximagesink_init),
23996         (gst_ximagesink_class_init): Adding DISPLAY property.
23997         * sys/ximage/ximagesink.h: Adding display_name to store display.
23998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23999         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24000         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
24001         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
24002         properties (they still need polishing though for gst-launch use : no
24003         xcontext yet, i ll do that tomorrow).
24004         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
24005
24006 2004-01-14  Julien MOUTTE  <julien@moutte.net>
24007
24008         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24009         (gst_play_set_location), (gst_play_set_visualization): Preparing
24010         switch integration, adding videobalance in the pipeline.
24011
24012 2004-01-14  Julien MOUTTE <julien@moutte.net>
24013
24014         * gst-libs/gst/colorbalance/colorbalance.c:
24015         (gst_color_balance_class_init): Adding a default type.
24016         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
24017         the type.
24018         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
24019         (gst_videobalance_dispose), (gst_videobalance_class_init),
24020         (gst_videobalance_init), (gst_videobalance_interface_supported),
24021         (gst_videobalance_interface_init),
24022         (gst_videobalance_colorbalance_list_channels),
24023         (gst_videobalance_colorbalance_set_value),
24024         (gst_videobalance_colorbalance_get_value),
24025         (gst_videobalance_colorbalance_init): Implementing colorbalance
24026         interface.
24027         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
24028         list.
24029         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
24030         bug which was triggering a BadAccess X error when setting an overlay
24031         before pad was really negotiated.
24032         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
24033         Using the colorbalance type macro.
24034
24035 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24036
24037         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
24038         (gst_flacenc_chain):
24039           handle tags correctly
24040         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24041           extract ID3v1 tags correctly
24042
24043 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24044
24045         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
24046         (plugin_init):
24047           Improve matroska typefinding for odd-typed headers...
24048
24049 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24050
24051         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
24052           Fix for using incremental number on padnames.
24053
24054 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24055
24056         * ext/divx/gstdivxdec.c:
24057         * ext/divx/gstdivxenc.c:
24058           Set category to divx4linux instead of divx (too generic).
24059         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24060         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
24061         (gst_wavparse_loop), (gst_wavparse_change_state):
24062         * gst/wavparse/gstwavparse.h:
24063           fix parsing of WAV files with non-standard fmt-tag size and fix
24064           skipping of unrecognized chunks... Someone please fix this thing
24065           to use rifflib so all this is automated.
24066         * sys/v4l/Makefile.am:
24067         * sys/v4l2/Makefile.am:
24068           Add X_CFLAGS because we depend on X (for overlay).
24069
24070 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
24071
24072         * ext/mpeg2dec/gstmpeg2dec.c:
24073           Don't issue a timestamp unless we tagged the frame
24074           with a PTS.
24075
24076 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24077
24078         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
24079           Query the audio element to get the time, not the clock. We're
24080           interested in the element's time here.
24081
24082 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24083
24084         * ext/aalib/gstaasink.c: (gst_aasink_chain):
24085         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24086         * ext/esd/esdsink.c: (gst_esdsink_chain):
24087         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
24088         * ext/mas/massink.c: (gst_massink_chain):
24089         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
24090         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
24091         (gst_matroska_demux_parse_metadata):
24092         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
24093         (gst_mpeg_parse_release_locks):
24094         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
24095         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
24096         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24097         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24098         (gst_osssink_change_state):
24099         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
24100         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
24101         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
24102         (gst_xvideosink_release_locks):
24103         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
24104           use element time.
24105         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
24106         (gst_alsa_clock_stop):
24107         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
24108         (gst_audio_clock_get_internal_time):
24109           simplify for use with new clocking code.
24110         * testsuite/alsa/Makefile.am:
24111         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
24112           fix testsuite for new caps system
24113
24114 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24115
24116         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
24117         * ext/flac/gstflacenc.c: (add_one_tag):
24118           length is already host endian, no need to convert. Fixes playback of
24119           tagged files on PPC. (bug #128384)
24120
24121 2004-01-13  Julien MOUTTE <julien@moutte.net>
24122
24123         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
24124         colorbalance interface stating if it is hardware based or software
24125         based.
24126         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
24127         Removing a trailing comma.
24128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24129         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
24130         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
24131         the documentation seems to be wrong on the -1000 to 1000 interval.
24132
24133 2004-01-12  David Schleef  <ds@schleef.org>
24134
24135         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
24136         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
24137         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
24138         Fix negotiation.  Add a bufferalloc function for the sink pad,
24139         and generally clean up some of the code.
24140
24141 2004-01-12  Julien MOUTTE <julien@moutte.net>
24142
24143         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24144         (gst_color_balance_channel_dispose): Adding safety check in dispose
24145         method.
24146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24147         (gst_xvimagesink_xcontext_clear),
24148         (gst_xvimagesink_interface_supported),
24149         (gst_xvimagesink_colorbalance_list_channels),
24150         (gst_xvimagesink_colorbalance_set_value),
24151         (gst_xvimagesink_colorbalance_get_value),
24152         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
24153         Adding colorbalance interface support to set XV parameters such as
24154         HUE, BRIGHTNESS, CONTRAST, SATURATION.
24155         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
24156         interface.
24157
24158 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24159
24160         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
24161         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
24162         (gst_audio_convert_init), (gst_audio_convert_set_property),
24163         (gst_audio_convert_get_property), (gst_audio_convert_chain),
24164         (gst_audio_convert_link),
24165         (gst_audio_convert_buffer_to_default_format),
24166         (gst_audio_convert_buffer_from_default_format), (plugin_init):
24167           - implement _getcaps and use it
24168           - improve linking
24169           - remove float caps since no float conversion is actually done
24170           - remove properties and arguments that were to be used for rate
24171             conversion
24172
24173 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24174
24175         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
24176         (gst_audio_structure_set_int):
24177         * gst-libs/gst/audio/audio.h:
24178           add helper functions for _getcaps matching the standard audio
24179           templates
24180
24181 2004-01-12  David Schleef  <ds@schleef.org>
24182
24183         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24184         Test that pad is negotiated before getting its caps.
24185
24186 2004-01-12  Julien MOUTTE <julien@moutte.net>
24187
24188         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
24189         analyzing the pads of an element the bin is mostly in READY state so
24190         no caps were negotiated. This helper function needs to work with
24191         _get_caps directly then. I was not freeing them though, added that to
24192         fix the mem leak.
24193
24194 2004-01-12  Julien MOUTTE <julien@moutte.net>
24195
24196         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
24197         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
24198         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
24199         than the free_func.
24200
24201 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24202
24203         * sys/oss/gstossaudio.c: (plugin_init):
24204         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24205         * sys/oss/gstosselement.h:
24206           make an oss debugging category
24207           make failure more descriptive
24208
24209 2004-01-11  David Schleef  <ds@schleef.org>
24210
24211         * ext/ffmpeg/gstffmpeg.c:
24212         * ext/ffmpeg/gstffmpegcodecmap.c:
24213         * ext/ffmpeg/gstffmpegdec.c:
24214         * ext/ffmpeg/gstffmpegenc.c:
24215         * ext/ffmpeg/gstffmpegprotocol.c:
24216         * ext/gdk_pixbuf/gstgdkanimation.c:
24217         * ext/jpeg/gstjpeg.c:
24218         * ext/libpng/gstpng.c:
24219         * ext/mpeg2dec/perftest.c:
24220         * ext/speex/gstspeex.c:
24221         * gst-libs/gst/resample/dtos.c:
24222         * gst/intfloat/gstintfloatconvert.c:
24223         * gst/oneton/gstoneton.c:
24224         * gst/rtjpeg/RTjpeg.c:
24225         * gst/rtp/gstrtp.c:
24226         * sys/dxr3/dxr3init.c:
24227         * sys/glsink/gstgl_nvimage.c:
24228         * sys/glsink/gstgl_pdrimage.c:
24229         * sys/glsink/gstglsink.c:
24230         * testsuite/gst-lint:
24231         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
24232
24233 2004-01-11  David Schleef  <ds@schleef.org>
24234
24235         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
24236         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
24237         * ext/gdk_pixbuf/gstgdkanimation.c:
24238         (gst_gdk_animation_iter_create_pixbuf):
24239         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
24240         (gst_gdk_pixbuf_chain):
24241         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24242         * ext/jack/gstjack.c: (gst_jack_change_state):
24243         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
24244         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
24245         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
24246         * gst/videofilter/gstvideofilter.c:
24247         (gst_videofilter_set_output_size):
24248         Remove all usage of gst_pad_get_caps(), and replace it with
24249         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
24250
24251 2004-01-11  David Schleef  <ds@schleef.org>
24252
24253         * configure.ac:
24254         * ext/Makefile.am: Fixes to make ext/libcaca compile.
24255         * ext/divx/gstdivxdec.c:
24256         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
24257         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
24258         handle images that span multiple buffers.  Now work with both
24259         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
24260         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24261         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
24262         video/video.h changes
24263         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
24264         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24265         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
24266         of GstData free function.
24267         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
24268         same.
24269
24270 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24271
24272         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
24273         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
24274         (gst_v4l2element_get_property):
24275         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
24276           add norm, channel and frequency properties.
24277         * sys/v4l2/gstv4l2tuner.c:
24278           fixes for tuner interface changes
24279         * sys/v4l2/gstv4l2element.h:
24280         * sys/v4l2/gstv4l2src.c:
24281         * sys/v4l2/gstv4l2src.h:
24282         * sys/v4l2/v4l2src_calls.c:
24283         * sys/v4l2/v4l2src_calls.h:
24284           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
24285
24286 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24287
24288         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
24289         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
24290         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
24291         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
24292         * gst-libs/gst/tuner/tuner.h:
24293           GObjects aren't const.
24294           Add find_by_name functions.
24295           Add checks to _changed functions.
24296         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
24297         (gst_v4l_tuner_get_norm):
24298           Fixes for above.
24299
24300 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24301
24302         * gst-libs/gst/video/video.h:
24303           Fix caps template names to be understandable.
24304           Prefix everything with GST_VIDEO.
24305         * ext/aalib/gstaasink.c:
24306         * ext/divx/gstdivxdec.c:
24307         * ext/divx/gstdivxenc.c:
24308         * ext/gdk_pixbuf/gstgdkpixbuf.c:
24309         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
24310         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
24311         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
24312         * ext/libcaca/gstcacasink.c:
24313         * ext/libpng/gstpngenc.c: (raw_caps_factory):
24314         * ext/snapshot/gstsnapshot.c:
24315         * ext/swfdec/gstswfdec.c:
24316         * ext/xvid/gstxviddec.c:
24317         * ext/xvid/gstxvidenc.c:
24318         * gst/chart/gstchart.c:
24319         * gst/deinterlace/gstdeinterlace.c:
24320         * gst/effectv/gsteffectv.c:
24321         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
24322         * gst/goom/gstgoom.c:
24323         * gst/median/gstmedian.c:
24324         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
24325         (gst_monoscope_srcconnect), (gst_monoscope_chain):
24326         * gst/overlay/gstoverlay.c:
24327         * gst/smooth/gstsmooth.c:
24328         * gst/smpte/gstsmpte.c:
24329         * gst/synaesthesia/gstsynaesthesia.c:
24330         * gst/videocrop/gstvideocrop.c:
24331         * gst/videodrop/gstvideodrop.c:
24332         * gst/y4m/gsty4mencode.c:
24333         * sys/qcam/gstqcamsrc.c:
24334         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
24335           Make them work with new video.h file.
24336         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24337         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
24338         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24339         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
24340           Make it work with new buffer allocation system.
24341
24342 2004-01-11  Julien MOUTTE  <julien@moutte.net>
24343
24344         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
24345         pad_alloc_buffer implementation to use ->srcpad
24346         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
24347         pad_alloc_buffer implementation to use ->srcpad
24348         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
24349         pad_alloc_buffer implementation to use ->srcpad
24350         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24351         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
24352         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
24353         a reference to everything we need.
24354         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
24355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24356         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
24357         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
24358         a reference to everything we need.
24359         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
24360
24361 2004-01-11  David Schleef  <ds@schleef.org>
24362
24363         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
24364         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
24365         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
24366         structure members.
24367         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
24368         value during a resize/renegotiation.
24369         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
24370         gst_pad_alloc_buffer();
24371         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24372         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
24373         structure members.
24374         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
24375         Fix for rename of buffer private structure members.
24376         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24377         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
24378         Fix for rename of buffer private structure members.
24379         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24380         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
24381         Fix for rename of buffer private structure members.
24382
24383 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
24384
24385         reviewed by: David Schleef <ds@schleef.org>
24386
24387         * gst/videofilter/Makefile.am:
24388         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
24389         from the patch by ds to fit in with recent make_filter changes.
24390
24391 2004-01-11  Julien MOUTTE  <julien@moutte.net>
24392
24393         * configure.ac: Adding examples/switch/Makefile
24394         * examples/Makefile.am: Adding examples/switch
24395         * examples/switch/Makefile.am: Adding switcher example.
24396         * examples/switch/switcher.c: (got_eos), (idle_iterate),
24397         (switch_timer), (main): Adding an example demonstrating switch usage
24398         with 2 videotestsrc showing different patterns.
24399         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
24400         (gst_switch_init): Fixing switch with the new caps system.
24401
24402 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24403
24404         * gst-libs/gst/video/video.h:
24405           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
24406           They should probably be like
24407           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
24408
24409 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24410
24411         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24412         (qtdemux_parse_trak):
24413           fix audio chunk size/timestamp calculation
24414
24415 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24416
24417         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
24418           fix SVQ3 caps
24419
24420 2004-01-11  Steve Baker  <steve@stevebaker.org>
24421
24422         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
24423         (gst_agingtv_base_init), (gst_agingtv_class_init),
24424         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
24425         (gst_agingtv_set_property), (gst_agingtv_get_property):
24426         Port agingTV to videofilter
24427
24428 2004-01-09  Julien MOUTTE <julien@moutte.net>
24429
24430         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
24431         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24432
24433 2004-01-09  Julien MOUTTE <julien@moutte.net>
24434
24435         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
24436         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24437         * gst-libs/gst/xoverlay/xoverlay.c:
24438         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
24439         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
24440         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24441         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24442         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24443         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24444         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24445         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
24446         the bufferalloc_function to replace bufferpools, fixing the XOverlay
24447         interface implementation to handle xid being 0 and fix some bugs
24448         triggered by Benjamin's testcase.
24449         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24450         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24451         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
24452         the bufferalloc_function to replace bufferpools, fixing the XOverlay
24453         interface implementation to handle xid being 0 and fix some bugs
24454         triggered by Benjamin's testcase.
24455
24456 2004-01-09  David Schleef  <ds@schleef.org>
24457
24458         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
24459         mouse pointer events.  It works.
24460
24461 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24462
24463         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
24464           Use explicit caps - fix capsnego.
24465         * ext/xvid/gstxviddec.c:
24466         * ext/xvid/gstxvidenc.c:
24467           Remove macro-inside-macro which caused compile errors.
24468         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
24469           Error out if it's not a RIFF file. Else we error out without
24470           gst_element_error() which is not good...
24471
24472 2004-01-08  David Schleef  <ds@schleef.org>
24473
24474         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
24475         Fix pad_link function to handle formats that ffmpeg returns
24476         as multiple caps structures.
24477         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
24478         Only complain if source buffer is _smaller_ than expected.
24479         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
24480         (gst_videoscale_handle_src_event): Resize navigation events
24481         when passing them upstream.
24482         * gst/videotestsrc/gstvideotestsrc.c:
24483         * gst/videotestsrc/gstvideotestsrc.h:
24484         * gst/videotestsrc/videotestsrc.c:
24485         * gst/videotestsrc/videotestsrc.h:
24486         Rewrite many of the buffer painting functions to handle odd
24487         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
24488         been verified to work with my video card.
24489         * testsuite/gst-lint:  Add check for elements calling
24490         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
24491
24492 2004-01-08  David Schleef  <ds@schleef.org>
24493
24494         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
24495         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
24496
24497 2004-01-08  Julien MOUTTE  <julien@moutte.net>
24498
24499         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
24500         configure event is not emiting the desired size signal. That fixes
24501         aspect ratio issues with gst-player.
24502
24503 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24504
24505         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
24506           Fix capsnego.
24507
24508 2004-01-08  Julien MOUTTE  <julien@moutte.net>
24509
24510         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
24511         public method to fire size signal.
24512
24513 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24514
24515         * examples/gstplay/Makefile.am: Adding the interface library.
24516         * gst-libs/gst/play/Makefile.am: Adding the interface library.
24517         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
24518         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
24519         GST_IS_X_OVERLAY before signal connect.
24520         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
24521         Removing the have_video_size signal.
24522         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
24523         and associated public method.
24524         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24525         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
24526         signal.
24527         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
24528         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
24529         signal.
24530         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
24531         Using XOverlay public method to fire size signal.
24532
24533 2004-01-07  David Schleef  <ds@schleef.org>
24534
24535         * gst/videofilter/Makefile.am:
24536         * gst/videofilter/gstvideotemplate.c:
24537         * gst/videofilter/make_filter:
24538         Create gstvideoexample.c in a srcdir!=builddir friendly way.
24539         Convert make_filter to /bin/sh script.
24540
24541 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
24542
24543         * gst/modplug/gstmodplug.cc: fix element description
24544
24545 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24546
24547         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
24548         (got_video_size): Adding some new lines in g_print calls.
24549         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24550         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
24551         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
24552         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
24553         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
24554         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
24555         Complete code review, reverting some stuff i disagree with, adding
24556         some fixes : time synchronization on invalid timestamps, renegotiation
24557         of private window.
24558         * sys/ximage/ximagesink.h:
24559         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
24560         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
24561         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
24562         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
24563         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
24564         (gst_xvimagesink_buffer_new),
24565         (gst_xvimagesink_navigation_send_event),
24566         (gst_xvimagesink_set_xwindow_id),
24567         (gst_xvimagesink_get_desired_size),
24568         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
24569         stuff i disagree with, adding some fixes : Renegotiation of private
24570         window, implementing get_desired_size.
24571
24572 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24573
24574         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
24575         (gst_afsink_handle_event):
24576         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
24577         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
24578         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
24579         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
24580         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
24581           Fix for instantiate-test (see core). Also remove dead code from
24582           jpegenc (which still needs fixing, but that's lower on my TODO
24583           list...).
24584         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
24585           Never return NULL as caps.
24586
24587 2004-01-07  David Schleef  <ds@schleef.org>
24588
24589         * configure.ac:
24590         * ext/Makefile.am:
24591         * ext/librfb/Makefile.am:
24592         * ext/librfb/gstrfbsrc.c:
24593         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
24594         is the protocol used by VNC.
24595
24596 2004-01-07  David Schleef  <ds@schleef.org>
24597
24598         * gst/videofilter/gstvideotemplate.c:
24599         * gst/videofilter/gstvideotemplate.h:
24600         * gst/videofilter/make_filter:
24601         Merge videotemplate header into source file.
24602         * gst/effectv/Makefile.am:
24603         * gst/effectv/gsteffectv.c: (plugin_init):
24604         * gst/effectv/gstwarp.c:
24605         Make warpTV a subclass of videofilter.
24606
24607 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24608
24609         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
24610           Add guard against invalid utf-8 conversions in mad. Just in case.
24611
24612 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24613
24614         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24615           Fix for bug shown by poisoning
24616
24617 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24618
24619         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24620         (gst_v4lmjpegsrc_buffer_free):
24621         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
24622         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
24623         (gst_v4lsrc_buffer_free):
24624           Fix for removed bufferpools.
24625
24626 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24627
24628         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24629         Fix caps negotiation.
24630
24631         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
24632         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
24633         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
24634         (dvdnavsrc_event):
24635         * ext/mpeg2dec/gstmpeg2dec.c:
24636         * gst-libs/gst/navigation/navigation.c:
24637         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
24638         * gst-libs/gst/navigation/navigation.h:
24639         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
24640         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
24641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
24642         Super-simple first version of mouse and keyboard events. Clicking
24643         on a DVD menu now works, although it may not take you where you
24644         expected.
24645
24646         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24647         * gst/videotestsrc/gstvideotestsrc.c:
24648         (gst_videotestsrc_src_fixate):
24649         These fixate functions were broken - they never actually
24650         fixated :)
24651
24652 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24653
24654         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
24655         (gst_icecastsend_init):
24656           fix for new caps system.
24657         * gst-libs/gst/mixer/mixertrack.h:
24658         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
24659           Add 'master track' flag (for tools like ACME that only want to
24660           change the main volume).
24661
24662 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24663
24664         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
24665         (gst_xvid_csp_to_caps):
24666         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
24667         * ext/xvid/gstxvidenc.c:
24668         ifdef out ARGB type when it isn't available
24669         in xvidcore 1.0.0beta2
24670
24671 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24672
24673         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
24674           When we have received a new SCR right in the first buffer after
24675           a seek (so in the same cycle that handles the discont), we should
24676           handle the buffer instead of unreffing it, else we lose data.
24677
24678 2004-01-06  Iain <iain@prettypeople.org>
24679
24680         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
24681           buffer-frames caps too.
24682
24683         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
24684           caps that we need, don't destroy them all and rebuild them. And when
24685           creating src pads, use the src pad template rather than the sink...
24686
24687 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24688
24689         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
24690           Add pad to element *after* setting functions such as event handler.
24691           Without this, the scheduler (opt) will link pads, set the event
24692           handler from the default event function (dispatcher in gstpad.c)
24693           and *after* that, we will set our own event function, which will
24694           thus never be used (and thus mpegdemux doesn't handle events).
24695
24696 2004-01-04  David Schleef  <ds@schleef.org>
24697
24698         Fix the fixate functions to handle new prototype:
24699         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24700         * gst/videotestsrc/gstvideotestsrc.c:
24701         (gst_videotestsrc_src_fixate):
24702         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24703         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
24704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
24705
24706 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24707
24708         * sys/ximage/ximagesink.h:
24709         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24710         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
24711         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
24712         (gst_ximagesink_xoverlay_init):
24713           assorted fixes to make (re)embedding work
24714         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
24715         (gst_ximagesink_get_desired_size):
24716           implement desired size additions to XOverlay
24717
24718 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24719
24720         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
24721         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
24722         (gst_x_overlay_got_desired_size):
24723         * gst-libs/gst/xoverlay/xoverlay.h:
24724           Add optional "desired size" signal and querying.
24725
24726 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24727
24728         * gst/matroska/matroska-demux.c:
24729         (gst_matroska_demux_parse_blockgroup):
24730           Fix EBML-laced block parsing. Diffs are relative to previous
24731           lace, not the first lace. Thanks to Mosu from the Matroska
24732           team for detecting this.
24733         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24734         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
24735         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
24736         (gst_wavparse_change_state):
24737         * gst/wavparse/gstwavparse.h:
24738           Quickfix for capsnego.
24739
24740 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24741
24742         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
24743           Fix indenting, fix pad creation.
24744
24745 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24746
24747         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
24748         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
24749         (gst_xviddec_sink_link):
24750           Implement src_getcaps() so proper size caps is negotiated.
24751
24752 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24753
24754         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
24755           Finish flac decoder on EOS. See #116178.
24756
24757 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24758
24759         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
24760         (gst_matroska_demux_add_stream):
24761         * gst/matroska/matroska-ids.h:
24762           Add getcaps() function to fix capsnego...
24763
24764 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24765
24766         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24767         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
24768         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
24769           Fix more integer overflows. Again, see #126967.
24770
24771 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24772
24773         * ext/mpeg2dec/gstmpeg2dec.c:
24774           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
24775           #130416.
24776
24777 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24778
24779         * configure.ac:
24780         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
24781         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
24782         * ext/xvid/gstxvid.h:
24783         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
24784         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
24785         (gst_xviddec_src_link), (gst_xviddec_sink_link),
24786         (gst_xviddec_change_state):
24787         * ext/xvid/gstxviddec.h:
24788         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
24789         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
24790         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
24791         (gst_xvidenc_link), (gst_xvidenc_set_property),
24792         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
24793         * ext/xvid/gstxvidenc.h:
24794           Update xvid plugin to latest xvid (1.0.0-beta3) API.
24795
24796 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24797
24798         * gst/rtp/rtp-packet.c:
24799           Add sys/types.h include, since OS X doesn't define in_addr_t
24800           in netinet/in.h, like it does on Linux (see #129600).
24801
24802 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
24803
24804         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24805
24806         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
24807           Correct logic of dispose function (see #129306).
24808
24809 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24810
24811         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
24812         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
24813         (gst_mpeg_parse_init):
24814         * gst/mpegstream/gstmpegparse.h:
24815           Remove clock (which was never provided, i.e. dead code), and
24816           also fix integer overflows at high PTS values (see #126967).
24817
24818 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24819
24820         * ext/flac/gstflacdec.c:
24821         * ext/libpng/gstpngenc.h:
24822         * ext/mikmod/gstmikmod.h:
24823           OS X fixes (see #126628).
24824
24825 2004-01-02  David Schleef  <ds@schleef.org>
24826
24827         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
24828         (gst_alsa_src_base_init): Remove bogus "src" request pad.
24829         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
24830         (gst_mpeg_parse_class_init): Move pad template registration
24831         to class_init, since the derived class (mpegdemux) doesn't
24832         want them.
24833
24834 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24835
24836         * sys/ximage/Makefile.am:
24837         * sys/xvideo/Makefile.am:
24838         * sys/xvimage/Makefile.am:
24839           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
24840           after installation (see #127664).
24841
24842 2004-01-02  David Schleef  <ds@schleef.org>
24843
24844         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
24845         (gst_ffmpegenc_connect):  Negotiation fixes.
24846         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
24847         Remove inappropriate gst_caps_free().
24848         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24849         Reenable Ronald's internal resize code, since the core handles
24850         it correctly now.
24851
24852 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24853
24854         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
24855         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
24856         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
24857           Fix pad template stuff.
24858
24859 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24860
24861         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
24862         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
24863           fix signed integer reading/writing.
24864
24865 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24866
24867         * ext/alsa/README:
24868           Remove outdated document
24869
24870 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
24871
24872         * gst/cutter/gstcutter.c: (gst_cutter_init):
24873           src pad was being created twice - oops.
24874
24875 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24876
24877         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24878           Comment out internal resize. It doesn't handle the resulting
24879           XEvent internally, does another try_set_caps() which leads to
24880           a really nice loop.
24881           Real fix will come when Julien and Dave are awake. ;).
24882
24883 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24884
24885         * ext/mpeg2enc/gstmpeg2enc.cc:
24886           fix const/nonconst compile issue.
24887
24888 2004-01-02  David Schleef  <ds@schleef.org>
24889
24890         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
24891         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
24892         Add fixate function and a check for bad formats.
24893
24894 2004-01-01  David Schleef  <ds@schleef.org>
24895
24896         Negotiation fixes:
24897         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24898         (gst_audiofilter_init):
24899         * gst/debug/efence.c: (gst_efence_init):
24900         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
24901         (gst_deinterlace_init):
24902         * gst/volume/gstvolume.c: (volume_connect):
24903
24904 2004-01-01  David Schleef  <ds@schleef.org>
24905
24906         Convert elements to use gst_pad_use_explicit_caps() where
24907         appropriate:
24908         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
24909         * ext/audiofile/gstafparse.c: (gst_afparse_init),
24910         (gst_afparse_open_file):
24911         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
24912         (gst_afsrc_open_file):
24913         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
24914         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
24915         (gst_ffmpegdec_chain):
24916         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24917         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
24918         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
24919         (gst_gdk_pixbuf_chain):
24920         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
24921         (gst_jpegdec_chain):
24922         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
24923         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
24924         (gst_mikmod_negotiate):
24925         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
24926         (gst_mpeg2dec_negotiate_format):
24927         * ext/mpeg2enc/gstmpeg2enc.cc:
24928         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24929         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
24930         (gst_speexdec_sinkconnect):
24931         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
24932         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
24933         (gst_vorbisfile_new_link):
24934         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
24935         (gst_ac3parse_chain):
24936         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
24937         (gst_asf_demux_setup_pad):
24938         * gst/auparse/gstauparse.c: (gst_auparse_init),
24939         (gst_auparse_chain):
24940         * gst/id3/gstid3types.c: (gst_id3types_loop):
24941         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
24942         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
24943         (mp1videoparse_parse_seq):
24944         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
24945         (bpf_from_header):
24946         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24947         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
24948         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
24949         (gst_mpeg_parse_send_data):
24950         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24951         (gst_qtdemux_add_stream):
24952         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
24953         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24954         (gst_wavparse_parse_fmt):
24955
24956 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24957
24958         * configure.ac:
24959           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
24960           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
24961           it therefore uses the wrong include paths. Too bad... Note
24962           that 1.6.1.93 is not release yet. ;).
24963           Also add a check for mplex, which is now using the lib'ified
24964           mplex from mjpegtools, too.
24965         * ext/ffmpeg/gstffmpegcodecmap.c:
24966           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
24967           issues. I don't think ffmpeg handles 3ivx correctly, so this
24968           probably won't work. But it won't hurt either.
24969         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
24970         (gst_ffmpegdec_chain):
24971         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
24972         (gst_ffmpegenc_chain_audio):
24973           Fix memleak in audio encoding. Close codec if open fails, this
24974           calls the cleanup routines so we can re-use the context.
24975         * ext/mpeg2enc/gstmpeg2enc.cc:
24976           Fix pad template names/types, fix memory issue with getcaps().
24977         * ext/mpeg2enc/gstmpeg2encoder.cc:
24978         * ext/mpeg2enc/gstmpeg2encoder.hh:
24979           Fix compile issue with new caps system (const thingy).
24980         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24981         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
24982           We read a first frame right on initing, so that we have a caps
24983           when we init the output. This caps is cached in padprivate and
24984           read as first frame.
24985         * ext/mplex/Makefile.am:
24986         * ext/mplex/gstmplex.cc:
24987         * ext/mplex/gstmplex.h:
24988         * ext/mplex/gstmplex.hh:
24989         * ext/mplex/gstmplexibitstream.cc:
24990         * ext/mplex/gstmplexibitstream.hh:
24991         * ext/mplex/gstmplexjob.cc:
24992         * ext/mplex/gstmplexjob.hh:
24993         * ext/mplex/gstmplexoutputstream.cc:
24994         * ext/mplex/gstmplexoutputstream.hh:
24995           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
24996           had issues, didn't do capsnego, supported only a subset of the
24997           mplex features and required a mplex fork in our local CVS. Plus
24998           that it worked agaist a very old mplex version. Rewriting was
24999           faster than updating it.
25000         * gst-libs/ext/Makefile.am:
25001         * gst-libs/ext/mplex/INSTRUCT:
25002         * gst-libs/ext/mplex/Makefile.am:
25003         * gst-libs/ext/mplex/README:
25004         * gst-libs/ext/mplex/TODO:
25005         * gst-libs/ext/mplex/ac3strm_in.cc:
25006         * gst-libs/ext/mplex/audiostrm.hh:
25007         * gst-libs/ext/mplex/audiostrm_out.cc:
25008         * gst-libs/ext/mplex/aunit.hh:
25009         * gst-libs/ext/mplex/bits.cc:
25010         * gst-libs/ext/mplex/bits.hh:
25011         * gst-libs/ext/mplex/buffer.cc:
25012         * gst-libs/ext/mplex/buffer.hh:
25013         * gst-libs/ext/mplex/fastintfns.h:
25014         * gst-libs/ext/mplex/format_codes.h:
25015         * gst-libs/ext/mplex/inputstrm.cc:
25016         * gst-libs/ext/mplex/inputstrm.hh:
25017         * gst-libs/ext/mplex/lpcmstrm_in.cc:
25018         * gst-libs/ext/mplex/mjpeg_logging.cc:
25019         * gst-libs/ext/mplex/mjpeg_logging.h:
25020         * gst-libs/ext/mplex/mjpeg_types.h:
25021         * gst-libs/ext/mplex/mpastrm_in.cc:
25022         * gst-libs/ext/mplex/mpegconsts.cc:
25023         * gst-libs/ext/mplex/mpegconsts.h:
25024         * gst-libs/ext/mplex/mplexconsts.hh:
25025         * gst-libs/ext/mplex/multplex.cc:
25026         * gst-libs/ext/mplex/outputstream.hh:
25027         * gst-libs/ext/mplex/padstrm.cc:
25028         * gst-libs/ext/mplex/padstrm.hh:
25029         * gst-libs/ext/mplex/stillsstream.cc:
25030         * gst-libs/ext/mplex/stillsstream.hh:
25031         * gst-libs/ext/mplex/systems.cc:
25032         * gst-libs/ext/mplex/systems.hh:
25033         * gst-libs/ext/mplex/vector.cc:
25034         * gst-libs/ext/mplex/vector.hh:
25035         * gst-libs/ext/mplex/videostrm.hh:
25036         * gst-libs/ext/mplex/videostrm_in.cc:
25037         * gst-libs/ext/mplex/videostrm_out.cc:
25038         * gst-libs/ext/mplex/yuv4mpeg.cc:
25039         * gst-libs/ext/mplex/yuv4mpeg.h:
25040         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
25041         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
25042           We don't fork mjpegtools' mplex in our CVS anymore.
25043         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
25044         (gst_avi_demux_add_stream):
25045         * gst/avi/gstavidemux.h:
25046           Add getcaps() function for proper caps nego. This makes some
25047           parts of AVI playback/reading work.
25048         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
25049           Resize window on new capsnego. This is probably wrong, but
25050           I'm still committing it because with current capsnego, the
25051           first successfull capsnego is auto-fixated, therefore rounded
25052           down to the lowest values in the caps. this results in a 16x16
25053           XWindow that is not reized when real capsnego finishes.
25054           Dave, I see more cases of this, do you know a proper solution?
25055         * tools/gst-launch-ext.in:
25056           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
25057
25058 2003-12-31  David Schleef  <ds@schleef.org>
25059
25060         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
25061         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
25062           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
25063
25064 2003-12-30  David Schleef  <ds@schleef.org>
25065
25066         * ext/ffmpeg/gstffmpegcolorspace.c:
25067         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25068         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
25069         (gst_ffmpegcsp_chain): Negotiation fixes
25070         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
25071         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25072         (gst_audio_convert_link), (gst_audio_convert_channels):
25073         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
25074         (gst_audioscale_link), (gst_audioscale_get_buffer),
25075         (gst_audioscale_chain): Negotiation fixes
25076         * gst/audioscale/gstaudioscale.h:
25077         * gst/videofilter/gstvideofilter.c:
25078         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
25079         (gst_videofilter_link), (gst_videofilter_init),
25080         (gst_videofilter_set_output_size), (gst_videofilter_setup),
25081         (gst_videofilter_find_format_by_structure):
25082         * gst/videofilter/gstvideofilter.h: Negotiation fixes
25083         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
25084         (gst_videoscale_link):
25085         * gst/videoscale/videoscale.c: (videoscale_get_structure),
25086         (videoscale_find_by_structure), (gst_videoscale_setup):
25087         * gst/videoscale/videoscale.h: Negotiation fixes
25088         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
25089         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
25090         function, restrict resizing to a multiple of 4 (hack until
25091         everyone supports odd sizes correctly).
25092
25093 2003-12-29  Colin Walters  <walters@verbum.org>
25094
25095         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
25096         signed.
25097
25098 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
25099
25100         * ext/sndfile/gstsf.c: (gst_sf_loop):
25101           Fix warning about discarding const qualifier
25102
25103 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
25104
25105         * gst/cutter/gstcutter.c:
25106         * gst/videoscale/gstvideoscale.c:
25107         * gst/volenv/gstvolenv.c:
25108         * gst-libs/gst/audio/audio.c:
25109         * gst-libs/gst/video/video.c:
25110           Fix warnings
25111
25112 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25113
25114         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
25115           Don't send ALSA debugging to stderr.
25116         * ext/alsa/gstalsa.h:
25117           Use GST_WARNING instead of g_warning when ALSA functions fail.
25118
25119 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25120
25121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25122           Free XVAdapterInfo correctly.
25123
25124 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25125
25126         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
25127         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
25128           Make id3tag use correct caps nego.
25129
25130 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
25131
25132         * ext/ivorbis/vorbis.c:
25133         * ext/ivorbis/vorbisenc.h:
25134         * ext/ivorbis/vorbisfile.c:
25135           Modify so that it uses the new caps things
25136
25137 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25138
25139         * testsuite/spider/spider1.c: (main):
25140         * testsuite/spider/spider2.c: (main):
25141         * testsuite/spider/spider3.c: (main):
25142           Make tests compile again. They probably don't work.
25143
25144 2003-12-24  Colin Walters  <walters@verbum.org>
25145
25146         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
25147         we can't fixate the caps anymore.
25148
25149 2003-12-23  David Schleef  <ds@schleef.org>
25150
25151         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
25152         * sys/oss/gstosssink.c: (gst_osssink_init),
25153         (gst_osssink_sink_fixate): Add fixate function.
25154
25155 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25156
25157         * ext/ffmpeg/gstffmpegcodecmap.c:
25158         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
25159         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
25160         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
25161         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
25162         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
25163         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
25164         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
25165           fix typo in RGB masks, and move back to "old" colorspace
25166           capsnego code until whoever wrote this new crap has actually
25167           tested it so that it works.
25168           And yes, this works, keep it that way please.
25169
25170 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25171
25172         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
25173         (gst_divxdec_init), (gst_divxdec_negotiate):
25174         * ext/divx/gstdivxdec.h:
25175         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
25176         (gst_divxenc_init):
25177         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
25178         (gst_faac_sinkconnect), (gst_faac_srcconnect):
25179         * ext/mpeg2enc/gstmpeg2enc.cc:
25180         * ext/mpeg2enc/gstmpeg2encoder.cc:
25181         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
25182         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
25183         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
25184         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
25185         (dxr3spusink_init):
25186         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
25187         (dxr3videosink_init):
25188           Fix caps breakage after Dave's caps branch merge.
25189
25190 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25191
25192         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25193           Fix for 24bpp display.
25194
25195 2003-12-23  Colin Walters  <walters@verbum.org>
25196
25197         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
25198         a GnomeVFSHandle directly.
25199
25200 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25201
25202         * gst/volume/Makefile.am:
25203         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
25204         (volume_base_init), (volume_init):
25205           Reenable volume element and fix to work with new caps stuff.
25206           Rhythmbox needs this.
25207
25208 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25209
25210         * gst/qtdemux/qtdemux.c: (plugin_init):
25211           qtdemux requires bytestream
25212
25213 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25214
25215         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
25216           Fix remaining caps handling errors due to CAPS merge.
25217
25218 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25219
25220         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
25221         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
25222         (gst_faad_srcconnect):
25223           Port to new caps system.
25224
25225 2003-12-21  Julien MOUTTE  <julien@moutte.net>
25226
25227         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
25228         (got_video_size), (main): using g_print instead of g_message.
25229         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
25230         signal which was not emitted because of "switch" element added to the
25231         bin but not connected. (Removing from the bin temporarily)
25232
25233 2003-12-21  Julien MOUTTE  <julien@moutte.net>
25234
25235         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
25236         find X development files. I don't understand the previous tests and
25237         they fail on my debian/ppc unstable. This one works.
25238         * examples/gstplay/player.c: (main): Set the pipeline to READY before
25239         exiting.
25240         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
25241         (gst_play_set_video_sink), (gst_play_set_audio_sink),
25242         (gst_play_set_visualization): Add some safety checks in set_ methods
25243         and state_change. This was throwing some ugly CRITICAL messages when
25244         pipeline was getting disposed and casts were failing.
25245
25246 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25247
25248         * configure.ac:
25249           Improve mpeg2enc detection. This is for distributions that do
25250           ship mjpegtools, but without mpeg2enc. Also does object check
25251           for might there ever be ABI incompatibility.
25252         * ext/mpeg2enc/gstmpeg2enc.cc:
25253           Add Andrew as second maintainer (he's helping me), and also add
25254           an error if no caps was set. This happens if I pull before capsnego
25255           and that's something I should solve sometime else.
25256         * gst/matroska/matroska-demux.c:
25257         (gst_matroska_demux_parse_blockgroup):
25258           Fix time parsing.
25259         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
25260         (gst_matroska_mux_track_header):
25261           Add caps to templates.
25262         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
25263           Add mpegversion=1 to prevent confusion with MPEG/AAC.
25264         * gst/mpegstream/gstmpegdemux.c:
25265           Remove layer since it causes warnings about unfixed caps.
25266         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25267           Fix obvious typo (we error out if caps were set, we should of
25268           course error out if *no* caps were set).
25269         * sys/oss/gstosselement.c: (gst_osselement_convert):
25270           Fix format conversion, we confused bits/bytes.
25271         * sys/oss/gstosselement.h:
25272           Improve documentation for 'bps'.
25273         * sys/v4l/TODO:
25274           Remove stuff about plugins that need removing - this was done
25275           ages ago.
25276         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
25277         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
25278         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
25279         (gst_v4lsrc_src_query):
25280         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
25281         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
25282           Add get_query_types(), get_formats() and query() functions.
25283
25284 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25285
25286         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
25287         * moved CVS to freedesktop.org