gst-libs/gst/audio/gstbaseaudiosink.c: Starting the ringbuffer when we did not acquir...
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-04-10  Wim Taymans  <wim@fluendo.com>
2
3         * gst-libs/gst/audio/gstbaseaudiosink.c:
4         (gst_base_audio_sink_event):
5         Starting the ringbuffer when we did not acquire it can cause
6         a deadlock, is pointless and causes nasty things for
7         subclasses. 
8         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
9
10 2006-04-10  Wim Taymans  <wim@fluendo.com>
11
12         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
14         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16         (gst_ogg_demux_deactivate_current_chain),
17         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18         (gst_ogg_demux_bisect_forward_serialno),
19         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
20         Add some more debugging.
21
22 2006-04-10  Wim Taymans  <wim@fluendo.com>
23
24         * ext/theora/theoradec.c: (theora_dec_src_event),
25         (theora_handle_data_packet):
26         Some more debug info.
27
28         * tests/examples/seek/seek.c: (start_seek), (main):
29         Print element messages too.
30
31 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
32
33         * gst/audioresample/debug.h:
34           replace debug macros with variable number of parameters
35           by a simple alias to gstreamer standard debug macros 
36          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
37           supported by MSVC 6.0 and 7.1)
38         * gst/audioresample/resample.h:
39           define M_PI and rint for WIN32
40         * win32/common/libgstaudio.def:
41         * win32/common/libgstriff.def:
42         * win32/common/libgsttag.def:
43         * win32/common/libgstvideo.def:
44           add new exported functions
45         * win32/vs6:
46           update project files
47
48 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
49
50         * ext/alsa/gstalsamixeroptions.c:
51         (gst_alsa_mixer_options_class_init):
52         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
53         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
54         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
55         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
56         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
57         * gst-libs/gst/audio/gstaudiofilter.c:
58         (gst_audio_filter_class_init):
59         * gst-libs/gst/audio/gstaudiosink.c:
60         (gst_audioringbuffer_class_init):
61         * gst-libs/gst/audio/gstaudiosrc.c:
62         (gst_audioringbuffer_class_init):
63         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
64         * gst-libs/gst/interfaces/colorbalancechannel.c:
65         (gst_color_balance_channel_class_init):
66         * gst-libs/gst/interfaces/mixeroptions.c:
67         (gst_mixer_options_class_init):
68         * gst-libs/gst/interfaces/mixertrack.c:
69         (gst_mixer_track_class_init):
70         * gst-libs/gst/interfaces/tunerchannel.c:
71         (gst_tuner_channel_class_init):
72         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
73         * gst-libs/gst/netbuffer/gstnetbuffer.c:
74         (gst_netbuffer_class_init):
75         * gst-libs/gst/rtp/gstbasertppayload.c:
76         (gst_basertppayload_class_init):
77         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
78         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
79         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
80         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
81         * gst/playback/gststreamselector.c:
82         (gst_stream_selector_class_init):
83         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
84         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
85         * sys/v4l/gstv4lcolorbalance.c:
86         (gst_v4l_color_balance_channel_class_init):
87         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
88         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
89         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
90         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
91         (gst_v4l_tuner_norm_class_init):
92         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
93         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
94         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
95         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
96
97 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
98
99         * ext/pango/gsttextrender.h:
100         * gst-libs/gst/audio/gstaudiosink.h:
101         * gst-libs/gst/audio/gstaudiosrc.h:
102         * gst-libs/gst/audio/gstbaseaudiosink.h:
103         * gst-libs/gst/audio/gstbaseaudiosrc.h:
104         * gst-libs/gst/audio/gstringbuffer.h:
105         * gst-libs/gst/rtp/gstbasertpdepayload.h:
106         * gst-libs/gst/rtp/gstbasertppayload.h:
107         * gst-libs/gst/video/gstvideofilter.h:
108         * gst-libs/gst/video/gstvideosink.h:
109         * gst/playback/gstplaybasebin.h:
110         * gst/tcp/gstmultifdsink.h:
111         * sys/v4l/gstv4lelement.h:
112         Fix broken GObject macros
113
114 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
115
116         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
117         More debug to trace why my USB headset is not working with gst
118
119 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
120
121         * gst/playback/gstplaybasebin.c: (group_destroy):
122         Clean up our group elements properly in the case where it never 
123         got committed - it still got added unconditionally to the bin.
124
125 2006-04-07  Wim Taymans  <wim@fluendo.com>
126
127         * ext/theora/theoradec.c: (theora_dec_sink_event),
128         (theora_handle_data_packet), (theora_dec_chain):
129         Unref unhandled events.
130         Protect against empty buffers.
131         Perform QoS on running time.
132
133 2006-04-07  Michael Smith  <msmith@fluendo.com>
134
135         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
136         (gst_vorbis_enc_chain):
137           Remove leaks from vorbisenc.
138           Mostly minor changes, the only significant one is that now the
139           buffers we set as 'streamheader' on the caps are copies of the
140           original buffers, to avoid circular refcounting problems.
141
142 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
143
144         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
145           Don't remove our mute-probe if someone else already did so.
146           Don't set a 2nd one if there is already one pending on the pad.
147
148         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
149         (do_playbin_seek):
150           When a seek fails, ensure that playbin is still set back to playing.
151           
152         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
153         (mpeg_ts_type_find), (plugin_init):
154           Add a typefind function for mpeg-ts streams.
155
156 2006-04-06  Andy Wingo  <wingo@pobox.com>
157
158         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
159         (gst_video_rate_init): Caps-related parameters should not be reset
160         by a flush -- move their inits to the instance init function.
161         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
162         is not OK, just return the result.
163
164         * gst/audiotestsrc/gstaudiotestsrc.c
165         (gst_audio_test_src_class_init)
166         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
167         broken by Stefan's commit on 24 March.
168
169         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
170         buffers being pushed out. Fixes oggmux ! multifdsink.
171
172 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
173
174         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
175         (gst_vorbis_dec_init), (vorbis_dec_finalize):
176         * ext/vorbis/vorbisdec.h:
177         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
178         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
179         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
180         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
181         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
182         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
183         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
184         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
185         (gst_vorbis_enc_buffer_from_packet),
186         (gst_vorbis_enc_buffer_from_header_packet),
187         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
188         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
189         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
190         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
191         (gst_vorbis_enc_change_state):
192         * ext/vorbis/vorbisenc.h:
193           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
194           vorbisenc adhere to the official nomenclature; use boilerplate
195           macro.
196
197 2006-04-04  Andy Wingo  <wingo@pobox.com>
198
199         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
200         Whoops, fix bug introduced. Bad hacker!
201         
202         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
203         Properly handle the case where you get EOS before any buffers are
204         received. Use gst_buffer_make_metadata_writable where appropriate.
205
206         * ext/theora/theoradec.c (theora_handle_data_packet): This value
207         is often negative -- make it signed so as not to wrap around.
208         Fixes segfaults introduced on 9 March.
209
210 2006-04-03  Wim Taymans  <wim@fluendo.com>
211
212         * ext/theora/gsttheoradec.h:
213         * ext/theora/theoradec.c: (theora_dec_src_event):
214         Don't try to store a gdouble in a gboolean.
215         Small cleanups.
216
217 2006-04-03  Michael Smith  <msmith@fluendo.com>
218
219         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
220           Oggmux sucks.
221           Make it suck slightly less by writing out the final page.
222           Still can't encode a vorbis-in-ogg file correctly, though.
223
224 2006-04-03  Andy Wingo  <wingo@pobox.com>
225
226         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
227         a g_print.
228
229         * ext/theora/theora.c (plugin_init): Register theoraparse.
230
231         * ext/theora/gsttheoraparse.h: 
232         * ext/theora/theoraparse.c: New files implementing a theora
233         parser. Now we can properly remux ogg/theora+vorbis, yay.
234
235         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
236
237 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
238
239         * gst/audiotestsrc/gstaudiotestsrc.c:
240           Fixed the sample pipeline (see #323798)
241
242 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
243
244         * configure.ac:
245         * win32/common/config.h:
246         * win32/common/config.h.in:
247           use AS_VERSION and AS_NANO
248           more cleanups
249
250 2006-03-31  Andy Wingo  <wingo@pobox.com>
251
252         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
253         uninitialized variable return that would happen.
254         
255         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
256         uninitialized variable return that would never happen.
257
258         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
259         (vorbis_parse_sink_event): Add an event function to flush our
260         state on a seek, and to drain buffers on a premature EOS.
261         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
262         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
263         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
264         (vorbis_parse_drain_queue): Queue up buffers until we can set
265         their timestamps and granulepos values.
266
267         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
268         and keep track of data needed for deriving granulepos and
269         timestamps for buffers.
270
271 2006-03-29  Wim Taymans  <wim@fluendo.com>
272
273         Patch by: j^ <j at bootlab dot org>
274
275         * ext/alsa/gstalsamixerelement.c:
276         (gst_alsa_mixer_element_class_init):
277         * ext/alsa/gstalsasink.c:
278         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
279         * ext/ogg/gstoggdemux.c:
280         * ext/ogg/gstoggmux.c:
281         * ext/ogg/gstoggparse.c:
282         * ext/pango/gstclockoverlay.c:
283         * ext/pango/gsttextoverlay.c:
284         * ext/pango/gsttextrender.c:
285         * ext/pango/gsttimeoverlay.c:
286         * ext/theora/theoradec.c:
287         * ext/theora/theoraenc.c:
288         * ext/vorbis/vorbisdec.c:
289         * ext/vorbis/vorbisenc.c:
290         * gst/audioconvert/gstaudioconvert.c:
291         * gst/subparse/gstsubparse.c:
292         * gst/tcp/gstmultifdsink.c:
293         * gst/tcp/gsttcpclientsink.c:
294         * gst/tcp/gsttcpclientsrc.c:
295         * gst/tcp/gsttcpserversink.c:
296         * gst/tcp/gsttcpserversrc.c:
297           better/unified long descriptions
298           Fixes #336477
299
300 2006-03-29  Wim Taymans  <wim@fluendo.com>
301
302         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
303         (stop_seek):
304         Don't let double and tripple clicks mess up our state.
305
306 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
307
308         * gst/playback/gstplaybin.c: (gen_video_element),
309         (gen_text_element), (gen_audio_element), (gen_vis_element):
310           Error out gracefully when we can't create any of the usual
311           conversion elements for some reason. Also, don't try to
312           create an audioscale (sic) element that's not used anyway.
313
314 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
315
316         * gst/playback/gstplaybasebin.c: (setup_source):
317           Don't post RESOURCE_NOT_FOUND error when we can't find a source
318           element for a particular protocol, that's confusing for users.
319           Instead, post a RESOURCE_FAILED error, so that our own error
320           message is actually shown in totem etc. (#336303).
321
322 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
323
324         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
325
326         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
327         (gst_gnome_vfs_src_get_icy_metadata):
328           Fix some minor memory leaks (#336194).
329
330 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
331
332         * ext/gnomevfs/gstgnomevfs.c:
333         (gst_gnome_vfs_location_to_uri_string):
334         * ext/gnomevfs/gstgnomevfs.h:
335         * ext/gnomevfs/gstgnomevfssink.c:
336         (gst_gnome_vfs_sink_set_property):
337         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
338           Make gnomevfssink accept filenames as well as URIs for the
339           "location" property, just like gnomevfssrc does (and
340           filesrc/filesink do) (#336190).
341
342 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
343
344         * tests/check/generic/clock-selection.c: (GST_START_TEST):
345           set to NULL before unreffing, fixes a valgrind leak.
346           Why was this not triggering the error that an object needs to
347           be NULL before unreffing ?
348         * win32/common/config.h:
349           update
350
351 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
352
353         * gst/subparse/gstsubparse.c: (convert_encoding),
354         (gst_sub_parse_change_state):
355         * gst/subparse/gstsubparse.h:
356           Text subtitle files may or may not be UTF-8. If it's not, we
357           don't really want to see '?' characters in place of non-ASCII
358           characters like accented characters. So let's assume the input
359           is UTF-8 until we come across text that is clearly not. If it's
360           not UTF-8, we don't really know what it is, so try the following:
361           (a) see whether the GST_SUBTITLE_ENCODING environment variable
362           is set; if not, check (b) if the current locale encoding is
363           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
364           the current locale encoding is UTF-8 and the environment variable
365           was not set to any particular encoding. Not perfect, but better
366           than nothing (and better than before, I think) (fixes #172848).
367
368 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
369
370         * configure.ac:
371           update core requirement to 0.10.4.1 because of async_playback
372           vmethod on GstBaseSink
373
374 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
375
376         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
377         * gst/adder/gstadder.c: (gst_adder_init):
378         use DEBUG_FUNCPTR for collectpads
379
380 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
381
382         * docs/plugins/Makefile.am:
383         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
384         * docs/plugins/gst-plugins-base-plugins-sections.txt:
385         * ext/cdparanoia/gstcdparanoiasrc.c:
386         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
387         (gst_gnome_vfs_sink_class_init):
388         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
389         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
390         * ext/ogg/gstoggmux.c:
391         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
392         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
393         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
394         * ext/pango/gsttextoverlay.c:
395         * ext/pango/gsttextrender.c:
396         * ext/theora/theoradec.c:
397         * ext/theora/theoraenc.c:
398         * ext/vorbis/vorbisdec.c:
399         * ext/vorbis/vorbisenc.c:
400         * gst-libs/gst/audio/gstaudiofilter.c:
401         (gst_audio_filter_base_init):
402         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
403         (gst_audio_filter_template_base_init):
404         * gst/adder/gstadder.c: (gst_adder_get_type):
405         * gst/adder/gstadder.h:
406         * gst/audioconvert/gstaudioconvert.c:
407         * gst/audiotestsrc/gstaudiotestsrc.c:
408         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
409         (gst_audio_test_src_create):
410         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
411         * gst/playback/gstdecodebin.c:
412         * gst/playback/gstplaybin.c:
413         * gst/playback/gststreamselector.c:
414         (gst_stream_selector_base_init):
415         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
416         * gst/volume/gstvolume.c:
417         * sys/v4l/gstv4lmjpegsink.c:
418         * sys/v4l/gstv4lmjpegsrc.c:
419         * tests/check/libs/cddabasesrc.c:
420         * tests/old/examples/gob/gst-identity2.gob:
421         Add docs for adder, use GST_ELEMENT_DETAILS macro,
422         define GstElementDetails at the top
423
424 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
425
426         * win32/common/libgstinterfaces.def:
427         Add a lot of export functions for gst-python
428         * win32/vs6/libgstinterfaces.dsp:
429         Add a missing include folder in the project configuration
430         
431 2006-03-23  Wim Taymans  <wim@fluendo.com>
432
433         * gst-libs/gst/audio/gstbaseaudiosrc.c:
434         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
435         (gst_base_audio_src_change_state):
436         Fix audio sources, forgot to make the ringbuffer
437         startable...
438
439 2006-03-23  Wim Taymans  <wim@fluendo.com>
440
441         * gst-libs/gst/audio/gstbaseaudiosrc.c:
442         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
443         (gst_base_audio_src_change_state):
444         unparent instead of unref the ringbuffer.
445
446 2006-03-23  Wim Taymans  <wim@fluendo.com>
447
448         * gst-libs/gst/audio/gstbaseaudiosink.c:
449         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
450         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
451         Implement new async_play vmethod to start slaving and allow
452         playback start in case of async PLAY state changes. 
453
454         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
455         Enable QoS with new method in base class.
456
457 2006-03-23  Wim Taymans  <wim@fluendo.com>
458
459         Patch by: Julien MOUTTE <julien at moutte dot net>
460
461         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
462         (gst_video_test_src_do_seek), (gst_video_test_src_create):
463         Partially handle 0 framerate, only EOS after the first frame
464         is missing.
465
466 2006-03-23  Wim Taymans  <wim@fluendo.com>
467
468         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
469
470         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
471         (gst_riff_create_video_template_caps):
472         * gst/ffmpegcolorspace/avcodec.h:
473         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
474         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
475         (gst_ffmpegcsp_avpicture_fill):
476         * gst/ffmpegcolorspace/imgconvert.c:
477         Patch for support of YVU9 AVI files (#334822)
478
479 2006-03-22  Edward Hervey  <edward@fluendo.com>
480
481         * docs/design/design-decodebin.txt:
482         Added design document for new decodebin
483         (Target Caps): text/x-pango-markup is also a default target caps.
484
485 2006-03-22  Wim Taymans  <wim@fluendo.com>
486
487         * gst-libs/gst/audio/gstbaseaudiosink.c:
488         (gst_base_audio_sink_dispose):
489         Since we _parent the ringbuffer, we also need to
490         _unparent instead of a plain _unref.
491
492 2006-03-22  Wim Taymans  <wim@fluendo.com>
493
494         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
495         (stop_seek), (scrub_toggle_cb), (main):
496         Add scrub checkbox.
497
498 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
499
500         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
501         (gst_ogg_parse_chain):
502           Fix very inefficient usage of linked lists (#335365).
503
504 2006-03-21  Edward Hervey  <edward@fluendo.com>
505
506         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
507         * gst/playback/gstplaybin.c: (handoff):
508         * gst/playback/gststreamselector.c:
509         (gst_stream_selector_set_property):
510         gcc 4.1 unreferenced pointer fixes.
511         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
513         gst_buffer_ref() now takes a GstBuffer*.
514
515 2006-03-20  Julien MOUTTE  <julien@moutte.net>
516
517         * sys/xvimage/xvimagesink.c:
518         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
519         by Jan Schmidt.
520
521 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
522
523         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
524         (id3v1_type_find), (apetag_type_find), (plugin_init):
525           Can't do tag preferences via probability, as tags would then
526           lose against types that are recognised with MAXIMUM probability
527           (like .wav); so let all tag typefinders return MAXIMUM themselves
528           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
529           that we can prefer APE to ID3v1 (fixes #335028).
530           
531 2006-03-17  Wim Taymans  <wim@fluendo.com>
532
533         * gst-libs/gst/audio/gstbaseaudiosink.c:
534         (gst_base_audio_sink_change_state):
535         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
536         (gst_ring_buffer_may_start):
537         * gst-libs/gst/audio/gstringbuffer.h:
538         Only start playback if we are playing.
539         should fix #330748.
540
541 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
542
543         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
544         * win32/common/config.h:
545           Revert accidental commits to these files.
546
547 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
548
549         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
550
551         * tests/Makefile.am:
552           Don't try to build tests in tests/icles if we
553           don't have X (#323852)
554
555 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
556
557         * gst-libs/gst/tag/gstid3tag.c:
558           Add TXXX frame identifiers for replaygain stuff as used
559           by some taggers (see #323721).
560
561 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
562
563         * gst/playback/gststreamselector.c:
564         (gst_stream_selector_set_property),
565         (gst_stream_selector_bufferalloc):
566           Preserve the existing buggy streamselector behaviour by performing
567           a fallback buffer allocation when downstream isn't linked yet.
568           This should really be fixed in playbin by blocking pads until it's
569           linked them.
570           Also, use gst_pad_alloc_buffer instead of
571           gst_pad_alloc_buffer_and_set.
572
573 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
574
575         * gst-libs/gst/tag/gstid3tag.c:
576           Don't crash on unknown ID3v2 TXXX frames.
577           
578 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
579
580         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
581           Chain up to the parent finalize method.
582           Add 32-bit sample size to the template caps.
583
584         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
585         (gst_riff_create_video_template_caps):
586           Add the fourcc that the VMWare codec uses.
587           
588         * gst/playback/gststreamselector.c:
589         (gst_stream_selector_set_property),
590         (gst_stream_selector_bufferalloc),
591         (gst_stream_selector_request_new_pad):
592           For the active pad, forward buffer-alloc requests, otherwise
593           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
594           having to memcpy every frame when used by playbin.
595
596         * gst/tcp/gstmultifdsink.c:
597         (gst_multi_fd_sink_handle_client_write):
598           Get negotiated caps from the sink pad, rather than the sink
599           pad's peer.
600
601 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
602
603         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
604         
605         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
606           Don't forget to set src->callbacks_pushed to FALSE again when
607           popping them, otherwise re-activation in a different mode won't
608           work (#334620).
609
610 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
611
612         Patch by: Sebastien Moutte  <sebastien moutte net>
613
614         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
615         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
616         (gst_ffmpeg_smpfmt_to_caps):
617           Replace __VA_ARGS__ caps creation macros with varargs functions.
618           Makes things compile on MSVC (#320765), looks nicer, and we can
619           tell the compiler to check for the NULL terminator.
620
621 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
622
623         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
624
625         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
626           Make sure the buffer we copy into is really always big
627           enough, this time for real (#333488).
628           
629 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
630
631         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
632           Add support for 24bpp DIB (#305279).
633
634 2006-03-14  Wim Taymans  <wim@fluendo.com>
635
636         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
637         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
638         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
639         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
640         (gst_video_scale_init), (gst_video_scale_src_event):
641         Re-enable QoS after the release.
642         Rework videoscale to use the base class src_event handler.
643
644 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
645
646         * configure.ac:
647           back to CVS.
648
649 === release 0.10.5 ===
650
651 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
652
653         * configure.ac:
654           releasing 0.10.5, "Net"
655
656 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
657
658         * docs/plugins/Makefile.am:
659           Part of previous cdparanoiasrc docs fixes, forgot to commit.
660           
661 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
662
663         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
664         * docs/plugins/gst-plugins-base-plugins-sections.txt:
665         * docs/plugins/gst-plugins-base-plugins.hierarchy:
666           Add cdparanoiasrc to docs.
667
668         * gst-libs/gst/cdda/gstcddabasesrc.c:
669           More GstCddaBaseSrc docs.
670
671 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
672
673         * docs/libs/gst-plugins-base-libs-sections.txt:
674         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
675         * gst-libs/gst/tag/tag.h:
676           Add new API to libgsttag: gst_tag_from_id3_user_tag().
677
678 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
679
680         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
681           NULL-terminate array of mpeg4 video file extensions.
682           Fixes crash on PPC (#334226).
683
684 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
685
686         * ext/gnomevfs/gstgnomevfssrc.c:
687         (gst_gnome_vfs_src_check_get_range):
688           gnome_vfs_uri_is_local() alone is not a good indicator
689           whether we can operate in pull-mode with a specific URI,
690           as it returns FALSE for file:// URIs that point to an
691           NFS-mounted path. Be more conservative here: whitelist
692           local files, blacklist http URIs and use the old
693           mechanism for anything else (fixes #334216).
694
695 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
696
697         * configure.ac:
698           back to trunk
699
700 === release 0.10.4 ===
701
702 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
703
704         * configure.ac:
705           releasing 0.10.4, "Power"
706
707 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
708
709         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
710         Disable max-lateness by setting it to -1 for now, so that 
711         we can bed QoS stuff in thoroughly between now and the next
712         release.
713
714 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
715
716         Patch by: Fabrizio Gennari
717
718         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
719           Make sure we don't read beyond the palette buffer in case of
720           broken or manipulated files (#333488)
721
722 2006-03-10  Edward Hervey  <edward@fluendo.com>
723
724         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
725         Fix for variable not initialized.
726
727 2006-03-09  Wim Taymans  <wim@fluendo.com>
728
729         * ext/libvisual/visual.c: (gst_visual_get_type),
730         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
731         (gst_visual_chain):
732         Small cleanups.
733
734         * ext/theora/gsttheoradec.h:
735         * ext/theora/theoradec.c: (gst_theora_dec_init),
736         (gst_theora_dec_reset), (_theora_granule_time),
737         (theora_dec_src_convert), (theora_dec_sink_convert),
738         (theora_dec_src_query), (theora_dec_src_event),
739         (theora_dec_sink_event), (theora_handle_comment_packet),
740         (theora_handle_header_packet), (theora_dec_push),
741         (theora_handle_data_packet), (theora_dec_chain),
742         (theora_dec_change_state):
743         Add simple QoS.
744
745 2006-03-09  Wim Taymans  <wim@fluendo.com>
746
747         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
748         (audiocast_register_listener), (gst_gnome_vfs_src_start):
749         Some cleanups.
750
751 2006-03-09  Wim Taymans  <wim@fluendo.com>
752
753         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
754         Don't try to activate NULL chains.
755
756 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
757
758         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
759           Fix invalid memory access to region before peek'd data (#332964).
760
761 2006-03-09  Wim Taymans  <wim@fluendo.com>
762
763         Patch by: Christophe Fergeau
764
765         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
766         * ext/pango/gsttextrender.c: (gst_text_render_init):
767         * gst/adder/gstadder.c: (gst_adder_init):
768         Don't leak padtemplates, closes #333510.
769
770 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
771
772         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
773           Fix invalid memory access: make sure string passed to
774           regexec() is NUL-termianted.
775
776 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
777
778         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
779         (mp3_type_find):
780           Refactor mpeg/audio typefinding to make it more maintainable
781           and easier to fine-tune. Make probing into middle of the file
782           work properly (fixes #333900, also see #152688).
783
784 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
785
786         * gst/typefind/gsttypefindfunctions.c:
787         (utf8_type_find_have_valid_utf8_at_offset):
788           Remove part from previous commit that was bogus:
789           g_utf8_validate() does in fact not accept embedded
790           zeroes, so we don't need to check for those (thanks
791           to Mike for the hint).
792
793 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
794
795         * gst/typefind/gsttypefindfunctions.c:
796         (utf8_type_find_count_embedded_zeroes),
797         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
798           Make plain/text typefinder more conservative: firstly, check
799           for embedded zeroes, which are perfectly valid UTF-8 characters,
800           but also a fairly good sign that something is not a plain text
801           file; secondly, probe into the middle of the file if possible.
802           If we can't probe into the middle, limit the probability value
803           to be returned to TYPE_FIND_POSSIBLE (see #333900).
804
805 2006-03-08  Michael Smith  <msmith@fluendo.com>
806
807         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
808           Make typefind function name for mpeg4 video unique.
809
810 2006-03-08  Wim Taymans  <wim@fluendo.com>
811
812         * ext/libvisual/visual.c: (gst_visual_init),
813         (gst_visual_clear_actors), (gst_visual_dispose),
814         (gst_visual_reset), (gst_visual_src_setcaps),
815         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
816         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
817         (gst_visual_chain), (gst_visual_change_state):
818         Cleanups, post nice errors.
819         Handle sink and src events.
820         Implement simple QoS.
821
822         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
823         Use new basesink methods to configure max-lateness.
824         Small doc update.
825
826         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
827         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
828         Debug statement cleanups.
829
830         * gst/volume/gstvolume.c: (gst_volume_class_init):
831         Simple cleanup.
832
833 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
834
835         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
836         (gst_text_overlay_init), (gst_text_overlay_set_property),
837         (gst_text_overlay_get_property):
838           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
839           as string type properties, but mark them deprecated. Add
840           'halignment' and 'valignment' properties that use enums
841           instead of strings.
842
843 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
844
845         Patch by: Fabrizio Gennari
846
847         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
848           Allow palettes with less than 256 colours in AVI files
849           (#333488)
850
851 2006-03-07  Julien MOUTTE  <julien@moutte.net>
852
853         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
854         (gst_text_overlay_video_event): Fix wrong EOS handling on text
855         pad. We were releasing the queued text buffer when we should keep
856         it until video pad gets EOS or discard the text buffer because it's
857         too old. That was eating the last subtitle buffer. Add some more
858         debug.
859
860 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
861
862         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
863         (gst_text_overlay_video_chain):
864           Fix invalid memory access (we can't access a buffer after it's been
865           pushed downstream without taking a reference); fix memory leak (if
866           there's no text to render, bail out before allocating stuff).
867
868 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
869
870         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
871         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
872         * ext/pango/gsttextoverlay.h:
873           If input is plain text, escape it before passing it to
874           pango_layout_set_markup().
875
876 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
877
878         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
879           Don't ignore flow return from gst_pad_push().
880
881 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
882
883         Patch by: Fabrizio Gennari
884
885         * ext/libvisual/visual.c: (gst_visual_getcaps),
886         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
887         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
888         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
889         (gst_vorbisenc_convert_sink):
890         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
891         (gst_audio_duration_from_pad_buffer):
892         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
893         (gst_audio_filter_chain):
894         * gst-libs/gst/rtp/gstbasertpdepayload.c:
895         (gst_base_rtp_depayload_setcaps):
896         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
897         (gst_video_get_size):
898         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
899           Don't leak references returned by gst_pad_get_parent()
900           (#333663)
901
902 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
903
904         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
905           change location param details
906         * gst/volume/gstvolume.c: (plugin_init):
907           correct plugin description
908
909 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
910
911         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
912         (gst_gnome_vfs_src_check_get_range):
913           Override GstBaseSrc::check_get_range() in order to avoid opening
914           the resource just to check whether we can operate in pull-mode or
915           not - we can predict that pretty well from the URI alone. Should
916           fix problems with last.fm (#331690). (Requires latest core CVS).
917
918 2006-03-06  Wim Taymans  <wim@fluendo.com>
919
920         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
921         (gst_video_sink_class_init):
922         Throw away frames that are later than 20 ms.
923
924 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
925
926         Patch by: Fabrizio Gennari
927
928         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
929           Set depth on WMA caps (#333545)
930
931 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
932
933         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
934         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
935           put Theora BOS pages before others.  This hardcodes
936           the Ogg/Theora I profile, but hey.
937
938 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
939
940         * ext/ogg/README:
941           updated with some examples
942         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
943         (granulepos_add), (theora_buffer_from_packet):
944         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
945         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
946         (gst_vorbisenc_chain):
947           implement strategy from ext/ogg/README
948         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
949         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
950         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
951         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
952           Fix muxer so that oggz-validate is happy with all streams;
953           except for no eos mark, and the BOS page ordering
954         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
955         (check_buffer_granulepos):
956         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
957           update tests to check for OFFSET being set as requested
958           fixed type of granulepos, it's not a ClockTime
959
960 2006-03-05  Julien MOUTTE  <julien@moutte.net>
961
962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
963         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
964         Check that the xvimage we are creating has a correct size
965         before returning it. (#314897)
966
967 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
968
969         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
970           Give id3 and ape tag typefinders a rank slightly higher
971           than PRIMARY to ensure they're always run before any of
972           the other typefinders (in particular wav and mp3) (#324186).
973
974 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
975
976         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
977           Add support for '3IVD' fourcc (#333403).
978
979 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
980
981         * configure.ac:
982           Bump requirements to GStreamer CVS for the new error enum.
983
984         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
985           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
986           space left on the device (fixes #333352).
987
988 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
989
990         * win32/vs6:
991           add a project file for libgstvolume
992           update the workspace
993
994 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
995
996         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
997         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
998         (GST_START_TEST):
999           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
1000           Set IN_CAPS on header buffers
1001
1002 2006-03-02  Wim Taymans  <wim@fluendo.com>
1003
1004         * docs/plugins/Makefile.am:
1005         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1006         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1007         Add audioresample to docs.
1008
1009         * gst/audioconvert/gstaudioconvert.c:
1010         Add revision date.
1011
1012         * gst/audioresample/gstaudioresample.c:
1013         (gst_audioresample_base_init), (gst_audioresample_class_init),
1014         (gst_audioresample_init), (gst_audioresample_dispose),
1015         (audioresample_get_unit_size), (audioresample_transform_caps),
1016         (resample_set_state_from_caps), (audioresample_transform_size),
1017         (audioresample_set_caps), (audioresample_event),
1018         (audioresample_do_output), (audioresample_transform),
1019         (audioresample_pushthrough), (gst_audioresample_set_property),
1020         (gst_audioresample_get_property), (plugin_init):
1021         * gst/audioresample/gstaudioresample.h:
1022         Added docs.
1023         Small code cleanups.
1024
1025 2006-03-02  Wim Taymans  <wim@fluendo.com>
1026
1027         * docs/plugins/Makefile.am:
1028         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1029         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1030         Added videoscale to docs.
1031
1032         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
1033         (gst_video_rate_swap_prev), (gst_video_rate_event),
1034         (gst_video_rate_chain):
1035         Fix typo in docs.
1036
1037         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
1038         (gst_video_scale_init), (gst_video_scale_prepare_size),
1039         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
1040         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
1041         * gst/videoscale/gstvideoscale.h:
1042         Added docs, examples.
1043         Some code cleanups.
1044         Post errors instead of g_warning.
1045
1046 2006-03-02  Wim Taymans  <wim@fluendo.com>
1047
1048         * docs/libs/gst-plugins-base-libs-docs.sgml:
1049         * docs/libs/gst-plugins-base-libs-sections.txt:
1050         * docs/libs/gst-plugins-base-libs.types:
1051         * docs/plugins/Makefile.am:
1052         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1053         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1054         Added some more docs to libs and plugins.
1055
1056         * gst-libs/gst/audio/gstringbuffer.c:
1057         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
1058         * gst-libs/gst/audio/gstringbuffer.h:
1059         Document ringbuffer some more.
1060
1061         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
1062         (gst_video_rate_setcaps), (gst_video_rate_reset),
1063         (gst_video_rate_init), (gst_video_rate_flush_prev),
1064         (gst_video_rate_swap_prev), (gst_video_rate_event),
1065         (gst_video_rate_chain), (gst_video_rate_change_state):
1066         * gst/videorate/gstvideorate.h:
1067         Fix videorate to use segments.
1068         Make it work with 0/1 framerates (closes #331903)
1069         Handle EOS correctly.
1070         Added docs.
1071
1072 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
1073
1074         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
1075         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
1076         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
1077           In state change function, first chain up to parent class,
1078           then handle downwards state change stuff. Remove some
1079           commented out cruft from 0.8 code.
1080
1081 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
1082
1083         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
1084         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
1085         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
1086         (gst_ogm_parse_chain):
1087           Don't remove/re-add source pad if the new caps are the same as
1088           the old caps anyway (#333042). When removing source pad, don't
1089           unref it afterwards - we didn't ref it when adding. Sprinkle some
1090           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
1091           after using gst_pad_get_parent(). Return downstream flow return
1092           value in chain function.
1093
1094 2006-03-02  Wim Taymans  <wim@fluendo.com>
1095
1096         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1097         * docs/plugins/gst-plugins-base-plugins.args:
1098         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1099         * docs/plugins/gst-plugins-base-plugins.interfaces:
1100         * docs/plugins/gst-plugins-base-plugins.signals:
1101         Fix hierarchy, added some more elements to the docs.
1102
1103         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1104         (gst_ffmpegcsp_get_type):
1105         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
1106         Fix docs for ffmpegcolorspace.
1107
1108 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
1109
1110         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
1111         (apetag_type_find), (ape_type_find), (plugin_init):
1112           Some typefinding fine-tuning:
1113           - rank ID3/APE tags in order of preference via probabilities, so that
1114             ID3v2 > APEv2 > APEv1 > ID3v1.
1115           - three or four bytes don't really justify MAXIMUM probability,
1116             change those to 'very likely' (musepack and monkeysaudio).
1117
1118 2006-03-01  Wim Taymans  <wim@fluendo.com>
1119
1120         * docs/plugins/Makefile.am:
1121         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1122         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1123         * ext/alsa/gstalsamixer.c:
1124         * ext/alsa/gstalsamixer.h:
1125         * ext/alsa/gstalsamixerelement.c:
1126         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
1127         * ext/alsa/gstalsamixerelement.h:
1128         * ext/alsa/gstalsasink.c:
1129         * ext/alsa/gstalsasink.h:
1130         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
1131         (gst_alsasrc_init):
1132         * ext/alsa/gstalsasrc.h:
1133         Added alsa docs.
1134         Small code cleanups.
1135
1136 2006-03-01  Wim Taymans  <wim@fluendo.com>
1137
1138         * ext/theora/Makefile.am:
1139         Dist new header too,
1140
1141 2006-03-01  Wim Taymans  <wim@fluendo.com>
1142
1143         * docs/plugins/Makefile.am:
1144         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1145         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1146         * ext/gnomevfs/gstgnomevfssink.h:
1147         * ext/gnomevfs/gstgnomevfssrc.h:
1148         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1149         * ext/vorbis/vorbisdec.h:
1150         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
1151         * ext/vorbis/vorbisenc.h:
1152         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
1153         (vorbis_parse_chain), (vorbis_parse_change_state):
1154         * ext/vorbis/vorbisparse.h:
1155         * gst/audioconvert/gstaudioconvert.h:
1156         * gst/tcp/gsttcpserversink.h:
1157         * gst/videotestsrc/gstvideotestsrc.c:
1158         * gst/videotestsrc/gstvideotestsrc.h:
1159         * gst/volume/gstvolume.c:
1160         * gst/volume/gstvolume.h:
1161         Fix some more docs.
1162         Added docs for vorbisdec and vorbisparse.
1163         Fix vorbisparse.
1164
1165 2006-03-01  Wim Taymans  <wim@fluendo.com>
1166
1167         * docs/plugins/Makefile.am:
1168         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1169         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1170         * ext/pango/gstclockoverlay.h:
1171         * ext/pango/gsttextoverlay.h:
1172         * ext/pango/gsttextrender.h:
1173         * ext/pango/gsttimeoverlay.h:
1174         * ext/theora/gsttheoradec.h:
1175         * ext/theora/gsttheoraenc.h:
1176         * ext/theora/theoradec.c:
1177         * ext/theora/theoraenc.c:
1178         * gst/audioconvert/gstaudioconvert.h:
1179         * gst/audiotestsrc/gstaudiotestsrc.h:
1180         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
1181         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
1182         * gst/tcp/gstmultifdsink.h:
1183         Updated/added documentation.
1184
1185         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
1186         (gst_text_overlay_halign_get_type),
1187         (gst_text_overlay_wrap_mode_get_type),
1188         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
1189         (gst_text_overlay_init), (gst_text_overlay_set_property),
1190         (gst_text_overlay_get_property):
1191         Fix up properties to be enums instead of string to make bindings,
1192         introspection and automatic GUI creation possible.
1193         Add getters for the properties.
1194
1195 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
1196
1197         * gst/audiotestsrc/gstaudiotestsrc.c:
1198           added defines of M_PI and M_PI_2
1199         * gst/ffmpegcolorspace/avcodec.h:
1200           removed #include "stdint.h" for win32 as _stdint.h is 
1201           autogenerated to win32/common
1202         * win32/common/libgstaudio.def:
1203         * win32/common/libgsttag.def:
1204           added some exports
1205         * win32/vs6:
1206           some project files bugs corrected
1207         * win32/vs7:
1208           project files are reset to the default vs7 configuration 
1209           (they link to msvcr71.dll using default optimizations)
1210           
1211 2006-02-28  Wim Taymans  <wim@fluendo.com>
1212
1213         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
1214         Fix some docs.
1215
1216 2006-02-28  Edward Hervey  <edward@fluendo.com>
1217
1218         * ext/alsa/gstalsasrc.c:
1219         Set proper class on the ElementDetails:
1220         Source/Audio instead of Src/Audio/
1221
1222 2006-02-28  Edward Hervey  <edward@fluendo.com>
1223
1224         * gst/videoscale/vs_scanline.c:
1225         (vs_scanline_resample_nearest_RGBA):
1226         Revert optimization in videoscale. It should go in liboil and have
1227         an appropriate liboil function.
1228
1229 2006-02-28  Wim Taymans  <wim@fluendo.com>
1230
1231         * gst-libs/gst/audio/gstbaseaudiosink.c:
1232         (gst_base_audio_sink_provide_clock):
1233         Don't try to provide a clock in the NULL state.
1234
1235 2006-02-28  Wim Taymans  <wim@fluendo.com>
1236
1237         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
1238         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
1239         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1240         (gst_ogg_demux_deactivate_current_chain),
1241         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
1242         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
1243         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
1244         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
1245         Use GstSegment infrastructure to remove duplicated code
1246         and handle more seek cases correctly.
1247
1248 2006-02-28  Wim Taymans  <wim@fluendo.com>
1249
1250         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1251         (gst_ffmpegcsp_transform):
1252         Don't ignore return code from ffmpeg convert function.
1253
1254         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
1255         Split out some long statements to ease debugging.
1256
1257 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
1258
1259         * ext/libvisual/visual.c: (gst_visual_init),
1260         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
1261         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
1262         being able to renegotiate the size. Instead, use the negotiation
1263         algorithm from the goom plugin to pick an initial output caps. 
1264
1265         Also, allow theoretical libvisual plugins that might support non-GL 
1266         output even if they also do GL.
1267
1268 2006-02-26  Julien MOUTTE  <julien@moutte.net>
1269
1270         * ext/libvisual/visual.c: (gst_visual_init),
1271         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
1272         (plugin_init): Load only non GL plugins. Fix some memleaks and 
1273         possible negotiation issues.
1274
1275 2006-02-25  Julien MOUTTE  <julien@moutte.net>
1276
1277         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
1278
1279 2006-02-24  Michael Smith  <msmith@fluendo.com>
1280
1281         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
1282         (cmml_type_find), (plugin_init):
1283           Fix CMML type find function to not require a specific minor version
1284           of the CMML header.
1285
1286           Add an MPEG4 video elementary stream typefind function.
1287
1288 2006-02-04  Michael Smith  <msmith@fluendo.com>
1289
1290         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
1291         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
1292         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1293         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
1294         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
1295         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
1296           Annodex support in ogg demuxer. Doesn't do very much without the
1297           other annodex patches (to come).
1298
1299 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1300
1301         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
1302
1303         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1304           Pick up palette for MS video v1 (#327028)
1305
1306 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1307
1308         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1309         (gst_ffmpegcsp_caps_remove_format_info),
1310         (gst_ffmpegcsp_get_unit_size):
1311           The 'palette_data' field from incoming RGB caps shouldn't be
1312           proxied on outgoing YUV caps; also, restrict unit size
1313           adjustment in case of paletted data only to the unit that
1314           actually has a palette. Fixes #330711.
1315
1316 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1317
1318         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1319         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
1320         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
1321         (gst_ffmpegcsp_get_unit_size):
1322           Plug some memory leaks.
1323
1324 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1325
1326         * sys/ximage/Makefile.am:
1327         * sys/xvimage/Makefile.am:
1328           Add some _CFLAGS and _LIBS that seem to be missing
1329           and/or required for Cygwin (see #317048).
1330
1331 2006-02-22  Wim Taymans  <wim@fluendo.com>
1332
1333         * ext/alsa/gstalsasrc.c:
1334         Fix description as pointed out by caugier.
1335
1336 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
1337
1338         Reviewed by : Edward Hervey  <edward@fluendo.com>
1339
1340         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1341         (qt_type_find):
1342         Better 3gp typefinding (#331526).
1343
1344 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
1345
1346         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1347           Don't send EOS event here, the base class will send one for us.
1348
1349         * gst/playback/gstplaybasebin.c: (prepare_output):
1350           Subpictures without video stream aren't allowed either.
1351         
1352         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1353           Fix debug statement copy'n'paste-o.
1354
1355 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
1356
1357         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
1358           Fix issues with mixer keeping state when muting/unmuting
1359           and when changing the volume whilst muted (see #331763
1360           and #331765).
1361
1362 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
1363
1364         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
1365         (parse_subrip), (gst_sub_parse_format_autodetect):
1366           Set right caps given that we send escaped text. Also,
1367           honour <i></i>, <b></b> and <u></u> markers that can be found
1368           in .srt files (fixes #310202).
1369
1370 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
1371
1372         * gst-libs/gst/audio/mixerutils.c:
1373         (element_factory_rank_compare_func):
1374           Make order in which elements are tried more determinable.
1375
1376 2006-02-20  Julien MOUTTE  <julien@moutte.net>
1377
1378         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
1379         (remove_element_chain), (cleanup_decodebin),
1380         (gst_decode_bin_change_state): Make decodebin reusable by
1381         fixing remove_element_chain first and then introduce a
1382         cleaner in state change to ->NULL. (Closes #331678)
1383
1384 2006-02-19  Wim Taymans  <wim@fluendo.com>
1385
1386         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
1387         use 0666 mask when creating files so umask gets applied
1388         correctly. Fixes #331295.
1389
1390 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1391
1392         * gst/subparse/Makefile.am:
1393         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
1394         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
1395         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
1396         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
1397         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
1398         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
1399         * gst/subparse/gstssaparse.h:
1400         * gst/subparse/gstsubparse.c: (plugin_init):
1401           Add very basic parser for SSA subtitle streams (as often
1402           found in matroska files).
1403
1404 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1405
1406         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
1407           That should be text/x-pango-markup, not text/x-pango-layout.
1408
1409 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1410
1411         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
1412         Polishing.
1413
1414 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1415
1416         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1417         (gst_text_overlay_finalize), (gst_text_overlay_init),
1418         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1419         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1420         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
1421         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
1422         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
1423         Fix state change deadlock.
1424
1425 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1426
1427         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1428         (gst_text_overlay_finalize), (gst_text_overlay_init),
1429         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1430         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1431         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
1432         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
1433         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
1434         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
1435         and subtitles files.
1436
1437 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1438
1439         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
1440         should be considered as raw.
1441
1442 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1443
1444         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
1445         (cb_probe):
1446         * gst/playback/gststreaminfo.h: Introduce language informations.
1447
1448 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
1449
1450         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1451         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
1452         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1453         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
1454         Set shared memory segments to be deleted as soon as we have attached,
1455         that way they get cleaned up automatically if we crash.
1456
1457 2006-02-18  Julien MOUTTE  <julien@moutte.net>
1458
1459         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
1460         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
1461         functions are called with lock held.
1462
1463 2006-02-18  Julien MOUTTE  <julien@moutte.net>
1464
1465         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1466         (gst_text_overlay_finalize), (gst_text_overlay_init),
1467         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1468         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1469         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1470         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1471         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1472         (gst_text_overlay_change_state): Refactoring of textoverlay
1473         without collectpads. This now supports sparse subtitles coming
1474         from a demuxer instead of a sub file. Seeking is still broken 
1475         though. Need to discuss with wtay some more on how to handle
1476         seeking correctly.
1477         * ext/pango/gsttextoverlay.h:
1478         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
1479         subtitles coming from the demuxer.
1480
1481 2006-02-17  Wim Taymans  <wim@fluendo.com>
1482
1483         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
1484         (gst_vorbisenc_convert_sink):
1485         Use some more scaling functions.
1486
1487 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
1488
1489         * ext/cdparanoia/gstcdparanoiasrc.c:
1490         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
1491         (gst_cd_paranoia_paranoia_callback),
1492         (gst_cd_paranoia_src_signal_is_being_watched),
1493         (gst_cd_paranoia_src_read_sector):
1494         * ext/cdparanoia/gstcdparanoiasrc.h:
1495           Add back 'transport-error' and 'uncorrected-error' signals and
1496           make them actually be fired when bad stuff happens (#319340).
1497
1498 2006-02-17  Wim Taymans  <wim@fluendo.com>
1499
1500         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
1501         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1502         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
1503         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
1504         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
1505         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
1506         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
1507         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1508         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
1509         (gst_ring_buffer_clear):
1510         Small cleanups.
1511         Added some G_LIKELY.
1512
1513 2006-02-17  Wim Taymans  <wim@fluendo.com>
1514
1515         * gst-libs/gst/audio/TODO:
1516         Update TODO
1517
1518         * gst-libs/gst/audio/gstbaseaudiosink.c:
1519         (gst_base_audio_sink_get_offset):
1520         When trying to play samples ASAP and we don't have a
1521         previous sample, try to play at position 0 instead of
1522         an invalid position.
1523
1524 2006-02-17  Wim Taymans  <wim@fluendo.com>
1525
1526         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
1527         (gst_alsasink_reset):
1528         Also release lock when we get an error in _reset();
1529         fix an error message.
1530
1531 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1532
1533         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
1534         (gst_alsasink_init), (get_channel_free_structure),
1535         (caps_add_channel_configuration), (gst_alsasink_getcaps),
1536         (gst_alsasink_close):
1537         * ext/alsa/gstalsasink.h:
1538           Add support for more than 2 channels (#326720).
1539
1540 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1541
1542         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1543           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
1544           with 4 or 6 channels, assume a default channel layout to make things
1545           work (not sure there's anything else we can do in those cases).
1546
1547 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1548
1549         * gst-libs/gst/audio/multichannel.c:
1550           Minor docs fix.
1551
1552         * gst-libs/gst/riff/Makefile.am:
1553         * gst-libs/gst/riff/riff-ids.h:
1554         * gst-libs/gst/riff/riff-media.c:
1555         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
1556           Add support for WAVEFORMATEX, eg. PCM audio with more than two
1557           channels and a channel layout map.
1558           
1559 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
1560
1561         Reviewed by Edward Hervey  <edward@fluendo.com>
1562
1563         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
1564         C-level optimization of the RGBA nearest neighbour function.
1565         Eventually this might end up in liboil with vectorized versions.
1566
1567 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1568
1569         * gst-libs/gst/audio/multichannel.c:
1570         (gst_audio_get_channel_positions):
1571           When we have more than 2 channels, but no channel layout is
1572           specified in the caps, return some default channel layout
1573           to the caller and warn about about a possibly buggy element
1574           (could be buggy filtercaps as well of course) (#317038).
1575
1576 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1577
1578         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1579           Add gst-libs/gst/cdda to list of lib search paths.
1580
1581 2006-02-15  Andy Wingo  <wingo@pobox.com>
1582
1583         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
1584         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
1585         to the Lord Jesus that I do not have to touch the ogg muxer ever
1586         again.
1587
1588 2006-02-15  Edward Hervey  <edward@fluendo.com>
1589
1590         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1591         quicktime movie files can also contain 'uuid' atoms.
1592
1593 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
1594
1595         * gst/audioconvert/plugin.c: (plugin_init):
1596           Register the GstAudioChannelPosition enum type with the type
1597           system in the plugin_init function, so that it is known before
1598           any element actually makes use of multi-channel stuff. This is
1599           required for example if one wants to be able to deserialise/use
1600           a caps string with channel positions before any pipeline has
1601           been setup and started, like with gst-launch.
1602
1603 2006-02-14  Wim Taymans  <wim@fluendo.com>
1604
1605         * gst-libs/gst/audio/gstringbuffer.c:
1606         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
1607         (gst_ring_buffer_samples_done), (wait_segment),
1608         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
1609         Add some compiler G_(UN_)LIKELY help.
1610         SIGNAL the ringbuffer waiters when going to PAUSED as well to
1611         make sure they can exit their functions. Should fix #330748
1612
1613 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1614
1615         * Makefile.am:
1616         * configure.ac:
1617         * win32/MANIFEST:
1618         * win32/common/_stdint.h:
1619           Windows does not have long long; copy the generated _stdint.h
1620         * win32/common/interfaces-enumtypes.c:
1621         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
1622         (gst_mixer_track_flags_get_type),
1623         (gst_tuner_channel_flags_get_type):
1624         * win32/common/multichannel-enumtypes.c:
1625         (gst_audio_channel_position_get_type):
1626           update
1627
1628 2006-02-13  Wim Taymans  <wim@fluendo.com>
1629
1630         * gst-libs/gst/audio/gstbaseaudiosink.c:
1631         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
1632         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1633         Always sync on first sample we receive when starting.
1634
1635 2006-02-13  Wim Taymans  <wim@fluendo.com>
1636
1637         * gst/playback/gstplaybin.c: (gen_vis_element):
1638         Update vis bin docs.
1639         Move queue after tee so we don't queue video buffers but
1640         audio samples instead. Fixes problems where the video queue
1641         is filled and the audio queue empty.
1642
1643 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
1644
1645         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1646           No need to push an EOS event here, GstBaseSrc will do that for us
1647           when we return FLOW_UNEXPECTED.
1648           
1649 2006-02-12  Wim Taymans  <wim@fluendo.com>
1650
1651         * gst-libs/gst/audio/gstbaseaudiosink.c:
1652         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
1653         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
1654         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1655         Use scale functions when possible.
1656         Fix error messages.
1657         Free clockid when after waiting for EOS.
1658         Use G_(UN_)LIKLY when it makes sense.
1659         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
1660
1661 2006-02-12  Edward Hervey  <edward@fluendo.com>
1662
1663         * gst/playback/gstplaybasebin.c: (prepare_output): 
1664         Remove stray semi-colon (fixes #330888).
1665
1666 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
1667
1668         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
1669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1670         Fix up the XShm call testing so that we catch errors, and don't
1671         cause new ones by attempting to detach from a segment we failed
1672         to attach to. Fixes #312439.
1673
1674 2006-02-10  Edward Hervey  <edward@fluendo.com>
1675
1676         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1677         Added flv file typefind (video/x-flv).
1678
1679 2006-02-10  Edward Hervey  <edward@fluendo.com>
1680
1681         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1682         (gst_riff_create_video_template_caps):
1683         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
1684         Also added the caps to the default set of riff video caps.
1685
1686 2006-02-09  Andy Wingo  <wingo@pobox.com>
1687
1688         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
1689         time and the end time of the last packet in the page.
1690         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
1691         on the pages in our queue, set the duration as well. Reflow a
1692         debug statement.
1693         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
1694         Fixes bad muxing order.
1695
1696 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1697
1698         * gst-libs/gst/rtp/gstbasertppayload.c:
1699         (gst_basertppayload_setcaps), (gst_basertppayload_push):
1700           update seqnum before setting it on the packet; this makes sure
1701           that the timestamp and seqnum properties match after pushing
1702           a buffer
1703
1704 2006-02-09  Andy Wingo  <wingo@pobox.com>
1705
1706         * gst-libs/gst/audio/gstringbuffer.c
1707         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
1708         overflow after 13.5 hours of recording. Kapow!
1709
1710         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
1711         the buffer size -- we don't care about underrun/overrun reporting
1712         right now, just need to return a useful value.
1713
1714 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
1715
1716         * configure.ac:
1717           Back to CVS
1718
1719 === release 0.10.3 ===
1720
1721 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
1722
1723         * configure.ac:
1724           releasing 0.10.3, "Under Pressure"
1725
1726 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1727
1728         * configure.ac:
1729         Drat. Bump libtool version number for new API.
1730         Prelease 0.10.2.3 (of 0.10.3)
1731
1732 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1733
1734         * configure.ac:
1735         * win32/common/config.h:
1736         0.10.2.2 prerelease (of 0.10.3).
1737
1738 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1739
1740         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
1741           Revert Andy's newsegment change pending a more correct
1742           fix.
1743
1744 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1745
1746         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1747         (qt_type_find), (plugin_init):
1748           detect more files as 3gp
1749           group and reorder the iso file formats
1750
1751 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1752
1753         * ext/vorbis/vorbis.c: (plugin_init):
1754           Register musicbrainz tags, so apps don't have to.
1755
1756 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1757
1758         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
1759         (gst_tag_to_vorbis_tag):
1760           Make sure we called gst_tag_register_musicbrainz_tags()
1761           before possibly mapping a vorbiscomment string from/to a
1762           musicbrainz tag.
1763
1764 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1765
1766         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
1767           In case we can't find the required number of consecutive
1768           mpeg audio frames to positively identify an MPEG audio
1769           stream, check if there's at least a valid mpeg audio
1770           frame right at offset 0 and if so suggest mpeg/audio
1771           caps with a very low probability (#153004).
1772
1773 2006-02-07  Andy Wingo  <wingo@pobox.com>
1774
1775         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
1776         a TIME segment if we get timestamped buffers. Requires recent
1777         fixes in core to work properly.
1778
1779 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1780
1781         * gst/playback/gstplaybasebin.c: (prepare_output):
1782           Don't print the URI as part of the error message, it
1783           makes error dialogs look rather ugly, especially if
1784           the URI is very long or has characters in it that
1785           need escaping.
1786
1787 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1788
1789         * gst/playback/gstplaybasebin.c: (prepare_output):
1790           Error out if we have only text or subtitles, but nothing
1791           else. Also error out if we have subtitles but no video
1792           stream.
1793
1794 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1795
1796         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1797           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
1798           Post an error message on the bus when we encounter an
1799           error, which will hopefully be more meaningful than the
1800           'Internal Flow Error' message users get to see if we
1801           just return GST_FLOW_ERROR.
1802
1803 2006-02-07  Andy Wingo  <wingo@pobox.com>
1804
1805         * configure.ac (GST_MAJORMINOR): Update core version req to
1806         0.10.2.2, for the collectpads API addition (#330244).
1807
1808 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
1809
1810         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1811           Return FALSE from plugin_init() when GnomeVFS can't
1812           be initialised for some reason (#328423).
1813
1814 2006-02-06  Julien MOUTTE  <julien@moutte.net>
1815
1816         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
1817         Stick to seeking theory until i find the bug.
1818         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
1819
1820 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1821
1822         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1823         (theora_enc_finalize), (theora_enc_sink_setcaps),
1824         (theora_set_header_on_caps), (theora_enc_chain),
1825         (theora_enc_change_state):
1826         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
1827           Make theoraenc and the tests leak free. Like, really.
1828
1829 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1830
1831         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1832         (theora_enc_finalize), (theora_enc_sink_setcaps):
1833           Add a finalize method to ensure we clean up state even if
1834           someone omitted the state change back to NULL.
1835
1836         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
1837         (gst_vorbisenc_chain):
1838           Free some more leaked bits.
1839
1840         * tests/check/pipelines/theoraenc.c: (start_pipeline),
1841         (stop_pipeline):
1842           Wait for state changes to happen if they're ASYNC.
1843
1844           This ought to teach those fancy pants buildbots a lesson.
1845
1846 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1847
1848         * gst-libs/gst/tag/gstid3tag.c:
1849           Add mapping for ID3 International Standard Recording Code
1850           tag "TSRC"
1851
1852 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1853
1854         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
1855           Don't leak tag names.
1856
1857 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1858
1859         * docs/libs/gst-plugins-base-libs-docs.sgml:
1860         * docs/libs/gst-plugins-base-libs-sections.txt:
1861         * gst-libs/gst/tag/gstid3tag.c:
1862         * gst-libs/gst/tag/gstvorbistag.c:
1863         * gst-libs/gst/tag/tags.c:
1864           Split libgsttag docs into multiple sections.
1865
1866 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1867
1868         * docs/libs/Makefile.am:
1869         * docs/libs/gst-plugins-base-libs-docs.sgml:
1870         * docs/libs/gst-plugins-base-libs-sections.txt:
1871         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
1872         * gst-libs/gst/tag/gstvorbistag.c:
1873         * gst-libs/gst/tag/tag.h:
1874         * gst-libs/gst/tag/tags.c:
1875           Add libgsttag to the docs.
1876
1877 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1878
1879         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
1880         (gst_text_overlay_init), (gst_text_overlay_src_event),
1881         (gst_text_overlay_collected): Fix clockoverlay.
1882
1883 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1884
1885         * docs/libs/compiling.sgml:
1886           Fix typo: it's pkg-config, not pkg-gconfig
1887
1888         * docs/libs/gst-plugins-base-libs-docs.sgml:
1889         * docs/libs/gst-plugins-base-libs-sections.txt:
1890         * docs/libs/tmpl/gstgconf.sgml:
1891           There is no libgstgconf in 0.10, remove it
1892           from the docs.
1893
1894 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1895
1896         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
1897         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1898         (gst_text_overlay_src_event), (gst_text_overlay_collected):
1899         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1900         (gst_sub_parse_class_init), (gst_sub_parse_init),
1901         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
1902         (parse_mpsub), (parser_state_init), (handle_buffer),
1903         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
1904         * gst/subparse/gstsubparse.h: Introduce seeking code.
1905
1906 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1907
1908         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1909           Add comment about LANGUAGE tag inconsistency (we want
1910           ISO-639-1, but extract three-letter identifiers?)
1911
1912         * po/POTFILES.in:
1913           Add two translatable files.
1914
1915 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1916
1917         * gst-libs/gst/tag/Makefile.am:
1918         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1919         * gst-libs/gst/tag/tag.h:
1920         * gst-libs/gst/tag/tags.c:
1921         (gst_tag_register_musicbrainz_tags_internal),
1922         (gst_tag_register_musicbrainz_tags):
1923           Forward-port some tags stuff from the 0.8 branch. This is
1924           mostly the addition of musicbrainz tags and their mapping
1925           to vorbistags, and a vorbistag mapping of the language tag.
1926
1927 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1928
1929         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
1930         refactoring.
1931
1932 2006-02-04  David Schleef  <ds@schleef.org>
1933
1934         * ext/ogg/gstoggmux.c:
1935         * gst/typefind/gsttypefindfunctions.c:
1936           Add Dirac typefinding and add dirac format to oggmux.
1937
1938 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1939
1940         * gst/playback/gstdecodebin.c: (try_to_link_1):
1941           Don't put essential function call into
1942           g_return_*() macro, otherwise it'll all be
1943           replaced by NOOPs when compiling with
1944           G_DISABLE_CHECKS defined.
1945
1946 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
1947
1948         * ext/ogg/gstoggdemux.c:
1949         * ext/ogg/gstoggparse.c:
1950         * gst/tcp/gsttcpserversink.c:
1951         * sys/v4l/v4lsrc_calls.c:
1952         * sys/v4l/v4lsrc_calls.h:
1953         Just make it compile with --disable-gst-debug.
1954
1955 2006-02-03  Wim Taymans  <wim@fluendo.com>
1956
1957         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
1958         (gst_alsasink_class_init), (gst_alsasink_init),
1959         (gst_alsasink_write), (gst_alsasink_reset):
1960         * ext/alsa/gstalsasink.h:
1961         Add lock to protect alsa calls.
1962         Implement reset to flush samples ASAP, does not work
1963         with dmix though.
1964
1965 2006-02-02  Wim Taymans  <wim@fluendo.com>
1966
1967         * gst-libs/gst/audio/gstbaseaudiosink.c:
1968         (gst_base_audio_sink_provide_clock):
1969         Ugh.. getting late I guess...
1970
1971 2006-02-02  Wim Taymans  <wim@fluendo.com>
1972
1973         * gst-libs/gst/audio/gstbaseaudiosink.c:
1974         (gst_base_audio_sink_provide_clock),
1975         (gst_base_audio_sink_set_property),
1976         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
1977         Don't try to provide a clock when we are not negotiated since
1978         we might not be able to make it run.
1979
1980 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1981
1982         * gst/playback/gstdecodebin.c: (try_to_link_1):
1983           Unlinking two source pads is ... hard.
1984
1985 2006-02-02  Wim Taymans  <wim@fluendo.com>
1986
1987         * gst-libs/gst/audio/TODO:
1988         Updated.
1989
1990         * gst-libs/gst/audio/gstbaseaudiosink.c:
1991         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
1992         On EOS, wait till the last sample is played before posting EOS.
1993
1994 2006-02-01  Philippe Kalaf <burger at speedy dot org>
1995
1996         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1997           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
1998           setting queue_delay to zero. Also avoid thread being started if
1999           queue_delay is zero.
2000
2001 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2002
2003         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
2004           Make test work again by connecting fakesinks to each decoded pad,
2005           which makes the pipeline wait until each fakesink has a buffer
2006           queued before going to PAUSED state. At that point we know the
2007           decodebin pads are negotiated.
2008
2009 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2010
2011         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
2012         (gst_cdda_base_src_handle_event):
2013         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
2014           Pass unhandled queries to the parent class's query function.
2015
2016 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2017
2018         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
2019         (gst_ogg_pad_src_query):
2020         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
2021         * ext/theora/theoradec.c: (theora_dec_src_query),
2022         (theora_dec_sink_query):
2023         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2024         (vorbis_dec_sink_query):
2025         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
2026         (gst_vorbisenc_sink_query):
2027         * gst/adder/gstadder.c: (gst_adder_query):
2028           Pass unhandled queries upstream instead of just
2029           dropping them (#326447). Also, fix supported
2030           query types list for some elements.
2031
2032 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2033
2034         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
2035         (paris_type_find), (ilbc_type_find), (plugin_init):
2036           Fix typefinding for audio/x-au, audio/x-paris and
2037           audio/iLBC-sh. We cannot use the START_WITH macros
2038           here, because there can only be one typefind factory
2039           with the same name (caps), so the second one would
2040           replace the first one and the first one would never
2041           be called when doing typefinding (see #161712).
2042           
2043
2044 2006-01-31  Wim Taymans  <wim@fluendo.com>
2045
2046         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
2047         (vorbis_handle_header_packet), (vorbis_dec_push),
2048         (vorbis_handle_data_packet):
2049         Use scale_int when we can, add some more scaling.
2050         Check packettype before parsing it.
2051
2052 2006-01-31  Wim Taymans  <wim@fluendo.com>
2053
2054         * ext/theora/theoradec.c: (_theora_granule_time),
2055         (theora_dec_src_convert), (theora_dec_sink_convert):
2056         Call right _scale functions.
2057         Use parameter instead of some other random value.
2058
2059 2006-01-31  Wim Taymans  <wim@fluendo.com>
2060
2061         * ext/theora/theoradec.c: (_theora_granule_frame),
2062         (_theora_granule_time), (_inc_granulepos),
2063         (theora_dec_src_convert), (theora_dec_sink_convert),
2064         (theora_handle_type_packet), (theora_handle_data_packet),
2065         (theora_dec_chain):
2066         Use higher precision timestamps calculation.
2067         Convert some other conversions to _scale.
2068
2069 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
2070
2071         * gst/audiotestsrc/gstaudiotestsrc.c:
2072         (gst_audio_test_src_create_sine_table), (plugin_init):
2073         * gst/volume/gstvolume.c: (plugin_init):
2074           initialize gst_controller before using
2075
2076 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
2077
2078         * tests/check/pipelines/theoraenc.c:
2079         * tests/check/pipelines/vorbisenc.c:
2080         Define constant using G_GINT64_CONSTANT to avoid errors when
2081         passing it around - otherwise it gets truncated to 32 bits.
2082
2083         Fixes failing tests.
2084
2085 2006-01-31  Andy Wingo  <wingo@pobox.com>
2086
2087         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
2088         caps being set doesn't have a framerate value. Basically a stopgap
2089         measure.
2090
2091         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
2092         technically correct enough to put into core though.
2093         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
2094         DURATION. Fixes theoraenc ! oggmux.
2095
2096         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
2097         fraction, not double.
2098
2099 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
2100
2101         * win32/vs7:
2102         add vs7 project files created by Sergey Scobich
2103
2104 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
2105
2106         * win32/vs8:
2107         add vs8 project files created by Sergey Scobich
2108         
2109 2006-01-30  Andy Wingo  <wingo@pobox.com>
2110
2111         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
2112         timestamp + duration, not just timestamp -- ogg pages should be
2113         ordered by stop time. Necessary fix given the change in vorbis
2114         timestamps.
2115
2116         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
2117         (gst_theora_enc_init): Pull the granule shift out of the encoder.
2118         (granulepos_add): New function, handles the messiness of adjusting
2119         granulepos values.
2120         (theora_buffer_from_packet):
2121         (theora_enc_chain):
2122         (theora_enc_sink_event): Use granulepos_add, not +.
2123
2124         * tests/check/pipelines/theoraenc.c
2125         (check_buffer_granulepos_from_starttime): Just check the frame
2126         count, not the actual granulepos -- we can't dictate to the
2127         encoder when it should be placing keyframes.
2128
2129 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2130
2131         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
2132           SERVICE_NOT_AVAILABLE happens for example when you're trying to
2133           play an http:// stream from a server that's not serving
2134
2135 2006-01-30  Andy Wingo  <wingo@pobox.com>
2136
2137         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
2138         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
2139         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
2140         available.
2141
2142         * ext/theora/gsttheoraenc.h:
2143         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
2144         although theoraenc was timestamping correctly. Added handling of
2145         streams that start with nonzero timestamps.
2146
2147         * tests/check/Makefile.am:
2148         * tests/check/pipelines/theoraenc.c: New file, basically does same
2149         tests as vorbisenc.
2150
2151         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
2152
2153 2006-01-30  Wim Taymans  <wim@fluendo.com>
2154
2155         * gst-libs/gst/audio/gstaudiosink.c:
2156         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
2157         (gst_audioringbuffer_pause):
2158         Implement pause that does not wait for completion.
2159
2160         * gst-libs/gst/audio/gstbaseaudiosink.c:
2161         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2162         Don't drop buffers when going to PAUSED but perform preroll on
2163         remaining samples now that core base class supports this.
2164
2165         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
2166         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
2167         (gst_ring_buffer_commit):
2168         Pause should not signal waiters.
2169         Implement return value of _commit correctly.
2170
2171 2006-01-30  Andy Wingo  <wingo@pobox.com>
2172
2173         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
2174
2175         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
2176         updated to timestamp from the first sample, not the last.
2177         (gst_vorbisenc_buffer_from_header_packet): New function, takes
2178         special care of granulepos and timestamp for header packets.
2179         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
2180         when the first buffer has a nonzero timestamp.
2181
2182         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
2183         (GstVorbisEnc.subgranule_offset): New members. Take care of the
2184         case when the first audio buffer we get has a nonzero timestamp.
2185         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
2186         properly timestamp vorbis buffers with the time of the first
2187         sample, not the last.
2188         
2189         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
2190         vorbis_granule_time_copy -- now it takes the granule/subgranule
2191         offset into account.
2192
2193         * tests/check/pipelines/vorbisenc.c: New test for correctness of
2194         timestamps, durations, and granulepos on buffers produced by
2195         vorbisenc.
2196
2197 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
2198
2199         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2200         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
2201           Patch from Eric Jonas to support conversions to/from UYVY 
2202           (Fixes: #324626)
2203
2204 2006-01-30  Julien MOUTTE  <julien@moutte.net>
2205
2206         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
2207         (setup_subtitle), (setup_source), (set_active_source):
2208         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
2209         (gen_text_element), (gen_audio_element), (gen_vis_element),
2210         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
2211
2212 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
2213
2214         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
2215         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
2216                 use gst_guint64_to_gdouble to be compliant with vs6
2217         * gst/playback/gstdecodebin.c: (try_to_link_1)
2218         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
2219                 use G_GINT64_CONSTANT for int64 constants
2220         * win32/common/libgstinterfaces.def:
2221                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
2222         * win32/vs6:
2223                 update and add new project files
2224                 
2225 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2226
2227         * Makefile.am:
2228         * win32/MANIFEST:
2229         * win32/common/interfaces-enumtypes.c:
2230         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
2231         (gst_mixer_track_flags_get_type),
2232         (gst_tuner_channel_flags_get_type):
2233         * win32/common/interfaces-enumtypes.h:
2234         * win32/common/multichannel-enumtypes.c:
2235         (gst_audio_channel_position_get_type):
2236         * win32/common/multichannel-enumtypes.h:
2237           add a win32-update rule like in core, and copy over enumtypes files
2238
2239 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2240
2241         * win32/MANIFEST:
2242         * win32/common/config.h:
2243         * win32/common/config.h.in:
2244           add config files just like in core
2245
2246 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
2247
2248         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
2249           Make gcc-4.1 happy (part of #327357).
2250
2251 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2252
2253         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
2254         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
2255         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
2256         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
2257         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
2258         (gst_alsasrc_unprepare), (gst_alsasrc_read):
2259           Update all error messages.  All of them should either use
2260           the default translated message, or actually provide a
2261           translatable string.
2262           Make the string for channel count problems meaningful.
2263
2264 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2265
2266         * sys/v4l/v4l_calls.c: (gst_v4l_open):
2267           check for and throw RESOURCE_BUSY
2268
2269 2006-01-27  David Schleef  <ds@schleef.org>
2270
2271         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
2272           checked in this change -- it requires liboil features not
2273           in 0.3.6.  Revert parts.
2274
2275 2006-01-27  David Schleef  <ds@schleef.org>
2276
2277         * REQUIREMENTS:
2278         * configure.ac: update liboil requirement to 0.3.6
2279         * gst/videoscale/Makefile.am:
2280         * gst/videoscale/vs_scanline.c: liboilify
2281
2282 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
2283
2284         * ext/libvisual/visual.c: (get_buffer):
2285           When pad_alloc returns a GstFlowReturn other
2286           than GST_FLOW_OK, make sure it is passed upstream.
2287
2288 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
2289
2290         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
2291         (gst_alsasink_class_init):
2292           Free the device name string.
2293
2294         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2295         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
2296         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
2297           Don't remove a pad from the collectpads structure until it
2298           is released - it's a request pad, and may receive data again
2299           if the element gets moved back to PLAYING state.
2300
2301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2302           Ensure we turn on double buffering on the Xv port, and
2303           set the colour key to something dark and mysterious that
2304           isn't black.
2305
2306 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2307
2308         * ext/alsa/gstalsaplugin.c: (plugin_init):
2309         * ext/cdparanoia/gstcdparanoiasrc.c:
2310         (gst_cd_paranoia_src_base_init), (plugin_init):
2311         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
2312         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
2313           - a library should not call setlocale. see "Libraries" node in
2314             gettext manual
2315           - make sure all plugins that use translation do bindtextdomain
2316             to point to the localedir
2317         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
2318         (setup_sinks), (plugin_init):
2319           all this, and check for NULL when creating sinks
2320
2321 2006-01-27  Julien MOUTTE  <julien@moutte.net>
2322
2323         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
2324         (plugin_init): Make typefinding of subtitles work again.
2325
2326 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
2327
2328         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2329         (mp3_type_frame_length_from_header), (mp3_type_find),
2330         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
2331         (plugin_init):
2332           Backport a bunch of typefinding fixes from the 0.8 branch.
2333           Also, improve wavpack typefinding: if we can't peek the
2334           entire wavpack block, try to parse the bits we can get and
2335           see if we find what we're looking for in those.
2336
2337 2006-01-26  Julien MOUTTE  <julien@moutte.net>
2338
2339         * sys/ximage/ximagesink.c:
2340         (gst_ximagesink_calculate_pixel_aspect_ratio):
2341         * sys/xvimage/xvimagesink.c:
2342         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
2343         more cases of pixel aspect ratio.
2344
2345 2006-01-26  Edward Hervey  <edward@fluendo.com>
2346
2347         * gst/playback/gstdecodebin.c: (pad_probe):
2348         Also consider the flush-start and tag events as unblockers
2349         for the pad probes.
2350
2351 2006-01-26  Julien MOUTTE  <julien@moutte.net>
2352
2353         * gst/playback/gstplaybin.c: (gst_play_bin_init),
2354         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
2355         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
2356         On the fly visualisation switch, works disabling, enabling as
2357         well but it won't be able to enable vis in a playbin that was
2358         created with no visualisation.
2359
2360 2006-01-25  Wim Taymans  <wim@fluendo.com>
2361
2362         * gst-libs/gst/audio/gstbaseaudiosink.c:
2363         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2364         Undo previous commit that returned WRONG_STATE sooner, it breaks 
2365         resume after pause.
2366
2367 2006-01-25  Wim Taymans  <wim@fluendo.com>
2368
2369         * gst-libs/gst/audio/gstbaseaudiosink.c:
2370         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
2371         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
2372         Improve debugging.
2373         Post error when caps cannot be parsed.
2374         Resync on discontinuity in the stream.
2375         Clip samples to segment boundaries.
2376         return WRONG_STATE sooner when we are flushing.
2377
2378         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
2379         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
2380         Make audiosrc operate in TIME.
2381         Set TIMESTAMP and DURATION on buffers.
2382
2383 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
2384
2385         * tests/examples/seek/seek.c: (main):
2386           Output tag messages as well.
2387
2388 2006-01-23  Edward Hervey  <edward@fluendo.com>
2389
2390         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2391         (free_pad_probes), (remove_fakesink), (pad_probe),
2392         (close_pad_link), (gst_decode_bin_change_state):
2393         Replace GstPadBlockCallback with pad probes that detect
2394         first buffer AND eos before removing fakesink.
2395         Fixes hang with demuxers doing EOS while pre-rolling.
2396         Solves #328279
2397
2398 2006-01-23  Andy Wingo  <wingo@pobox.com>
2399
2400         * ext/alsa/gstalsasink.c:
2401         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2402         (gst_base_rtp_depayload_setcaps),
2403         (gst_base_rtp_depayload_add_to_queue),
2404         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
2405         
2406         Patch by: Jens Granseuer <jensgr at gmx dot net>
2407
2408 2006-01-22  Julien MOUTTE  <julien@moutte.net>
2409
2410         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
2411         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2412         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
2413         frames. We might get a frame destroyed after changing state to
2414         NULL, adding a safety check on xcontext.
2415
2416 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
2417
2418         * gst-libs/gst/interfaces/xoverlay.c:
2419           Fix prepare-xwindow-id code example in the docs - we need to
2420           ignore all messages that aren't element messages as well.
2421           
2422 2006-01-21  Julien MOUTTE  <julien@moutte.net>
2423
2424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2425           I think one day i'll completely undestand how caps negotiation
2426           is supposed to work. This refactoring handles buffer_alloc
2427           called with caps we can't handle. We definitely don't want a
2428           set_caps with those caps, so we define and allocate a buffer
2429           we would like to receive.
2430
2431 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
2432
2433         * gst/playback/gstplaybasebin.c: (setup_source):
2434           Free iterator when done.
2435
2436 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
2437
2438         * gst-libs/gst/audio/gstbaseaudiosink.c:
2439         (gst_base_audio_sink_render):
2440           Fix playback of non-synchronised streams by assuming a rate
2441           of 1.0 instead of a random one.
2442
2443           Makes this work again:
2444
2445           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
2446           endianness=(int)4321, signed=(boolean)true, width=(int)16,
2447           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
2448           audioresample ! alsasink
2449
2450 === release 0.10.2 ===
2451
2452 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
2453
2454         * configure.ac:
2455           releasing 0.10.2, "Then the devil is six"
2456
2457 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
2458
2459         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2460         * gst/playback/gststreamselector.c:
2461         (gst_stream_selector_set_property):
2462           Comment out broken code that connects to the state-changed signal.
2463           At this point, changing current stream selection is broken, but 
2464           stuff like gst-launch playbin current-audio=1 works and filters
2465           to the chosen stream.
2466
2467 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2468
2469         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
2470           Fix #327216 (null dereference in vorbisdec)
2471
2472 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
2473
2474         * ext/theora/theoradec.c: (theora_handle_comment_packet):
2475           Post taglist actually on bus instead of just freeing it
2476           (fixes #327114 and totem bug #327080).
2477
2478         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
2479           Use gst_element_found_tags_for_pad(), so that the tags
2480           are sent downstream as an event as well.
2481
2482 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2483
2484         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2485         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
2486         (gst_ximagesink_buffer_alloc):
2487         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
2488         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
2489         (gst_xvimagesink_buffer_alloc):
2490           move all regularly occurring messages to GST_LOG level
2491           add some more object logs
2492
2493 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2494
2495         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
2496           fix a silly segfault
2497
2498 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
2499
2500         * docs/libs/gst-plugins-base-libs-docs.sgml:
2501         * docs/libs/gst-plugins-base-libs-sections.txt:
2502         * gst-libs/gst/audio/mixerutils.c:
2503         * gst-libs/gst/audio/mixerutils.h:
2504           Add docs for mixerutils stuff.
2505
2506 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
2507
2508         * gst/playback/gstplaybasebin.c: (setup_source):
2509           Fix playback for sources that emit raw audio or
2510           raw video streams (e.g.: cd audio sources) (#325984).
2511
2512 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2513
2514         * gst-libs/gst/audio/mixerutils.c:
2515         (gst_audio_mixer_filter_do_filter):
2516           actually save the element we create
2517
2518 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
2519
2520         * gst-libs/gst/cdda/gstcddabasesrc.c:
2521         (gst_cdda_base_src_handle_track_seek):
2522           No need to post a tag message on the bus when seeking
2523           within the same track, only post it when the current
2524           track changes.
2525
2526 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2527
2528         * gst/playback/gstplaybasebin.c: (group_destroy),
2529         (probe_triggered), (new_decoded_pad), (mute_group_type),
2530         (set_active_source):
2531         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2532         * gst/playback/gststreamselector.c:
2533         (gst_stream_selector_base_init),
2534         (gst_stream_selector_set_property),
2535         (gst_stream_selector_request_new_pad):
2536           Reenable stream selection. These mechanisms need a complete overhaul
2537           in the face of 0.8->0.10 changes though.
2538
2539 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2540
2541         * ext/ogg/gstoggdemux.c:
2542           Change the pad template to src_%d to match the pads that 
2543           are created from it. decodebin needs this information in order
2544           to decide that oggdemux is capable of producing multiple pads
2545           (and hence needs queues inserted).
2546
2547         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2548         (gst_ogg_mux_collected):
2549           Make debug output more useful by using GST_PTR_FORMAT.
2550
2551 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2552
2553         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2554
2555         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
2556           Set depth and width for alaw/mulaw (fixes #326601).
2557
2558 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2559
2560         * tests/icles/Makefile.am:
2561           don't build the tests if we don't have the libs
2562
2563 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2564
2565         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
2566         (gst_cd_paranoia_paranoia_callback):
2567           Don't try to free NULL pointers.
2568
2569 2006-01-10  Edward Hervey  <edward@fluendo.com>
2570
2571         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
2572         (gst_audio_rate_change_state), (plugin_init):
2573         Add debugging category.
2574         Fix type issues.
2575         Add case for incoming buffers without valid offset/offset_end.
2576
2577 2006-01-10  Michael Smith  <msmith@fluendo.com>
2578
2579         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
2580           Don't leak GCond in audio sources.
2581
2582 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
2583
2584         * gst/playback/gstplaybin.c: (gen_audio_element):
2585           Don't leak an autoaudiosink/alsasink when we generate
2586           a new audio element. (old code, I guess)
2587
2588 2006-01-10  Michael Smith  <msmith@fluendo.com>
2589
2590         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
2591           Support float audio in audiorate.
2592           Use width rather than depth for selecting sample width.
2593
2594 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2595
2596         * gst/videotestsrc/videotestsrc.h:
2597           Use GLib types here (that way we don't have to include the
2598           generated _stdint.h header, which makes life easier for win32
2599           folks that don't use autotools for the build) (#325990, patch
2600           by: Sergey Scobich).
2601
2602 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2603
2604         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2605         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2606         (gst_ring_buffer_pause), (wait_segment):
2607         * gst-libs/gst/audio/gstringbuffer.h:
2608           Name (private) union, makes Forte compiler happy (this time
2609           for real) (#324900).
2610
2611 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2612
2613         * gst-libs/gst/audio/Makefile.am:
2614           Link against libgstinterfaces, needed for mixer
2615           and property probe stuff.
2616
2617 2006-01-09  Edward Hervey  <edward@fluendo.com>
2618
2619         * gst-libs/gst/Makefile.am:
2620
2621 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2622
2623         * gst-libs/gst/audio/Makefile.am:
2624         * gst-libs/gst/audio/mixerutils.c:
2625         (gst_audio_mixer_filter_do_filter),
2626         (gst_audio_mixer_filter_check_element),
2627         (gst_audio_mixer_filter_probe_feature),
2628         (element_factory_rank_compare_func),
2629         (gst_audio_default_registry_mixer_filter):
2630         * gst-libs/gst/audio/mixerutils.h:
2631           Add gst_audio_default_registry_mixer_filter() utility
2632           function.
2633
2634 2006-01-03  Michael Smith  <msmith@fluendo.com>
2635
2636         * gst/audioresample/resample.h:
2637           As before, but for o_buf
2638
2639 2006-01-03  Michael Smith  <msmith@fluendo.com>
2640
2641         * gst/audioresample/resample.h:
2642           Declare struct _ResampleState.buffer as unsigned char *, not void *,
2643           since we do arithmetic on it.
2644
2645 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
2646
2647         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2648         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2649         (gst_ring_buffer_pause), (wait_segment):
2650         * gst-libs/gst/audio/gstringbuffer.h:
2651           Sun's Forte compiler doesn't seem to like anonymous structs,
2652           so use same setup as in GstBaseSrc (fixes #324900).
2653
2654 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
2655
2656         * configure.ac:
2657         * gst/volume/Makefile.am:
2658         * gst/volume/demo.c:
2659           move old example to tests/examples/volume/volune.c
2660         * tests/examples/Makefile.am:
2661         * tests/examples/seek/seek.c: (main):
2662           change window-close event from "delete-event" to "destroy"
2663         * tests/examples/volume/Makefile.am:
2664         * tests/examples/volume/volume.c: (value_changed_callback),
2665         (setup_gui), (message_received), (eos_message_received), (main):
2666           fix event handling and bus usage
2667
2668 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
2669
2670         * gst/audiotestsrc/gstaudiotestsrc.c:
2671         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
2672         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
2673         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
2674         (gst_audio_test_src_create_square),
2675         (gst_audio_test_src_create_saw),
2676         (gst_audio_test_src_create_triangle),
2677         (gst_audio_test_src_create_silence),
2678         (gst_audio_test_src_create_white_noise),
2679         (gst_audio_test_src_create_pink_noise),
2680         (gst_audio_test_src_init_sine_table),
2681         (gst_audio_test_src_create_sine_table),
2682         (gst_audio_test_src_change_wave),
2683         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
2684         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
2685         * gst/audiotestsrc/gstaudiotestsrc.h:
2686           update to basesrc changes, implement segmented seeking and eos
2687           handling, add a 'sine-tab' waveform for performance critical playback
2688
2689 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2690
2691         * po/POTFILES.in:
2692           ... and this time the other modified file that I missed last time.
2693
2694 2005-12-29  Michael Smith  <msmith@fluendo.com>
2695
2696         * gst/playback/gstdecodebin.c: (new_pad):
2697           Fix non-C89 variable declaration not at the start of a block. Should
2698           help some compilers.
2699
2700 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2701
2702         * tests/check/Makefile.am:
2703           And now fix 'make distcheck' (builddir != srcdir)
2704
2705 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2706
2707         * configure.ac:
2708         * ext/cdparanoia/Makefile.am:
2709         * ext/cdparanoia/gstcdparanoia.c:
2710         * ext/cdparanoia/gstcdparanoia.h:
2711         * ext/cdparanoia/gstcdparanoiasrc.c:
2712         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
2713         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
2714         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
2715         (gst_cd_paranoia_paranoia_callback),
2716         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
2717         (gst_cd_paranoia_src_set_property),
2718         (gst_cd_paranoia_src_get_property), (plugin_init):
2719         * ext/cdparanoia/gstcdparanoiasrc.h:
2720           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
2721           plugin again (there are still fixes required to playbin to make
2722           cdda:// uris work there).
2723
2724 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2725
2726         * tests/check/Makefile.am:
2727           Fix test case compilation.
2728
2729 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2730
2731         * gst-libs/gst/cdda/gstcddabasesrc.c:
2732         (gst_cdda_base_src_update_duration),
2733         (gst_cdda_base_src_calculate_cddb_id):
2734           An integer is not a string. Fix access to uninitialised variable.
2735
2736         * tests/check/Makefile.am:
2737           Add cddabasesrc unit test; also actually enable the vorbis test.
2738
2739         * tests/check/generic/states.c:
2740           Blacklist new cd audio elements as well.
2741
2742         * tests/check/libs/cddabasesrc.c:
2743           Unit test for GstCddaBaseSrc (discid calculation mostly).
2744
2745 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2746
2747         * docs/libs/Makefile.am:
2748         * docs/libs/gst-plugins-base-libs-docs.sgml:
2749         * docs/libs/gst-plugins-base-libs-sections.txt:
2750         * docs/libs/gst-plugins-base-libs.types:
2751           Add docs for libgstcdda/GstCddaBaseSrc.
2752
2753         * gst-libs/gst/interfaces/mixertrack.h:
2754           Do one struct member per line with a semicolon at the end, that way
2755           even gtk-doc might parse it without complaining.
2756
2757 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2758
2759         * configure.ac:
2760         * gst-libs/gst/Makefile.am:
2761         * gst-libs/gst/cdda/Makefile.am:
2762         * gst-libs/gst/cdda/base64.c:
2763         * gst-libs/gst/cdda/base64.h:
2764         * gst-libs/gst/cdda/gstcddabasesrc.c:
2765         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
2766         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
2767         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
2768         (gst_cdda_base_src_get_property),
2769         (gst_cdda_base_src_get_track_from_sector),
2770         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
2771         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
2772         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
2773         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
2774         (gst_cdda_base_src_uri_get_protocols),
2775         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
2776         (gst_cdda_base_src_uri_handler_init),
2777         (gst_cdda_base_src_setup_interfaces),
2778         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
2779         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
2780         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
2781         (gst_cdda_base_src_add_tags),
2782         (gst_cdda_base_src_add_index_associations),
2783         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
2784         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
2785         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
2786         (gst_cdda_base_src_create):
2787         * gst-libs/gst/cdda/gstcddabasesrc.h:
2788         * gst-libs/gst/cdda/sha1.c:
2789         * gst-libs/gst/cdda/sha1.h:
2790           Add new libgstcdda with GstCddaBaseSrc class.
2791
2792 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2793
2794         * ext/gnomevfs/gstgnomevfssink.h:
2795           Use GstBaseSinkClass as parent_class member for class struct, not
2796           GstBaseSink.
2797
2798 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2799
2800         Patch by: Michael Benes
2801
2802         * gst/videotestsrc/gstvideotestsrc.c:
2803         (gst_video_test_src_class_init), (gst_video_test_src_start):
2804           Add start method to reset running time and number of frames sent
2805           when starting up (fixes #324696)
2806
2807 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2808
2809         * docs/plugins/Makefile.am:
2810         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2811         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2812         * docs/plugins/gst-plugins-base-plugins.args:
2813         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2814         * docs/plugins/gst-plugins-base-plugins.signals:
2815           Add docs stuff for gnomevfssrc and gnomevfssink.
2816
2817         * ext/gnomevfs/gstgnomevfssrc.c:
2818           Fix example pipeline in gtk-doc blurb.
2819
2820 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2821
2822         * ext/gnomevfs/Makefile.am:
2823         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
2824         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
2825         (gst_gnome_vfs_handle_get_type), (plugin_init):
2826         * ext/gnomevfs/gstgnomevfs.h:
2827         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
2828         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
2829         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
2830         (gst_gnome_vfs_sink_set_property),
2831         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
2832         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
2833         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
2834         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
2835         (gst_gnome_vfs_sink_uri_get_type),
2836         (gst_gnome_vfs_sink_uri_get_protocols),
2837         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
2838         (gst_gnome_vfs_sink_uri_handler_init):
2839         * ext/gnomevfs/gstgnomevfssink.h:
2840           Port gnomevfssink; add gtk-doc blurb.
2841
2842         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
2843         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
2844         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
2845         (gst_gnome_vfs_src_uri_get_type),
2846         (gst_gnome_vfs_src_uri_get_protocols),
2847         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
2848         (gst_gnome_vfs_src_uri_handler_init),
2849         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
2850         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
2851         (gst_gnome_vfs_src_send_additional_headers_callback),
2852         (gst_gnome_vfs_src_received_headers_callback),
2853         (gst_gnome_vfs_src_push_callbacks),
2854         (gst_gnome_vfs_src_pop_callbacks),
2855         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
2856         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
2857         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2858         * ext/gnomevfs/gstgnomevfssrc.h:
2859           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
2860           file; add gtk-doc blurb with example pipelines.
2861
2862 === release 0.10.1 ===
2863
2864 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
2865
2866         * configure.ac:
2867           releasing 0.10.1, "Dobro Dedek"
2868
2869 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
2870
2871         * gst/typefind/gsttypefindfunctions.c:
2872         iLBC30 and iLBC20 added to typefind.
2873
2874 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2875
2876         * gst-libs/gst/audio/gstbaseaudiosink.c:
2877         (gst_base_audio_sink_class_init):
2878         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2879         (gst_base_audio_src_class_init):
2880           update strings, values are in microseconds
2881           change the default sink buffer time to something that is smaller
2882           (to help software volume mixing have a slightly lower delay) but
2883           still be acceptable on Wim's laptop
2884
2885 2005-12-20  Edward Hervey  <edward@fluendo.com>
2886
2887         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
2888         Made a quack, forgot to add DUCK to the riff video template.
2889
2890 2005-12-19  Edward Hervey  <edward@fluendo.com>
2891
2892         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
2893         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
2894         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2895         (gst_ogm_parse_chain):
2896         Make sure pads are initialized correctly.
2897         * gst-libs/gst/riff/riff-ids.h:
2898         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2899         (gst_riff_create_video_template_caps):
2900         Add a whole bunch of FOURCC <=> MimeType.
2901         Extend the riff video pad template to support the newly added fourcc.
2902
2903 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
2904
2905         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
2906         (gst_ogg_demux_activate_chain):
2907           Extra debug output when activating/deactivating chains.
2908
2909         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2910         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
2911         (unlinked):
2912           Remove a queue from our list when it becomes unlinked.
2913           Don't add queues to elements in class 'Demux' if they
2914           can only produce one pad 
2915
2916 2005-12-18  Julien MOUTTE  <julien@moutte.net>
2917
2918         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
2919         (gst_video_sink_get_type): Add a debug category.
2920
2921 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2922
2923         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2924         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
2925           Handle downstream newsegment by sending our own newsegment before the
2926           next buffer to be released. (#323900)
2927
2928 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2929
2930         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2931         (gst_base_rtp_depayload_set_gst_timestamp):
2932           add queue delay to new segment as well (as opposed to just the first
2933           buffer). (bug #322347)
2934
2935 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
2936
2937         * ext/libvisual/visual.c: (make_valid_name):
2938           change some char* into char[]
2939         * gst/audiotestsrc/gstaudiotestsrc.c:
2940         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
2941         (gst_audio_test_src_create):
2942         * gst/audiotestsrc/gstaudiotestsrc.h:
2943           prepare to handle EOS and SEGMENT_DONE
2944
2945 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2946
2947         * tests/check/generic/states.c: (GST_START_TEST):
2948           Blacklist cdparanoia element in state test.
2949
2950 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2951
2952           Patch by: Benjamin Pineau
2953
2954         * gst/tcp/gsttcp.c:
2955         * gst/tcp/gsttcpclientsink.c:
2956         * gst/tcp/gsttcpserversink.c:
2957         * gst/tcp/gsttcpserversrc.c:
2958           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
2959
2960 2005-12-15  Michael Smith  <msmith@fluendo.com>
2961
2962         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
2963         (gst_video_rate_chain):
2964           Fix timestamping for videorate when the first buffer it sees has a
2965           non-zero timestamp. Fix some misleading debug output.
2966
2967 2005-12-15  Michael Smith  <msmith@fluendo.com>
2968
2969         * gst/audioresample/gstaudioresample.c:
2970           Don't leak all input buffers to audioresample.
2971
2972 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2973
2974         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
2975           Don't operate on empty text buffers. Strip newlines and
2976           tabs only from the end of the text, but leave them intact
2977           in the middle. Fix typo in gtk-doc description.
2978
2979 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2980
2981         * gst/playback/gstplaybasebin.c:
2982         * gst/playback/gstplaybin.c: (handoff):
2983           Make sure the video frame buffer we return to apps via the
2984           "frame" property always has caps set on it. Modify
2985           _gst_gvalue_set_object() macro to handle NULL objects
2986           gracefully too.
2987
2988 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
2989
2990         * gst/audiotestsrc/gstaudiotestsrc.c:
2991         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
2992         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
2993         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
2994         (gst_audio_test_src_create):
2995         * gst/audiotestsrc/gstaudiotestsrc.h:
2996         Adjust to some recent api changes and add wtays new cool seeking
2997         capabillities
2998
2999 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
3000
3001         * ext/alsa/Makefile.am:
3002         * ext/alsa/gstalsadeviceprobe.c:
3003         * ext/alsa/gstalsadeviceprobe.h:
3004           Helper functions to add device probing via the GstPropertyProbe
3005           interface to a class.
3006
3007         * ext/alsa/gstalsamixer.h:
3008           Comment out GST_ALSA_MIXER, it returns a struct that's not
3009           used.
3010
3011         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3012           Add some debug info. 
3013
3014         * ext/alsa/gstalsamixerelement.c:
3015         (gst_alsa_mixer_element_interface_supported),
3016         (gst_implements_interface_init),
3017         (gst_alsa_mixer_element_init_interfaces),
3018         (gst_alsa_mixer_element_class_init),
3019         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
3020         (gst_alsa_mixer_element_set_property),
3021         (gst_alsa_mixer_element_get_property),
3022         (gst_alsa_mixer_element_change_state):
3023         * ext/alsa/gstalsamixerelement.h:
3024           Add 'device' and 'device-name' properties. Add GstPropertyProbe
3025           for device handling (gnome-volume-control will need that).
3026
3027 2005-12-12  Christian Schaller  <uraeus@gnome.org>
3028
3029         * ext/Makefile.am: fix cdparanoia entry
3030         * gst-plugins-base.spec.in: add cdparanoia
3031
3032 2005-12-12  Michael Smith  <msmith@fluendo.com>
3033
3034         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
3035           Use the correct function to free list of typefind factories.
3036
3037 2005-12-12  Wim Taymans  <wim@fluendo.com>
3038
3039         * gst/videotestsrc/gstvideotestsrc.c:
3040         (gst_video_test_src_class_init), (gst_video_test_src_init),
3041         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
3042         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
3043         (gst_video_test_src_create):
3044         * gst/videotestsrc/gstvideotestsrc.h:
3045         Implement seeking in videotestsrc.
3046         Small cleanups.
3047
3048 2005-12-12  Wim Taymans  <wim@fluendo.com>
3049
3050         * ext/cdparanoia/Makefile.am:
3051         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
3052         (gst_paranoia_endian_get_type), (_do_init),
3053         (cdparanoia_class_init), (cdparanoia_init),
3054         (cdparanoia_set_property), (cdparanoia_get_property),
3055         (cdparanoia_do_seek), (cdparanoia_is_seekable),
3056         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
3057         (cdparanoia_convert), (cdparanoia_get_query_types),
3058         (cdparanoia_query), (cdparanoia_set_index),
3059         (cdparanoia_uri_set_uri):
3060         * ext/cdparanoia/gstcdparanoia.h:
3061         Partially ported cdparanoia now that basesrc can support a
3062         plugin like this..
3063
3064 2005-12-12  Wim Taymans  <wim@fluendo.com>
3065
3066         * tests/examples/seek/scrubby.c: (main):
3067         Set higher priority for bus events so they don't get reordered with
3068         gtk gui events.
3069
3070         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
3071         (flush_toggle_cb), (main):
3072         Added checkbox to disable flushing seeks. 
3073         Disable scrubbing when doing non flushing seeks.
3074
3075 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
3076
3077         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
3078         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
3079         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
3080         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
3081           Implement some sort of event handling that doesn't rely on
3082           g_return_if_fail; make sure we always push the last chunk of an 
3083           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
3084           state change function; remove some old cruft. Seeking is still
3085           rather unlikely to work though.
3086
3087         * tools/.cvsignore:
3088           Ignore more.
3089
3090 2005-12-11  Julien MOUTTE  <julien@moutte.net>
3091
3092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
3093         Fixed a leak of the current image reference when cleaning up.
3094         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
3095
3096 2005-12-09  Michael Smith  <msmith@fluendo.com>
3097
3098         * tools/Makefile.am:
3099         * tools/gst-launch-ext-m.m:
3100           Remove gst-launch-ext. It doesn't work, and is no longer
3101           particularly useful.
3102
3103 2005-12-08  Luca Ognibene  <luogni@tin.it>
3104
3105         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
3106           don't pass random values to ogmparse convert function.
3107           Make seeking possible in the exile1.ogm file.
3108
3109 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
3110
3111         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3112         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3113           Work around refcount problem with g_value_set_object() that occur
3114           if the core has been compiled against GLib-2.6 (g_value_set_object()
3115           will only g_object_ref() the element, but the caller will
3116           gst_object_unref() it and bad things will happen due to the way
3117           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
3118           totem for people on FC4 using Thomas's 0.10 RPMs.
3119           
3120 2005-12-07  Edward Hervey  <edward@fluendo.com>
3121
3122         Time to welcome ogm to 0.10 :)
3123         
3124         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
3125         (gst_ogg_pad_typefind):
3126         Oggdemux can now properly typefind elements with dynamic pads.
3127         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3128         Properly set caps on src pad, and set caps on outgoing buffers.
3129
3130 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3131
3132         * ext/alsa/gstalsamixer.h:
3133         * ext/alsa/gstalsamixerelement.h:
3134         * ext/alsa/gstalsamixeroptions.h:
3135         * ext/alsa/gstalsamixertrack.h:
3136         * ext/alsa/gstalsasink.c:
3137         * ext/alsa/gstalsasink.h:
3138         * ext/alsa/gstalsasrc.c:
3139         * ext/alsa/gstalsasrc.h:
3140         * ext/cdparanoia/gstcdparanoia.h:
3141         * ext/gnomevfs/gstgnomevfsuri.h:
3142         * ext/ogg/gstoggdemux.c:
3143         * ext/ogg/gstoggmux.c:
3144         * ext/pango/gsttextoverlay.h:
3145         * ext/theora/theoradec.c:
3146         * ext/theora/theoraenc.c:
3147         * ext/vorbis/vorbisdec.h:
3148         * ext/vorbis/vorbisenc.c:
3149         * ext/vorbis/vorbisenc.h:
3150         * ext/vorbis/vorbisparse.h:
3151         * gst-libs/gst/audio/gstaudioclock.h:
3152         * gst-libs/gst/audio/gstaudiosink.c:
3153         * gst-libs/gst/audio/gstaudiosink.h:
3154         * gst-libs/gst/audio/gstaudiosrc.c:
3155         * gst-libs/gst/audio/gstaudiosrc.h:
3156         * gst-libs/gst/audio/gstbaseaudiosink.c:
3157         * gst-libs/gst/audio/gstbaseaudiosink.h:
3158         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3159         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3160         * gst-libs/gst/audio/gstringbuffer.h:
3161         * gst-libs/gst/audio/multichannel.h:
3162         * gst-libs/gst/floatcast/floatcast.h:
3163         * gst-libs/gst/interfaces/colorbalance.c:
3164         * gst-libs/gst/interfaces/colorbalance.h:
3165         * gst-libs/gst/interfaces/colorbalancechannel.h:
3166         * gst-libs/gst/interfaces/mixer.h:
3167         * gst-libs/gst/interfaces/mixeroptions.h:
3168         * gst-libs/gst/interfaces/mixertrack.h:
3169         * gst-libs/gst/interfaces/navigation.h:
3170         * gst-libs/gst/interfaces/propertyprobe.h:
3171         * gst-libs/gst/interfaces/tuner.h:
3172         * gst-libs/gst/interfaces/tunerchannel.h:
3173         * gst-libs/gst/interfaces/tunernorm.h:
3174         * gst-libs/gst/interfaces/xoverlay.h:
3175         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3176         * gst-libs/gst/riff/riff-ids.h:
3177         * gst-libs/gst/riff/riff-media.h:
3178         * gst-libs/gst/riff/riff-read.h:
3179         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3180         * gst-libs/gst/rtp/gstbasertppayload.c:
3181         * gst-libs/gst/rtp/gstbasertppayload.h:
3182         * gst-libs/gst/rtp/gstrtpbuffer.c:
3183         * gst-libs/gst/rtp/gstrtpbuffer.h:
3184         * gst-libs/gst/tag/gsttageditingprivate.h:
3185         * gst-libs/gst/tag/gstvorbistag.c:
3186         (gst_tag_list_from_vorbiscomment_buffer):
3187         * gst-libs/gst/tag/tag.h:
3188         * gst-libs/gst/video/video.h:
3189         * gst/adder/gstadder.c:
3190         * gst/adder/gstadder.h:
3191         * gst/audioconvert/audioconvert.c:
3192         * gst/audioconvert/audioconvert.h:
3193         * gst/audioconvert/gstaudioconvert.c:
3194         * gst/audioconvert/gstchannelmix.c:
3195         * gst/audioconvert/gstchannelmix.h:
3196         * gst/audiorate/gstaudiorate.c:
3197         * gst/audioresample/buffer.h:
3198         * gst/audioresample/functable.h:
3199         * gst/audioresample/gstaudioresample.c:
3200         * gst/audioresample/resample.h:
3201         * gst/ffmpegcolorspace/avcodec.h:
3202         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3203         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
3204         * gst/ffmpegcolorspace/imgconvert.c:
3205         * gst/ffmpegcolorspace/imgconvert_template.h:
3206         * gst/playback/gstdecodebin.c:
3207         * gst/playback/gstplaybasebin.h:
3208         * gst/playback/gstplaybin.c:
3209         * gst/playback/gststreaminfo.h:
3210         * gst/tcp/gstfdset.c:
3211         * gst/tcp/gstfdset.h:
3212         * gst/tcp/gstmultifdsink.c:
3213         * gst/tcp/gstmultifdsink.h:
3214         * gst/tcp/gsttcp.h:
3215         * gst/tcp/gsttcpclientsrc.c:
3216         * gst/tcp/gsttcpclientsrc.h:
3217         * gst/tcp/gsttcpplugin.h:
3218         * gst/tcp/gsttcpserversink.c:
3219         * gst/tcp/gsttcpserversrc.c:
3220         * gst/typefind/gsttypefindfunctions.c:
3221         * gst/videorate/gstvideorate.c:
3222         * gst/videotestsrc/gstvideotestsrc.h:
3223         * gst/videotestsrc/videotestsrc.h:
3224         * sys/v4l/gstv4lcolorbalance.h:
3225         * sys/v4l/gstv4ltuner.h:
3226         * sys/v4l/gstv4lxoverlay.h:
3227         * sys/v4l/v4l_calls.h:
3228         * sys/v4l/videodev_mjpeg.h:
3229         * tests/check/elements/audioconvert.c:
3230         * tests/check/elements/audioresample.c:
3231         * tests/check/elements/audiotestsrc.c:
3232         * tests/check/elements/videotestsrc.c:
3233         * tests/check/elements/volume.c:
3234         * tests/examples/seek/scrubby.c:
3235         * tests/examples/seek/seek.c:
3236           expand tabs
3237
3238 === release 0.10.0 ===
3239
3240 2005-12-05   <thomas (at) apestaart (dot) org>
3241
3242         * configure.ac:
3243           releasing 0.10.0, "Mont-d'or"
3244
3245 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
3246
3247         * tests/examples/seek/Makefile.am:
3248         Build fix for when gtk is not available.
3249
3250 2005-12-05  Andy Wingo  <wingo@pobox.com>
3251
3252         * ext/libvisual/visual.c: (get_buffer):
3253         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
3254         * ext/pango/gsttextrender.c: (gst_text_render_chain):
3255         * ext/theora/theoradec.c: (theora_handle_data_packet):
3256         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
3257         (theora_enc_chain):
3258         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3259         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
3260         Update for alloc_buffer changes.
3261
3262 2005-12-05  Andy Wingo  <wingo@pobox.com>
3263
3264         patch by: Kai Vehmanen <kv2004 eca cx>
3265         
3266         * gst-libs/gst/rtp/gstbasertpdepayload.c
3267         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
3268
3269 2005-12-04  Andy Wingo  <wingo@pobox.com>
3270
3271         patch by: Sebastien Cote <sebas642 yahoo ca>
3272         
3273         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
3274         Fixes #319172.
3275
3276 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
3277
3278         * docs/plugins/Makefile.am:
3279         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3280         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3281         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3282         * ext/pango/gstclockoverlay.c:
3283         * ext/pango/gsttextoverlay.c: 
3284         * ext/pango/gsttextrender.c:
3285         * ext/pango/gsttimeoverlay.c:
3286           Add gtk-doc blurbs to pango elements.
3287
3288 2005-12-02  Wim Taymans  <wim@fluendo.com>
3289
3290         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
3291         * gst/audioresample/buffer.h:
3292         * gst/audioresample/gstaudioresample.c:
3293         * gst/audioresample/gstaudioresample.h:
3294         * gst/audioresample/resample.c: (resample_input_flush),
3295         (resample_input_pushthrough), (resample_input_eos),
3296         (resample_get_output_size_for_input),
3297         (resample_get_input_size_for_output), (resample_get_output_size),
3298         (resample_get_output_data):
3299         * gst/audioresample/resample.h:
3300         * gst/audioresample/resample_ref.c: (resample_scale_ref):
3301         Fix audioresample, seek torture, new segments, reverse negotiation
3302         etc.. work fine.
3303
3304 2005-12-02  Wim Taymans  <wim@fluendo.com>
3305
3306         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3307         Small cleanups.
3308
3309 2005-12-02  Wim Taymans  <wim@fluendo.com>
3310
3311         * gst/audioconvert/gstaudioconvert.c:
3312         (gst_audio_convert_transform):
3313         Post errors.
3314
3315 === release 0.9.7 ===
3316
3317 2005-12-01   <thomas (at) apestaart (dot) org>
3318
3319         * configure.ac:
3320           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
3321
3322 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3323
3324         * Makefile.am:
3325         * po/hu.po:
3326         * win32/MANIFEST:
3327         * win32/gst.sln:
3328           add win32 MANIFEST file
3329           do something to the hungarian translation
3330
3331 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
3332
3333         * ext/Makefile.am:
3334           Add $(PANGO_DIR) to SUBDIRS
3335
3336         * ext/pango/gstclockoverlay.c:
3337         * ext/pango/gsttimeoverlay.c:
3338           Fix and improve element descriptions.
3339
3340 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3341
3342         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3343         * docs/plugins/inspect/plugin-libvisual.xml:
3344         * docs/plugins/inspect/plugin-pango.xml:
3345           add pango plugin to docs
3346
3347 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3348
3349         * configure.ac:
3350         * ext/Makefile.am:
3351           moved pango to base
3352
3353 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3354
3355         * configure.ac:
3356         * tests/Makefile.am:
3357         * tests/icles/.cvsignore:
3358         * tests/icles/Makefile.am:
3359         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
3360         (close_display), (resize_window), (move_window), (create_window),
3361         (terminate_playback), (pause_playback), (start_playback), (main):
3362           add stress test for xoverlay from Julien
3363
3364 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3365
3366         * docs/libs/tmpl/gstcolorbalance.sgml:
3367         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3368         * gst-libs/gst/rtp/gstbasertppayload.c:
3369         * gst-libs/gst/rtp/gstrtpbuffer.c:
3370         * gst-libs/gst/rtp/gstrtpbuffer.h:
3371           Do burger's rename for rtp payloaders and depayloaders
3372
3373 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3374
3375         * win32/:
3376           add Visual Studio 6 build files
3377
3378 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3379
3380         * docs/libs/gst-plugins-base-libs-docs.sgml:
3381         * docs/libs/gst-plugins-base-libs-sections.txt:
3382         * docs/libs/tmpl/gstaudio.sgml:
3383         * docs/libs/tmpl/gstringbuffer.sgml:
3384         * gst-libs/gst/interfaces/xoverlay.c:
3385         * gst-libs/gst/video/gstvideofilter.c:
3386         * gst-libs/gst/video/gstvideosink.c:
3387           update documentation
3388
3389 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3390
3391         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
3392         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
3393         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
3394         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
3395         (gst_multi_fd_sink_get_stats),
3396         (gst_multi_fd_sink_remove_client_link),
3397         (gst_multi_fd_sink_handle_client_read),
3398         (gst_multi_fd_sink_client_queue_data),
3399         (gst_multi_fd_sink_client_queue_caps),
3400         (gst_multi_fd_sink_client_queue_buffer),
3401         (gst_multi_fd_sink_new_client),
3402         (gst_multi_fd_sink_handle_client_write),
3403         (gst_multi_fd_sink_recover_client),
3404         (gst_multi_fd_sink_queue_buffer),
3405         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
3406         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
3407         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
3408         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
3409         * gst/tcp/gstmultifdsink.h:
3410         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
3411         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
3412         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
3413         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3414         (gst_tcp_client_sink_set_property),
3415         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
3416         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
3417         * gst/tcp/gsttcpclientsink.h:
3418         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
3419         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
3420         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
3421         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
3422         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
3423         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3424         * gst/tcp/gsttcpclientsrc.h:
3425         * gst/tcp/gsttcpplugin.c: (plugin_init):
3426         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
3427         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
3428         (gst_tcp_server_sink_finalize),
3429         (gst_tcp_server_sink_handle_server_read),
3430         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
3431         (gst_tcp_server_sink_set_property),
3432         (gst_tcp_server_sink_get_property),
3433         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3434         * gst/tcp/gsttcpserversink.h:
3435         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
3436         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
3437         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
3438         (gst_tcp_server_src_set_property),
3439         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
3440         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3441         * gst/tcp/gsttcpserversrc.h:
3442           more borgifying
3443
3444 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3445
3446         * docs/plugins/Makefile.am:
3447         * docs/plugins/gst-plugins-base-plugins.args:
3448         * docs/plugins/inspect/plugin-libvisual.xml:
3449         * gst/audioconvert/plugin.h:
3450         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
3451         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
3452         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3453         (gst_audio_rate_chain), (gst_audio_rate_set_property),
3454         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
3455         (plugin_init):
3456         * gst/audiotestsrc/gstaudiotestsrc.c:
3457         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
3458         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
3459         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
3460         (gst_audio_test_src_get_query_types),
3461         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
3462         (gst_audio_test_src_create_square),
3463         (gst_audio_test_src_create_saw),
3464         (gst_audio_test_src_create_triangle),
3465         (gst_audio_test_src_create_silence),
3466         (gst_audio_test_src_create_white_noise),
3467         (gst_audio_test_src_init_pink_noise),
3468         (gst_audio_test_src_generate_pink_noise_value),
3469         (gst_audio_test_src_create_pink_noise),
3470         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
3471         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
3472         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
3473         (plugin_init):
3474         * gst/audiotestsrc/gstaudiotestsrc.h:
3475         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
3476         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
3477         (gst_sub_parse_init), (gst_sub_parse_formats),
3478         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
3479         (convert_encoding), (get_next_line),
3480         (gst_sub_parse_data_format_autodetect),
3481         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
3482         (gst_sub_parse_loop), (gst_sub_parse_chain),
3483         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
3484         (plugin_init):
3485         * gst/subparse/gstsubparse.h:
3486         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
3487         (gst_video_rate_base_init), (gst_video_rate_class_init),
3488         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
3489         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
3490         (gst_video_rate_init), (gst_video_rate_event),
3491         (gst_video_rate_chain), (gst_video_rate_set_property),
3492         (gst_video_rate_get_property), (gst_video_rate_change_state),
3493         (plugin_init):
3494         * gst/videoscale/gstvideoscale.c:
3495         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
3496         (gst_video_scale_src_template_factory),
3497         (gst_video_scale_sink_template_factory),
3498         (gst_video_scale_get_type), (gst_video_scale_base_init),
3499         (gst_video_scale_class_init), (gst_video_scale_init),
3500         (gst_video_scale_set_property), (gst_video_scale_get_property),
3501         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
3502         (gst_video_scale_prepare_size), (parse_caps),
3503         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
3504         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
3505         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
3506         (plugin_init):
3507         * gst/videoscale/gstvideoscale.h:
3508         * gst/videotestsrc/gstvideotestsrc.c:
3509         (gst_video_test_src_pattern_get_type),
3510         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
3511         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
3512         (gst_video_test_src_set_pattern),
3513         (gst_video_test_src_set_property),
3514         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
3515         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
3516         (gst_video_test_src_event), (gst_video_test_src_get_times),
3517         (gst_video_test_src_create), (plugin_init):
3518         * gst/videotestsrc/gstvideotestsrc.h:
3519         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
3520         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3521         (gst_video_test_src_black):
3522         * gst/videotestsrc/videotestsrc.h:
3523           borgify further
3524           clean up docs a little
3525
3526 2005-11-30  Wim Taymans  <wim@fluendo.com>
3527
3528         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3529         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3530         (gst_basertppayload_event), (gst_basertppayload_push),
3531         (gst_basertppayload_change_state):
3532         * gst-libs/gst/rtp/gstbasertppayload.h:
3533         closed #320644.
3534
3535 2005-11-30  Julien MOUTTE  <julien@moutte.net>
3536
3537         * docs/libs/gst-plugins-base-libs-docs.sgml:
3538         * docs/libs/gst-plugins-base-libs-sections.txt:
3539         * gst-libs/gst/video/gstvideofilter.c:
3540         * gst-libs/gst/video/gstvideosink.c:
3541         * gst-libs/gst/video/gstvideosink.h: Adding docs.
3542
3543 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3544
3545         * LICENSE:
3546           move
3547         * po/af.po:
3548         * po/az.po:
3549         * po/cs.po:
3550         * po/en_GB.po:
3551         * po/hu.po:
3552         * po/it.po:
3553         * po/nb.po:
3554         * po/nl.po:
3555         * po/or.po:
3556         * po/sq.po:
3557         * po/sr.po:
3558         * po/sv.po:
3559         * po/uk.po:
3560         * po/vi.po:
3561         * Makefile.am:
3562           update
3563         * scripts/autoplugins.sh:
3564           remove
3565
3566 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3567
3568         * Makefile.am:
3569         * configure.ac:
3570         * examples/Makefile.am:
3571         * examples/capsfilter/Makefile.am:
3572         * examples/capsfilter/capsfilter1.c:
3573         * examples/gob/Makefile.am:
3574         * examples/gob/gst-identity2.gob:
3575         * examples/indexing/.cvsignore:
3576         * examples/indexing/Makefile.am:
3577         * examples/indexing/indexmpeg.c:
3578         * examples/seeking/.cvsignore:
3579         * examples/seeking/Makefile.am:
3580         * examples/seeking/cdparanoia.c:
3581         * examples/seeking/cdplayer.c:
3582         * examples/seeking/chained.c:
3583         * examples/seeking/scrubby.c:
3584         * examples/seeking/seek.c:
3585         * examples/stats/Makefile.am:
3586         * examples/stats/mp2ogg.c:
3587         * examples/switch/.cvsignore:
3588         * examples/switch/Makefile.am:
3589         * examples/switch/switcher.c:
3590         * tests/Makefile.am:
3591         * tests/check/generic/.cvsignore:
3592         * tests/check/pipelines/.cvsignore:
3593         * tests/examples/Makefile.am:
3594         * tests/examples/seek/Makefile.am:
3595           reorganize stuff under tests/
3596
3597 2005-11-30  Edward Hervey  <edward@fluendo.com>
3598
3599         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
3600         Go away you stupid GstStaticPadTemplate memleak.
3601
3602 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3603
3604         * gst-libs/gst/net/Makefile.am:
3605         * gst-libs/gst/net/README:
3606         * gst-libs/gst/net/gstnetbuffer.c:
3607         * gst-libs/gst/net/gstnetbuffer.h:
3608           this was moved to "netbuffer"
3609
3610 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3611
3612         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
3613         (gst_video_filter_class_init), (gst_video_filter_init):
3614         * gst-libs/gst/video/gstvideofilter.h:
3615           borgify name to bring in line with other classes
3616
3617 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3618
3619         * gst/audioscale/.cvsignore:
3620         * gst/audioscale/Makefile.am:
3621         * gst/audioscale/README:
3622         * gst/audioscale/audioscale.vcproj:
3623         * gst/audioscale/dtof.c:
3624         * gst/audioscale/dtos.c:
3625         * gst/audioscale/functable.c:
3626         * gst/audioscale/gstaudioscale.c:
3627         * gst/audioscale/gstaudioscale.h:
3628         * gst/audioscale/private.h:
3629         * gst/audioscale/resample.c:
3630         * gst/audioscale/resample.h:
3631         * gst/audioscale/test.c:
3632           remove
3633
3634 2005-11-30  Edward Hervey  <edward@fluendo.com>
3635
3636         * gst-libs/gst/netbuffer/Makefile.am:
3637         really, really tired
3638
3639 2005-11-30  Edward Hervey  <edward@fluendo.com>
3640
3641         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3642         Update for new GstTypeFindFactory _register()
3643
3644 2005-11-30  Edward Hervey  <edward@fluendo.com>
3645
3646         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
3647         Let's not override libgstnet from core for no reason...
3648         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
3649         Ok, maybe not so quick next time.
3650
3651 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3652
3653         * configure.ac:
3654         * gst-libs/gst/Makefile.am:
3655           moved gst-libs/gst/net to netbuffer through CVS surgery
3656           remove old directory
3657           updating build to accomodate
3658           (#322257)
3659
3660 2005-11-29  Andy Wingo  <wingo@pobox.com>
3661
3662         * pkgconfig/gstreamer-plugins-base.pc.in:
3663         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3664         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
3665         (#322257).
3666
3667 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3668
3669         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
3670         3rd time's the charm. Correct ref-counting for discarded buffers.
3671
3672 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3673
3674         * gst/playback/gststreamselector.c:
3675         (gst_stream_selector_class_init),
3676         (gst_stream_selector_set_property),
3677         (gst_stream_selector_get_property),
3678         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3679         Fix ref-counting
3680
3681 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
3682
3683         * gst/subparse/gstsubparse.c: (feed_textbuf):
3684           Don't access already unref'ed buffer.
3685
3686 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3687
3688         * gst/playback/gststreamselector.c:
3689         (gst_stream_selector_class_init), (gst_stream_selector_init),
3690         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
3691         (gst_stream_selector_get_property),
3692         (gst_stream_selector_get_linked_pad),
3693         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3694         * gst/playback/gststreamselector.h:
3695         Add the active-pad property for playbin to use shortly. Ignore buffers
3696         from any other pad, returning GST_FLOW_NOT_LINKED
3697
3698 2005-11-29  Julien MOUTTE  <julien@moutte.net>
3699
3700         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
3701         patch from bug #322704 (Alessandro Decina).
3702
3703 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3704
3705         * gst-libs/gst/audio/Makefile.am:
3706           folded audiofilter into the audio library
3707
3708 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3709
3710         * gst/videoscale/gstvideoscale.h:
3711         * gst/videoscale/gstvideoscale.c:
3712           remove unimplemented scale methods
3713
3714 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
3715
3716         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
3717           Don't leak caps.
3718
3719 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3720
3721         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3722         (gst_ximagesink_setcaps):
3723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3724         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
3725         happens (only visible on ximagesink but bug is in xv too) set_caps was
3726         destroying the internal x[v]image used to memcpy non locally alloced
3727         buffers so that it got renewed on next _chain. The issue is that 
3728         _expose will try to put that image as it reffed it in _put.
3729         Using gst_buffer_unref instead of destroy fixes it !
3730
3731 2005-11-28  Edward Hervey  <edward@fluendo.com>
3732
3733         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3734         (try_to_link_1), (queue_filled_cb):
3735         Better use of the queues. Start with a small size queue and only increase
3736         the size of the queues when the other queues are empty.
3737
3738 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3739
3740         * gst-libs/gst/video/Makefile.am:
3741           compile in copied-over videofilter into the video library
3742         * gst-libs/gst/video/videosink.h:
3743           rename the header to gstvideosink.h since it's a base GstObject class
3744         * sys/ximage/ximagesink.h:
3745         * sys/xvimage/xvimagesink.h:
3746           use the new header
3747
3748 2005-11-28  Wim Taymans  <wim@fluendo.com>
3749
3750         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
3751         * gst/playback/gstplaybasebin.h:
3752         Prepare to handle errors betters.
3753
3754         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
3755         Set sinks to PAUSED first before adding and linking them so that
3756         we don't interrupt dataflow.
3757
3758 2005-11-28  Wim Taymans  <wim@fluendo.com>
3759
3760         * gst-libs/gst/audio/TODO:
3761         Updated TODO
3762
3763         * gst-libs/gst/audio/gstaudiosink.c:
3764         (gst_audioringbuffer_open_device),
3765         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
3766         (gst_audioringbuffer_release):
3767         Small cleanups.
3768
3769         * gst-libs/gst/audio/gstbaseaudiosink.c:
3770         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
3771         (gst_base_audio_sink_change_state):
3772         Slave to the master clock when going to PLAYING and unslave when
3773         going to PAUSED.
3774
3775         * gst-libs/gst/audio/gstringbuffer.c:
3776         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3777         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
3778         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3779         (gst_ring_buffer_clear_all), (wait_segment),
3780         (gst_ring_buffer_commit), (gst_ring_buffer_read),
3781         (gst_ring_buffer_advance):
3782         * gst-libs/gst/audio/gstringbuffer.h:
3783         Add some docs and cleanups.
3784
3785 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3786
3787         * sys/xvimage/xvimagesink.c:
3788         (gst_xvimagesink_navigation_send_event): Fix navigation events
3789         coordinates translation with pixel aspect ratios.
3790
3791 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3792
3793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
3794         Use calculated video geometry from _setcaps instead of buffer
3795         caps to respect pixel aspect ratio. (fixes #322388)
3796
3797 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3798
3799         * docs/libs/tmpl/gstcolorbalance.sgml:
3800         * docs/libs/tmpl/gstmixer.sgml:
3801         * docs/libs/tmpl/gstxoverlay.sgml:
3802         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
3803         interface.
3804
3805 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3806
3807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3808         Refuse to create an XvImage if we can't find the format.
3809
3810 2005-11-28  Edward Hervey  <edward@fluendo.com>
3811
3812         * gst-libs/gst/riff/riff-media.c:
3813         (gst_riff_create_audio_template_caps):
3814         Add ATRAC3 to the list of riff-possible audio caps.
3815         I know we still don't have a plugin for atrac3, but it's saner to output
3816         that than a cryptic mimetype.
3817
3818 2005-11-27  Edward Hervey  <edward@fluendo.com>
3819
3820         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
3821         Don't try to create a zero-sized subbuffer.
3822
3823 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3824
3825         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
3826         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3827         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
3828         (gst_ximagesink_expose): Fixed a tricky race.
3829         * sys/ximage/ximagesink.h:
3830         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3831         (gst_xvimagesink_expose): Fixed a tricky race.
3832         * sys/xvimage/xvimagesink.h:
3833
3834 2005-11-27  Edward Hervey  <edward@fluendo.com>
3835
3836         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3837         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
3838         Remove unused properties, and add queues between demuxers and decoders
3839         so that a lot more files can preroll properly.
3840
3841 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3842
3843         * gst-libs/gst/net/Makefile.am:
3844         * gst-libs/gst/rtp/Makefile.am:
3845         * gst-libs/gst/tag/Makefile.am:
3846           remove silly include
3847         * gst/tags/Makefile.am:
3848         * gst/tags/gsttagediting.c:
3849         * gst/tags/gsttageditingprivate.h:
3850         * gst/tags/tagedit.vcproj:
3851           remove directory, is as good as empty
3852
3853 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3854
3855         * configure.ac:
3856           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
3857         * gst-libs/Makefile.am:
3858         * gst-libs/gst/audio/Makefile.am:
3859         * gst-libs/gst/interfaces/Makefile.am:
3860         * gst-libs/gst/net/Makefile.am:
3861         * gst-libs/gst/riff/Makefile.am:
3862         * gst-libs/gst/rtp/Makefile.am:
3863         * gst-libs/gst/tag/Makefile.am:
3864         * gst-libs/gst/video/Makefile.am:
3865           and use them
3866
3867 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3868
3869         * docs/libs/tmpl/gstcolorbalance.sgml:
3870         * docs/libs/tmpl/gstmixer.sgml:
3871         * docs/libs/tmpl/gstxoverlay.sgml:
3872         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
3873         * sys/ximage/ximagesink.h:
3874         * sys/xvimage/xvimagesink.h: More and more documentation.
3875
3876 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3877
3878         * docs/libs/gst-plugins-base-libs-docs.sgml:
3879         * docs/libs/gst-plugins-base-libs-sections.txt:
3880         * docs/libs/tmpl/gstcolorbalance.sgml:
3881         * docs/libs/tmpl/gstmixer.sgml:
3882         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
3883         to documentation.
3884
3885 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3886
3887         * docs/plugins/Makefile.am:
3888         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3889         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3890         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
3891
3892 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3893
3894         * docs/plugins/Makefile.am:
3895         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3896         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3897         * docs/plugins/inspect/plugin-adder.xml:
3898         * docs/plugins/inspect/plugin-alsa.xml:
3899         * docs/plugins/inspect/plugin-audioconvert.xml:
3900         * docs/plugins/inspect/plugin-audiorate.xml:
3901         * docs/plugins/inspect/plugin-audioresample.xml:
3902         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3903         * docs/plugins/inspect/plugin-decodebin.xml:
3904         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3905         * docs/plugins/inspect/plugin-gnomevfs.xml:
3906         * docs/plugins/inspect/plugin-ogg.xml:
3907         * docs/plugins/inspect/plugin-playbin.xml:
3908         * docs/plugins/inspect/plugin-subparse.xml:
3909         * docs/plugins/inspect/plugin-tcp.xml:
3910         * docs/plugins/inspect/plugin-theora.xml:
3911         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3912         * docs/plugins/inspect/plugin-video4linux.xml:
3913         * docs/plugins/inspect/plugin-videorate.xml:
3914         * docs/plugins/inspect/plugin-videoscale.xml:
3915         * docs/plugins/inspect/plugin-videotestsrc.xml:
3916         * docs/plugins/inspect/plugin-volume.xml:
3917         * docs/plugins/inspect/plugin-vorbis.xml:
3918         * docs/plugins/inspect/plugin-ximagesink.xml:
3919         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
3920         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
3921
3922 2005-11-26  Edward Hervey  <edward@fluendo.com>
3923
3924         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
3925         Properly return GstFlowReturn from gst_pad_push in chain functions.
3926
3927 2005-11-25  Michael Smith  <msmith@fluendo.com>
3928
3929         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
3930         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
3931         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3932         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3933           Handle various conditions better when we don't understand a stream.
3934           Removes a heap of CRITICALs on ogg streams containing unknown data.
3935
3936 2005-11-24  Andy Wingo  <wingo@pobox.com>
3937
3938         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
3939         Be threadsafe.
3940
3941 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3942
3943         * configure.ac: back to HEAD
3944
3945 === release 0.9.6 ===
3946
3947 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
3948
3949         * configure.ac:
3950           releasing 0.9.6, "White Eight"
3951
3952 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3953
3954         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
3955         * docs/plugins/inspect/plugin-sine.xml:
3956           remove sinesrc some more
3957
3958 2005-11-23  Wim Taymans  <wim@fluendo.com>
3959
3960         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
3961         If we are reading too slowly, jump forward in the ringbuffer
3962         instead of blocking.
3963
3964 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3965
3966         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
3967         (gst_visual_chain):
3968         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
3969         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
3970         (gst_videorate_chain):
3971         * gst/videotestsrc/gstvideotestsrc.c:
3972         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
3973         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
3974         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
3975         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
3976         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3977         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3978           Updates for API changes
3979
3980 2005-11-23  Wim Taymans  <wim@fluendo.com>
3981
3982         * gst-libs/gst/audio/gstbaseaudiosink.c:
3983         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
3984         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3985         Fix for calibration API change.
3986
3987 2005-11-23  Michael Smith <msmith@fluendo.com>
3988
3989         * gst-libs/gst/audio/multichannel.c:
3990         (gst_audio_get_channel_positions),
3991         (gst_audio_set_channel_positions),
3992         (gst_audio_set_structure_channel_positions_list),
3993         (gst_audio_fixate_channel_positions):
3994           Use gst_value_array_*() functions on value arrays, not
3995           gst_value_list_*().
3996
3997 2005-11-23  Edward Hervey  <edward@fluendo.com>
3998
3999         * autogen.sh:
4000         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
4001         Fixes autogen
4002
4003 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4004
4005         * check/Makefile.am:
4006         * check/elements/videotestsrc.c: (setup_videotestsrc),
4007         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
4008         (main):
4009           add a test for videotestsrc
4010
4011 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4012
4013         * gst/sine/.cvsignore:
4014         * gst/sine/Makefile.am:
4015         * gst/sine/gstsinesrc.c:
4016         * gst/sine/gstsinesrc.h:
4017         * gst/sine/sinesrc.vcproj:
4018           and remove sinesrc from the repository.  Closes #321446
4019
4020 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4021
4022         * configure.ac:
4023         * gst-plugins-base.spec.in:
4024           remove sinesrc from the build
4025
4026 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4027
4028         * check/Makefile.am:
4029         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
4030         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
4031         (main):
4032           add a test for audiotestsrc, testing all waves.  Even seems
4033           leak-free at first glance, nice job Stefan
4034
4035 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
4036
4037         * po/af.po:
4038         * po/az.po:
4039         * po/cs.po:
4040         * po/en_GB.po:
4041         * po/hu.po:
4042         * po/it.po:
4043         * po/nb.po:
4044         * po/nl.po:
4045         * po/or.po:
4046         * po/sq.po:
4047         * po/sr.po:
4048         * po/sv.po:
4049         * po/uk.po:
4050         * po/vi.po:
4051           Translation string updates
4052
4053         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
4054         (gst_v4lsrc_set_caps):
4055         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
4056         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
4057         * sys/v4l/v4lsrc_calls.h:
4058           Improve v4lsrc, by making it work again.
4059
4060 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
4061
4062         * ext/libvisual/visual.c: (gst_visual_chain):
4063           Fix the fps calculations.
4064
4065         * gst/ffmpegcolorspace/avcodec.h:
4066           Move structure element for clarity
4067
4068         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
4069         * gst-libs/gst/interfaces/tunernorm.h:
4070         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
4071         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
4072         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
4073         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
4074         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
4075         (gst_v4lmjpegsrc_getcaps):
4076         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
4077         (gst_v4lsrc_set_caps):
4078         * sys/v4l/gstv4lsrc.h:
4079         * sys/v4l/v4l_calls.c: (gst_v4l_open):
4080         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
4081         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
4082         * sys/v4l/v4lsrc_calls.h:
4083           Fractional framerates...
4084
4085 2005-11-22  Wim Taymans  <wim@fluendo.com>
4086
4087         * gst-libs/gst/audio/gstbaseaudiosink.c:
4088         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
4089         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
4090         And we provide a clock by default, of course...
4091
4092 2005-11-22  Wim Taymans  <wim@fluendo.com>
4093
4094         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
4095         This clock can be slaved to a master clock now.
4096
4097         * gst-libs/gst/audio/gstbaseaudiosink.c:
4098         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
4099         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
4100         (gst_base_audio_sink_set_clock),
4101         (gst_base_audio_sink_set_property),
4102         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
4103         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
4104         * gst-libs/gst/audio/gstbaseaudiosink.h:
4105         Handle slaving the internal clock to the clock selected in the
4106         pipeline.
4107         Add property to make the basesink not provide a clock.
4108
4109         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4110         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4111         (gst_base_rtp_depayload_wait):
4112         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4113         We can use the clock in GstElement, no need to store it ourselves.
4114
4115 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4116
4117         * docs/libs/tmpl/gstaudio.sgml:
4118           update
4119         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
4120         (gst_paranoia_endian_get_type):
4121         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
4122         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
4123         * gst/audiotestsrc/gstaudiotestsrc.c:
4124         (gst_audiostestsrc_wave_get_type):
4125         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
4126         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
4127         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
4128         (gst_sync_method_get_type), (gst_unit_type_get_type),
4129         (gst_client_status_get_type), (gst_multifdsink_class_init),
4130         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
4131         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
4132         (gst_multifdsink_get_property):
4133         * gst/tcp/gstmultifdsink.h:
4134         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
4135         * gst/videotestsrc/gstvideotestsrc.c:
4136         (gst_videotestsrc_pattern_get_type):
4137           remove deprecated properties
4138           fix up enums to correctly have short lowercase dashed nicks
4139
4140 2005-11-22  Michael Smith <msmith@fluendo.com>
4141
4142         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
4143         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
4144           Add underscore.
4145
4146 2005-11-22  Michael Smith <msmith@fluendo.com>
4147
4148         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
4149         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
4150           Use utility method for scaling clocktime for fractional framerates.
4151
4152 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
4153
4154         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
4155         (gst_visual_chain):
4156         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4157         * ext/theora/theoradec.c: (theora_handle_type_packet):
4158         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
4159         (theora_enc_chain):
4160         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4161         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
4162         * gst-libs/gst/video/video.h:
4163         * gst/ffmpegcolorspace/avcodec.h:
4164         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4165         (gst_ffmpeg_caps_to_pixfmt):
4166         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4167         (gst_ffmpegcsp_set_caps):
4168         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4169         (gst_videorate_setcaps), (gst_videorate_blank_data),
4170         (gst_videorate_chain):
4171         * gst/videotestsrc/gstvideotestsrc.c:
4172         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
4173         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
4174         (gst_videotestsrc_event), (gst_videotestsrc_create):
4175         * gst/videotestsrc/gstvideotestsrc.h:
4176         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
4177         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
4178         (gst_ximagesink_get_times), (gst_ximagesink_init):
4179         * sys/ximage/ximagesink.h:
4180         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
4181         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4182         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
4183         * sys/xvimage/xvimagesink.h:
4184           Convert elements to use fractions for their framerate.
4185           V4L elements to come later tonight.
4186
4187 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4188
4189         * gst-libs/gst/audio/audio.c:
4190         * gst-libs/gst/audio/audio.h:
4191           remove some deprecated functions
4192
4193 2005-11-22  Andy Wingo  <wingo@pobox.com>
4194
4195         * Update for gst_tag_setter API changes.
4196
4197 2005-11-22  Andy Wingo  <wingo@pobox.com>
4198
4199         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
4200         (gst_ogg_demux_perform_seek):
4201         * ext/theora/theoradec.c (theora_dec_sink_event):
4202         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
4203         update-funcnames.
4204
4205 2005-11-22  Wim Taymans  <wim@fluendo.com>
4206
4207         * examples/seeking/seek.c: (main):
4208         Give higher priority to bus signals than the gtk events
4209         to fix a race condition in the segment looping.
4210
4211 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4212
4213         * ext/theora/Makefile.am:
4214         * ext/vorbis/Makefile.am:
4215         * gst-libs/gst/tag/Makefile.am:
4216         * gst-plugins-base.spec.in:
4217           Rename libgsttagedit to libgsttag (#322117).
4218
4219 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4220
4221         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4223           Call gst_x_overlay_prepare_xwindow_id() to give applications
4224           a final chance to set their own xwindow id before the video
4225           sink creates its own window.
4226
4227 2005-11-22  Julien MOUTTE  <julien@moutte.net>
4228
4229         * sys/xvimage/xvimagesink.c:
4230         (gst_xvimagesink_navigation_send_event): Handle navigation
4231         events correcly with borders if applicable.
4232
4233 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4234
4235         Patch by: Luca Ognibene
4236
4237         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4238         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
4239         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4240         (gst_ffmpegcsp_caps_remove_format_info):
4241         * gst/ffmpegcolorspace/imgconvert.c:
4242         * gst/ffmpegcolorspace/imgconvert_template.h:
4243           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
4244           #318353); use gst_structure_has_name().
4245
4246 2005-11-22  Julien MOUTTE  <julien@moutte.net>
4247
4248         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
4249         (gst_ximagesink_class_init): Add debug macros on functions.
4250         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4251         (gst_xvimagesink_xwindow_draw_borders),
4252         (gst_xvimagesink_xvimage_put),
4253         (gst_xvimagesink_xwindow_update_geometry),
4254         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
4255         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
4256         (gst_xvimagesink_xcontext_clear),
4257         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4258         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4259         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
4260         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
4261         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
4262         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4263         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
4264         expose while being PAUSED, out of data flow navigation events, etc..
4265
4266 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4267
4268         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
4269         * gst-libs/gst/audio/audio.h:
4270           fix prototype - wondering why the test worked regardless
4271
4272 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4273
4274         * check/Makefile.am:
4275         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
4276         * gst-libs/gst/audio/audio.h:
4277           add a method that returns a proper GstClockTime
4278
4279 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4280
4281         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
4282         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
4283         * gst-libs/gst/interfaces/xoverlay.h:
4284           Remove everything having to do with the desired size; add 
4285           gst_x_overlay_prepare_xwindow_id() function; remove the
4286           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
4287           post a message on the bus instead (#321816).
4288
4289         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
4290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
4291         (gst_xvimagesink_xoverlay_init):
4292           Remove desired size stuff (#321816).
4293
4294 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4295
4296         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
4297         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
4298         (mpeg_video_type_find), (mpeg_video_stream_type_find):
4299           Terminate vararg functions with NULL instead of 0 to 
4300           make gcc4 happy.
4301
4302 2005-11-21  Andy Wingo  <wingo@pobox.com>
4303
4304         patch by: Sebastien Cote <sebas642@yahoo.ca>
4305         
4306         * gst-libs/gst/rtp/gstrtpbuffer.h: 
4307         * gst-libs/gst/rtp/gstrtpbuffer.c
4308         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
4309
4310 2005-11-21  Andy Wingo  <wingo@pobox.com>
4311
4312         * gst/playback/gstplaybin.c (gen_audio_element) 
4313         (gen_video_element): Use the new MISSING_PLUGIN core error
4314         category. Closes #320060.
4315
4316         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
4317         * gst/videorate/gstvideorate.c (gst_videorate_event):
4318         * ext/theora/theoradec.c (theora_dec_sink_event): 
4319         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
4320         stream lock.
4321
4322         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
4323         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
4324         stream lock changes.
4325
4326 2005-11-21  Wim Taymans  <wim@fluendo.com>
4327
4328         * gst-libs/gst/audio/gstbaseaudiosink.c:
4329         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
4330         (gst_base_audio_sink_provide_clock),
4331         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
4332         (gst_base_audio_sink_change_state):
4333         * gst/audioresample/gstaudioresample.c:
4334         Segment update fix.
4335
4336 2005-11-21  Andy Wingo  <wingo@pobox.com>
4337
4338         * *.h:
4339         * *.c: Ran scripts/update-macros. Oh yes.
4340
4341 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4342
4343         * sys/ximage/Makefile.am:
4344         * sys/ximage/ximage.c:
4345           Rename ximage plugin to ximagesink (#321426) (Don't forget to
4346           remove your old libgstximage.* manually if necessary).
4347
4348 2005-11-21  Michael Smith <msmith@fluendo.com>
4349
4350         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
4351           Minimal fix for bug #320200: set the min/max bitrate in the correct
4352           units. A better fix would be to upgrade to the RATEMANAGE2
4353           interface, rather than using the deprecated interface used here, but
4354           that would require an update in our libvorbis dependency (to 1.1),
4355           which is probably undesirable.
4356
4357 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
4358
4359         * ext/libvisual/visual.c: (get_buffer):
4360         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4361         (gst_base_audio_src_fixate):
4362         * gst/audioconvert/gstaudioconvert.c:
4363         (gst_audio_convert_fixate_caps):
4364         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
4365         * gst/audiotestsrc/gstaudiotestsrc.c:
4366         (gst_audiotestsrc_src_fixate):
4367         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
4368         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
4369         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
4370         * gst/videotestsrc/gstvideotestsrc.c:
4371         (gst_videotestsrc_src_fixate):
4372         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4373         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
4374           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
4375           (#322027)
4376
4377
4378 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4379
4380         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4381         (gst_riff_create_iavs_caps):
4382         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
4383         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
4384         (gst_riff_parse_info):
4385         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
4386         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
4387         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4388           Fixes for GST_FOURCC_FORMAT API change.
4389
4390 2005-11-21  Andy Wingo  <wingo@pobox.com>
4391
4392         patch by: Alessandro Dessina <alessandro nnva org>
4393
4394         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
4395         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
4396         (gst_ogg_parse_chain):
4397         * ext/theora/theoraenc.c (theora_set_header_on_caps):
4398         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
4399         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
4400         gst_value_list calls on arrays. Fixes #321962.
4401
4402 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4403
4404         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4405         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
4406         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4407         * gst/adder/gstadder.c: (gst_adder_init),
4408         (gst_adder_request_new_pad), (gst_adder_collected),
4409         (gst_adder_change_state):
4410           Update for gst_collectpads_foo() to gst_collect_pads_foo()
4411           API change.
4412
4413 2005-11-21  Michael Smith <msmith@fluendo.com>
4414
4415         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
4416         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
4417           Properly handle pad_push return values.
4418
4419 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
4420
4421         * gst-libs/gst/tag/Makefile.am:
4422         * gst-libs/gst/tag/gstvorbistag.c:
4423         (gst_tag_list_to_vorbiscomment_buffer):
4424           Remove obsolete vorbistag element and debug category.
4425
4426         * gst/playback/gstplaybasebin.c: (check_queue):
4427           Don't divide by 0 when queue-threshold is 0.
4428
4429         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
4430           Don't modify an existing pixel-aspect-ratio if we fail to read
4431           a new one.
4432
4433 2005-11-20  Wim Taymans  <wim@fluendo.com>
4434
4435         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
4436         (gst_vorbisenc_push_packet):
4437         GST_PAD_IS_USABLE is gone, use the return value of
4438         the push or pad_alloc_buffer instead.
4439
4440 2005-11-18  Julien MOUTTE  <julien@moutte.net>
4441
4442         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4443         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
4444         (gst_ximagesink_ximage_destroy),
4445         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
4446         (gst_ximagesink_xwindow_new),
4447         (gst_ximagesink_xwindow_update_geometry),
4448         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
4449         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
4450         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
4451         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
4452         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
4453         (gst_ximagesink_navigation_send_event),
4454         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
4455         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
4456         (gst_ximagesink_finalize), (gst_ximagesink_init),
4457         (gst_ximagesink_class_init):
4458         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
4459         This new version brings correct software scaling, non flickering
4460         window while resizing, pixel aspect ratio handling, usage of
4461         hardware buffer pools, out of data flow event thread for 
4462         navigation and handling of expose events even when being PAUSED,
4463         a new property to keep video aspect ratio when resizing, etc...
4464
4465 2005-11-18  Julien MOUTTE  <julien@moutte.net>
4466
4467         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4468         (gst_videoscale_fixate_caps): Introduce back caps fixate with
4469         handling of PAR.
4470
4471 2005-11-18    <bilboed@dvdsrc.fluendo.com>
4472
4473         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
4474         Unsetting IS_SINK flag from the fakesink, so decodebin
4475         never behaves as a sink.
4476
4477 2005-11-17  Wim Taymans  <wim@fluendo.com>
4478
4479         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4480         (gst_base_audio_src_change_state):
4481         Fix the audiosrc base class again, we did not unflush.
4482
4483 2005-11-17  Julien MOUTTE  <julien@moutte.net>
4484
4485         * examples/seeking/seek.c: (make_dv_pipeline),
4486         (make_vorbis_theora_pipeline), (make_avi_pipeline),
4487         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
4488         to ogg/vorbis/theora pipeline.
4489
4490 2005-11-17  Wim Taymans  <wim@fluendo.com>
4491
4492         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
4493         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
4494         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
4495         Fix EOS on multiple streams.
4496         More debugging.
4497
4498 2005-11-16  Wim Taymans  <wim@fluendo.com>
4499
4500         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
4501         (gst_ogg_demux_perform_seek):
4502         Segment done must include stream time.
4503
4504         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
4505         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
4506         (gst_ogg_mux_change_state):
4507         Fix ogg muxer again.
4508
4509 2005-11-16  Wim Taymans  <wim@fluendo.com>
4510
4511         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
4512         Fix compile again.
4513
4514 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4515
4516         * ext/libvisual/visual.c: (gst_visual_init):
4517         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
4518         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
4519         (gst_ogg_parse_chain):
4520         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4521         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
4522         * ext/theora/theoradec.c: (gst_theora_dec_init):
4523         * ext/theora/theoraenc.c: (gst_theora_enc_init):
4524         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
4525         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
4526         * gst/adder/gstadder.c: (gst_adder_class_init),
4527         (gst_adder_dispose):
4528         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4529         * gst/subparse/gstsubparse.c: (gst_subparse_init):
4530         * gst/videorate/gstvideorate.c: (gst_videorate_init):
4531           Fix a whole set of pad template leaks
4532
4533 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4534
4535         * check/generic/states.c: (GST_START_TEST):
4536           fix the test so that it only checks for elements that are part of
4537           this source module
4538
4539 2005-11-16  Michael Smith <msmith@fluendo.com>
4540
4541         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
4542         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
4543         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4544         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4545         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
4546         (gst_ogg_mux_change_state):
4547           Fix leaking collectpads.
4548
4549 2005-11-16  Edward Hervey  <edward@fluendo.com>
4550
4551         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
4552         (gst_videorate_event), (gst_videorate_chain):
4553         Handle segment seeks
4554
4555 2005-11-16  Wim Taymans  <wim@fluendo.com>
4556
4557         * gst-libs/gst/audio/gstbaseaudiosink.c:
4558         (gst_base_audio_sink_provide_clock),
4559         (gst_base_audio_sink_change_state):
4560         Set ringbuffer to non-flushing when going to PAUSED, set to
4561         flushing again when going to READY.
4562
4563         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4564         (gst_ring_buffer_stop):
4565         Start in flushing mode by default.
4566         Don't set flushing in the _stop method, let the app call
4567         this explicitly.
4568
4569 2005-11-16  Julien MOUTTE  <julien@moutte.net>
4570
4571         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
4572         * gst-libs/gst/video/videosink.h: Add helper function needed
4573         for video sinks.
4574
4575 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4576
4577         * gst/videoscale/gstvideoscale.c:
4578         (gst_videoscale_handle_src_event):
4579           Don't leak reference to pad parent.
4580
4581 2005-11-16  Wim Taymans  <wim@fluendo.com>
4582
4583         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
4584         Set ringbuffer to flushing when stopping so that we don't
4585         block on wait_segment anymore and livelock.
4586
4587 2005-11-16  Wim Taymans  <wim@fluendo.com>
4588
4589         * examples/seeking/seek.c: (send_event), (do_seek),
4590         (loop_toggle_cb), (segment_done), (main):
4591         Added looping checkbox.
4592
4593 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4594
4595         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4596         (gst_ogg_demux_init):
4597         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4598         (gst_vorbis_dec_init):
4599           revert unrefs, they don't pass make check
4600
4601 2005-11-15  Johan Dahlin  <johan@gnome.org>
4602
4603         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4604         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
4605         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4606         (gst_vorbis_dec_init):
4607         Fix pad template leaks. 
4608
4609 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
4610
4611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4612           Make state change function thread safe.
4613
4614 2005-11-15  Edward Hervey  <edward@fluendo.com>
4615
4616         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
4617         (gst_ogg_demux_class_init):
4618         Implement GstElement::send_event, so we can send seek events
4619         in GST_STATE_READY
4620
4621 2005-11-14  Julien MOUTTE  <julien@moutte.net>
4622
4623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
4624         Discovered how to take away flickering while resizing the
4625         window. Please don't put that in ximagesink, refactoring in
4626         progress.
4627
4628 2005-11-14  Michael Smith <msmith@fluendo.com>
4629
4630         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
4631         (gst_multifdsink_render):
4632           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
4633
4634 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
4635
4636         * gst/playback/gstplaybin.c: (gen_audio_element):
4637           Use autoaudiosink, it tends to be more widely available than
4638           autoaudiiosink.
4639           
4640 2005-11-14  Andy Wingo  <wingo@pobox.com>
4641
4642         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
4643         as well if it is available. Fixes #316442.
4644
4645 2005-11-14  Michael Smith <msmith@fluendo.com>
4646
4647         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
4648         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
4649         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4650         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4651         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
4652         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4653         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
4654         (gst_vorbisenc_change_state):
4655           Fix a small memory leak in vorbisenc.
4656           Fix large memory leaks in oggmux, also fix lots of state change
4657           bugs in oggmux.
4658
4659 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4660
4661         * gst/videotestsrc/gstvideotestsrc.c:
4662         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
4663         (gst_videotestsrc_src_fixate):
4664           move fixation to a fixate function
4665           remove negotiate function, basesrc's is good enough
4666           fixes a bug for check when using the element alone
4667
4668 2005-11-13  Edward Hervey  <edward@fluendo.com>
4669
4670         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
4671         (key_toggle_cb), (main):
4672         Added checkboxes for adding/removing the accurate and key_unit seek
4673         flags.
4674
4675 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4676
4677         * configure.ac: back to HEAD
4678
4679 === release 0.9.5 ===
4680
4681 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
4682
4683         * configure.ac:
4684           releasing 0.9.5, "No No Kia"
4685
4686 2005-11-11  Edward Hervey  <edward@fluendo.com>
4687
4688         * examples/seeking/seek.c: (make_parselaunch_pipeline):
4689         Added parse-launch syntax seeking mode for the seeking example.
4690         This should help stress-test even more cases.
4691         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
4692
4693 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4694
4695         * sys/xvimage/xvimagesink.c:
4696         (gst_xvimagesink_navigation_send_event):
4697           Check whether peer pad exists before sending navigation events
4698           to it.
4699
4700 2005-11-11  Michael Smith <msmith@fluendo.com>
4701
4702         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
4703         (gst_vorbisenc_buffer_from_packet):
4704         * ext/vorbis/vorbisenc.h:
4705           Set duration on encoded buffers. This allows oggmux's
4706           max_page_delay parameter to actually work.
4707
4708 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4709
4710         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4711         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
4712         (gst_ffmpegcsp_avpicture_fill):
4713         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4714         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
4715           Make palettes work again (see #132341). Use our own macros
4716           for rounding up.
4717
4718 2005-11-10  Andy Wingo  <wingo@pobox.com>
4719
4720         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
4721         string doober.
4722
4723 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4724
4725         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4726         (gst_ffmpegcsp_transform_caps):
4727           Prefer passthrough in transform_caps
4728
4729 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4730
4731         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4732           check for ALSA errors properly, instead of relying on ALSA's
4733           error strings to serve to the user.
4734
4735 2005-11-10  Wim Taymans  <wim@fluendo.com>
4736
4737         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
4738         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
4739         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
4740         Modernise the seek code.
4741
4742 2005-11-10  Michael Smith <msmith@fluendo.com>
4743         
4744         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
4745         (setup_substreams), (set_active_source):
4746           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
4747           trying to go to NULL if we failed to read a file.
4748
4749 2005-11-10  Wim Taymans  <wim@fluendo.com>
4750
4751         * gst/audiotestsrc/gstaudiotestsrc.c:
4752         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
4753         (gst_audiotestsrc_create):
4754         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4755         (gst_sinesrc_get_times), (gst_sinesrc_create):
4756         * gst/videotestsrc/gstvideotestsrc.c:
4757         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
4758         (gst_videotestsrc_create):
4759         The base class can now sync for us.
4760
4761 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4762
4763         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
4764           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
4765           name=source autoprobe=false autoprobe-fps=false copy-mode=1
4766           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
4767           format=(fourcc)I420" ! xvimagesink
4768
4769 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4770
4771         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4772         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
4773         (gst_sinesrc_newsegment):
4774           Send newsegment event in TIME format, set duration if
4775           num-buffers is set, fix duration querying.
4776
4777 2005-11-10  Michael Smith <msmith@fluendo.com>
4778
4779         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4780         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4781         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4782         (gst_ogg_mux_collected):
4783          Fix EOS handling, partially. Now forwarding an EOS event once we have
4784          EOS on all pads works correctly. However, we still don't properly set
4785          EOS on the actual ogg stream pages.
4786
4787 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4788
4789         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
4790           Set elements to NULL state before disposing of them.
4791
4792 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
4793
4794         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4795
4796         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4797         (gst_base_rtp_depayload_init),
4798         (gst_base_rtp_depayload_set_gst_timestamp):
4799         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4800           We need to send a newsegment event for each instance, not
4801           just for the first instance of this class (get rid of
4802           static variable in function). (#321011).
4803           
4804 2005-11-08  Michael Smith <msmith@fluendo.com>
4805
4806         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4807         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
4808         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
4809         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
4810           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
4811           This makes us mux things correctly according to the ogg muxing
4812           rules. Still not handling EOS correctly right now, though.
4813
4814 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4815
4816         * gst/audioconvert/gstaudioconvert.c:
4817           Fix typo in docs. 
4818
4819 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4820
4821         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4822         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
4823           Initialise segment_stop to GST_CLOCK_TIME_NONE when
4824           creating a new chain; should fix live streaming. Also
4825           add more debug output and fix a typo.
4826
4827 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
4828
4829         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4830
4831         * gst/volume/gstvolume.c: (volume_set_caps):
4832           Fix compilation on Solaris with Forte. (#320923)
4833
4834 2005-11-08  Wim Taymans  <wim@fluendo.com>
4835
4836         * gst-libs/gst/audio/gstbaseaudiosink.c:
4837         (gst_base_audio_sink_render):
4838         No need to do a typecheck.
4839
4840 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
4841
4842         * ext/alsa/gstalsa.h:
4843           We register a debug category, so let's use it.
4844
4845 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4846
4847         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4848         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
4849         Fixed a small problem.
4850
4851 2005-11-04  Wim Taymans  <wim@fluendo.com>
4852
4853         * examples/seeking/Makefile.am:
4854         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
4855         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
4856         (make_playerbin_pipeline), (format_value), (update_scale),
4857         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
4858         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
4859         (print_usage), (main):
4860         Added app for playback speed testing.
4861
4862         * examples/seeking/seek.c: (dynamic_link),
4863         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
4864         (make_mpeg_pipeline), (do_seek), (set_update_scale),
4865         (message_received), (main):
4866         Updated seek example.
4867
4868 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4869
4870         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4871         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4872         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
4873         (gst_base_rtp_depayload_set_clock):
4874         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4875         Don't sleep on the bench (system clock) when you have a nice 
4876         comfortable bed (Gstreamer clock) to sleep on.
4877
4878 2005-11-03  Wim Taymans  <wim@fluendo.com>
4879
4880         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4881         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
4882         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
4883         Handle the case where a pad_block failed.
4884
4885 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
4886
4887         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
4888
4889         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4890         (gst_base_rtp_depayload_add_to_queue),
4891         (gst_base_rtp_depayload_push),
4892         (gst_base_rtp_depayload_set_gst_timestamp),
4893         (gst_base_rtp_depayload_queue_release):
4894           Fixes some bugs in the depayloader's queuing/de-queueing code.
4895
4896 2005-10-31  Michael Smith <msmith@fluendo.com>
4897
4898         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4899         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
4900         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
4901           Patch from Alessandro Decina <alessandro@nnva.org>.
4902           Make oggdemux only find the final time in a chain, not per-pad,
4903           since the per-pad information can be very expensive to locate, and
4904           it isn't used anywhere. This makes reading a file containing
4905           OggSkeleton reasonably fast.
4906           Also, make chain finding work when there are logical bitstreams that
4907           can't be decoded. Fixes #319110.
4908
4909 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4910
4911         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4912         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4913         (gst_base_rtp_depayload_chain),
4914         (gst_base_rtp_depayload_add_to_queue),
4915         (gst_base_rtp_depayload_push),
4916         (gst_base_rtp_depayload_set_gst_timestamp),
4917         (gst_base_rtp_depayload_queue_release),
4918         (gst_base_rtp_depayload_start_thread),
4919         (gst_base_rtp_depayload_set_property),
4920         (gst_base_rtp_depayload_get_property):
4921         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4922         Some random fixes, to fullfill the desires of thomas.
4923
4924 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4925
4926         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4927         (gst_base_rtp_depayload_add_to_queue),
4928         (gst_base_rtp_depayload_push):
4929         Fixed the queueing algorithm.
4930
4931 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4932
4933         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4934         (gst_base_rtp_depayload_push):
4935         A small fix
4936
4937 2005-10-31  Wim Taymans  <wim@fluendo.com>
4938
4939         * gst-libs/gst/audio/gstringbuffer.h:
4940         Don't break ABI.
4941
4942         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4943         (gst_ffmpeg_caps_to_pixfmt):
4944         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4945         (gst_ffmpegcsp_set_caps):
4946         Some more comments.
4947         Handle missing required caps fields better.
4948
4949 2005-10-31  Wim Taymans  <wim@fluendo.com>
4950
4951         * gst-libs/gst/audio/gstbaseaudiosink.c:
4952         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
4953         (gst_base_audio_sink_render):
4954         * gst-libs/gst/audio/gstringbuffer.c:
4955         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
4956         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
4957         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
4958         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
4959         (gst_ring_buffer_read):
4960         * gst-libs/gst/audio/gstringbuffer.h:
4961         Add flushing mode to the ringbuffer so that it in all cases does
4962         not try to handle more audio. This makes sure it does not try to
4963         block anymore when flushing and fixes a livelock.
4964
4965 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
4966
4967         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
4968         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
4969         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
4970           Explicitly check for -1 values before doing a conversion
4971           and always map them to -1. (#315545)
4972
4973 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4974
4975         * gst/playback/gstplaybin.c: (gen_video_element):
4976           first try autovideosink, then xvimagesink, then error out
4977         * po/POTFILES.in:
4978           add translatable file
4979         * po/af.po:
4980         * po/az.po:
4981         * po/cs.po:
4982         * po/en_GB.po:
4983         * po/hu.po:
4984         * po/it.po:
4985         * po/nb.po:
4986         * po/nl.po:
4987         * po/or.po:
4988         * po/sq.po:
4989         * po/sr.po:
4990         * po/sv.po:
4991         * po/uk.po:
4992         * po/vi.po:
4993           update translations
4994
4995 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
4996
4997         * gst-libs/gst/rtp/gstbasedepayload.c:
4998         * gst-libs/gst/rtp/gstbasedepayload.h:
4999           Minor cleanups
5000
5001 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
5002
5003         * gst/playback/.cvsignore:
5004         * gst/playback/decodetest.c:
5005         * gst/playback/test3.c:
5006           Port these two tests as well.
5007
5008 2005-10-27  Wim Taymans  <wim@fluendo.com>
5009
5010         * ext/theora/theoradec.c: (theora_dec_src_query),
5011         (theora_dec_sink_event):
5012         * ext/theora/theoraenc.c: (theora_enc_sink_event),
5013         (theora_enc_change_state):
5014         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5015         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
5016         Take proper locks when handling events.
5017
5018 2005-10-27  Wim Taymans  <wim@fluendo.com>
5019
5020         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
5021         (gst_adder_change_state):
5022         Fix timestamps and fix deadlock when stopping the collectpads.
5023
5024 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
5025
5026         * gst-libs/gst/rtp/gstrtpbuffer.h:
5027         Declaring the payload types as strings too so that they can be used
5028         in the padtemplate inialization.
5029
5030 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
5031
5032         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
5033
5034         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5035         (gst_base_rtp_depayload_class_init):
5036         Fixes a small but nasty bug. The derived elements no longer segfaults
5037         on finalization.
5038
5039 2005-10-26  Michael Smith <msmith@fluendo.com>
5040
5041         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
5042           When clearing an audioconvert context, set tmpbufsize to zero, so
5043           we'll allocate it again later if required.
5044           This fixes audioconvert re-negotiating formats, which previously
5045           segfaulted with a NULL destination buffer.
5046
5047 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
5048
5049         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5050         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
5051         (gst_base_rtp_depayload_set_gst_timestamp),
5052         (gst_base_rtp_depayload_queue_release):
5053         Fixed a smalll memleak.
5054
5055 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
5056         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5057         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
5058         (gst_base_rtp_depayload_finalize),
5059         (gst_base_rtp_depayload_setcaps),
5060         (gst_base_rtp_depayload_add_to_queue),
5061         (gst_base_rtp_depayload_push),
5062         (gst_base_rtp_depayload_set_gst_timestamp),
5063         (gst_base_rtp_depayload_queue_release),
5064         (gst_base_rtp_depayload_thread),
5065         (gst_base_rtp_depayload_change_state):
5066         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5067         Changed the C++ comments to C comments
5068
5069 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5070
5071         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
5072         * gst/tcp/gsttcpclientsrc.h:
5073         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
5074         * gst/tcp/gsttcpserversrc.h:
5075           Remove unused 'curoffset' structure member.
5076
5077 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
5078
5079         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5080         (gst_base_rtp_depayload_base_init),
5081         (gst_base_rtp_depayload_finalize):
5082         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5083         * gst-libs/gst/rtp/gstbasertppayload.h:
5084           The pad-template on the sinkpad should be set by the derived classes.
5085           Also added some useful macros.
5086
5087 2005-10-24  Wim Taymans  <wim@fluendo.com>
5088
5089         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5090         Correctly flush decoder samples even if we could not
5091         copy them to an output buffer. Fixes #319618.
5092
5093 2005-10-24  Julien MOUTTE  <julien@moutte.net>
5094
5095         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
5096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
5097         the caps against our xcontext caps.
5098
5099 2005-10-24  Wim Taymans  <wim@fluendo.com>
5100
5101         * gst-libs/gst/audio/gstbaseaudiosink.c:
5102         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
5103         Remove g_print
5104         Use sync property from baseclass to disable sync.
5105
5106 2005-10-24  Wim Taymans  <wim@fluendo.com>
5107
5108         * gst-libs/gst/audio/gstbaseaudiosink.c:
5109         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
5110         Buffers with no timestamps get aligned with previous buffers or
5111         on underrun, played ASAP.
5112
5113 2005-10-24  Julien MOUTTE  <julien@moutte.net>
5114
5115         * gst-libs/gst/video/video.h:
5116         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5117         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
5118         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
5119         here comes my change on caps for framerate and geometry range.
5120         We are now accepting 1 to MAXINT for width and height, and from
5121         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
5122         to be blended correctly in videomixer.
5123
5124 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5125
5126         * configure.ac:
5127           back to HEAD
5128
5129 === release 0.9.4 ===
5130
5131 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5132
5133         * NEWS:
5134         * RELEASE:
5135         * configure.ac:
5136           releasing 0.9.4, "Velociraptor"
5137
5138 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5139
5140         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
5141         * po/POTFILES.in:
5142           STOPPED -> FAILED
5143
5144 2005-10-21  Wim Taymans  <wim@fluendo.com>
5145
5146         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5147         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
5148         (pad_blocked), (close_pad_link), (new_pad):
5149         Don't try to remove elements twice.
5150
5151 2005-10-21  Wim Taymans  <wim@fluendo.com>
5152
5153         * ext/theora/theoradec.c: (theora_dec_src_query),
5154         (theora_dec_sink_event):
5155         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5156         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5157         (vorbis_handle_data_packet):
5158         * ext/vorbis/vorbisdec.h:
5159         Fix old naming.
5160
5161         * gst-libs/gst/audio/gstbaseaudiosink.c:
5162         (gst_base_audio_sink_render):
5163         Don't try to sync on buffers without a timestamp.
5164
5165 2005-10-21  Wim Taymans  <wim@fluendo.com>
5166
5167         * ext/theora/theoradec.c: (theora_dec_src_query),
5168         (theora_dec_sink_event):
5169         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5170         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5171         (vorbis_handle_data_packet):
5172         * ext/vorbis/vorbisdec.h:
5173         Fix old naming.
5174
5175 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5176
5177         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
5178         (gst_vorbisenc_src_query):
5179           Implement position and duration queries.
5180
5181         * gst/playback/test3.c: (update_scale), (main):
5182           Fix for async state changes and print nicer output.
5183
5184 2005-10-20  Wim Taymans  <wim@fluendo.com>
5185
5186         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5187         (dump_element_stats), (main):
5188         * gst/playback/test6.c: (main):
5189         Fix tests again
5190
5191 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5192
5193         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
5194         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5195           Don't use functions for position queries when handling
5196           duration queries.
5197
5198 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5199
5200         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5201         (vorbis_handle_data_packet), (vorbis_dec_chain),
5202         (vorbis_dec_change_state):
5203         * ext/vorbis/vorbisdec.h:
5204           Vorbis streams can be embedded in other container formats
5205           than ogg, container formats where the demuxer might set 
5206           timestamps on encoded vorbis buffers instead of those silly 
5207           granulepos thingies. In short: make vorbisdec handle 
5208           timestamps on incoming buffers as well.
5209
5210 2005-10-20  Wim Taymans  <wim@fluendo.com>
5211
5212         * gst/playback/gstplaybasebin.c: (group_destroy),
5213         (gst_play_base_bin_change_state):
5214         Fix leak.
5215         Handle case where playbasebin is now ASYNC because
5216         decodebin is.
5217
5218 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5219
5220         * gst/audioconvert/Makefile.am:
5221         * gst/audioconvert/bufferframesconvert.c:
5222         * gst/audioconvert/plugin.c: (plugin_init):
5223         * gst/audioconvert/plugin.h:
5224           And bye bye buffer-frames-convert
5225
5226 2005-10-19  Wim Taymans  <wim@fluendo.com>
5227
5228         * check/elements/audioconvert.c:
5229         * docs/libs/tmpl/gstaudio.sgml:
5230         * docs/libs/tmpl/gstcolorbalance.sgml:
5231         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5232         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
5233         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
5234         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
5235         * gst-libs/gst/audio/audio.h:
5236         * gst/audioconvert/audioconvert.h:
5237         * gst/audioconvert/gstaudioconvert.c:
5238         (gst_audio_convert_parse_caps):
5239         * gst/volume/gstvolume.c:
5240         Bye bye buffer-frames.
5241
5242 2005-10-19  Wim Taymans  <wim@fluendo.com>
5243
5244         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5245         (query_positions_elems), (query_positions_pads), (update_scale),
5246         (do_seek), (set_update_scale), (message_received), (main):
5247         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5248         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
5249         (gst_ogg_demux_loop):
5250         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
5251         * ext/theora/theoradec.c: (theora_dec_src_query),
5252         (theora_dec_sink_event):
5253         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5254         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
5255         * gst/adder/gstadder.c: (gst_adder_query):
5256         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
5257         * gst/playback/test3.c: (update_scale):
5258         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5259         (dump_element_stats), (main):
5260         * gst/playback/test6.c: (main):
5261         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5262         Query API update.
5263
5264 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5265
5266         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
5267         (xml_check_first_element), (xml_type_find), (smil_type_find),
5268         (plugin_init):
5269           Add typefinding for SMIL and for generic XML. Based on patch by
5270           Akos Maroy (#308663).
5271
5272 2005-10-18  Wim Taymans  <wim@fluendo.com>
5273
5274         * gst/playback/Makefile.am:
5275         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5276         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
5277         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
5278         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
5279         (gst_decode_bin_change_state):
5280         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5281         (gst_play_bin_send_event_to_sink):
5282         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5283         (dump_element_stats), (main):
5284         * gst/playback/test6.c: (main):
5285         Make playbin async, it'll commit state to paused when all streams
5286         are detected.
5287         Remove ugly hack.
5288         Added test6.c to show async behaviour.
5289
5290 2005-10-18  Wim Taymans  <wim@fluendo.com>
5291
5292         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5293         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
5294         Fix for segment-start/stop API change.
5295
5296 2005-10-18  Wim Taymans  <wim@fluendo.com>
5297
5298         * check/Makefile.am:
5299         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
5300         (main):
5301         Add future test for clock selection.
5302
5303 2005-10-18  Wim Taymans  <wim@fluendo.com>
5304
5305         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
5306         (gst_alsasink_close):
5307         Set handle to NULL.
5308
5309         * gst-libs/gst/audio/gstringbuffer.c:
5310         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5311         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
5312         (gst_ring_buffer_start), (gst_ring_buffer_pause),
5313         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
5314         (gst_ring_buffer_read):
5315         More debug info.
5316
5317 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
5318
5319         * gst/audiotestsrc/Makefile.am:
5320         * gst/sine/Makefile.am:
5321         * gst/volume/Makefile.am:
5322           fix broken build of controllerized plugins
5323
5324 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
5325
5326         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5327
5328         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5329         (gst_riff_create_video_template_caps):
5330           Add support for Indeo-3 (IV32).
5331
5332 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5333
5334         * configure.ac:
5335           rewrite
5336
5337 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5338
5339         * gst-libs/gst/video/video.c: (gst_video_get_size):
5340         * gst/audiotestsrc/gstaudiotestsrc.c:
5341           doc updates
5342
5343 2005-10-17  Andy Wingo  <wingo@pobox.com>
5344
5345         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
5346         with the collectpads change.
5347         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
5348
5349         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
5350
5351         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
5352
5353         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
5354         alloc_buffer flow return to callers.
5355         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
5356         change. Fix some memleaks in theoraenc.
5357
5358         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
5359         in strange circumstance.
5360
5361 2005-10-17  Julien MOUTTE  <julien@moutte.net>
5362
5363         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5364         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
5365         from caps, let's use the caps...
5366
5367 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5368
5369         * configure.ac:
5370           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
5371
5372 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5373
5374         * gst-libs/gst/interfaces/Makefile.am:
5375           fix silly typo
5376
5377 2005-10-16  Andy Wingo  <wingo@pobox.com>
5378
5379         * gst/playback/gstdecodebin.c
5380         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
5381         function!
5382         (try_to_link_1): Increase kraziness level.
5383
5384 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5385
5386         * configure.ac:
5387           restructure like the core one
5388         * gst-libs/gst/audio/Makefile.am:
5389         * gst-libs/gst/interfaces/Makefile.am:
5390         * gst-libs/gst/net/Makefile.am:
5391         * gst-libs/gst/riff/Makefile.am:
5392         * gst-libs/gst/rtp/Makefile.am:
5393         * gst-libs/gst/tag/Makefile.am:
5394         * gst-libs/gst/video/Makefile.am:
5395           use correct linker flags, now the libs are properly versioned
5396         * check/elements/audioconvert.c: (verify_convert):
5397         * ext/alsa/gstalsaplugin.c:
5398         * ext/cdparanoia/gstcdparanoia.c:
5399         * ext/gnomevfs/gstgnomevfs.c:
5400         * ext/libvisual/visual.c:
5401         * ext/ogg/gstogg.c:
5402         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
5403         * ext/theora/theora.c:
5404         * ext/vorbis/vorbis.c:
5405         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5406         * gst-libs/gst/tag/gsttagediting.c:
5407         * gst-libs/gst/video/video.c:
5408         * gst/adder/gstadder.c:
5409         * gst/audioconvert/plugin.c:
5410         * gst/audiorate/gstaudiorate.c:
5411         * gst/audioresample/gstaudioresample.c:
5412         * gst/audioresample/resample_ref.c: (resample_scale_ref):
5413         * gst/audioscale/gstaudioscale.c:
5414         * gst/audioscale/resample.c:
5415         * gst/audiotestsrc/gstaudiotestsrc.c:
5416         * gst/ffmpegcolorspace/gstffmpeg.c:
5417         * gst/playback/gstdecodebin.c: (close_pad_link):
5418         * gst/playback/gstplaybin.c: (gen_video_element),
5419         (gen_audio_element):
5420         * gst/sine/gstsinesrc.c:
5421         * gst/subparse/gstsubparse.c:
5422         * gst/tags/gsttagediting.c:
5423         * gst/tcp/gsttcpplugin.c:
5424         * gst/typefind/gsttypefindfunctions.c:
5425         * gst/videorate/gstvideorate.c:
5426         * gst/videoscale/gstvideoscale.c:
5427         * gst/videotestsrc/gstvideotestsrc.c:
5428         * gst/volume/gstvolume.c:
5429         * sys/v4l/gstv4l.c:
5430         * sys/ximage/ximage.c:
5431         * sys/xvimage/xvimagesink.c:
5432           fix up defines
5433
5434 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5435
5436         * ext/vorbis/vorbisenc.c:
5437         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5438         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
5439         (gst_tag_to_vorbis_comments):
5440           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
5441
5442 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
5443
5444         * examples/stats/mp2ogg.c:
5445         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5446           typo fixes
5447
5448 2005-10-13  Michael Smith <msmith@fluendo.com>
5449
5450         * ext/ogg/gstoggmux.c:
5451           Use magic glib macros to define constants as 64 bit, to ensure
5452           appropriate vararg passing.
5453
5454 2005-10-13  Michael Smith <msmith@fluendo.com>
5455
5456         * ext/ogg/gstoggmux.c:
5457         * gst/audioconvert/audioconvert.c: (float):
5458           Don't use LL suffix, as it's not portable, and neither of these
5459           uses required it anyway.
5460
5461 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
5462
5463         * examples/indexing/indexmpeg.c: (main):
5464         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
5465         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
5466         (cdparanoia_convert), (cdparanoia_query):
5467         * ext/cdparanoia/gstcdparanoia.h:
5468         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
5469         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
5470         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
5471         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
5472         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
5473         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
5474         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
5475         (gst_multifdsink_render), (gst_multifdsink_start),
5476         (gst_multifdsink_stop):
5477         * gst/tcp/gstmultifdsink.h:
5478         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
5479         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
5480         (gst_tcpclientsink_stop):
5481         * gst/tcp/gsttcpclientsink.h:
5482         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
5483         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
5484         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
5485         * gst/tcp/gsttcpclientsrc.h:
5486         * gst/tcp/gsttcpserversink.h:
5487         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
5488         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
5489         (gst_tcpserversrc_stop):
5490         * gst/tcp/gsttcpserversrc.h:
5491         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
5492         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
5493         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
5494           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
5495           moved bitshift from macro to enum definition
5496
5497 2005-10-12  Wim Taymans  <wim@fluendo.com>
5498
5499         * examples/seeking/Makefile.am:
5500         Oops.
5501
5502 2005-10-12  Wim Taymans  <wim@fluendo.com>
5503
5504         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5505         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5506         Don't assert on normal stuff.
5507
5508         * gst/playback/gstplaybin.c: (do_playbin_seek):
5509         API fix.
5510
5511 2005-10-12  Wim Taymans  <wim@fluendo.com>
5512
5513         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5514         * examples/seeking/Makefile.am:
5515         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
5516         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5517         (do_seek), (set_update_scale), (message_received), (main):
5518         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5519         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5520         Update for _get_state() API change.
5521
5522 2005-10-11  Wim Taymans  <wim@fluendo.com>
5523
5524         * gst-libs/gst/audio/gstbaseaudiosink.c:
5525         (gst_base_audio_sink_render):
5526         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5527         (gst_base_audio_src_create):
5528         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5529         (gst_ring_buffer_read):
5530         Cleanups.
5531         Commit and read from ringbuffer in samples rather than bytes.
5532
5533 2005-10-11  Wim Taymans  <wim@fluendo.com>
5534
5535         * gst-libs/gst/audio/gstbaseaudiosink.c:
5536         (gst_base_audio_sink_render):
5537         Respect segment rate and accum when scheduling samples.
5538
5539 2005-10-11  Julien MOUTTE  <julien@moutte.net>
5540
5541         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5542         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
5543         EOS correctly, that needs more work.
5544
5545 2005-10-11  Wim Taymans  <wim@fluendo.com>
5546
5547         * check/generic/states.c: (GST_START_TEST):
5548         remove old property.
5549
5550         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5551         (gst_ogg_demux_perform_seek):
5552         * ext/theora/theoradec.c: (theora_dec_sink_event):
5553         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5554         (vorbis_handle_data_packet):
5555         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5556         (gst_base_rtp_depayload_set_gst_timestamp):
5557         * gst/videorate/gstvideorate.c: (gst_videorate_event):
5558         Update for newsegment API change.
5559
5560 2005-10-11  Michael Smith <msmith@fluendo.com>
5561
5562         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
5563         (do_playbin_seek), (gst_play_bin_send_event):
5564           Override send_event differently, so that we can takes bits of
5565           functionality from GstPipeline (special handling for seeks,
5566           including pausing/resuming, and resetting stream time) and still get
5567           the appropriate behaviour of only forwarding event to a single sink,
5568           rather than all of them.
5569           Unfortunately requires a lot of code duplication, but the
5570           alternatives are equally ugly in the end.
5571
5572 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5573
5574         * check/elements/audioconvert.c: (setup_audioconvert),
5575         (cleanup_audioconvert), (get_int_caps), (verify_convert),
5576         (GST_START_TEST), (audioconvert_suite):
5577           clean up tests a little, fix some leaks.
5578
5579 2005-10-10  Wim Taymans  <wim@fluendo.com>
5580
5581         * ext/alsa/gstalsasink.c:
5582         Also allow unsigned int.
5583
5584         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5585         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5586         Small cleanup
5587
5588 2005-10-10  Wim Taymans  <wim@fluendo.com>
5589
5590         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5591         Small update, use API as stated in design docs.
5592
5593         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5594         (update_scale), (do_seek), (seek_cb), (set_update_scale),
5595         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
5596         (message_received), (main):
5597         Updated seek example for GOption. Some usability improvements.
5598
5599 2005-10-10  Wim Taymans  <wim@fluendo.com>
5600
5601         * gst/audioconvert/audioconvert.h:
5602         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
5603         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
5604         Alloc temp storage somewhere else where we can do it more
5605         portable.
5606
5607 2005-10-10  Wim Taymans  <wim@fluendo.com>
5608
5609         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
5610         (gst_tcpserversrc_start):
5611         Don't block in accept while doing the state change, move
5612         to poll and make cancellable.
5613
5614 2005-10-09  Philippe Khalaf <burger@speedy.org>
5615
5616         * gst-libs/gst/rtp/rtpbasedepayload.c:
5617         Set timestamp and add queue delay to timestamp
5618         * gst-libs/gst/rtp/rtpbuffer.h:
5619         Set correct payload type for h263
5620
5621 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5622
5623         * gst/audiotestsrc/gstaudiotestsrc.c:
5624         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
5625         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
5626         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
5627         (gst_audiotestsrc_create_triangle),
5628         (gst_audiotestsrc_create_silence),
5629         (gst_audiotestsrc_create_white_noise),
5630         (gst_audiotestsrc_init_pink_noise),
5631         (gst_audiotestsrc_generate_pink_noise_value),
5632         (gst_audiotestsrc_create_pink_noise),
5633         (gst_audiotestsrc_change_wave):
5634         * gst/audiotestsrc/gstaudiotestsrc.h:
5635           fixed typo, added pink noise
5636
5637 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5638
5639         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
5640         (plugin_init):
5641           Add wavpack and spc typefind functions from 0.8 branch.
5642
5643 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5644
5645         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
5646         (ar_type_find), (msdos_type_find), (plugin_init):
5647           Add typefind functions for tar archives, ar archives,
5648           RAR archives, and msdos-executables (dlls, exe, etc.).
5649           Some of those would be wrongly identified as mpeg
5650           streams of some sort before (#315550).
5651
5652 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5653
5654         * configure.ac:
5655         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5656         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5657         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
5658         * gst/audiotestsrc/Makefile.am:
5659         * gst/audiotestsrc/gstaudiotestsrc.c:
5660         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
5661         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
5662         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
5663         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
5664         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
5665         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
5666         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
5667         (gst_audiotestsrc_create_silence),
5668         (gst_audiotestsrc_create_white_noise),
5669         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
5670         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
5671         (gst_audiotestsrc_start), (plugin_init):
5672         * gst/audiotestsrc/gstaudiotestsrc.h:
5673           add new plugin and element
5674         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
5675           use gobject_class
5676
5677 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5678
5679         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
5680         (gst_adder_init), (gst_adder_request_new_pad),
5681         (gst_adder_change_state):
5682           Add query function to source pad, so adder reports the correct
5683           time/sample position when queried (#315457); fix state change
5684           function; use GST_DEBUG_FUNCPTR() for pad functions.
5685
5686 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5687
5688         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
5689           Fix leaks in typefind registration
5690           Clean up the gratuitous commenting and whitespacing a little
5691
5692 2005-10-08  Wim Taymans  <wim@fluendo.com>
5693
5694         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
5695         Only actually wait for the thread to be stopped if it's 
5696         running.
5697
5698 2005-10-08  Wim Taymans  <wim@fluendo.com>
5699
5700         * gst-libs/gst/audio/gstbaseaudiosink.c:
5701         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5702         If we receive EOS we can start playback of what we had.
5703
5704 2005-10-08  Wim Taymans  <wim@fluendo.com>
5705
5706         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
5707         (gst_multifdsink_finalize), (multifdsink_hash_remove),
5708         (gst_multifdsink_stop):
5709         Fix crasher when going to NULL multiple times.
5710
5711 2005-10-06  Wim Taymans  <wim@fluendo.com>
5712
5713         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
5714         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5715         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5716         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
5717         patch from Edgard Lima <edgard.lima@indt.org.br>
5718         Fixed gstbaseaudiosrc adding ring buffer sync to it.
5719
5720 2005-10-06  Wim Taymans  <wim@fluendo.com>
5721
5722         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
5723         Report the FLOW_RETURN as string in the error message.
5724
5725         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
5726         Don't assert when clearing an unnegotiated buffer.
5727
5728 2005-10-04  Michael Smith <msmith@fluendo.com>
5729
5730         * gst/playback/gstplaybasebin.c: (group_destroy),
5731         (gen_preroll_element), (remove_groups), (setup_source):
5732         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
5733         (setup_sinks), (gst_play_bin_send_event),
5734         (gst_play_bin_change_state):
5735           Set state to NULL before removing from bin. Fix refcounting.
5736
5737 2005-10-04  Michael Smith <msmith@fluendo.com>
5738
5739         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
5740           Correct refcounting in send_event() function. Previously was wrong
5741           if the first sink was unable to handle the event.
5742
5743 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5744
5745         * configure.ac:
5746           back to development
5747
5748 === release 0.9.3 ===
5749
5750 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5751
5752         * configure.ac:
5753           Releasing 0.9.3, "De Facto"
5754
5755 2005-10-03  Andy Wingo  <wingo@pobox.com>
5756
5757         * gst/playback/gstdecodebin.c (try_to_link_1)
5758         (remove_element_chain): set element to NULL before removing it.
5759
5760 2005-10-02  Johan Dahlin  <johan@gnome.org>
5761
5762         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
5763         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
5764         MT safe.
5765
5766 2005-10-02  Andy Wingo  <wingo@pobox.com>
5767
5768         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
5769         (gst_ring_buffer_prepare_read): 
5770         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
5771         Demote to LOG.
5772
5773 2005-09-29  Wim Taymans  <wim@fluendo.com>
5774
5775         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
5776         * ext/theora/theoradec.c: (theora_handle_data_packet):
5777         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5778         Propagate error codes from alloc_buffer too.
5779
5780 2005-09-29  Wim Taymans  <wim@fluendo.com>
5781
5782         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5783         We use fixed caps.
5784
5785         * gst/playback/Makefile.am:
5786         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5787         (dump_element_stats), (main):
5788         Added example stream introspection code.
5789
5790 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
5791
5792         * gst/adder/gstadder.c: (gst_adder_collected):
5793           fix adder for float elements
5794
5795 2005-09-28  Wim Taymans  <wim@fluendo.com>
5796
5797         * gst-libs/gst/audio/gstbaseaudiosink.c:
5798         (gst_base_audio_sink_class_init),
5799         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
5800         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5801         (gst_base_audio_src_class_init),
5802         (gst_base_audio_src_provide_clock):
5803         get_clock -> provide_clock
5804
5805 2005-09-28  Andy Wingo  <wingo@pobox.com>
5806
5807         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
5808         and unlocking.
5809
5810         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
5811         unlocking.
5812
5813         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
5814         Actually add the pad template.
5815         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
5816
5817         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
5818         I'm at it...
5819
5820         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
5821         from fdsrc. Get caps in create() instead of start() so it can be
5822         interrupted. Interruption somewhat untested.
5823
5824         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
5825         Proper EOS handling.
5826
5827 2005-09-27  Andy Wingo  <wingo@pobox.com>
5828
5829         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
5830
5831         * gst/tcp/gsttcpserversrc.c: Cleaned up.
5832
5833         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
5834
5835         * gst/tcp/gsttcp.h: 
5836         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
5837         out of tcpclientsrc.c. Cancellable.
5838         (gst_tcp_socket_read): Made private, cancellable, with better
5839         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
5840         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
5841         whole buffer, and better diagnostics.
5842         (gst_tcp_gdp_read_caps): Same.
5843
5844         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
5845
5846 2005-09-26  Andy Wingo  <wingo@pobox.com>
5847
5848         * gst/sine/gstsinesrc.h:
5849         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
5850         change the 'sync' property to 'is-live' and implement it halfway,
5851         update for controller api change.
5852
5853         * gst/volume/gstvolume.c (volume_transform_ip): Update for
5854         controller api change.
5855
5856 2005-09-24  Wim Taymans  <wim@fluendo.com>
5857
5858         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
5859         * gst-libs/gst/audio/gstaudiosink.c:
5860         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
5861         (gst_audioringbuffer_stop):
5862         * gst-libs/gst/audio/gstbaseaudiosink.c:
5863         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
5864         (gst_base_audio_sink_change_state):
5865         * gst-libs/gst/audio/gstbaseaudiosink.h:
5866         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
5867         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5868         (gst_ring_buffer_commit), (gst_ring_buffer_read):
5869         * gst-libs/gst/audio/gstringbuffer.h:
5870         Fix sync again. Moved sample alignment to basesink.
5871
5872 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5873
5874         * docs/plugins/Makefile.am:
5875         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5876         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5877         * gst/volume/gstvolume.c:
5878           add/fix docs
5879         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
5880         * gst-libs/gst/audio/audio.h:
5881           add conversion macros for frames <-> clocktime
5882
5883 2005-09-23  David Schleef  <ds@schleef.org>
5884
5885         * gst/audioresample/Makefile.am:
5886         * gst/audioresample/debug.h:
5887         * gst/audioresample/gstaudioresample.c:
5888         * gst/audioresample/resample.c: Convert to using gst debugging
5889
5890 2005-09-22  Wim Taymans  <wim@fluendo.com>
5891
5892         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5893         (gst_play_bin_send_event):
5894         Only seek on one sink, the first one that succeeds.
5895
5896 2005-09-22  Michael Smith <msmith@fluendo.com>
5897
5898         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
5899         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
5900         Don't flush encoder state unless we have an initialised encoder.
5901         Clear out encoder state on PAUSED_TO_READY.
5902
5903 2005-09-22  Wim Taymans  <wim@fluendo.com>
5904
5905         * gst-libs/gst/rtp/gstbasertppayload.c:
5906         (gst_basertppayload_class_init), (gst_basertppayload_init),
5907         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5908         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5909         (gst_basertppayload_is_filled), (gst_basertppayload_push),
5910         (gst_basertppayload_set_property),
5911         (gst_basertppayload_get_property),
5912         (gst_basertppayload_change_state):
5913         * gst-libs/gst/rtp/gstbasertppayload.h:
5914         Added max-ptime to control amount of data in the rtp packets.
5915
5916 2005-09-21  Andy Wingo  <wingo@pobox.com>
5917
5918         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
5919         thingies.
5920
5921         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
5922         can be called multiple times, dogs.
5923
5924 2005-09-21  Wim Taymans  <wim@fluendo.com>
5925
5926         * gst-libs/gst/rtp/gstbasertppayload.c:
5927         (gst_basertppayload_class_init), (gst_basertppayload_init),
5928         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5929         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5930         (gst_basertppayload_push), (gst_basertppayload_get_property),
5931         (gst_basertppayload_change_state):
5932         Allow 0 ssrc too.
5933
5934 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
5935
5936         * docs/libs/compiling.sgml:
5937           fixing typos
5938
5939 2005-09-20  Wim Taymans  <wim@fluendo.com>
5940
5941         * gst-libs/gst/rtp/gstbasertppayload.c:
5942         (gst_basertppayload_class_init), (gst_basertppayload_init),
5943         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5944         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5945         (gst_basertppayload_push), (gst_basertppayload_set_property),
5946         (gst_basertppayload_get_property),
5947         (gst_basertppayload_change_state):
5948         * gst-libs/gst/rtp/gstbasertppayload.h:
5949         Added property to configure sequence number offsets.
5950
5951 2005-09-20  Wim Taymans  <wim@fluendo.com>
5952
5953         * gst-libs/gst/rtp/gstbasertppayload.c:
5954         (gst_basertppayload_class_init), (gst_basertppayload_init),
5955         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5956         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5957         (gst_basertppayload_push), (gst_basertppayload_set_property),
5958         (gst_basertppayload_get_property),
5959         (gst_basertppayload_change_state):
5960         * gst-libs/gst/rtp/gstbasertppayload.h:
5961         Make timestamp offset configurable.
5962
5963 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5964
5965         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5966           fix wrong pop/unref
5967
5968 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
5969
5970         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5971
5972         * gst-libs/gst/interfaces/propertyprobe.c:
5973         (gst_property_probe_probe_property_name),
5974         (gst_property_probe_needs_probe_name),
5975         (gst_property_probe_get_values_name),
5976         (gst_property_probe_probe_and_get_values_name):
5977           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
5978           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
5979
5980 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5981
5982         * check/Makefile.am:
5983           have some tests be disabled for valgrinding
5984         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
5985         (GST_START_TEST):
5986         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
5987           Fix A Leak.  Chain To Parent Finalize.
5988
5989 2005-09-19  Wim Taymans  <wim@fluendo.com>
5990
5991         * examples/seeking/seek.c: (make_wav_pipeline), (main):
5992         Fixed wav pipeline.
5993
5994 2005-09-19  Wim Taymans  <wim@fluendo.com>
5995
5996         * gst-libs/gst/rtp/gstbasertppayload.c:
5997         (gst_basertppayload_class_init), (gst_basertppayload_init),
5998         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5999         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6000         (gst_basertppayload_push), (gst_basertppayload_get_property),
6001         (gst_basertppayload_change_state):
6002         Posting ERROR and WARNING messages is good.
6003
6004 2005-09-19  Wim Taymans  <wim@fluendo.com>
6005
6006         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6007         (gst_base_rtp_depayload_add_to_queue),
6008         (gst_base_rtp_depayload_push),
6009         (gst_base_rtp_depayload_set_gst_timestamp),
6010         (gst_base_rtp_depayload_queue_release):
6011         This one was not supposed to go in.
6012
6013 2005-09-19  Wim Taymans  <wim@fluendo.com>
6014
6015         * check/pipelines/simple_launch_lines.c: (run_pipeline):
6016         Fix for bus API.
6017
6018         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6019         (gst_base_rtp_depayload_chain),
6020         (gst_base_rtp_depayload_add_to_queue),
6021         (gst_base_rtp_depayload_push),
6022         (gst_base_rtp_depayload_set_gst_timestamp),
6023         (gst_base_rtp_depayload_queue_release):
6024         Some cleanups.
6025
6026         * gst-libs/gst/rtp/gstbasertppayload.c:
6027         (gst_basertppayload_class_init), (gst_basertppayload_init),
6028         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
6029         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6030         (gst_basertppayload_get_property),
6031         (gst_basertppayload_change_state):
6032         Added debugging category.
6033
6034 2005-09-18  David Schleef  <ds@schleef.org>
6035
6036         * gst/playback/gstdecodebin.c: free plugin list correctly
6037         * gst/playback/gstplaybin.c: emit warning if autovideosink
6038           and autoaudiosink can't be found (instead of segfaulting)
6039
6040 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6041
6042         * check/elements/audioconvert.c: (GST_START_TEST):
6043           try out 24 bit conversion
6044
6045 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6046
6047         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6048         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
6049         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
6050         * ext/vorbis/vorbisenc.h:
6051           Fix EOS handling.  Still needs a fix in the ogg muxer to
6052           mark the last page as eos.
6053
6054 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6055
6056         * common/gtk-doc-plugins.mak:
6057         * docs/plugins/Makefile.am:
6058         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6059         * gst/ffmpegcolorspace/Makefile.am:
6060         * gst/ffmpegcolorspace/avcodec.h:
6061         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6062         * gst/tcp/gstmultifdsink.c:
6063           fix up ffmpegcolorspace docs; extract header
6064
6065 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6066
6067         * common/gtk-doc-plugins.mak:
6068         * docs/plugins/Makefile.am:
6069         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6070         * ext/theora/Makefile.am:
6071         * ext/theora/gsttheoraenc.h:
6072         * ext/theora/theoraenc.c:
6073         * ext/vorbis/vorbisenc.c:
6074           pick up signals and args for vorbis; add some docs for vorbis
6075
6076 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6077
6078         * common/gstdoc-scangobj:
6079         * common/gtk-doc-plugins.mak:
6080         * docs/libs/Makefile.am:
6081         * docs/plugins/gst-plugins-base-plugins.args:
6082         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6083         * docs/plugins/gst-plugins-base-plugins.interfaces:
6084         * docs/plugins/gst-plugins-base-plugins.prerequisites:
6085         * docs/plugins/gst-plugins-base-plugins.signals:
6086           only scanobj stuff from our source module.  Not sure yet
6087           if that's correct, given the hierarchy stuff :)
6088
6089 2005-09-15  Wim Taymans  <wim@fluendo.com>
6090
6091         * gst/audioconvert/gstaudioconvert.c:
6092         And enable 24 bits mode as well..
6093
6094 2005-09-15  Wim Taymans  <wim@fluendo.com>
6095
6096         * gst-libs/gst/rtp/Makefile.am:
6097         * gst-libs/gst/rtp/gstbasertppayload.c:
6098         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
6099         (gst_basertppayload_class_init), (gst_basertppayload_init),
6100         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
6101         (gst_basertppayload_chain), (gst_basertppayload_set_options),
6102         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6103         (gst_basertppayload_set_property),
6104         (gst_basertppayload_get_property),
6105         (gst_basertppayload_change_state):
6106         * gst-libs/gst/rtp/gstbasertppayload.h:
6107         Added rtp payloader base class.
6108
6109 2005-09-15  Andy Wingo  <wingo@pobox.com>
6110
6111         * configure.ac (plugindir): Remove the EOL matcher from the
6112         regexp, as it causes me problems. Libtool? Make? Who knows?
6113
6114 2005-09-14  David Schleef  <ds@schleef.org>
6115
6116         * check/generic/states.c: 
6117         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
6118         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
6119           Fixes for changes in registry API.
6120
6121         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
6122           to GST_PLUGIN_LDFLAGS.
6123         * ext/libvisual/visual.c: Make the library shut up.
6124         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
6125         * gst-libs/gst/audio/gstaudiofilter.c: same
6126
6127 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6128
6129         * docs/plugins/Makefile.am:
6130         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6131         * docs/plugins/inspect/plugin-libvisual.xml:
6132         * docs/plugins/tmpl/element-tcpserversink.sgml:
6133         * ext/theora/theoraenc.c:
6134           add libvisual plugin and theoraenc element to docs
6135
6136 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6137
6138         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6139         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6140         * ext/theora/theoraenc.c:
6141           add theoraenc
6142
6143 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
6144
6145         * gst/audioconvert/Makefile.am:
6146           Audioconvert derives from GstBaseTransform and should
6147           link to the library with our base elements to avoid
6148           unresolved symbols. Makes things work with MinGW (#316160)
6149
6150         * gst/playback/test4.c: (main):
6151           Fix MinGW build problem and use g_usleep() instead of 
6152           sleep() (#316162)
6153
6154 2005-09-12  Wim Taymans  <wim@fluendo.com>
6155
6156         * gst/audioconvert/audioconvert.c: (float),
6157         (audio_convert_prepare_context), (audio_convert_convert):
6158         * gst/audioconvert/audioconvert.h:
6159         Cleanups, speedups, simplifications, added back support
6160         for 24 bits.
6161
6162 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6163
6164         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6165         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6166         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6167         * docs/plugins/tmpl/element-tcpserversink.sgml:
6168         * gst/ffmpegcolorspace/gstffmpeg.c:
6169         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6170         * gst/videotestsrc/gstvideotestsrc.c:
6171         * gst/volume/gstvolume.c:
6172           add more elements to the docs
6173
6174 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
6175
6176         * check/Makefile.am:
6177         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
6178         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
6179           Add extra tests for basetransform based components. 
6180           Comment out the test_element_negotiation test until we decide
6181           if it's testing correct behaviour.
6182         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
6183         (gst_visual_chain), (gst_visual_change_state):
6184           Slightly more correct but still bogus timestamping.
6185           Fix state change function.
6186         * gst/audioconvert/gstaudioconvert.c:
6187         (gst_audio_convert_class_init):
6188         * gst/audioresample/gstaudioresample.c:
6189         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6190         (gst_ffmpegcsp_class_init):
6191         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6192         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
6193         (gst_videoscale_prepare_image):
6194         * gst/volume/gstvolume.c: (gst_volume_class_init),
6195         (volume_transform_ip):
6196           Basetransform updates. Enable passthrough modes.
6197         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6198         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
6199         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
6200           Negotiation fix that allows the window to return to the original
6201           size and renegotiate passthrough upstream. Extra debug output.
6202
6203 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6204
6205         * gst/sine/gstsinesrc.c:
6206         * gst/volume/gstvolume.c:
6207           fix up header include
6208
6209 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
6210
6211         * gst-libs/gst/audio/gstbaseaudiosink.c:
6212         (gst_base_audio_sink_render):
6213         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
6214         * gst/volume/gstvolume.c: (gst_volume_class_init),
6215         (volume_transform):
6216           fixing lost sync, some more debugging
6217
6218 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
6219
6220         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6221         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
6222         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
6223         (gst_xvimagesink_check_xshm_calls):
6224           Fix compilation when XShm is not available.
6225
6226 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
6227
6228         * ext/libvisual/visual.c: (gst_visual_dispose),
6229         (gst_visual_getcaps), (gst_visual_src_setcaps),
6230         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
6231         (gst_visual_change_state):
6232           Finish fixing up libvisual plugin so that it runs. 
6233
6234 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6235
6236         * ext/vorbis/vorbisenc.c:
6237         * gst-libs/gst/tag/gstvorbistag.c:
6238           gsttaginterface.h -> gsttagsetter.h
6239
6240 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6241
6242         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
6243           added another test that failes for me (test is not active by default)
6244
6245 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6246
6247         * configure.ac:
6248           v4l2 is no longer in gst-plugins-base
6249
6250 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
6251
6252         * configure.ac:
6253           In the output at the end, don't show the first plugin on the same
6254           line as "Core plug-ins, always built:".
6255           Indent the output as for other plugin categories
6256         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
6257           #define that can be used to not use peer buffer_alloc functions for
6258           test purposes.
6259         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6260         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
6261         (gst_ximagesink_show_frame):
6262         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
6263         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
6264         (gst_xvimagesink_show_frame):
6265           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
6266           fails gracefully instead of XError aborting or deadlocking.
6267
6268 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6269
6270         * ext/libvisual/Makefile.am:
6271           link against gst-base-libs
6272
6273 2005-09-06  David Schleef  <ds@schleef.org>
6274
6275         * configure.ac: Enable libvisual plugin.
6276         * ext/libvisual/Makefile.am:
6277         * ext/libvisual/visual.c: Fixes to make it compile.
6278
6279 === release 0.9.2 ===
6280
6281 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6282
6283         * NEWS:
6284         * RELEASE:
6285         * configure.ac:
6286         * docs/random/ChangeLog-0.8:
6287           releasing 0.9.2, "Spoon"
6288
6289 2005-09-05  Michael Smith <msmith@fluendo.com>
6290
6291         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
6292           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
6293           that in the vorbisenc element.
6294
6295 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6296
6297         * common/gtk-doc-plugins.mak:
6298         * docs/plugins/Makefile.am:
6299           fix distcheck
6300         * gst/audioresample/resample.c:
6301           fix wrong docstring
6302
6303 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6304
6305         * common/gst-xmlinspect.py:
6306         * common/gtk-doc-plugins.mak:
6307           only inspect plugins for this given package
6308           require gst-python 0.9
6309
6310 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6311
6312         * Makefile.am:
6313         * autogen.sh:
6314         * common/gst-xmlinspect.py:
6315         * configure.ac:
6316         * docs/Makefile.am:
6317         * docs/plugins/inspect/plugin-alsa.xml:
6318         * docs/plugins/inspect/plugin-audioresample.xml:
6319         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6320         * docs/plugins/inspect/plugin-ogg.xml:
6321         * docs/plugins/tmpl/element-gnomevfssink.sgml:
6322         * docs/plugins/tmpl/element-multifdsink.sgml:
6323         * docs/plugins/tmpl/element-tcpserversink.sgml:
6324         * docs/plugins/tmpl/element-vorbisenc.sgml:
6325         * gst-plugins-base.spec.in:
6326           various doc-related updates
6327
6328 2005-08-31  Wim Taymans  <wim@fluendo.com>
6329
6330         * gst-libs/gst/audio/gstbaseaudiosink.c:
6331         (gst_base_audio_sink_render):
6332         Resync if the buffer timestamps drift more than a 10th 
6333         of a second.
6334
6335 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
6336
6337         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
6338         (gst_v4lsrc_get_property):
6339           The 'timestamp-offset' property is registered as an int64, so
6340           let's use g_value_{set|get}_int64() in our setter and getter
6341           functions (makes it work and fixes warnings with gst-inspect).
6342
6343 2005-08-30  Wim Taymans  <wim@fluendo.com>
6344
6345         * check/elements/audioconvert.c: (setup_audioconvert):
6346         * check/elements/audioresample.c: (setup_audioresample):
6347         * check/elements/volume.c: (setup_volume):
6348         Fix checks.
6349
6350 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6351
6352         * common/gtk-doc-plugins.mak:
6353         * common/plugins.xsl:
6354         * docs/plugins/Makefile.am:
6355           make module a param
6356
6357 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
6358
6359         * examples/seeking/seek.c: (make_mp3_pipeline),
6360         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
6361         (play_cb), (pause_cb), (stop_cb):
6362           update the example
6363
6364 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
6365
6366         * gst/volume/gstvolume.c: (gst_volume_class_init),
6367         (volume_transform):
6368           do not update controlled params, if buffer has no timestamp
6369
6370 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
6371
6372         * configure.ac:
6373         * gst/sine/Makefile.am:
6374         * gst/volume/Makefile.am:
6375           controllerized elements also need to link against controller-libs ;)
6376
6377 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
6378
6379         * docs/libs/tmpl/gstcolorbalance.sgml:
6380         * docs/libs/tmpl/gstgconf.sgml:
6381         * docs/libs/tmpl/gstmixer.sgml:
6382         * docs/libs/tmpl/gstringbuffer.sgml:
6383         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6384         (gst_sinesrc_create):
6385         * gst/volume/gstvolume.c: (gst_volume_class_init),
6386         (volume_transform):
6387           controllerized two audio plugins
6388
6389 2005-08-29  Andy Wingo  <wingo@pobox.com>
6390
6391         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
6392         (vorbis_handle_data_packet): Fix some int overflow errors.
6393
6394         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
6395         -1.
6396         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
6397         valid.
6398         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
6399         if it's valid. Fixed streaming-mode playback.
6400
6401         * check/elements/volume.c (cleanup_volume): Fix for running
6402         CK_FORK=no.
6403
6404         * check/elements/audioconvert.c: Convert from native endian, not
6405         little endian.
6406
6407 2005-08-29  Michael Smith <msmith@fluendo.com>
6408
6409         * ext/ogg/Makefile.am:
6410         * ext/ogg/gstogg.c: (plugin_init):
6411         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
6412         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
6413         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
6414         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
6415         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
6416         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
6417         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
6418         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
6419         Add an ogg parser element.
6420
6421 2005-08-28  Andy Wingo  <wingo@pobox.com>
6422
6423         * Updates for two-arg init from GST_BOILERPLATE_FULL.
6424
6425 2005-08-26  Wim Taymans  <wim@fluendo.com>
6426
6427         * gst/audioconvert/audioconvert.c: (if), (float),
6428         (audio_convert_get_func_index), (check_default),
6429         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6430         (audio_convert_clean_context), (audio_convert_get_sizes),
6431         (audio_convert_convert):
6432         Cleanups.
6433
6434 2005-08-26  Wim Taymans  <wim@fluendo.com>
6435
6436         * gst/audioconvert/audioconvert.c: (if), (float),
6437         (audio_convert_get_func_index), (check_default),
6438         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6439         (audio_convert_clean_context), (audio_convert_get_sizes),
6440         (audio_convert_convert):
6441         More elegant and working temp buffer selection algo.
6442
6443 2005-08-26  Wim Taymans  <wim@fluendo.com>
6444
6445         * gst/audioconvert/audioconvert.c: (if), (float),
6446         (audio_convert_get_func_index), (check_default),
6447         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6448         (audio_convert_clean_context), (audio_convert_get_sizes),
6449         (get_temp_buffer), (audio_convert_convert):
6450         Use realloc else we lose our original data.
6451
6452 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6453
6454         * gst/audioresample/gstaudioresample.c:
6455           use base class' newsegment to properly timestamp
6456
6457 2005-08-26  Wim Taymans  <wim@fluendo.com>
6458
6459         * gst/audioconvert/audioconvert.c: (if), (float),
6460         (audio_convert_get_func_index), (check_default),
6461         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6462         (audio_convert_clean_context), (audio_convert_get_sizes),
6463         (get_temp_buffer), (audio_convert_convert):
6464         * gst/audioconvert/gstaudioconvert.c:
6465         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
6466         (gst_audio_convert_transform_caps),
6467         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
6468         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
6469         Oops, allocate enough space to perform the channel mix.
6470
6471 2005-08-26  Wim Taymans  <wim@fluendo.com>
6472
6473         * gst/audioconvert/Makefile.am:
6474         * gst/audioconvert/audioconvert.c: (if), (float),
6475         (audio_convert_get_func_index), (check_default),
6476         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6477         (audio_convert_clean_context), (audio_convert_get_sizes),
6478         (get_temp_buffer), (audio_convert_convert):
6479         * gst/audioconvert/audioconvert.h:
6480         * gst/audioconvert/gstaudioconvert.c:
6481         (gst_audio_convert_class_init), (gst_audio_convert_init),
6482         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
6483         (gst_audio_convert_get_unit_size),
6484         (gst_audio_convert_transform_caps),
6485         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
6486         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
6487         * gst/audioconvert/gstaudioconvert.h:
6488         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
6489         (gst_channel_mix_fill_identical),
6490         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
6491         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
6492         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
6493         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
6494         (gst_channel_mix_mix):
6495         * gst/audioconvert/gstchannelmix.h:
6496         Cleanups, librarify a bit, optimize, better negotiation and more.
6497
6498 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6499
6500         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
6501         Another from MikeS:
6502         During typefinding, don't support negative offsets
6503         (offsets from the end of the stream) in our typefind->peek() function
6504         - nothing embedded in ogg ever needs them. However, we need to recognise
6505         those requests and reject them, otherwise we return invalid pointers.
6506
6507 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6508
6509         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6510         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6511         (vorbisdec_finalize), (vorbis_handle_type_packet):
6512           Big shout-out to MikeS for fixing this giant memory leak.
6513           Huzzah!
6514
6515 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6516
6517         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
6518         (audio_convert_get_unit_size):
6519           plug some leaks
6520
6521 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6522
6523         * check/Makefile.am:
6524         * check/elements/audioconvert.c: (setup_audioconvert),
6525         (cleanup_audioconvert), (get_int_caps), (verify_convert),
6526         (GST_START_TEST), (audioconvert_suite), (main):
6527           add a test for audioconvert
6528         * gst/audioresample/gstaudioresample.c:
6529         * gst/audioresample/gstaudioresample.h:
6530           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
6531           note that for buffers of 1/3 sec this means DURATION(c) is 
6532           one nanosecond more than for a and b
6533
6534 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6535
6536         * check/Makefile.am:
6537         * check/elements/audioresample.c: (setup_audioresample),
6538         (cleanup_audioresample), (fail_unless_perfect_stream),
6539         (test_perfect_stream_instance), (GST_START_TEST),
6540           add a check for audioresample
6541         (audioresample_suite), (main):
6542         * check/elements/volume.c: (GST_START_TEST):
6543           remove unused method
6544         * gst/audioresample/gstaudioresample.c:
6545           set correct buffer parameters since we're changing them
6546         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6547           add some debug
6548
6549 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6550
6551         * gst/audioresample/debug.c:
6552         * gst/audioresample/gstaudioresample.c:
6553           add room for extra overlap samples when asked to transform size
6554           protect against possible mem corruption and check for discrepancies
6555           between written size and outbuffer's size so we can warn for
6556           potential problems
6557         * gst/audioresample/resample.c: (resample_init),
6558         (resample_get_output_size_for_input), (resample_get_output_size),
6559         (resample_set_n_channels), (resample_set_format):
6560           set debug level based on RESAMPLE_DEBUG env var
6561           make sure that get_output_size* returns a whole number of
6562           sample_size
6563           set sample_size each time either channel or format is set
6564         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
6565         * gst/audioresample/resample_functable.c:
6566         (resample_scale_functable):
6567         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6568           remove r->sample_size, it's done in resample.c now
6569           add some debugging to the ref implementation
6570           make sure we only give back bytes that are wholes of the sample
6571           size
6572
6573 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
6574         * gst/playback/gstplaybasebin.c: (fill_buffer):
6575         Revert unpopular change for GST_MESSAGE_SRC to GObject.
6576
6577 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
6578
6579         * gst/volume/gstvolume.c:
6580           made set_caps function static
6581
6582 2005-08-24  Wim Taymans  <wim@fluendo.com>
6583
6584         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6585         (gst_vorbisenc_change_state):
6586         Stop leaking taglists.
6587
6588 2005-08-24  Wim Taymans  <wim@fluendo.com>
6589
6590         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6591         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
6592         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
6593         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
6594         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6595         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
6596         Parse seeking events better.
6597         Unref static caps.
6598         Generate correct newsegment events, fixes seeking in live oggs.
6599
6600         * ext/theora/theoradec.c: (theora_dec_src_query),
6601         (theora_dec_src_event), (theora_dec_src_getcaps),
6602         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
6603         Use newsegment values to report correct play time.
6604
6605         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6606         (vorbis_dec_src_event), (vorbis_dec_sink_event):
6607         * ext/vorbis/vorbisdec.h:
6608         Parse and use newsegment values to report correct play time.
6609
6610         * gst-libs/gst/audio/gstbaseaudiosink.c:
6611         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6612         Clear ringbuffer on flush.
6613         Use newsegment values to calculate playback time.
6614
6615         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
6616         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
6617         Basesink does newsegment calculations for us now.
6618
6619 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6620
6621         * check/Makefile.am:
6622         * configure.ac:
6623           add core's plugins to the mix so that playbin works
6624         * check/generic/states.c: (GST_START_TEST):
6625           set a 0 timeout on pipelines, so they don't force the next
6626           state change
6627         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
6628         (gst_play_base_bin_change_state):
6629           remove the crappy error handling and do GST error handling
6630
6631 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6632
6633         * check/Makefile.am:
6634         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
6635           add same test as to core, it bitches out on playbin atm.
6636
6637 2005-08-24  Wim Taymans  <wim@fluendo.com>
6638
6639         * configure.ac:
6640         Remove audioscale.
6641
6642 2005-08-24  Wim Taymans  <wim@fluendo.com>
6643
6644         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
6645         (gst_videoscale_prepare_size), (parse_caps),
6646         (gst_videoscale_set_caps), (gst_videoscale_get_size),
6647         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
6648         (gst_videoscale_transform):
6649         * gst/videoscale/gstvideoscale.h:
6650         Refactor, make use of BaseTranform really well.
6651
6652 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6653
6654         * configure.ac:
6655           compile audioresample
6656         * gst/audioresample/Makefile.am:
6657         * gst/audioresample/buffer.c:
6658         * gst/audioresample/functable.c:
6659         * gst/audioresample/gstaudioresample.c:
6660         * gst/audioresample/gstaudioresample.h:
6661         * gst/audioresample/resample.c:
6662         (resample_get_output_size_for_input):
6663         * gst/audioresample/resample.h:
6664         * gst/audioresample/resample_chunk.c:
6665         * gst/audioresample/resample_functable.c:
6666         * gst/audioresample/resample_ref.c:
6667           port to use basetransform; doesn't work in all cases yet
6668
6669 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6670
6671         * gst/audioconvert/gstaudioconvert.c:
6672         (gst_audio_convert_class_init), (gst_audio_convert_init),
6673         (audio_convert_get_unit_size), (audio_convert_transform_caps),
6674         (audio_convert_fixate_caps), (audio_convert_set_caps),
6675         (audio_convert_transform),
6676         (gst_audio_convert_buffer_to_default_format),
6677         (gst_audio_convert_buffer_from_default_format),
6678         (gst_audio_convert_channels):
6679         * gst/audioconvert/gstchannelmix.c:
6680         * gst/audioconvert/gstchannelmix.h:
6681           port to basetransform
6682         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6683         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
6684         (gst_ffmpegcsp_get_unit_size):
6685         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6686         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
6687           fix for basetransform changes
6688
6689 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6690
6691         * check/Makefile.am:
6692           Add CHECK_CFLAGS and LDFLAGS
6693
6694         * gst/playback/gstplaybasebin.c: (fill_buffer):
6695           GST_MESSAGE_SRC became a GObject
6696
6697 2005-08-24  Wim Taymans  <wim@fluendo.com>
6698
6699         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
6700         (gst_ring_buffer_clear_all):
6701         * gst-libs/gst/audio/gstringbuffer.h:
6702         Added function to clear the ringbuffer.
6703
6704 2005-08-24  Andy Wingo  <wingo@pobox.com>
6705
6706         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
6707         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
6708         of _open and _close.
6709
6710         * sys/v4l/gstv4lxoverlay.h:
6711         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
6712         an Xv connection here, instead of all the time. Make Xv only be
6713         loaded if you axe for it. Kindof a workaround for buggy behaviour
6714         of Xv when using remote xservers (XvQueryExtension would block).
6715         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
6716         replace the _open and _close public API. Only start the xv
6717         connection if necessary.
6718         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
6719
6720 2005-08-23  David Schleef  <ds@schleef.org>
6721
6722         * gst/audioresample/Makefile.am: Leet audioresampling code
6723         * gst/audioresample/buffer.c:
6724         * gst/audioresample/buffer.h:
6725         * gst/audioresample/debug.c:
6726         * gst/audioresample/debug.h:
6727         * gst/audioresample/functable.c:
6728         * gst/audioresample/functable.h:
6729         * gst/audioresample/gstaudioresample.c:
6730         * gst/audioresample/gstaudioresample.h:
6731         * gst/audioresample/resample.c:
6732         * gst/audioresample/resample.h:
6733         * gst/audioresample/resample_chunk.c:
6734         * gst/audioresample/resample_functable.c:
6735         * gst/audioresample/resample_ref.c:
6736
6737 2005-08-23  Wim Taymans  <wim@fluendo.com>
6738
6739         * examples/seeking/seek.c: (make_vorbis_pipeline),
6740         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
6741         Small seek updates.
6742
6743 2005-08-23  Andy Wingo  <wingo@pobox.com>
6744
6745         * gst-libs/gst/audio/gstbaseaudiosrc.c
6746         (gst_base_audio_src_fixate): Only fixate endianness if it is
6747         present in the caps.
6748
6749 2005-08-22  Andy Wingo  <wingo@pobox.com>
6750
6751         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
6752         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
6753         device-name property.
6754
6755         * gst-libs/gst/audio/gstaudiosrc.h:
6756         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
6757         close_device in the ring buffer, like gstaudiosink.
6758
6759         * ext/alsa/gstalsamixer.h:
6760         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
6761         macro to implement the interface without much code. Cleanups. 
6762
6763         * ext/alsa/gstalsasrc.h:
6764         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
6765         READY.
6766
6767         * ext/alsa/Makefile.am: Add new files.
6768         * ext/alsa/gstalsamixerelement.c: 
6769         * ext/alsa/gstalsamixerelement.c: Split element code out from
6770         mixer code so that alsasrc can be a mixer too.
6771
6772 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6773
6774         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6775         (GST_START_TEST):
6776         * check/elements/vorbisdec.c: (setup_vorbisdec),
6777         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
6778         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6779         (vorbis_handle_identification_packet),
6780         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
6781         (vorbis_handle_header_packet), (vorbis_dec_push),
6782         (vorbis_dec_chain):
6783           use the setup/teardown methods to save code.  save code is good.
6784
6785 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6786
6787         * check/Makefile.am:
6788           add ext dir for plugins
6789           add vorbisdec test conditionally
6790         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6791         (GST_START_TEST), (volume_suite):
6792           add a test with wrong caps
6793         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
6794         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
6795           add a vorbisdec test
6796         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
6797         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
6798           clean up debug output
6799         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6800           yay, fix a segfault/security issue in vorbisdec
6801           gst-launch fakesrc ! vorbisdec wasn't happy
6802         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
6803         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
6804         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
6805         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
6806         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
6807         (gst_vorbisenc_set_metadata), (get_constraints_string),
6808         (update_start_message), (gst_vorbisenc_setup),
6809         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
6810         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
6811         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
6812         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
6813         * ext/vorbis/vorbisenc.h:
6814           march in line
6815         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6816         (gst_ffmpegcsp_transform):
6817           have the kow come home
6818         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6819           debug my func ptr
6820         * gst/volume/gstvolume.c: (volume_set_caps):
6821           add a debug
6822
6823 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6824
6825         * Makefile.am:
6826         * check/.cvsignore:
6827         * check/Makefile.am:
6828         * check/elements/.cvsignore:
6829         * check/elements/volume.c: (chain_func), (event_func),
6830         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
6831         (main):
6832         * configure.ac:
6833           add unit test structure for gst-plugins-base
6834           add a test for volume
6835         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
6836         (gst_volume_set_volume), (gst_volume_get_volume),
6837         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
6838         (volume_funcfind), (volume_process_float), (volume_process_int16),
6839         (volume_set_caps), (volume_transform), (volume_update_mute),
6840         (volume_update_volume), (volume_set_property),
6841         (volume_get_property):
6842           document a little; use basetransform vmethod _set_caps
6843
6844 2005-08-19  Andy Wingo  <wingo@pobox.com>
6845
6846         * ext/alsa/gstalsamixertrack.h:
6847         * ext/alsa/gstalsamixertrack.c:
6848         * ext/alsa/gstalsamixeroptions.h:
6849         * ext/alsa/gstalsamixeroptions.c:
6850         * ext/alsa/gstalsamixer.h:
6851         * ext/alsa/gstalsamixer.c: Port to 0.9.
6852
6853         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
6854         Remove gstalsa.c and alsaclock. No more cruft here.
6855         
6856 2005-08-18  Wim Taymans  <wim@fluendo.com>
6857
6858         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6859         (gst_base_rtp_depayload_chain),
6860         (gst_base_rtp_depayload_add_to_queue),
6861         (gst_base_rtp_depayload_push),
6862         (gst_base_rtp_depayload_queue_release):
6863         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6864         Fix for RTPBuffer changes.
6865
6866         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
6867         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
6868         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
6869         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
6870         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
6871         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
6872         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
6873         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
6874         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
6875         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
6876         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
6877         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
6878         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
6879         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
6880         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
6881         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
6882         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
6883         (gst_rtpbuffer_get_payload):
6884         * gst-libs/gst/rtp/gstrtpbuffer.h:
6885         Don't subclass GstBuffer but add methods and helper functions
6886         to construct and manipulate RTP packets in regular GstBuffers.
6887
6888 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
6889
6890         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6891           moved statement below switch
6892         * gst/volume/gstvolume.c: (gst_volume_class_init):
6893           added debug ptr
6894
6895 2005-08-16  Wim Taymans  <wim@fluendo.com>
6896
6897         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6898         (gst_base_audio_src_change_state):
6899         Open and close device in READY<->NULL state change.
6900
6901 2005-08-16  Andy Wingo  <wingo@pobox.com>
6902
6903         * examples/seeking/Makefile.am: Don't compile non-compiling
6904         compiled objects with the compiler.
6905
6906         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
6907         elements.
6908
6909 2005-08-12  Philippe Khalaf <burger@speedy.org>
6910         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6911         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6912           Made a thread to release the queue.
6913           Removed timestamp conversion for now.
6914
6915 2005-08-10  Philippe Khalaf <burger@speedy.org>
6916         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6917         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6918           Added rtp timestamp -> gst timestamp conversion.
6919           Fixed several problems with queue.
6920
6921 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
6922
6923         * gst-libs/gst/audio/gstaudioclock.h:
6924         * gst-libs/gst/audio/gstaudiofilter.h:
6925         * gst-libs/gst/audio/gstaudiosink.h:
6926         * gst-libs/gst/audio/gstaudiosrc.h:
6927         * gst-libs/gst/audio/gstbaseaudiosink.h:
6928         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6929         * gst-libs/gst/audio/gstringbuffer.h:
6930         * gst-libs/gst/net/gstnetbuffer.h:
6931         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6932         * gst-libs/gst/rtp/gstrtpbuffer.h:
6933           Add padding (you will need to rebuild gst-plugins-base,
6934           gst-plugins and all applications afterwards!)
6935
6936 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
6937
6938         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6939         (gst_riff_parse_chunk):
6940           Fix bug in debug message and add some more debug messages.
6941
6942 2005-08-08  Edward Hervey  <edward@fluendo.com>
6943
6944         * gst-libs/gst/riff/riff-media.c:
6945         backported updates since branch
6946
6947 2005-08-08  Andy Wingo  <wingo@pobox.com>
6948
6949         * gst-libs/gst/audio/gstbaseaudiosink.c
6950         (gst_base_audio_sink_change_state): Open the device in NULL->READY
6951         like good elements should. Close on READY->NULL too.
6952
6953         * gst-libs/gst/audio/gstaudiosink.c
6954         (gst_audioringbuffer_open_device,
6955         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
6956         (gst_audioringbuffer_release): Updates for new ring buffer API,
6957         hook into the new audio sink api.
6958
6959         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
6960         (GstAudioSinkClass.close): Just open and close the device -- no
6961         resource allocation or configuration.
6962         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
6963         vmethods, handle device setup and resource allocation.
6964
6965         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
6966         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
6967         base class API.
6968
6969         * gst-libs/gst/audio/gstringbuffer.h
6970         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
6971         New vmethods.
6972
6973         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
6974         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
6975         New API functions. The device should be opened before acquiring
6976         and closed after releasing.
6977
6978 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
6979
6980         * gst-libs/gst/interfaces/mixer.h:
6981           Reset padding to GST_PADDING.
6982
6983 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6984
6985         * gst/playback/gstplaybin.c: (remove_sinks):
6986           Remove visualization from parent explicitely; works around some
6987           apparent refcount issue that I haven't tracked down yet.
6988
6989 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6990
6991         * ext/alsa/gstalsasink.c: (set_hwparams):
6992           Assign debug category, add negotiation debug msgs.
6993
6994 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6995
6996         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
6997           Fix error code for file-not-found to NOT_FOUND.
6998
6999 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7000
7001         * common/gtk-doc-plugins.mak:
7002         * docs/plugins/Makefile.am:
7003         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7004         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7005           renamed to actual element names, so much nicer to look at
7006         * docs/plugins/tmpl/gstmultifdsink.sgml:
7007           remove
7008         * docs/plugins/tmpl/multifdsink.sgml:
7009         * docs/plugins/tmpl/tcpserversink.sgml:
7010           add
7011         * ext/alsa/gstalsa.c:
7012         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
7013         * ext/ogg/gstoggmux.c:
7014         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
7015         * gst/playback/gstdecodebin.c:
7016         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
7017         * gst/tcp/gsttcpserversink.c:
7018           various fixes and documentation additions
7019
7020 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7021
7022         * common/Makefile.am:
7023         * common/gstdoc-scangobj:
7024         * common/gtk-doc-plugins.mak:
7025         * common/gtk-doc.mak:
7026           add a custom scangobj that uses the registry
7027           add a custom gtk-doc-plugins.mak that uses it
7028           some doc build fixes
7029         * configure.ac:
7030         * docs/Makefile.am:
7031         * docs/plugins/Makefile.am:
7032         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7033         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7034         * docs/plugins/gst-plugins-base-plugins.types:
7035         * docs/plugins/tmpl/gstmultifdsink.sgml:
7036           add docs for one element, multifdsink
7037         * gst/adder/gstadder.h:
7038         * gst/volume/gstvolume.h:
7039           don't privatize enum
7040         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
7041         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
7042         (gst_sync_method_get_type), (gst_client_status_get_type),
7043         (gst_multifdsink_class_init),
7044         (gst_multifdsink_client_queue_buffer),
7045         (gst_multifdsink_handle_client_write):
7046         * gst/tcp/gstmultifdsink.h:
7047         * gst/tcp/gsttcp.h:
7048         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7049         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
7050         (gst_tcpclientsink_render):
7051         * gst/tcp/gsttcpclientsink.h:
7052         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
7053         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
7054         (gst_tcpclientsrc_start):
7055         * gst/tcp/gsttcpclientsrc.h:
7056         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
7057         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
7058         * gst/tcp/gsttcpserversrc.h:
7059         * gst/typefind/gsttypefindfunctions.c:
7060           remove superfluous Type stuff
7061
7062 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7063
7064         * gst/playback/gstplaybin.c: (gen_video_element):
7065           Enable videoscale.
7066
7067 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7068
7069         * gst-libs/gst/gconf/gconf.c:
7070         * gst-libs/gst/gconf/gconf.h:
7071           Fix some Andy Problem [tm].
7072
7073 2005-08-04  Andy Wingo  <wingo@pobox.com>
7074
7075         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
7076         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
7077         (gst_ffmpegcsp_get_size): Adapt to API changes.
7078
7079         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
7080         Implement an in-place do-nothing transform.
7081
7082 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7083
7084         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
7085         (gst_ximagesink_renegotiate_size):
7086           Do not set new window sizes yet if we prepare a new buffer size
7087           for upstream renegotiation (software scaling) at some point in the
7088           future, because this new size waqs not actually accepted yet. Once
7089           accepted, renegotiation later on will set the new sizes just fine.
7090           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
7091           embedding testcase.
7092
7093 2005-08-03  Andy Wingo  <wingo@pobox.com>
7094
7095         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
7096         (gst_ximagesink_buffer_alloc): 
7097         Protect the height, width, and desired_caps with the pool_lock.
7098         Fixes videotestsrc ! queue ! ximagesink.
7099
7100 2005-08-02  Edward Hervey  <edward@fluendo.com>
7101
7102         * gst/volume/gstvolume.c:
7103         include left from controller cleanup
7104
7105 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
7106         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
7107           Stop collectpads before calling the parent state
7108           change function on PAUSED->READY.
7109
7110 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
7111         * configure.ac:
7112           When testing for X libs, use the X CFlags 
7113         * gst/adder/gstadder.c: (gst_adder_change_state):
7114           Stop the collectpads before calling parent state change function
7115           on PAUSED->READY, otherwise we deadlock deactivating pads.
7116
7117 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
7118
7119         * configure.ac:
7120         * docs/libs/tmpl/gstcolorbalance.sgml:
7121         * docs/libs/tmpl/gstmixer.sgml:
7122         * examples/Makefile.am:
7123         * gst/sine/Makefile.am:
7124         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
7125         (gst_sinesrc_set_property), (plugin_init):
7126         * gst/sine/gstsinesrc.h:
7127         * gst/volume/Makefile.am:
7128         * gst/volume/gstvolume.c: (gst_volume_set_volume),
7129         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
7130         (volume_process_float), (volume_process_int16),
7131         (volume_set_property), (plugin_init):
7132         * gst/volume/gstvolume.h:
7133           deactivate and remove dparams (libgstcontrol)
7134
7135 2005-07-29  Wim Taymans  <wim@fluendo.com>
7136
7137         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
7138         Convert me to BaseTransform!! help..
7139
7140 2005-07-29  Andy Wingo  <wingo@pobox.com>
7141
7142         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
7143         sinks.
7144
7145         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
7146         support of both endiannesses.
7147
7148 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
7149
7150         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7151           Fix confusing debug message (s/event/query/)
7152
7153 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
7154
7155         * gst/videotestsrc/videotestsrc.h:
7156           Use "_stdint.h" instead of <stdint.h>
7157
7158 2005-07-27  Wim Taymans  <wim@fluendo.com>
7159
7160         * ext/vorbis/Makefile.am:
7161         Revert wrong commit.
7162
7163 2005-07-27  Wim Taymans  <wim@fluendo.com>
7164
7165         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
7166         More compilation fixen.
7167
7168 2005-07-27  Wim Taymans  <wim@fluendo.com>
7169
7170         * gst-libs/gst/audio/gstbaseaudiosink.c:
7171         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
7172         (gst_base_audio_sink_create_ringbuffer),
7173         (gst_base_audio_sink_change_state):
7174         Fix compilation.
7175
7176 2005-07-27  Wim Taymans  <wim@fluendo.com>
7177
7178         * examples/seeking/seek.c: (setup_dynamic_link),
7179         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
7180         (query_positions_elems), (query_positions_pads), (do_seek):
7181         Update seek example.
7182
7183         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
7184         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
7185         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
7186         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7187         (gst_ogg_demux_handle_event),
7188         (gst_ogg_demux_deactivate_current_chain),
7189         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7190         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
7191         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
7192         (gst_ogg_demux_loop):
7193         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
7194         * ext/theora/theoradec.c: (theora_dec_src_event),
7195         (theora_dec_src_getcaps), (theora_dec_sink_event),
7196         (theora_dec_push), (theora_dec_chain):
7197         * ext/vorbis/Makefile.am:
7198         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
7199         (vorbis_dec_sink_event), (vorbis_dec_push),
7200         (vorbis_handle_data_packet):
7201         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
7202         (gst_vorbisenc_chain):
7203         * gst/playback/gststreaminfo.c: (cb_probe):
7204         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
7205         * gst/videorate/gstvideorate.c: (gst_videorate_event):
7206         * gst/videoscale/gstvideoscale.c:
7207         (gst_videoscale_handle_src_event):
7208         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
7209         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
7210         (gst_ximagesink_navigation_send_event):
7211         * sys/xvimage/xvimagesink.c:
7212         (gst_xvimagesink_navigation_send_event):
7213         Various event updates and cleanups
7214
7215 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7216
7217         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
7218           Fix segfault for I420/YV12.
7219
7220 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7221
7222         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
7223           Report bitrate.
7224
7225 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7226
7227         * gst/playback/gstplaybin.c: (gen_video_element),
7228         (gen_audio_element):
7229           Switch to auto*sink elements as default sinks; add volume element
7230           so that volume control in totem works.
7231
7232 2005-07-21  Wim Taymans  <wim@fluendo.com>
7233
7234         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
7235         * gst/playback/gstplaybin.c: (setup_sinks),
7236         (gst_play_bin_change_state):
7237         Refcount fix and more comments.
7238
7239 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7240
7241         * sys/ximage/Makefile.am:
7242         * sys/ximage/ximage.c: (plugin_init):
7243         * sys/ximage/ximagesink.c:
7244         Prepare for adding ximagesrc, rename of plugin to ximage etc.
7245         
7246
7247 2005-07-21  Wim Taymans  <wim@fluendo.com>
7248
7249         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
7250         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
7251         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7252         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7253         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
7254         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
7255         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
7256         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
7257         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
7258         Generate correct disconts for live chained oggs.
7259
7260         * gst-libs/gst/audio/gstbaseaudiosink.c:
7261         (gst_base_audio_sink_render),
7262         (gst_base_audio_sink_create_ringbuffer),
7263         (gst_base_audio_sink_change_state):
7264         Handle discont math correctly.
7265
7266         * gst/playback/gstplaybin.c: (add_sink):
7267         Some small debug cleanup.
7268
7269 2005-07-21  Wim Taymans  <wim@fluendo.com>
7270
7271         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
7272         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
7273         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7274         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7275         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
7276         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
7277         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7278         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
7279         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
7280         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7281         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
7282         (gst_ogg_demux_change_state), (gst_ogg_print):
7283         Reorganize code to send the right disconts when in streaming
7284         mode.
7285
7286 2005-07-20  Andy Wingo  <wingo@pobox.com>
7287
7288         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
7289         fix (?), fixes a seggie mcfalterson (#310894).
7290
7291 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7292
7293         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
7294         (gst_ogg_mux_set_header_on_caps):
7295         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7296         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7297         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
7298         * gst-libs/gst/audio/multichannel.c:
7299         (gst_audio_set_channel_positions),
7300         (gst_audio_set_structure_channel_positions_list):
7301         * gst/playback/gstdecodebin.c: (dynamic_create):
7302         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
7303         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
7304           Fixes for API changes in core.
7305
7306 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7307
7308         * gst/playback/gstplaybasebin.c: (fill_buffer):
7309           Use _new_custom() so we can set custom message types for buffering
7310           messages.
7311
7312 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7313
7314         * configure.ac:
7315         * gst-libs/gst/Makefile.am:
7316         * gst-libs/gst/gconf/.cvsignore:
7317         * gst-libs/gst/gconf/Makefile.am:
7318         * gst-libs/gst/gconf/test-gconf.c:
7319         * pkgconfig/Makefile.am:
7320         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
7321         * pkgconfig/gstreamer-gconf.pc.in:
7322           Remove gconf stuff, use gconf elements instead from now on.
7323
7324 2005-07-20  Wim Taymans  <wim@fluendo.com>
7325
7326         * gst-libs/gst/audio/TODO:
7327         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
7328         (gst_audio_clock_get_internal_time):
7329         * gst-libs/gst/audio/gstaudioclock.h:
7330         * gst-libs/gst/audio/gstbaseaudiosink.c:
7331         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
7332         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
7333         (gst_base_audio_sink_render),
7334         (gst_base_audio_sink_create_ringbuffer),
7335         (gst_base_audio_sink_change_state):
7336         Make sure the audio clock always returns an increasing value.
7337
7338 2005-07-19  Andy Wingo  <wingo@pobox.com>
7339
7340         * gst/videotestsrc/: Cleanups.
7341
7342 2005-07-19  Wim Taymans  <wim@fluendo.com>
7343
7344         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
7345         Better debugging.
7346
7347 2005-07-19  Wim Taymans  <wim@fluendo.com>
7348
7349         * examples/seeking/seek.c: (make_dv_pipeline),
7350         (make_vorbis_theora_pipeline), (query_rates),
7351         (query_positions_elems), (query_positions_pads), (do_seek):
7352         Make correct DV pipeline.
7353
7354 2005-07-18  Andy Wingo  <wingo@pobox.com>
7355
7356         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
7357         default. Also because it's the only thing that really works. (This
7358         is used in the GConf elements).
7359         Use AS_LIBTOOL_TAGS.
7360
7361 2005-07-18  Wim Taymans  <wim@fluendo.com>
7362
7363         * gst/playback/gstdecodebin.c: (remove_element_chain):
7364         * gst/playback/gstplaybin.c: (add_sink):
7365         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7366         (gst_stream_info_set_mute):
7367         * gst/playback/gststreamselector.c:
7368         (gst_stream_selector_get_linked_pad),
7369         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
7370         More leak and compile fixes.
7371
7372 2005-07-18  Wim Taymans  <wim@fluendo.com>
7373
7374         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7375         (query_rates), (query_positions_elems), (query_positions_pads),
7376         (do_seek), (seek_cb), (stop_seek):
7377         Updated seek example. 
7378
7379         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
7380         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
7381         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
7382         * gst/playback/gstplaybin.c: (add_sink):
7383         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7384         (gst_stream_info_set_mute):
7385         Some refcount leak fixes.
7386
7387 2005-07-16  Wim Taymans  <wim@fluendo.com>
7388
7389         * gst-libs/gst/audio/gstbaseaudiosink.c:
7390         (gst_base_audio_sink_render):
7391         Align samples even if we have roundoff errors in the 
7392         timestamp conversion.
7393
7394 2005-07-16  Wim Taymans  <wim@fluendo.com>
7395
7396         * docs/libs/tmpl/gstringbuffer.sgml:
7397         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7398         (query_rates), (query_positions_elems), (query_positions_pads),
7399         (update_scale), (do_seek):
7400         Updated seek example.
7401
7402         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7403         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
7404         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
7405         (gst_ogg_demux_loop):
7406         Push out correct discont values.
7407
7408         * ext/theora/theoradec.c: (theora_dec_src_convert),
7409         (theora_dec_sink_convert), (theora_dec_src_getcaps),
7410         (theora_dec_sink_event), (theora_handle_type_packet),
7411         (theora_handle_header_packet), (theora_dec_push),
7412         (theora_handle_data_packet), (theora_dec_chain),
7413         (theora_dec_change_state):
7414         Better timestamping.
7415
7416         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7417         (vorbis_dec_sink_event), (vorbis_dec_push),
7418         (vorbis_handle_data_packet), (vorbis_dec_chain):
7419         * ext/vorbis/vorbisdec.h:
7420         Better timestamping.
7421
7422         * gst-libs/gst/audio/gstbaseaudiosink.c:
7423         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
7424         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7425         Handle syncing on timestamps instead of sample offsets. Make
7426         use of DISCONT values as described in design docs.
7427
7428         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7429         (gst_base_audio_src_get_time):
7430         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
7431         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
7432         (gst_ring_buffer_read):
7433         * gst-libs/gst/audio/gstringbuffer.h:
7434         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
7435         (gst_ximagesink_show_frame):
7436         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
7437         Correcly convert buffer timestamp to stream time.
7438
7439 2005-07-16  Wim Taymans  <wim@fluendo.com>
7440
7441         * gst/audioconvert/gstaudioconvert.c:
7442         (gst_audio_convert_get_buffer):
7443         Timestamp buffers correctly.
7444
7445         * gst/playback/gstplaybin.c: (gen_video_element):
7446         Make internal fakesink silent.
7447
7448 2005-07-15  Wim Taymans  <wim@fluendo.com>
7449
7450         * gst/ffmpegcolorspace/Makefile.am:
7451         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7452         (gst_ffmpegcsp_caps_remove_format_info),
7453         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7454         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
7455         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
7456         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
7457         Ported ffmpegcolorspace to basetransform.
7458
7459         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
7460         * gst/volume/gstvolume.c: (volume_transform):
7461         Ported to new API.
7462
7463 2005-07-14  Wim Taymans  <wim@fluendo.com>
7464
7465         * gst/videotestsrc/Makefile.am:
7466         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
7467         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
7468         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
7469         (gst_videotestsrc_init), (gst_videotestsrc_event),
7470         (gst_videotestsrc_create), (gst_videotestsrc_start),
7471         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
7472         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
7473         (gst_videotestsrc_get_property):
7474         * gst/videotestsrc/gstvideotestsrc.h:
7475         Make videotestsrc a pushsrc.
7476
7477 2005-07-14  Wim Taymans  <wim@fluendo.com>
7478
7479         * gst/tcp/gstfdset.c: (gst_fdset_free):
7480         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
7481         (gst_multifdsink_add), (gst_multifdsink_remove),
7482         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
7483         (gst_multifdsink_remove_client_link),
7484         (gst_multifdsink_client_queue_data),
7485         (gst_multifdsink_client_queue_caps),
7486         (gst_multifdsink_client_queue_buffer),
7487         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
7488         (gst_multifdsink_stop):
7489         * gst/tcp/gstmultifdsink.h:
7490         0.8 backporting.
7491
7492         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
7493         Also draw image when not from a pool.
7494
7495 2005-07-14  Wim Taymans  <wim@fluendo.com>
7496
7497         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
7498         (mute_stream), (silence_stream):
7499         Small debug additions.
7500
7501 2005-07-14  Wim Taymans  <wim@fluendo.com>
7502
7503         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
7504         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7505         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
7506         Better error recovery, ignore unconnected pads and
7507         non-fatal errors.
7508
7509 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7510
7511         * docs/libs/tmpl/gstaudio.sgml:
7512         * docs/libs/tmpl/gstcolorbalance.sgml:
7513         * docs/libs/tmpl/gstgconf.sgml:
7514         * docs/libs/tmpl/gstmixer.sgml:
7515         * docs/libs/tmpl/gstringbuffer.sgml:
7516         * docs/libs/tmpl/gsttuner.sgml:
7517         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7518         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7519         (gst_tcpclientsrc_class_init):
7520         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7521         (gst_tcpserversrc_class_init):
7522         * sys/v4l/gstv4lelement.c:
7523           more autistic cleanliness in functions/names/defines
7524
7525 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7526
7527         * configure.ac:
7528           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
7529           added manually to each Makefile.am so we are sure it goes
7530           *last* and doesn't add -L flags before linking in libs of our
7531           own, like, say, internal .la libs, that then accidentally pick
7532           up the installed copy.
7533         * docs/libs/Makefile.am:
7534         * ext/alsa/Makefile.am:
7535         * ext/cdparanoia/Makefile.am:
7536         * ext/gnomevfs/Makefile.am:
7537         * ext/libvisual/Makefile.am:
7538         * ext/ogg/Makefile.am:
7539         * ext/theora/Makefile.am:
7540         * ext/vorbis/Makefile.am:
7541         * gst-libs/gst/video/Makefile.am:
7542         * gst/adder/Makefile.am:
7543         * gst/audioconvert/Makefile.am:
7544         * gst/audiorate/Makefile.am:
7545         * gst/audioscale/Makefile.am:
7546         * gst/ffmpegcolorspace/Makefile.am:
7547         * gst/playback/Makefile.am:
7548         * gst/sine/Makefile.am:
7549         * gst/subparse/Makefile.am:
7550         * gst/tags/Makefile.am:
7551         * gst/tcp/Makefile.am:
7552         * gst/typefind/Makefile.am:
7553         * gst/videorate/Makefile.am:
7554         * gst/videoscale/Makefile.am:
7555         * gst/videotestsrc/Makefile.am:
7556         * gst/volume/Makefile.am:
7557         * sys/v4l/Makefile.am:
7558         * sys/ximage/Makefile.am:
7559         * sys/xvimage/Makefile.am:
7560           adapt properly to this change. This should make sure that
7561           plugins and libs properly link to the as-yet-uninstalled
7562           copies of stuff like libgstinterfaces and libgstvideo
7563
7564 2005-07-13  Andy Wingo  <wingo@pobox.com>
7565
7566         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
7567         (gst_v4lsrc_fixate): Fixate on format as well.
7568
7569         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
7570         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
7571         buffer points to it.
7572         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
7573         rather just doing X calls ourselves. Also fixes a memleak.
7574
7575 2005-07-12  Andy Wingo  <wingo@pobox.com>
7576
7577         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
7578         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
7579         (gst_v4lsrc_create): Re-add the copy-mode property, default to
7580         TRUE to avoid deadlocks if an element holds on to our buffers.
7581
7582 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7583
7584         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7585         (gst_sinesrc_init), (gst_sinesrc_create),
7586         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7587         (gst_sinesrc_start):
7588         * gst/sine/gstsinesrc.h:
7589           removing num-buffers property before moving it
7590
7591 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7592
7593         * configure.ac:
7594           use overridable ERROR_CFLAGS
7595         * docs/libs/gst-plugins-base-libs.types:
7596         * docs/libs/tmpl/gstringbuffer.sgml:
7597         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
7598         (gst_alsasink_class_init):
7599         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7600         (gst_alsasrc_class_init):
7601         * gst-libs/gst/audio/audio.h:
7602         * gst-libs/gst/audio/gstaudioclock.h:
7603         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
7604         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
7605         (gst_audio_filter_link), (gst_audio_filter_init),
7606         (gst_audio_filter_chain), (gst_audio_filter_set_property),
7607         (gst_audio_filter_get_property),
7608         (gst_audio_filter_class_add_pad_templates):
7609         * gst-libs/gst/audio/gstaudiofilter.h:
7610         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7611         (gst_audio_filter_template_get_type),
7612         (gst_audio_filter_template_base_init),
7613         (gst_audio_filter_template_class_init),
7614         (gst_audio_filter_template_init),
7615         (gst_audio_filter_template_set_property),
7616         (gst_audio_filter_template_get_property), (plugin_init),
7617         (gst_audio_filter_template_setup),
7618         (gst_audio_filter_template_filter),
7619         (gst_audio_filter_template_filter_inplace):
7620         * gst-libs/gst/audio/gstaudiosink.c:
7621         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7622         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
7623         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7624         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7625         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
7626         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
7627         * gst-libs/gst/audio/gstaudiosink.h:
7628         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7629         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7630         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7631         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
7632         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
7633         (gst_audio_src_class_init), (gst_audio_src_init),
7634         (gst_audio_src_create_ringbuffer):
7635         * gst-libs/gst/audio/gstaudiosrc.h:
7636         * gst-libs/gst/audio/gstbaseaudiosink.c:
7637         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
7638         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
7639         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
7640         (gst_base_audio_sink_set_property),
7641         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
7642         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
7643         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
7644         (gst_base_audio_sink_create_ringbuffer),
7645         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
7646         * gst-libs/gst/audio/gstbaseaudiosink.h:
7647         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7648         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
7649         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
7650         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
7651         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
7652         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
7653         (gst_base_audio_src_event), (gst_base_audio_src_create),
7654         (gst_base_audio_src_create_ringbuffer),
7655         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
7656         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7657         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7658         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
7659         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
7660         (gst_ring_buffer_debug_spec_caps),
7661         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
7662         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
7663         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
7664         (gst_ring_buffer_start), (gst_ring_buffer_pause),
7665         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
7666         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
7667         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
7668         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
7669         (gst_ring_buffer_clear):
7670         * gst-libs/gst/audio/gstringbuffer.h:
7671         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7672         (gst_video_sink_class_init), (gst_video_sink_get_type):
7673         * gst-libs/gst/video/videosink.h:
7674         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7675         (gst_multifdsink_class_init),
7676         (gst_multifdsink_handle_client_write),
7677         (gst_multifdsink_change_state):
7678         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7679         (gst_tcpclientsink_setcaps):
7680         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7681         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
7682         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
7683         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
7684         (gst_ximagesink_send_pending_navigation),
7685         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
7686         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
7687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
7688         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7689         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
7690         (gst_xvimagesink_send_pending_navigation),
7691         (gst_xvimagesink_navigation_send_event),
7692         (gst_xvimagesink_set_xwindow_id),
7693         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
7694         (gst_xvimagesink_get_type):
7695         more macro splitting
7696
7697 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7698
7699         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7700           plug a memleak, allows me to import 1479 albums in one go
7701           in jamboree
7702         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7703         (vorbis_handle_type_packet), (vorbis_dec_chain),
7704         (vorbis_dec_change_state):
7705           fix some format strings
7706
7707 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7708
7709         * docs/libs/tmpl/gstcolorbalance.sgml:
7710         * docs/libs/tmpl/gstmixer.sgml:
7711         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7712         (gst_alsasink_set_property), (gst_alsasink_get_property):
7713         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7714         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
7715           add device property
7716
7717 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7718
7719         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7720         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7721         (audiocast_register_listener), (audiocast_thread_run),
7722         (gst_gnomevfssrc_send_additional_headers_callback),
7723         (gst_gnomevfssrc_received_headers_callback),
7724         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
7725         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
7726         (gst_gnomevfssrc_get_size):
7727           add/clean up debugging
7728         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
7729           cleanups
7730
7731 2005-07-07  Andy Wingo  <wingo@pobox.com>
7732
7733         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
7734         framerate. Need to get a handle on when exactly this function is
7735         called, tho.
7736
7737         * sys/v4l/v4lsrc_calls.h:
7738         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
7739         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
7740         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
7741
7742         * sys/v4l/v4l_calls.h: Cast to V4lElement.
7743         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
7744         v4lelements are sources.
7745
7746         * sys/v4l/gstv4lxoverlay.h:
7747         * sys/v4l/gstv4lxoverlay.c:
7748         * sys/v4l/gstv4ltuner.h:
7749         * sys/v4l/gstv4ltuner.c: Header loc fixen.
7750         
7751         * sys/v4l/gstv4lsrc.h:
7752         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
7753         PushSrc/BaseSrc. Removed most sync-related properties, videorate
7754         or something should handle that. Made a live source.
7755
7756         * sys/v4l/gstv4lelement.h:
7757         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
7758         signals. Some cleanups.
7759
7760         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
7761
7762         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
7763         stuff.
7764
7765         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
7766         stuff.
7767
7768         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
7769
7770 2005-07-07  Wim Taymans  <wim@fluendo.com>
7771
7772         * ext/theora/theoradec.c: (theora_get_query_types),
7773         (theora_dec_src_getcaps), (theora_dec_push):
7774         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
7775         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
7776         Remove deprecated/unused query types.
7777
7778 2005-07-06  Wim Taymans  <wim@fluendo.com>
7779
7780         * ext/alsa/Makefile.am:
7781         * ext/alsa/gstalsaplugin.c: (plugin_init):
7782         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
7783         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7784         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
7785         (gst_alsasrc_class_init), (gst_alsasrc_init),
7786         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
7787         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
7788         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
7789         (gst_alsasrc_reset):
7790         * ext/alsa/gstalsasrc.h:
7791         * gst-libs/gst/audio/Makefile.am:
7792         * gst-libs/gst/audio/gstaudiosink.c:
7793         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7794         (gst_audioringbuffer_start):
7795         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7796         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7797         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
7798         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
7799         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7800         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7801         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
7802         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
7803         * gst-libs/gst/audio/gstaudiosrc.h:
7804         * gst-libs/gst/audio/gstbaseaudiosink.c:
7805         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7806         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
7807         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
7808         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7809         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
7810         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
7811         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
7812         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
7813         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
7814         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
7815         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
7816         (gst_baseaudiosrc_change_state):
7817         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7818         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7819         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
7820         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
7821         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7822         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
7823         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
7824         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
7825         * gst-libs/gst/audio/gstringbuffer.h:
7826         Added audiosource base classes.
7827         Ported alsasrc, still very basic.
7828
7829 2005-07-06  Wim Taymans  <wim@fluendo.com>
7830
7831         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
7832         (theora_dec_push), (theora_handle_data_packet):
7833         Prepare for better timestamp fix later.
7834
7835         * gst/audioconvert/gstaudioconvert.c:
7836         List most accurate caps first
7837
7838         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
7839         Use proper pad task function.
7840
7841         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7842         (gst_xvimagesink_show_frame):
7843         Fix deadlock when alloc failed.
7844
7845 2005-07-05  Andy Wingo  <wingo@pobox.com>
7846
7847         * ext/gnomevfs/gstgnomevfssrc.c:
7848         * gst/sine/gstsinesrc.c:
7849         * gst/tcp/gsttcpserversrc.c:
7850         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
7851
7852         * sys/v4l/: Port from 0.8.
7853
7854         * Many files: Null if we got it....
7855
7856 2005-07-05  Andy Wingo  <wingo@pobox.com>
7857
7858         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
7859         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
7860         Signedness fixes.
7861
7862 2005-07-05  Wim Taymans  <wim@fluendo.com>
7863
7864         * configure.ac:
7865         * gst/tcp/Makefile.am:
7866         * gst/tcp/README:
7867         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7868         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
7869         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
7870         (is_sync_frame), (gst_multifdsink_handle_client_write),
7871         (gst_multifdsink_render), (gst_multifdsink_start),
7872         (gst_multifdsink_stop), (gst_multifdsink_change_state):
7873         * gst/tcp/gstmultifdsink.h:
7874         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
7875         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
7876         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
7877         * gst/tcp/gsttcp.h:
7878         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7879         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
7880         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
7881         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
7882         * gst/tcp/gsttcpclientsink.h:
7883         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7884         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
7885         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
7886         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
7887         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
7888         * gst/tcp/gsttcpclientsrc.h:
7889         * gst/tcp/gsttcpplugin.c: (plugin_init):
7890         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
7891         * gst/tcp/gsttcpserversink.h:
7892         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7893         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
7894         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
7895         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
7896         (gst_tcpserversrc_stop):
7897         * gst/tcp/gsttcpserversrc.h:
7898         * gst/tcp/gsttcpsink.c:
7899         * gst/tcp/gsttcpsink.h:
7900         * gst/tcp/gsttcpsrc.c:
7901         * gst/tcp/gsttcpsrc.h:
7902         Ported tcp plugins to 0.9. 
7903         
7904
7905 2005-07-05  Andy Wingo  <wingo@pobox.com>
7906
7907         * gst/playback/gstplaybasebin.c (fill_buffer):
7908         message_new_application fixen.
7909
7910         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
7911         Style fix.
7912
7913 2005-07-04  Wim Taymans  <wim@fluendo.com>
7914
7915         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
7916         Set caps on output buffer.
7917
7918 2005-07-04  Andy Wingo  <wingo@pobox.com>
7919
7920         * ext/gnomevfs/gstgnomevfssrc.c
7921         (gst_gnomevfssrc_received_headers_callback) 
7922         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
7923         hopefully.
7924
7925         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
7926         No refcount leakage.
7927
7928         * configure.ac: Enable -Werror.
7929         
7930         * ext/theora/theoradec.c (theora_dec_src_getcaps):
7931         * gst/audioconvert/bufferframesconvert.c
7932         (buffer_frames_convert_fixate):
7933         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
7934         (gst_audio_convert_fixate):
7935         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
7936         (gst_sinesrc_create): Fixate func changes.
7937         
7938         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7939         (gst_ximagesink_buffer_alloc): Unused var.
7940
7941 2005-07-01  Andy Wingo  <wingo@pobox.com>
7942
7943         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
7944         getcaps to do explicit caps. Needs to be done in all decoders,
7945         possibly via a base class.
7946
7947         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
7948
7949         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
7950         caps on the sink pad, just rely on the pad template. Also, setting
7951         ANY caps on a pad is not valid because the caps are not fixed.
7952
7953         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
7954         caps on the buffer, and get the width from the desired_caps if
7955         they're set.
7956         (gst_ximagesink_renegotiate_size): Implement via setting the
7957         desired_caps on the ximagesink.
7958         (gst_ximagesink_setcaps): Only reset the width of the player if it
7959         wasn't already set. Not sure if this is right.
7960         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
7961
7962         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
7963         that the user wants. NULL unless the window has been resized.
7964
7965         * gst/volume/gstvolume.c (volume_transform): Adapt to
7966         basetransform refcount changes.
7967         
7968 2005-07-01  Andy Wingo  <wingo@pobox.com>
7969
7970         * gst/videoscale/gstvideoscale.c:
7971         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
7972         from BaseTransform, implements a transform_caps. Removed dead code
7973         including some PAR stuff that was never reached -- should probably
7974         be added back somehow.
7975
7976 2005-07-01  Andy Wingo  <wingo@pobox.com>
7977
7978         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
7979         come later.
7980
7981 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7982
7983         * configure.ac:
7984         * docs/libs/Makefile.am:
7985         * docs/libs/gst-plugins-libs.types:
7986         * ext/alsa/Makefile.am:
7987         * ext/alsa/gstalsamixer.h:
7988         * ext/alsa/gstalsamixeroptions.h:
7989         * ext/alsa/gstalsamixertrack.h:
7990         * gst-libs/gst/Makefile.am:
7991         * gst-libs/gst/colorbalance/.cvsignore:
7992         * gst-libs/gst/colorbalance/Makefile.am:
7993         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
7994         * gst-libs/gst/colorbalance/colorbalance.c:
7995         * gst-libs/gst/colorbalance/colorbalance.h:
7996         * gst-libs/gst/colorbalance/colorbalance.vcproj:
7997         * gst-libs/gst/colorbalance/colorbalancechannel.c:
7998         * gst-libs/gst/colorbalance/colorbalancechannel.h:
7999         * gst-libs/gst/interfaces/Makefile.am:
8000         * gst-libs/gst/interfaces/colorbalance.c:
8001         (gst_color_balance_class_init):
8002         * gst-libs/gst/interfaces/colorbalance.h:
8003         * gst-libs/gst/interfaces/interfaces-marshal.list:
8004         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
8005         * gst-libs/gst/interfaces/mixer.h:
8006         * gst-libs/gst/interfaces/mixeroptions.h:
8007         * gst-libs/gst/interfaces/navigation.c:
8008         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
8009         * gst-libs/gst/interfaces/tuner.h:
8010         * gst/volume/Makefile.am:
8011         * gst/volume/gstvolume.c:
8012         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
8013         * sys/ximage/Makefile.am:
8014         * sys/ximage/ximagesink.c:
8015         * sys/xvimage/Makefile.am:
8016         * sys/xvimage/xvimagesink.c:
8017           fold in all interfaces into an interfaces dir, preserving CVS
8018           history
8019
8020 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8021
8022         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8023           Fix build after riff changes.
8024
8025 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8026
8027         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8028         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
8029         (gst_riff_create_video_template_caps),
8030         (gst_riff_create_audio_template_caps),
8031         (gst_riff_create_iavs_template_caps):
8032         * gst-libs/gst/riff/riff-media.h:
8033         * gst-libs/gst/riff/riff-read.h:
8034         * gst-libs/gst/riff/riff.c: (gst_riff_init):
8035           Add gst_riff_init() to initialize the debug category, instead
8036           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
8037
8038 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8039
8040         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
8041           Oops, I shouldn't apply hacks.
8042
8043 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8044
8045         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
8046           Remove pad_loop function which doesn't work.
8047
8048 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8049
8050         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
8051           Send EOS when deactivating.
8052         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
8053         (check_queue), (queue_threshold_reached), (queue_out_of_data),
8054         (gen_preroll_element), (probe_triggered), (mute_stream),
8055         (silence_stream), (new_decoded_pad), (setup_substreams),
8056         (set_active_source):
8057         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
8058         (remove_sinks), (add_sink):
8059         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
8060           Change for new probe API.
8061
8062 2005-06-29  Wim Taymans  <wim@fluendo.com>
8063
8064         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
8065         * gst-libs/gst/audio/gstbaseaudiosink.c:
8066         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
8067         (gst_baseaudiosink_change_state):
8068         * gst-libs/gst/audio/gstbaseaudiosink.h:
8069         * gst-libs/gst/audio/gstringbuffer.c:
8070         (gst_ringbuffer_set_callback):
8071         Fix compilation error.
8072         Ringbuffer starts out as not running.
8073         Free our clock in dispose.
8074         When releasing the ringbuffer we need to renegotiate so
8075         clear the pad caps.
8076
8077 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8078
8079         * autogen.sh:
8080         * configure.ac:
8081         * docs/Makefile.am:
8082         * docs/libs/Makefile.am:
8083         * docs/libs/gst-plugins-libs-docs.sgml:
8084         * docs/libs/gst-plugins-libs-sections.txt:
8085         * docs/libs/gst-plugins-libs.types:
8086         * docs/libs/tmpl/gstaudio.sgml:
8087         * docs/libs/tmpl/gstcolorbalance.sgml:
8088         * docs/libs/tmpl/gstringbuffer.sgml:
8089         * gst-libs/gst/audio/gstringbuffer.c:
8090         (gst_ringbuffer_set_callback):
8091           reinstate gtk-doc docs for plugin libs
8092
8093 2005-06-28  Wim Taymans  <wim@fluendo.com>
8094
8095         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8096         (gst_ogg_demux_init):
8097         Removed pad loop function.
8098
8099 2005-06-28  Wim Taymans  <wim@fluendo.com>
8100
8101         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8102         If we're building a chain we are not in an error case
8103         when we queue a buffer.
8104
8105 2005-06-28  Andy Wingo  <wingo@pobox.com>
8106
8107         * *.c: Don't cast to GstObject before reffing/unreffing.
8108
8109 2005-06-27  Andy Wingo  <wingo@pobox.com>
8110
8111         * gst/videotestsrc/gstvideotestsrc.c
8112         (gst_videotestsrc_activate_push): Activation API changes.
8113
8114         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
8115         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
8116         they have refs on the decodebin.
8117
8118         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
8119         parent class.
8120         (gst_ogg_pad_typefind): Don't leak a pad ref.
8121         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
8122         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
8123         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
8124
8125 2005-06-27  Edward Hervey  <edward@fluendo.com>
8126
8127         * ext/theora/theoradec.c: (theora_dec_change_state): 
8128         re-arranged call to parent's state change in order to avoid locks (or
8129         worse).
8130
8131 2005-06-26  Edward Hervey  <edward@fluendo.com>
8132
8133         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8134         2nd argument of 'unknow-type' signal is a GstCaps and not a
8135         GstMiniObject
8136
8137 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
8138         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
8139           Set the worker thread's running flag to TRUE before starting the
8140           thread.
8141         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
8142           Catch a failure to add typefind to the bin.
8143
8144 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8145
8146         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8147         (gst_sinesrc_init), (gst_sinesrc_create),
8148         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
8149         (gst_sinesrc_start):
8150         * gst/sine/gstsinesrc.h:
8151           add num-buffers and timestamp-offset properties
8152         * gst/videotestsrc/gstvideotestsrc.c:
8153         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
8154         (gst_videotestsrc_get_property):
8155           add timestamp-offset property
8156
8157 2005-06-23  Christian Schaller  <uraeus@gnome.org>
8158
8159         * configure.ac: add videorate
8160         * gst-plugins-base.spec.in: add videorate
8161
8162 2005-06-23  Wim Taymans  <wim@fluendo.com>
8163
8164         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8165         (gst_videorate_getcaps), (gst_videorate_setcaps),
8166         (gst_videorate_event), (gst_videorate_chain):
8167         Fixed videorate, fixating an already fixated caps is not
8168         an error.
8169
8170 2005-06-23  Wim Taymans  <wim@fluendo.com>
8171
8172         * ext/ogg/README:
8173         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
8174         Buffer on caps is not boxed anymore.
8175
8176 2005-06-22  Wim Taymans  <wim@fluendo.com>
8177
8178         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
8179         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8180         Set buffers on caps as miniobjects and not as boxed.
8181
8182 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8183
8184         * configure.ac:
8185           back to HEAD
8186
8187 === release 0.9.1 ===
8188
8189 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8190
8191         * .cvsignore:
8192         * NEWS:
8193         * README:
8194         * RELEASE:
8195         * configure.ac:
8196         * po/af.po:
8197         * po/az.po:
8198         * po/cs.po:
8199         * po/en_GB.po:
8200         * po/hu.po:
8201         * po/it.po:
8202         * po/nb.po:
8203         * po/nl.po:
8204         * po/or.po:
8205         * po/sq.po:
8206         * po/sr.po:
8207         * po/sv.po:
8208         * po/uk.po:
8209         * po/vi.po:
8210           updates for release
8211
8212 2005-06-09  Andy Wingo  <wingo@pobox.com>
8213
8214         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
8215         
8216 2005-06-09  Andy Wingo  <wingo@pobox.com>
8217
8218         * configure.ac:
8219         * gst-libs/gst/Makefile.am:
8220         * gst-libs/gst/net/Makefile.am:
8221         Add gstnet to build.
8222
8223 2005-06-09  Andy Wingo  <wingo@pobox.com>
8224
8225         * gst-libs/gst/gconf/gconf.c:
8226         * gst/playback/test.c:
8227         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
8228         fixes.
8229
8230         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
8231
8232         * ext/theora/theoraenc.c (theora_enc_chain): 
8233         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
8234
8235         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
8236         RealPad.
8237
8238 2005-06-02  Wim Taymans  <wim@fluendo.com>
8239
8240         * gst-libs/gst/net/Makefile.am:
8241         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
8242         * pkgconfig/gstreamer-libs.pc.in:
8243         Added net stuff, version net lib.
8244
8245 2005-06-02  Wim Taymans  <wim@fluendo.com>
8246
8247         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8248         (query_rates), (query_positions_elems), (query_positions_pads),
8249         (do_seek):
8250         Updated seek example.
8251
8252 2005-06-02  Andy Wingo  <wingo@pobox.com>
8253
8254         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
8255         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
8256         list.
8257
8258         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
8259         remove the typefind, the bin dispose will do it for us. When it's
8260         removed and unreffed, the signal handler will be disconnected,
8261         too.
8262         (unlinked): It's too difficult to disconnect from unlinked
8263         handlers, as they are on pads not elements. Just punt if the pads
8264         aren't grandkids of the bin.
8265
8266 2005-06-02  Wim Taymans  <wim@fluendo.com>
8267
8268         * ext/ogg/README:
8269         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8270         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
8271         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
8272         * ext/theora/theoradec.c: (theora_dec_src_query),
8273         (theora_handle_data_packet):
8274         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8275         (theora_enc_chain):
8276         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8277         (vorbis_handle_data_packet):
8278         * gst/audioconvert/bufferframesconvert.c:
8279         (buffer_frames_convert_chain):
8280         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8281         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8282         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8283         (gst_ffmpegcsp_chain):
8284         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8285         (gst_videorate_getcaps), (gst_videorate_setcaps),
8286         (gst_videorate_event), (gst_videorate_chain):
8287         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
8288         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
8289         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8290         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
8291         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8292         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
8293         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
8294         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8295         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
8296         Cleanups and buffer alloc.
8297
8298 2005-05-31  Wim Taymans  <wim@fluendo.com>
8299
8300         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
8301         Don't try to call the delay method when the device is not
8302         opened.
8303
8304 2005-05-31  Wim Taymans  <wim@fluendo.com>
8305
8306         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
8307         Get actual segment size and buffer size after opening
8308         the device.
8309
8310 2005-05-30  Wim Taymans  <wim@fluendo.com>
8311
8312         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
8313         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
8314         Also FLUSH upstream, makes the loop function exit faster.
8315         
8316         * ext/theora/theoradec.c: (theora_dec_src_query):
8317         Some more debug info in the query.
8318         
8319         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8320         (gst_ximagesink_setcaps):
8321         Release lock on par error, better error reporting.
8322
8323 2005-05-26  Wim Taymans  <wim@fluendo.com>
8324
8325         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8326         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
8327         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
8328         Clear chains in READY
8329         Queue packets until the chain is activated.
8330
8331 2005-05-25  Wim Taymans  <wim@fluendo.com>
8332
8333         * gst-libs/gst/audio/gstaudiosink.c:
8334         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8335         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8336         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8337         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8338         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8339         (gst_audiosink_create_ringbuffer):
8340         * gst-libs/gst/audio/gstbaseaudiosink.c:
8341         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8342         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8343         (gst_baseaudiosink_set_property), (build_linear_format),
8344         (debug_spec_caps), (debug_spec_buffer),
8345         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8346         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8347         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8348         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8349         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8350         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8351         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8352         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8353         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8354         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8355         (wait_segment), (gst_ringbuffer_commit),
8356         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8357         (gst_ringbuffer_clear):
8358         Various small cleanups.
8359
8360         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8361         (gst_audio_convert_change_state):
8362         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
8363         No need to take the locks anymore.
8364
8365 2005-05-25  Wim Taymans  <wim@fluendo.com>
8366
8367         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8368         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
8369         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
8370         (type_found):
8371         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
8372         (group_destroy), (group_commit), (queue_overrun),
8373         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
8374         (mute_stream), (new_decoded_pad), (setup_substreams),
8375         (setup_source), (mute_group_type), (set_active_source),
8376         (gst_play_base_bin_change_state):
8377         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8378         (gen_video_element), (gen_text_element), (gen_audio_element),
8379         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
8380         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
8381         (gst_stream_info_dispose), (gst_stream_info_set_mute):
8382         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
8383         Some playbin cleanups mostly refcounting sloppyness.
8384
8385 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8386
8387         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8388           Work with streaming input.
8389
8390 2005-05-25  Wim Taymans  <wim@fluendo.com>
8391
8392         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8393         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8394         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8395         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
8396         No need to take the STREAM lock anymore.
8397
8398 2005-05-25  Wim Taymans  <wim@fluendo.com>
8399
8400         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
8401         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
8402         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
8403         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
8404         (gst_ogg_demux_sink_activate):
8405         * ext/theora/theoradec.c: (theora_dec_src_event),
8406         (theora_handle_comment_packet), (theora_dec_chain),
8407         (theora_dec_change_state):
8408         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8409         (vorbis_handle_data_packet), (vorbis_dec_chain),
8410         (vorbis_dec_change_state):
8411         Remove STREAM locks as they are taken in core now.
8412         Never set bogus granulepos on vorbis/theora.
8413         Fix leaks in theoradec tag parsing.
8414
8415 2005-05-25  Wim Taymans  <wim@fluendo.com>
8416
8417         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
8418         Fix memleaks, GST_BUFFER_DATA() is not freed.
8419
8420 2005-05-25  Wim Taymans  <wim@fluendo.com>
8421
8422         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
8423         Open non-blocking, set to blocking mode afterwards to avoid
8424         lockups when audio device is busy.
8425
8426 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8427
8428         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
8429           This can't be good.
8430
8431 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8432
8433         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8434         (gst_audio_convert_chain), (gst_audio_convert_link_src),
8435         (gst_audio_convert_setcaps):
8436           Implement instant setup switching.
8437
8438 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8439
8440         * gst/playback/gstplaybasebin.c: (probe_triggered):
8441           Fix missing unlock.
8442         * gst/playback/gstplaybin.c: (add_sink):
8443           First add, then link (otherwise pad link fails).
8444
8445 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8446
8447         * examples/Makefile.am:
8448         fix buildbot (make distcheck)
8449
8450 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8451
8452         * gst/playback/gstplaybin.c: (gen_vis_element):
8453           Remove some wrong code. Doesn't work yet.
8454
8455 2005-05-19  Wim Taymans  <wim@fluendo.com>
8456
8457         * gst-libs/gst/net/Makefile.am:
8458         * gst-libs/gst/net/README:
8459         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
8460         (gst_netbuffer_class_init), (gst_netbuffer_init),
8461         (gst_netbuffer_finalize), (gst_netbuffer_copy),
8462         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
8463         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
8464         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
8465         * gst-libs/gst/net/gstnetbuffer.h:
8466         Added buffer subclass to store extra to/from addresses for
8467         network sources/sinks.
8468
8469 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8470
8471         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
8472           Don't lock an unassigned variable.
8473
8474 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8475
8476         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8477           Increase buffer for video, decrease buffer for other media types.
8478         * gst/playback/gstplaybin.c: (gen_video_element),
8479         (gen_audio_element):
8480           Change names for debugging purposes.
8481
8482 2005-05-18  Wim Taymans  <wim@fluendo.com>
8483
8484         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8485         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8486         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8487         (gst_ffmpegcsp_chain):
8488         Enable buffer alloc passthrough if the source and dest
8489         formats are the same.
8490
8491 2005-05-17  Wim Taymans  <wim@fluendo.com>
8492
8493         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8494         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
8495         (gst_ogg_demux_chain_unlocked):
8496         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8497         (gst_audio_convert_caps_remove_format_info),
8498         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8499         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
8500         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8501         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8502         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
8503         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
8504         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
8505         (gst_ffmpegcsp_get_property):
8506         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8507         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
8508         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
8509         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
8510         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
8511         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
8512         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
8513         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
8514         Leak fixes in oggdemux.
8515         Some cleanups in audioconvert.
8516         Make passthrough work along with buffer_alloc etc.
8517         Make buffer_alloc and buffer recycling actually work in
8518         xvimagesink.
8519
8520 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8521
8522         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
8523           make the compiler happy
8524
8525 2005-05-17  Wim Taymans  <wim@fluendo.com>
8526
8527         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8528         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8529         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
8530         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
8531         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8532         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
8533         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
8534         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
8535         (gst_xvimagesink_set_xwindow_id):
8536         * sys/xvimage/xvimagesink.h:
8537         Port xvimagesink to new MiniObject.
8538
8539 2005-05-17  Wim Taymans  <wim@fluendo.com>
8540
8541         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
8542         (gst_audiofilter_chain):
8543         * gst-libs/gst/audio/gstaudiosink.c:
8544         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8545         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8546         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8547         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8548         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8549         (gst_audiosink_create_ringbuffer):
8550         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8551         (gst_audio_convert_caps_remove_format_info),
8552         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8553         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8554         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8555         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8556         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8557         Fix passthrough in ffmpegcolorspace.
8558         Fix memset in audiosink on wrong memory.
8559
8560 2005-05-16  David Schleef  <ds@schleef.org>
8561
8562         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
8563         to GstMiniObject.
8564
8565 2005-05-16  David Schleef  <ds@schleef.org>
8566
8567         Port from GstData to GstMiniObject.
8568         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
8569         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
8570         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
8571         (gst_ogg_mux_collected):
8572         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8573         * ext/theora/theoradec.c: (theora_handle_comment_packet),
8574         (theora_handle_data_packet):
8575         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8576         (theora_set_header_on_caps), (theora_enc_chain):
8577         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8578         (vorbis_handle_comment_packet):
8579         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8580         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
8581         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
8582         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
8583         * gst/audioconvert/gstaudioconvert.c:
8584         (gst_audio_convert_get_buffer):
8585         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8586         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
8587         (mute_stream), (silence_stream):
8588         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
8589         * gst/volume/gstvolume.c: (volume_transform):
8590         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8591         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
8592         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
8593         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
8594         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
8595         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
8596         (gst_ximagesink_buffer_alloc):
8597         * sys/ximage/ximagesink.h:
8598
8599 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8600
8601         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8602         (fill_buffer), (check_queue), (queue_threshold_reached),
8603         (queue_out_of_data):
8604         * gst/playback/gstplaybasebin.h:
8605           Post buffer-fullness on the bus.
8606
8607 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8608
8609         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8610         (try_to_link_1):
8611         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8612         (group_commit), (probe_triggered), (setup_source),
8613         (gst_play_base_bin_change_state):
8614         * gst/playback/gstplaybasebin.h:
8615         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8616         (gst_play_bin_init), (remove_sinks), (setup_sinks),
8617         (gst_play_bin_change_state):
8618           Move setup_output_pads into a virtual function, remove
8619           group-switch (no longer needed) and redirect (handled by bus
8620           now) signals.
8621
8622 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8623
8624         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
8625         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
8626         (get_active_group), (get_building_group), (group_destroy),
8627         (group_commit), (check_queue), (queue_overrun),
8628         (queue_threshold_reached), (queue_out_of_data),
8629         (gen_preroll_element), (remove_groups), (unknown_type),
8630         (add_element_stream), (no_more_pads), (probe_triggered),
8631         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
8632         (setup_substreams), (setup_source), (finish_source),
8633         (prepare_output), (muted_group_change_state),
8634         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8635         (gst_play_base_bin_change_state):
8636         * gst/playback/gstplaybasebin.h:
8637         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8638         (gst_play_bin_init), (gst_play_bin_set_property),
8639         (gen_video_element), (gen_text_element), (gen_audio_element),
8640         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
8641         (gst_play_bin_change_state):
8642         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
8643         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
8644         (stream_info_change_state), (gst_stream_info_set_mute),
8645         (gst_stream_info_get_property):
8646         * gst/playback/gststreaminfo.h:
8647         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8648         (gst_stream_selector_get_linked_pad),
8649         (gst_stream_selector_getcaps),
8650         (gst_stream_selector_get_linked_pads),
8651         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
8652         * gst/playback/gststreamselector.h:
8653           Rough port of playbin. Needs some more work, but is mostly done,
8654           and uses a few locks in important places, which should make stuff
8655           like chain-switches clean. Still uses GST_STATE() in a few places,
8656           which isn't all that good an idea, subtitles/elements disabled
8657           because no elements to test with and thus probably broken, query
8658           and event handling moved to GstBin, internal thread removed
8659           alltogether because the pipeline does that for us now. Can play
8660           Ogg/Vorbis files. Haven't tested anything else yet.
8661
8662 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8663
8664         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
8665           Do no-more-pads (needed for autoplugging).
8666
8667 2005-05-10  Andy Wingo  <wingo@pobox.com>
8668
8669         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
8670         message to the bus with the tags. Still not sent downstream tho.
8671
8672         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
8673         get_parent.
8674         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
8675         avoid refcounting hassles.
8676
8677 2005-05-09  Andy Wingo  <wingo@pobox.com>
8678
8679         * gst/volume/Makefile.am:
8680         * gst/volume/demo.c
8681         * gst/volume/gstvolume.h
8682         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
8683         basetransform. Probably need an audio filter base class.
8684
8685 2005-05-09  Wim Taymans  <wim@fluendo.com>
8686
8687         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
8688         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
8689         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
8690         (gst_vorbisenc_chain):
8691         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8692         (gst_audio_convert_caps_remove_format_info),
8693         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8694         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8695         Make caps writable before writing to it.
8696         Fix negotiation in audioconvert some more.
8697
8698 2005-05-09  Wim Taymans  <wim@fluendo.com>
8699
8700         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8701         (gst_videorate_getcaps), (gst_videorate_setcaps),
8702         (gst_videorate_event), (gst_videorate_chain):
8703         Better negotiation.
8704
8705 2005-05-09  Wim Taymans  <wim@fluendo.com>
8706
8707         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
8708         (gst_videorate_getcaps), (gst_videorate_setcaps),
8709         (gst_videorate_blank_data), (gst_videorate_init),
8710         (gst_videorate_event), (gst_videorate_chain),
8711         (gst_videorate_change_state):
8712         Port videorate, do a better job at negotiation while we're at
8713         it.
8714
8715 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
8716
8717         * configure.ac:
8718           Disable libvisual
8719
8720         * examples/Makefile.am:
8721         * gst-libs/gst/audio/Makefile.am:
8722         * gst-libs/gst/riff/Makefile.am:
8723         * gst-libs/gst/tag/Makefile.am:
8724         * gst-libs/gst/video/Makefile.am:
8725           Fixups for missing variables.
8726
8727 2005-05-09  Wim Taymans  <wim@fluendo.com>
8728
8729         * examples/seeking/seek.c: (make_theora_pipeline),
8730         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
8731         (query_rates), (query_positions_elems), (query_positions_pads),
8732         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
8733         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
8734         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
8735         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
8736         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
8737         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
8738         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8739         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8740         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8741         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
8742         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
8743         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
8744         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8745         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
8746         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
8747         (theora_dec_src_convert), (theora_dec_sink_convert),
8748         (theora_dec_src_query), (theora_dec_sink_query),
8749         (theora_dec_src_event), (theora_dec_sink_event),
8750         (theora_handle_comment_packet), (theora_handle_type_packet),
8751         (theora_handle_header_packet), (theora_handle_data_packet),
8752         (theora_dec_chain):
8753         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8754         (vorbis_dec_convert), (vorbis_dec_src_query),
8755         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8756         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8757         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8758         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8759         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8760         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
8761         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
8762         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8763         (gst_play_bin_query):
8764         * gst/playback/test3.c: (update_scale):
8765         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
8766         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
8767         * gst/subparse/gstsubparse.c: (gst_subparse_init):
8768         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
8769         (gst_videotestsrc_src_query):
8770         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
8771         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
8772         (paint_hline_YUV9):
8773         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8774         Port to new query API.
8775         Updated seek.
8776         Cleanups in x[v]imagesink
8777
8778 2005-05-09  Andy Wingo  <wingo@pobox.com>
8779
8780         * ext/alsa/gstalsasink.h:
8781         * ext/gnomevfs/gstgnomevfssrc.c:
8782         (gst_gnomevfssrc_get_icy_metadata):
8783         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
8784         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
8785         * ext/theora/theoradec.c (theora_dec_src_query)
8786         (theora_dec_src_event, theora_dec_sink_event)
8787         (theora_handle_comment_packet, theora_handle_data_packet):
8788         * ext/theora/theoraenc.c (theora_enc_chain):
8789         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
8790         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
8791         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
8792         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
8793         (qt_type_find):
8794         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
8795         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
8796         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
8797         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
8798         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
8799         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
8800         (paint_setup_xBGR8888, paint_setup_RGBx8888)
8801         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
8802         (paint_setup_RGB565, paint_setup_xRGB1555):
8803         * gst/videotestsrc/videotestsrc.h:
8804         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
8805         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
8806         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
8807         GCC4 fixes.
8808         
8809         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
8810         gst_pad_query_position. Fixes oggdemux.
8811
8812 2005-05-08  David Schleef  <ds@schleef.org>
8813
8814         * configure.ac: Require liboil.
8815         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
8816         a few more.
8817         * gst/videotestsrc/videotestsrc.c:
8818         * gst/videotestsrc/videotestsrc.h:
8819
8820 2005-05-06  Wim Taymans  <wim@fluendo.com>
8821
8822         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8823         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8824         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8825         Well, unreffing a buffer right before pushing it is asking
8826         for trouble..
8827
8828 2005-05-06  Christian Schaller  <uraeus@gnome.org>
8829
8830         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
8831
8832 2005-05-06  Wim Taymans  <wim@fluendo.com>
8833
8834         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8835         (gst_audio_convert_caps_remove_format_info),
8836         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8837         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8838         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8839         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8840         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8841         * gst/sine/Makefile.am:
8842         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
8843         (gst_sinesrc_class_init), (gst_sinesrc_init),
8844         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
8845         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
8846         (gst_sinesrc_update_freq):
8847         * gst/sine/gstsinesrc.h:
8848         * gst/tcp/gstmultifdsink.c:
8849         * sys/xvimage/xvimagesink.c:
8850         Fixed negotiation wrt _peer_get_caps()
8851         Some cleanups.
8852
8853
8854 2005-05-06  Wim Taymans  <wim@fluendo.com>
8855
8856         * gst-libs/gst/audio/gstaudiosink.c:
8857         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8858         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8859         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8860         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8861         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8862         (gst_audiosink_create_ringbuffer):
8863         * gst-libs/gst/audio/gstbaseaudiosink.c:
8864         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8865         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8866         (gst_baseaudiosink_set_property), (build_linear_format),
8867         (debug_spec_caps), (debug_spec_buffer),
8868         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8869         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8870         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8871         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8872         * gst-libs/gst/audio/gstbaseaudiosink.h:
8873         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8874         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8875         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8876         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8877         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8878         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8879         (wait_segment), (gst_ringbuffer_commit),
8880         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8881         (gst_ringbuffer_clear):
8882         * gst-libs/gst/audio/gstringbuffer.h:
8883         Make the base audiosink return an error when there is no
8884         audiobuffer negotiated.
8885
8886 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8887
8888         * ext/Makefile.am:
8889         Disable cdparanoia until someone ports it!
8890
8891 2005-05-06  Wim Taymans  <wim@fluendo.com>
8892
8893         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8894         (gst_ogg_demux_sink_activate):
8895         And revert after wingo's revert.. sigh..
8896
8897 2005-05-05  Andy Wingo  <wingo@pobox.com>
8898
8899         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
8900         GObject.
8901         * configure.ac: Return audiorate and subparse from the ghetto.
8902         Re-enable -Wall -Werror.
8903         * gst/subparse/gstsubparse.c:
8904         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
8905         or chain-based. Cleaned up a bit. Not tested.
8906         
8907 2005-05-05  Christian Schaller <christian@fluendo.com> 
8908
8909         * Makefile.am: remove stuff that is not building
8910         * configure.ac: remove stuff that is not building
8911         * examples/Makefile.am: remove stuff that is not building
8912         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
8913         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
8914         * sys/Makefile.am: remove stuff that is not building
8915         * testsuite/Makefile.am: remove stuff that is not building
8916
8917 2005-05-05  Andy Wingo  <wingo@pobox.com>
8918
8919         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
8920         * gst-libs/gst/tag/gstvorbistag.c:
8921         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
8922         * gst/adder/gstadder.h:
8923         * gst/audioconvert/gstchannelmix.c:
8924         (gst_audio_convert_fill_one_other):
8925         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
8926         (gst_audiorate_init), (gst_audiorate_chain):
8927         * gst/playback/gstplaybasebin.c: (setup_source):
8928         * gst/playback/test3.c: (update_scale):
8929         Some GCC4 fixes
8930         
8931         * po/af.po:
8932         * po/az.po:
8933         * po/cs.po:
8934         * po/en_GB.po:
8935         * po/hu.po:
8936         * po/it.po:
8937         * po/nb.po:
8938         * po/nl.po:
8939         * po/or.po:
8940         * po/sq.po:
8941         * po/sr.po:
8942         * po/sv.po:
8943         * po/uk.po:
8944         * po/vi.po: Foo
8945
8946 2005-05-05  Wim Taymans  <wim@fluendo.com>
8947
8948         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8949         (gst_audio_convert_caps_remove_format_info),
8950         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
8951         (gst_audio_convert_change_state), (gst_audio_convert_channels):
8952         * gst/videotestsrc/gstvideotestsrc.c:
8953         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
8954         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
8955         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
8956         (gst_videotestsrc_init), (gst_videotestsrc_loop):
8957         Don't ignore _push() return values.
8958         Make sure no processing is done when shutting down.
8959         Videotestsrc pad activation fix.
8960
8961 2005-05-05  Wim Taymans  <wim@fluendo.com>
8962
8963         * gst/adder/Makefile.am:
8964         * gst/adder/gstadder.c: (gst_adder_setcaps),
8965         (gst_adder_class_init), (gst_adder_init),
8966         (gst_adder_request_new_pad), (gst_adder_collected),
8967         (gst_adder_change_state):
8968         * gst/adder/gstadder.h:
8969         Ported adder as an example of a mixer element using
8970         collect pads. Needs more negotiation work.
8971
8972 2005-05-05  Wim Taymans  <wim@fluendo.com>
8973
8974         * ext/theora/theoradec.c: (_inc_granulepos),
8975         (theora_dec_src_event), (theora_dec_sink_event),
8976         (theora_handle_comment_packet), (theora_handle_type_packet),
8977         (theora_handle_header_packet), (theora_handle_data_packet),
8978         (theora_dec_chain):
8979         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8980         (gst_theora_enc_init), (theora_enc_sink_setcaps),
8981         (theora_push_buffer), (theora_push_packet),
8982         (theora_enc_sink_event), (theora_enc_chain),
8983         (theora_enc_change_state), (theora_enc_set_property),
8984         (theora_enc_get_property):
8985         Added stream lock to decoder so that we can serialize
8986         the discont event.
8987         More theoraenc porting, recover from errors, do clean
8988         shutdown.
8989
8990 2005-05-05  Wim Taymans  <wim@fluendo.com>
8991
8992         * ext/ogg/Makefile.am:
8993         * ext/ogg/README:
8994         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8995         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
8996         (gst_ogg_print):
8997         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8998         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8999         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
9000         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
9001         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
9002         (gst_ogg_mux_change_state):
9003         Ported ogg muxer.
9004
9005 2005-05-05  Wim Taymans  <wim@fluendo.com>
9006
9007         * docs/design-audiosinks.txt:
9008         * gst-libs/gst/audio/TODO:
9009         * gst-libs/gst/audio/gstaudiosink.c:
9010         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9011         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9012         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9013         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9014         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9015         (gst_audiosink_create_ringbuffer):
9016         * gst-libs/gst/audio/gstbaseaudiosink.c:
9017         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9018         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9019         (gst_baseaudiosink_set_property), (build_linear_format),
9020         (debug_spec_caps), (debug_spec_buffer),
9021         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9022         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9023         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9024         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9025         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9026         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9027         (gst_ringbuffer_release), (gst_ringbuffer_play),
9028         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
9029         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
9030         (gst_ringbuffer_set_sample), (wait_segment),
9031         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
9032         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
9033         More work on the audiosink, mostly debugging and a race in
9034         shutdown.
9035
9036 2005-04-28  Wim Taymans  <wim@fluendo.com>
9037
9038         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9039         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
9040         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
9041         (vorbis_dec_src_query), (vorbis_dec_src_event),
9042         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
9043         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
9044         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
9045         Don't crap out when seeking back to position 0.
9046
9047 2005-04-28  Wim Taymans  <wim@fluendo.com>
9048
9049         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
9050         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
9051         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
9052         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
9053         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
9054         Make audio sink configurable, use alsasink as default.
9055
9056 2005-04-28  Wim Taymans  <wim@fluendo.com>
9057
9058         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9059         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
9060         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
9061         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
9062         (vorbis_dec_change_state):
9063         * ext/vorbis/vorbisdec.h:
9064         Refactor, use STREAM_LOCK.
9065
9066 2005-04-28  Wim Taymans  <wim@fluendo.com>
9067
9068         * ext/theora/theoradec.c: (_inc_granulepos),
9069         (theora_dec_sink_event), (theora_handle_comment_packet),
9070         (theora_handle_type_packet), (theora_handle_header_packet),
9071         (theora_handle_data_packet), (theora_dec_chain),
9072         (theora_dec_change_state):
9073         Refactor a bit, use STREAM_LOCK.
9074
9075 2005-04-28  Wim Taymans  <wim@fluendo.com>
9076
9077         * ext/alsa/Makefile.am:
9078         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
9079         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
9080         (gst_alsa_link), (gst_alsa_close_audio):
9081         * ext/alsa/gstalsaplugin.c: (plugin_init):
9082         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
9083         (gst_alsasink_dispose), (gst_alsasink_base_init),
9084         (gst_alsasink_class_init), (gst_alsasink_init),
9085         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
9086         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
9087         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
9088         (gst_alsasink_reset):
9089         * ext/alsa/gstalsasink.h:
9090         Implement alsasink with simple open/write/close API. 
9091         Make alsa dir build by disabling compilation of code.
9092
9093 2005-04-28  Wim Taymans  <wim@fluendo.com>
9094
9095         * gst-libs/gst/audio/Makefile.am:
9096         * gst-libs/gst/audio/audio.h:
9097         * gst-libs/gst/audio/audioclock.c:
9098         * gst-libs/gst/audio/audioclock.h:
9099         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
9100         (gst_audio_clock_class_init), (gst_audio_clock_init),
9101         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
9102         * gst-libs/gst/audio/gstaudioclock.h:
9103         * gst-libs/gst/audio/gstaudiosink.c:
9104         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9105         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9106         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9107         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9108         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9109         (gst_audiosink_create_ringbuffer):
9110         * gst-libs/gst/audio/gstbaseaudiosink.c:
9111         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9112         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9113         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
9114         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
9115         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9116         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9117         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9118         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9119         * gst-libs/gst/audio/gstbaseaudiosink.h:
9120         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9121         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
9122         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9123         (gst_ringbuffer_release), (gst_ringbuffer_play),
9124         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
9125         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
9126         (gst_ringbuffer_set_sample), (wait_segment),
9127         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
9128         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
9129         * gst-libs/gst/audio/gstringbuffer.h:
9130         Make ringbuffer faster and more simple by removing the locks
9131         in the playback thread.
9132         Add sample accurate playback based on buffer sample offsets.
9133         Make the baseaudiosink provide a clock.
9134         Parse caps in the base class.
9135         Correctly handle seeking, flushing and state changes.
9136
9137 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9138
9139         * configure.ac:
9140         * gst/audioconvert/Makefile.am:
9141         * gst/audioscale/Makefile.am:
9142           Fix part of the build.  Come on guys, autogen didn't even work :)
9143
9144 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9145
9146         * configure.ac:
9147         * gst-libs/gst/Makefile.am:
9148         * gst-libs/gst/media-info/.cvsignore:
9149         * gst-libs/gst/media-info/Makefile.am:
9150         * gst-libs/gst/media-info/README:
9151         * gst-libs/gst/media-info/media-info-priv.c:
9152         * gst-libs/gst/media-info/media-info-priv.h:
9153         * gst-libs/gst/media-info/media-info-test.c:
9154         * gst-libs/gst/media-info/media-info.c:
9155         * gst-libs/gst/media-info/media-info.h:
9156         * gst-libs/gst/media-info/media-info.vcproj:
9157         * pkgconfig/Makefile.am:
9158         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
9159         * pkgconfig/gstreamer-media-info.pc.in:
9160           Remove media-info, which is also successed by playbin (see Totem
9161           implementation).
9162
9163 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9164
9165         * configure.ac:
9166         * examples/Makefile.am:
9167         * examples/gstplay/.cvsignore:
9168         * examples/gstplay/Makefile.am:
9169         * examples/gstplay/player.c:
9170         * gst-libs/gst/Makefile.am:
9171         * gst-libs/gst/play/.cvsignore:
9172         * gst-libs/gst/play/Makefile.am:
9173         * gst-libs/gst/play/play.c:
9174         * gst-libs/gst/play/play.h:
9175         * gst-libs/gst/play/play.vcproj:
9176         * pkgconfig/Makefile.am:
9177         * pkgconfig/gstreamer-play-uninstalled.pc.in:
9178         * pkgconfig/gstreamer-play.pc.in:
9179           Remove libgstplay, playbin is now the official successor.
9180
9181 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9182
9183         * configure.ac:
9184         * gst-libs/gst/Makefile.am:
9185         * gst-libs/gst/xwindowlistener/Makefile.am:
9186         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9187         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
9188           Remove deprecated xwindowlistener (I've moved xwindowlistening
9189           in the v4l/v4l2 plugins over to serverside).
9190
9191 2005-04-25  David Schleef  <ds@schleef.org>
9192
9193         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
9194         to examples/dynparams.  Examples do not belong interspersed with
9195         source code.
9196         * examples/dynparams/demo-dparams.c:
9197         * gst/sine/Makefile.am:
9198         * gst/sine/demo-dparams.c:
9199
9200 2005-04-25  David Schleef  <ds@schleef.org>
9201
9202         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
9203         * gst-libs/gst/audio/Makefile.am:
9204         * gst-libs/gst/riff/Makefile.am:
9205         * gst-libs/gst/tag/Makefile.am:
9206         * gst-libs/gst/video/Makefile.am:
9207         * gst-libs/gst/xwindowlistener/Makefile.am:
9208
9209         Convert to 0.9 API, seems to work:
9210         * sys/ximage/Makefile.am:
9211         * sys/ximage/ximagesink.c:
9212
9213 2005-04-24  David Schleef  <ds@schleef.org>
9214
9215         Link plugins against libraries:
9216         * ext/alsa/Makefile.am:
9217         * gst/tcp/Makefile.am:
9218
9219         Remove asm code that should be in liboil
9220         * gst/videoscale/Makefile.am:
9221         * gst/videoscale/videoscale_x86_asm.s:
9222
9223         gettext wants these checked in:
9224         * po/af.po:
9225         * po/az.po:
9226         * po/cs.po:
9227         * po/en_GB.po:
9228         * po/hu.po:
9229         * po/it.po:
9230         * po/nb.po:
9231         * po/nl.po:
9232         * po/or.po:
9233         * po/sq.po:
9234         * po/sr.po:
9235         * po/sv.po:
9236         * po/uk.po:
9237         * po/vi.po:
9238
9239 2005-04-24  David Schleef  <ds@schleef.org>
9240
9241         Convert gst_main() to g_main_loop_run()
9242         * gst/playback/decodetest.c: (main):
9243         * gst/playback/test2.c: (main):
9244         * gst/playback/test3.c: (main):
9245         * gst/playback/test4.c: (main):
9246
9247         Link plugins against libraries:
9248         * ext/libvisual/Makefile.am:
9249         * sys/xvimage/Makefile.am:
9250
9251 2005-04-24  David Schleef  <ds@schleef.org>
9252
9253         * configure.ac: Remove idct and resample libs
9254         * gst-libs/gst/Makefile.am: same
9255
9256         Remove usage of gst_library_load():
9257         * ext/alsa/gstalsaplugin.c: (plugin_init):
9258         * ext/libvisual/visual.c: (plugin_init):
9259         * ext/ogg/gstogg.c: (plugin_init):
9260         * ext/theora/theora.c: (plugin_init):
9261         * ext/vorbis/vorbis.c: (plugin_init):
9262         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
9263         * gst/audioscale/gstaudioscale.c:
9264         * gst/adder/gstadder.c: (plugin_init):
9265         * gst/audioconvert/plugin.c: (plugin_init):
9266         * sys/ximage/ximagesink.c: (plugin_init):
9267         * sys/xvimage/xvimagesink.c: (plugin_init):
9268         * gst/tcp/gsttcpplugin.c: (plugin_init):
9269
9270         Link plugins against libraries:
9271         * ext/ogg/Makefile.am:
9272         * ext/theora/Makefile.am:
9273         * ext/vorbis/Makefile.am:
9274         * gst/audioconvert/Makefile.am:
9275
9276         Create proper libraries:
9277         * gst-libs/gst/riff/Makefile.am:
9278         * gst-libs/gst/audio/Makefile.am:
9279         * gst-libs/gst/video/Makefile.am:
9280
9281         Move resample library to audioscale plugin directory:
9282         * gst-libs/gst/resample/Makefile.am:
9283         * gst-libs/gst/resample/README:
9284         * gst-libs/gst/resample/dtof.c:
9285         * gst-libs/gst/resample/dtos.c:
9286         * gst-libs/gst/resample/functable.c:
9287         * gst-libs/gst/resample/private.h:
9288         * gst-libs/gst/resample/resample.c:
9289         * gst-libs/gst/resample/resample.h:
9290         * gst-libs/gst/resample/resample.vcproj:
9291         * gst-libs/gst/resample/test.c:
9292         * gst/audioscale/Makefile.am:
9293         * gst/audioscale/README:
9294         * gst/audioscale/dtof.c:
9295         * gst/audioscale/dtos.c:
9296         * gst/audioscale/functable.c:
9297         * gst/audioscale/private.h:
9298         * gst/audioscale/resample.c:
9299         * gst/audioscale/resample.h:
9300         * gst/audioscale/test.c:
9301
9302         Move tagedit library to gst-libs:
9303         * gst-libs/gst/tag/Makefile.am:
9304         * gst-libs/gst/tag/gstid3tag.c:
9305         * gst-libs/gst/tag/gsttagediting.c:
9306         * gst-libs/gst/tag/gsttageditingprivate.h:
9307         * gst-libs/gst/tag/gstvorbistag.c:
9308         * gst/tags/Makefile.am:
9309         * gst/tags/gstid3tag.c:
9310         * gst/tags/gstvorbistag.c:
9311
9312         Fix for core changes:
9313         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9314         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
9315         (gst_sinesrc_getrange):
9316
9317 2005-04-23  David Schleef  <ds@schleef.org>
9318
9319         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
9320         in gst-plugins in a long time, and properly belongs in liboil.
9321         * gst-libs/gst/idct/Makefile.am:
9322         * gst-libs/gst/idct/README:
9323         * gst-libs/gst/idct/dct.h:
9324         * gst-libs/gst/idct/doieee:
9325         * gst-libs/gst/idct/fastintidct.c:
9326         * gst-libs/gst/idct/floatidct.c:
9327         * gst-libs/gst/idct/idct.c:
9328         * gst-libs/gst/idct/idct.h:
9329         * gst-libs/gst/idct/idtc.vcproj:
9330         * gst-libs/gst/idct/ieeetest.c:
9331         * gst-libs/gst/idct/intidct.c:
9332
9333 2005-04-20  Wim Taymans  <wim@fluendo.com>
9334
9335         * docs/design-audiosinks.txt:
9336         * gst-libs/gst/audio/Makefile.am:
9337         * gst-libs/gst/audio/TODO:
9338         * gst-libs/gst/audio/gstaudiosink.c:
9339         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9340         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9341         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
9342         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9343         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9344         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
9345         (gst_audiosink_class_init), (gst_audiosink_init),
9346         (gst_audiosink_create_ringbuffer):
9347         * gst-libs/gst/audio/gstaudiosink.h:
9348         * gst-libs/gst/audio/gstbaseaudiosink.c:
9349         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
9350         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
9351         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
9352         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
9353         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
9354         (gst_baseaudiosink_create_ringbuffer),
9355         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9356         * gst-libs/gst/audio/gstbaseaudiosink.h:
9357         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9358         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
9359         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
9360         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9361         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
9362         (gst_ringbuffer_play), (gst_ringbuffer_pause),
9363         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
9364         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
9365         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
9366         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
9367         * gst-libs/gst/audio/gstringbuffer.h:
9368         An attempt at a set of audio base classes together with some
9369         design docs.
9370
9371 2005-04-20  Wim Taymans  <wim@fluendo.com>
9372
9373         * gst/audioconvert/Makefile.am:
9374         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9375         (gst_audio_convert_caps_remove_format_info),
9376         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
9377         (gst_audio_convert_channels):
9378         Link against audio libs.
9379         Fix audio convert plugin.
9380
9381 2005-04-20  Wim Taymans  <wim@fluendo.com>
9382
9383         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
9384         (gst_ogg_demux_sink_activate):
9385         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9386         (theora_set_header_on_caps), (theora_enc_sink_event),
9387         (theora_enc_chain):
9388         Fix theora encoder.
9389
9390 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9391
9392         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
9393         * gst/playback/gstdecodebin.c: (find_compatibles):
9394           Work with staticpadtemplates in elementfactories.
9395
9396 2005-04-12  Wim Taymans  <wim@fluendo.com>
9397
9398         * gst/playback/README:
9399         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9400         (compare_ranks), (print_feature), (gst_decode_bin_init),
9401         (dynamic_create), (dynamic_free), (find_compatibles),
9402         (mimetype_is_raw), (close_pad_link), (got_redirect),
9403         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9404         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
9405         (gst_decode_bin_change_state):
9406         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9407         (gst_play_base_bin_init), (group_destroy), (group_commit),
9408         (check_queue), (queue_overrun), (queue_threshold_reached),
9409         (queue_out_of_data), (gen_preroll_element), (unknown_type),
9410         (new_decoded_pad), (setup_subtitle), (gen_source_element),
9411         (got_redirect), (setup_source), (play_base_eos),
9412         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9413         (gst_play_base_bin_remove_element):
9414         * gst/playback/gstplaybasebin.h:
9415         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9416         (gst_play_bin_init), (gst_play_bin_dispose),
9417         (gst_play_bin_set_property), (gen_video_element),
9418         (gen_text_element), (gen_audio_element), (remove_sinks),
9419         (gst_play_bin_send_event):
9420         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
9421         (stream_info_change_state), (gst_stream_info_set_mute):
9422         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
9423         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
9424         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
9425         (gst_stream_selector_chain):
9426         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
9427         (main):
9428         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
9429         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
9430         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9431         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
9432         Raw and crude port of decodebin. 
9433         Make playbin compile.
9434
9435 2005-04-06  Wim Taymans  <wim@fluendo.com>
9436
9437         * ext/gnomevfs/Makefile.am:
9438         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
9439         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9440         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
9441         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
9442         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
9443         (gst_gnomevfssrc_stop):
9444         * ext/ogg/Makefile.am:
9445         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
9446         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
9447         * ext/theora/Makefile.am:
9448         * ext/theora/theoradec.c: (_inc_granulepos),
9449         (theora_dec_sink_event), (theora_dec_chain):
9450         * ext/vorbis/Makefile.am:
9451         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9452         (vorbis_dec_sink_event), (vorbis_dec_chain):
9453         * gst-libs/gst/audio/Makefile.am:
9454         * sys/xvimage/Makefile.am:
9455         Make gnomevfssrc extend the source base class.
9456         Fix linking against libs in various plugins.
9457
9458 2005-04-06  Andy Wingo  <wingo@pobox.com>
9459
9460         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
9461         GST_BASE_LIBS.
9462
9463         * configure.ac: Add check and AC_SUBST for libgstbase.
9464
9465 2005-03-31  Wim Taymans  <wim@fluendo.com>
9466
9467         * examples/seeking/Makefile.am:
9468         * examples/seeking/cdparanoia.c: (main):
9469         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
9470         (play_cb), (pause_cb), (stop_cb), (main):
9471         * examples/seeking/playbin.c:
9472         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
9473         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
9474         (make_sid_pipeline), (make_vorbis_pipeline),
9475         (make_theora_pipeline), (make_vorbis_theora_pipeline),
9476         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
9477         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
9478         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
9479         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
9480         (stop_cb), (main):
9481         * examples/seeking/spider_seek.c:
9482         * examples/seeking/vorbisfile.c:
9483         * ext/gnomevfs/Makefile.am:
9484         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9485         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
9486         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9487         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
9488         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
9489         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
9490         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
9491         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
9492         * ext/ogg/README:
9493         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
9494         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
9495         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
9496         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
9497         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
9498         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
9499         (gst_ogg_pad_event), (gst_ogg_pad_reset),
9500         (gst_ogg_demux_factory_filter), (compare_ranks),
9501         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
9502         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
9503         (gst_ogg_chain_new), (gst_ogg_chain_free),
9504         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
9505         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
9506         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
9507         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
9508         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
9509         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
9510         (gst_ogg_demux_get_prev_page),
9511         (gst_ogg_demux_deactivate_current_chain),
9512         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9513         (gst_ogg_demux_bisect_forward_serialno),
9514         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9515         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
9516         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
9517         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
9518         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
9519         (gst_ogg_demux_change_state), (gst_ogg_print):
9520         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9521         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
9522         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
9523         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
9524         (gst_ogg_mux_loop):
9525         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9526         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
9527         (theora_dec_src_convert), (theora_dec_sink_convert),
9528         (theora_dec_src_query), (theora_dec_src_event),
9529         (theora_dec_sink_event), (theora_dec_chain),
9530         (theora_dec_change_state):
9531         * ext/theora/theoraenc.c: (gst_theora_enc_init),
9532         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
9533         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
9534         (theora_enc_change_state):
9535         * ext/vorbis/Makefile.am:
9536         * ext/vorbis/oggvorbisenc.c:
9537         * ext/vorbis/oggvorbisenc.h:
9538         * ext/vorbis/vorbis.c: (plugin_init):
9539         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
9540         (vorbis_dec_src_query), (vorbis_dec_src_event),
9541         (vorbis_dec_sink_event), (vorbis_dec_chain),
9542         (vorbis_dec_change_state):
9543         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
9544         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
9545         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
9546         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
9547         (gst_vorbisenc_change_state):
9548         * ext/vorbis/vorbisenc.h:
9549         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
9550         * gst-libs/gst/audio/audioclock.c:
9551         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
9552         (gst_audiofilter_init), (gst_audiofilter_chain):
9553         * gst-libs/gst/audio/testchannels.c: (main):
9554         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
9555         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
9556         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
9557         (gmip_find_track_streaminfo), (gmip_find_track_format):
9558         * gst-libs/gst/media-info/media-info.c:
9559         (gst_media_info_read_idler):
9560         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
9561         (gst_play_get_all_by_interface):
9562         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
9563         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
9564         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
9565         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
9566         (gst_riff_parse_info):
9567         * gst-libs/gst/riff/riff-read.h:
9568         * gst-libs/gst/riff/riff.c: (plugin_init):
9569         * gst-libs/gst/video/Makefile.am:
9570         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
9571         (gst_videosink_class_init), (gst_videosink_get_type):
9572         * gst-libs/gst/video/videosink.h:
9573         * gst/audioconvert/bufferframesconvert.c:
9574         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
9575         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
9576         * gst/audioconvert/channelmixtest.c: (main):
9577         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9578         (gst_audio_convert_chain),
9579         (gst_audio_convert_caps_remove_format_info),
9580         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
9581         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
9582         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
9583         (gst_audio_convert_buffer_to_default_format),
9584         (gst_audio_convert_buffer_from_default_format),
9585         (gst_audio_convert_channels):
9586         * gst/audioconvert/gstchannelmix.h:
9587         * gst/ffmpegcolorspace/avcodec.h:
9588         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9589         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9590         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
9591         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
9592         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
9593         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9594         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9595         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
9596         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9597         (dv_type_find):
9598         * gst/videotestsrc/gstvideotestsrc.c:
9599         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
9600         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
9601         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
9602         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
9603         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
9604         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
9605         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
9606         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
9607         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
9608         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
9609         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
9610         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9611         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
9612         (gst_xvimagesink_navigation_send_event),
9613         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
9614         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
9615         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
9616         * sys/xvimage/xvimagesink.h:
9617         Plugin port to 0.9, ogg/theora playback should work in the seek
9618         example now.
9619         Removed old examples.
9620         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
9621         explained in 0.9 TODO doc.
9622
9623
9624 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9625
9626         * autogen.sh:
9627         * configure.ac:
9628         * ext/Makefile.am:
9629         * gst/Makefile.am:
9630         * po/POTFILES.in:
9631         * po/af.po:
9632         * po/az.po:
9633         * po/cs.po:
9634         * po/en_GB.po:
9635         * po/hu.po:
9636         * po/it.po:
9637         * po/nb.po:
9638         * po/nl.po:
9639         * po/or.po:
9640         * po/sq.po:
9641         * po/sr.po:
9642         * po/sv.po:
9643         * po/uk.po:
9644         * po/vi.po:
9645         * sys/Makefile.am:
9646         * testsuite/Makefile.am:
9647           remove a whole bunch of plugins.  This module now contains a set
9648           of free reference plugins/elements as agreed.
9649
9650 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9651
9652         * configure.ac:
9653           hunting season on 0.9 is now OPEN
9654
9655 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9656
9657         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
9658           Kick the hell out of gcc for not warning me about a symbol conflict.
9659
9660 2005-02-22  Luca Ognibene  <luogni@tin.it>
9661
9662         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9663
9664         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
9665           Don't leak caps string (fixes #168134)
9666
9667         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
9668         (gst_jpegenc_init), (gst_jpegenc_finalize),
9669         (gst_jpegenc_change_state):
9670           Don't leak line buffers and context struct (fixes #168133).
9671
9672 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
9673
9674         * configure.ac:
9675         * ext/dirac/gstdiracdec.cc:
9676         (gst_diracdec_chain):
9677           Since dirac 0.5.0 the framerate in dirac is expressed as a
9678           rational number. Fix build and up requirement to 0.5.0, and
9679           also pass parameters to gst_diracdec_link in the right order
9680           (fixes #167959).
9681
9682 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
9683
9684         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
9685         * ext/faad/gstfaad.h:
9686         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
9687         certain invalid muxed streams, where some packets will contain 
9688         junk after decoder data. Partially fixes #149158.
9689
9690 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
9691         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
9692           Make sure we only write to writable buffers
9693
9694 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
9695
9696         * gst-libs/gst/riff/riff-media.c:
9697         (gst_riff_create_audio_caps_with_data):
9698           Do actually fix invalid RIFF fmt header values for alaw
9699           and mulaw audio instead of just saying so.
9700
9701         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9702           Give gst_riff_create_audio_caps_with_data() a chance to
9703           fix up broken format header fields before extracting any
9704           parameters from the header. (fixes #167633)
9705
9706 2005-02-19  Martin Holters  <martin.holters@gmx.de>
9707
9708         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9709
9710         * gst/audioconvert/bufferframesconvert.c:
9711         (buffer_frames_convert_link):
9712           Don't leak othercaps. (fixes #167878)
9713
9714 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
9715
9716         * configure.ac:
9717         * ext/libvisual/visual.c: (gst_visual_srclink),
9718         (gst_visual_change_state):
9719           Support libvisual 0.2.0.
9720
9721 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
9722
9723         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
9724         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
9725           Use same rowstrides for I420 as used everywhere else.
9726
9727 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
9728
9729         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
9730           Declare variables at beginning of block and make gcc-2.95 happy
9731           (fixes # 167482, patch by Gergely Nagy).
9732           
9733         * gst/tcp/gsttcpclientsrc.c:
9734         * gst/tcp/gsttcpclientsrc.h:
9735           Move some includes into the header, so that struct sockaddr_in is
9736           defined when it should be defined on FreeBSD as well (fixes
9737           #167483).
9738           
9739         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
9740           Don't pass uninitialised values to setsockopt() here either.
9741
9742 2005-02-17  Luca Ognibene  <luogni at tin dot it>
9743
9744         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9745
9746         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
9747           Don't pass uninitialised values to setsockopt(). (fixes #167704)
9748
9749 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9750
9751         * gst/playback/gstplaybin.c: (add_sink):
9752           Invert bin_add/link order to workaround deadlock in opt.
9753
9754 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9755
9756         * gst/modplug/gstmodplug.cc:
9757           Add missing break causing position queries to fail.
9758
9759 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9760
9761         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
9762           Granpos can apparently be -1, which screws up calculations...
9763
9764 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
9765
9766         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
9767         (gst_ximagesink_send_pending_navigation),
9768         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
9769         (gst_ximagesink_init):
9770         * sys/ximage/ximagesink.h:
9771         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
9772         (gst_xvimagesink_send_pending_navigation),
9773         (gst_xvimagesink_navigation_send_event),
9774         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
9775         * sys/xvimage/xvimagesink.h:
9776           Use a mutex protected list to marshal navigation
9777           events into the stream thread from whichever thread
9778           sends them.
9779
9780 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
9781
9782         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
9783           Display current position and track length; misc. clean-ups.
9784           
9785         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
9786         (speed_init), (speed_chain):
9787           Add query function, so that the stream length and current position
9788           get adjusted when queried (note that current position queries may
9789           still be wrong if the audio sink returns values based on buffer
9790           timestamps instead of passing on the query).
9791
9792 2005-02-13  Benjamin Otte  <otte@gnome.org>
9793
9794         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
9795         (gst_audio_convert_channels):
9796           create channel conversion matrix when linking
9797         * gst/audioconvert/.cvsignore:
9798         * gst/audioconvert/Makefile.am:
9799         * gst/audioconvert/channelmixtest.c: (main):
9800           add (ugly) test that ensures stereo <=> mono conversion works
9801           correctly
9802
9803 2005-02-13  Benjamin Otte  <otte@gnome.org>
9804
9805         * gst/audioconvert/gstchannelmix.h:
9806           include missing header file
9807         * gst/audioconvert/gstchannelmix.c:
9808         (gst_audio_convert_fill_compatible):
9809           use same sign for both channels when converting to/from compatible
9810           channel. Previously used different signs made the signals cancel
9811           each other out and appear like silence. (fixes #167269)
9812
9813 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9814
9815         * gst/ffmpegcolorspace/avcodec.h:
9816         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9817         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9818         (gst_ffmpegcsp_avpicture_fill):
9819         * gst/ffmpegcolorspace/imgconvert.c:
9820           Convert to and from YV12 (fixes #156379).
9821
9822 2005-02-12  Julien MOUTTE  <julien@moutte.net>
9823
9824         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
9825         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
9826         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
9827         (gst_ximagesink_expose), (gst_ximagesink_set_property),
9828         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
9829         methods from chain and negotiation and vice versa (Fixes #166142).
9830         * sys/ximage/ximagesink.h: Add stream_lock.
9831         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9832         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9833         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9834         (gst_xvimagesink_expose): Check for xcontext before trying to link.
9835
9836 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9837
9838         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
9839           Don't send "Hey! You gave me a NULL pointer you naughty person" as
9840           error message when we can't open the DVD device (when dvdnav_open()
9841           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
9842           the above). Send something more useful instead (fixes #167117).
9843
9844 2005-02-11  Julien MOUTTE  <julien@moutte.net>
9845
9846         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9847         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
9848         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9849         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9850         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
9851         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
9852         methods from chain and negotiation and vice versa (Fixes #166142).
9853         Fix a possible bug of images in the buffer pool being discarded because
9854         we are looking at the wrong geometry.
9855         * sys/xvimage/xvimagesink.h: Add stream_lock.
9856
9857 2005-02-11  David Schleef  <ds@schleef.org>
9858
9859         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
9860         unsigned int. (fixes #167128)
9861
9862 2005-02-11  David Schleef  <ds@schleef.org>
9863
9864         * gst/librfb/Makefile.am: Testing stuff before committing is
9865           for wimps... and people with fast machines.  Fix stupid
9866           mistake.
9867
9868 2005-02-11  David Schleef  <ds@schleef.org>
9869
9870         * configure.ac: Pull in librfb from my CVS tree, because it is
9871           too small and annoying to be separate.  Move rfbsrc plugin
9872           to gst/.
9873         * ext/Makefile.am:
9874         * ext/librfb/Makefile.am:
9875         * ext/librfb/gstrfbsrc.c:
9876         * gst/librfb/Makefile.am:
9877         * gst/librfb/gstrfbsrc.c:
9878         * gst/librfb/rfb.c:
9879         * gst/librfb/rfb.h:
9880         * gst/librfb/rfbbuffer.c:
9881         * gst/librfb/rfbbuffer.h:
9882         * gst/librfb/rfbbytestream.c:
9883         * gst/librfb/rfbbytestream.h:
9884         * gst/librfb/rfbcontext.h:
9885         * gst/librfb/rfbdecoder.c:
9886         * gst/librfb/rfbdecoder.h:
9887         * gst/librfb/rfbutil.h:
9888
9889 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
9890
9891         * gst/speed/Makefile.am:
9892         * gst/speed/demo-mp3.c: (main):
9893         * gst/speed/filter.func:
9894         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
9895         (speed_class_init), (speed_init), (speed_chain_int16),
9896         (speed_chain_float32), (speed_chain), (speed_set_property),
9897         (speed_get_property), (speed_change_state):
9898         * gst/speed/gstspeed.h:
9899           Fix speed element and make it chain-based (fixes #156467),
9900           and make it handle more than one channel.
9901
9902 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
9903
9904         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
9905         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
9906         (gst_dtsdec_chain), (gst_dtsdec_change_state):
9907         * ext/dts/gstdtsdec.h:
9908           Don't clobber the stack constructing the channels array.
9909           Make the element chain-based. DTS tracks can now be played.
9910           
9911 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
9912
9913         * gst-libs/gst/audio/multichannel.h:
9914         * gst-libs/gst/gconf/gconf.h:
9915         * gst-libs/gst/idct/idct.h:
9916         * gst-libs/gst/media-info/media-info-priv.h:
9917         * gst-libs/gst/play/play.h:
9918         * gst-libs/gst/resample/private.h:
9919         * gst-libs/gst/resample/resample.h:
9920         * gst-libs/gst/riff/riff-ids.h:
9921         * gst-libs/gst/video/video.h:
9922         * gst-libs/gst/video/videosink.h:
9923           Add G_BEGIN_DECLS and G_END_DECLS around headers where
9924           missing, so that they work when included from C++ code.
9925
9926 2005-02-09  David Schleef  <ds@schleef.org>
9927
9928         * testsuite/gst-lint: Check for non-statically scoped
9929           parent_class variables.  This won't be a problem once
9930           plugins are loaded with RTLD_LOCAL.
9931
9932 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9933
9934         * ext/mplex/gstmplexibitstream.cc:
9935           gcc madness.
9936
9937 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9938
9939         * ext/ogg/gstogmparse.c:
9940         * gst/debug/gstnavigationtest.c:
9941           Die, thou faulty symbol pollutors (non-static parent_class).
9942
9943 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9944
9945         * ext/mplex/gstmplexibitstream.cc:
9946           Fix event handling (#165525).
9947
9948 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9949
9950         * ext/mikmod/gstmikmod.c:
9951         * gst/modplug/gstmodplug.cc:
9952           Add missing endianness to template (fixes #165509).
9953
9954 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9955
9956         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
9957           Fix wrong order of reading of optional bytes (#165290).
9958
9959 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9960
9961         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9962           Implement FILLER event awareness.
9963
9964 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9965
9966         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
9967           Fix track calculations (#166208).
9968
9969 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
9970
9971         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9972
9973         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
9974         * ext/libpng/gstpngenc.c:
9975           Fix byte-order, use proper fixed caps. Fixes #164197.
9976
9977 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
9978
9979         * configure.ac:
9980           Add dvdlpcmdec 
9981
9982         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
9983         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
9984           Don't push buffers if the src pad isn't negotiated yet.
9985           
9986         * gst/audioconvert/gstaudioconvert.c:
9987         (gst_audio_convert_buffer_to_default_format),
9988         (gst_audio_convert_buffer_from_default_format):
9989           Add support for 24-bit width.
9990
9991         * gst/dvdlpcmdec/.cvsignore:
9992         * gst/dvdlpcmdec/Makefile.am:
9993         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
9994         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
9995         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
9996         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
9997         (plugin_init):
9998         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
9999           New decoder for rearranging DVD LPCM into our audio/x-raw-int
10000           format. Needs support for the channels maps if someone can find 
10001           a DVD LPCM track with > 2 channels.
10002
10003         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
10004         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
10005         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
10006         * gst/mpegstream/gstdvddemux.h:
10007         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
10008         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
10009         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
10010         * gst/mpegstream/gstmpegdemux.h:
10011         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
10012         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
10013         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
10014         (gst_mpeg_parse_handle_src_query),
10015         (gst_mpeg_parse_handle_src_event):
10016           Use audio/x-dvd-lpcm for LPCM output.
10017           Add DTS output.
10018
10019 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
10020
10021         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10022
10023         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
10024         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
10025           Add BGRA handling (#165736).
10026
10027 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
10028
10029         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10030
10031         * gst/law/alaw-decode.c: (alawdec_link):
10032         * gst/law/alaw-encode.c: (alawenc_link):
10033         * gst/law/mulaw-decode.c: (mulawdec_link):
10034         * gst/law/mulaw-encode.c: (mulawenc_link):
10035           Fix caps memleaks (#166600).
10036
10037 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
10038
10039         * ext/tarkin/mem.h:
10040         * ext/tarkin/wavelet.h:
10041         * ext/tarkin/yuv.h:
10042         * gst/ffmpegcolorspace/avcodec.h:
10043           Include "_stdint.h" instead of <stdint.h>. Fixes build on
10044           systems that don't have stdint.h, like Solaris9 (fixes #166631).
10045
10046 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10047
10048         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
10049         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
10050         (gst_xvimagesink_change_state):
10051           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
10052           Xv video (and thereby regenerate Xv colourkey) in clear() so
10053           that PLAY -> READY -> PLAY works (fixes #162504).
10054
10055 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10056
10057         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
10058           Switch to list instead of range, since MJPEG-devices really just
10059           support decimations, not any size.
10060
10061 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10062         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
10063         (gst_mpeg2dec_reset), (free_all_buffers),
10064         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
10065         * ext/mpeg2dec/gstmpeg2dec.h:
10066           The libmpeg2 user-allocated buffer management is awkward, 
10067           to say the least. Hopefully this fixes things.
10068
10069 2005-02-04  Andy Wingo  <wingo@pobox.com>
10070
10071         * gst/audioconvert/bufferframesconvert.c
10072         (buffer_frames_convert_fixate): New function, fixates to 256
10073         frames per buffer by default. (Much better than 1.)
10074         (buffer_frames_convert_init): Set the fixate function for both src
10075         and sink pad.
10076         (buffer_frames_convert_link): After success setting nonfixed caps,
10077         get the negotiated caps so we can know how many buffer-frames it
10078         will be. No idea how this worked at all before.
10079
10080 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10081
10082         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
10083         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
10084         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
10085         (handle_sequence), (handle_picture):
10086         * ext/mpeg2dec/gstmpeg2dec.h:
10087           Rearrange buffer tracking and refcounting and refactor
10088           a little for readability. 
10089
10090 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
10091         * sys/v4l/gstv4l.c: (plugin_init):
10092         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
10093         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
10094         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
10095         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
10096         * sys/v4l/gstv4ljpegsrc.h:
10097         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
10098         * sys/v4l/v4l_calls.h:
10099         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
10100         (gst_v4lsrc_get_fps):
10101         * sys/v4l/v4lsrc_calls.h:
10102           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
10103           you jpeg inside rgb frames" driver.
10104           Don't error in the v4lsrc link function, just return 
10105           REFUSED.
10106
10107 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10108
10109         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
10110         (gst_qcamsrc_open):
10111           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
10112
10113 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10114
10115         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
10116           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
10117
10118 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10119
10120         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
10121           Reset negotiated state on PAUSED->READY.
10122
10123 2005-02-02  David Schleef  <ds@schleef.org>
10124
10125         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
10126         whereever possible.  (Fixes #165997)
10127         * examples/capsfilter/capsfilter1.c: (main):
10128         * examples/dynparams/filter.c: (create_ui):
10129         * examples/seeking/cdparanoia.c: (get_track_info), (main):
10130         * examples/seeking/chained.c: (main):
10131         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
10132         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
10133         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
10134         (make_mpeg_pipeline), (make_mpegnt_pipeline):
10135         * examples/seeking/spider_seek.c: (make_spider_pipeline):
10136         * examples/switch/switcher.c: (main):
10137         * ext/dv/demo-play.c: (main):
10138         * ext/faad/gstfaad.c: (gst_faad_change_state):
10139         * ext/mad/gstmad.c: (gst_mad_chain):
10140         * ext/smoothwave/demo-osssrc.c: (main):
10141         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
10142         (gst_gconf_render_bin_from_description),
10143         (gst_gconf_get_default_audio_sink),
10144         (gst_gconf_get_default_video_sink),
10145         (gst_gconf_get_default_audio_src),
10146         (gst_gconf_get_default_video_src),
10147         (gst_gconf_get_default_visualization_element):
10148         * gst/level/demo.c: (main):
10149         * gst/level/plot.c: (main):
10150         * gst/playback/gstplaybin.c: (gen_video_element),
10151         (gen_audio_element):
10152         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
10153         * gst/playondemand/demo-mp3.c: (setup_pipeline):
10154         * gst/sine/demo-dparams.c: (main):
10155         * gst/spectrum/demo-osssrc.c: (main):
10156         * gst/speed/demo-mp3.c: (main):
10157         * gst/volume/demo.c: (main):
10158         * testsuite/embed/embed.c: (main):
10159
10160 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
10161
10162         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
10163         (gst_tcpclientsink_finalize):
10164         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
10165         (gst_tcpclientsrc_finalize):
10166         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
10167         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
10168         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
10169         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
10170           Don't leak the hostname when shutting down.
10171           In tcpserversrc, take a copy of the default hostname.
10172
10173 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10174
10175         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
10176           Set caps to systemstream=TRUE.
10177
10178 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10179
10180         * testsuite/Makefile.am:
10181           Fix more OSX buildbots.
10182
10183 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
10184
10185         * ext/mpeg2dec/gstmpeg2dec.c:
10186           Don't send things to NULL PAD_PEERs
10187
10188         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
10189           Copy-on-write the incoming buffer.
10190
10191         * gst/mpegstream/gstdvddemux.h:
10192         * gst/mpegstream/gstmpegclock.h:
10193         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
10194         (normal_seek), (gst_mpeg_demux_handle_src_event):
10195         * gst/mpegstream/gstmpegdemux.h:
10196         * gst/mpegstream/gstmpegpacketize.h:
10197         * gst/mpegstream/gstmpegparse.c:
10198         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
10199         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
10200         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
10201         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
10202         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
10203         * gst/mpegstream/gstmpegparse.h:
10204         * gst/mpegstream/gstrfc2250enc.h:
10205           Various changes to the way time is computed that make seeking and
10206           total time estimation much better here.
10207           Use G_BEGIN/END_DECLS instead of __cplusplus
10208
10209         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
10210           Use gst_buffer_stamp instead of only copying the TIMESTAMP
10211
10212 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10213
10214         * gst/subparse/gstsubparse.c:
10215           Fix OSX buildbot.
10216
10217 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
10218
10219         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
10220         (theora_enc_chain), (theora_enc_change_state):
10221         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10222         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
10223         (gst_vorbisenc_change_state):
10224         * ext/vorbis/vorbisenc.h:
10225           Set granulepos and timestamp correctly for streams not
10226           starting at 0, taking into account the initial delay.
10227
10228 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
10229
10230         * gst/mpegstream/gstdvddemux.c:
10231           Add audio/x-dts to audio pad template caps
10232
10233 2005-01-30  David Schleef  <ds@schleef.org>
10234
10235         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
10236         (create_context), (gst_polypsink_link): Fix silly endianness
10237         bug.  Add some debugging.  Remove float from caps; it doesn't
10238         work.  Attempt to get remote audio working.
10239
10240 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10241
10242         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
10243           Add 3IV2 fourcc.
10244
10245 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10246
10247         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
10248         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
10249         (gst_avi_demux_stream_data):
10250         * gst/avi/gstavidemux.h:
10251           Invert DIB images. Fixes #132341.
10252
10253 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10254
10255         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10256         (gst_ffmpegcsp_chain):
10257           D'oh, reference the palette data, not the palette structure.
10258           Fixes color distortion in #132341.
10259
10260 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10261
10262         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10263           PAR can be non-fixed when not provided as argument (#162626).
10264
10265 2005-01-29  David Moore  <dcm@acm.org>
10266
10267         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10268
10269         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10270         (gst_qtdemux_loop_header):
10271           Re-apply patch from #142272 that allows non-seekable sources,
10272           re-proposed by Daniel Drake <dsd@gentoo.org>.
10273
10274 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10275
10276         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
10277           Use the src template for creating the src pad (#162330).
10278
10279 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10280
10281         * configure.ac:
10282         * ext/musepack/Makefile.am:
10283         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
10284         (gst_musepackdec_init), (gst_musepackdec_dispose),
10285         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
10286         (gst_musepack_stream_init), (gst_musepackdec_loop),
10287         (gst_musepackdec_change_state):
10288         * ext/musepack/gstmusepackdec.cpp:
10289         * ext/musepack/gstmusepackdec.h:
10290         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
10291         (gst_musepack_reader_read), (gst_musepack_reader_seek),
10292         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
10293         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
10294         * ext/musepack/gstmusepackreader.cpp:
10295         * ext/musepack/gstmusepackreader.h:
10296           Update to 1.1 API (#165446).
10297
10298 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10299
10300         * ext/Makefile.am:
10301           Unbreak buildbot.
10302
10303 2005-01-28  Andy Wingo  <wingo@pobox.com>
10304
10305         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
10306         to reflect a different dubious internet source. Add a reference
10307         and some commentary.
10308
10309 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10310
10311         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10312         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
10313         * gst/playback/gststreamselector.h:
10314           Be more selective when we're redoing caps negotiation from
10315           within the chain function on a stream change.
10316
10317 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10318
10319         * configure.ac:
10320         * ext/Makefile.am:
10321         * ext/amrnb/Makefile.am:
10322         * ext/amrnb/amrnb.c: (plugin_init):
10323         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
10324         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
10325         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
10326         (gst_amrnbdec_state_change):
10327         * ext/amrnb/amrnbdec.h:
10328         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
10329         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
10330         (gst_amrnbparse_init), (gst_amrnbparse_formats),
10331         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
10332         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
10333         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
10334         * ext/amrnb/amrnbparse.h:
10335           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
10336         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10337           Add AMR-NB/-WB raw formats.
10338         * ext/alsa/gstalsa.c: (gst_alsa_link):
10339           Keep valid time when changing format.
10340         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10341         (qtdemux_parse_trak):
10342           Add some more format-specific options (#140141, #143555, #155163).
10343
10344 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10345
10346         * gst/matroska/matroska-demux.c:
10347         (gst_matroska_demux_parse_blockgroup):
10348           Fix logic error in timing of subtitle stream synchronization.
10349         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10350           Add skip-chunk, which is found in kodak-camera streams.
10351
10352 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10353
10354         * po/LINGUAS:
10355         * po/vi.po:
10356           Adding Vietnamese translation (submitted by Clytie Siddall)
10357
10358 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10359
10360         * gst/playback/gstdecodebin.c: (try_to_link_1):
10361           Use realpad for signal.
10362
10363 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10364
10365         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
10366           Fix category so decodebin picks it up.
10367
10368 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10369
10370         * ext/mad/Makefile.am:
10371         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
10372         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
10373         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
10374         (found_type), (gst_id3demux_bin_change_state):
10375         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
10376         (gst_id3_tag_init), (gst_id3_tag_handle_event),
10377         (gst_id3_tag_src_link), (gst_id3_tag_chain),
10378         (gst_id3_tag_change_state), (plugin_init):
10379         * ext/mad/gstmad.h:
10380           Add id3demuxbin (which is a simple bin consisting of id3demux
10381           and typefind), take over rank from id3demux, remove typefind
10382           code from id3demux. Makes all broken mp3s that I know of work,
10383           and thereby fixes #152688.
10384
10385 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
10386
10387         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10388
10389         * ext/mad/gstmad.c: (gst_mad_src_event):
10390         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10391           Allow seeks on audio pad, make mad forward those (#164826).
10392         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10393           Set duration (#165335).
10394
10395 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10396
10397         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
10398         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
10399         (gst_asf_demux_process_ext_content_desc),
10400         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
10401         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
10402         * gst/asfdemux/gstasfdemux.h:
10403           Improve metadata display, e.g. if the metadata comes before the
10404           streams are loaded (which is perfectly valid).
10405
10406 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10407
10408         * tools/gst-launch-ext-m.m:
10409           Fix AVI/ASF pipelines (#165340).
10410
10411 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
10412         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
10413         build failure on amd64
10414
10415 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
10416
10417         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
10418         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
10419           Check environment variables GST_ID3V2_TAG_ENCODING,
10420           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
10421           list of character encodings to force interpretation of non-unicode
10422           strings stored in an ID3v2 tag to a particular encoding. If none
10423           is specified, try to use current locale's encoding, then fall back
10424           to ISO-8859-1 (which will always succeed). (Resolves #149274)
10425         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
10426         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
10427           Check environment variables GST_ID3V1_TAG_ENCODING,
10428           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
10429           list of character encodings to use in case a string encountered
10430           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
10431           specified, try to use the current locale's encoding, then fall
10432           back to ISO-8859-1 (which will always succeed).
10433
10434 2005-01-25  Benjamin Otte  <otte@gnome.org>
10435
10436         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10437           - on half framerate, compute the rate in advance so the comparisons
10438             don't compare wrong values
10439           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
10440             behaviour
10441           - don't use mad_header_decode anymore, mad_frame_decode does that
10442             automatically
10443           - when getting rid of consumed bytes, reset the stream's skiplen
10444           (fixes #163867)
10445
10446 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
10447
10448         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
10449           Use 1/2 a second for default max_discont, as PES streams from DVB
10450           seem to have larger spacings in the SCR. 
10451           Fix a typo.
10452
10453 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10454
10455         * gst/playback/gstplaybasebin.c: (group_commit):
10456           Notify delayed stream-info availability.
10457
10458 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
10459         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
10460         (gst_a52dec_handle_event), (gst_a52dec_chain):
10461         Add some debug output. Check that a discont has a valid
10462         time associated.
10463         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
10464         (gst_alsa_sink_loop):
10465         Ignore TAG events. A little extra debug for broken timestamps.
10466         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
10467         (dvdnavsrc_change_state):
10468         Ensure we send a discont to engage the link before we send any
10469         other events.
10470         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
10471         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
10472         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
10473         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
10474         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
10475         dvd://title works in totem because typefinding sends a seek that ends
10476         up going back to chapter 1 regardless.
10477         * ext/mpeg2dec/gstmpeg2dec.c:
10478         * ext/mpeg2dec/gstmpeg2dec.h:
10479         Output correct timestamps and handle disconts.
10480         * ext/ogg/gstoggdemux.c: (get_relative):
10481         Small guard against a null dereference.
10482         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
10483         (gst_textoverlay_set_property):
10484         Free memory when done. Don't call gst_event_filler_get_duration on
10485         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
10486         g_warning.
10487         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
10488         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
10489         (gst_sw_srclink), (gst_smoothwave_chain):
10490         Draw solid lines, prettier colours.
10491         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
10492         Add a default palette that'll work for some movies.
10493         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
10494         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
10495         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
10496         * gst/mpegstream/gstdvddemux.h:
10497         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
10498         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
10499         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
10500         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
10501         * gst/mpegstream/gstmpegparse.h:
10502         Use PTM/NAV events when for timestamp adjustment when connected to 
10503         dvdnavsrc. Don't use many discont events where one suffices.
10504         * gst/playback/gstplaybasebin.c: (group_destroy),
10505         (gen_preroll_element), (gst_play_base_bin_add_element):
10506         * gst/playback/gstplaybasebin.h:
10507         Make sure we remove subtitles from the same bin we put them in.
10508         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
10509         (gst_subparse_buffer_format_autodetect),
10510         (gst_subparse_change_state):
10511         Fix some memleaks and invalid accesses.
10512         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
10513         (oggskel_type_find), (cmml_type_find), (plugin_init):
10514         Some typefind functions for Annodex v3.0 files
10515         * gst/wavparse/gstwavparse.h:
10516         GstRiffReadClass is the correct parent class.
10517
10518 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10519
10520         * gst-libs/gst/riff/riff-media.c:
10521         (gst_riff_create_video_caps_with_data):
10522           Add extradata to huffyuv (fixes #165013).
10523         * gst-libs/gst/riff/riff-read.c:
10524         (gst_riff_read_strf_vids_with_data):
10525           Fix extradata extraction if it is in the chunk size.
10526
10527 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
10528
10529         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10530
10531         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
10532         (gst_quarktv_change_state), (gst_quarktv_dispose):
10533           Memory free'ing location fix (#164708).
10534
10535 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10536
10537         * gst/playback/gstplaybasebin.c: (group_commit),
10538         (gen_preroll_element), (probe_triggered), (gen_source_element),
10539         (setup_source), (gst_play_base_bin_change_state),
10540         (gst_play_base_bin_add_element):
10541           Don't block for streams.
10542         * gst/playback/gststreaminfo.c: (stream_info_change_state),
10543         (gst_stream_info_set_mute):
10544           Use gst_pad_set_active_recursive.
10545
10546 2005-01-25  Andy Wingo  <wingo@pobox.com>
10547
10548         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
10549         for #ifndef HAVE_XVIDEO.
10550
10551 2005-01-24  Jeffrey C. Ollie
10552
10553         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
10554
10555         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
10556         * ext/gsm/gstgsmdec.h:
10557         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
10558         * ext/gsm/gstgsmenc.h:
10559         Fix rate to 8kHz as per spec, removes obscure errors when no rate
10560         was given by property. Add proper buffer timestamps and offsets.
10561
10562 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10563
10564         * gst-libs/gst/riff/riff-media.c:
10565         (gst_riff_create_audio_caps_with_data):
10566           Audio can be <8000Hz.
10567
10568 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10569
10570         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10571           Explicit state change to workaround refcount bugs.
10572
10573 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10574
10575         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
10576         (gst_avimux_riff_get_avi_header):
10577           Fix...
10578
10579 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10580
10581         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
10582         (gst_riff_read_element_data):
10583         * gst-libs/gst/riff/riff-read.h:
10584           Add _peek version (req'ed in CDXA).
10585         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
10586         (gst_cdxaparse_loop):
10587           Fix parsing in playbin.
10588         * gst/playback/gstdecodebin.c: (close_pad_link):
10589           Ignore current_ pads, they cause major annoyance.
10590
10591 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10592
10593         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10594           Safety guard.
10595
10596 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10597
10598         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
10599           Fix padding...
10600
10601 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10602
10603         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
10604           Allow for 0-sized buffers. Fixes length query problems in
10605           starwars.mkv from the testsuite.
10606
10607 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
10608
10609         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
10610         (gst_video_box_i420), (gst_video_box_chain):
10611           Fix row strides for I420 (fixes #163159)
10612           
10613 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10614
10615         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10616           MPEG2 has a useful rate property, so we can actually use that.
10617           For MPEG-1, continue using the bytes/time properties.
10618
10619 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10620
10621         * gst-libs/gst/riff/riff-media.c:
10622         (gst_riff_create_video_caps_with_data),
10623         (gst_riff_create_video_template_caps):
10624           Add intel-h263.
10625
10626 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10627
10628         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10629           Fail if caps negotiation fails. Should fix #162184, and should
10630           definately be in there regardless of it fixing the actual bug.
10631         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
10632         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
10633         (gst_avimux_riff_get_avix_header),
10634         (gst_avimux_riff_get_video_header),
10635         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
10636         (gst_avimux_start_file), (gst_avimux_handle_event),
10637         (gst_avimux_change_state):
10638         * gst/avi/gstavimux.h:
10639           Refactor structure writing to use GST_WRITE_UINT macros, add
10640           metadata writing support.
10641
10642 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10643
10644         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
10645           Elements may already be destroyed when this function is called.
10646
10647 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10648
10649         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10650         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
10651           More memory leak fixes (#149162).
10652
10653 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10654
10655         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10656         (gst_qtdemux_add_stream):
10657           Fix two memleaks.
10658
10659 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10660
10661         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10662           Argh...
10663
10664 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10665
10666         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10667           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
10668           when fixating to six channels in Totem.
10669
10670 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10671
10672         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
10673           Fix compile warnings on Solaris 10 buildbot
10674
10675 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10676
10677         * ext/dvdread/dvdreadsrc.c: (_read):
10678           Don't read beyond the last cell in a chapter (fixes 
10679           invalid memory access)
10680
10681 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10682
10683         * ext/dvdread/stream_labels.c:
10684         (dvdreadsrc_get_audio_stream_labels):
10685           Use NULL for an empty GList instead of g_list_alloc(); fix 
10686           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
10687           of GString (easier to bulk free later)
10688
10689 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10690
10691         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10692
10693         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10694         (gst_ffmpeg_pixfmt_to_caps):
10695           Fix BGRA32 caps (#164209).
10696
10697 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10698
10699         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10700
10701         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10702         (gst_ffmpeg_caps_to_pixfmt):
10703           alpha_mask can be RGBA/ABGR. Fixes #164265.
10704
10705 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
10706
10707         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10708
10709         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
10710         (gst_mpeg2dec_alloc_buffer):
10711         * ext/mpeg2dec/gstmpeg2dec.h:
10712           Crop if decoding size is not the actual image size (#163676).
10713
10714 2005-01-17  Steve Baker  <steve@stevebaker.org>
10715
10716         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10717
10718         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
10719         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
10720           Add libsndfile typefind functions (#163309).
10721
10722 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10723
10724         * tools/gst-launch-ext-m.m:
10725           Add .aac, fix .m1v/.m2v (#163891).
10726
10727 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10728
10729         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
10730           Sanity check, don't wait endlessly since the clock might not
10731           actually run at this point (which is a deadlock). Fixes #164069.
10732
10733 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10734
10735         * gst/playback/gstplaybasebin.c: (probe_triggered):
10736           Of course, only pause if group is done...
10737
10738 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10739
10740         * gst/playback/gstplaybasebin.c: (probe_triggered):
10741           Thread safety.
10742
10743 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
10744
10745         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
10746           Don't return state change success when the parent
10747           failed.
10748
10749 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10750
10751         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
10752           Free events (fix memleak in #162905).
10753
10754 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
10755
10756         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10757
10758         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10759         (gst_ffmpeg_caps_to_pixfmt):
10760           Fix for depth = 15. Fixes #161675.
10761
10762 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10763
10764         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10765           Set FPS correctly, even for webcams and the like.
10766         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
10767           Don error on setting while capturing.
10768
10769 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10770
10771         * ext/dv/gstdvdec.c:
10772         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10773         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10774           I'm a bad boy. using /1001. to force C to do float division
10775           and not integer division (as it did in my last commit)
10776           Thanks to David I. Lehn for pointing this mistake.
10777
10778 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10779
10780         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10781           Revert Johan??s 1.35->1.36 since it breaks compat.
10782
10783 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10784
10785         * ext/dv/gstdvdec.c:
10786         * ext/libfame/gstlibfame.c:
10787         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10788         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10789           replace framerate aproximations by their real value
10790           (24000/1001, 30000/1001, 60000/1001)
10791           Finish fixing bug #164049
10792
10793 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10794
10795         * ext/ogg/gstoggmux.c:
10796           eos/bos debugging
10797         * gst/tcp/gstmultifdsink.c:
10798         * gst/tcp/gstmultifdsink.h:
10799         * gst/tcp/gsttcp.c:
10800         * gst/tcp/gsttcp.h:
10801         * gst/tcp/gsttcpclientsink.c:
10802         * gst/tcp/gsttcpclientsrc.c:
10803         * gst/tcp/gsttcpserversink.c:
10804         * gst/tcp/gsttcpserversrc.c:
10805           improve reusability of elements after state changes and errors
10806           make multifdsink throw away streamheaders when receiving new ones
10807
10808 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10809
10810         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10811           Fix for if items are already in list...
10812
10813 2005-01-12  Benjamin Otte  <otte@gnome.org>
10814
10815         * gst/adder/gstadder.c: (gst_adder_loop):
10816           fix adder a bit so it doesn't screw up with events as much anymore
10817
10818 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
10819
10820         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
10821         (pixbufscale_scale), (gst_pixbufscale_chain):
10822         * ext/gdk_pixbuf/pixbufscale.h:
10823           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
10824           to ensure rowstrides are calculated the same way as 
10825           ffmpegcolorspace
10826           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
10827           that we pick up duration and offset also.
10828
10829 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10830
10831         * gst/avi/gstavimux.c: (gst_avimux_class_init),
10832         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
10833           Reusability fixes.
10834
10835 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10836
10837         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
10838         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
10839         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
10840         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
10841           Update flags when requested.
10842
10843 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10844
10845         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10846           Fix dmix.
10847
10848 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10849
10850         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10851         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
10852         (probe_triggered), (new_decoded_pad), (gen_source_element),
10853         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
10854         * gst/playback/gstplaybasebin.h:
10855         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10856         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
10857         (gst_play_bin_change_state):
10858           Implement group-switch signal for use in apps to clear metadata
10859           cache, clean up subtitle, add suburi property instead of # hack,
10860           some error-out fixes.
10861
10862 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10863
10864         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10865           Debug.
10866         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
10867           If we got a state change in the _get handler, don't return success.
10868
10869 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10870
10871         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
10872         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
10873           Make jpegdec quiet on MJPEG decoding
10874         * gst/asfdemux/README:
10875           Fix mimetypes for MJPEG and H263
10876
10877 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10878
10879         * ext/theora/theoradec.c: (theora_dec_chain):
10880           Fix broken code generation by gcc by swapping arguments.
10881         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10882           Fix \n in debug.
10883
10884 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10885
10886         * TODO:
10887           delete this file, it is by far outdated
10888         * ext/alsa/gstalsa.1: remove
10889         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
10890         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
10891         (gst_alsa_get_caps):
10892           Add HW probing for supported sample rates. Fixes #161704
10893
10894 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10895
10896         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10897           Don't crash, biatch! :).
10898
10899 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10900
10901         * ext/musepack/gstmusepackreader.cpp:
10902         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
10903           Some work on tags - still doesn't work in playbin...
10904         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10905           Handle events...
10906
10907 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10908
10909         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
10910           Also shove tags on kid pads.
10911
10912 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10913
10914         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
10915           Don't bail on unknown events.
10916         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10917           Don't crash on events before negotiation.
10918         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10919           Send tags on pads, too.
10920         * gst/playback/gststreamselector.c:
10921         (gst_stream_selector_request_new_pad):
10922           Forward events on first pad if no input was selected yet.
10923
10924 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10925
10926         * gst/playback/gstplaybasebin.c: (setup_substreams):
10927           Don't disable streamtype if the stream doesn't exist, since
10928           then playing a video after audio will disable both and nothing
10929           will happen. Fixes the testsuite.
10930
10931 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10932
10933         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
10934         (gst_v4l_xoverlay_set_xwindow_id):
10935         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
10936         (gst_v4l2_xoverlay_set_xwindow_id):
10937           Add debug categories, fix overlay disabling.
10938
10939 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10940
10941         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
10942         * ext/alsa/gstalsa.h:
10943           Add HW probing for period_count/size and buffer_size MIX/MAX
10944           Adjust default/user defined value if out of bounds
10945           Should fix bug #162024
10946
10947 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10948
10949         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
10950           Fix warning (#161191).
10951
10952 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10953
10954         * ext/dvdread/stream_labels.c:
10955         (dvdreadsrc_get_audio_stream_labels):
10956           Fix warning (init the good variable in switch default)
10957
10958 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
10959
10960         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10961
10962         * gst/tta/gstttaparse.c: (gst_tta_src_event):
10963           Fix gcc-2.95 compile (#163485).
10964
10965 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10966
10967         * configure.ac:
10968         * ext/flac/gstflacenc.c: (gst_flacenc_init),
10969         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
10970         (gst_flacenc_tell_callback), (gst_flacenc_chain),
10971         (gst_flacenc_change_state):
10972         * ext/flac/gstflacenc.h:
10973           Update for API change in flac-1.1.1. Update requirement in
10974           configure.ac. Fixes #162974.
10975
10976 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10977
10978         * gst/playback/gstplaybasebin.c: (group_destroy):
10979           Remove hack to get rid of assert and get rid of unlinked
10980           signals properly.
10981
10982 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10983
10984         * gst/playback/gstplaybasebin.c: (setup_source):
10985           Set source to NULL so that resources are free'ed. Fixes issues
10986           with playback of CDDA and similar device-accessing things.
10987
10988 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10989
10990         * testsuite/embed/Makefile.am:
10991           test->noinst, fix make test in buildbot.
10992
10993 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10994
10995         * ext/dvdread/stream_labels.c: new file
10996         * ext/dvdread/stream_labels.h: new file
10997         * ext/dvdread/Makefile.am:
10998         * ext/dvdread/dvdreadsrc.c: (_seek_title):
10999           Extract audio stream label from DVD IFO files.
11000           It only dump them on the console for now, still have to
11001           make playbin aware of them.
11002
11003 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11004
11005         * gst/playback/gstplaybasebin.c: (setup_source):
11006           Fix hanging subs.
11007
11008 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11009
11010         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11011         (gen_preroll_element), (remove_groups), (setup_subtitle),
11012         (gen_source_element), (setup_source):
11013         * gst/playback/gstplaybasebin.h:
11014           Multiple .sub files is just a stupid idea... Fix some threading
11015           mistakes. Interestingly, external .sub files cause playbin to
11016           hang, I don't know why... Parsing fixes contributed by Fran??ois
11017           Kooman <fkooman@tuxed.net>.
11018
11019 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11020
11021         * testsuite/embed/Makefile.am:
11022           Fix buildbot.
11023
11024 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
11025
11026         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11027
11028         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
11029         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
11030         (gst_pngenc_set_property):
11031         * ext/libpng/gstpngenc.h:
11032           Add compression level property (#163323).
11033
11034 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11035
11036         * configure.ac:
11037         * examples/capsfilter/capsfilter1.c: (main):
11038         * examples/seeking/spider_seek.c: (make_spider_pipeline):
11039         * ext/dvdread/Makefile.am:
11040         * ext/dvdread/demo-play:
11041         * ext/dvdread/demo-play.c:
11042         * gconf/gstreamer.schemas.in:
11043         * gst-libs/gst/gconf/gconf.c:
11044         * sys/v4l/TODO:
11045         * testsuite/Makefile.am:
11046         * testsuite/embed/Makefile.am:
11047         * testsuite/embed/embed.c: (cb_expose), (main):
11048           Remove all references to xvideosink, fix examples (#140845).
11049         * gst/playback/gstplaybasebin.c: (group_destroy):
11050           Apparently, disposal does not unlink - so do explicitely.
11051         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11052           Add debug.
11053
11054 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
11055
11056         * README: fix PKG_CONFIG_PATH instructions, what was there
11057         previously was breaking default search path, not nice. 
11058         Fixes #163358
11059
11060 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11061
11062         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
11063         (gst_audioscale_chain):
11064           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
11065           when resampling - how the ^@$^!@^! is this possible?!?
11066
11067 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11068
11069         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
11070           Reset variables on READY.
11071         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
11072         (gst_matroska_mux_loop):
11073           Require data before writing header.
11074
11075 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
11076
11077         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11078
11079         * ext/mad/gstmad.c: (gst_mad_chain):
11080           Don't call mad_stream_sync() directly after recovering sync.
11081           Fixes #151661.
11082
11083 2005-01-09  Martin Eikermann  <meiker@upb.de>
11084
11085         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11086
11087         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
11088         (snapshot_handler), (gst_snapshot_sinkconnect),
11089         (gst_snapshot_chain):
11090           Allocate resources when required, fix recursive signal emission
11091           and fix caps. Fixes #161667.
11092
11093 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
11094
11095         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11096
11097         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
11098         (gst_pngdec_chain):
11099           Handle only 8-bppc (bits-per-pixel-component) images, better
11100           error handling and correct strides. Fixes #163177.
11101         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
11102         (gst_pngenc_chain):
11103           Better error handling. Fixes #163348.
11104
11105 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11106
11107         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
11108         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
11109         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
11110         (dvdnavsrc_uri_handler_init):
11111           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
11112         * gst/playback/gstplaybasebin.c: (gen_source_element):
11113           Add MMS to streaming URIs.
11114
11115 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11116
11117         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
11118         * sys/xvimage/xvimagesink.c:
11119         (gst_xvimagesink_navigation_send_event):
11120           Check for pad availability before sending event.
11121
11122 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11123
11124         * gst-plugins.spec.in:
11125           Add subparse.
11126
11127 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11128
11129         * configure.ac:
11130           Since we use functions from CVS, up requirement.
11131
11132 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11133
11134         * gst/playback/Makefile.am:
11135         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11136         (group_destroy), (group_commit), (group_is_muted),
11137         (gen_preroll_element), (add_stream), (unknown_type),
11138         (probe_triggered), (preroll_unlinked), (mute_stream),
11139         (silence_stream), (new_decoded_pad), (setup_substreams),
11140         (setup_source), (get_active_source), (mute_group_type),
11141         (muted_group_change_state), (set_active_source),
11142         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
11143         (play_base_eos), (gst_play_base_bin_change_state):
11144         * gst/playback/gstplaybasebin.h:
11145         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
11146         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
11147         (gst_stream_info_dispose), (stream_info_mute_pad),
11148         (stream_info_change_state), (gst_stream_info_set_mute):
11149         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
11150         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
11151         (gst_stream_selector_init), (gst_stream_selector_dispose),
11152         (gst_stream_selector_get_linked_pad),
11153         (gst_stream_selector_get_caps), (gst_stream_selector_link),
11154         (gst_stream_selector_get_linked_pads),
11155         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
11156         * gst/playback/gststreamselector.h:
11157           Adding stream selection support plus required properties for
11158           applications to use this. Fully fixes #100931.
11159
11160 2005-01-08  Benjamin Otte  <otte@gnome.org>
11161
11162         * gst/games/gstpuzzle.c: (nav_event_handler):
11163           - handle nav events differently: forward every event no matter if it
11164             was handled or not.
11165           - translate events
11166           You can now cheat by using navigationtest ! puzzle and moving the
11167           mouse close to the edge of a tile. ;)
11168
11169 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11170
11171         * configure.ac:
11172         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
11173         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
11174         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
11175         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
11176         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
11177         (gst_ogm_parse_plugin_init):
11178         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
11179         (gst_textoverlay_link), (gst_textoverlay_getcaps),
11180         (gst_textoverlay_event), (gst_textoverlay_video_chain),
11181         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
11182         * ext/pango/gsttextoverlay.h:
11183         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11184         (gst_matroska_demux_handle_seek_event),
11185         (gst_matroska_demux_sync_streams),
11186         (gst_matroska_demux_parse_blockgroup),
11187         (gst_matroska_demux_subtitle_caps),
11188         (gst_matroska_demux_plugin_init):
11189         * gst/matroska/matroska-ids.h:
11190         * gst/playback/gstdecodebin.c: (close_pad_link):
11191         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11192         (gen_preroll_element), (remove_groups), (add_stream),
11193         (new_decoded_pad), (setup_subtitles), (gen_source_element),
11194         (setup_source):
11195         * gst/playback/gstplaybasebin.h:
11196         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
11197         * gst/subparse/Makefile.am:
11198         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
11199         (gst_subparse_base_init), (gst_subparse_class_init),
11200         (gst_subparse_init), (gst_subparse_formats),
11201         (gst_subparse_eventmask), (gst_subparse_event),
11202         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
11203         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
11204         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
11205         (parse_mpsub_deinit), (parse_mpsub_init),
11206         (gst_subparse_buffer_format_autodetect),
11207         (gst_subparse_format_autodetect), (gst_subparse_loop),
11208         (gst_subparse_change_state), (gst_subparse_type_find),
11209         (plugin_init):
11210         * gst/subparse/gstsubparse.h:
11211         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
11212         (plugin_init):
11213           Add subtitle support, .sub parser (supports SRT and MPsub),
11214           OGM text support, Matroska UTF-8 text support, deadlock fixes
11215           all over the place, subtitle awareness in decodebin/playbin
11216           and some fixes to textoverlay to handle subtitles in a stream
11217           correctly. Fixes #100931.
11218
11219 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11220
11221         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11222           Check for pad availability before doing a query on it.
11223
11224 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11225
11226         * ext/dv/gstdvdec.c:
11227           really fix bpp24/32 dvdec caps (classic rgba indeed)
11228         * gst/asfdemux/gstasfdemux.c:
11229         (gst_asf_demux_process_ext_content_desc):
11230           don't send text tags if they are empty (bis repetita)
11231
11232 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11233
11234         * ext/dv/gstdvdec.c:
11235          remove unneeded comment from dvdec
11236           (related to DV 4CC codes in AVI files)
11237           moved them in gstreamer/docs/random/mimetypes
11238         * gst/asfdemux/gstasfdemux.c:
11239         (gst_asf_demux_process_ext_content_desc):
11240          don't send text tags if they are empty
11241          fix mem leak on error path
11242         * gst/ffmpegcolorspace/avcodec.h:
11243         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11244         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11245         (gst_ffmpegcsp_avpicture_fill):
11246         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
11247         * gst/ffmpegcolorspace/imgconvert_template.h:
11248          adds BGR32 and BGRA32 to ffmpegcolorspace
11249           (still bad colors, fixing it on next commit)
11250           helps with dvdec outputing BGR32
11251
11252 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11253
11254         * ext/dv/gstdvdec.c:
11255          Fix audio caps i just broke (missing ',')
11256         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
11257         (gst_matroska_mux_reset):
11258          Fix typo + add FIXME about old "x-gst-metadata" crap
11259
11260 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11261
11262         * ext/dv/demo-play.c: (main):
11263          xvideosink -> xvimagesink
11264         * ext/dv/gstdvdec.c:
11265          change rgb 32/32 caps to 24/32 (no alpha)
11266          change nb of channels to be a list (2 or 4, not 2)
11267          change sample rate to be a list (32, 44.1, 48 kHz) not a range
11268         * gst/asfdemux/gstasfdemux.c:
11269         (gst_asf_demux_process_ext_content_desc):
11270          Add 'date/year' to extracted metadata list
11271
11272 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11273
11274         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
11275           The return value of fixate_to does not imply that the requested
11276           value was set, so don't assume.
11277
11278 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
11279
11280         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11281
11282         * ext/libpng/gstpngdec.c:
11283         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
11284         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
11285         * ext/libpng/gstpngenc.h:
11286           Alpha support (encoder; #163161), mime fixage.
11287
11288 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
11289
11290         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11291
11292         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
11293         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
11294         (gst_faac_set_property), (gst_faac_get_property):
11295         * ext/faac/gstfaac.h:
11296           Allow for ADTS output (#153434).
11297
11298 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11299
11300         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
11301           Fix against template (#150576).
11302
11303 2005-01-06  Benjamin Otte  <otte@gnome.org>
11304
11305         * gst/games/gstpuzzle.c: (draw_puzzle):
11306           don't draw a puzzle if either width or height of tiles would be 0.
11307
11308 2005-01-06  Benjamin Otte  <otte@gnome.org>
11309
11310         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
11311         (gst_puzzle_class_init), (gst_puzzle_finalize):
11312           no memleaks, please
11313         (gst_puzzle_create), (gst_puzzle_init),
11314         (gst_puzzle_set_property), (gst_puzzle_setup):
11315           change initialization code around so we don't reshuffle on resize
11316         (draw_puzzle):
11317           fix another stupid typo
11318
11319 2005-01-06  Benjamin Otte  <otte@gnome.org>
11320
11321         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
11322           fix stupid typo that borked copying on YUY2
11323
11324 2005-01-06  Benjamin Otte  <otte@gnome.org>
11325
11326         * gst/games/gstpuzzle.c: (draw_puzzle):
11327           fix edges when image sizes aren't multiples of tile sizes
11328
11329 2005-01-06  Benjamin Otte  <otte@gnome.org>
11330
11331         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
11332           make RGB endianness work correctly
11333         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
11334           refactor and fix race with initial shuffling
11335         (nav_event_handler):
11336           allow using the mouse to puzzle
11337         (draw_puzzle):
11338           insist on tiles having width and height as multiples of 4 to get
11339           clean YUV image handling
11340         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11341         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
11342           s/DEBUG/LOG/ for common messages
11343         (gst_xvimagesink_navigation_send_event):
11344           fix mouse event translation to not include screen PAR
11345         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
11346           fix mouse event translation to actually work
11347
11348 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11349
11350         * gst/asfdemux/gstasfdemux.c:
11351         (gst_asf_demux_process_ext_content_desc):
11352          Extract TrackNumber metadata + clean up code
11353         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
11354          Hope this is the good fix (var used unitialised)
11355
11356 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11357
11358         * ext/faad/gstfaad.c: (gst_faad_chain):
11359           Only increment timestamp if it's valid. Fixes raw AAC streams.
11360
11361 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11362
11363         * configure.ac:
11364         * gst/games/Makefile.am:
11365         * gst/games/gstpuzzle.c:
11366           add a puzzle game with...
11367         * gst/games/gstvideoimage.c:
11368         * gst/games/gstvideoimage.h:
11369           ... full colorspace support (that includes YUV9 and RGB16)) stolen
11370           from videotestsrc and made into something that would be a nice
11371           library for a lot of other plugins.
11372
11373 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11374
11375         * configure.ac:
11376          don't compile faad plugin if a RC of 2.0 is found
11377          Fixes #155346 (and FC1 buildbot)
11378         * gst/asfdemux/gstasfdemux.c:
11379         (gst_asf_demux_process_ext_content_desc):
11380          try to make Solaris compiler happier
11381
11382 2005-01-06  Paul Jack  <pjack@sfaf.org>
11383
11384         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11385
11386         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
11387           Fix segfault (#161667).
11388
11389 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11390
11391         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
11392           Fix framerate reporting.
11393
11394 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11395
11396         * gst-libs/gst/riff/riff-ids.h:
11397         * gst/wavenc/riff.h:
11398          Add AMR (VBR and CBR) ids to riff.h audio codec list
11399         * gst/asfdemux/gstasfdemux.c:
11400         (gst_asf_demux_process_ext_content_desc),
11401         (gst_asf_demux_process_object):
11402           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
11403
11404 2005-01-05  Martin Eikermann  <meiker@upb.de>
11405
11406         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11407
11408         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11409         (gst_dvd_demux_handle_discont):
11410         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
11411         (gst_mpeg_demux_handle_discont):
11412           Recreate pads on new-media (#160730).
11413         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
11414           Send discont even if manager changes timestamps (#161929).
11415
11416 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
11417
11418         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11419
11420         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
11421           Fix invalid memory access (#159211).
11422
11423 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11424
11425         * examples/gstplay/player.c: (main):
11426           Don't iterate.
11427         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
11428           Add visualizations.
11429         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
11430         (gst_a52dec_handle_frame):
11431           Set duration.
11432         * ext/dvdnav/gst-dvd:
11433           Add audioconvert. Fixes #161325.
11434         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
11435           Explicitely case to gint64. Possible valgrind error.
11436         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
11437         (gst_play_tick_callback), (gst_play_change_state),
11438         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
11439         (gst_play_set_location), (gst_play_get_location),
11440         (gst_play_seek_to_time), (gst_play_set_data_src),
11441         (gst_play_set_video_sink), (gst_play_set_audio_sink),
11442         (gst_play_set_visualization), (gst_play_connect_visualization),
11443         (gst_play_get_framerate), (gst_play_get_all_by_interface),
11444         (gst_play_new):
11445           Use playbin. Fixes #139749 and #147744.
11446         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
11447           Add genre tag.
11448         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
11449         (audioscale_get_type), (gst_audioscale_base_init),
11450         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
11451         (gst_audioscale_getcaps), (gst_audioscale_fixate),
11452         (gst_audioscale_link), (gst_audioscale_get_buffer),
11453         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
11454         (gst_audioscale_init), (gst_audioscale_dispose),
11455         (gst_audioscale_chain), (gst_audioscale_set_property),
11456         (gst_audioscale_get_property), (plugin_init):
11457           Indent properly.
11458         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
11459           Fix LPCM.
11460         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
11461         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
11462         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
11463           Add more metadata (fixes #162656).
11464
11465 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11466
11467         * configure.ac:
11468           back to cvs
11469
11470 === release 0.8.7 ===
11471
11472 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11473
11474         * NEWS:
11475         * RELEASE:
11476         * configure.ac:
11477           releasing 0.8.7, "Hyperspace"
11478
11479 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11480
11481         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11482
11483         * gst/playback/gstplaybasebin.c:
11484          Fix for #162924 - free caps after use, not before
11485
11486 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11487
11488         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11489
11490         * gst/playback/gstplaybasebin.c:
11491         * gst/wavparse/gstwavparse.c:
11492           Fix for #154773 - fixes playback of small .wav files
11493
11494 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11495
11496         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11497
11498         * gst/audioscale/gstaudioscale.c:
11499           Fix for #162819 - make audioscale reusable
11500           Fixes playback of more than one file with playbin/totem
11501
11502 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11503
11504         * gst/ffmpegcolorspace/avcodec.h:
11505         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11506         * gst/ffmpegcolorspace/imgconvert.c:
11507           clean up the mess that made me cry and avoid needless duplication
11508
11509 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11510
11511         * gst/ffmpegcolorspace/imgconvert.c:
11512           give some indication of why we're segfaulting
11513
11514 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11515
11516         * configure.ac:
11517           Fix indentation, fix v4l2 plugin detection.
11518         * ext/Makefile.am:
11519           Fix libmms location (Maciej, use diff -u!).
11520         * ext/alsa/gstalsa.c: (gst_alsa_init):
11521           Initialize caps cache to NULL.
11522         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
11523           Only change state on audiosink if it exists.
11524
11525 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
11526
11527         * gst/matroska/matroska-demux.c:
11528         * gst/matroska/matroska-ids.h:
11529         * gst/matroska/matroska-demux.h:
11530         Fix Vorbis streams failing to decode in some files, where cluster_time
11531         isn't 0, because then it doesn't send codec_priv before actual data.
11532         Remove time-based test and replace it with marker set on beginning of
11533         new stream
11534
11535 2004-12-28  David Schleef  <ds@schleef.org>
11536
11537         Merge patch from Ronald fixing problems with streaming
11538         text.
11539         * ext/cairo/gstcairo.c: (plugin_init):
11540         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11541         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11542         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11543         (gst_textoverlay_font_init), (gst_textoverlay_init),
11544         (gst_textoverlay_set_property):
11545         * ext/cairo/gsttextoverlay.h:
11546
11547 2004-12-27  David Schleef  <ds@schleef.org>
11548
11549         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11550         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11551         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11552         (gst_textoverlay_font_init), (gst_textoverlay_init),
11553         (gst_textoverlay_set_property): Improvements to actually
11554         render text as white on black outline on video, including
11555         font selection and horizontal/vertical alignment.  (Ronald's
11556         christmas present)
11557         * ext/cairo/gsttextoverlay.h:
11558
11559 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11560
11561         * ext/ogg/gstogg.c:
11562         * ext/ogg/gstogmparse.c:
11563           fix ogm[audio/video]parse plugin registration
11564           (riff won't load if bytestream is already loaded)
11565
11566 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11567
11568         * gst/audioconvert/gstchannelmix.c:
11569           fix for GLIB < 2.4
11570
11571 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11572
11573         * Makefile.am:
11574         * configure.ac:
11575           disable docs again until it actually passes make distcheck.
11576
11577 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11578
11579         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
11580         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
11581         (plugin_init):
11582           Add 3GP (variables name Q3GP because they can't start with a
11583           number). Add samr audio fourcc (used in .3gp files), decoder
11584           is work in progress. Also do a GST_WARNING instead of ERROR
11585           in case of unknown nodes, to decrease output.
11586
11587 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11588
11589         * Makefile.am:
11590           really fix dist
11591
11592 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11593
11594         * configure.ac:
11595         * ext/speex/gstspeexdec.h:
11596         * ext/speex/gstspeexenc.h:
11597           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
11598           Fix detection code in configure.ac
11599
11600 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11601
11602         * gst/matroska/matroska-demux.c:
11603         (gst_matroska_demux_parse_blockgroup):
11604           Save position, so that queries give proper return values. Don't
11605           know how this could ever have worked before...
11606
11607 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11608
11609         * configure.ac:
11610           Put additional LAME check inside the conditional.  Fixes #152339
11611
11612 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11613
11614         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11615         (gst_avi_demux_stream_scan):
11616           Add some more debug. Fix logic error when setting movi offset
11617           while reading index.
11618
11619 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11620
11621         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11622         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
11623         (gst_avi_demux_process_next_entry):
11624           Add some debugging. Better detection of broken indexes and the
11625           accompanying index recovery. No infinite loops on state changes
11626           when we're still in our loopfunction.
11627
11628 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11629
11630         * configure.ac:
11631           Fix up.
11632
11633 2004-12-22  Archana Shah  <archana.shah@wipro.com>
11634
11635         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11636
11637         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
11638           Normalizing the value before setting
11639         (gst_sunaudiomixer_get_volume):
11640           Normalizing the value after getting. Fixes bug# 161980
11641
11642 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11643
11644         * Makefile.am: Make sure docs gets disted
11645         * docs/Makefile.am: Make sure all needed files get disted
11646         * gst-plugins.spec.in: latest updates
11647
11648 2004-12-22  Wim Taymans  <wim@fluendo.com>
11649
11650         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11651         Revert patch 1.38 as clock distribution over schedulers does
11652         not work correcly in the core yet.
11653
11654 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11655
11656         * sys/oss/README: remove this file, which predates my birth
11657           (and which content is by far outdated)
11658
11659 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
11660
11661         * Makefile.am:
11662         * configure.ac:
11663         * docs/Makefile.am:
11664         * docs/libs/Makefile.am:
11665         * docs/libs/gst-plugins-libs-docs.sgml:
11666         * docs/libs/gst-plugins-libs-sections.txt:
11667         * docs/libs/tmpl/gstgconf.sgml:
11668         * docs/upload.mak:
11669         * docs/version.entities.in:
11670           Added boilerplate gtk-doc files for plugin-libs documentation.
11671
11672 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11673
11674         * gst/auparse/gstauparse.c: fix int and float audio caps
11675
11676 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11677
11678         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11679         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
11680           g_assert() can be a macro, don't use #ifdef inside it.
11681
11682 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
11683
11684         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11685
11686         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11687         (gst_videorate_init), (gst_videorate_chain),
11688         (gst_videorate_change_state):
11689           Event handling (fixes #159986).
11690
11691 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11692
11693         * gst-libs/gst/riff/riff-media.c:
11694         (gst_riff_create_video_caps_with_data):
11695           Add BLZ0 (Blizzard's version of DivX) fourcc.
11696
11697 2004-12-18  David Schleef  <ds@schleef.org>
11698
11699         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
11700         portability fix.
11701
11702 2004-12-18  David Schleef  <ds@schleef.org>
11703
11704         * gst/tta/ttadec.h: Disable some header code that isn't used
11705         and clearly isn't portable.
11706
11707 2004-12-18  David Schleef  <ds@schleef.org>
11708
11709         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
11710         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11711         (avcodec_get_pix_fmt), (avpicture_layout),
11712         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
11713         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
11714         Fix code to not use GCC extensions (and c99 extensions that
11715         Forte does not like.)
11716
11717 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11718
11719         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11720
11721         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
11722         (gst_deinterlace_chain):
11723           Rowstride fixes. Fixes #161039.
11724         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
11725         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
11726         (gst_video_crop_getcaps), (gst_video_crop_link),
11727         (gst_video_crop_i420), (gst_video_crop_chain),
11728         (gst_video_crop_change_state):
11729           Rework of negotiation. Actually works now. Fixes #158650.
11730
11731 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11732
11733         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
11734           That was very stupid.
11735
11736 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11737
11738         * gst/matroska/matroska-demux.c:
11739         (gst_matroska_demux_parse_blockgroup):
11740           Fix possible crasher.
11741
11742 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11743
11744         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
11745         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
11746           Lace sizes can be zero.
11747
11748 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11749
11750         * ext/musepack/gstmusepackdec.cpp:
11751           Fetch error return values. Fixes #161624.
11752         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
11753           Really EOS.
11754
11755 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11756
11757         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
11758           Work for truncated (unfinished download etc.) files. Fixes #160514.
11759
11760 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11761
11762         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11763           Fix for integer overflow. Makes #156001 not crash. Probably masks
11764           the real bug.
11765
11766 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11767
11768         * gst/ac3parse/gstac3parse.c: (plugin_init):
11769           Parsers never have ranks. Fixes #159651.
11770
11771 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11772
11773         * gst/playback/gstdecodebin.c: (compare_ranks):
11774           make sure the facotries are ordered the same every time even if they
11775           have the same rank by using the name
11776         * gst/playback/gstdecodebin.c: (find_compatibles):
11777           make sure we don't add factories to the list twice
11778
11779 2004-12-16  David Schleef  <ds@schleef.org>
11780
11781         * configure.ac: look for musepack headers as musepack/*.h
11782         (fixes #159847)
11783         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
11784         * ext/musepack/gstmusepackreader.h: same
11785
11786 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11787
11788         * gst-libs/gst/riff/riff-read.c:
11789         (gst_riff_read_strf_auds_with_data):
11790           Read extradata correctly (fixes #155879).
11791
11792 2004-12-16  David Schleef  <ds@schleef.org>
11793
11794         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
11795         audio.  does _not_ attempt or allow conversion unless channels
11796         is 1 or 2.
11797
11798 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11799
11800         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
11801
11802 2004-12-16  David Schleef  <ds@schleef.org>
11803
11804         * gst/audioscale/gstaudioscale.c: the resample library only
11805         handles 1 or 2 channels.  Change caps to compensate.
11806
11807 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11808
11809         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
11810         (gst_matroska_demux_audio_caps):
11811           Some MPEG-AAC hacks, because else it doesn't work...
11812
11813 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11814
11815         * gst-libs/gst/riff/riff-media.c:
11816         (gst_riff_create_video_caps_with_data),
11817         (gst_riff_create_video_template_caps):
11818           Add h264.
11819
11820 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11821
11822         * gst-libs/gst/audio/Makefile.am:
11823           Try to fix buildbot.
11824
11825 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11826
11827         * gst/tcp/gstmultifdsink.c:
11828           Clean up and uniformize debugging.
11829
11830 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
11831
11832         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11833
11834         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11835         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
11836         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
11837         (gst_mpeg_demux_change_state):
11838           Reset on ready. Fixes 160276.
11839
11840 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11841
11842         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11843
11844         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11845         (gst_ffmpegcsp_pad_link):
11846           Fix memleak (#154815).
11847
11848 2004-12-16  James Bowes  <bowes@cs.dal.ca>
11849
11850         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11851
11852         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
11853         (gst_musicbrainz_init), (gst_musicbrainz_chain),
11854         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
11855         * ext/musicbrainz/gsttrm.h:
11856           Add support for using a proxy server when getting a trm id from
11857           the MusicBrainz database (#149613).
11858
11859 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
11860
11861         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11862
11863         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
11864         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11865           Fix memleaks (#157233).
11866
11867 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11868
11869         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11870
11871         * gst-libs/gst/resample/resample.c: (gst_resample_close):
11872         * gst-libs/gst/resample/resample.h:
11873         * gst/audioscale/gstaudioscale.c:
11874           Fix memleak (#159215).
11875
11876 2004-12-16  Toni Willberg  <toniw@iki.fi>
11877
11878         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11879
11880         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
11881         * sys/oss/oss_probe.c: (main):
11882           Check for mono/stereo support (similar to samplerate probing),
11883           fixes #159433. Also add missing copyright header to oss_probe.c.
11884
11885 2004-12-15  David Schleef  <ds@schleef.org>
11886
11887         * configure.ac: add audioresample and cairo plugins.  Remove
11888         HAVE_MMX stuff, because it's not used.
11889         * ext/Makefile.am: same
11890         * ext/audioresample/Makefile.am: You are not ready for an
11891         audio resampling element based on audioresample.
11892         * ext/audioresample/gstaudioresample.c:
11893         * ext/audioresample/gstaudioresample.h:
11894         * ext/cairo/Makefile.am: You are not ready for overlay elements
11895         based on cairo.  Don't look too closely, these elements kinda
11896         suck right now.
11897         * ext/cairo/gstcairo.c: new
11898         * ext/cairo/gsttextoverlay.c: new
11899         * ext/cairo/gsttextoverlay.h: new
11900         * ext/cairo/gsttimeoverlay.c: new
11901         * ext/cairo/gsttimeoverlay.h: new
11902         * gst-libs/gst/media-info/media-info-priv.h: fix compile
11903         problem with compilers that don't support variadic macros.
11904
11905 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
11906
11907         Reviewed by:  David Schleef  <ds@schleef.org>
11908
11909         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
11910         Bala, registering sunaudiosrc (oops!), and cleaning up code a
11911         bit.  Also ran indent-gst.
11912         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
11913         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
11914         (gst_sunaudiosrc_setparams):
11915
11916 2004-12-14  David Schleef  <ds@schleef.org>
11917
11918         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
11919         output rate to 16000.  Should fix #160235.
11920
11921 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11922
11923         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11924         Add typefinding for mpeg2 pes streams
11925
11926 2004-12-13  David Schleef  <ds@schleef.org>
11927
11928         * configure.ac:  Applied patch from bug #143659, making default
11929         sources and sinks OS-dependent (for Solaris), and added code
11930         for OS/X.
11931         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
11932
11933 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11934
11935         * gst-libs/gst/riff/riff-media.c:
11936           forgot to add h2.64 to avidemux template caps
11937
11938 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11939
11940         * gst/wavenc/riff.h:
11941         * gst-libs/gst/riff/riff-media.c:
11942         * gst-libs/gst/riff/riff-ids.h:
11943         * gst/avi/gstavimux.c
11944         add 4CC code for VideoSoft h264 in AVI (VSSH)
11945           fixes bug #160655
11946         remove s323 from riff, it's quicktime specific :(
11947
11948 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11949
11950         * gst/asfdemux/README
11951         * gst/wavenc/riff.h
11952         * gst-libs/gst/riff/riff-ids.h
11953         * gst-libs/gst/riff/riff-media.c
11954         * gst/qtdemux/qtdemux.c:
11955           add new 4CC codes for h263 related codecs
11956           fixes partially bug #155163
11957
11958 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
11959
11960         * configure.ac: Update polyaudio requirement to 0.7
11961         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
11962
11963 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11964
11965         * gst/interleave/deinterleave.c:
11966         fix my name's spelling! :)
11967
11968 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11969
11970         * AUTHORS ChangeLog
11971         * gst/auparse/gstauparse.c
11972         * gst/interleave/deinterleave.c
11973         * gst/law/:
11974                 alaw-decode.c alaw-encode.c
11975                 mulaw-decode.c mulaw-encode.c
11976         * gst/oneton/gstoneton.c
11977         * sys/osxaudio/:
11978                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
11979         * sys/osxvideo/:
11980                 cocoawindow.h cocoawindow.m
11981                 osxvideosink.h osxvideosink.m
11982
11983         put the same mail address for Zaheer Abbas Merali everywhere
11984
11985 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11986
11987         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
11988           Align by packetsize, and assert that we a packet available before
11989           playing. The first makes webstreams work (they often include
11990           trailing padding data in a packet), the second allows pausing a
11991           ASF stream in totem without getting demux errors afterwards.
11992
11993 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11994
11995         * ext/ogg/gstoggdemux.c: (get_relative):
11996           Check for non-NULL before accessing member (end-of-chain).
11997
11998 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11999
12000         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12001         (cdparanoia_set_property), (cdparanoia_get_property):
12002         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
12003         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
12004         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12005         (dvdreadsrc_init), (dvdreadsrc_set_property),
12006         (dvdreadsrc_get_property):
12007         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
12008         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
12009           Synchronize property names where not yet the case. Devices are
12010           now device=X, other versions are deprecated (but still exist).
12011           Also use g_free() unconditionally.
12012         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12013         (setup_source), (gst_play_base_bin_get_property):
12014           Expose source.
12015
12016 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12017
12018         * configure.ac: move GCONF macro outside conditional for the am
12019           conditional. Fixes #160439
12020
12021 2004-12-08  David Schleef  <ds@schleef.org>
12022
12023         * tools/gst-visualise-m.m: Switch to elements that currently
12024         exist.
12025
12026 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12027
12028         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12029           We love wrong commas.
12030
12031 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12032
12033         * gst/matroska/matroska-demux.c:
12034         (gst_matroska_demux_handle_src_query):
12035           Don't set DEFAULT, unsupported - makes length display incorrectly
12036           in some cases.
12037
12038 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
12039
12040         * gst/monoscope/README: remove blurb about files being GPL
12041         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
12042         * gst/monoscope/monoscope.c: Change license to BSD with explanation
12043           monoscope is now effectively LGPL licensed
12044
12045 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
12046
12047         * gst/monoscope/README: Update information to be more correct
12048         * gst/monoscope/convolve.c: Relicense to LGPL
12049         * gst/monoscope/convolve.h: Relicense to LGPL
12050
12051 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
12052
12053         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
12054           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
12055         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
12056           set default_duration for mpeg1 audio
12057
12058 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12059
12060         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
12061         * ext/alsa/gstalsa.h:
12062           refactor big chunks of the core caps negotiation code to make it
12063           a lot faster, because people claim it's really slow
12064           (actually, just cache the getcaps when the device is opened)
12065
12066 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12067
12068         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
12069         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
12070         (gst_a52dec_handle_frame), (gst_a52dec_chain),
12071         (gst_a52dec_change_state), (plugin_init):
12072         * ext/a52dec/gsta52dec.h:
12073           Do something useful with timestamps. Make chain-based (since
12074           there's really no reason to be loopbased).
12075         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12076           Update current_byte/frame correctly.
12077
12078 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12079
12080         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
12081         (gst_ape_demux_stream_init):
12082           Forward tags, too.
12083
12084 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12085
12086         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
12087           Let's make sure we're done typefinding when detecting tags.
12088
12089 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12090
12091         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
12092         (gst_ebml_read_init), (gst_ebml_read_use_event),
12093         (gst_ebml_read_element_id), (gst_ebml_peek_id),
12094         (gst_ebml_read_seek), (gst_ebml_read_skip),
12095         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
12096         (gst_ebml_read_master):
12097         * gst/matroska/ebml-read.h:
12098         * gst/matroska/matroska-demux.c:
12099         (gst_matroska_demux_parse_contents),
12100         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
12101           Disgustingly evil hack for working around INTERRUPT events and
12102           their extremely annoying habit of being a pain in the ass. We
12103           simply peek a cluster before reading any of it.
12104
12105 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12106
12107         * ext/musepack/gstmusepackdec.cpp:
12108           There's also floating point libmusepacks.
12109
12110 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12111
12112         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
12113         (gst_faad_chanpos_to_gst), (gst_faad_chain):
12114           Set DURATION even if source buffer didn't. Also use increasing
12115           timestamps.
12116         * gst-libs/gst/riff/riff-media.c:
12117         (gst_riff_create_audio_caps_with_data):
12118           Block_align can have larger values than 8192.
12119
12120 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12121
12122         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
12123         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
12124         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
12125         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
12126           Fix caps.
12127
12128 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12129
12130         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
12131           Fix logic bug.
12132
12133 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12134
12135         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
12136           Yay, another one.
12137
12138 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12139
12140         * ext/esd/esdsink.c: (gst_esdsink_chain):
12141           Make error actually say something useful (fixes #156798).
12142         * gst-libs/gst/riff/riff-media.c:
12143         (gst_riff_create_video_caps_with_data),
12144         (gst_riff_create_video_template_caps):
12145           Add Intel Video 5.0 fourcc (IV50).
12146
12147 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
12148
12149         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
12150         detection on mono and stereo mp3 files.
12151
12152 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12153
12154         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12155           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
12156           the contained stream).
12157
12158 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12159
12160         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
12161           Oops, remove debug.
12162
12163 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12164
12165         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12166
12167         * gst/law/alaw-decode.c: (alawdec_getcaps):
12168         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
12169           Prevent warnings when negotiating caps (fixes #159338).
12170
12171 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12172
12173         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12174         (gst_ffmpegcsp_chain):
12175           Remove old leftover that shouldn't be there...
12176
12177 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12178
12179         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12180
12181         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
12182           Don't forward DISCONT events (fixes #159684).
12183
12184 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12185
12186         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
12187           Unlink manually since sometimes bin disposal (and therefore
12188           pad unlinking) is delayed, which will cause a new media file
12189           to not be able to start playing instantly.
12190
12191 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12192
12193         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
12194           On mute of an unlinked stream, check for pad availability so
12195           we don't crash on unlinked pad.
12196
12197 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12198
12199         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12200         (gst_avi_demux_massage_index):
12201           Fix quite humiliating bug in omitting 0-sized index chunks but
12202           forgetting to count them for timestamps.
12203
12204 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12205
12206         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
12207           Actually leave the loop if we failed to sync. Don't crash.
12208
12209 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12210
12211         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
12212         (gst_dvd_demux_process_private):
12213         * gst/mpegstream/gstdvddemux.h:
12214           Fix crash (#159759). Doesn't work, though. :-(.
12215
12216 2004-11-28  Benjamin Otte  <otte@gnome.org>
12217
12218         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
12219           more overwriting protection due to modifying channels one by one
12220           instead of all at once
12221
12222 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12223
12224         * gst/audioconvert/gstchannelmix.c:
12225         (gst_audio_convert_fill_normalize):
12226           Normalize using absolute values.
12227
12228 2004-11-28  Julien MOUTTE  <julien@moutte.net>
12229
12230         * configure.ac:
12231         * ext/Makefile.am:
12232         * ext/directfb/Makefile.am:
12233         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
12234         (gst_directfbvideosink_get_pixel_format),
12235         (gst_directfbvideosink_get_format_from_fourcc),
12236         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
12237         (gst_directfbvideosink_sink_link),
12238         (gst_directfbvideosink_change_state),
12239         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
12240         (gst_directfbvideosink_buffer_alloc),
12241         (gst_directfbvideosink_interface_supported),
12242         (gst_directfbvideosink_interface_init),
12243         (gst_directfbvideosink_navigation_send_event),
12244         (gst_directfbvideosink_navigation_init),
12245         (gst_directfbvideosink_set_property),
12246         (gst_directfbvideosink_get_property),
12247         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
12248         (gst_directfbvideosink_base_init),
12249         (gst_directfbvideosink_class_init),
12250         (gst_directfbvideosink_get_type), (plugin_init):
12251         * ext/directfb/directfbvideosink.h: Adding a first version of
12252         directfbvideosink.
12253         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
12254         more.
12255
12256 2004-11-28  Benjamin Otte  <otte@gnome.org>
12257
12258         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
12259           walk the samples backwards if out_channels > in_channels so we don't
12260           overwrite data
12261
12262 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12263
12264         * gst/audioconvert/Makefile.am:
12265         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
12266         (gst_audio_convert_link), (gst_audio_convert_change_state),
12267         (gst_audio_convert_channels):
12268         * gst/audioconvert/gstchannelmix.c:
12269         (gst_audio_convert_unset_matrix),
12270         (gst_audio_convert_fill_identical),
12271         (gst_audio_convert_fill_compatible),
12272         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
12273         (gst_audio_convert_fill_others),
12274         (gst_audio_convert_fill_normalize),
12275         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
12276         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
12277         * gst/audioconvert/gstchannelmix.h:
12278           Implement a channel mixer.
12279
12280 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
12281
12282         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
12283         * ext/alsa/gstalsa.h:
12284         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
12285         Make alsasink actually honor gst_element_set_clock and use that
12286         clock instead of its internal one.
12287
12288 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
12289
12290         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
12291         (gst_play_base_bin_change_state): nullify source and decoder when
12292         going from READY to NULL so that we don't try to do weird stuff with
12293         them when going from NULL to READY
12294         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
12295         instead of g_object_unref
12296         (gen_video_element), (gen_audio_element): more refcounting fixes, now
12297         it should be correct
12298         (gst_play_bin_change_state): don't call remove_sinks if we are
12299         currently disposing the object
12300
12301 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12302
12303         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
12304           Don't forget bass if it's there. Else left channel is silent...
12305
12306 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12307
12308         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
12309         (gst_a52dec_change_state):
12310           Don't do sample adjusting anymore, we use float audio now.
12311         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12312           Don't fixate to non-existing properties.
12313
12314 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12315
12316         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
12317         (gst_a52dec_change_state):
12318           Advertise that we can do surround sound.
12319
12320 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12321
12322         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
12323           Add buffer-frames=0.
12324         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
12325         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
12326         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
12327         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
12328         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
12329         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
12330         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
12331         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
12332         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
12333         * ext/dvdread/dvdreadsrc.h:
12334           Add seeking, querying for bytes, sectors, title, angle and
12335           chapter. Handle multiple chapters. Relicense to LGPL because
12336           Billy agreed on that (thanks Billy!).
12337
12338 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
12339
12340         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
12341         call parent dispose method
12342
12343 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
12344
12345         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
12346         (gst_audio_clock_get_internal_time):
12347         Fix active <-> inactive transitions: ensure time value always
12348         grows and avoid abrupt value changes.
12349
12350 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
12351
12352         * configure.ac:
12353         * gst/tta/Makefile.am:
12354         * gst/tta/crc32.h:
12355         * gst/tta/filters.h:
12356         * gst/tta/gsttta.c:
12357         * gst/tta/gstttadec.c:
12358         * gst/tta/gstttadec.h:
12359         * gst/tta/gstttaparse.c:
12360         * gst/tta/gstttaparse.h:
12361         * gst/tta/ttadec.h:
12362           added TTA parser and decoder
12363
12364 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12365
12366         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12367         (probe_triggered), (check_queue), (buffer_underrun),
12368         (buffer_running), (buffer_overrun), (gen_source_element),
12369         (setup_source):
12370         * gst/playback/gstplaybasebin.h:
12371           Implement buffering. Needs some more work.
12372
12373 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12374
12375         * ext/theora/theoradec.c: (theora_dec_chain):
12376           Fix ilog mask range overflow.
12377
12378 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12379
12380         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
12381           Don't omit the last (which in case of dmix is the only :) )
12382           channel count. Don't set channels if <= 2.
12383
12384 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
12385
12386         * gst/playback/gstplaybin.c: (gen_video_element),
12387         (gen_audio_element): Removed 2 obsolete comments
12388
12389 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12390
12391         * ext/vorbis/oggvorbisenc.c
12392         * ext/vorbis/vorbisenc.c :
12393           change description fields of those plugins to differentiate them
12394           (pitivi show Encoders by description, they had the same one)
12395
12396 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
12397
12398         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12399
12400         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
12401         (gst_play_bin_set_property), (gen_video_element),
12402         (gen_audio_element):
12403           Refcounting fixes for provided audio-/videosinks.
12404
12405 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12406
12407         * gst/playback/gstplaybin.c: (gen_video_element),
12408         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
12409           Don't reference all sinks, but only the video- and audiosinks.
12410           The vis. element should be disposed when we're done with it.
12411           We don't have any reason to keep it around. This fixes warnings
12412           when reusing playbin for playing multiple audio files with
12413           vis. enabled. Also release audio device on pause - idea stolen
12414           from Rhythmbox.
12415
12416 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12417
12418         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
12419         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
12420         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
12421         * ext/alsa/gstalsaplugin.c: (plugin_init):
12422         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
12423         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
12424         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
12425         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
12426         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
12427         (gst_faad_change_state), (plugin_init):
12428         * ext/faad/gstfaad.h:
12429         * ext/vorbis/vorbis.c: (plugin_init):
12430         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12431         * gst-libs/gst/audio/Makefile.am:
12432         * gst-libs/gst/audio/audio.c: (plugin_init):
12433         * gst-libs/gst/audio/multichannel.c:
12434         (gst_audio_check_channel_positions),
12435         (gst_audio_get_channel_positions),
12436         (gst_audio_set_channel_positions),
12437         (gst_audio_set_structure_channel_positions_list),
12438         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
12439         (gst_audio_fixate_channel_positions):
12440         * gst-libs/gst/audio/multichannel.h:
12441         * gst-libs/gst/audio/testchannels.c: (main):
12442         * gst/audioconvert/gstaudioconvert.c:
12443         (gst_audio_convert_class_init), (gst_audio_convert_init),
12444         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
12445         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
12446         (gst_audio_convert_fixate), (gst_audio_convert_channels):
12447         * gst/audioconvert/plugin.c: (plugin_init):
12448           Surround sound support.
12449
12450 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12451
12452         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
12453           Fix position for discont if we're close as well. Nitpicking, but
12454           saves a few milliseconds of extra waiting or skipping.
12455
12456 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12457
12458         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
12459           We sometimes need parsers for playback, so add those too.
12460
12461 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12462
12463         * configure.ac:
12464         * gst/apetag/Makefile.am:
12465         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
12466         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
12467         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
12468         (gst_ape_demux_get_src_query_types),
12469         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
12470         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
12471         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
12472         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
12473         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
12474         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
12475         (gst_ape_demux_change_state):
12476         * gst/apetag/apedemux.h:
12477         * gst/apetag/apetag.c: (plugin_init):
12478         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
12479         (plugin_init):
12480           APE v1/2 tag reader plus typefind function.
12481
12482 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12483
12484         * configure.ac:
12485         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12486         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12487           Remove hacks for older core. Require newer core version
12488           accordingly.
12489
12490 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12491
12492         * gst/cdxaparse/Makefile.am:
12493         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
12494         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
12495         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
12496         * gst/cdxaparse/gstcdxaparse.h:
12497         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
12498         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
12499         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
12500         (gst_cdxastrip_get_src_query_types),
12501         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
12502         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
12503         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
12504         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
12505         * gst/cdxaparse/gstcdxastrip.h:
12506           SVCD/VCD header stripping separated from CDXA image parsing.
12507         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12508         (plugin_init):
12509           Add VCD/SVCD header typefinding for VCD/SVCD.
12510         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
12511         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
12512         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
12513         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
12514         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
12515         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
12516         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
12517         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
12518         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
12519         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
12520         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
12521         * sys/vcd/vcdsrc.h:
12522           Fix up, add seeking, querying, URI interface. Works in totem now.
12523
12524 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12525
12526         * configure.ac:
12527           back to CVS
12528
12529 === release 0.8.6 ===
12530
12531 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12532
12533         * NEWS:
12534         * RELEASE:
12535         * configure.ac:
12536         * po/af.po:
12537         * po/az.po:
12538         * po/cs.po:
12539         * po/en_GB.po:
12540         * po/hu.po:
12541         * po/it.po:
12542         * po/nb.po:
12543         * po/nl.po:
12544         * po/or.po:
12545         * po/sq.po:
12546         * po/sr.po:
12547         * po/sv.po:
12548         * po/uk.po:
12549           releasing 0.8.6, "IOU Love"
12550
12551 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12552
12553         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12554
12555         * gst/playback/gstplaybasebin.c:
12556           Fix unplayable files error handling.  Fixes #158365
12557
12558 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12559
12560         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12561
12562         * gst/typefind/gsttypefindfunctions.c:
12563           Fix broken mp3 typefinding.  Fixes #158375
12564
12565 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12566
12567         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12568
12569         * ext/ogg/gstoggdemux.c:
12570           Fix sync on broken files.  Fixes #158976
12571
12572 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12573
12574         patch by: Edward Hervey <bilboed@bilboed.com>
12575
12576         * ext/libpng/gstpngenc.c:
12577           Copy over buffer properties.  Fixes #158832
12578
12579 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12580
12581         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
12582
12583         * ext/dvdread/dvdreadsrc.c:
12584           Fixes invalid reads (#158462)
12585
12586 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12587
12588         * sys/v4l/gstv4lsrc.c:
12589         * sys/v4l/gstv4lsrc.h:
12590         * sys/v4l/v4lsrc_calls.c:
12591           Probe less and cache it.  Fixes #159187.
12592
12593 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12594
12595         * gst/videorate/gstvideorate.c:
12596           Handle all video formats. Fixes #159186.
12597
12598 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
12599         * gst/synaesthesia/gstsynaesthesia.c:
12600         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
12601         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
12602         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
12603         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
12604         (gst_synaesthesia_change_state), (plugin_init):
12605         Fix up synaesthesia to work under different samplerates/ buffer sizes.
12606         Force 320x200 output, as that's the only thing the underlying
12607         synaesthesia implementation supports. Still needs to be made
12608         re-entrant.
12609
12610 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12611
12612         * configure.ac:
12613           Fix mpeg2enc configure check (similar to mplex check below).
12614
12615 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
12616
12617         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12618
12619         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12620           Fix for gcc-2.95 (fixes #158221).
12621
12622 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12623
12624         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12625           Re-add clock distribution hack (until new core is released).
12626           Fixes #158125.
12627
12628 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
12629         * configure.ac:
12630           fix mplex configure check segfaulting on some systems (bug #140994)
12631
12632 2004-11-13  Benjamin Otte  <otte@gnome.org>
12633
12634         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
12635           add debugging
12636         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12637           do a wait when we enter the loop func with no data available to
12638           write instead of getting into an 100% CPU loop by just returning and
12639           being called again by the scheduler
12640
12641 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
12642
12643         * configure.ac:
12644         * ext/libvisual/visual.c: (gst_visual_get_type),
12645         (libvisual_log_handler), (gst_visual_getcaps),
12646         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
12647         (plugin_init):
12648           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
12649         * ext/smoothwave/Makefile.am:
12650         * ext/smoothwave/demo-osssrc.c: (main):
12651         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
12652         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
12653         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
12654         (plugin_init):
12655         * ext/smoothwave/gstsmoothwave.h:
12656           Make gstsmoothwave a working element in the 20th century.
12657
12658         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
12659           Fix incorrect link function
12660
12661 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12662
12663         * gst/volume/gstvolume.c:
12664           Allow buffer-frames=0.
12665
12666 2004-11-12 Iain <iaingnome@gmail.com>
12667
12668         * configure.ac: Check for polypaudio
12669
12670         * ext/Makefile.am: Build the polyp dir
12671
12672         * ext/polyp: The polypsink sources.
12673
12674 2004-10-30 Iain <iaingnome@gmail.com>
12675
12676         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
12677         caps to reflect the new number of channels.
12678
12679 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12680
12681         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12682           Fix for negotiation order problem. This would show when the
12683           ALSA loopfuction was called before any other function. ALSA
12684           wouldn't do anything because we're not negotiated yet, leading
12685           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
12686
12687 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12688
12689         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12690
12691         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12692           No warnings (#157986).
12693
12694 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12695
12696         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12697           Prefer apev1/2 and id3v1 (at end of file) over musepack.
12698
12699 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12700
12701         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
12702           Signal no-more-pads (so it works in playbin).
12703
12704 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12705
12706         * ext/musepack/gstmusepackreader.cpp:
12707           Workaround for older core.
12708
12709 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12710
12711         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
12712           Actually test for odd width/height rather than testing whether
12713           a temporary variable that was 0 before we subtracted 1 is now
12714           not equal to zero (which it always is).
12715
12716 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12717
12718         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
12719         Fix compilation if HAVE_XVIDEO is not defined
12720
12721 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12722
12723         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12724         Fix compilation if HAVE_XVIDEO is not defined
12725
12726 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
12727
12728         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12729         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
12730         (gst_goom_change_state), (plugin_init):
12731         Use the bytestream adapter so goom doesn't depend on the input
12732         buffer size.
12733         Add a debug category
12734
12735 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12736
12737         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12738           Only set hardware parameters *after* negotiation. Before
12739           negotiation, it will set ANY and that seems to cause crashes
12740           (see e.g. #151288, #153227).
12741
12742 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12743
12744         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
12745           This seems to be antique leftover. It needs to pass error
12746           checking.
12747         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
12748         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
12749         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
12750         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
12751           Fix GstXOverlay implementation (#151059).
12752
12753 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12754
12755         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12756           Don't assert (#157853).
12757
12758 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12759
12760         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
12761           Fix bytes/samples confustion.
12762         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
12763           Fix for underrun (#144389).
12764
12765 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12766
12767         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12768           Disable halfway-seek for pending release (since it needs a new
12769           core release).
12770
12771 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12772
12773         * sys/v4l/gstv4lsrc.c:
12774         * sys/v4l/gstv4lsrc.h:
12775         * sys/v4l/v4lsrc_calls.c:
12776           add autoprobe-fps property so we can separate autoprobing parts
12777
12778 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12779
12780         * sys/v4l/gstv4lsrc.c:
12781         * sys/v4l/v4lsrc_calls.c:
12782         initialise fourcc to catch unset fourcc's, and debug
12783
12784 2004-11-09  Wim Taymans  <wim@fluendo.com>
12785
12786         * gst/playback/README:
12787         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12788         * gst/playback/gstplaybin.c: (gst_play_bin_init),
12789         (gst_play_bin_dispose), (gst_play_bin_set_property),
12790         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
12791         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
12792         (gst_play_bin_get_formats), (gst_play_bin_convert),
12793         (gst_play_bin_get_query_types), (gst_play_bin_query):
12794         Cleanups and some more documentation.
12795
12796 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
12797
12798         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
12799         (gst_cacasink_init), (gst_cacasink_chain):
12800         * ext/libcaca/gstcacasink.h:
12801         Cacasink inherits from VideoSink, so let that store the clock.
12802
12803 2004-11-09  Wim Taymans  <wim@fluendo.com>
12804
12805         * gst/playback/README:
12806         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
12807         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
12808         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
12809         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
12810         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
12811         (setup_sinks):
12812         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
12813         (gst_stream_info_is_mute), (gst_stream_info_set_property):
12814         * gst/playback/gststreaminfo.h:
12815         Updated README.
12816         Only switch groups if all streams have muted (EOSed).
12817         Send Tags in sync with the stream playback instead of in
12818         the playback/preroll phase.
12819         Some cleanups, free the fakesrc elements.
12820
12821 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12822
12823         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
12824           buffer-frames property was missing
12825         * ext/arts/gst_arts.c:
12826           rate missing from sinkcaps
12827         * ext/audiofile/gstafparse.c:
12828         * ext/audiofile/gstafsink.c:
12829         * ext/audiofile/gstafsrc.c:
12830         * ext/swfdec/gstswfdec.c:
12831           int audio doesn't know buffer-frames
12832         * ext/cdparanoia/gstcdparanoia.c:
12833           int audio doesn't know chunksize either
12834         * ext/nas/nassink.c:
12835           it's endianness, not endianess
12836         * gst-libs/gst/audio/audio.h:
12837           make float standard pad template caps really describe float
12838         * gst/law/mulaw.c: (linear_factory):
12839           signed only, please
12840         * gst/mpegstream/gstdvddemux.c:
12841           widths of 20 are not valid
12842
12843 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12844
12845         Submitted by: Luca Ferretti <elle.uca@infinito.it>
12846
12847         * po/LINGUAS:
12848         * po/it.po:
12849           Add Italian
12850
12851 2004-11-08  Wim Taymans  <wim@fluendo.com>
12852
12853         * gst/playback/README:
12854         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12855         * gst/playback/gstplaybasebin.c: (probe_triggered),
12856         (gst_play_base_bin_change_state):
12857         Updated README, added more comments for fixmes etc..
12858
12859 2004-11-08  Wim Taymans  <wim@fluendo.com>
12860
12861         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12862         We can remove this hack now.
12863
12864 2004-11-08  Wim Taymans  <wim@fluendo.com>
12865
12866         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
12867         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12868         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12869         Only mix AYUV for maximum quality.
12870
12871 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12872
12873         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
12874         (gst_ogg_demux_push), (gst_ogg_pad_push):
12875           Let's act as if we're synchronized now! :).
12876         * ext/theora/theoradec.c: (theora_dec_chain):
12877           Add some debug.
12878
12879 2004-11-08  Wim Taymans  <wim@fluendo.com>
12880
12881         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12882         (gst_alpha_set_property), (gst_alpha_sink_link),
12883         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
12884         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
12885         (gst_alpha_init_params), (gst_alpha_chain):
12886         Implement alpha functions for AYUV too, this increases
12887         accuracy quite a bit.
12888
12889 2004-11-08  Wim Taymans  <wim@fluendo.com>
12890
12891         * gst/ffmpegcolorspace/avcodec.h:
12892         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12893         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12894         (gst_ffmpegcsp_avpicture_fill):
12895         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12896         (gst_ffmpegcsp_caps_remove_format_info):
12897         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12898         (shrink12), (img_get_alpha_info), (deinterlace_line),
12899         (deinterlace_line_inplace):
12900         * gst/ffmpegcolorspace/imgconvert_template.h:
12901         Added AYUV colorspace and handle RGBA a bit more respectful.
12902
12903 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12904
12905         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12906           Actually always send a discont (cornercase when resending the
12907           same serial-tagged chain twice).
12908
12909 2004-11-08  Julien MOUTTE  <julien@moutte.net>
12910
12911         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
12912         (gst_ximagesink_finalize):
12913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
12914         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
12915
12916 2004-11-08  Wim Taymans  <wim@fluendo.com>
12917
12918         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
12919         Don't segfault on NULL data.
12920
12921 2004-11-08  Wim Taymans  <wim@fluendo.com>
12922
12923         * gst/playback/gstdecodebin.c: (unlinked):
12924         * gst/playback/gstplay-marshal.list:
12925         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12926         (gst_play_base_bin_init), (group_create), (get_active_group),
12927         (get_building_group), (group_destroy), (group_commit),
12928         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
12929         (add_element_stream), (no_more_pads), (probe_triggered),
12930         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
12931         (state_change), (setup_source), (gst_play_base_bin_get_property),
12932         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12933         (gst_play_base_bin_link_stream),
12934         (gst_play_base_bin_get_streaminfo):
12935         * gst/playback/gstplaybasebin.h:
12936         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12937         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
12938         Add support for chained ogg files. Prepare for playlist
12939         support. This patch introduces the concept of pad groups, which
12940         together compose one playable media file.
12941
12942 2004-11-07  David Schleef  <ds@schleef.org>
12943
12944         * testsuite/gst-lint: Check for pad templates that aren't statically
12945         scoped.
12946
12947 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12948
12949         * configure.ac:
12950         * ext/Makefile.am:
12951         * ext/musepack/Makefile.am:
12952         * ext/musepack/gstmusepackdec.cpp:
12953         * ext/musepack/gstmusepackdec.h:
12954         * ext/musepack/gstmusepackreader.cpp:
12955         * ext/musepack/gstmusepackreader.h:
12956           Add musepack decoder.
12957         * ext/faad/gstfaad.c: (gst_faad_base_init):
12958           Make pad templates static.
12959         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12960         (plugin_init):
12961           Add musepack typefinder, make mp3 typefinding work halfway stream,
12962           which doesn't actually work yet because id3demux doesn't implement
12963           _get_length().
12964
12965 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12966
12967         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12968         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
12969           Fix interrupt event handling (#144436).
12970
12971 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12972
12973         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
12974           Hide unused glory.
12975
12976 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12977
12978         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12979
12980         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
12981           Fix weird caps (#157548).
12982
12983 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12984
12985         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12986
12987         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
12988           Add missing NULL terminator (#157543).
12989
12990 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12991
12992         * gst/tcp/gsttcp.h:
12993         * gst/tcp/gsttcpclientsink.c:
12994         * gst/tcp/gsttcpclientsrc.c:
12995         * gst/tcp/gsttcpserversink.c:
12996         * gst/tcp/gsttcpserversrc.c:
12997           ports can go up to 65535.  Move common defines to gsttcp.h
12998
12999 2004-11-05  Wim Taymans  <wim@fluendo.com>
13000
13001         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
13002         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
13003         Added two more colorspaces.
13004
13005 2004-11-05  Wim Taymans  <wim@fluendo.com>
13006
13007         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13008         (gst_ffmpegcsp_avpicture_fill):
13009         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
13010         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
13011         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
13012         More stride fixes.
13013
13014 2004-11-05  Wim Taymans  <wim@fluendo.com>
13015
13016         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
13017         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
13018         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
13019         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
13020         (gst_videomixer_loop):
13021         More stride fixes.
13022
13023 2004-11-05  Benjamin Otte  <otte@gnome.org>
13024
13025         * ext/mad/gstmad.c: (gst_mad_chain):
13026           don't overflow data buffer. Flush not needed sync data when syncing
13027           failed.
13028
13029 2004-11-04  Wim Taymans  <wim@fluendo.com>
13030
13031         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
13032         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
13033         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
13034         (gst_alpha_init_params), (gst_alpha_chain),
13035         (gst_alpha_change_state):
13036         Updated the chroma keying algorithm with something more
13037         sophisticated.
13038
13039 2004-11-03  Wim Taymans  <wim@fluendo.com>
13040
13041         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
13042         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13043         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
13044         Fix stride issues. Does not completely work for odd
13045         heights.
13046
13047 2004-11-03  Wim Taymans  <wim@fluendo.com>
13048
13049         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
13050         (gst_alpha_chroma_key), (gst_alpha_chain):
13051         Fix stride issues. Does not completely work for odd
13052         heights.
13053
13054 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
13055
13056         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
13057         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
13058         leak fixes
13059
13060 2004-11-03  Wim Taymans  <wim@fluendo.com>
13061
13062         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13063         (gst_ffmpegcsp_avpicture_fill):
13064         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
13065         (avpicture_alloc):
13066         * gst/ffmpegcolorspace/imgconvert_template.h:
13067         Use correct _fill function to get correct strides.
13068
13069 2004-11-02  David Schleef  <ds@schleef.org>
13070
13071         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13072         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
13073         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
13074         Change all g_print()s to debugging.  Add a bunch of consistency
13075         checks.
13076
13077 2004-11-02  Wim Taymans  <wim@fluendo.com>
13078
13079         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13080         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
13081         (unlinked), (no_more_pads), (close_link):
13082         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13083         (unknown_type), (add_element_stream), (new_decoded_pad),
13084         (removed_decoded_pad), (setup_source):
13085         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
13086         (gst_stream_info_class_init), (gst_stream_info_init),
13087         (gst_stream_info_new), (gst_stream_info_dispose),
13088         (stream_info_mute_pad), (gst_stream_info_set_property),
13089         (gst_stream_info_get_property):
13090         * gst/playback/gststreaminfo.h:
13091         Fix playback of multiple files.
13092         a slightly different approach to handling dynamic pad removals.
13093         This one only looks at pads that we have linked.
13094
13095 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
13096
13097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
13098         free" warning from libc.
13099
13100 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13101
13102         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13103         (get_unconnected_element), (remove_starting_from), (pad_removed),
13104         (close_link):
13105           Implement support for dynamic pad changing. We listen to "live"
13106           pad removals (i.e. while playing) and re-setup autoplugging
13107           after that. Playbasebin/playbin need some more work for this
13108           to finally work, but decodebin supports (and replugs) chained
13109           ogg now.
13110
13111 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
13112
13113         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
13114         (gst_alsa_finalize):
13115         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
13116         (gst_cdaudio_finalize):
13117         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13118         (cdparanoia_finalize):
13119         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
13120         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
13121         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
13122         (dvdreadsrc_finalize):
13123         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13124         (gst_flacdec_finalize):
13125         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
13126         (gst_flacenc_finalize):
13127         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
13128         (gst_gnomevfssink_finalize):
13129         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
13130         (gst_gnomevfssrc_finalize):
13131         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
13132         (gst_fameenc_finalize):
13133         * ext/nas/nassink.c: (gst_nassink_class_init),
13134         (gst_nassink_finalize):
13135         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
13136         (gst_sdlvideosink_class_init):
13137         * ext/sndfile/gstsf.c: (gst_sf_dispose):
13138         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
13139         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
13140         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
13141         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
13142         (gst_x_window_listener_dispose):
13143         * gst/audioscale/gstaudioscale.c:
13144         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
13145         (play_on_demand_finalize):
13146         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
13147         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
13148         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
13149         (cdplayer_finalize):
13150         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
13151         (gst_glimagesink_class_init):
13152         * sys/oss/gstosselement.c: (gst_osselement_class_init),
13153         (gst_osselement_finalize):
13154         * sys/oss/gstosssink.c: (gst_osssink_dispose):
13155         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
13156         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
13157           Fixes a bunch of problems with finalize and dispose functions,
13158           either assumptions that dispose is only called once, or not calling
13159           the parent class dispose/finalize function
13160
13161 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
13162
13163         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
13164           added two api precondition guards
13165           use g_strdup with getenv to fix crash when using ENVVAR
13166
13167 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
13168         * ext/esd/esdsink.c: (gst_esdsink_class_init),
13169         (gst_esdsink_finalize):
13170         Use a finalize function, not dispose, and more importantly,
13171         call the parent class finalize function too
13172
13173 2004-11-01  Johan Dahlin  <johan@gnome.org>
13174
13175         * ext/ogg/gstoggdemux.c:
13176         * gst/tags/gstvorbistag.c:
13177         Plug leaks.
13178
13179 2004-10-31  Benjamin Otte  <otte@gnome.org>
13180
13181         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
13182           lotsa memleaks today. But they're all small...
13183
13184 2004-10-31  Benjamin Otte  <otte@gnome.org>
13185
13186         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13187           another memleak crushed
13188
13189 2004-10-31  Benjamin Otte  <otte@gnome.org>
13190
13191         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
13192           fix memleak
13193
13194 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13195
13196         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13197           Hack to prevent crash when going to READY inside signal handler
13198           while this function is active.
13199
13200 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13201
13202         * gst/ffmpegcolorspace/Makefile.am:
13203         * gst/ffmpegcolorspace/avcodec.h:
13204         * gst/ffmpegcolorspace/common.h:
13205         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
13206         * gst/ffmpegcolorspace/dsputil.h:
13207         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
13208         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13209         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
13210         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
13211         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
13212         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
13213         (gst_ffmpegcsp_avpicture_fill):
13214         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
13215         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13216         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
13217         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
13218         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
13219         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
13220         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
13221         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
13222         * gst/ffmpegcolorspace/imgconvert.c:
13223         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
13224         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
13225         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
13226         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
13227         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
13228         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
13229         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
13230         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
13231         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
13232         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
13233         (grow21), (grow22), (grow41), (grow44), (conv411),
13234         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
13235         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
13236         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
13237         (avpicture_free), (is_yuv_planar), (img_convert),
13238         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
13239         (deinterlace_line_inplace), (deinterlace_bottom_field),
13240         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
13241         * gst/ffmpegcolorspace/imgconvert_template.h:
13242         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
13243         * gst/ffmpegcolorspace/mmx.h:
13244         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
13245         (av_fast_realloc), (av_mallocz_static), (av_free_static),
13246         (av_freep), (avcodec_get_context_defaults),
13247         (avcodec_alloc_context), (avcodec_init):
13248           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
13249           handling plus update from ffmpeg CVS. Large clean-up.
13250
13251 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13252
13253         * gst/playback/Makefile.am:
13254           We need the marshallers for decodebin, too.
13255
13256 2004-10-30  David Schleef  <ds@schleef.org>
13257
13258         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
13259           quicktime typefinding work with 64-bit offsets.
13260
13261 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
13262
13263         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
13264           Set EOS on the element when processing an EOS event.
13265         * ext/speex/gstspeexdec.h:
13266         * ext/speex/gstspeexenc.h:
13267           Only keep a const ptr to the mode
13268         * gst-libs/gst/riff/riff-media.c:
13269         (gst_riff_create_audio_caps_with_data),
13270         (gst_riff_create_audio_template_caps):
13271           Allow WMAV3, with up to 6 channels.
13272         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
13273           Don't call gst_pad_set_event_function on a sink pad.
13274         * gst/mpegstream/gstdvddemux.c:
13275         (gst_dvd_demux_get_subpicture_stream),
13276         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
13277           Copy the explicit caps that were set across to the cur_* pads,
13278           instead of trying to use a possibly non-existent negotiated caps.
13279           Reset the type of subpicture pads to UNKNOWN after calling
13280           init_stream, so that the caps get set.
13281
13282 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
13283
13284         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13285
13286         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13287           Don't touch buffer if it is of size 0 (fixes #151064).
13288
13289 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13290
13291         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
13292           Synchronized discont handling.
13293
13294 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13295
13296         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13297         (gst_ogg_demux_push):
13298           Make seeking sort-of exact again (fixes #156387).
13299
13300 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13301
13302         * gst/playback/gstplaybasebin.c: (unknown_type),
13303         (add_element_stream), (new_decoded_pad),
13304         (gst_play_base_bin_change_state):
13305         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
13306         (gst_stream_info_init), (gst_stream_info_new),
13307         (gst_stream_info_dispose), (gst_stream_info_get_property):
13308         * gst/playback/gststreaminfo.h:
13309           Make caps explicitely available. Makes testing for unsupported
13310           types possible. Improves error reporting.
13311
13312 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13313
13314         * gst/audioconvert/gstaudioconvert.c:
13315         (gst_audio_convert_buffer_to_default_format):
13316           Really don't touch read-only buffers (#156563).
13317
13318 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
13319
13320         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13321
13322         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13323           Fix memleak (#155223).
13324
13325 2004-10-29  Wim Taymans  <wim@fluendo.com>
13326
13327         * gst/tcp/.cvsignore:
13328         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13329         (gst_multifdsink_class_init), (gst_multifdsink_init),
13330         (gst_multifdsink_add), (gst_multifdsink_remove),
13331         (gst_multifdsink_remove_client_link), (is_sync_frame),
13332         (gst_multifdsink_new_client),
13333         (gst_multifdsink_handle_client_write),
13334         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13335         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
13336         (gst_multifdsink_get_property):
13337         * gst/tcp/gstmultifdsink.h:
13338         Added burst on connect sync_method, deprecated sync_clients,
13339         streamlined the sync code some more.
13340
13341 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13342
13343         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
13344         (gst_play_base_bin_change_state):
13345           Improve error reporting.
13346
13347 2004-10-28  Wim Taymans  <wim@fluendo.com>
13348
13349         * gst/tcp/Makefile.am:
13350         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
13351         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
13352         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
13353         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13354         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13355         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13356         (gst_fdset_wait):
13357         Added more locks around fdset structures. Fixed/reworked
13358         the poll array resizing code.
13359         Added stress test for fdset.
13360
13361 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13362
13363         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
13364         fix build
13365
13366 2004-10-28  Benjamin Otte  <otte@gnome.org>
13367
13368         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
13369           fix link function to always query channels and query width for
13370           floats
13371         * configure.ac:
13372           add equalizer dir
13373         * gst/equalizer/Makefile.am:
13374         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
13375         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13376         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
13377         (arg_to_scale), (setup_filter),
13378         (gst_iir_equalizer_compute_frequencies),
13379         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13380         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
13381         (plugin_init):
13382           add an equalizer
13383
13384 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13385
13386         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
13387
13388         * po/LINGUAS:
13389         * po/nb.po:
13390           Added Norwegian Bokmaal translation
13391
13392 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13393
13394         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13395           Don't break on options (fixes #156488).
13396
13397 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13398
13399         * configure.ac:
13400         * ext/cdaudio/Makefile.am:
13401         * sys/Makefile.am:
13402           fix build on older automake
13403
13404 2004-10-26  Wim Taymans  <wim@fluendo.com>
13405
13406         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13407         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13408         Allow a little margin when negotiating the framerate.
13409
13410 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
13411
13412         * gst/level/gstlevel.c:
13413           synchonised naming of pads and pad-templates
13414
13415 2004-10-26  Wim Taymans  <wim@fluendo.com>
13416
13417         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13418         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
13419         (_find_streams_check), (gst_ogg_demux_push):
13420         Fix EOS again. Needs to be done in a better way. We should not
13421         remove the pad if there is no new chained stream.
13422
13423 2004-10-26 Iain <iaingnome@gmail.com>
13424
13425         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
13426         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
13427         of the caps.
13428         * gst/interleave/interleave.c (interleave_class_init): Hook up release
13429         pad.
13430         (interleave_release_pad): Remove the pad.
13431         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
13432         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
13433         the set device.
13434         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
13435         attrs
13436         (gst_xvimagesink_xcontext_clear): Free the xcontext.
13437         (gst_xvimagesink_finalize): Free the par.
13438
13439 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13440
13441         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
13442         (gst_avimux_stop_file):
13443           First calculate the rate, and only then use it. Hdr.rate is a
13444           multiple and not a derivative of hdr.scale. Scale is not the
13445           same as blockalign but is solely related to rate.
13446
13447 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13448
13449         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
13450         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
13451           Implement seeking.
13452
13453 2004-10-25  James Henstridge  <james@jamesh.id.au>
13454
13455         Reviewed by:  David Schleef  <ds@schleef.org>
13456
13457         * examples/gstplay/player.c: (got_stream_length), (main):
13458         * examples/seeking/cdplayer.c: (update_scale):
13459         * examples/seeking/seek.c: (format_value), (update_scale):
13460         * examples/seeking/spider_seek.c: (format_value), (update_scale),
13461         (stop_seek):
13462         Build fixes on AMD64.
13463
13464 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13465
13466         reviewed by: Ronald Bultje <rbultje at gnome dot org>
13467
13468         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
13469         Fix for some v4l cards which hang in v4lsrc
13470
13471 2004-10-25  Wim Taymans  <wim@fluendo.com>
13472
13473         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
13474         (gst_ogg_demux_push), (gst_ogg_chains_clear):
13475         Make sure to remove the pad when a new chain is
13476         encountered. Set some vars to NULL so we don't try
13477         to reference freed memory.
13478
13479 2004-10-25  Wim Taymans  <wim@fluendo.com>
13480
13481         * examples/seeking/Makefile.am:
13482         * examples/seeking/cdplayer.c: (update_scale):
13483         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
13484         * examples/seeking/playbin.c: (make_playerbin_pipeline),
13485         (format_value), (update_scale), (iterate), (start_seek),
13486         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
13487         (print_usage), (main):
13488         Added some more examples, update others.
13489
13490 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13491
13492         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
13493         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13494         * ext/theora/theoradec.c: (theora_dec_chain):
13495         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13496           Add codec-name metadata.
13497
13498 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
13499
13500         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13501
13502         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13503         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13504         * ext/alsa/gstalsamixertrack.h:
13505         * po/POTFILES.in:
13506           ALSA mixer track label internationalization (#154054).
13507
13508 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13509
13510         * ext/theora/theoradec.c: (theora_dec_chain):
13511           Export bitrate as metadata.
13512
13513 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13514
13515         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13516         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13517         * ext/alsa/gstalsamixertrack.h:
13518           Fix names, fix loop.
13519
13520 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13521
13522         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
13523         (speex_dec_convert):
13524           sinkconvert function so oggdemux can get the file length (totem).
13525
13526 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
13527
13528         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13529
13530         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13531           Don't push incomplete packets.
13532         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
13533           Fix MPEG-4 audio typefinding.
13534
13535 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13536
13537         * sys/v4l/Makefile.am:
13538         * sys/v4l/gstv4l.c: (plugin_init):
13539         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
13540         (gst_v4lelement_init), (gst_v4lelement_dispose),
13541         (gst_v4lelement_change_state):
13542         * sys/v4l/gstv4lelement.h:
13543         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
13544         (gst_v4l_xoverlay_close), (idle_refresh),
13545         (gst_v4l_xoverlay_set_xwindow_id):
13546         * sys/v4l/gstv4lxoverlay.h:
13547         * sys/v4l/v4l-overlay_calls.c:
13548         * sys/v4l/v4l_calls.h:
13549         * sys/v4l2/Makefile.am:
13550         * sys/v4l2/gstv4l2.c: (plugin_init):
13551         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
13552         (gst_v4l2element_init), (gst_v4l2element_dispose),
13553         (gst_v4l2element_change_state):
13554         * sys/v4l2/gstv4l2element.h:
13555         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
13556         (gst_v4l2_xoverlay_close), (idle_refresh),
13557         (gst_v4l2_xoverlay_set_xwindow_id):
13558         * sys/v4l2/gstv4l2xoverlay.h:
13559         * sys/v4l2/v4l2-overlay_calls.c:
13560         * sys/v4l2/v4l2_calls.h:
13561           Remove client-side overlay handling, use the X-server v4l plugin
13562           for that. Nicer overlay, less code. Also make the plugin
13563           compileable without X (but then without overlay, obviously).
13564           Makes xwindowlistener obsolete, should we remove that?
13565
13566 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13567
13568         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
13569         (gst_osssrc_src_query):
13570         * sys/oss/gstosssrc.h:
13571           OK, so people want offset in DEFAULT. This time, actually fix all
13572           cases.
13573         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
13574           Add FPS properly.
13575
13576 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13577
13578         * gst/asfdemux/gstasfmux.c:
13579         * gst/avi/gstavimux.c:
13580           Framerate.
13581
13582 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13583
13584         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
13585           Fix properties (channel, norm, frequency).
13586
13587 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13588
13589         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
13590           Flag typo.
13591         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
13592           No warnings.
13593
13594 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13595
13596         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
13597           Fix hang.
13598
13599 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13600
13601         * sys/v4l2/gstv4l2element.h:
13602           Yet Another Hack (tm) for kernel header borkedness.
13603         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
13604         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
13605         (gst_v4l2src_link), (gst_v4l2src_getcaps),
13606         (gst_v4l2src_change_state):
13607         * sys/v4l2/gstv4l2src.h:
13608         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
13609         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
13610           Fix caps, keep track of state, work.
13611
13612 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13613
13614         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
13615           Quiet.
13616
13617 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13618
13619         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13620           Don't mix bytes and samples.
13621
13622 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13623
13624         * ext/ogg/gstoggmux.c:
13625           Basic pad template which accepts OGM tracks, speex, flac, vorbis
13626           and theora. Any is incorrect.
13627         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
13628           Fix caps.
13629         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
13630         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
13631         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
13632         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
13633         * sys/v4l/gstv4lmjpegsrc.h:
13634         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13635         (gst_v4lsrc_change_state):
13636         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
13637         (gst_v4lmjpegsrc_capture_stop):
13638           Fix caps. Keep track of internal state. Work.
13639
13640 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13641
13642         * ext/Makefile.am:
13643           Fix the build fixes.
13644
13645 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13646
13647         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13648         (gst_ogg_demux_src_event), (_find_chain_seek),
13649         (gst_ogg_pad_push):
13650           Check for pad availability before using it.
13651         * ext/ogg/gstoggdemux.c: (_find_chain_process):
13652           Fix parsing of chained ogg. Needs more work on the decoder side.
13653
13654 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13655
13656         * gst/spectrum/Makefile.am:
13657         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
13658         (idle_func):
13659           Fix demo and reenable it. Yes, I'm currently playing with audio
13660           analysis tools
13661
13662 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13663
13664         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13665           We love it if files that start at zero work too...
13666
13667 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13668
13669         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13670           Handle files with missing EOS headers.
13671
13672 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13673
13674         * gst/tcp/gsttcpserversink.c:
13675         (gst_tcpserversink_handle_server_read),
13676         (gst_tcpserversink_init_send):
13677         Zero some variables first (need for accept not to return EINVAL)
13678
13679 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13680
13681         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13682         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13683         * ext/theora/theoradec.c: (theora_dec_sink_convert),
13684         (theora_dec_chain):
13685         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13686         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
13687           Seeking and querying finetune.
13688
13689 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13690
13691         * configure.ac:
13692         * ext/Makefile.am:
13693         * ext/raw1394/Makefile.am:
13694           fix the build
13695
13696 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13697
13698         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13699           Wrong return.
13700         * gst/playback/Makefile.am:
13701         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
13702         * gst/playback/gstplay-marshal.list:
13703         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
13704           Fix marshallers.
13705
13706 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13707
13708         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
13709           Silence.
13710
13711 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13712
13713         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13714         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13715         (gst_ogg_pad_push):
13716           Yay for non-lineair granulepos in theora.
13717
13718 2004-10-18  Wim Taymans  <wim@fluendo.com>
13719
13720         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
13721         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13722         * ext/dv/gstdvdec.h:
13723         Make sure we renegotiate aspect ratio when the camera switches.
13724
13725 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13726
13727         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13728         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13729           Start at zero.
13730         * ext/theora/theoradec.c: (theora_dec_chain):
13731           Skip headers. Bad idea for chained ogg, but fixes seeking.
13732
13733 2004-10-18  Wim Taymans  <wim@fluendo.com>
13734
13735         * configure.ac:
13736         I swear, this is the last time I touch this.
13737
13738 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13739
13740         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13741         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13742         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
13743           Faster seeking.
13744         * ext/theora/theoradec.c: (theora_dec_sink_convert):
13745           Time-to-default conversion.
13746         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13747           Don't error on unknown packets, just skip. We should probably
13748           read them if we want to support chained ogg.
13749
13750 2004-10-18  Wim Taymans  <wim@fluendo.com>
13751
13752         * configure.ac:
13753         Added cdaudio to wrong list.
13754
13755 2004-10-18  Wim Taymans  <wim@fluendo.com>
13756
13757         * configure.ac:
13758         Revive cdaudio.
13759
13760 2004-10-18  Wim Taymans  <wim@fluendo.com>
13761
13762         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13763         (gst_dvdec_video_link), (gst_dvdec_push):
13764         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13765         (gst_smokeenc_resync), (gst_smokeenc_chain):
13766         Fix mimetype on smoke encoder.
13767         Add aspect ratio to dvdec. Not sure if these
13768         values are correct though....
13769
13770 2004-10-18  Wim Taymans  <wim@fluendo.com>
13771
13772         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
13773         Fix vorbis property descriptions and ranges.
13774
13775 2004-10-18  Wim Taymans  <wim@fluendo.com>
13776
13777         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13778         Really do nothing when no data is available.
13779         Go to the playing state when the stream is not seekable
13780         instead of failing.
13781
13782 2004-10-18  Wim Taymans  <wim@fluendo.com>
13783
13784         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
13785         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
13786         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
13787         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
13788         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
13789         Added uri handler for cd://
13790         Port to new API.
13791
13792 2004-10-18  Wim Taymans  <wim@fluendo.com>
13793
13794         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13795         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13796         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13797         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13798         (remove_prerolls), (unknown_type), (add_element_stream),
13799         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
13800         (gst_play_base_bin_remove_element),
13801         (gst_play_base_bin_link_stream):
13802         * gst/playback/gstplaybin.c: (gen_video_element),
13803         (gen_vis_element), (remove_sinks), (setup_sinks):
13804         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13805         (gst_stream_info_get_type), (gst_stream_info_class_init),
13806         (gst_stream_info_init), (gst_stream_info_new),
13807         (gst_stream_info_dispose), (stream_info_mute_pad),
13808         (gst_stream_info_set_property), (gst_stream_info_get_property):
13809         * gst/playback/gststreaminfo.h:
13810         Add sink padtemplate to decodebin.
13811         Added some more comments.
13812         Make queue size configurable in playbasebin.
13813         Added possibility to use elements as sinks (ex cdaudio).
13814
13815 2004-10-15  Wim Taymans  <wim@fluendo.com>
13816
13817         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
13818         (gst_speexenc_chain):
13819         Fix speex timestamps so that it gets muxed properly.
13820
13821 2004-10-15  Wim Taymans  <wim@fluendo.com>
13822
13823         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
13824         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
13825         (gst_dv1394src_init), (gst_dv1394src_dispose),
13826         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
13827         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
13828         (gst_dv1394src_event), (gst_dv1394src_get_formats),
13829         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
13830         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
13831         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
13832         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
13833         * ext/raw1394/gstdv1394src.h:
13834         Added conversion/query functions.
13835         Update buffer timestamps,
13836         Added signals.
13837         Added uri dv:// so it might play from the firewire in playbin.
13838         Fix a possible leak.
13839         Added debugging.
13840
13841 2004-10-15  Wim Taymans  <wim@fluendo.com>
13842
13843         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
13844         (gst_dv1394src_init), (gst_dv1394src_set_property),
13845         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
13846         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
13847         * ext/raw1394/gstdv1394src.h:
13848         Added AV/C VTR control support needed for some cameras.
13849         Added automatic port detection.
13850         Added properties for selecting the channel.
13851         The configure.ac script is not yet updated to reflect the
13852         new libavc1394 and librom1394 dependencies.
13853
13854 2004-10-15  Wim Taymans  <wim@fluendo.com>
13855
13856         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13857         (qtdemux_parse), (gst_qtdemux_handle_esds):
13858         An esds box is not a container.
13859         Fix parsing of mp4v boxes.
13860         Do not try to renegotiate fps for each frame. Need to
13861         find a better method. This should fix mp4 playback.
13862
13863 2004-10-14  David Schleef  <ds@schleef.org>
13864
13865         * configure.ac: update for swfdec-0.3 and liboil-0.2
13866         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
13867         * ext/swfdec/gstswfdec.h: same
13868         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
13869         * gst/videotestsrc/videotestsrc.c: same
13870
13871 2004-10-14  Wim Taymans  <wim@fluendo.com>
13872
13873         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13874         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
13875         (is_sync_frame), (gst_multifdsink_new_client),
13876         (gst_multifdsink_handle_client_write),
13877         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13878         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
13879         Turn warnings into info.
13880         Don't allow a state change in the streaming thread.
13881
13882 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13883
13884         * ext/vorbis/oggvorbisenc.c:
13885         * ext/vorbis/vorbisdec.c:
13886           fix template sample rate
13887
13888 2004-10-13  Wim Taymans  <wim@fluendo.com>
13889
13890         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
13891         Decoding the header first fixes some problems in resyncing
13892         in more mp3s.
13893
13894 2004-10-12  Wim Taymans  <wim@fluendo.com>
13895
13896         * gst/playback/gstplaybin.c: (gen_video_element),
13897         (gen_vis_element), (remove_sinks), (setup_sinks):
13898         Added vis plugin support, need to configure the vis
13899         element to activate it.
13900
13901 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13902
13903         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
13904         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
13905           Some debug.
13906         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13907         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
13908         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
13909         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
13910         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
13911         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
13912         * gst/avi/gstavidemux.h:
13913           Support for openDML-2.0 indx/ix## chunks. Support for broken index
13914           recovery (where, if part of the index is broken, we will still read
13915           the rest of the index and recover the broken part by stream
13916           scanning). More broken media support. EOS workarounds. General AVI
13917           braindamage headache recovery. Aspirin included.
13918
13919 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13920
13921         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
13922         (cdparanoia_event), (cdparanoia_query):
13923           Get rid of hideous lead-in.
13924
13925 2004-10-11  Wim Taymans  <wim@fluendo.com>
13926
13927         * gst/playback/gstplaybasebin.c: (setup_source):
13928         Wrong var used to get g_list_next.
13929
13930 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13931
13932         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13933         (cdparanoia_get), (cdparanoia_open):
13934           Report discid as metadata, add duration.
13935
13936 2004-10-11  Wim Taymans  <wim@fluendo.com>
13937
13938         * gst/playback/gstplaybasebin.c: (setup_source):
13939         Cleanup the previous pipeline a little earlier for the
13940         case that a source element provides raw data.
13941
13942 2004-10-11  Benjamin Otte  <otte@gnome.org>
13943
13944         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
13945           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
13946           consuming the last 128 bytes, even though it was valid mp3 data.
13947
13948 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13949
13950         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
13951         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
13952         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13953         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
13954
13955 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13956
13957         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
13958         Fix for webcams that support only specific width or height
13959
13960 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13961
13962         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13963
13964         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
13965           Fix wrong discont event setup (fixes #154967).
13966
13967 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
13968
13969         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13970
13971         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13972           Error out on invalid data (fixes #154807).
13973
13974 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13975
13976         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13977
13978         * ext/dvdread/dvdreadsrc.c: (_read):
13979           Make titles > 0 work again (fixes #154834).
13980
13981 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13982
13983         * gst-libs/gst/riff/riff-media.c:
13984         (gst_riff_create_video_template_caps):
13985           WMV3 missing in template caps.
13986
13987 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13988
13989         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13990           OK, so the original code was too strict. It makes random AVI files
13991           hang for seconds upon opening, which is unacceptable and is far
13992           beyond the original goal of getting multiple chunks for one-chunk
13993           sounc stream files. So now do just that.
13994
13995 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13996
13997         * gst/playback/gstplaybasebin.c: (setup_source),
13998         (gst_play_base_bin_change_state):
13999           Actually clean up streaminfo if output fails. This would trigger
14000           if, for example, there was no CD in the drive. No preroll, so
14001           a streaminfo structure is created, but the subsequent state change
14002           of the thread fails.
14003         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
14004           Don't change state if parent failed.
14005
14006 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14007
14008         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14009         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
14010         (gen_video_element), (remove_sinks):
14011           Add small bits of code for screenshot handling.
14012
14013 2004-10-08  Wim Taymans  <wim@fluendo.com>
14014
14015         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
14016         (gen_video_element), (gen_audio_element), (setup_sinks):
14017         Don't assume the user provided sinks are named "sink"...
14018
14019 2004-10-08  Wim Taymans  <wim@fluendo.com>
14020
14021         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
14022         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
14023         (gst_play_base_bin_link_stream):
14024         Do not try to autoplug sources that generate raw streams like
14025         cdparanoia.
14026         disconnect the preroll overrun signal when we don't need it anymore.
14027
14028 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
14029
14030         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
14031         Added reworked patch from #154903 from milosz derezynski (deadchip).
14032
14033 2004-10-08  Wim Taymans  <wim@fluendo.com>
14034
14035         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
14036         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
14037         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
14038         (cdparanoia_convert), (cdparanoia_uri_get_type),
14039         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
14040         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
14041         * ext/cdparanoia/gstcdparanoia.h:
14042         This adds the cdda://<tracknum> uri.
14043
14044 2004-10-08  Wim Taymans  <wim@fluendo.com>
14045
14046         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14047         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
14048         (try_to_link_1), (no_more_pads), (close_link), (type_found):
14049         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14050         (unknown_type), (gst_play_base_bin_remove_element),
14051         (gst_play_base_bin_link_stream):
14052         * gst/playback/gstplaybasebin.h:
14053         * gst/playback/gstplaybin.c: (gst_play_bin_init),
14054         (gst_play_bin_set_property), (gen_video_element),
14055         (gen_audio_element), (setup_sinks):
14056         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
14057         (gst_stream_info_get_type), (gst_stream_info_class_init),
14058         (gst_stream_info_init), (gst_stream_info_new),
14059         (gst_stream_info_dispose), (stream_info_mute_pad),
14060         (gst_stream_info_set_property), (gst_stream_info_get_property):
14061         * gst/playback/gststreaminfo.h:
14062         Reuse the audio and video bins.
14063         Some internal cleanups in the stream selection code.
14064
14065 2004-10-08  Julien MOUTTE  <julien@moutte.net>
14066
14067         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
14068         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
14069         * sys/ximage/ximagesink.h:
14070         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
14071         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
14072         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
14073         not coming from those elements. Moreover these elements should not keep
14074         the xid they have been given when in NULL state.
14075
14076 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14077
14078         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
14079         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
14080         * sys/ximage/ximagesink.h:
14081         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
14082         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
14083         * sys/xvimage/xvimagesink.h:
14084           Actually only create a new toplevel window if we're not gonna
14085           embed it right after.
14086
14087 2004-10-07  Wim Taymans  <wim@fluendo.com>
14088
14089         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
14090         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
14091         * gst/playback/gstplaybin.c: (setup_sinks):
14092         Implement muting/unmuting of streams, mute streams that are not
14093         used.
14094
14095 2004-10-07  Wim Taymans  <wim@fluendo.com>
14096
14097         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
14098         (plugin_init):
14099         Added lame audio/x-ac3 typefind function.
14100
14101 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14102
14103         * configure.ac:
14104           bump nano to cvs
14105
14106 === release 0.8.5 ===
14107
14108 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14109
14110         * NEWS:
14111         * RELEASE:
14112         * configure.ac:
14113           releasing 0.8.5, "Take You On"
14114
14115 2004-10-06  Wim Taymans  <wim@fluendo.com>
14116
14117         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14118         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
14119         (no_more_pads), (close_link), (type_found):
14120         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14121         * gst/playback/gstplaybin.c: (gen_video_element):
14122         Do not signal the no_more_pads after the first pad when
14123         we are plugging a non dynamic element with multiple
14124         output pads (like swfdec, dvdec, ...).
14125
14126 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14127
14128         * configure.ac:
14129           bump for prerelease
14130
14131 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14132
14133         * gst/wavparse/gstwavparse.c:
14134           add ATRAC3 to STATIC CAPS to fix a warning
14135
14136         * gst/matroska/ebml-read.c:
14137         * gst-libs/gst/riff/riff-read.c:
14138           fix typos
14139
14140 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14141
14142         * gst-libs/gst/riff/riff-media.c:
14143           generate caps for ATRAC3 audio streams
14144
14145         * gst/realmedia/rmdemux.c:
14146           generate caps for ATRAC3 audio streams
14147
14148 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14149
14150         * gst/wavparse/Makefile.am
14151         * gst/wavparse/riff.h
14152         * gst/wavparse/wavparse.vcproj
14153           riff.h removal (unused and duplication with riff-ids.h)
14154
14155 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14156
14157         * gst/wavparse/gstwavparse.h
14158           remove duplicated defines for audio codec codes
14159
14160         * gst-libs/gst/riff/riff-ids.h
14161         * gst/wavenc/riff.h:
14162           add "4CC" code for ATRAC3 audio streams
14163           add "4CC" code for ITU_G721_ADPCM (unused for now)
14164
14165 2004-10-06  Wim Taymans  <wim@fluendo.com>
14166
14167         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
14168         Actually _do_ negotiation. Pass gdouble as arg instead
14169         of guint64 for the framerate.
14170
14171 2004-10-06  Wim Taymans  <wim@fluendo.com>
14172
14173         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14174         (find_compatibles), (close_pad_link), (try_to_link_1),
14175         (no_more_pads), (close_link), (type_found):
14176         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14177         * gst/playback/gstplaybin.c: (gen_video_element),
14178         (gen_audio_element):
14179         Set state on newly added element to READY so that negotiation
14180         can happen ASAP.
14181         Addes some more debug info.
14182         Do not try to plug pads with multiple caps structures or ANY
14183         because it is too dangerous since we do not do dynamic
14184         replugging.
14185
14186 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14187
14188         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
14189
14190         * po/LINGUAS:
14191         * po/or.po:
14192           add Oriya translation
14193
14194 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14195
14196         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14197           Prevent overwrite of size member. Makes audio sound crappy.
14198
14199 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14200
14201         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14202         Add rmvb to the list of known RealMedia extensions
14203
14204 2004-10-05  Wim Taymans  <wim@fluendo.com>
14205
14206         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
14207         (mngdec_openstream), (mngdec_closestream),
14208         (mngdec_handle_sink_event), (mngdec_readdata),
14209         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
14210         (mngdec_getcanvasline), (mngdec_refresh),
14211         (gst_mngdec_change_state):
14212         Set the framerate correctly.
14213
14214 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14215
14216         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14217           There was something wrong with the index massaging.
14218
14219 2004-10-04  Wim Taymans  <wim@fluendo.com>
14220
14221         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
14222         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
14223         (gst_smokedec_chain):
14224         * ext/jpeg/gstsmokedec.h:
14225         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
14226         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
14227         * ext/jpeg/gstsmokeenc.h:
14228         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
14229         (smokecodec_decode_new), (smokecodec_info_free),
14230         (smokecodec_set_quality), (smokecodec_get_quality),
14231         (smokecodec_set_threshold), (smokecodec_get_threshold),
14232         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14233         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
14234         (smokecodec_encode), (smokecodec_parse_id),
14235         (smokecodec_parse_header), (smokecodec_decode):
14236         * ext/jpeg/smokecodec.h:
14237         * ext/jpeg/smokeformat.h:
14238         Updated smoke, new bitstream, allows embedding in ogg.
14239
14240 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14241
14242         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
14243           Fix seeking in some files. All this code is no longer needed (and
14244           actually breaks stuff) because we now synchronize the full index
14245           right when reading the header.
14246
14247 2004-10-04  Wim Taymans  <wim@fluendo.com>
14248
14249         * configure.ac:
14250         configure update for libmng.
14251
14252 2004-10-04  Wim Taymans  <wim@fluendo.com>
14253
14254         * ext/libmng/Makefile.am:
14255         * ext/libmng/gstmng.c: (plugin_init):
14256         * ext/libmng/gstmng.h:
14257         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
14258         (gst_mngdec_base_init), (gst_mngdec_class_init),
14259         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
14260         (gst_mngdec_loop), (gst_mngdec_get_property),
14261         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
14262         (mngdec_closestream), (mngdec_handle_sink_event),
14263         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
14264         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
14265         (gst_mngdec_change_state):
14266         * ext/libmng/gstmngdec.h:
14267         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
14268         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
14269         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
14270         (gst_mngenc_chain), (gst_mngenc_get_property),
14271         (gst_mngenc_set_property):
14272         * ext/libmng/gstmngenc.h:
14273         Added basic MNG decoder. Needs more work. The encoder does
14274         not work yet.
14275
14276 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14277
14278         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
14279         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
14280         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
14281           Don't hang on length=0 chunks. Some negotiation fixes. Signal
14282           no-more-pads.
14283
14284 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14285
14286         * configure.ac:
14287           you need at least 1.0.4 of speex
14288
14289 2004-10-04 Iain <iaingnome@gmail.com>
14290
14291         * ext/speex/gstspeexdec.h: Revert the includes changes.
14292
14293         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
14294
14295 2004-09-30 Iain <iaingnome@gmail.com>
14296
14297         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
14298         found during init or set as a property instead of hardcoding /dev/audio
14299
14300 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14301
14302         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
14303         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
14304         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
14305         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
14306         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
14307         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
14308         (gst_rmdemux_dump_data):
14309           Use debug category, fix EOS handling. filesrc ! rmdemux now
14310           works.
14311
14312 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14313
14314         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14315         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
14316         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
14317           Improve allocation, cutting and sorting of the index. How takes a
14318           few seconds instead of minutes.
14319
14320 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
14321
14322         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
14323           fixed compilation
14324
14325 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14326
14327         * gst-libs/gst/riff/riff-media.c:
14328         (gst_riff_create_video_caps_with_data),
14329         (gst_riff_create_video_template_caps):
14330           Add wing commander format mimetype/fourccs.
14331         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14332           Don't crash if some value is 0.
14333
14334 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14335
14336         * gst-libs/gst/riff/riff-media.c:
14337         (gst_riff_create_video_caps_with_data),
14338         (gst_riff_create_video_template_caps):
14339           Add DIB fourcc (raw, palettized 8-bit RGB).
14340         * gst-libs/gst/riff/riff-read.c:
14341         (gst_riff_read_strf_vids_with_data):
14342           Oops, fix strf_data reading bug.
14343         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
14344           Use a non-NULL tag.
14345         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14346           Time for hacks. Sorry Dave. At least one quicktime movie (a
14347           trailer) that I've encountered contains multiple video tracks.
14348           One of those is the actual video track, the other are one-frame
14349           tracks (images). Unfortunately, the number of frames according
14350           to the trak header is 1 for each, so that doesn't help. So
14351           instead, I look at the duration and discard tracks with a
14352           duration shorter than 20% of the length of the stream. Better
14353           than nothing.
14354
14355 2004-10-01  Christian Schaller <christian@fluendo.com>
14356
14357         * ext/ivorbis/vorbis.c:
14358           Patch from Phil Blundell (Bug 152341)
14359
14360 2004-10-01  Wim Taymans  <wim@fluendo.com>
14361
14362         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
14363         (speex_dec_get_formats), (speex_dec_convert),
14364         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
14365         (speex_dec_chain), (gst_speexdec_get_property),
14366         (gst_speexdec_set_property):
14367         Small cleanups.
14368
14369 2004-10-01  Wim Taymans  <wim@fluendo.com>
14370
14371         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
14372         (gst_wavparse_stream_init), (gst_wavparse_fmt),
14373         (gst_wavparse_other), (gst_wavparse_loop),
14374         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14375         (gst_wavparse_srcpad_event):
14376         * gst/wavparse/gstwavparse.h:
14377         Added some more debugging info.
14378         Fix the case where the length of the file is 0.
14379         Make sure we seek to sample borders.
14380
14381 2004-10-01  Wim Taymans  <wim@fluendo.com>
14382
14383         * gst/playback/README:
14384         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
14385         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
14386         (try_to_link_1), (no_more_pads), (close_link), (type_found):
14387         Add some debug info to decodebin, update README
14388
14389 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14390
14391         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
14392           Don't use g_print(); use GST_DEBUG().
14393
14394 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14395
14396         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14397         (gst_ogg_mux_queue_pads):
14398           Handle EOS properly.
14399
14400 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
14401
14402         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14403
14404         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
14405         (gst_faad_chain), (gst_faad_change_state):
14406         * ext/faad/gstfaad.h:
14407           Allow playback of raw (unframed) MPEG AAC files (#148993).
14408
14409 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
14410
14411         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14412
14413         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14414           Throw error if we didn't recognize the stream. Fixes #152289.
14415
14416 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14417
14418         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
14419           Fix negotiation.
14420
14421 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
14422
14423         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14424
14425         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14426           Fix memleak.
14427
14428 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
14429
14430         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14431
14432         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
14433           Solve #152805.
14434         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
14435           Solve 152806.
14436
14437 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14438
14439         * gst-libs/gst/riff/riff-media.c:
14440         (gst_riff_create_video_caps_with_data),
14441         (gst_riff_create_audio_caps_with_data):
14442           Add codec_data handling (like asfdemux used to do).
14443         * gst/asfdemux/gstasf.c: (plugin_init):
14444         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14445         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
14446           Use riff-media for caps creation instead of our own (mostly
14447           broken) copy of its functions.
14448
14449 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14450
14451         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
14452           Don't actually error out if we get another return value than
14453           -EINVAL. Opposite to what I first thought, drivers have random
14454           return values for this, although -EINVAL is the expected return
14455           value. Since this is not fatal, we shouldn't use
14456           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
14457
14458 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14459
14460         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
14461         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
14462         (dvdreadsrc_get_property), (_open), (_seek), (_read),
14463         (dvdreadsrc_get), (dvdreadsrc_open_file),
14464         (dvdreadsrc_change_state):
14465           Fix. Don't do one big huge loop around the whole DVD, that will
14466           cache all data and thus eat sizeof(dvd) (several GB) before we
14467           see something.
14468         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14469           Actually NULL'ify event after using it.
14470         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
14471         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
14472         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
14473         (gst_ebml_read_seek), (gst_ebml_read_skip):
14474           Handle events.
14475         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
14476         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
14477         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
14478           Fix timing (this will probably break if I seek using menus, but
14479           I didn't get there yet). VOBs and normal DVDs should now work.
14480           Add a mpeg2-only pad with high rank so this get autoplugged for
14481           MPEG-2 movies.
14482         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
14483         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
14484         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
14485         (gst_mpeg_demux_get_audio_stream),
14486         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
14487         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
14488           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
14489           MPEG-1 but use dvddemux for MPEG-2.
14490         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
14491         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
14492         (gst_mpeg_parse_parse_packhead):
14493           Timing. Only add pad template if it exists. Add sink template from
14494           class and not from ourselves. This means we will always use the
14495           correct sink template even if it is not the one defined in this
14496           file.
14497
14498 2004-09-29  Wim Taymans  <wim@fluendo.com>
14499
14500         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
14501         (gst_mpeg_demux_parse_pes):
14502         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
14503         Fix playback of mpeg again, timestamps where screwed up by
14504         patch 1.61.
14505
14506 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14507
14508         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
14509           Only return true if we actually filled something in. Prevents
14510           player applications from showing a random length for flac files.
14511         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
14512         (gst_riff_read_use_event), (gst_riff_read_handle_event),
14513         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
14514         (gst_riff_read_strf_vids_with_data),
14515         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
14516           OK, ok, so I implemented event handling. Apparently it's normal
14517           that we receive random events at random points without asking
14518           for it.
14519         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14520         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14521         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
14522         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
14523         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
14524         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
14525         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14526         * gst/avi/gstavidemux.h:
14527           Implement non-lineair chunk handling and subchunk processing.
14528           The first solves playback of AVI files where the audio and video
14529           data of individual buffers that we read are not synchronized.
14530           This should not happen according to the wonderful AVI specs, but
14531           of course it does happen in reality. It is also a prerequisite for
14532           the second. Subchunk processing allows us to cut chunks in small
14533           pieces and process each of these pieces separately. This is
14534           required because I've seen several AVI files with incredibly large
14535           audio chunks, even some files with only one audio chunk for the
14536           whole file. This allows for proper playback including seeking.
14537           This patch is supposed to fix all AVI A/V sync issues.
14538         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
14539         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
14540           Work.
14541         * gst/modplug/gstmodplug.cc:
14542           Proper return value setting for the query() function.
14543         * gst/playback/gstplaybasebin.c: (setup_source):
14544           Being in non-playing state (after, e.g., EOS) is not necessarily
14545           a bad thing. Allow for that. This fixes playback of short files.
14546           They don't actually playback fully now, because the clock already
14547           runs. This means that small files (<500kB) with a small length
14548           (<2sec) will still not or barely play. Other files, such as mod
14549           or flx, will work correctly, however.
14550
14551 2004-09-28  Wim Taymans  <wim@fluendo.com>
14552
14553         * ext/speex/gstspeex.c: (plugin_init):
14554         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
14555         (gst_speex_dec_class_init), (speex_dec_get_formats),
14556         (speex_get_event_masks), (speex_get_query_types),
14557         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
14558         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
14559         (gst_speexdec_get_property), (gst_speexdec_set_property),
14560         (speex_dec_change_state):
14561         * ext/speex/gstspeexdec.h:
14562         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
14563         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
14564         (gst_speexenc_base_init), (gst_speexenc_class_init),
14565         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
14566         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
14567         (gst_speexenc_src_query), (gst_speexenc_init),
14568         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
14569         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
14570         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
14571         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
14572         (gst_speexenc_chain), (gst_speexenc_get_property),
14573         (gst_speexenc_set_property), (gst_speexenc_change_state):
14574         * ext/speex/gstspeexenc.h:
14575         Rewrote speex encoder, make sure it can be embedded in ogg.
14576         Implemented speex decoder.
14577
14578 2004-09-28  Christian Schaller <christian@fluendo.com>
14579
14580         * configure.ac:
14581         Remove kioslave plugin. Markey is brewing a new working one
14582         * ext/Makefile.am: Remove kioslave plugin
14583         * ext/kio: remove
14584         * gst-plugins.spec.in: remove kio plugin from spec
14585
14586 2004-09-27  Wim Taymans  <wim@fluendo.com>
14587
14588         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14589         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
14590         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
14591         (gst_multifdsink_new_client),
14592         (gst_multifdsink_handle_client_write),
14593         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14594         (gst_multifdsink_handle_clients):
14595         * gst/tcp/gstmultifdsink.h:
14596         Make syncing to keyframes actually work for new clients and lagging
14597         clients.
14598
14599 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14600
14601         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
14602         (gst_navigationtest_handle_src_event), (draw_box_planar411),
14603         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
14604         * gst/debug/gstnavigationtest.h:
14605           make navigationtest display button-press and button-release events
14606
14607 2004-09-26 Iain <iaingnome@gmail.com>
14608
14609         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
14610         the channels have received a new media event.
14611         (interleave_buffered_loop): Compresses a new media event on all
14612         channels into one.
14613
14614 2004-09-26 Iain <iaingnome@gmail.com>
14615
14616         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
14617         call the sinkpad's default event handler and not the srcpads. He also
14618         says this is confusing :)
14619         (gst_wavenc_stop_file): Company says that seek events only go upstream
14620         we should send a discontinuous downstream instead.
14621
14622 2004-09-25  Christian Schaller <christian@fluendo.com>
14623
14624         * Update SPEC file to be usable in conjunction with Fedora Core,
14625           Fedora.us and freshrpms packages
14626         * Fix typo in multifilesrc test Makefile
14627
14628 2004-09-24  Wim Taymans  <wim@fluendo.com>
14629
14630         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14631         Only signal the no_more_pads signal when we have
14632         added the stream to our list.
14633
14634 2004-09-24  Wim Taymans  <wim@fluendo.com>
14635
14636         * gst/playback/gstplaybasebin.c: (remove_prerolls),
14637         (new_decoded_pad):
14638         * gst/playback/gstplaybasebin.h:
14639         * gst/playback/gstplaybin.c: (setup_sinks):
14640         Don't try to preroll or decode more than one audio/video
14641         track.
14642
14643 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14644
14645         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
14646           Throw error if we failed to find a suitable output. This should
14647           throw an error if we successfully set up a pipeline (e.g. because
14648           we recognized a media file) but found no decodable streams in it
14649           (e.g. because it contains only media stream types for which we
14650           have no decoders, or because it's not a media type).
14651
14652 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14653
14654         * ext/dirac/Makefile.am:
14655         * ext/dirac/gstdirac.cc:
14656         * ext/dirac/gstdiracdec.cc:
14657         * ext/dirac/gstdiracdec.h:
14658           Do something. Don't actually know if this works because I don't
14659           have a demuxer yet.
14660         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
14661           Add channels=1 to caps returned from _getcaps().
14662         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
14663         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
14664         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
14665         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
14666         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
14667         (gst_ogm_parse_change_state):
14668           Separate between audio/video so ogmaudioparse actually uses the
14669           audio pad templates. Both audio and video work now, including
14670           autoplugging. Also use sometimes-srcpad hack.
14671         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14672           Handle events better. Don't hang on infinite loops.
14673         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14674         (gst_avi_demux_init), (gst_avi_demux_reset),
14675         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14676         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
14677         (gst_avi_demux_change_state):
14678         * gst/avi/gstavidemux.h:
14679           Improve A/V sync. Still not perfect.
14680         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
14681         (gst_ebml_read_skip):
14682           Handle events better.
14683         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14684         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
14685         (qtdemux_audio_caps):
14686           Add IMA4. Improve event handling. Save offset after a seek when
14687           the headers are at the end of the file so that we don't end up in
14688           an infinite loop.
14689         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
14690           Add low-priority typefind support for files with no length.
14691
14692 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14693
14694         * testsuite/multifilesink/Makefile.am:
14695         fix typo
14696
14697 2004-09-22  Julien MOUTTE  <julien@moutte.net>
14698
14699         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14700         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
14701         mistakes from thaytan's patches.
14702
14703 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14704
14705         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14706           For completeness, XSync in the destroy function as xvimage does.
14707
14708 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14709
14710         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
14711            Correct caps negotiation
14712         * gst/volume/gstvolume.c: (volume_chain_float),
14713         (volume_chain_int16):
14714            Modify debug output to be little more informative
14715         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
14716         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14717         (gst_xvimagesink_xvimage_destroy):
14718           Add XSync calls after detaching from the shared memory segment to
14719           avoid a crash.
14720
14721 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14722
14723         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14724         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
14725         * ext/vorbis/vorbis.c: (plugin_init):
14726         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14727         (gst_vorbisenc_chain):
14728         * ext/vorbis/vorbisenc.h:
14729         remove explicit newmedia support from oggmux and vorbisenc
14730         add debug category to vorbisenc
14731         * gst/multifilesink/gstmultifilesink.c:
14732         (gst_multifilesink_class_init), (gst_multifilesink_init),
14733         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
14734         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
14735         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
14736         (plugin_init):
14737         * gst/multifilesink/gstmultifilesink.h:
14738         add support for streamheader in multifilesink
14739
14740 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14741
14742         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
14743         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
14744         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
14745           Prevent infinite loops. More correct error reporting.
14746         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14747           Error out if negotiation fails.
14748         * gst/playback/gstplaybasebin.c: (setup_source),
14749         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
14750         (gst_play_base_bin_found_tag):
14751           Error/tag forwarding. Pre-roll fixes for source errors on state
14752           changes (e.g. "file does not exist") to prevent hangs.
14753
14754 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14755
14756         * testsuite/multifilesink/Makefile.am:
14757         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
14758         (gst_newmedia_class_init), (gst_newmedia_init),
14759         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14760         (newfile_signal), (test_signal), (main):
14761         * testsuite/multifilesink/multifilesrc_test.c: (main):
14762         * testsuite/multifilesink/oggtheora_test.c:
14763         (gst_newmedia_base_init), (gst_newmedia_class_init),
14764         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14765         (test_format), (newfile_signal), (test_signal), (main):
14766         * testsuite/multifilesink/oggvorbis_test.c:
14767         (gst_newmedia_base_init), (gst_newmedia_class_init),
14768         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14769         (test_format), (newfile_signal), (test_signal), (main):
14770         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
14771         (gst_newmedia_class_init), (gst_newmedia_init),
14772         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14773         (newfile_signal), (test_signal), (main):
14774         New media tests
14775
14776 2004-09-20  Christian Schaller <christian@fluendo.com>
14777
14778         * Fix mikmod license to LGPL as they have relicensed
14779         * Move Dirac and Effectv into LGPL section of README_license
14780
14781 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14782
14783         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
14784         (gst_mad_change_state):
14785           Allow for mp3 rate/channels changes. However, only very
14786           conservatively. Reason that we *have* to enable this is smiply
14787           because the mad find_sync() function is not good enough, it will
14788           regularly sync on random data as valid frames and therefore make
14789           us provide random caps as *final* caps of the stream. The best fix
14790           I could think of is to simply require several of the same stream
14791           changes in a row before we change caps.
14792           The actual testcase that works now is #
14793         * ext/ogg/Makefile.am:
14794         * ext/ogg/gstogg.c: (plugin_init):
14795         * ext/ogg/gstogmparse.c:
14796           OGM support (video only for now; I need an audio sample file).
14797         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14798         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
14799         (gst_asf_demux_add_video_stream):
14800           WMV extradata.
14801         * gst/playback/gstplaybasebin.c: (unknown_type):
14802           Don't error out on single unknown-types after all. It's wrong.
14803           If we found type of video and audio but not of a subtitle stream,
14804           it will still error out (which is unwanted). Will find a better fix
14805           later on.
14806         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
14807         (ogmaudio_type_find), (plugin_init):
14808           OGM support.
14809
14810 2004-09-20  Johan Dahlin  <johan@gnome.org>
14811
14812         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
14813         after setting caps.
14814
14815 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14816
14817         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
14818         * gst/wavenc/gstwavenc.h:
14819         Added newmedia support to wavenc
14820
14821 2004-09-17  Wim Taymans  <wim@fluendo.com>
14822
14823         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
14824         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
14825         (gst_fdset_fd_can_write), (gst_fdset_wait):
14826         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
14827         (gst_multifdsink_init), (gst_multifdsink_add),
14828         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
14829         (gst_multifdsink_remove_client_link),
14830         (gst_multifdsink_client_queue_buffer),
14831         (gst_multifdsink_handle_client_write),
14832         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
14833         (gst_multifdsink_close), (gst_multifdsink_change_state):
14834         * gst/tcp/gstmultifdsink.h:
14835         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14836         (gst_tcpserversink_removed):
14837         Small cleanups in fdset.c
14838         Use a hastable to map fd to the client structure for faster
14839         lookup in _remove and get_stats.
14840         Added virtual function to close the fds.
14841         Handle clients even when the select/poll call was unblocked because
14842         of a command.
14843         Implement syncing to keyframe in the recovery procedure.
14844
14845 2004-09-16 Iain <iaingnome@gmail.com>
14846
14847         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
14848         try caps.
14849
14850 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14851
14852         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
14853           Caps are only set if the type of the stream is unknown, but this
14854           is initialized in ->init_stream(), so set to UNKNOWN after calling
14855           ->init_stream() so that capsnego starts.
14856
14857 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14858
14859         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14860         (gst_avi_demux_stream_data):
14861           Just hardcode for raw audio then. AVI audio sucks.
14862
14863 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
14864
14865         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
14866         * gst/matroska/matroska-mux.c: (audiosink_templ),
14867         (gst_matroska_mux_audio_pad_link):
14868         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
14869         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
14870
14871 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14872
14873         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14874         (gst_avi_demux_stream_data):
14875           Try to fix a/v sync issues.
14876
14877 2004-09-15  David Schleef  <ds@schleef.org>
14878
14879         * configure.ac: remove NASM check, since we don't use it.  Update
14880         dirac check to 0.4
14881         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
14882         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14883         Initialized variables.
14884         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14885         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
14886         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
14887         SVQ3 format
14888
14889 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14890
14891         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14892         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
14893         * gst/avi/gstavidemux.h:
14894           Fix for compressed audio (mp3) timestamp generation. How did this
14895           ever work?
14896
14897 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14898
14899         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14900           Volume is a double not a float.
14901
14902 2004-09-15  Wim Taymans  <wim@fluendo.com>
14903
14904         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
14905         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
14906         Don't close the fd in multifdsink as we didn't open it in the
14907         first place. Some cleanups.
14908
14909 2004-09-15  Wim Taymans  <wim@fluendo.com>
14910
14911         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14912         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14913         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14914         Fix the case where the muxer would mark pages as delta
14915         frames when they are not (vorbis only ogg).
14916
14917 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14918
14919         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
14920         (gst_play_base_bin_change_state):
14921           Handle the case where we failed to setup a clear pipeline. This
14922           will throw an error (or EOS, another nice case) and if you don't
14923           catch that, the app will wait for the signal forever (and thus
14924           hang).
14925
14926 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14927
14928         * ext/gnomevfs/gstgnomevfssink.c:
14929         (gst_gnomevfssink_uri_get_protocols):
14930         * ext/gnomevfs/gstgnomevfssrc.c:
14931         (gst_gnomevfssrc_uri_get_protocols):
14932         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14933         * ext/gnomevfs/gstgnomevfsuri.h:
14934           Use _uri_new() instead of _open(), so it doesn't take as long and
14935           Christophe's computer won't hang.
14936         * gst/playback/gstplaybasebin.c: (unknown_type):
14937           Throw error on unknown media type, so apps actually display it.
14938
14939 2004-09-14  Brian Cameron  <brian.cameron@sun.com
14940
14941         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
14942           this script to work on Solaris since bash shell handles echo
14943           differenly than bash.
14944
14945 2004-09-17  Wim Taymans  <wim@fluendo.com>
14946
14947         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
14948         (setup_source), (gst_play_base_bin_set_property),
14949         (gst_play_base_bin_add_element):
14950         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
14951         Some more work on making sure seeking pauses the pipeline and
14952         that changing the uri actually does something.
14953
14954 2004-09-17  Wim Taymans  <wim@fluendo.com>
14955
14956         * gst/tcp/gstfdset.c: (gst_fdset_wait):
14957         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
14958         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
14959         (gst_tcpserversink_close):
14960         Be a bit more paranoid when freeing memory.
14961
14962 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14963
14964         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
14965         (qtdemux_parse_trak):
14966           Don't crash by dividing by zero (see sample movie in #126922).
14967
14968 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14969
14970         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
14971           Don't touch non-existing data (fixes crash on file in #140147).
14972
14973 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14974
14975         * gst/playback/gstplaybasebin.c:
14976         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
14977           Handle double disposals, and proper change of URIs.
14978
14979 2004-09-13  Martin Eikermann <meiker@upb.de>
14980
14981         * gst/mpegstream/gstmpegparse.c:
14982           fix synchronistation for streams recorded from digital PCR
14983           fixes bug #119376
14984
14985 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14986
14987         * ext/gnomevfs/Makefile.am:
14988         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14989         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
14990         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
14991         (gst_gnomevfssink_uri_get_type),
14992         (gst_gnomevfssink_uri_get_protocols),
14993         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
14994         (gst_gnomevfssink_uri_handler_init),
14995         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
14996         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
14997         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
14998         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
14999         (gst_gnomevfssrc_uri_get_type),
15000         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
15001         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
15002         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15003         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
15004         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
15005         * ext/gnomevfs/gstgnomevfsuri.h:
15006           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
15007           of fake URIs to see which this version of Gnome-VFS likes, and
15008           uses that for the Gst-URI interface. Makes playbin support http://
15009           streams. Also fix up some stupid behaviour in gnomevfssrc.
15010
15011 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15012
15013         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
15014         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
15015         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
15016         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
15017           Update mixer (to sync with other sessions) if we try to obtain
15018           a new value. This makes alsamixer work accross applications.
15019         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15020           Only call sync functions if we're running, else alsalib asserts.
15021         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
15022           Sometimes fails to compile. Possibly a gcc bug.
15023         * gst/playback/gstplaybin.c: (gen_video_element),
15024         (gen_audio_element):
15025           Add a reference to an application-provided object, because we lose
15026           this same reference if we add it to the bin. If we don't do this,
15027           we can only use this object once and thus crash if we go from
15028           ready to playing, back to ready and back to playing again.
15029           Also add an audioscale element because several cheap soundcards -
15030           like mine - don't support all samplerates.
15031         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
15032         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
15033           Fix wrong order or PAR calls. Makes automatically obtained PAR
15034           from the X server atually being used.
15035
15036 2004-09-12  David Schleef  <ds@schleef.org>
15037
15038         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
15039         #151887, #152102, #152247.
15040         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
15041         * examples/seeking/cdparanoia.c: same
15042         * examples/seeking/cdplayer.c: same
15043         * examples/seeking/seek.c: same
15044         * examples/seeking/spider_seek.c: same
15045         * examples/seeking/vorbisfile.c: same
15046         * examples/stats/mp2ogg.c: same
15047         * ext/esd/esdsink.c: (gst_esdsink_class_init),
15048         (gst_esdsink_dispose): Dispose of element properly.
15049         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
15050         fixes.
15051         * ext/nas/nassink.c: (gst_nassink_class_init),
15052         (gst_nassink_dispose): Dispose of element correctly.
15053         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
15054         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15055         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
15056         Fix 64-bit warning.
15057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15058         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
15059         Fix 64-bit warning.
15060
15061 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15062
15063         * configure.ac : change speex detection as 1.1.6 now uses
15064           .pc/pkg-config and they changed their headers location.
15065
15066 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
15067
15068         * gst/matroska/matroska-mux.h:
15069         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
15070         (gst_matroska_mux_start), (gst_matroska_mux_finish),
15071         (gst_matroska_mux_write_data):
15072           Write multiple blocks/frames per cluster.
15073                 Write meta-seek information (seek heads).
15074
15075 2004-09-09  Scott Wheeler <wheeler@kde.org>
15076
15077         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
15078         (gst_play_bin_set_property), (gst_play_bin_get_property),
15079         (gen_audio_element), (gen_audio_element):
15080           Add a volume element / property to the pipeline.
15081
15082 2004-09-07  Wim Taymans  <wim@fluendo.com>
15083
15084         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
15085         Copy timestamps from the master pad to the output buffers.
15086
15087 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15088
15089         * ext/raw1394/gstdv1394src.c:
15090           throw errors when applicable
15091
15092 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
15093
15094         * gst/matroska/ebml-ids.h:
15095         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
15096         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
15097         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
15098           automatically convert unix time <-> ebml time when reading/writing
15099           a date, use gst_ebml_write_uint to write CUETIME,
15100           not gst_ebml_write_date.
15101         * gst/matroska/matroska-ids.h:
15102         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
15103         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
15104         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
15105         (gst_matroska_mux_write_data):
15106           Write track and segment UIDs, write muxing date, write
15107           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
15108           Create cues for audio only files.
15109
15110 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15111
15112         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15113         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
15114           Re-commit ALSA switches.
15115         * gst/adder/gstadder.c: (gst_adder_loop):
15116           64-bit fix (#151416).
15117         * gst/debug/progressreport.c: (gst_progressreport_report):
15118           64-bit fix (#151419).
15119         * gst/matroska/matroska-demux.c:
15120         (gst_matroska_demux_parse_contents):
15121           64-bit fix (#151420).
15122         * gst/playback/test3.c: (update_scale):
15123           64-bit fix (#151421).
15124
15125 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15126
15127         * configure.ac:
15128           bump nano to cvs
15129
15130 === release 0.8.4 ===
15131
15132 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15133
15134         * configure.ac: releasing 0.8.4, "Alias"
15135
15136 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15137
15138         * ext/theora/Makefile.am:
15139           fix makefile.  Fixes #151462.
15140
15141 2004-08-30  Wim Taymans  <wim@fluendo.com>
15142
15143         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
15144         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15145         (gst_multifdsink_remove_client_link),
15146         (gst_multifdsink_client_queue_buffer),
15147         (gst_multifdsink_handle_client_write):
15148         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
15149         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
15150         Fix some memory leaks.
15151
15152 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15153
15154         Patch by: David Schleef
15155
15156         * configure.ac:
15157         * sys/Makefile.am:
15158           rename our detection macro for V4L2.  Fixes #151236.
15159
15160 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15161
15162         Patch by: David Schleef
15163
15164         * configure.ac:
15165           check to define LAMEPRESET.  Fixes #151232.
15166
15167 2004-08-27  David Schleef  <ds@schleef.org>
15168
15169         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
15170         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
15171         (gst_glimagesink_fixate):  Move local variable declarations to
15172         make gcc-2.95 happy.
15173
15174 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15175
15176         * configure.ac:
15177           bump nano for prerelease
15178
15179 2004-08-27  David Schleef  <ds@schleef.org>
15180
15181         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
15182         * sys/sunaudio/gstsunaudiosrc.c:
15183         * sys/sunaudio/gstsunaudiosrc.h:
15184
15185 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
15186
15187         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
15188         handle EOS correctly
15189         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
15190         * gst/matroska/matroska-mux.h:
15191         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
15192         VFW compatibility mode
15193
15194 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15195
15196         patch by: Zaheer Abbas Merali
15197
15198         * ext/ogg/gstoggmux.c:
15199         * ext/vorbis/vorbisenc.c:
15200         * ext/vorbis/vorbisenc.h:
15201           handle NEWMEDIA
15202
15203 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
15204
15205         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
15206         fix byte order reversion on little endian machines.
15207         * gst/matroska/matroska-mux.c: (audiosink_templ),
15208         (gst_matroska_mux_audio_pad_link):
15209         add TTA codec to the list of supported codecs.
15210         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
15211         (gst_matroska_mux_start), (gst_matroska_mux_finish),
15212         (gst_matroska_mux_write_data):
15213         * gst/matroska/matroska-mux.h:
15214         write segment duration correctly, write muxing app string, fixes bugs
15215         #140897 and #140898.
15216         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
15217         wait for all pads to be negotiated before starting to mux.
15218
15219 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15220
15221         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
15222         * ext/lame/gstlame.h:
15223         Added new media support to lame
15224
15225 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
15226
15227         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
15228         send vorbis headers at the beginning of a stream, fixes bug #141554.
15229         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
15230         bug #148950.
15231         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
15232         (gst_matroska_demux_plugin_init):
15233         * gst/matroska/matroska-ids.h:
15234         enable demuxing of TTA audio streams, fixes bug #148951.
15235         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
15236         enable typefinding for TTA audio files, fixes bug #148711.
15237         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
15238         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
15239         fixes playback of packed bitstream and xvid with bframes, bug #135407.
15240
15241 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
15242
15243         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
15244         (gst_riff_read_element_data), (gst_riff_read_seek),
15245         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
15246         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
15247         <teuf@gnome.org>
15248
15249 2004-08-23 Iain <iaingnome@gmail.com>
15250
15251         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
15252         tags. They appear to be handled differently to normal.
15253         (tag_list_to_id3_tag_foreach): Ditto.
15254
15255 2004-08-22  Wim Taymans  <wim@fluendo.com>
15256
15257         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15258         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15259         Make sure we never send -1 granulepos.
15260
15261 2004-08-20  Wim Taymans  <wim@fluendo.com>
15262
15263         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15264         (gst_ogg_mux_loop):
15265         I will accept bitchslappings with non sharp objects.
15266
15267 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15268
15269         * configure.ac:
15270         Clean up the test for lame presets
15271
15272 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15273
15274         * configure.ac:
15275         * ext/lame/Makefile.am:
15276         * ext/lame/gstlame.c: (gst_lame_class_init),
15277         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
15278         Only enable lame presets if version of lame has presets in API
15279
15280 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
15281         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
15282         * gst/udp/gstudpsrc.h:
15283           Don't call gst_pad_push in a get function. Fixes #150449
15284
15285 2004-08-18  Wim Taymans  <wim@fluendo.com>
15286
15287         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
15288         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
15289         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
15290         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15291         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15292         (gst_fdset_wait):
15293         * gst/tcp/gstfdset.h:
15294         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15295         (gst_multifdsink_client_queue_buffer),
15296         (gst_multifdsink_handle_client_write):
15297         * gst/tcp/gstmultifdsink.h:
15298         Some extra checks in gstfdset.
15299         Only use send() when the fd is a socket. Don't try to
15300         read from write only fds.
15301
15302 2004-08-18  Wim Taymans  <wim@fluendo.com>
15303
15304         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
15305         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
15306         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15307         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15308         (gst_fdset_wait):
15309         Add more locking and bounds checking.
15310
15311 2004-08-18  Wim Taymans  <wim@fluendo.com>
15312
15313         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
15314         Realloc test fdset in the lock and right before starting
15315         the poll call. Bump the limit to 4096.
15316
15317 2004-08-17  David Schleef  <ds@schleef.org>
15318
15319         * sys/sunaudio/Makefile.am:
15320         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
15321         of rates and channels.  Make debugging less obnoxious.
15322
15323         Patch from Balamurali Viswanathan implementing a mixer for
15324         Sun audio.  (bug #144091):
15325         * sys/sunaudio/gstsunelement.c:
15326         * sys/sunaudio/gstsunelement.h:
15327         * sys/sunaudio/gstsunmixer.c:
15328         * sys/sunaudio/gstsunmixer.h:
15329
15330 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15331
15332         * gst/audioscale/gstaudioscale.c:
15333         * gst/audioscale/gstaudioscale.h:
15334         made audioscale resample from any sample rate to any sample rate
15335
15336 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15337
15338         * ext/libpng/gstpngdec.c:
15339           error out on unsupported types
15340
15341 2004-08-17  Iain <iaingnome@gmail.com>
15342
15343         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
15344         mid_side and loose_mid_side properties if its a stereo stream.
15345
15346 2004-08-17  Wim Taymans  <wim@fluendo.com>
15347
15348         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15349         (theora_get_formats), (theora_dec_src_convert),
15350         (theora_dec_sink_convert), (theora_dec_src_query),
15351         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
15352         Add a debug line.
15353
15354 2004-08-17  Wim Taymans  <wim@fluendo.com>
15355
15356         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
15357         (gst_ogg_pad_push):
15358         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15359         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15360         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
15361         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15362         Mark delta units in the muxer.
15363         Try to decode the packet after an out-of-sync error from
15364         libogg.
15365
15366 2004-08-17  Wim Taymans  <wim@fluendo.com>
15367
15368         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15369         (gst_multifdsink_init), (gst_multifdsink_add),
15370         (gst_multifdsink_client_queue_buffer),
15371         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
15372         * gst/tcp/gstmultifdsink.h:
15373         Added option to send a keyframe to clients as the first buffer.
15374         Make timeout property writable.
15375
15376 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15377
15378         patch by: Wim Taymans
15379
15380         * gst/tcp/gstfdset.c:
15381         * gst/tcp/gstmultifdsink.c:
15382           fix index comparison, should include 0
15383
15384 2004-08-16  Wim Taymans  <wim@fluendo.com>
15385
15386         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
15387         (gst_fdset_add_fd), (gst_fdset_remove_fd),
15388         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15389         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15390         (gst_fdset_wait):
15391           copy when reallocing for poll so the select arguments don't get
15392           changed during the call
15393
15394 2004-08-16  Wim Taymans  <wim@fluendo.com>
15395
15396         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15397         (gst_theora_enc_class_init), (theora_enc_sink_link),
15398         (theora_buffer_from_packet), (theora_enc_chain):
15399         Fix bug where buffers were not marked as keyframes
15400         correctly.
15401
15402 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15403
15404         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
15405         (gst_lame_preset_get_type), (gst_lame_class_init):
15406         describe the enum values for vbr mode and presets more verbosely
15407
15408 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15409
15410         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
15411         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
15412         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
15413         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
15414         * ext/lame/gstlame.h:
15415         add preset property to lame so it can use lame presets
15416
15417 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15418
15419         * ext/lame/gstlame.c: (gst_lame_get_property):
15420         whoops forgot break, thanks teuf
15421
15422 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15423
15424         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
15425         (gst_lame_class_init), (gst_lame_src_getcaps),
15426         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
15427         (gst_lame_get_property), (gst_lame_setup):
15428         * ext/lame/gstlame.h:
15429         fix lame's broken vbr stuff, allow it to resample if need be, and also
15430         make xing header optional
15431
15432 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15433
15434         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
15435         added getcaps function so samplerate doesnt get fixated to silly values
15436
15437 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15438
15439         * ext/lame/gstlame.c: (gst_lame_src_link):
15440         revert previous fix
15441
15442 2004-08-12  Johan Dahlin  <johan@gnome.org>
15443
15444         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
15445         checks. Doesn't matter what state we are in. Interfaces are a
15446         compile time thing, not runtime. It also broke the python bindings.
15447
15448 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15449
15450         * ext/lame/gstlame.c: (gst_lame_src_link):
15451         made source pad link function check if sinkpad is ok..fixes the problem
15452         where core fixates the output rate of lame stupidly
15453
15454 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15455
15456         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
15457         * sys/v4l/v4l_calls.c:
15458         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
15459           fix fixate function to handle nonsimple caps.
15460           remove bogus check in _link
15461           cleanups
15462
15463 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15464
15465         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
15466         set default compression ratio parameter to 0.0 so bitrate parameter
15467         works :)
15468
15469 2004-08-11  David Schleef  <ds@schleef.org>
15470
15471         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
15472
15473 2004-08-11  David Schleef  <ds@schleef.org>
15474
15475         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
15476         before.
15477
15478 2004-08-11  David Schleef  <ds@schleef.org>
15479
15480         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
15481
15482 2004-08-11  David Schleef  <ds@schleef.org>
15483
15484         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
15485           license field
15486         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
15487         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
15488           LGPL.
15489         * gst/auparse/gstauparse.c: Fix plugin license field.
15490         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
15491         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
15492         * gst/rtp/gstrtp.c: Fix plugin license field.
15493
15494 2004-08-11  Wim Taymans  <wim@fluendo.com>
15495
15496         * gst/tcp/Makefile.am:
15497         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
15498         (ensure_size), (gst_fdset_new), (gst_fdset_free),
15499         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
15500         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
15501         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
15502         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
15503         (gst_fdset_fd_can_write), (gst_fdset_wait):
15504         * gst/tcp/gstfdset.h:
15505         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15506         (gst_multifdsink_class_init), (gst_multifdsink_init),
15507         (gst_multifdsink_add), (gst_multifdsink_remove),
15508         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15509         (gst_multifdsink_remove_client_link),
15510         (gst_multifdsink_handle_client_read),
15511         (gst_multifdsink_client_queue_data),
15512         (gst_multifdsink_client_queue_caps),
15513         (gst_multifdsink_client_queue_buffer),
15514         (gst_multifdsink_handle_client_write),
15515         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15516         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15517         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
15518         (gst_multifdsink_close):
15519         * gst/tcp/gstmultifdsink.h:
15520         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15521         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
15522         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
15523         (gst_tcpserversink_close):
15524         * gst/tcp/gsttcpserversink.h:
15525         Abstracted away the select call, implemented poll (yes we ran into
15526         the 1024 limit in production).
15527
15528 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15529
15530         * gst/tcp/gsttcp.c:
15531         * gst/tcp/gsttcpplugin.c:
15532           improve debuggging, remove assert
15533
15534 2004-08-10  Wim Taymans  <wim@fluendo.com>
15535
15536         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15537         (gst_client_status_get_type), (gst_multifdsink_class_init),
15538         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
15539         (gst_multifdsink_handle_client_read),
15540         (gst_multifdsink_handle_client_write),
15541         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15542         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15543         (gst_multifdsink_get_property):
15544         * gst/tcp/gstmultifdsink.h:
15545         * gst/tcp/gsttcp-marshal.list:
15546         Starting to prepare for specifying buffer time in other units
15547         than buffers. Expose remove reason in signal.
15548
15549 2004-08-10  Wim Taymans  <wim@fluendo.com>
15550
15551         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15552         (gst_multifdsink_remove), (gst_multifdsink_clear),
15553         (gst_multifdsink_remove_client_link),
15554         (gst_multifdsink_handle_client_read),
15555         (gst_multifdsink_client_queue_data),
15556         (gst_multifdsink_client_queue_buffer),
15557         (gst_multifdsink_handle_client_write),
15558         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
15559         (gst_multifdsink_chain), (gst_multifdsink_close):
15560         * gst/tcp/gstmultifdsink.h:
15561         Added more debugging info. Changed the way clients are
15562         removed from the lists. Fixed a bug where a bad file descriptor
15563         could cause many clients to be removed.
15564
15565 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15566
15567         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
15568           allow all pixel-aspect-ratios, not just 1:1
15569
15570 2004-08-09  David Schleef  <ds@schleef.org>
15571
15572         * sys/glsink/ARB_multitexture.h:  Remove old files.
15573         * sys/glsink/EXT_paletted_texture.h:
15574         * sys/glsink/NV_register_combiners.h:
15575         * sys/glsink/gstgl_nvimage.c:
15576         * sys/glsink/gstgl_pdrimage.c:
15577         * sys/glsink/gstgl_rgbimage.c:
15578         * sys/glsink/gstglsink.c:
15579         * sys/glsink/gstglsink.h:
15580         * sys/glsink/gstglxwindow.c:
15581         * sys/glsink/regcomb_yuvrgb.c:
15582
15583 2004-08-09  David Schleef  <ds@schleef.org>
15584
15585         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
15586         GL sink plugin.  (Bug #147302)
15587
15588         * configure.ac: Test for OpenGL
15589         * sys/Makefile.am: Use test for OpenGL
15590         * sys/glsink/Makefile.am:
15591         * sys/glsink/glimagesink.c: rewrite
15592         * sys/glsink/glimagesink.h: rewrite
15593
15594 2004-08-09  David Schleef  <ds@schleef.org>
15595
15596         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
15597         sane framerates.
15598         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
15599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
15600         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
15601
15602 2004-08-09  Wim Taymans  <wim@fluendo.com>
15603
15604         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15605         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15606         (gst_multifdsink_client_remove),
15607         (gst_multifdsink_handle_client_read),
15608         (gst_multifdsink_handle_client_write),
15609         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15610         Do a bit more logging, make the client_read code more robust.
15611
15612 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15613
15614         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
15615         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
15616         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
15617         (gst_jpegdec_init), (gst_jpegdec_chain):
15618         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
15619         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
15620           cleanups, debugging fixes and memleak plugging
15621
15622 2004-08-09  Wim Taymans  <wim@fluendo.com>
15623
15624         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15625         (theora_get_formats), (theora_dec_src_convert),
15626         (theora_dec_sink_convert), (theora_dec_src_query),
15627         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
15628         (theora_dec_change_state):
15629         Don't crash on missing header packets.
15630
15631 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15632
15633         * po/LINGUAS:
15634         * po/sq.po:
15635           Added Albanian translation (Laurent Dhima)
15636         * po/cs.po:
15637           updated
15638
15639 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15640
15641         * ext/lame/gstlame.c:
15642           fix/add debugging
15643
15644 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15645
15646         * sys/ximage/ximagesink.c:
15647         * sys/xvimage/xvimagesink.c:
15648           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
15649
15650 2004-08-06  Wim Taymans  <wim@fluendo.com>
15651
15652         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15653         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15654         (gst_multifdsink_client_remove),
15655         (gst_multifdsink_handle_client_read),
15656         (gst_multifdsink_handle_client_write),
15657         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15658         Make sure we don't try to read more from a client that what
15659         ioctl says us or we deadlock.
15660
15661 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15662
15663         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
15664         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
15665         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
15666           decouple running_time and n_frames so it can handle changing
15667           framerate while running
15668
15669 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15670
15671         * po/nl.po:
15672         * po/sv.po:
15673           updated translations
15674
15675 2004-08-04  Benjamin Otte  <otte@gnome.org>
15676
15677         * gst/videotestsrc/gstvideotestsrc.c:
15678         (gst_videotestsrc_get_capslist), (generate_capslist),
15679         (plugin_init):
15680           generate the list of supported caps at startup and reuse it instead
15681           of always generating it
15682
15683 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15684
15685         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
15686           whoops, last checkin broke normal build
15687
15688 2004-08-03  Benjamin Otte  <otte@gnome.org>
15689
15690         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
15691         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
15692         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
15693         (gst_alsa_mixer_get_option):
15694         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
15695         (dvdnavsrc_print_event):
15696         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
15697         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
15698         (gst_ogg_mux_pad_unlink):
15699         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
15700         (gst_multipart_mux_pad_unlink):
15701         * gst/videofilter/gstvideobalance.c:
15702         (gst_videobalance_colorbalance_set_value):
15703         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
15704         (gst_videomixer_pad_unlink):
15705         * po/uk.po:
15706         * sys/oss/gstossmixer.c:
15707         * sys/v4l/gstv4lcolorbalance.c:
15708         * sys/v4l/gstv4ltuner.c:
15709         * sys/v4l/v4lsrc_calls.c:
15710         * sys/v4l2/gstv4l2colorbalance.c:
15711         * sys/v4l2/gstv4l2tuner.c:
15712           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
15713
15714 2004-08-03  Benjamin Otte  <otte@gnome.org>
15715
15716         * examples/dynparams/filter.c: (ui_control_create):
15717         * examples/gstplay/player.c: (print_tag):
15718         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
15719         * ext/gdk_pixbuf/gstgdkanimation.c:
15720         (gst_gdk_animation_iter_may_advance):
15721         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
15722         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
15723         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
15724         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
15725         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
15726         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
15727         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
15728         * gst/sine/demo-dparams.c: (main):
15729         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
15730         * testsuite/alsa/formats.c: (create_pipeline):
15731         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
15732           fixes for G_DISABLE_ASSERT and friends
15733         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15734         (mp3_type_frame_length_from_header), (mp3_type_find),
15735         (plugin_init):
15736           require mp3 typefinding to have at least MIN_HEADERS valid headers
15737           add typefinding for AAC adts files
15738
15739 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
15740
15741         * sys/ximage/ximagesink.c:
15742         (gst_ximagesink_calculate_pixel_aspect_ratio):
15743         * sys/xvimage/xvimagesink.c:
15744         (gst_xvimagesink_calculate_pixel_aspect_ratio):
15745         Make sure we calculate pixel-aspect-ratio using floating point maths
15746
15747 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15748
15749         * po/uk.po:
15750           updated translation
15751
15752 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15753
15754         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15755         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
15756           add debugging for display PAR calculation
15757
15758 2004-08-02  David Schleef  <ds@schleef.org>
15759
15760         * configure.ac: Fix mikmod CFLAGS.
15761
15762 2004-07-27  Benjamin Otte  <otte@gnome.org>
15763
15764         * gst/audioscale/gstaudioscale.c:
15765         - fix templates to only support S16, it's the only format that works
15766         - make caps nego code use try_set_caps_nonfixed and fixation instead
15767         of try_set_caps twice, which is not nice for autopluggers
15768         - change rank to secondary, so autopluggers can pick it up after
15769         audioconvert
15770
15771 2004-08-02  Iain <iain@prettypeople.org>
15772
15773         * gst/interleave/interleave.c (interleave_init),
15774         (interleave_request_new_pad),
15775         (interleave_pad_removed),
15776         (interleave_buffered_loop): Use the real pad count, not the artificial
15777         one.
15778
15779 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15780
15781         * configure.ac: bump nano back to development
15782
15783 === release 0.8.3 ===
15784
15785 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15786
15787         * configure.ac: releasing 0.8.3, "Water"
15788
15789 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15790
15791         * sys/xvimage/xvimagesink.c:
15792         (gst_xvimagesink_calculate_pixel_aspect_ratio),
15793         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
15794         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
15795         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15796         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15797         * sys/xvimage/xvimagesink.h:
15798           apply similar PAR fixes as to ximagesink
15799
15800 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15801
15802         patch from: Benjamin Otte
15803
15804         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
15805           add link function to lame.  Fixes #148986.
15806
15807 2004-08-02  Johan Dahlin  <johan@gnome.org>
15808
15809         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
15810         fix debugging log
15811
15812 2004-07-30  David Schleef  <ds@schleef.org>
15813
15814         * gst/videomixer/Makefile.am: Fix things that should have been
15815         fixed in the last checkin.
15816
15817 2004-07-30  David Schleef  <ds@schleef.org>
15818
15819         * gst/multipart/Makefile.am: Fix things that should have been
15820         fixed in the last checkin.
15821
15822 2004-07-30  David Schleef  <ds@schleef.org>
15823
15824         * testsuite/multifilesink/Makefile.am: Fix unused variable.
15825
15826 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15827
15828         * configure.ac:
15829           bump nano for prerelease
15830         * po/af.po:
15831         * po/az.po:
15832         * po/cs.po:
15833         * po/en_GB.po:
15834         * po/hu.po:
15835         * po/nl.po:
15836         * po/sr.po:
15837         * po/sv.po:
15838         * po/uk.po:
15839           updates
15840
15841 2004-07-30  Wim Taymans  <wim@fluendo.com>
15842
15843         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15844         (gst_multifdsink_add), (gst_multifdsink_remove),
15845         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15846         (gst_multifdsink_client_remove),
15847         (gst_multifdsink_handle_client_write),
15848         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15849         * gst/tcp/gstmultifdsink.h:
15850         Recover from a select with a bad file descriptor by removing
15851         the client.
15852
15853 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15854
15855         * configure.ac:
15856           fix requirement of core
15857         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
15858         (gst_play_pipeline_setup):
15859           don't use colorspace element.  do use hermescolorspace element.
15860           make macro to get a colorspace element.
15861           mark strings for translation.
15862         * po/POTFILES.in:
15863           add play.c
15864         * po/af.po:
15865         * po/az.po:
15866         * po/cs.po:
15867         * po/en_GB.po:
15868         * po/hu.po:
15869         * po/nl.po:
15870         * po/sr.po:
15871         * po/sv.po:
15872         * po/uk.po:
15873           update translations
15874
15875 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15876
15877         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
15878         fix default for newmedia flag
15879
15880 2004-07-30  Wim Taymans  <wim@fluendo.com>
15881
15882         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15883         (gst_theora_dec_init), (theora_get_formats),
15884         (theora_dec_src_convert), (theora_dec_sink_convert),
15885         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15886         (theora_dec_chain), (theora_dec_set_property),
15887         (theora_dec_get_property):
15888         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15889         (gst_theora_enc_class_init), (gst_theora_enc_init),
15890         (theora_enc_sink_link), (theora_enc_chain),
15891         (theora_enc_set_property), (theora_enc_get_property):
15892         Added cropping option to theora decoder.
15893         Added border option to theora encoder.
15894
15895 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15896
15897         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15898         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15899         (gst_pngenc_set_property):
15900         * ext/libpng/gstpngenc.h:
15901         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
15902
15903 2004-07-30  Wim Taymans  <wim@fluendo.com>
15904
15905         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15906         (theora_enc_sink_link), (theora_enc_chain),
15907         (theora_enc_set_property), (theora_enc_get_property):
15908         Fix encoding of non-multiple-of-16 video.
15909
15910 2004-07-29  David Schleef  <ds@schleef.org>
15911
15912         * configure.ac: make test for audiofile more strict
15913
15914 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15915
15916         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15917           give different names to typefind functions
15918
15919 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15920
15921         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15922         (gst_ximagesink_calculate_pixel_aspect_ratio),
15923         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
15924         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15925         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
15926         (gst_ximagesink_get_property), (gst_ximagesink_init):
15927         * sys/ximage/ximagesink.h:
15928           allocate PAR's dynamically.
15929           use autodetected PAR if no object-set PAR is given.
15930           add workaround for directfb's X not setting physical size.
15931           fix to xvimagesink will follow tomorrow.
15932
15933 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15934
15935         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
15936         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15937         (gst_shout2send_get_type), (gst_shout2send_set_clock),
15938         (gst_shout2send_class_init), (gst_shout2send_init),
15939         (set_shout_metadata), (gst_shout2send_set_metadata),
15940         (gst_shout2send_chain), (gst_shout2send_set_property),
15941         (gst_shout2send_get_property), (gst_shout2send_connect),
15942         (gst_shout2send_change_state):
15943         * ext/shout2/gstshout2.h:
15944         - fix for sending mp3 audio to icecast2 server, if pad link function not
15945         called before PAUSED state
15946         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
15947         - added tagging support for mp3 audio broadcasted
15948         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
15949         debug info
15950
15951 2004-07-28  Wim Taymans  <wim@fluendo.com>
15952
15953         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15954         (gst_ogg_demux_push):
15955         Return query failure when we don't know the length of
15956         an ogg stream insteda of returning TRUE with a bogus value.
15957
15958 2004-07-28  Wim Taymans  <wim@fluendo.com>
15959
15960         * ext/theora/theoradec.c: (theora_get_formats),
15961         (theora_dec_src_convert), (theora_dec_sink_convert),
15962         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15963         (theora_dec_chain):
15964         Don't screw up the 1 Chroma for 1 luma sample situation when we
15965         have an odd offset/width by adding a black border in those cases.
15966
15967 2004-07-28  Wim Taymans  <wim@fluendo.com>
15968
15969         * ext/theora/theoradec.c: (theora_get_formats),
15970         (theora_dec_src_convert), (theora_dec_sink_convert),
15971         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15972         (theora_dec_chain):
15973         * ext/theora/theoraenc.c: (theora_enc_sink_link):
15974         Added first attempt at cropping of the image as required by the
15975         theora spec. We need more properties in the caps (offset_x,
15976         offset_y,stride) to implement this correctly.
15977
15978 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
15979
15980         * ext/dvdnav/README:
15981           Update the README to use dvddemux
15982         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
15983           Ensure getcaps returns a subset of the template caps
15984         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
15985         (gst_mpeg2subt_init):
15986           Ensure getcaps returns a subset of the template caps
15987         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
15988         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
15989         (gst_dvd_demux_get_subpicture_stream),
15990         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
15991         * gst/mpegstream/gstdvddemux.h:
15992           Set the explicit caps on the current_video pad before pushing
15993           anything
15994         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
15995         (gst_mpeg_demux_get_audio_stream):
15996           Free caps used to gst_pad_set_explicit_caps, which takes a const
15997           GstCaps *
15998
15999 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16000
16001         * configure.ac: update GStreamer requirement to 0.8.4 because of
16002           GstFraction.
16003
16004 2004-07-28  Wim Taymans  <wim@fluendo.com>
16005
16006         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16007         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
16008         Add the pad to the element after setting up the caps. This
16009         makes it a lot easier to autoplug.
16010
16011 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
16012
16013         * gst/median/gstmedian.c:
16014         * gst/mpeg2subt/gstmpeg2subt.c:
16015         * gst/mpegaudioparse/gstmpegaudioparse.c:
16016         * gst/mpegstream/gstdvddemux.c:
16017         * gst/mpegstream/gstmpegdemux.c:
16018         * gst/mpegstream/gstmpegpacketize.c:
16019         * gst/rtjpeg/gstrtjpeg.c:
16020         * gst/rtjpeg/gstrtjpegdec.c:
16021         * gst/rtjpeg/gstrtjpegenc.c:
16022         * gst/sine/gstsinesrc.c:
16023         * gst/smooth/gstsmooth.c:
16024         * gst/smpte/gstsmpte.c:
16025         * gst/smpte/gstsmpte.h:
16026         * gst/stereo/gststereo.c:
16027         * gst/videofilter/gstgamma.c:
16028         * gst/videofilter/gstvideobalance.c:
16029         * gst/videofilter/gstvideofilter.c:
16030         * gst/videofilter/gstvideoflip.c:
16031         * gst/videoscale/gstvideoscale.c:
16032         * gst/videoscale/videoscale.c:
16033         * gst/videotestsrc/gstvideotestsrc.c:
16034         * gst/videotestsrc/videotestsrc.c:
16035         * gst/wavenc/gstwavenc.c:
16036         * gst/wavparse/gstwavparse.c:
16037           fix local includes and 64 bits constants
16038
16039 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
16040
16041         * win32/gst.sln:
16042         * gst-libs/gst/*/*.vcproj:
16043         * gst/*/*.vcproj:
16044           more working plugins
16045
16046 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16047
16048         * testsuite/alsa/Makefile.am:
16049         * testsuite/alsa/srcstate.c:
16050         add test for alsasrc changing state
16051
16052 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16053
16054         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
16055         (gst_silence_get):
16056         * gst/silence/gstsilence.h:
16057         fix silence generation for 16bit raw audio
16058
16059 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16060
16061         * gst/matroska/matroska-demux.c:
16062         (gst_matroska_demux_parse_metadata),
16063         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
16064         * gst/mpegaudio/common.c:
16065         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
16066         (gst_videoscale_getcaps), (gst_videoscale_link),
16067         (gst_videoscale_src_fixate), (gst_videoscale_init),
16068         (gst_videoscale_finalize):
16069         * gst/videoscale/gstvideoscale.h:
16070         * gst/videotestsrc/gstvideotestsrc.c:
16071         (gst_videotestsrc_get_capslist):
16072         * gst/wavenc/gstwavenc.c:
16073         * sys/oss/gstossmixer.c: (fill_labels):
16074         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16075         (gst_ximagesink_handle_xevents),
16076         (gst_ximagesink_calculate_pixel_aspect_ratio),
16077         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
16078         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
16079         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16080         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
16081         (gst_ximagesink_init), (gst_ximagesink_class_init):
16082         * sys/ximage/ximagesink.h:
16083         * sys/xvimage/xvimagesink.c:
16084         (gst_xvimagesink_calculate_pixel_aspect_ratio),
16085         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
16086         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
16087         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
16088         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16089         * sys/xvimage/xvimagesink.h:
16090           first batch of pixel aspect ratio commits.
16091
16092 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16093
16094         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16095         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
16096         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
16097           handle stride, needs work if we want to move stride handling
16098           upstream, but works correctly for our purposes.
16099
16100 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16101
16102         * gst/videoscale/README:
16103           add testing examples
16104         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
16105         (gst_videoscale_chain):
16106         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16107         (gst_videoscale_get_size):
16108           add get_size function that handles stride like videotestsrc.
16109           fixes conversion for YUV formats for as much as I can test them.
16110
16111 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16112
16113         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16114         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
16115         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16116         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16117         (gst_xvimagesink_xvimage_put):
16118           further cleanups, logging, error handling and synchronizing
16119
16120 2004-07-27  Wim Taymans  <wim@fluendo.com>
16121
16122         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
16123         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
16124         (gst_videomixer_pad_set_property),
16125         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
16126         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
16127         (gst_videomixer_class_init), (gst_videomixer_init),
16128         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
16129         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
16130         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
16131         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
16132         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
16133         (gst_videomixer_loop), (plugin_init):
16134         Be a nicer negotiation citizen and provide a getcaps function on
16135         the srcpad. This also fixes a crash when resizing.
16136
16137 2004-07-27  Julien MOUTTE  <julien@moutte.net>
16138
16139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16140         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
16141
16142 2004-07-27  Wim Taymans  <wim@fluendo.com>
16143
16144         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
16145         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16146         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
16147         (gst_pngenc_set_property):
16148         * ext/libpng/gstpngenc.h:
16149         Added snapshot property to pngenc.
16150         removed g_print from pngdec
16151
16152 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
16153
16154         * gst/ac3parse/ac3parse.vcproj
16155         * gst/adder/adder.vcproj
16156         * gst/alpha/alpha.vcproj
16157         * gst/alpha/alphacolor.vcproj
16158         * gst/asfdemux/asf.vcproj
16159         * gst/audioconvert/audioconvert.vcproj
16160         * gst/audiorate/audiorate.vcproj
16161         * gst/audioscale/audioscale.vcproj
16162         * gst/auparse/auparse.vcproj
16163         * gst/avi/avi.vcproj
16164         * gst/cdxaparse/cdxaparse.vcproj
16165         * gst/chart/chart.vcproj
16166         * gst/colorspace/colorspace.vcproj
16167         * gst/cutter/cutter.vcproj
16168         * gst/debug/debug.vcproj
16169         * gst/debug/efence.vcproj
16170         * gst/debug/navigationtest.vcproj
16171         * gst/deinterlace/deinterlace.vcproj
16172         * gst/effectv/effectv.vcproj
16173         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
16174         * gst/filter/filter.vcproj
16175         * gst/flx/flxdec.vcproj
16176         * gst/goom/goom.vcproj
16177         * gst/interleave/interleave.vcproj
16178         * gst/law/alaw.vcproj
16179         * gst/law/mulaw.vcproj
16180         * gst/matroska/matroska.vcproj
16181         * gst/median/median.vcproj
16182         * gst/mixmatrix/mixmatrix.vcproj
16183         * gst/mpeg1sys/mpeg1systemencode.vcproj
16184         * gst/mpeg1videoparse/mp1videoparse.vcproj
16185         * gst/mpeg2sub/mpeg2subt.vcproj
16186         * gst/mpegaudio/mpegaudio.vcproj
16187         * gst/mpegaudioparse/mpegaudioparse.vcproj
16188         * gst/mpegstream/mpegstream.vcproj
16189         * gst/multifilesink/multifilesink.vcproj
16190         * gst/multipart/multipart.vcproj
16191         * gst/oneton/oneton.vcproj
16192         * gst/overlay/overlay.vcproj
16193         * gst/passthrough/passthrough.vcproj
16194         * gst/qtdemux/qtdemux.vcproj
16195         * gst/realmedia/rmdemux.vcproj
16196         * gst/rtjpeg/rtjpeg.vcproj
16197         * gst/rtp/rtp.vcproj
16198         * gst/silence/silence.vcproj
16199         * gst/sine/sinesrc.vcproj
16200         * gst/smooth/smooth.vcproj
16201         * gst/smpte/smpte.vcproj
16202         * gst/spectrum/spectrum.vcproj
16203         * gst/speed/speed.vcproj
16204         * gst/stereo/stereo.vcproj
16205         * gst/switch/switch.vcproj
16206         * gst/tags/tagedit.vcproj
16207         * gst/tcp/tcp.vcproj
16208         * gst/typefind/typefindfunctions.vcproj
16209         * gst/udp/udp.vcproj
16210         * gst/videobox/videobox.vcproj
16211         * gst/videocrop/videocrop.vcproj
16212         * gst/videodrop/videodrop.vcproj
16213         * gst/videofilter/gamma.vcproj
16214         * gst/videofilter/videobalance.vcproj
16215         * gst/videofilter/videofilter.vcproj
16216         * gst/videofilter/videoflip.vcproj
16217         * gst/videoflip/videoflip.vcproj
16218         * gst/videomixer/videomixer.vcproj
16219         * gst/videorate/videorate.vcproj
16220         * gst/videoscale/videoscale.vcproj
16221         * gst/videotestsrc/videotestsrc.vcproj
16222         * gst/virtualdub/virtualdub.vcproj
16223         * gst/volenv/volenv.vcproj
16224         * gst/volume/volume.vcproj
16225         * gst/wavenc/wavenc.vcproj
16226         * gst/wavparse/wavparse.vcproj
16227         * gst/y4m/y4menc.vcproj
16228         * gst-libs/gst/audio/audio.vcproj
16229         * gst-libs/gst/audio/audiofilter.vcproj
16230         * gst-libs/gst/colorbalance/colorbalance.vcproj
16231         * gst-libs/gst/idct/idtc.vcproj
16232         * gst-libs/gst/media-info/media-info.vcproj
16233         * gst-libs/gst/mixer/mixer.vcproj
16234         * gst-libs/gst/navigation/navigation.vcproj
16235         * gst-libs/gst/play/play.vcproj
16236         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
16237         * gst-libs/gst/resample/resample.vcproj
16238         * gst-libs/gst/riff/riff.vcproj
16239         * gst-libs/gst/tuner/tuner.vcproj
16240         * gst-libs/gst/video/video.vcproj
16241         * gst-libs/gst/xoverlay/xoverlay.vcproj
16242           avoid problems with math.h, fix release dependancy
16243           rename GStreamer-0.8.lib to libgstreamer.lib
16244
16245 2004-07-27  Julien MOUTTE  <julien@moutte.net>
16246
16247         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
16249         the atom is not available we have to unlock the mutex. Fixes #148023
16250
16251 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16252
16253         * gst-libs/gst/media-info/media-info.h:
16254           issue for a vararg macro with MSVC
16255
16256 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16257
16258         * gst/effectv/effectv.vcproj
16259         * gst-libs/gst/idct/idct.vcproj:
16260         * gst-libs/gst/media-info/media-info.vcproj:
16261         * gst-libs/gst/navigation/navigation.vcproj:
16262         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
16263         * gst-libs/gst/video/video.vcproj:
16264         * gst-libs/gst/xoverlay/xoverlay.vcproj:
16265           fixes for build problems
16266
16267 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16268
16269         * gst-libs/gst/audio/audio.def:
16270         * gst-libs/gst/audio/riff.def:
16271           add some definitions needed by plugins
16272
16273 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16274
16275         * gst/asfdemux/gstasfmux.c
16276           Fix some 64 bits constants to be glib friendly
16277
16278 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16279
16280         * gst/ac3parse/gstac3parse.c
16281         * gst/audioscale/gstaudioscale.c
16282         * gst/auparse/gstauparse.c
16283         * gst/colorspace/gstcolorspace.c
16284         * gst/colorspace/yuv2rgb.h
16285           local include fixes
16286
16287 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16288
16289         * win32/gst.sln
16290           add more plugins to the build
16291
16292 2004-07-26  Julien MOUTTE  <julien@moutte.net>
16293
16294         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16295         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
16296
16297 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16298
16299         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
16300         (gst_level_set_property), (gst_level_get_property),
16301         (gst_level_base_init), (gst_level_class_init):
16302           add debugging categories.  cleanups.
16303
16304 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16305
16306         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16307         (gst_videoscale_planar411), (gst_videoscale_planar400),
16308         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
16309         (gst_videoscale_scale_nearest_str1),
16310         (gst_videoscale_scale_nearest_str2),
16311         (gst_videoscale_scale_nearest_str4),
16312         (gst_videoscale_scale_nearest_16bit),
16313         (gst_videoscale_scale_nearest_24bit):
16314           fixed stride issues
16315           tested with 320x240 -> 321, 322, 324 x240
16316           tested with YV12, I420, YUY2, UYVY
16317           fixed packed422rev (don't think it could have worked before)
16318           by testing with UYVY
16319
16320 2004-07-26  Benjamin Otte  <otte@gnome.org>
16321
16322         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
16323         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
16324         (plugin_init):
16325           add debugging category, add error checks like checking return values
16326           of setup calls, make sure it still works after
16327           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
16328
16329 2004-07-26  Wim Taymans  <wim@fluendo.com>
16330
16331         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
16332         (gst_mpeg_demux_get_audio_stream),
16333         (gst_mpeg_demux_process_private):
16334         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
16335         Check for error codes from the negotiation functions. Make sure
16336         we really set the pad caps when a new pad is created.
16337
16338 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16339
16340         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16341         (gst_ffmpeg_caps_to_pix_fmt):
16342         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16343         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16344         (gst_ffmpegcolorspace_pad_link):
16345           don't make function do two things at the same time without reason.
16346
16347 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16348
16349         * gst/ac3parse/ac3parse.vcproj
16350         * gst/adder/adder.vcproj
16351         * gst/alpha/alpha.vcproj
16352         * gst/alpha/alphacolor.vcproj
16353         * gst/asfdemux/asf.vcproj
16354         * gst/audioconvert/audioconvert.vcproj
16355         * gst/audiorate/audiorate.vcproj
16356         * gst/audioscale/audioscale.vcproj
16357         * gst/auparse/auparse.vcproj
16358         * gst/avi/avi.vcproj
16359         * gst/cdxaparse/cdxaparse.vcproj
16360         * gst/chart/chart.vcproj
16361         * gst/colorspace/colorspace.vcproj
16362         * gst/cutter/cutter.vcproj
16363         * gst/debug/debug.vcproj
16364         * gst/debug/efence.vcproj
16365         * gst/debug/navigationtest.vcproj
16366         * gst/deinterlace/deinterlace.vcproj
16367         * gst/effectv/effectv.vcproj
16368         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
16369         * gst/filter/filter.vcproj
16370         * gst/flx/flxdec.vcproj
16371         * gst/goom/goom.vcproj
16372         * gst/interleave/interleave.vcproj
16373         * gst/law/alaw.vcproj
16374         * gst/law/mulaw.vcproj
16375         * gst/matroska/matroska.vcproj
16376         * gst/median/median.vcproj
16377         * gst/mixmatrix/mixmatrix.vcproj
16378         * gst/mpeg1sys/mpeg1systemencode.vcproj
16379         * gst/mpeg1videoparse/mp1videoparse.vcproj
16380         * gst/mpeg2sub/mpeg2subt.vcproj
16381         * gst/mpegaudio/mpegaudio.vcproj
16382         * gst/mpegaudioparse/mpegaudioparse.vcproj
16383         * gst/mpegstream/mpegstream.vcproj
16384         * gst/multifilesink/multifilesink.vcproj
16385         * gst/multipart/multipart.vcproj
16386         * gst/oneton/oneton.vcproj
16387         * gst/overlay/overlay.vcproj
16388         * gst/passthrough/passthrough.vcproj
16389         * gst/qtdemux/qtdemux.vcproj
16390         * gst/realmedia/rmdemux.vcproj
16391         * gst/rtjpeg/rtjpeg.vcproj
16392         * gst/rtp/rtp.vcproj
16393         * gst/silence/silence.vcproj
16394         * gst/sine/sinesrc.vcproj
16395         * gst/smooth/smooth.vcproj
16396         * gst/smpte/smpte.vcproj
16397         * gst/spectrum/spectrum.vcproj
16398         * gst/speed/speed.vcproj
16399         * gst/stereo/stereo.vcproj
16400         * gst/switch/switch.vcproj
16401         * gst/tags/tagedit.vcproj
16402         * gst/tcp/tcp.vcproj
16403         * gst/typefind/typefindfunctions.vcproj
16404         * gst/udp/udp.vcproj
16405         * gst/videobox/videobox.vcproj
16406         * gst/videocrop/videocrop.vcproj
16407         * gst/videodrop/videodrop.vcproj
16408         * gst/videofilter/gamma.vcproj
16409         * gst/videofilter/videobalance.vcproj
16410         * gst/videofilter/videofilter.vcproj
16411         * gst/videofilter/videoflip.vcproj
16412         * gst/videoflip/videoflip.vcproj
16413         * gst/videomixer/videomixer.vcproj
16414         * gst/videorate/videorate.vcproj
16415         * gst/videoscale/videoscale.vcproj
16416         * gst/videotestsrc/videotestsrc.vcproj
16417         * gst/virtualdub/virtualdub.vcproj
16418         * gst/volenv/volenv.vcproj
16419         * gst/volume/volume.vcproj
16420         * gst/wavenc/wavenc.vcproj
16421         * gst/wavparse/wavparse.vcproj
16422         * gst/y4m/y4menc.vcproj
16423           more plugins supported under windows
16424
16425 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16426
16427         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16428         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
16429         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
16430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16431         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
16432           Add debugging statements.  Use the sizes as returned by the
16433           *CreateImage calls.
16434
16435 2004-07-26  Johan Dahlin  <johan@gnome.org>
16436
16437         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
16438         the pad is negotiated.
16439
16440         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
16441
16442 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16443
16444         * gst-libs/gst/colorbalance/colorbalance.vcproj:
16445         * gst-libs/gst/idct/idct.vcproj:
16446         * gst-libs/gst/media-info/media-info.vcproj:
16447         * gst-libs/gst/mixer/mixer.vcproj:
16448         * gst-libs/gst/navigation/navigation.vcproj:
16449         * gst-libs/gst/play/play.vcproj:
16450         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
16451         * gst-libs/gst/resample/resample.vcproj:
16452         * gst-libs/gst/tuner/tuner.vcproj:
16453         * gst-libs/gst/video/video.vcproj:
16454         * gst-libs/gst/xoverlay/xoverlay.vcproj:
16455           more plugins supported under windows
16456
16457 2004-07-25 Iain <iain@prettypeople.org>
16458
16459         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
16460         pad now rather than when the pad is created because state changes wipe
16461         explicit caps (fixes #148043).
16462
16463 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
16464
16465         reviewed by Benjamin Otte  <otte@gnome.org>
16466
16467         * ext/mad/gstmad.c:
16468           fix mad plugin crashing on Sun (fixes #148289)
16469
16470 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16471
16472         * gst/avi/avi.def:
16473         * gst/avi/avi.vcproj:
16474         * gst/matroska/matroska.def:
16475         * gst/matroska/matroska.vcproj:
16476           remove unused .def files
16477
16478 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16479
16480         * gst-libs/gst/audio/gstaudiofilter.c:
16481           Clean the local include
16482
16483 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16484
16485         * win32/gst.sln:
16486         * gst-libs/gst/audio/audio.def:
16487         * gst-libs/gst/audio/audio.vcproj:
16488         * gst-libs/gst/audio/audiofilter.vcproj:
16489         * gst-libs/gst/audio/riff.def:
16490         * gst-libs/gst/audio/riff.vcproj:
16491         * gst-libs/gst/gst-libs.def:
16492         * gst-libs/gst/gst-libs.vcproj:
16493         * gst/avi/avi.vcproj:
16494         * gst/avi/avi.vcproj:
16495           Copy the files where needed after building, cleaner projects
16496
16497 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16498
16499         * gst/matroska/ebml-write.c:
16500           Fix some 64 bits constants to be glib friendly
16501
16502 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
16503
16504         * win32/gst.sln:
16505         * gst-libs/gst/gst-libs.def:
16506         * gst-libs/gst/gst-libs.vcproj:
16507         * gst/matroska/matroska.def:
16508         * gst/matroska/matroska.vcproj:
16509           Add the preliminary canvas to build plugins on Win32
16510
16511 2004-07-23  Benjamin Otte  <otte@gnome.org>
16512
16513         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16514           don't enfore negotiation from source side, it breaks
16515           sinesrc ! audioconvert ! osssink
16516
16517 2004-07-22  David Schleef  <ds@schleef.org>
16518
16519         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
16520         for ELF files, since they can easily be recognized as audio/mpeg.
16521         (bug #147441)
16522
16523 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16524
16525         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16526         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
16527         (gst_videoscale_scale_nearest_24bit),
16528         (gst_videoscale_scale_nearest_16bit):
16529           fix 16bit and 24bit for stride (24bit might need testing)
16530           don't pretend we do more than one algorithm
16531
16532 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16533
16534         * configure.ac:
16535         * gst/Makefile.am:
16536         * gst/multifilesink/Makefile.am:
16537         * gst/multifilesink/gstmultifilesink.c:
16538         (gst_multifilesink_get_formats),
16539         (gst_multifilesink_get_query_types), (_do_init),
16540         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
16541         (gst_multifilesink_init), (gst_multifilesink_dispose),
16542         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
16543         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
16544         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
16545         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
16546         (gst_multifilesink_chain), (gst_multifilesink_change_state),
16547         (gst_multifilesink_uri_get_type),
16548         (gst_multifilesink_uri_get_protocols),
16549         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
16550         (gst_multifilesink_uri_handler_init), (plugin_init):
16551         * gst/multifilesink/gstmultifilesink.h:
16552         * testsuite/Makefile.am:
16553         * testsuite/multifilesink/Makefile.am:
16554         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
16555         (gst_newmedia_class_init), (gst_newmedia_init),
16556         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16557         (newfile_signal), (test_signal), (main):
16558         multifilesink plugin for creating new files every time a new media
16559         discontinuity event occurs
16560
16561 2004-07-22  Wim Taymans  <wim@fluendo.com>
16562
16563         * gst/alpha/Makefile.am:
16564         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
16565         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
16566         (gst_alpha_color_init), (gst_alpha_color_set_property),
16567         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
16568         (transform), (gst_alpha_color_chain),
16569         (gst_alpha_color_change_state), (plugin_init):
16570         Stupid plugin to to RGBA to AYUV conversion because none of
16571         the colorspace plugins can handle that yet.
16572
16573 2004-07-22  Wim Taymans  <wim@fluendo.com>
16574
16575         * examples/seeking/seek.c: (update_scale), (main):
16576         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16577         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16578         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16579         (gst_decode_bin_init), (gst_decode_bin_dispose),
16580         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16581         (no_more_pads), (close_link), (type_found),
16582         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16583         (plugin_init):
16584         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16585         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16586         (gst_play_base_bin_dispose), (queue_overrun),
16587         (gen_preroll_element), (remove_prerolls), (unknown_type),
16588         (no_more_pads), (new_stream), (setup_source),
16589         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16590         (play_base_eos), (gst_play_base_bin_change_state),
16591         (gst_play_base_bin_add_element),
16592         (gst_play_base_bin_remove_element),
16593         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16594         (gst_play_base_bin_unlink_stream),
16595         (gst_play_base_bin_get_streaminfo):
16596         * gst/playback/gstplaybin.c: (gen_video_element),
16597         (gen_audio_element):
16598         * gst/playback/gststreaminfo.h:
16599         More playback updates, attempt to fix things after the state change
16600         breakage.
16601
16602 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16603
16604         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
16605         (gst_videoscale_scale_nearest_16bit):
16606           comment algorithm
16607
16608 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16609
16610         * gst/videotestsrc/gstvideotestsrc.c:
16611         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
16612         (gst_videotestsrc_init), (gst_videotestsrc_get),
16613         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16614         (gst_videotestsrc_get_property):
16615         * gst/videotestsrc/gstvideotestsrc.h:
16616         * gst/videotestsrc/videotestsrc.c:
16617         * gst/videotestsrc/videotestsrc.h:
16618           cleanup and commenting
16619
16620 2004-07-21  Wim Taymans  <wim@fluendo.com>
16621
16622         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
16623         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
16624         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
16625         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
16626         (_find_chain_get_unknown_part), (_find_streams_check),
16627         (gst_ogg_demux_push), (gst_ogg_pad_push):
16628         * ext/theora/theoradec.c: (theora_get_formats),
16629         (theora_dec_src_convert), (theora_dec_sink_convert),
16630         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16631         (theora_dec_chain):
16632         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16633         (vorbis_dec_convert), (vorbis_dec_src_query),
16634         (vorbis_dec_src_event), (vorbis_dec_event):
16635         More seeking fixes, oggdemux now supports seeking to time and
16636         uses the downstream element to convert granulepos to time.
16637         Seeking in theora-only ogg files now works.
16638
16639 2004-07-21  Wim Taymans  <wim@fluendo.com>
16640
16641         * ext/theora/theoradec.c: (gst_theora_dec_init),
16642         (theora_get_formats), (theora_get_event_masks),
16643         (theora_get_query_types), (theora_dec_src_convert),
16644         (theora_dec_sink_convert), (theora_dec_src_query),
16645         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
16646         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16647         (vorbis_get_event_masks), (vorbis_get_query_types),
16648         (gst_vorbis_dec_init), (vorbis_dec_convert),
16649         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
16650         Added query/convert/formats functions to vorbis and theora decoders
16651         so that the outside world can use them too. Fixed seeking on an
16652         ogg/theora/vorbis file by disabling the seeking seeking on the
16653         theora srcpad.
16654
16655 2004-07-21  Julien MOUTTE  <julien@moutte.net>
16656
16657         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16658         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
16659         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
16660         images creation for both elements. We don't create the image on caps
16661         nego or renego, we just destroy the internal one if present if it does
16662         not match the needs. The chain function takes care of creating a new
16663         image when needed.
16664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16665         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
16666         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
16667         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
16668         the image format information. The buffer pool checks for the context
16669         image format and discard images with different formats.
16670         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
16671
16672 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16673
16674         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16675         (gst_ffmpegcolorspace_chain):
16676           no point in doing any chaining if the pad we want to push from
16677           isn't usable.
16678
16679 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16680
16681         * gst-libs/gst/riff/riff-media.c:
16682         (gst_riff_create_audio_caps_with_data):
16683           Fix double end-to-native symbol conversion (#148021).
16684
16685 2004-07-20  David Schleef  <ds@schleef.org>
16686
16687         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16688         Don't use an Atom that doesn't exist.
16689
16690 2004-07-20  Wim Taymans  <wim@fluendo.com>
16691
16692         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16693         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16694         (gst_multifdsink_client_remove),
16695         (gst_multifdsink_handle_client_write),
16696         (gst_multifdsink_queue_buffer):
16697         * gst/tcp/gstmultifdsink.h:
16698         More multifdsink stats. Avoid deadlock by releasing locks
16699         before sending out a signal.
16700
16701 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16702
16703         * po/LINGUAS:
16704         * po/hu.po:
16705           added Hungarian translation (Laszlo Dvornik)
16706
16707 2004-07-20  Wim Taymans  <wim@fluendo.com>
16708
16709         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16710         (gst_multifdsink_add), (gst_multifdsink_client_remove),
16711         (gst_multifdsink_handle_client_write),
16712         (gst_multifdsink_queue_buffer):
16713         * gst/tcp/gsttcp-marshal.list:
16714         Fixed the stupid marshal definition.
16715
16716 2004-07-20  Wim Taymans  <wim@fluendo.com>
16717
16718         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16719         (gst_multifdsink_init), (gst_multifdsink_add),
16720         (gst_multifdsink_client_remove),
16721         (gst_multifdsink_handle_client_write),
16722         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
16723         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
16724         (gst_multifdsink_init_send):
16725         * gst/tcp/gstmultifdsink.h:
16726         Added more stats, added timeout for a client, fixed some typos
16727         and added some comments.
16728
16729 2004-07-20  Wim Taymans  <wim@fluendo.com>
16730
16731         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16732         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16733         (gst_multifdsink_client_remove),
16734         (gst_multifdsink_handle_client_write):
16735         * gst/tcp/gstmultifdsink.h:
16736         * gst/tcp/gsttcp-marshal.list:
16737         Added get_stats method that returns a GValueArray of
16738         stats values.
16739
16740 2004-07-19  Benjamin Otte  <otte@gnome.org>
16741
16742         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
16743           make sure longname, description and author are valid UTF-8
16744
16745 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16746
16747         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
16748         (gst_ximagesink_set_property):
16749         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
16750         (gst_xvimagesink_set_property):
16751           make sure SYNCHRONOUS is respected after getting the X context
16752
16753 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16754
16755         * gst/matroska/matroska-demux.c:
16756         (gst_matroska_demux_handle_src_event),
16757         (gst_matroska_demux_parse_blockgroup):
16758         * gst/matroska/matroska-ids.h:
16759           add BlockReference tag and ignore it to clear out log.
16760           ignore NAVIGATION events to clear out log.
16761
16762 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16763
16764         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16765         (gst_matroska_demux_add_stream):
16766         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
16767           add debug categories
16768
16769 2004-07-16  Wim Taymans  <wim@fluendo.com>
16770
16771         * ext/libpng/Makefile.am:
16772         * ext/libpng/gstpng.c: (plugin_init):
16773         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
16774         (gst_pngdec_get_type), (gst_pngdec_base_init),
16775         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
16776         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
16777         * ext/libpng/gstpngdec.h:
16778         Added png decoder.
16779
16780 2004-07-16  Julien MOUTTE  <julien@moutte.net>
16781
16782         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
16783         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
16784         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
16785         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
16786         (gst_ximagesink_buffer_alloc):
16787         * sys/ximage/ximagesink.h:
16788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16789         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16790         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16791         (gst_xvimagesink_buffer_alloc):
16792         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
16793         again. Using internal data pointer of the x(v)image to store image's
16794         data to be coherent with the buffer alloc mechanism. Investigated the
16795         image destruction code to be sure that everything gets freed correctly.
16796
16797 2004-07-16  Wim Taymans  <wim@fluendo.com>
16798
16799         * gst-libs/gst/riff/riff-read.c:
16800         (gst_riff_read_strf_vids_with_data),
16801         (gst_riff_read_strf_auds_with_data):
16802         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16803         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
16804         Make sure we don't create 0 sized subbuffers in riff-read.
16805         Signal the no more pads signal after reading the avi header.
16806
16807 2004-07-16  Wim Taymans  <wim@fluendo.com>
16808
16809         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16810         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16811         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16812         (gst_decode_bin_init), (gst_decode_bin_dispose),
16813         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16814         (no_more_pads), (close_link), (type_found),
16815         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16816         (gst_decode_bin_change_state), (plugin_init):
16817         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16818         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16819         (gst_play_base_bin_dispose), (queue_overrun),
16820         (gen_preroll_element), (remove_prerolls), (unknown_type),
16821         (no_more_pads), (new_stream), (setup_source),
16822         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16823         (play_base_eos), (gst_play_base_bin_change_state),
16824         (gst_play_base_bin_add_element),
16825         (gst_play_base_bin_remove_element),
16826         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16827         (gst_play_base_bin_unlink_stream),
16828         (gst_play_base_bin_get_streaminfo):
16829         * gst/playback/gstplaybasebin.h:
16830         Better error recovery. Added configurable preroll queue size. Faster
16831         detection of no-more-pads.
16832
16833 2004-07-16  Wim Taymans  <wim@fluendo.com>
16834
16835         * gst-libs/gst/video/video.h:
16836         Added 32 bits RGBA. Not sure if we should use another mime-type
16837         for alpha rgb. Currently the presence of the alpha_mask property
16838         signals an alpha channel.
16839
16840 2004-07-16  Wim Taymans  <wim@fluendo.com>
16841
16842         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16844         FPS seems to be 0.0 to MAX everywhere else.
16845
16846 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16847
16848         * gst-libs/gst/riff/riff-media.c:
16849         (gst_riff_create_video_caps_with_data):
16850           mp42/mp43 (no caps) exist too.
16851         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16852           Set pixel_width/height; we've got them in-caps.
16853         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16854         * gst/wavparse/gstwavparse.c: (plugin_init):
16855           Both are valid primary.
16856         * sys/oss/gstossmixer.c:
16857           Remove i18n hack and enable translations.
16858
16859 2004-07-15  Benjamin Otte  <otte@gnome.org>
16860
16861         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16862         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
16863           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
16864
16865 2004-07-15  Benjamin Otte  <otte@gnome.org>
16866
16867         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16868         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
16869         (gst_alsa_close_audio):
16870           disable some of the debugging code for now. Writing debugging to a
16871           buffer is broken in current alsalib releases.
16872
16873 2004-07-12  Benjamin Otte  <otte@gnome.org>
16874
16875         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
16876           use bufferpools
16877
16878 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16879
16880         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16881         (theora_dec_src_query), (theora_dec_event):
16882         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
16883           add debugging categories.  Remove \n's.
16884
16885 2004-07-13  Johan Dahlin  <johan@gnome.org>
16886
16887         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
16888         (gst_play_bin_get_property): Impl.
16889
16890 2004-07-13  Wim Taymans  <wim@fluendo.com>
16891
16892         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
16893         When trying to find the stream length, seek back N pages
16894         instead of just one, where N is the number of streams in
16895         the current chain.
16896
16897 2004-07-13  Wim Taymans  <wim@fluendo.com>
16898
16899         * gst-libs/gst/riff/riff-media.c:
16900         (gst_riff_create_audio_caps_with_data),
16901         (gst_riff_create_audio_caps),
16902         (gst_riff_create_audio_template_caps):
16903         * gst-libs/gst/riff/riff-media.h:
16904         * gst-libs/gst/riff/riff-read.c:
16905         (gst_riff_read_strf_vids_with_data),
16906         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
16907         * gst-libs/gst/riff/riff-read.h:
16908         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16909         (gst_avi_demux_add_stream):
16910         Set codec_data on caps for avidemuxer.
16911
16912 2004-07-12  David Schleef  <ds@schleef.org>
16913
16914         * configure.ac: Fix test for Objective C
16915
16916 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
16917         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16918         (gst_gdk_pixbuf_chain):
16919           Add svg and pcx to template caps, and ensure that getcaps returns a
16920           subset of the template caps.
16921           Copy each row manually for output, as gdkpixbuf may pad the
16922           rowstride to a 32-bit word boundary.
16923
16924 2004-07-12  Wim Taymans  <wim@fluendo.com>
16925
16926         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
16927         (gst_riff_create_video_template_caps):
16928         Fix the template caps to include some more media types.
16929
16930 2004-07-12  Wim Taymans  <wim@fluendo.com>
16931
16932         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16933         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16934         (compare_ranks), (print_feature), (gst_decode_bin_init),
16935         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16936         (try_to_link_1), (new_pad), (close_link), (type_found),
16937         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16938         (gst_decode_bin_change_state), (plugin_init):
16939         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16940         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16941         (gst_play_base_bin_dispose), (queue_overrun),
16942         (gen_preroll_element), (remove_prerolls), (no_more_pads),
16943         (new_stream), (setup_source), (gst_play_base_bin_set_property),
16944         (gst_play_base_bin_get_property), (play_base_eos),
16945         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16946         (gst_play_base_bin_remove_element),
16947         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16948         (gst_play_base_bin_unlink_stream),
16949         (gst_play_base_bin_get_streaminfo):
16950         * gst/playback/gstplaybasebin.h:
16951         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16952         (gst_play_bin_class_init), (gst_play_bin_init),
16953         (gst_play_bin_dispose), (gst_play_bin_set_property),
16954         (gst_play_bin_get_property), (gen_video_element),
16955         (gen_audio_element), (remove_sinks), (setup_sinks),
16956         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
16957         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16958         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16959         (gst_play_bin_query), (plugin_init):
16960         * gst/playback/test4.c: (main):
16961         More fixes on reusing of the element.
16962
16963 2004-07-11  Benjamin Otte  <otte@gnome.org>
16964
16965         * ext/mad/gstmad.c: (normal_seek):
16966           allow seeking for other methods than just SET
16967
16968 2004-07-11  Andy Wingo  <wingo@pobox.com>
16969
16970         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
16971         float, "any" caps -> buffer_frames=[0,MAX].
16972
16973         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
16974         doesn't intersect our caps with the template any more. Do it
16975         ourselves.
16976         (interleave_buffered_loop): Use g_newa instead of malloc/free.
16977
16978 2004-07-09  Wim Taymans  <wim@fluendo.com>
16979
16980         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16981         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16982         (compare_ranks), (print_feature), (gst_decode_bin_init),
16983         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16984         (try_to_link_1), (new_pad), (close_link), (type_found),
16985         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16986         (gst_decode_bin_change_state), (plugin_init):
16987         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16988         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16989         (gst_play_base_bin_dispose), (queue_overrun),
16990         (gen_preroll_element), (remove_prerolls), (no_more_pads),
16991         (new_stream), (setup_source), (gst_play_base_bin_set_property),
16992         (gst_play_base_bin_get_property), (play_base_eos),
16993         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16994         (gst_play_base_bin_remove_element),
16995         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16996         (gst_play_base_bin_unlink_stream),
16997         (gst_play_base_bin_get_streaminfo):
16998         * gst/playback/gstplaybasebin.h:
16999         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17000         (gst_play_bin_class_init), (gst_play_bin_init),
17001         (gst_play_bin_dispose), (gst_play_bin_set_property),
17002         (gst_play_bin_get_property), (gen_video_element),
17003         (gen_audio_element), (remove_sinks), (setup_sinks),
17004         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
17005         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17006         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17007         (gst_play_bin_query), (plugin_init):
17008         * gst/playback/test4.c: (main):
17009         Work on object reuse and seeking.
17010
17011 2004-07-09  Wim Taymans  <wim@fluendo.com>
17012
17013         * examples/seeking/seek.c: (iterate):
17014         Don't consume all CPU in the idle loop.
17015
17016 2004-07-09  Wim Taymans  <wim@fluendo.com>
17017
17018         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
17019         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
17020         Add pad to element *after* setting the pad functions so that
17021         the scheduler can use the correct ones.
17022
17023 2004-07-09  Wim Taymans  <wim@fluendo.com>
17024
17025         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
17026         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
17027         Sync to keyframe after seek
17028
17029 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17030
17031         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17032         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17033         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
17034         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
17035         * ext/libvisual/visual.c: (gst_visual_change_state):
17036         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
17037         * ext/theora/theoradec.c: (theora_dec_change_state):
17038         * ext/theora/theoraenc.c: (theora_enc_change_state):
17039         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
17040         * gst-libs/gst/navigation/navigation.c:
17041         * gst/adder/gstadder.c: (gst_adder_change_state):
17042         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17043         (gst_audio_convert_get_buffer):
17044         * gst/multipart/multipartdemux.c:
17045         (gst_multipart_demux_change_state):
17046         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
17047         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17048         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17049         * gst/videoscale/gstvideoscale.c:
17050         (gst_videoscale_handle_src_event):
17051         * gst/volume/gstvolume.c: (volume_chain_int16):
17052           don't assert in state change, this should be done by the base
17053           GstElement class.
17054           various debugging fixes.
17055
17056 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17057
17058         * configure.ac:
17059         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17060         (gst_play_dispose), (gst_play_set_location),
17061         (gst_play_set_data_src), (gst_play_set_video_sink),
17062         (gst_play_set_audio_sink), (gst_play_set_visualization),
17063         (gst_play_connect_visualization), (gst_play_get_sink_element),
17064         (gst_play_get_all_by_interface):
17065         * gst-libs/gst/play/play.h:
17066           add new method to get elements implementing an interface.
17067           add various error logging
17068
17069 2004-07-08  Wim Taymans  <wim@fluendo.com>
17070
17071         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
17072         (make_mpeg_pipeline), (make_mpegnt_pipeline),
17073         (make_playerbin_pipeline), (query_durations_elems),
17074         (query_durations_pads), (query_positions_elems),
17075         (query_positions_pads), (update_scale), (iterate), (stop_seek),
17076         (main):
17077         Added playbin seeking example.
17078
17079 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17080
17081         * gst-libs/gst/play/play.c: (gst_play_set_location),
17082         (gst_play_set_data_src), (gst_play_set_video_sink),
17083         (gst_play_set_audio_sink), (gst_play_set_visualization),
17084         (gst_play_connect_visualization), (gst_play_get_framerate):
17085           use a macro to look up elements from hash table
17086
17087 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17088
17089         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17090         (gst_play_get_length_callback), (gst_play_set_location),
17091         (gst_play_seek_to_time), (gst_play_set_data_src),
17092         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17093         (gst_play_set_visualization), (gst_play_connect_visualization),
17094         (gst_play_get_sink_element):
17095         - add debugging info
17096         - fix looking up sink elements by iterating over complete caps
17097         - put everything except for source and autoplugger in a complete bin
17098
17099 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17100
17101         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
17102         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
17103         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
17104         (gst_alsa_sink_write), (gst_alsa_sink_loop):
17105         * ext/alsa/gstalsasink.h:
17106         - add debugging info
17107         - clean up schizophrenia of data/buffer/event
17108         - fix double event unref error
17109
17110 2004-07-08  Wim Taymans  <wim@fluendo.com>
17111
17112         * gst/playback/Makefile.am:
17113         Add headers to noinst
17114
17115 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17116
17117         * tools/gst-launch-ext-m.m:
17118         * tools/gst-launch-ext.1.in:
17119           convert to the third millenium
17120
17121 2004-07-07  David Schleef  <ds@schleef.org>
17122
17123         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
17124
17125 2004-07-07  Wim Taymans  <wim@fluendo.com>
17126
17127         * gst/playback/Makefile.am:
17128         * gst/playback/README:
17129         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17130         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17131         (compare_ranks), (print_feature), (gst_decode_bin_init),
17132         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
17133         (try_to_link_1), (new_pad), (close_link), (type_found),
17134         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17135         (plugin_init):
17136         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17137         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17138         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
17139         (gen_preroll_element), (no_more_pads), (new_stream),
17140         (setup_source), (gst_play_base_bin_set_property),
17141         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
17142         (gst_play_base_bin_add_element),
17143         (gst_play_base_bin_remove_element),
17144         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17145         (gst_play_base_bin_unlink_stream),
17146         (gst_play_base_bin_get_streaminfo):
17147         * gst/playback/gstplaybasebin.h:
17148         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17149         (gst_play_bin_class_init), (gst_play_bin_init),
17150         (gst_play_bin_dispose), (gst_play_bin_set_property),
17151         (gst_play_bin_get_property), (gen_video_element),
17152         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
17153         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
17154         (gst_play_bin_get_formats), (gst_play_bin_convert),
17155         (gst_play_bin_get_query_types), (gst_play_bin_query),
17156         (plugin_init):
17157         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17158         (gst_stream_info_get_type), (gst_stream_info_class_init),
17159         (gst_stream_info_init), (gst_stream_info_new),
17160         (gst_stream_info_dispose), (gst_stream_info_set_property),
17161         (gst_stream_info_get_property):
17162         * gst/playback/gststreaminfo.h:
17163         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
17164         (main):
17165         * gst/playback/test2.c: (main):
17166         * gst/playback/test3.c: (update_scale), (main):
17167         More playbin fixes. Added README. Do better element filtering.
17168         Added base class to preroll media. Added test apps.
17169
17170 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17171
17172         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
17173         * ext/mpeg2dec/gstmpeg2dec.h:
17174           various debugging improvements.  Reset stream to next picture
17175           instead of sequence header, otherwise seeks cannot work.
17176
17177 2004-07-07  Wim Taymans  <wim@fluendo.com>
17178
17179         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
17180         (gst_video_box_class_init), (gst_video_box_set_property),
17181         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
17182         Use pad_alloc where possible.
17183
17184 2004-07-07  Wim Taymans  <wim@fluendo.com>
17185
17186         * sys/oss/gstosselement.c: (gst_osselement_reset),
17187         (gst_osselement_parse_caps):
17188         * sys/oss/gstosselement.h:
17189         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17190         Fix offset on osssrc.
17191
17192 2004-07-07  Wim Taymans  <wim@fluendo.com>
17193
17194         * ext/theora/theora.c: (plugin_init):
17195         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
17196         (theora_dec_src_query), (theora_dec_chain):
17197         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17198         (theora_enc_sink_link), (theora_buffer_from_packet),
17199         (theora_push_packet), (theora_enc_chain):
17200         Fix theora granulepos calculation.
17201         Fix overflow in duration/position calculation.
17202         Bump rank to PRIMARY for theoradec.
17203         Use granulepos of last packet to calculate position.
17204         Set keyframe flag on buffers when needed.
17205
17206 2004-07-06  David Schleef  <ds@schleef.org>
17207
17208         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
17209         serious?  (Fixed, obviously.)
17210
17211 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17212
17213         * po/LINGUAS:
17214         * po/cs.po:
17215           added Czech translation (Miloslav Trmac)
17216
17217 2004-07-05  Wim Taymans  <wim@fluendo.com>
17218
17219         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17220         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17221         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
17222         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17223         (close_link), (type_found), (gst_decode_bin_set_property),
17224         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
17225         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
17226         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
17227         (gst_decode_bin_query), (plugin_init):
17228         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17229         (gst_play_bin_class_init), (gst_play_bin_init),
17230         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
17231         (get_video_element), (new_pad), (setup_source),
17232         (gst_play_bin_set_property), (gst_play_bin_get_property),
17233         (gst_play_bin_change_state), (gst_play_bin_add_element),
17234         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
17235         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17236         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17237         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
17238         * gst/playback/test.c: (main):
17239         More fixes, cleaned up playbin, make it use decodebin. Added
17240         threaded property to playbin.
17241
17242 2004-07-05  Wim Taymans  <wim@fluendo.com>
17243
17244         * configure.ac:
17245         * gst/playback/Makefile.am:
17246         * gst/playback/decodetest.c: (main):
17247         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17248         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17249         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
17250         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17251         (close_link), (type_found), (gst_decode_bin_set_property),
17252         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
17253         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
17254         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
17255         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
17256         (plugin_init):
17257         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17258         (gst_play_bin_class_init), (gst_play_bin_init),
17259         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
17260         (collect_sink_pads), (find_compatibles), (close_pad_link),
17261         (try_to_link_1), (new_pad), (close_link), (type_found),
17262         (setup_source), (gst_play_bin_set_property),
17263         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
17264         (compare_ranks), (gst_play_bin_collect_factories),
17265         (gst_play_bin_change_state), (gst_play_bin_add_element),
17266         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
17267         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17268         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17269         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
17270         * gst/playback/test.c: (main):
17271         Added some playback helper elements and some test apps, very alpha
17272         still.
17273
17274 2004-07-04  Benjamin Otte  <otte@gnome.org>
17275
17276         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
17277           only restart audio when we indeed have an xrun to fix repeated
17278           xruns. Fix suggested by Giuliano Pochini.
17279
17280 2004-07-03  David Schleef  <ds@schleef.org>
17281
17282         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
17283         call to gst_debug_log() if debugging is disabled (bug #145118)
17284
17285 2004-07-03  Benjamin Otte  <otte@gnome.org>
17286
17287         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
17288           use our own functions for restarting the alsa device.
17289         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17290           I should apply patches myself - use MIN for the third argument, not
17291           the second, this fixes seeking
17292
17293 2004-07-02  David Schleef  <ds@schleef.org>
17294
17295         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
17296         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
17297         do with the logic.
17298
17299 2004-07-02  David Schleef  <ds@schleef.org>
17300
17301         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
17302         output buffers.  Fix logic mistake.  (bug #144866)
17303
17304 2004-07-02  David Schleef  <ds@schleef.org>
17305
17306         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
17307         on X.  (bug #144753)
17308
17309 2004-07-02  David Schleef  <ds@schleef.org>
17310
17311         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
17312         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
17313         (bug #144624)
17314         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
17315         (gst_osselement_rate_probe_check): Add another workaround for
17316         buggy drivers (bug #145336)
17317
17318 2004-07-02  David Schleef  <ds@schleef.org>
17319
17320         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
17321         Most systems don't have MSG_NOSIGNAL.
17322
17323 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17324
17325         * Makefile.am:
17326         * gst-libs/gst/colorbalance/Makefile.am:
17327         * gst-libs/gst/mixer/Makefile.am:
17328         * gst-libs/gst/play/Makefile.am:
17329         * gst-libs/gst/tuner/Makefile.am:
17330           (hopefully) fix both install and dist and make error message useful.
17331           needs testing across automakes.
17332
17333 2004-07-02  Benjamin Otte  <otte@gnome.org>
17334
17335         * ext/ogg/gstogg.c: (plugin_init):
17336           we require bytestream now
17337         * ext/ogg/gstoggdemux.c:
17338           huge diff to implement chain setup in a fast and generic way. This
17339           improves tag reading and startup of huge files (read: Theora videos)
17340           quite a bit. It probably contains bugs, too, so please test.
17341           Seeking is not improved to the fast method.
17342
17343 2004-06-29  Wim Taymans  <wim@fluendo.com>
17344
17345         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17346         * ext/ogg/gstoggmux.c:
17347         Fix memleak in oggdemux when running unconnected pads.
17348         doc update in mux, start working on keyframe mode.
17349
17350 2004-06-29  Benjamin Otte  <otte@gnome.org>
17351
17352         * sys/oss/gstosssink.c:
17353         * sys/oss/gstosssrc.c:
17354           advertise correct template caps - we indeed do non-native endianness
17355           and 8bit audio has no endianness
17356         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
17357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
17358           avoid (wrong) duplications in getcaps function and return
17359           template caps
17360
17361 2004-06-29  Wim Taymans  <wim@fluendo.com>
17362
17363         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17364         (gst_multifdsink_class_init), (gst_multifdsink_add),
17365         (gst_multifdsink_remove), (gst_multifdsink_clear),
17366         (gst_multifdsink_client_remove),
17367         (gst_multifdsink_handle_client_read),
17368         (gst_multifdsink_client_queue_data),
17369         (gst_multifdsink_client_queue_caps),
17370         (gst_multifdsink_client_queue_buffer),
17371         (gst_multifdsink_handle_client_write),
17372         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17373         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17374         (gst_multifdsink_init_send), (gst_multifdsink_close):
17375         Fix wrong GList iteration that could crash the server when
17376         more then 2 clients disconnect at the same time. Read all the
17377         pending commands in one batch to recover from command storms under
17378         very heavy load.
17379
17380 2004-06-28  Wim Taymans  <wim@fluendo.com>
17381
17382         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17383         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
17384         (gst_videomixer_pad_set_property),
17385         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
17386         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17387         (gst_videomixer_class_init), (gst_videomixer_init),
17388         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
17389         (pad_zorder_compare), (gst_videomixer_sort_pads),
17390         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
17391         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
17392         (gst_videomixer_update_queues), (gst_videomixer_loop),
17393         (plugin_init):
17394         Avoid divide by zero, choose masterpad as the pad with the highest
17395         framerate.
17396
17397 2004-06-27  Julien Moutte  <julien@moutte.net>
17398
17399         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
17400         (gst_ximagesink_xwindow_new):
17401         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
17402         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
17403         function directly. We might want to call it from somewhere else one day.
17404
17405 2004-06-27  Julien Moutte  <julien@moutte.net>
17406
17407         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
17408         (gst_ximagesink_xwindow_new):
17409         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
17410         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
17411         window decorations.
17412
17413 2004-06-27  Wim Taymans  <wim@fluendo.com>
17414
17415         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
17416         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
17417         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
17418         (gst_dvdec_set_property), (gst_dvdec_get_property):
17419         * ext/dv/gstdvdec.h:
17420         Implement drop_factor property to lower the framerate with
17421         a factor.
17422
17423 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17424
17425         * gst-libs/gst/colorbalance/Makefile.am:
17426         * gst-libs/gst/mixer/Makefile.am:
17427         * gst-libs/gst/play/Makefile.am:
17428         * gst-libs/gst/tuner/Makefile.am:
17429           unbreak Company's fix that didn't install the -enum.h files
17430
17431 2004-06-27  Wim Taymans  <wim@fluendo.com>
17432
17433         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
17434         (gst_dvdec_change_state):
17435         * ext/dv/gstdvdec.h:
17436         Fix timestamp, duration and offset of the buffers.
17437
17438 2004-06-27  Wim Taymans  <wim@fluendo.com>
17439
17440         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17441         (gst_multifdsink_class_init), (gst_multifdsink_add),
17442         (gst_multifdsink_remove), (gst_multifdsink_clear),
17443         (gst_multifdsink_client_remove),
17444         (gst_multifdsink_handle_client_read),
17445         (gst_multifdsink_client_queue_data),
17446         (gst_multifdsink_client_queue_caps),
17447         (gst_multifdsink_client_queue_buffer),
17448         (gst_multifdsink_handle_client_write),
17449         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17450         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17451         (gst_multifdsink_init_send), (gst_multifdsink_close):
17452         * gst/tcp/gstmultifdsink.h:
17453         * gst/tcp/gsttcpserversink.c:
17454         (gst_tcpserversink_handle_server_read),
17455         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
17456         More multifdsink fixes, more recovery policy fixes.
17457         Removed stupid g_print
17458
17459 2004-06-26  Wim Taymans  <wim@fluendo.com>
17460
17461         * gst/tcp/Makefile.am:
17462         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17463         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
17464         (gst_multifdsink_class_init), (gst_multifdsink_init),
17465         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
17466         (gst_multifdsink_handle_client_read),
17467         (gst_multifdsink_client_queue_data),
17468         (gst_multifdsink_client_queue_caps),
17469         (gst_multifdsink_client_queue_buffer),
17470         (gst_multifdsink_handle_client_write),
17471         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17472         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17473         (gst_multifdsink_chain), (gst_multifdsink_set_property),
17474         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
17475         (gst_multifdsink_close), (gst_multifdsink_change_state):
17476         * gst/tcp/gstmultifdsink.h:
17477         * gst/tcp/gsttcpplugin.c: (plugin_init):
17478         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
17479         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
17480         (gst_tcpserversink_handle_server_read),
17481         (gst_tcpserversink_handle_select),
17482         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
17483         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
17484         * gst/tcp/gsttcpserversink.h:
17485         Added multifdsink, made tcpserversink a subclass of fdsink, removed
17486         one of the locks, added recovery policy to multifdsink.
17487
17488 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17489
17490         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17491           fix decision for when getting frames with same timestamp
17492         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17493         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17494         (gst_v4lsrc_get_property):
17495         * sys/v4l/gstv4lsrc.h:
17496           add latency offset property
17497
17498 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17499
17500         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
17501         (plugin_init):
17502           fix debugging. add category.
17503
17504 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17505
17506         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17507           fix wrong offsets
17508
17509 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17510
17511         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17512         (gst_alsa_src_get_time), (gst_alsa_src_loop),
17513         (gst_alsa_src_change_state):
17514           return a time that is in sync with the element's processing
17515
17516 2004-06-25  Wim Taymans  <wim@fluendo.com>
17517
17518         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17519         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17520         (gst_tcpserversink_client_remove),
17521         (gst_tcpserversink_handle_client_read),
17522         (gst_tcpserversink_client_queue_data),
17523         (gst_tcpserversink_client_queue_caps),
17524         (gst_tcpserversink_client_queue_buffer),
17525         (gst_tcpserversink_handle_client_write),
17526         (gst_tcpserversink_queue_buffer),
17527         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
17528         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
17529         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
17530         (gst_tcpserversink_close):
17531         * gst/tcp/gsttcpserversink.h:
17532         Serversink rewrite. Really do non blocking writes to clients and
17533         maintain an internal queue to handle slower clients while not
17534         disturbing fast clients.
17535
17536 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17537
17538         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17539           better debug, don't override OFFSET and OFFSET_END
17540
17541 2004-06-25  Iain <iain@prettypeople.org>
17542
17543         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
17544         name=source for the wavparse pipeline.
17545
17546 2004-06-24  Johan Dahlin  <johan@gnome.org>
17547
17548         * ext/theora/theoraenc.c (theora_enc_chain): Call
17549         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
17550         streamheader caps are set correctly.
17551
17552 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17553
17554         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17555         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
17556           respect minimum bitrate; same could be done for max bitrate
17557
17558 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17559
17560         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17561         (gst_vorbisenc_setup):
17562           fix sample rate range
17563
17564 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17565
17566         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
17567         (gst_oggvorbisenc_setup):
17568         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
17569         (gst_vorbisenc_setup):
17570           resolve ambiguities in code and description
17571
17572 2004-06-24  Wim Taymans  <wim@fluendo.com>
17573
17574         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
17575         * ext/alsa/gstalsa.h:
17576         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17577         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
17578         Use alsa trigger_tstamp to get the timestamp of the first
17579         sample in the buffer for more precise sync. Some cleanups.
17580
17581 2004-06-24  Wim Taymans  <wim@fluendo.com>
17582
17583         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
17584         (gst_audiorate_init), (gst_audiorate_chain),
17585         (gst_audiorate_set_property), (gst_audiorate_get_property):
17586         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17587         (gst_videorate_chain):
17588         Added some logging, fixed an overflow bug in videorate.
17589
17590 2004-06-24  Benjamin Otte  <otte@gnome.org>
17591
17592         * ext/kio/Makefile.am:
17593           fix for builddir != srcdir and distcheck
17594
17595 2004-06-24  Benjamin Otte  <otte@gnome.org>
17596
17597         * gst-libs/gst/colorbalance/Makefile.am:
17598         * gst-libs/gst/mixer/Makefile.am:
17599         * gst-libs/gst/play/Makefile.am:
17600         * gst-libs/gst/tuner/Makefile.am:
17601         * gst/tcp/Makefile.am:
17602         * sys/dxr3/Makefile.am:
17603           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
17604           tarball.
17605           Also add all *.list files that were missing.
17606         * Makefile.am:
17607           add a distcheck hook to ensure the above doesn't happen again.
17608
17609 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
17610
17611         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
17612
17613 2004-06-23  Colin Walters  <walters@redhat.com>
17614
17615         * m4/Makefile.am: Distribute gst-fionread.m4.
17616
17617 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17618
17619         * configure.ac: back to dev
17620
17621 2004-06-23  Wim Taymans  <wim@fluendo.com>
17622
17623         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
17624         (gst_alsa_xrun_recovery):
17625         * ext/alsa/gstalsa.h:
17626         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17627         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
17628         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17629         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
17630         (gst_alsa_src_loop):
17631         Add clock to alsasrc. Take new capture timestamp when
17632         restarting after an overrun. Split up some functions between
17633         alsasrc and alsasink.
17634
17635 === release 0.8.2 ===
17636
17637 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17638
17639         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17640         (gst_alsa_change_state), (gst_alsa_update_avail),
17641         (gst_alsa_xrun_recovery):
17642         * ext/alsa/gstalsa.h:
17643         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17644           merge back changes from release
17645
17646 2004-06-23  Wim Taymans  <wim@fluendo.com>
17647
17648         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
17649         (gst_audiorate_init), (gst_audiorate_chain),
17650         (gst_audiorate_set_property), (gst_audiorate_get_property):
17651         Implement sample dropping and notify
17652
17653 2004-06-22  Wim Taymans  <wim@fluendo.com>
17654
17655         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17656         (theora_enc_sink_link), (theora_buffer_from_packet),
17657         (theora_push_packet), (theora_enc_chain):
17658         Some cleanups, make sure the timestamps are correct.
17659
17660 2004-06-22  Wim Taymans  <wim@fluendo.com>
17661
17662         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
17663         (gst_alsa_change_state), (gst_alsa_update_avail),
17664         (gst_alsa_xrun_recovery):
17665         * ext/alsa/gstalsa.h:
17666         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17667         Cleanups, take queued samples into account when reporting
17668         the time.
17669
17670 2004-06-22  Wim Taymans  <wim@fluendo.com>
17671
17672         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17673         (gst_videorate_init):
17674         Initialize the property as well.
17675
17676 2004-06-22  Wim Taymans  <wim@fluendo.com>
17677
17678         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17679         (gst_videorate_init), (gst_videorate_chain),
17680         (gst_videorate_set_property), (gst_videorate_get_property):
17681         Add property to make videorate silent.
17682         Add property to prefer new frames over old ones.
17683
17684 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17685
17686         * sys/osxvideo/Makefile.am:
17687         Workaround so that the osxvideo .so file gets linked with the
17688         Cocoa, OpenGL and QuickTime frameworks
17689
17690 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17691
17692         * sys/osxaudio/Makefile.am:
17693         Workaround so that the osxaudio .so file gets linked with the
17694         CoreAudio framework
17695
17696 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17697
17698         * configure.ac:
17699         Whoops, my fault...fixed build issues
17700
17701 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17702
17703         * configure.ac:
17704         Add objective-c support if running in Darwin/Mac OS X
17705         * sys/Makefile.am:
17706         * sys/osxvideo:
17707         * sys/osxvideo/Makefile.am:
17708         * sys/osxvideo/osxvideosink.h:
17709         * sys/osxvideo/osxvideosink.m:
17710         * sys/osxvideo/cocoawindow.h:
17711         * sys/osxvideo/cocoawindow.m:
17712         Add osxvideosink, a cocoa-based osx video sink
17713
17714
17715 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
17716         * ext/dvdnav/gst-dvd:
17717         Grab the gconf key from the right spot
17718         * gst/debug/gstnavseek.c: (gst_navseek_init),
17719         (gst_navseek_segseek), (gst_navseek_handle_src_event),
17720         (gst_navseek_chain):
17721         * gst/debug/gstnavseek.h:
17722           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
17723           and loop parameters of a segment seek.
17724         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17725         (gst_videotestsrc_get_event_masks),
17726         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
17727         * gst/videotestsrc/gstvideotestsrc.h:
17728           Add seeking support to videotestsrc
17729           Initialise the timestamp_offset variable.
17730
17731 2004-06-18  Wim Taymans  <wim@fluendo.com>
17732
17733         * ext/sidplay/gstsiddec.cc:
17734         Fix negotiation and set correct end offset.
17735
17736 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17737
17738         * configure.ac: branch and prerelease
17739
17740 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17741
17742         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
17743         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
17744         (gst_tcpclientsrc_init_receive):
17745         * gst/tcp/gsttcpclientsrc.h:
17746           read caps when connecting to server for GDP so we set them correctly
17747
17748 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17749
17750         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17751           notify drops and duplicates
17752         * gst/videoscale/videoscale.c: (videoscale_get_structure):
17753           no good reason to limit ourselves to 100x100
17754
17755 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17756
17757         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17758         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
17759         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17760         (gst_v4lsrc_get_property):
17761         * sys/v4l/gstv4lsrc.h:
17762         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17763         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17764         (gst_v4l_set_audio):
17765         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
17766         (gst_v4lsrc_try_capture):
17767         * sys/v4l/v4lsrc_calls.h:
17768           change try_palette to more general try_capture
17769           add autoprobe option so we can turn off autoprobing
17770           various fixes
17771
17772 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17773
17774         * configure.ac:
17775           add videorate
17776         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
17777         (gst_ximagesink_class_init):
17778         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
17779         (gst_xvimagesink_class_init):
17780           run them as finalize, not dispose, since dispose can be invoked
17781           multiple times
17782
17783 2004-06-17  Wim Taymans  <wim@fluendo.com>
17784
17785         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17786         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
17787         * ext/alsa/gstalsa.h:
17788         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
17789         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
17790         (gst_alsa_src_change_state):
17791         * ext/alsa/gstalsasrc.h:
17792         Make the xrun code timestamp and offset the buffers correctly.
17793         moved the clock to the base class, use alsa methods to get time.
17794         Do correct timestamping on outgoing buffers.
17795
17796 2004-06-17  Wim Taymans  <wim@fluendo.com>
17797
17798         * gst/audiorate/Makefile.am:
17799         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
17800         (gst_audiorate_base_init), (gst_audiorate_class_init),
17801         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
17802         (gst_audiorate_set_property), (gst_audiorate_get_property),
17803         (gst_audiorate_change_state), (plugin_init):
17804         Added an audiorate converter that fills in gaps.
17805
17806 2004-06-17  Johan Dahlin  <johan@gnome.org>
17807
17808         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
17809
17810 2004-06-16  Wim Taymans  <wim@fluendo.com>
17811
17812         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
17813         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17814         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17815         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17816         (gst_v4lsrc_get_property):
17817         * sys/v4l/gstv4lsrc.h:
17818         Added a copy mode to v4lsrc where it will output a copied version
17819         of its internal hardware buffer.
17820         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
17821         can't | them.
17822
17823 2004-06-16  Wim Taymans  <wim@fluendo.com>
17824
17825         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17826         Timestamp fixes.
17827
17828 2004-06-16  Wim Taymans  <wim@fluendo.com>
17829
17830         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17831         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17832         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17833         (gst_v4lsrc_get_property):
17834         * sys/v4l/gstv4lsrc.h:
17835         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17836         Added a sync mode enum property to control v4lsrc timestamp method
17837         Removed the use-fixed-fps property and moved functionality in
17838         the enum.
17839         Don't error on an error value from v4l-conf, it might not always
17840         be a real error.
17841
17842 2004-06-16  Wim Taymans  <wim@fluendo.com>
17843
17844         * gst/videorate/Makefile.am:
17845         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
17846         (gst_videorate_base_init), (gst_videorate_class_init),
17847         (gst_videorate_getcaps), (gst_videorate_link),
17848         (gst_videorate_init), (gst_videorate_chain),
17849         (gst_videorate_set_property), (gst_videorate_get_property),
17850         (gst_videorate_change_state), (plugin_init):
17851         Added a video timestamp corrector.
17852
17853 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17854
17855         fixed a potential leak with previous commit
17856
17857         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17858
17859 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17860
17861         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17862         Added missing refcount, fixes bug #144425
17863         Cheers Tim for finding the bug
17864
17865 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17866
17867         * sys/v4l/gstv4l.c: (plugin_init):
17868         * sys/v4l/gstv4lcolorbalance.c:
17869         * sys/v4l/gstv4lcolorbalance.h:
17870         * sys/v4l/gstv4lelement.c:
17871         * sys/v4l/gstv4lelement.h:
17872         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17873         * sys/v4l/gstv4lmjpegsink.h:
17874         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17875         * sys/v4l/gstv4lmjpegsrc.h:
17876         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17877         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17878         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
17879         * sys/v4l/gstv4lsrc.h:
17880         * sys/v4l/gstv4ltuner.c:
17881         * sys/v4l/gstv4ltuner.h:
17882         * sys/v4l/gstv4lxoverlay.c:
17883         * sys/v4l/gstv4lxoverlay.h:
17884         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
17885         (gst_v4l_set_window), (gst_v4l_enable_overlay):
17886         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17887         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17888         (gst_v4l_set_audio):
17889         * sys/v4l/v4l_calls.h:
17890         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
17891         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
17892         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
17893         (gst_v4lmjpegsink_playback_init),
17894         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
17895         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
17896         (gst_v4lmjpegsink_playback_stop),
17897         (gst_v4lmjpegsink_playback_deinit):
17898         * sys/v4l/v4lmjpegsink_calls.h:
17899         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
17900         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
17901         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17902         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
17903         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
17904         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
17905         * sys/v4l/v4lmjpegsrc_calls.h:
17906         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17907         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
17908         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
17909         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
17910         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
17911         (gst_v4lsrc_try_palette):
17912         * sys/v4l/v4lsrc_calls.h:
17913           bunch of paranoia cleanups
17914
17915 2004-06-14  David Schleef  <ds@schleef.org>
17916
17917         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
17918         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
17919         Send discont events and change timestamps appropriately when
17920         we get a seek event.  (bug #144240)
17921         * ext/cdparanoia/gstcdparanoia.h:
17922
17923 2004-06-14  Benjamin Otte  <otte@gnome.org>
17924
17925         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
17926           snd_pcm_hw_params_set_rate  since the latter fails for no good
17927           reason on some setups.
17928
17929 2004-06-14  David Schleef  <ds@schleef.org>
17930
17931         * gst/volume/demo.c: (value_changed_callback): exp10() is not
17932         standard.  Thank you for playing.
17933
17934 2004-06-14  Wim Taymans  <wim@fluendo.com>
17935
17936         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17937         Patch 1.3 broke the ordering of the colorspace info and
17938         made the plugin basically work by coincidence, reordered
17939         the info.
17940
17941 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17942
17943         * ext/lame/gstlame.c:
17944         * ext/mad/gstmad.c:
17945           sync caps.  Make sure mad can only output a list of rates, not
17946           a full range.  In the future, have three caps lists for each of the
17947           mpeg versions.  Change mpegversion to a double as well.
17948
17949 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17950
17951         * gst/volume/.cvsignore:
17952         * gst/volume/Makefile.am:
17953         * gst/volume/demo.c: (value_changed_callback), (idler),
17954         (setup_gui), (main):
17955           added small demo app
17956
17957 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
17958         * ext/esd/esdsink.c: (gst_esdsink_change_state):
17959         * ext/esd/esdsink.h:
17960         Close the esd connection on pause, because esd will just wait -
17961         blocking all other esd clients indefinitely.
17962
17963 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
17964
17965         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
17966           previous commit with GST_DEBUG
17967
17968 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17969
17970         * configure.ac:
17971           add a header check for a dvdread header in dvdnav.  Fixes #133002
17972
17973 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17974
17975         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
17976         * gst/tcp/gsttcpclientsink.h:
17977         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
17978         * gst/tcp/gsttcpclientsrc.h:
17979         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
17980         (gst_tcpserversink_handle_server_read),
17981         (gst_tcpserversink_init_send):
17982         * gst/tcp/gsttcpserversink.h:
17983         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
17984         * gst/tcp/gsttcpserversrc.h:
17985         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
17986         version of IP)
17987
17988 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17989
17990         * configure.ac:
17991         Added ogg library so that OSX detects libtheora properly
17992
17993 2004-06-11  Wim Taymans  <wim@fluendo.com>
17994
17995         * ext/theora/theoradec.c: (theora_dec_chain),
17996         (theora_dec_change_state):
17997         Don't try to decode frames before we received a keyframe.
17998
17999 2004-06-11  Wim Taymans  <wim@fluendo.com>
18000
18001         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18002         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
18003         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18004         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
18005         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
18006         Added property to set the maximum delay of a page.
18007
18008 2004-06-10  Wim Taymans  <wim@fluendo.com>
18009
18010         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18011         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
18012         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18013         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
18014         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
18015         Added max-delay property to control the maximum amount
18016         of data to put in one page.
18017
18018 2004-06-10  Wim Taymans  <wim@fluendo.com>
18019
18020         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18021         (gst_theora_enc_init), (theora_enc_sink_link),
18022         (theora_buffer_from_packet), (theora_enc_set_property),
18023         (theora_enc_get_property):
18024         Set duration on encoded buffer, added some more properties
18025
18026 2004-06-10  Wim Taymans  <wim@fluendo.com>
18027
18028         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18029         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18030         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
18031         * ext/theora/theoraenc.c: (theora_enc_chain):
18032         Fix refcounting bugs
18033
18034 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18035
18036         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
18037         (gst_asf_demux_loop), (gst_asf_demux_process_file),
18038         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
18039         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
18040         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
18041         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
18042         (gst_asf_demux_change_state):
18043         * gst/asfdemux/gstasfdemux.h:
18044           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
18045           feels like. I think we should set a new requirement for demuxers
18046           from now on to implement sane loop functions, data loops, query
18047           and seek functions before first commit into CVS. And this commit
18048           fixes all of the above.
18049
18050 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
18051
18052         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
18053           vorbis comments are properly encoded in UTF-8 before adding them
18054           to a GstTagList
18055
18056 2004-06-09  Benjamin Otte  <otte@gnome.org>
18057
18058         * ext/alsa/gstalsa.c: (add_channels):
18059           handle min <= max correctly
18060         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
18061         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
18062           add fixation functions so we fixate correctly. No preferring of alaw
18063           anymore because it's the first structure.
18064         * ext/alsa/gstalsa.h:
18065         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
18066         (gst_alsa_hw_params_dump):
18067           add functions to ease debugging in alsalib
18068         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
18069         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
18070         (gst_alsa_start_audio):
18071           only specify hw params if we really setup a format (fixes #134007 -
18072           or at least works around it)
18073
18074 2004-06-09  Wim Taymans  <wim@fluendo.com>
18075
18076         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18077         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
18078         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
18079         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
18080         (gst_ogg_mux_loop):
18081         Use stream caps to setup the initial pages in the ogg stream.
18082         Correctly set the streamheader caps on the srcpad.
18083
18084 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18085
18086         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
18087         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
18088         (gst_v4lsrc_getcaps):
18089         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
18090         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
18091           add querying of fps lists for webcams.  Negotiating to a framerate
18092           now works.
18093
18094 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18095
18096         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18097         (theora_push_buffer), (theora_push_packet),
18098         (theora_set_header_on_caps), (theora_enc_chain):
18099           mark buffers and put on streamheader, raw theora streaming
18100           now works too, whee
18101
18102 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18103
18104         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
18105         (gst_tcp_gdp_read_caps):
18106           do a looping read for caps and GDP headers too
18107
18108 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18109
18110         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18111         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
18112           return EOS instead of NULL in _get
18113
18114 2004-06-08  Wim Taymans  <wim@fluendo.com>
18115
18116         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
18117         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
18118         (gst_tcp_gdp_write_caps):
18119         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18120         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
18121         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
18122         Memory leak fixes
18123
18124 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18125
18126         * ext/vorbis/Makefile.am:
18127         * ext/vorbis/vorbis.c: (plugin_init):
18128         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
18129         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
18130         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
18131         (vorbis_parse_change_state):
18132         * ext/vorbis/vorbisparse.h:
18133           adding a vorbisparse element that marks the buffers, streaming
18134           raw vorbis using GDP now works, whee
18135
18136 2004-06-08  Wim Taymans  <wim@fluendo.com>
18137
18138         * ext/jpeg/Makefile.am:
18139         * ext/jpeg/README:
18140         * ext/jpeg/gstjpeg.c: (plugin_init):
18141         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
18142         (gst_smokedec_base_init), (gst_smokedec_class_init),
18143         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
18144         * ext/jpeg/gstsmokedec.h:
18145         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
18146         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
18147         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
18148         (gst_smokeenc_resync), (gst_smokeenc_chain),
18149         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
18150         * ext/jpeg/gstsmokeenc.h:
18151         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
18152         (smokecodec_flush_destination), (smokecodec_term_destination),
18153         (smokecodec_init_source), (smokecodec_fill_input_buffer),
18154         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
18155         (smokecodec_term_source), (smokecodec_encode_new),
18156         (smokecodec_decode_new), (smokecodec_info_free),
18157         (smokecodec_set_quality), (smokecodec_get_quality),
18158         (smokecodec_set_threshold), (smokecodec_get_threshold),
18159         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
18160         (find_best_size), (abs_diff), (put), (smokecodec_encode),
18161         (smokecodec_parse_header), (smokecodec_decode):
18162         * ext/jpeg/smokecodec.h:
18163         Added a new simple jpeg based codec
18164
18165 2004-06-08  Wim Taymans  <wim@fluendo.com>
18166
18167         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18168         (gst_multipart_mux_loop):
18169         Fix memory leak
18170
18171 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18172
18173         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18174         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
18175         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
18176         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
18177         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
18178         * gst/tcp/gsttcpserversink.h:
18179           take streamheader into account
18180
18181 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18182
18183         * gst/level/Makefile.am:
18184         * gst/level/gstlevel.c: (gst_level_class_init):
18185           clean up marshal generation
18186
18187 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18188
18189         * gst/tcp/Makefile.am:
18190         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
18191         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
18192         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
18193         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
18194         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
18195         (gst_tcpclientsrc_get_property):
18196         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
18197         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
18198         (gst_tcpserversink_handle_client_read),
18199         (gst_tcpserversink_handle_client_write),
18200         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
18201         * gst/tcp/gsttcpserversink.h:
18202           add signals client-added and client-removed
18203         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
18204         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
18205         (gst_tcpserversrc_get_property):
18206         uniformized, change default protocol to NONE
18207         * gst/tcp/gsttcp-marshal.list: added
18208 2004-06-07  Benjamin Otte  <otte@gnome.org>
18209
18210         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18211           handle discont events if they happen before caps nego
18212
18213 2004-06-07  Wim Taymans  <wim@fluendo.com>
18214
18215         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18216         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18217         (gst_multipart_demux_plugin_init):
18218         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18219         (gst_multipart_mux_init), (gst_multipart_mux_loop),
18220         (gst_multipart_mux_change_state):
18221         Small updates, fix a memleak
18222
18223 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18224
18225         * configure.ac: OSS portability
18226         * ext/arts/gst_arts.c: idem
18227         * sys/oss/gstosselement.c: idem
18228         * sys/oss/gstossmixer.c: idem
18229         * sys/oss/gstosssink.c: idem
18230         * sys/oss/gstosssrc.c: idem
18231         * sys/oss/oss_probe.c: idem
18232           - check for soundcard.h in different places for some BSD
18233
18234 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
18235
18236         * AUTHORS:
18237         Add me to the authors file
18238         * configure.ac:
18239         Increase the libdv requirement to >= version 0.100
18240         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18241         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
18242         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
18243         * ext/dv/gstdvdec.h:
18244         Add support for the new_media flag when sending DISCONT events
18245         Make the querying work when video pad is not linked
18246
18247 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
18248
18249         reviewed by Benjamin Otte  <otte@gnome.org>
18250
18251         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
18252           create a NULL-initialized array of pads, so we don't think they
18253           exist already. (fixes #143130)
18254
18255 2004-06-07  Benjamin Otte  <otte@gnome.org>
18256
18257         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
18258         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
18259         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
18260           don't use // coments
18261
18262 2004-06-07  Benjamin Otte  <otte@gnome.org>
18263
18264         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
18265           cast to GstClockTime to get higher granularity
18266         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18267           use gst_element_set_time_delay to get the exact time
18268         * ext/mad/gstmad.c: (gst_mad_chain):
18269           use the negotiated rate instead of the current frame's rate which
18270           might be wrong because of bit errors. This avoids emitting totally
18271           bogus timestamps and screwing sync.
18272         (fixes #143454)
18273
18274 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
18275
18276         reviewed by Benjamin Otte  <otte@gnome.org>
18277
18278         * gst/adder/gstadder.c: (gst_adder_loop):
18279           properly error out when no negotiation has happened yet. (fixes
18280           #143032)
18281
18282 2004-06-06  Benjamin Otte  <otte@gnome.org>
18283
18284         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18285           forward correctly transformed offset in discont events. Based on
18286           patch by Arwed v. Merkatz. (fixes #142851)
18287
18288 2004-06-06  David Schleef  <ds@schleef.org>
18289
18290         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
18291         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
18292         problems on several systems.
18293
18294 2004-06-06  Benjamin Otte  <otte@gnome.org>
18295
18296         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
18297           use explicit caps on the srcpad
18298         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18299           properly error out if caps couldn't be set (fixes #142764)
18300
18301 2004-06-06  Benjamin Otte  <otte@gnome.org>
18302
18303         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
18304         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
18305         (gst_alsa_start_audio):
18306           - don't call set_periods_integer anymore, it breaks the
18307           configuration randomly
18308           - call snd_pcm_hw_params_set_access directly instead of using masks
18309           - don't fail if the sw_params can't be set, just use the default
18310           params and hope it works. Alsalib has weird issues when you touch
18311           sw_params and does no proper error reporting about what failed.
18312         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18313         (gst_alsa_close_audio):
18314           make our alsa debugging go via gst debugging and not conditionally
18315           defined
18316         * ext/alsa/gstalsa.h:
18317           add ALSA_DEBUG_FLUSH macro
18318         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
18319         (plugin_init):
18320           wrap alsa errors to be printed via the gst debugging system and not
18321           spammed to stderr
18322
18323 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18324
18325         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18326         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
18327         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18328         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
18329         (qtdemux_parse_trak):
18330         * gst/qtdemux/qtdemux.h:
18331           Bitch. Also known as seeking, querying & co.
18332         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
18333         (gst_osssink_change_state):
18334         * sys/oss/gstosssink.h:
18335           Resyncing is for weenies, this hack is no longer needed and was
18336           broken anyway (since it - unintendedly - always leaves resync to
18337           TRUE).
18338
18339 2004-06-05  Andrew Turner <zxombie@hotpop.com>
18340
18341         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
18342         * gst/tcp/gsttcpclientsrc.h: idem
18343           - define MSG_NOSIGNAL if not done
18344           - include unistd.h for off_t
18345           (fixes #143749)
18346
18347 2004-06-05  Benjamin Otte  <otte@gnome.org>
18348
18349         * configure.ac:
18350         * ext/kio/Makefile.am:
18351           check for qt's moc preprocessor explicitly and use it
18352
18353 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18354
18355         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
18356           don't get a signal for EPIPE on socket writes
18357           (somebody check if this works on other platforms)
18358
18359 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18360
18361         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
18362         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18363           check error condition on available samples correctly
18364
18365 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18366
18367         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
18368           avoid a segfault
18369         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
18370         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
18371         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
18372         (gst_tcpserversrc_gdp_read_header):
18373          use ssize_t over size_t since the former is signed and thus the
18374          check for error codes can work
18375
18376 2004-06-02  Wim Taymans  <wim@fluendo.com>
18377
18378         reviewed by: Johan
18379
18380         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18381         (gst_multipart_mux_loop):
18382         Oops
18383
18384 2004-06-02  Wim Taymans  <wim@fluendo.com>
18385
18386         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18387         (gst_multipart_mux_init), (gst_multipart_mux_loop),
18388         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18389         (gst_multipart_mux_change_state):
18390         Added configurable boundary specifier, added the value as a
18391         caps field as well.
18392
18393 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18394
18395         * gst/tcp/gsttcp.c:
18396         * gst/tcp/gsttcpclientsrc.c:
18397         * gst/tcp/gsttcpclientsrc.h:
18398         * gst/tcp/gsttcpserversrc.c:
18399           - portability fix, to compile on OSX
18400             (fixes #143146)
18401
18402         * sys/osxaudio/gstosxaudioelement.c:
18403         * sys/osxaudio/gstosxaudiosink.c:
18404         * sys/osxaudio/gstosxaudiosrc.c:
18405           - compilation warnings on OSX
18406             (fixes #143153)
18407
18408 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18409
18410         * ext/vorbis/vorbisdec.c : sign warning fixes
18411
18412         * gst-libs/gst/mixer/mixertrack.c :
18413           do no use defines which are glib 2.4 specific
18414
18415 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
18416
18417         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
18418           buffer since libflac doesn't expect it (reports a sync error when
18419           it encounters that)
18420
18421
18422 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
18423
18424         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
18425         * gst-libs/gst/mixer/mixertrack.c:
18426         (gst_mixer_track_get_property), (get_mixer_track_init),
18427         (get_mixer_track_get_property): Added property accessors
18428         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
18429         * gst-libs/gst/mixer/mixeroptions.c:
18430         (gst_mixer_options_get_values): Added
18431         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
18432         * gst-libs/gst/mixer/mixer.c: Fixed comment
18433
18434
18435 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18436
18437         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
18438           improve error messages on open
18439
18440
18441 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18442
18443         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
18444           check if v4l-conf is in path
18445
18446 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18447
18448         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
18449           change assert to a more readable error message
18450
18451 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18452
18453         * gst-libs/gst/tuner/tunerchannel.h:
18454           - add a freq_multiplicator field to make the conversion
18455             between internal frequency unit and Hz
18456         * sys/v4l/gstv4lelement.c:
18457         * sys/v4l2/gstv4l2element.c:
18458           - change default video device to /dev/video0
18459         * sys/v4l/v4l_calls.c:
18460         * sys/v4l2/v4l2_calls.c:
18461           - we only expose frequency to the user in Hz instead of
18462             bastard v4lX unit (either 62.5kHz or 62.5Hz)
18463
18464 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
18465         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18466           Initialise b_o_s and e_o_s variables
18467         * gst-libs/gst/riff/riff-media.c:
18468         (gst_riff_create_video_caps_with_data):
18469           Add some unusual fourcc's from mplayer avi's
18470         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
18471           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
18472           autoplugging.
18473
18474 2004-05-28  Wim Taymans  <wim@fluendo.com>
18475
18476         * configure.ac:
18477         * gst/alpha/Makefile.am:
18478         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18479         (gst_alpha_get_type), (gst_alpha_base_init),
18480         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18481         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
18482         (gst_alpha_chroma_key), (gst_alpha_chain),
18483         (gst_alpha_change_state), (plugin_init):
18484         A plugin to add an alpha channel to I420 video. Can optionally do
18485         chroma keying.
18486         * gst/multipart/Makefile.am:
18487         * gst/multipart/multipart.c: (plugin_init):
18488         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18489         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18490         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
18491         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18492         (gst_multipart_demux_change_state),
18493         (gst_multipart_demux_plugin_init):
18494         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
18495         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
18496         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
18497         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
18498         (gst_multipart_mux_pad_unlink),
18499         (gst_multipart_mux_request_new_pad),
18500         (gst_multipart_mux_handle_src_event),
18501         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
18502         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
18503         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18504         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
18505         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
18506         send multipart jpeg images to a browser.
18507         * gst/videobox/Makefile.am:
18508         * gst/videobox/README:
18509         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
18510         (gst_video_box_get_type), (gst_video_box_base_init),
18511         (gst_video_box_class_init), (gst_video_box_init),
18512         (gst_video_box_set_property), (gst_video_box_get_property),
18513         (gst_video_box_sink_link), (gst_video_box_i420),
18514         (gst_video_box_ayuv), (gst_video_box_chain),
18515         (gst_video_box_change_state), (plugin_init):
18516         Crops or adds borders around an image. can do alpha channel
18517         borders as well.
18518         * gst/videomixer/Makefile.am:
18519         * gst/videomixer/README:
18520         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
18521         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
18522         (gst_videomixer_pad_get_sink_event_masks),
18523         (gst_videomixer_pad_get_property),
18524         (gst_videomixer_pad_set_property),
18525         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
18526         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
18527         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
18528         (gst_videomixer_base_init), (gst_videomixer_class_init),
18529         (gst_videomixer_init), (gst_videomixer_request_new_pad),
18530         (gst_videomixer_handle_src_event),
18531         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
18532         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
18533         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
18534         (gst_videomixer_loop), (gst_videomixer_get_property),
18535         (gst_videomixer_set_property), (gst_videomixer_change_state),
18536         (plugin_init):
18537         Generic video mixer plugin, can handle multiple inputs all with
18538         different framerates and video sizes. Is fully alpha channel
18539         aware.
18540
18541 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18542
18543         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18544           Select first track as master track. Not sure how else to handle
18545           that...
18546         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
18547           Discard discont events. Should fix #142962.
18548
18549 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18550
18551         * ext/alsa/Makefile.am:
18552         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
18553         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
18554         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
18555         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
18556         (gst_alsa_mixer_get_option):
18557         * ext/alsa/gstalsamixer.h:
18558         * ext/alsa/gstalsamixeroptions.c:
18559         (gst_alsa_mixer_options_get_type),
18560         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
18561         (gst_alsa_mixer_options_new):
18562         * ext/alsa/gstalsamixeroptions.h:
18563         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
18564         * ext/alsa/gstalsamixertrack.h:
18565           Add enumerations (as GstMixerOptions). Make correct distinction
18566           between input/output tracks. Add capture/playback private flag.
18567           Use flag to decide on whether to set capture or playback volumes
18568           or switches. Use playback and record switches.
18569         * gst-libs/gst/mixer/Makefile.am:
18570         * gst-libs/gst/mixer/mixer-marshal.list:
18571         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
18572         (gst_mixer_set_option), (gst_mixer_get_option),
18573         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
18574         (gst_mixer_volume_changed), (gst_mixer_option_changed):
18575         * gst-libs/gst/mixer/mixer.h:
18576         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
18577         (gst_mixer_options_class_init), (gst_mixer_options_init),
18578         (gst_mixer_options_dispose):
18579         * gst-libs/gst/mixer/mixeroptions.h:
18580           Add GstMixerOptions.
18581         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18582           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
18583           broken device detection on computers with multiple OSS sound
18584           cards.
18585
18586 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18587
18588         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18589           fixate nicely even when the peer is not negotiating
18590
18591 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18592
18593         * gst/audioconvert/gstaudioconvert.c:
18594         (gst_audio_convert_parse_caps):
18595           make sure we don't allow depth > width
18596         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18597           fixate endianness to G_BYTE_ORDER as default
18598         * gst/audioscale/gstaudioscale.c:
18599           we don't handle another endianness as host-endianness
18600
18601 2004-05-25  David Schleef  <ds@schleef.org>
18602
18603         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
18604
18605 2004-05-24  Benjamin Otte  <otte@gnome.org>
18606
18607         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
18608         (gst_oggvorbisenc_setup):
18609           properly fail when we can't setup the vorbis encoder due to
18610           unsupported settings
18611         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
18612         (gst_vorbisenc_setup):
18613           same
18614         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18615           fix case where warnings occured when one pad was unlinked while the
18616           other's link function was called
18617
18618 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18619
18620         * gst/tcp/Makefile.am:
18621           use GST_ENABLE_NEW
18622
18623 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18624
18625         * gst-libs/gst/resample/private.h:
18626           don't use optimizations that are #if 0'ed
18627
18628 2004-05-24  Wim Taymans  <wim@fluendo.com>
18629
18630         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18631         Fix potential division by zero error and hopefully get
18632         the position query right to get correct timestamps on avi
18633         audio.
18634
18635 2004-05-24  Wim Taymans  <wim@fluendo.com>
18636
18637         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
18638         (gst_videoscale_scale_nearest_str2),
18639         (gst_videoscale_scale_nearest_str4),
18640         (gst_videoscale_scale_nearest_32bit),
18641         (gst_videoscale_scale_nearest_24bit),
18642         (gst_videoscale_scale_nearest_16bit):
18643         Fix the scaling algorithm and avoid a buffer overflow.
18644         removed the while loop in the scaling function as it
18645         was used for point sampling only.
18646
18647 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18648
18649         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
18650         (gst_id3_tag_class_init), (gst_id3_tag_init),
18651         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
18652         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
18653         (gst_id3_tag_send_tag_event):
18654           lots of fixes to make id3mux work and id3demux work correctly
18655
18656 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18657
18658         * ext/Makefile.am:
18659           add rules to build shout2send (was removed by accident
18660           when this module was no more marked experimental/broken)
18661
18662 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18663
18664         * ext/shout2/gstshout2.c:
18665         * ext/shout2/gstshout2.h:
18666           adding a "connection problem" signal to shout2send
18667           (fixes #142954)
18668
18669 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18670
18671         * ext/kio/kioreceiver.cpp:
18672         * ext/kio/kioreceiver.h:
18673           fix sign comparison issues
18674
18675 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18676
18677         * gst/cdxaparse/gstcdxaparse.c:
18678         * gst/cdxaparse/gstcdxaparse.h:
18679           some renaming
18680           add some checks/sanity
18681           prepare for seek addition
18682
18683         * sys/sunaudio/gstsunaudio.c:
18684           remove exported dupe init function
18685
18686 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
18687
18688         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
18689         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
18690           Fix format conversion and position querying.
18691         * gst/debug/progressreport.c: (gst_progressreport_report):
18692           Don't output a bogus total value that we didn't query.
18693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18694           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
18695           only a blank window after xine has been used.
18696
18697 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18698
18699         * m4/as-arts.m4:
18700           sync with upstream version to fix test on FC2
18701           readd with -ko to preserve Id header
18702
18703 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18704
18705         * configure.ac:
18706           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
18707         * gst/tcp/gsttcpclientsrc.c: idem
18708         * gst/tcp/gsttcpserversink.c: idem
18709         * gst/tcp/gsttcpserversrc.c: idem
18710         * m4/gst-fionread.m4: idem
18711
18712         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
18713
18714         * configure.ac: enable speex plugin for speex 1.1.5+
18715         * ext/speex/gstspeexenc.c: fix cast warning
18716
18717         * ext/esd/README: fix typo
18718
18719 2004-05-20  David Schleef  <ds@schleef.org>
18720
18721         * configure.ac: Minor cosmetic change to convince the buildbot to
18722         reautogen.
18723         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
18724         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
18725         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
18726         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
18727         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
18728         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
18729         More hacking.  Plays audio now.
18730
18731 2004-05-20  David Schleef  <ds@schleef.org>
18732
18733         * configure.ac:
18734         * sys/Makefile.am:
18735
18736 2004-05-20  David Schleef  <ds@schleef.org>
18737
18738         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
18739         * sys/osxaudio/gstosxaudio.c:
18740         * sys/osxaudio/gstosxaudioelement.c:
18741         * sys/osxaudio/gstosxaudioelement.h:
18742         * sys/osxaudio/gstosxaudiosink.c:
18743         * sys/osxaudio/gstosxaudiosink.h:
18744         * sys/osxaudio/gstosxaudiosrc.c:
18745         * sys/osxaudio/gstosxaudiosrc.h:
18746
18747 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18748
18749         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
18750         (gst_vorbisenc_chain):
18751           put the codec headers on the caps as streamheader as well as
18752           pushing them out
18753
18754 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18755
18756         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18757         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18758         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
18759         split up push_packet into two functions
18760
18761 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18762
18763         * gst/tcp/.cvsignore:
18764           ignore enums
18765         * gst/tcp/Makefile.am:
18766         * gst/tcp/README:
18767         * gst/tcp/gsttcp.c:
18768         * gst/tcp/gsttcp.h:
18769         * gst/tcp/gsttcpclientsink.c:
18770         * gst/tcp/gsttcpclientsink.h:
18771         * gst/tcp/gsttcpclientsrc.c:
18772         * gst/tcp/gsttcpclientsrc.h:
18773         * gst/tcp/gsttcpplugin.c:
18774         * gst/tcp/gsttcpserversink.c:
18775         * gst/tcp/gsttcpserversink.h:
18776         * gst/tcp/gsttcpserversrc.c:
18777         * gst/tcp/gsttcpserversrc.h:
18778           add new tcp elements
18779
18780 2004-05-19  Wim Taymans  <wim@fluendo.com>
18781
18782         * gst/law/mulaw-conversion.c: (mulaw_encode):
18783         Fix overflow bug in ulaw encoding.
18784
18785 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18786
18787         * ext/mad/gstmad.c: (gst_mad_handle_event):
18788           don't unref the event twice
18789
18790 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18791
18792         * configure.ac:
18793           remove -Wno-sign-compare
18794
18795 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18796
18797         * configure.ac:
18798           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
18799           if you want to work against glib 2.2 and 2.4
18800
18801 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18802
18803         * gst/tcp/Makefile.am:
18804         * gst/tcp/gsttcp.c:
18805         * gst/tcp/gsttcp.h:
18806         * gst/tcp/gsttcpsink.h:
18807         * gst/tcp/gsttcpsrc.h:
18808           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
18809
18810 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18811
18812         * gst/debug/tests.c: (md5_get_value):
18813           fix segfault on gst-inspect
18814
18815 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18816
18817         * gst/debug/testplugin.c:
18818         * gst/debug/tests.c:
18819         * gst/debug/tests.h:
18820           add new extensible and configurable testing element. Current tests
18821           include buffer count, stream length, timestamp/duration matching and
18822           md5.
18823         * gst/debug/Makefile.am:
18824         * gst/debug/gstdebug.c: (plugin_init):
18825           add infrastructure for new element
18826
18827 2004-05-19  Johan Dahlin  <johan@gnome.org>
18828
18829         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
18830         ending of the array. Fixes gst-inspect segfault on ppc.
18831
18832 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18833
18834         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
18835
18836         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
18837
18838 2004-05-18  David Schleef  <ds@schleef.org>
18839
18840         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
18841         warnings (bugs, actually) noticed by gcc but not forte.
18842
18843 2004-05-18  David Schleef  <ds@schleef.org>
18844
18845         * sys/sunaudio/Makefile.am:
18846         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
18847
18848 2004-05-18  David Schleef  <ds@schleef.org>
18849
18850         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18851         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
18852         to allow qtdemux to use non-seekable streams. (bug #142272)
18853
18854 2004-05-18  David Schleef  <ds@schleef.org>
18855
18856         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
18857         (gst_resample_sinc_ft_float): Remove use of static temporary
18858         buffer.  This code was obviously not supposed to last long, but
18859         it's stuck in our ABI, so it required a little hack to make it
18860         ABI-compatible.  Fixes #142585.
18861         * gst-libs/gst/resample/resample.h: same.
18862
18863 2004-05-18  David Schleef  <ds@schleef.org>
18864
18865         * configure.ac: Add sunaudio
18866         * examples/Makefile.am: make gstplay depend on gconf
18867         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
18868         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
18869         (convert_table_lookup), (img_convert): remove c99-isms
18870         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
18871           unsigned, to fix a warning on Solaris
18872         * gst/mpeg1sys/systems.c: bcopy->memcpy
18873         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
18874         * sys/Makefile.am: Add sunaudio
18875
18876 2004-05-18  Wim Taymans  <wim@fluendo.com>
18877
18878         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
18879         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
18880         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
18881         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
18882         (gst_ogg_mux_loop):
18883         Fix an ugly memleak where the muxer didn't flush enough ogg
18884         pages. This also resulted in badly muxed ogg files.
18885
18886 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18887
18888         * gst/asfdemux/asfheaders.c :
18889         * gst/asfdemux/asfheaders.h :
18890         * gst/asfdemux/gstasfdemux.c :
18891           - fix ASF_OBJ_PADDING guid
18892           - add 3 new object guids (language list, metadata,
18893             extended stream properties)
18894           - add a function to parse extended header objects
18895
18896 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18897
18898         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18899           remove leftover debugging g_print
18900
18901 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18902
18903         * ext/mad/gstmad.c: (gst_mad_handle_event):
18904           Fix for when the first format in a discont event is not a
18905           byte-based one. Should fix #137710.
18906
18907 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18908
18909         * m4/a52.m4 : fix compilation with -Wall -Werror
18910         * m4/libfame.m4 : idem
18911         * m4/libmikmod.m4 : idem
18912
18913 2004-05-17  Benjamin Otte  <otte@gnome.org>
18914
18915         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18916           signal the new tags before giving up the reference
18917
18918 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18919
18920         * ext/shout2/gstshout2.c:
18921           use application/ogg instead of application/x-ogg (patch by Patrick
18922           Guimond, fixes #142432)
18923         * sys/oss/gstosselement.c: (gst_osselement_reset),
18924         (gst_osselement_sync_parms):
18925           don't set fragment size unless specified (fixes #142493)
18926
18927 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18928
18929         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
18930           fixes #142664
18931
18932 2004-05-17  Benjamin Otte  <otte@gnome.org>
18933
18934         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18935           compute offsets correctly for internal buffers so timestamps are set
18936           correctly when we can't seek. Also handle cases where there are no
18937           offsets. (based on a patch by David Moore, fixes #142507)
18938
18939 2004-05-17  Benjamin Otte  <otte@gnome.org>
18940
18941         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18942           use correct variable when determining amount of data to skip so we
18943           don't skip into the void and segfault
18944
18945 2004-05-16  Benjamin Otte  <otte@gnome.org>
18946
18947         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
18948           Hi, I'm a memleak
18949
18950 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18951
18952         * gst/asfdemux/gstasfdemux.c:
18953           - fix a mem leak and always propagate tags
18954           - add WMV3 to known video codecs (but no decoder yet)
18955           - replace "surplus data" at end of audio header for what
18956             it is : codec specific data
18957           - fix a typo
18958
18959 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
18960
18961         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
18962
18963         * gst-libs/gst/audio/audioclock.c:
18964           Fix wrong return type (#142205).
18965
18966 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18967
18968         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
18969           Ignore CRCs by default (fixes #142566).
18970
18971 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18972
18973         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
18974         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
18975         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
18976         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
18977         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
18978         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
18979           Fix for cases where we fail to attach to a mixer.
18980
18981 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18982
18983         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
18984           Don't touch events after not owning them anymore.
18985         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18986         (gst_wavparse_fmt), (gst_wavparse_other),
18987         (gst_wavparse_handle_seek), (gst_wavparse_loop),
18988         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
18989         (gst_wavparse_srcpad_event):
18990         * gst/wavparse/gstwavparse.h:
18991           Add seeking, fix querying.
18992
18993 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18994
18995         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18996           - process comments even if they don't end with \0\0
18997             g_convert would ignore them if present and works well without them
18998
18999 2004-05-16  Benjamin Otte  <otte@gnome.org>
19000
19001         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
19002           simplify caps
19003
19004 2004-05-16  Benjamin Otte  <otte@gnome.org>
19005
19006         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19007           don't write to memory we might not write to - g_convert does that
19008           for us anyway (fixes #142613)
19009         (gst_asf_demux_audio_caps):
19010           comment out gst_util_dump_mem
19011
19012 2004-05-16  Benjamin Otte  <otte@gnome.org>
19013
19014         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19015           compute correct expected timestamps after seek (broken since
19016           last commit)
19017         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
19018           rename element and debugging category to gdkpixbufscale
19019
19020 2004-05-16  Benjamin Otte  <otte@gnome.org>
19021
19022         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19023           add error checking to snd_pcm_delay and remove duplicate call to
19024           snd_pcm_delay that caused issues (see inline code comments)
19025         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19026           make more readable and fix return value when snd_pcm_delay fails
19027         (fixes #142586)
19028
19029 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
19030         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
19031         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
19032         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
19033         (gst_pixbufscale_link), (gst_pixbufscale_init),
19034         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
19035         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
19036         (gst_pixbufscale_get_property), (pixbufscale_init):
19037         * ext/gdk_pixbuf/pixbufscale.h:
19038         Add these files I forgot earlier
19039
19040 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
19041         * ext/gdk_pixbuf/Makefile.am:
19042         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
19043         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19044         Add new pixbufscale element to scale RGB video
19045         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
19046         and HYPER interpolation correctly.
19047         * ext/theora/theoraenc.c: (theora_enc_chain),
19048         Discard buffer and return if explicit caps could not be set
19049         (theora_enc_get_property):
19050         Make _get return kbps for the bitrate consistent with
19051         the _set function.
19052
19053
19054 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19055
19056         * ext/libvisual/visual.c: (gst_visual_chain):
19057           add missing visual_audio_analyze
19058
19059 2004-05-14  David Schleef  <ds@schleef.org>
19060
19061         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
19062         is killed while we're playing.
19063         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
19064         gst_element_no_more_pads().
19065
19066 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19067
19068         * gst-libs/gst/riff/riff-read.c :
19069           - fix INFO tag extraction in RIFF/AVI files
19070             because gst_event_unref (event) also freed taglist
19071           - avoid a mem leak
19072
19073 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19074
19075         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
19076         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
19077
19078         * gst/auparse/gstauparse.c :
19079           - add code (commented for now) to support audio/x-adpcm on src pad
19080             (we have no decoder for those layout yet)
19081
19082         * gst/cdxaparse/gstcdxaparse.c :
19083         * gst/cdxaparse/gstcdxaparse.h :
19084           - partial rewrite using RiffRead (ripped iain's wavparse code)
19085
19086         * gst/rtp/gstrtpL16enc.c : typo
19087         * gst/rtp/gstrtpgsmenc.c : typo
19088
19089 2004-05-13  Benjamin Otte  <otte@gnome.org>
19090
19091         * configure.ac:
19092           check for exact version of libvisual, it's not supposed to be
19093           API/ABI stable yet
19094
19095 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19096
19097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
19098           signal no-more-pads
19099
19100 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
19101
19102         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
19103         Report which format was used for GST_FORMAT_DEFAULT
19104         * gst/debug/Makefile.am:
19105         * gst/debug/gstdebug.c: (plugin_init):
19106         * gst/debug/progressreport.c: (gst_progressreport_base_init),
19107         (gst_progressreport_class_init), (gst_progressreport_init),
19108         (gst_progressreport_report), (gst_progressreport_set_property),
19109         (gst_progressreport_get_property), (gst_progressreport_chain),
19110         (gst_progressreport_plugin_init):
19111         Add progressreport element for testing.
19112
19113 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19114
19115         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
19116         * sys/v4l/gstv4lsrc.h:
19117         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
19118         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
19119         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
19120         (gst_v4lsrc_grab_frame):
19121           add more debugging
19122           send a discont at start
19123
19124 2004-05-12  Colin Walters  <walters@redhat.com>
19125
19126         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
19127         inflooping if we can't find a chunk.  Or in other words, don't blow
19128         chunks if we don't have a chunk to blow.
19129
19130 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
19131         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
19132         Remove old debug output
19133         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
19134         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
19135         (gst_dvdec_set_property), (gst_dvdec_get_property):
19136         Change the quality setting to an enum, so it works from gst-launch
19137         Don't renegotiate a non-linked pad. Allows audio only decoding.
19138         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
19139         (gst_deinterlace_link), (gst_deinterlace_init):
19140         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
19141         (gst_videodrop_link):
19142         Some caps negotiation fixes
19143
19144 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19145
19146         * ext/tarkin/gsttarkin.c :
19147           - Change RANK from NONE to PRIMARY
19148         * ext/gdk_pixbuf/gstgdkpixbuf.c :
19149           - Change RANK from NONE to MARGINAL
19150         * ext/divx/gstdivxenc.c :
19151           - Change RANK from PRIMARY to NONE (encoder/spider issue)
19152
19153 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19154
19155         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
19156         (gst_vorbisenc_push_packet):
19157           copy a function that was added between 1.0 and 1.0.1 until we
19158           depend on worthwhile features of post-1.0
19159
19160 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19161
19162         * configure.ac:
19163           enable shout2 by default
19164         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
19165         (gst_shout2send_base_init), (gst_shout2send_init),
19166         (gst_shout2send_connect), (gst_shout2send_change_state):
19167         * ext/shout2/gstshout2.h:
19168           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
19169           #142262)
19170         * ext/theora/theora.c: (plugin_init):
19171           don't set rank on encoders
19172
19173 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
19174
19175         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19176           Use codec_data property instead of flag1 and flag2 for wma
19177
19178 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19179
19180         * gst/cdxaparse/gstcdxaparse.c :
19181           - Add mpegversion to CAPS to make it link
19182           - Rank is as GST_RANK_SECONDARY instead of NONE
19183         * gst/auparse/gstauparse.c :
19184           - Document all audio encoding we can encounter from Solaris 9
19185             headers and libsndfile information.
19186           - Increase max. rate from 48000 to 192000 (to match other elements)
19187           - Don't try to play junk data between header and samples
19188
19189 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19190
19191         * ext/libvisual/visual.c: (gst_visual_getcaps):
19192           use the right caps depending on endianness (I hope)
19193         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
19194           use GST_RANK_NONE for all non-decoding elements or spider gets
19195           mighty confused
19196
19197 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19198
19199         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19200           Fix some odd cases and fix BE metadata parsing of unicode16 text.
19201
19202 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19203
19204         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19205         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
19206         (gst_switch_loop), (gst_switch_get_type):
19207           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
19208           HEADERS. Had to be said.
19209
19210 2004-05-10  David Schleef  <ds@schleef.org>
19211
19212         * configure.ac: Add prototype Dirac support.
19213         * ext/Makefile.am:
19214         * ext/dirac/Makefile.am:
19215         * ext/dirac/gstdirac.cc:
19216         * ext/dirac/gstdiracdec.cc:
19217
19218 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19219
19220         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19221         (gst_auparse_init), (gst_auparse_chain),
19222         (gst_auparse_change_state):
19223           Hack around spider. Remove me some day please.
19224
19225 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19226
19227         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19228           Fix for some uninitialized variables in previous patch, also
19229           makes it work. Fixes #142286 while we're at it.
19230
19231 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19232
19233         * gst/auparse/gstauparse.c:
19234                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
19235                 only unsupported formats are ADPCM/CCITT G.72x
19236                 reviewed by Ronald
19237         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
19238
19239 2004-05-10  Wim Taymans  <wim@fluendo.com>
19240
19241         * ext/vorbis/Makefile.am:
19242         * ext/vorbis/README:
19243         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
19244         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
19245         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
19246         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
19247         (gst_oggvorbisenc_convert_sink),
19248         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
19249         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
19250         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
19251         (get_constraints_string), (update_start_message),
19252         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
19253         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
19254         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
19255         * ext/vorbis/oggvorbisenc.h:
19256         * ext/vorbis/vorbis.c: (plugin_init):
19257         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
19258         (raw_caps_factory), (gst_vorbisenc_class_init),
19259         (gst_vorbisenc_init), (gst_vorbisenc_setup),
19260         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
19261         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
19262         * ext/vorbis/vorbisenc.h:
19263         Added a raw vorbis encoder to be used with the oggmuxer.
19264         We still need the old encoder for some gnome applications,
19265         read the README to find out how that works.
19266         The raw encoder is called "rawvorbisenc" until 0.9.
19267
19268 2004-05-10  Wim Taymans  <wim@fluendo.com>
19269
19270         * ext/ogg/gstogg.c: (plugin_init):
19271         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
19272         (gst_ogg_print):
19273         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
19274         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
19275         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
19276         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
19277         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
19278         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
19279         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
19280         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
19281         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
19282         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
19283         Added an ogg muxer.
19284         Small typo fixes in the demuxer.
19285
19286 2004-05-10  Wim Taymans  <wim@fluendo.com>
19287
19288         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19289         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
19290         (theora_enc_change_state), (theora_enc_set_property),
19291         (theora_enc_get_property):
19292         Mark the last packet with an EOS flag which is not really needed
19293         in gstreamer.
19294         Do some better video framerate initialisation.
19295         Update the buffer timestamp.
19296
19297 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
19298
19299         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
19300         Return the result of the parent state change call
19301
19302 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19303
19304         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
19305         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
19306         * gst/law/alaw-encode.c : (idem)
19307         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
19308         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
19309         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
19310
19311 2004-05-09  Benjamin Otte  <otte@gnome.org>
19312
19313         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19314           don't use a fixed buffer size when writing variable length data to
19315           it. Fixes memory corruption and makes alsasrc work
19316
19317 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19318
19319         * ext/gnomevfs/gstgnomevfssink.c:
19320         (_gst_boolean_allow_overwrite_accumulator),
19321         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
19322           Run glib's default signal handler (??) in RUN_CLEANUP rather than
19323           RUN_LAST, and don't use that to set the accumulator value because
19324           then it's always FALSE.
19325
19326 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19327
19328         * gst-libs/gst/riff/riff-media.c:
19329         (gst_riff_create_video_caps_with_data),
19330         (gst_riff_create_audio_caps),
19331         (gst_riff_create_audio_template_caps):
19332         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19333           Fix for unaligned RIFF files (i.e. where all the chunks together
19334           in a LIST chunk are not of the same size as the size given in
19335           the LIST chunk header). Fixes several odd WAVE files. Also fix
19336           ADPCM (block_align property) in audio, so that wavparse based
19337           on this works now as it used to stand-alone.
19338
19339 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
19340
19341         reviewed by Benjamin Otte  <otte@gnome.org>
19342
19343         * ext/a52dec/gsta52dec.c:
19344         * ext/divx/gstdivxdec.c:
19345         * ext/divx/gstdivxenc.c:
19346         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
19347         * ext/faac/gstfaac.c: (gst_faac_base_init):
19348         * ext/faad/gstfaad.c: (gst_faad_base_init):
19349         * ext/ivorbis/vorbisfile.c:
19350         * ext/lame/gstlame.c:
19351         * ext/libfame/gstlibfame.c:
19352         * ext/mpeg2enc/gstmpeg2enc.cc:
19353         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
19354         * ext/sidplay/gstsiddec.cc:
19355         * ext/speex/gstspeexdec.c:
19356         * ext/speex/gstspeexenc.c:
19357         * ext/xvid/gstxviddec.c:
19358         * ext/xvid/gstxvidenc.c:
19359           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
19360           (fixes #142193)
19361
19362 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19363
19364         * ext/alsa/gstalsa.c: (device_list),
19365         (gst_alsa_class_probe_devices):
19366         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19367           Fix alsa oddness in mixer after the combination of using mixer
19368           in source/sink elements and using hw:x,y instead of just hw:x.
19369
19370 2004-05-09  Benjamin Otte  <otte@gnome.org>
19371
19372         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
19373         (gst_wavparse_create_sourcepad):
19374           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
19375           sourcepads
19376
19377 2004-05-09  Benjamin Otte  <otte@gnome.org>
19378
19379         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19380           allow discont events before caps nego
19381
19382 2004-05-08  Benjamin Otte  <otte@gnome.org>
19383
19384         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19385           don't leak events
19386
19387 2004-05-08  Benjamin Otte  <otte@gnome.org>
19388
19389         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
19390         (gst_level_change_state), (gst_level_init):
19391         * gst/level/gstlevel.h:
19392           figure out if we're initialized directly instead of keeping a
19393           variable that's wrong in 90% of cases
19394           don't initialize pads and then leak them and use a new unitialized
19395           pad. (fixes #142084)
19396           these were bugs so n00bish I didn't find them for an hour :/
19397
19398 2004-05-08 Iain <iain@prettypeople.org>
19399
19400         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
19401         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
19402         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
19403         return the length that was read.
19404         (gst_riff_read_strf_auds): Allow fmt tags as well.
19405
19406 2004-05-07  David Schleef  <ds@schleef.org>
19407
19408         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
19409         signed char assumption in faad.h.
19410
19411 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19412
19413         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19414           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
19415
19416 2004-05-07  Colin Walters  <walters@redhat.com>
19417
19418         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
19419         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
19420         function.
19421         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
19422         Add dispose function.
19423
19424 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
19425         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
19426           Fix caps nego and pad templates. RGB mode caps should
19427           work now.
19428         * ext/dvdnav/gst-dvd:
19429           Move mpeg2dec inside the thread because otherwise the
19430           queue rejects cap changes mid-stream
19431         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
19432         (gst_mpeg2dec_flush_decoder):
19433           For mpeg2dec > 0.4.0, call the flush function instead of
19434           manually extracting all in-flight frames.
19435         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
19436         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
19437           Change mime type video/dv go video/x-dv to match the
19438           rest of gst-plugins
19439
19440 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19441
19442         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19443         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
19444         (gst_alsa_sink_class_init):
19445         * ext/alsa/gstalsasink.h:
19446         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
19447         (gst_alsa_src_class_init):
19448         * ext/alsa/gstalsasrc.h:
19449           Make alsasink/src a subclass of alsamixer so that mixer stuff
19450           shows up in gst-rec. Needs some finetuning.
19451
19452 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19453
19454         * ext/lame/gstlame.c: (gst_lame_chain):
19455           simplify
19456         * ext/mad/gstmad.c: (gst_mad_handle_event):
19457           fix event leak
19458         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19459           be able to detect mp3 files < 4096 bytes
19460
19461 2004-05-06  Wim Taymans  <wim@fluendo.com>
19462
19463         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19464         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
19465         (theora_enc_set_property), (theora_enc_get_property):
19466         Also encode the first frame, cleanup some code.
19467
19468 2004-05-06  Wim Taymans  <wim@fluendo.com>
19469
19470         * ext/mpeg2enc/gstmpeg2enc.cc:
19471         Forward events first before deciding that negotiation was
19472         not performed.
19473
19474 2004-05-06  Wim Taymans  <wim@fluendo.com>
19475
19476         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19477         First process the events before deciding that negotiation
19478         was not performed.
19479
19480 2004-05-06  Wim Taymans  <wim@fluendo.com>
19481
19482         * ext/theora/Makefile.am:
19483         * ext/theora/theora.c: (plugin_init):
19484         * ext/theora/theoradec.c: (theora_dec_change_state):
19485         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
19486         (gst_theora_enc_class_init), (gst_theora_enc_init),
19487         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
19488         (theora_enc_chain), (theora_enc_change_state),
19489         (theora_enc_set_property), (theora_enc_get_property):
19490         Added a theora encoder, grouped the encoder and decoder into the
19491         same plugin.
19492
19493 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19494
19495         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19496         (gst_jpegenc_chain):
19497         fix DURATION on outgoing buffers
19498         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19499         debug using time formats
19500         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19501         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19502         (gst_xvimagesink_sink_link):
19503         windows with width/height 0 generate X errors, so don't allow them
19504
19505 2004-05-05  Wim Taymans  <wim@fluendo.com>
19506
19507         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
19508         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
19509         (gst_mpeg2dec_negotiate_format):
19510         * ext/mpeg2dec/gstmpeg2dec.h:
19511           removed the static pad template so that we can add the
19512           more accurate framerate value to the caps.
19513
19514
19515 2004-05-04  Benjamin Otte  <otte@gnome.org>
19516
19517         * configure.ac:
19518           check for kdemacros.h, too (should fix #141821)
19519         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19520           don't crash if no header was sent, but nicely error out (fixes part
19521           of #141554)
19522
19523 2004-05-04  Wim Taymans  <wim@fluendo.com>
19524
19525         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
19526         parent dispose function to avoid segfault on destroy.
19527
19528 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19529
19530         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19531         (plugin_init):
19532         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19533         (gst_xvimagesink_sink_link):
19534         clean up debugging caps
19535         also recreate xvimage when format has changed
19536
19537 2004-05-04  Benjamin Otte  <otte@gnome.org>
19538
19539         * ext/libvisual/Makefile.am:
19540         * ext/libvisual/visual.c: (gst_visual_class_init),
19541         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
19542         (gst_visual_srclink), (gst_visual_chain),
19543         (gst_visual_change_state), (plugin_init):
19544           use a GstAdapter to correctly adapt buffer sizes - allows using a
19545           framerate
19546
19547 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19548
19549         * sys/v4l/gstv4lelement.h:
19550         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19551         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
19552         (gst_v4lsrc_buffer_free):
19553         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
19554         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19555         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
19556         (gst_v4lsrc_requeue_frame):
19557         move some debugging categories around
19558         query for fps index and set accordingly if found
19559
19560 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19561
19562         * ext/lame/gstlame.c:
19563         correct defaults that lame_init puts out of range
19564
19565 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19566
19567         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
19568         (gst_divxenc_class_init):
19569         fix range since -1 is the default
19570         * gst/mpeg1sys/gstmpeg1systemencode.c:
19571         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
19572         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
19573         (gst_rtjpegdec_chain):
19574         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
19575         (gst_rtjpegenc_chain):
19576         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
19577         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
19578         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
19579         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
19580         * sys/v4l/gstv4lsrc.c:
19581         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19582         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
19583         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
19584         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
19585         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
19586           remove gst_info calls
19587
19588 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19589
19590         * Makefile.am:
19591         * po/af.po:
19592         * po/az.po:
19593         * po/en_GB.po:
19594         * po/nl.po:
19595         * po/sr.po:
19596         * po/sv.po:
19597           Updated translations
19598
19599 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19600
19601         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19602           refactor/comment code
19603
19604 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19605
19606         * gst/asfdemux/Makefile.am:
19607         * gst/asfdemux/asfheaders.c:
19608         * gst/asfdemux/asfheaders.h:
19609         * gst/asfdemux/gstasf.c: (plugin_init):
19610         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
19611         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
19612         (gst_asf_demux_setup_pad):
19613         * gst/asfdemux/gstasfdemux.h:
19614         * gst/asfdemux/gstasfmux.c:
19615         * gst/asfdemux/gstasfmux.h:
19616           Add tagging support to demuxer, split out registration in its own
19617           file instead of in demux (hacky), and prevent having some tables
19618           in our memory multiple times (in asfheaders.h).
19619
19620 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19621
19622         * gst/matroska/matroska-demux.c:
19623         (gst_matroska_demux_parse_metadata):
19624         * gst/matroska/matroska-ids.h:
19625           Basic tag reading support.
19626
19627 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19628
19629         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
19630           Really detect ac-3 audio.
19631         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
19632           really detect matroska files (off-by-1).
19633
19634 2004-04-30  David Schleef  <ds@schleef.org>
19635
19636         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19637         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
19638         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
19639         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
19640         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
19641         hackage -- parse a lot more atoms, extract a few tags.  One might even
19642         mistake this for tag support.  Maybe it is.
19643         * gst/qtdemux/qtdemux.h:
19644
19645 2004-04-30  Colin Walters  <walters@verbum.org>
19646
19647         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
19648
19649 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19650
19651         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19652         (gst_ffmpegcolorspace_getcaps):
19653           remove broken nego fix
19654
19655 2004-04-30  Benjamin Otte  <otte@gnome.org>
19656
19657         * configure.ac:
19658         * ext/Makefile.am:
19659         * ext/libvisual/Makefile.am:
19660         * ext/libvisual/visual.c:
19661           add initial support for libvisual (http://libvisual.sourceforge.net)
19662           libvisual is still quite alpha, so expect crashes in there :)
19663
19664 2004-04-29  David Schleef  <ds@schleef.org>
19665
19666         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
19667         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
19668         up qtdemux to make it spit out codec_data.  Do _not_ look at this
19669         code; you will no longer respect me.
19670
19671 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19672
19673         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
19674         * ext/alsa/gstalsa.h :
19675         change alsa pcm device discovery to find more than 1 device
19676         per card. code review by Ronald.
19677
19678 2004-04-29  David Schleef  <ds@schleef.org>
19679
19680         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
19681         Add a check for a driver bug on FreeBSD.  (bug #140565)
19682
19683 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19684
19685         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
19686         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19687         (gst_jpegenc_getcaps):
19688           move format setting to inner loop
19689         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19690         (gst_ffmpegcolorspace_getcaps):
19691           use GST_PAD_CAPS if available so that we use already negotiated
19692           caps
19693         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19694         (qtdemux_parse_moov), (qtdemux_parse):
19695           extra debugging
19696         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
19697         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
19698           move hardcoded path to DEFINE
19699
19700 2004-04-28  David Schleef  <ds@schleef.org>
19701
19702         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
19703         (bug #140064)
19704
19705 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19706
19707         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19708           Don't probe for playback device if we're a source element. Fixes
19709           #139658.
19710
19711 2004-04-29  Benjamin Otte  <otte@gnome.org>
19712
19713         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19714         (gst_id3_tag_chain):
19715           rewrite buffer offset
19716
19717 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19718
19719         * configure.ac:
19720         * ext/Makefile.am:
19721         * ext/dts/Makefile.am:
19722         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
19723         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
19724         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
19725         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
19726         (gst_dtsdec_loop), (gst_dtsdec_change_state),
19727         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
19728         (plugin_init):
19729         * ext/dts/gstdtsdec.h:
19730           New DTS decoder.
19731         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
19732         (gst_faad_srcconnect):
19733           Add ESDS atom handling (.m4a).
19734
19735 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19736
19737         * ext/divx/gstdivxdec.c: (plugin_init):
19738           Remove comment that makes no sense.
19739         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
19740           Fix for obvious typo that resulted in warnings during gst-register.
19741         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
19742         (gst_xviddec_sink_link):
19743           Fix caps negotiation a bit better.
19744         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19745           We call this 'codec_data', not 'esds'.
19746
19747 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19748
19749         * gst/monoscope/gstmonoscope.c:
19750           make sure we only provide 256x128
19751         * gst/monoscope/monoscope.c: (monoscope_init):
19752           assert size of 256x128
19753
19754 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19755
19756         * Makefile.am:
19757         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
19758         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
19759           fixate to max width and height of device
19760
19761 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19762
19763         * Makefile.am:
19764         * sys/v4l/gstv4l.c:
19765         * sys/v4l/gstv4lsrc.c:
19766         * sys/v4l/v4l_calls.c:
19767         * sys/v4l/v4lsrc_calls.c:
19768           fix for qc-usb driver which fakes having more than one buffer
19769           by handing the same buffer twice, which confused GStreamer's/v4lsrc
19770           buffer_free override
19771           add debugging
19772
19773 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19774
19775         * Makefile.am:
19776         * gst/videotestsrc/gstvideotestsrc.c:
19777         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
19778         (gst_videotestsrc_init), (gst_videotestsrc_get),
19779         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
19780         * gst/videotestsrc/gstvideotestsrc.h:
19781           add num-buffers property
19782
19783         2004-04-26  Benjamin Otte  <otte@gnome.org>
19784
19785         * ext/mad/gstid3tag.c: (plugin_init):
19786           set id3mux rank to NONE so it doesn't confuse spider
19787           require audio/mpeg,mpegversion=1 in id3mux
19788
19789 2004-04-26  Benjamin Otte  <otte@gnome.org>
19790
19791         * configure.ac:
19792           detect faad correctly as non-working if it's indeed non-working
19793
19794 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19795
19796         * Makefile.am:
19797         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19798         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
19799         fix _getcaps so it only negotiates to its supported format
19800
19801 2004-04-25  Benjamin Otte  <otte@gnome.org>
19802
19803         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19804           fix memleak
19805
19806 2004-04-23  Benjamin Otte  <otte@gnome.org>
19807
19808         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19809           audio/x-raw-int with height rules! not. Now it's depth.
19810
19811 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19812
19813         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
19814         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
19815         (gst_wavparse_loop):
19816           Missing variable initialization. Add handling of DVI ADPCM. Fix
19817           mis-parsing of LIST chunks. This works around a bug where we mis-
19818           parse non-aligning LIST chunks (so LIST chunks where the contents
19819           don't align with the actual LIST size). The correct fix is to use
19820           rifflib, I'm not going to fix wavparse - too much work. All this
19821           fixes #104878.
19822
19823 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19824
19825         reviewed by Benjamin Otte  <otte@gnome.org>
19826
19827         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
19828           fix shoutcast not working (fixes #140844)
19829
19830 2004-04-22  Benjamin Otte  <otte@gnome.org>
19831
19832         * ext/hermes/gsthermescolorspace.c:
19833         (gst_hermes_colorspace_caps_remove_format_info):
19834         * gst/colorspace/gstcolorspace.c:
19835         (gst_colorspace_caps_remove_format_info):
19836         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19837         (gst_ffmpegcolorspace_caps_remove_format_info):
19838           s/gst_caps_simplify/gst_caps_do_simplify/
19839
19840 2004-04-22  Benjamin Otte  <otte@gnome.org>
19841
19842         * gst-libs/gst/riff/riff-media.c:
19843         (gst_riff_create_video_caps_with_data):
19844           mpegversion is an int
19845         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
19846           don't try to create pad templates with NULL caps, use any caps
19847           instead.
19848
19849 2004-04-20  David Schleef  <ds@schleef.org>
19850
19851         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
19852         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
19853         (bug #140384)
19854
19855 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19856
19857         reviewed by David Schleef
19858
19859         * ext/mad/gstid3tag.c: Add stdlib.h
19860         * gst/rtp/gstrtpgsmenc.c: same
19861         * gst/tags/gstid3tag.c: same
19862         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
19863         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
19864         GST_DISABLE_LOADSAVE use.
19865         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
19866         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
19867         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
19868         atol(3)).
19869         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
19870         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
19871         strtoul(3)).
19872         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
19873         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
19874         $(ID3_CFLAGS).
19875         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
19876         $(LIBFAME_CFLAGS).
19877
19878 2004-04-20  David Schleef  <ds@schleef.org>
19879
19880         * gst/realmedia/rmdemux.c:  This was supposed to part of the
19881         last checkin.  Same idea.
19882
19883 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19884
19885         reviewed by David Schleef
19886
19887         * configure.ac: bump required gstreamer version to 0.8.1.1
19888         because of following changes [--ds]
19889
19890         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
19891         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
19892         (gst_riff_read_header):  Use GST_READ_UINT*
19893         macros to access possibly unaligned memory.
19894
19895         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
19896         (mp3_type_find):  Use GST_READ_UINT*
19897         macros to access possibly unaligned memory.
19898         (mp3_type_find, mpeg1_parse_header, qt_type_find)
19899         (speex_type_find): Likewise
19900
19901         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
19902
19903         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
19904         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
19905         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
19906         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
19907         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
19908         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
19909         macros to access possibly unaligned memory.
19910
19911         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
19912         Likewise.
19913
19914         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
19915         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
19916
19917         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19918         Likewise.
19919
19920         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
19921         (gst_mpeg2subt_chain_subtitle): Likewise.
19922
19923         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
19924         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
19925         Likewise.
19926
19927         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
19928         Likewise.
19929
19930         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
19931         Likewise.
19932
19933         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
19934         Likewise.
19935
19936 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19937
19938         * configure.ac:
19939           update required version of GStreamer because of GST_TIME_FORMAT
19940
19941 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19942
19943         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
19944           remove leftover g_print
19945         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19946           don't try setting only a subset of the caps. We don't want to kill
19947           autoplugging on purpose
19948
19949 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19950
19951         * sys/ximage/ximagesink.c: (plugin_init):
19952         * sys/xvimage/xvimagesink.c: (plugin_init):
19953           add debugging categories
19954
19955 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19956
19957         * po/en_GB.po:
19958         * po/LINGUAS:
19959           Adding en_GB translation (Gareth Owen)
19960
19961 2004-04-20  David Schleef  <ds@schleef.org>
19962
19963         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
19964         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
19965         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
19966         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
19967         A number of new features and hacks to extract the esds atom and
19968         put it into the caps.  (bug #137724)
19969
19970 2004-04-19  David Schleef  <ds@schleef.org>
19971
19972         * gconf/Makefile.am: Fix for non-GNU make
19973         * gst-libs/gst/Makefile.am: Change directory order to handle
19974         GstPlay linking with gstinterfaces
19975         * gst-libs/gst/audio/make_filter: make use of tr portable
19976         * gst-libs/gst/play/Makefile.am: Add intended \
19977         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19978         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
19979         function prototype instead of void *.
19980         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
19981         macro.
19982         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19983         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
19984         * gst/videofilter/make_filter: make use of tr portable
19985         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
19986
19987 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19988
19989         * po/LINGUAS:
19990         * po/uk.po:
19991           Added Ukrainian translation (Maxim V. Dziumanenko)
19992
19993 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19994
19995         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
19996         (gst_gsmdec_link), (gst_gsmdec_chain):
19997           Fix capsnego, simplify chain function slightly.
19998         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
19999           Add GSM.
20000
20001 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20002
20003         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20004         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
20005         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
20006           Hack to make wavparse work with spider (always -> sometimes pad).
20007           Fixes #135862 && #140411.
20008
20009 2004-04-18  Benjamin Otte  <otte@gnome.org>
20010
20011         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
20012         (gst_osselement_rate_probe_check),
20013         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
20014           get rid of \n in debug output
20015
20016 2004-04-17  Iain <iain@prettypeople.org>
20017
20018         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
20019         not just EOS.
20020
20021 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20022
20023         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
20024         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
20025         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
20026         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
20027         (gst_id3_tag_src_link), (gst_id3_tag_chain),
20028         (gst_id3_tag_change_state), (plugin_init):
20029           deprecate id3tag element and replace with id3demux/id3mux.
20030           great side effect: this ugly file is now even uglier, yay!
20031         * ext/mad/gstmad.h:
20032           remove non-available function
20033           update for new get_type
20034
20035 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20036
20037         * configure.ac:
20038           require mpeg2dec >= 0.4.0
20039
20040 2004-04-17  Benjamin Otte  <otte@gnome.org>
20041
20042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20043         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
20044         (gst_xvimagesink_set_xwindow_id):
20045           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
20046           assorted cleanup fixes.
20047
20048 2004-04-16  David Schleef  <ds@schleef.org>
20049
20050         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
20051         * sys/xvimage/xvimagesink.h: same
20052
20053 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20054
20055         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
20056           Fix GST_ELEMENT_ERROR with (NULL)
20057
20058 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20059
20060         * gst-libs/gst/riff/riff-media.c:
20061         (gst_riff_create_video_caps_with_data):
20062           Add div[3456] as fourccs for DivX 3 (fixes #140137).
20063
20064 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20065
20066         * gst-libs/gst/riff/riff-media.c:
20067         (gst_riff_create_video_caps_with_data),
20068         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
20069         (gst_riff_create_video_template_caps),
20070         (gst_riff_create_audio_template_caps):
20071         * gst-libs/gst/riff/riff-media.h:
20072         * gst-libs/gst/riff/riff-read.c:
20073         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
20074         * gst-libs/gst/riff/riff-read.h:
20075         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20076           Add MS RLE support. I added some functions to read out strf chunks
20077           into strf chunks and the data behind it. This is usually color
20078           palettes (as in RLE, but also in 8-bit RGB). Also use those during
20079           caps creation. Lastly, add ADPCM (similar to wavparse - which
20080           should eventually be rifflib based).
20081         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
20082         (gst_matroska_demux_init), (gst_matroska_demux_reset):
20083         * gst/matroska/matroska-demux.h:
20084           Remove placeholders for some prehistoric tagging system. Didn't add
20085           support for any tag system really anyway.
20086         * gst/qtdemux/qtdemux.c:
20087           Add support for audio/x-m4a (MPEG-4) through spider.
20088         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
20089         (gst_wavparse_loop):
20090           ADPCM support (#135862). Increase max. buffer size because we
20091           cannot split buffers for ADPCM (screws references) and I've seen
20092           files with 2048 byte chunks. 4096 seems safe for now.
20093
20094 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20095
20096         * configure.ac: bump nano to 1
20097
20098 === release 0.8.1 ===
20099
20100 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20101
20102         * configure.ac: releasing 0.8.1, "Comforting Sounds"
20103
20104 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20105
20106         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20107           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
20108           Fixes #140058
20109
20110 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20111
20112         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
20113           lower rank of dvddemux so that it's not used for mpeg playback.
20114
20115 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20116
20117         * configure.ac:
20118           save libs correctly when checking mad
20119
20120 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20121
20122         * ext/mad/gstid3tag.c: (plugin_init):
20123           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
20124
20125 2004-04-13  David Schleef  <ds@schleef.org>
20126
20127         * common/m4/gst-feature.m4: Call -config scripts with
20128         --plugin-libs if it is supported.
20129         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
20130         JPEG images are image/jpeg.
20131         * gst/debug/Makefile.am:
20132         * gst/debug/negotiation.c: (gst_negotiation_class_init),
20133         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
20134         (gst_negotiation_update_caps), (gst_negotiation_get_property),
20135         (gst_negotiation_plugin_init): Add a property that acts like
20136         filter caps.
20137         * testsuite/gst-lint:  Move license checking to be a standard
20138         test.
20139
20140 2004-04-13  David Schleef  <ds@schleef.org>
20141
20142         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
20143         patch from Sebastien Cote (bug #139958)
20144
20145 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20146
20147         * examples/gstplay/Makefile.am:
20148         * examples/gstplay/player.c: (main):
20149           make the commandline player example use gconf settings
20150
20151 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20152
20153         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
20154         (gst_cacasink_sinkconnect), (gst_cacasink_init),
20155         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
20156           init/end library during state transition, not object
20157           creation/disposal.  get rid of custom dispose handler.
20158
20159
20160 2004-04-12  Christian Schaller <Uraeus@gnome.org>
20161
20162         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
20163         be a symlink
20164
20165 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20166
20167         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
20168           Handle JUNK chunks inside data section. Prevents warnings.
20169
20170 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20171
20172         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20173         (gst_riff_create_video_template_caps):
20174           Add MS video v1.
20175         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20176         (gst_avi_demux_stream_data):
20177           Add support for "rec-list" chunks.
20178
20179 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20180
20181         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
20182           Fix another codecname mismatch.
20183
20184 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20185
20186         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20187           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
20188           so that MJPEG plays back.
20189
20190 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20191
20192         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
20193         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
20194         * gst/mpeg1videoparse/gstmp1videoparse.h:
20195           Fix for some slight mis-cuts in buffer parsing, and for some
20196           potential overflows or faults-causers. Adds disconts. Also fixes
20197           #139105 while we're at it.
20198
20199 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20200
20201         * configure.ac:
20202         * sys/v4l2/gstv4l2element.h:
20203           Workaround for missing struct v4l2_buffer declaration in Suse 9
20204           and Mandrake 10 linux/videodev2.h header file (#135919).
20205
20206 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20207
20208         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
20209           Bail out if no filename was given.
20210
20211 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20212
20213         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
20214         (gst_v4l2_fourcc_from_structure):
20215           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
20216           Y41B somewhere).
20217
20218 2004-04-09  Benjamin Otte  <otte@gnome.org>
20219
20220         * ext/gnomevfs/gstgnomevfssink.c:
20221         (_gst_boolean_allow_overwrite_accumulator),
20222         (gst_gnomevfssink_class_init):
20223           fix erase signal - if any handler returns false the file will not be
20224           overwritten. If no handler is connected, the file will not be
20225           overwritten either.
20226           renamed signal to "allow-overwrite"
20227         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
20228           free string when adding it to ID3 failed
20229         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20230           unref event when done
20231         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
20232           free caps
20233         * gst/typefind/gsttypefindfunctions.c:
20234         (mpeg_video_stream_type_find):
20235           fix invalid read
20236
20237 2004-04-08  David Schleef  <ds@schleef.org>
20238
20239         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20240         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
20241
20242 2004-04-08  David Schleef  <ds@schleef.org>
20243
20244         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
20245         we don't support (bug #139532)
20246
20247 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20248
20249         * ext/mad/gstmad.c: (gst_mad_handle_event),
20250         (gst_mad_check_caps_reset), (gst_mad_chain),
20251         (gst_mad_change_state):
20252           only set explicit caps if they haven't been set before for
20253           this stream.  MPEG-audio sample rate/channels aren't allowed
20254           to change in-stream.
20255           Fixes #139382
20256
20257 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20258
20259         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
20260         (_gst_boolean_did_something_accumulator),
20261         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
20262         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
20263         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
20264         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
20265         (gst_gnomevfssink_change_state):
20266           Fix erase signal. Don't erase by default. Remove handoff signal.
20267           Remove erase property. Don't segfault. General cleanup.
20268
20269 2004-04-07  Benjamin Otte  <otte@gnome.org>
20270
20271         * gst-libs/gst/gconf/test-gconf.c: (main):
20272           add missing gst_init
20273
20274 2004-04-07  Benjamin Otte  <otte@gnome.org>
20275
20276         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
20277           free the mutexes, too
20278
20279 2004-04-07  Benjamin Otte  <otte@gnome.org>
20280
20281         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
20282           actually free the URI string
20283         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
20284           compute offset correctly when passing discont events
20285         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20286           don't leak discont events
20287         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
20288           add some missing breaks so caps aren't copied randomly
20289         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
20290           if we realloc memory, we better use it
20291
20292 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20293
20294         * ext/mad/gstmad.c: (normal_seek):
20295           fix GST_FORMAT_TIME usage
20296
20297 2004-04-05  David Schleef  <ds@schleef.org>
20298
20299         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
20300         a deprecated function (hack!)
20301
20302 2004-04-05  Benjamin Otte  <otte@gnome.org>
20303
20304         * ext/esd/esdmon.c: (gst_esdmon_get):
20305           fix nonterminated vararg and memleak
20306
20307 2004-04-05  Benjamin Otte  <otte@gnome.org>
20308
20309         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
20310         (gst_ladspa_init), (gst_ladspa_force_src_caps),
20311         (gst_ladspa_set_property), (gst_ladspa_get_property),
20312         (gst_ladspa_instantiate), (gst_ladspa_activate),
20313         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
20314           clean up debugging
20315
20316 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
20317
20318         reviewed by Benjamin Otte  <otte@gnome.org>
20319
20320         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
20321           check for broken LADSPA parameters (fixes #138635)
20322
20323 2004-04-05  Benjamin Otte  <otte@gnome.org>
20324
20325         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
20326           advertise buffer-frames correctly on sinkpads
20327
20328 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20329
20330         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
20331         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
20332         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
20333         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
20334         (gst_mad_check_caps_reset), (gst_mad_chain):
20335         add more debugging, only reset caps when we're not in error state
20336
20337 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20338
20339         * ext/mad/gstmad.c: add debugging category, comment + cleanups
20340
20341 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
20342
20343         reviewed by Benjamin Otte  <otte@gnome.org>
20344
20345         * configure.ac:
20346           fix == in test(1) operator
20347
20348 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
20349
20350         reviewed by Benjamin Otte  <otte@gnome.org>
20351
20352         * configure.ac:
20353           fix --export-symblos-regex to a working regex.
20354
20355 2004-04-04  Benjamin Otte  <otte@gnome.org>
20356
20357         * sys/oss/.cvsignore:
20358           add for oss_probe
20359
20360 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20361
20362         reviewed by Benjamin Otte  <otte@gnome.org>
20363
20364         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20365           add missing 'new_media' argument (fixes #138168)
20366         * gst/matroska/matroska-demux.c:
20367         (gst_matroska_demux_handle_seek_event):
20368           add vararg terminator (fixes #138169)
20369
20370 2004-04-02  David Schleef  <ds@schleef.org>
20371
20372         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
20373         disted (bug #138914)
20374
20375 2004-04-01  Benjamin Otte  <otte@gnome.org>
20376
20377         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
20378         (gst_alsa_close_audio):
20379           handle case better where a soundcard can't pause
20380         * ext/ogg/gstoggdemux.c:
20381           don't crash when we get events but don't have pads yet
20382
20383 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20384
20385         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
20386           throw an error if we couldn't probe any caps.
20387
20388 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
20389
20390         * ext/dvdnav/gst-dvd:
20391         Add a really simple sample DVD player
20392
20393 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
20394
20395         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
20396         (gst_a52dec_push), (gst_a52dec_handle_event),
20397         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
20398         (gst_a52dec_change_state):
20399         * ext/a52dec/gsta52dec.h:
20400           Use a debug category, Output timestamps correctly
20401           Emit tag info, Handle events, tell liba52dec about cpu
20402           capabilities so it can use MMX etc.
20403         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
20404           Fix a crasher accessing invalid memory
20405         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
20406         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
20407         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20408         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
20409         (dvdnavsrc_query):
20410           Some support for byte-format seeking.
20411           Small fixes for still frames and menu button overlays
20412         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
20413         (gst_mpeg2dec_alloc_buffer):
20414           Use a debug category. Adjust the report level of several items to
20415           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
20416           so it doesn't lose the GstBuffer pointer
20417         * gst/debug/Makefile.am:
20418         * gst/debug/gstdebug.c: (plugin_init):
20419         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
20420         (gst_navseek_base_init), (gst_navseek_class_init),
20421         (gst_navseek_init), (gst_navseek_seek),
20422         (gst_navseek_handle_src_event), (gst_navseek_set_property),
20423         (gst_navseek_get_property), (gst_navseek_chain),
20424         (gst_navseek_plugin_init):
20425         * gst/debug/gstnavseek.h:
20426           Add the navseek debug element for seeking back and forth in a
20427           video stream using arrow keys.
20428         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
20429         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
20430         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
20431         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
20432         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
20433         (gst_mpeg2subt_parse_header), (gst_get_nibble),
20434         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
20435         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
20436         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
20437         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
20438         * gst/mpeg2sub/gstmpeg2subt.h:
20439           Pretty much a complete rewrite. Now a loopbased element. May still
20440           require work to properly synchronise subtitle buffers.
20441         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
20442         (gst_dvd_demux_send_subbuffer):
20443         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
20444           Don't attempt to create subbuffers of size 0
20445           Reduce a couple of error outputs to warnings.
20446         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
20447         (gst_y4mencode_chain):
20448         Output the y4m frame header correctly.
20449
20450 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20451
20452         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
20453           throw errors instead of allowing SIGFPE
20454
20455 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20456
20457         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
20458         (gst_gconf_render_bin_from_key):
20459           leak plugging and style fixing
20460
20461 2004-03-31  David Schleef  <ds@schleef.org>
20462
20463         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
20464         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
20465         (bug #138225)
20466         * gst/debug/Makefile.am:
20467         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
20468         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
20469         plugin.
20470         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
20471         (gst_negotiation_base_init), (gst_negotiation_class_init),
20472         (gst_negotiation_init), (gst_negotiation_getcaps),
20473         (gst_negotiation_pad_link), (gst_negotiation_chain),
20474         (gst_negotiation_set_property), (gst_negotiation_get_property),
20475         (gst_negotiation_plugin_init):  New element to talk about random
20476         negotiation things happening in a pipeline.
20477
20478 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20479
20480         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
20481           fix integer addition with help of Stefan Kost
20482
20483 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20484
20485         * po/nl.po: updated Dutch translation (Elros Cyriatan)
20486
20487 2004-03-30  David Schleef  <ds@schleef.org>
20488
20489         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
20490         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
20491         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
20492         (bug #137504)
20493         * ext/mpeg2dec/gstmpeg2dec.h:
20494
20495 2004-03-30  David Schleef  <ds@schleef.org>
20496
20497         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
20498
20499 2004-03-30  David Schleef  <ds@schleef.org>
20500
20501         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
20502         Michael Petullo) to handle .mov
20503
20504 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20505
20506         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
20507         (gst_osselement_rate_check_rate):
20508           probe caps correctly for sound cards that only support one format
20509
20510 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20511
20512         * ext/kio/kiosrc.cpp: (process_events):
20513           update handling event processing if inside KDE - untested
20514
20515 2004-03-29  David Schleef  <ds@schleef.org>
20516
20517         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
20518         by 2 to not interfere with other colorspaces.
20519         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
20520         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
20521         one to not interfere with ffmpeg_colorspace.
20522
20523 2004-03-29  David Schleef  <ds@schleef.org>
20524
20525         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
20526         aren't in the caps.
20527         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
20528         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
20529
20530 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20531
20532         * gst-libs/gst/riff/riff-media.c:
20533           fail on error, don't try to set stuff on NULL caps
20534
20535 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20536
20537         * configure.ac:
20538         * ext/Makefile.am:
20539         * ext/kio/Makefile.am:
20540         * ext/kio/kioreceiver.cpp:
20541         * ext/kio/kioreceiver.h:
20542         * ext/kio/kiosrc.cpp:
20543         * ext/kio/kiosrc.h:
20544           add experimental kiosrc plugin
20545         * ext/alsa/gstalsaplugin.c: (plugin_init):
20546           initialize debugging category only when we're sure registering the
20547           plugins worked.
20548
20549 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20550
20551         * examples/gstplay/player.c: (main):
20552         * gst-libs/gst/play/play.c: (gst_play_class_init),
20553         (gst_play_set_location), (gst_play_set_data_src),
20554         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20555         (gst_play_set_visualization), (gst_play_connect_visualization):
20556           check return values of element_set_state and return FALSE where
20557           failed
20558
20559 2004-03-29  Benjamin Otte  <otte@gnome.org>
20560
20561         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20562           try harder to check if an event is really a discont
20563
20564 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20565
20566         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
20567         * po/az.po:
20568
20569 2004-03-28  Benjamin Otte  <otte@gnome.org>
20570
20571         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20572         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20573         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20574           get rid of non-standard "..." ranges in case statements.
20575
20576 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
20577
20578         * gst/mpegstream/gstmpegdemux.c:
20579         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
20580         specific functionality split to the new dvddemux element.
20581         * gst/mpegstream/gstdvddemux.c:
20582         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
20583         streams, derived from mpegdemux.
20584         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
20585         up. SCR based timestamp rewriting can be turned off (will probably
20586         completely disappear soon).
20587         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
20588         hacking. General cleanup. All printf statements replaced by
20589         debugging messages. Almost complete libdvdnav support.
20590         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
20591         by events. New properties for audio and subpicture languages.
20592         (dvdnavsrc_update_highlight): Now uses events.
20593         (dvdnavsrc_user_op): Cleaned up.
20594         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
20595         based). Lots of cleanup, and propper support for most libdvdnav
20596         events.
20597         (dvdnavsrc_make_dvd_event): New function.
20598         (dvdnavsrc_make_dvd_nav_packet_event): New function.
20599         (dvdnavsrc_make_clut_change_event): New function.
20600
20601 2004-03-26  Benjamin Otte  <otte@gnome.org>
20602
20603         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
20604           fix bug where typefinding would claim it's theora whenever less then
20605           7 bytes of data were available
20606
20607 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20608
20609         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
20610         (gst_alawdec_base_init), (gst_alawdec_class_init),
20611         (gst_alawdec_init), (gst_alawdec_chain):
20612         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
20613         (gst_alawenc_base_init), (gst_alawenc_class_init),
20614         (gst_alawenc_init), (gst_alawenc_chain):
20615         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
20616         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
20617         (gst_mulawdec_init), (gst_mulawdec_chain):
20618         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
20619         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
20620         (gst_mulawenc_init), (gst_mulawenc_chain):
20621           Fix capsnego in all four, remove the unused property functions and
20622           simplify the chain functions slightly. I guess we could use macros
20623           or something similar for those, since the code is so similar, but
20624           I'm currently too lazy...
20625
20626 2004-03-24  David Schleef  <ds@schleef.org>
20627
20628         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
20629         (gst_osselement_close_audio), (gst_osselement_probe_caps),
20630         (gst_osselement_get_format_structure),
20631         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
20632         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
20633         (gst_osselement_rate_int_compare): Add code to handle rate probing
20634         (bug #120883)
20635         * sys/oss/gstosselement.h: same
20636         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
20637         Use rate probing provided by osselement.
20638         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
20639
20640 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20641
20642         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
20643         (gst_xvidenc_get_property):
20644           ulong/int mess-up.
20645
20646 2004-03-24  David Schleef  <ds@schleef.org>
20647
20648         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
20649         (gst_speexdec_init):
20650         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
20651         (gst_speexenc_init):  Create the pad template correctly (from
20652         the static pad template, not a NULL pointer.)
20653
20654 2004-03-25  Benjamin Otte  <otte@gnome.org>
20655
20656         * gst/debug/Makefile.am:
20657         * gst/debug/breakmydata.c:
20658           add element that quasi-randomly changes bytes in the stream.
20659           Intended use is robustness checking of demuxers and decoders in
20660           media tests.
20661
20662 2004-03-24  Benjamin Otte  <otte@gnome.org>
20663
20664         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20665         (gst_alsa_probe_hw_params):
20666         * ext/alsa/gstalsa.h:
20667           debugging output fixes
20668
20669 2004-03-24  Benjamin Otte  <otte@gnome.org>
20670
20671         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
20672           don't g_return_if_fail if element is PLAYING, fail silently as every
20673           other element.
20674         * gst/effectv/gstquark.c: (gst_quarktv_chain):
20675           only fix needed for cast lvalue issues in gst-plugins
20676         * gst/volenv/gstvolenv.c: (gst_volenv_init):
20677           add proxy_getcaps
20678
20679 2004-03-24  Benjamin Otte  <otte@gnome.org>
20680
20681         * gst/level/gstlevel.c: (gst_level_init):
20682           add proxying getcaps function, so level doesn't advertise impossible
20683           caps
20684
20685 2004-03-24  David Schleef  <ds@schleef.org>
20686
20687         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20688         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
20689         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
20690         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
20691         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
20692         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
20693         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
20694         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
20695         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
20696         messages.  Divide the chunk size by the compression ratio
20697         (needed for MACE audio)
20698
20699 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20700
20701         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20702           Fix buffer overflow read error.
20703
20704 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20705
20706         * ext/alsa/gstalsa.h:
20707           Remove unused entry.
20708         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20709           Add cinepak.
20710         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20711         (gst_videodrop_link), (gst_videodrop_chain):
20712           Fix, sort of. Was horribly broken with new capsnego. Bah...
20713
20714 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
20715
20716         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
20717         (plugin_init):
20718         Add a monkeysaudio typefind function
20719
20720 2004-03-23  Johan Dahlin  <johan@gnome.org>
20721
20722         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
20723         (gst_play_video_fixate): Check so the structure has the field
20724         before trying to fixate them, this makes it possible to have
20725         fakesinks for video and audio output without printing errors on
20726         the output console.
20727
20728 2004-03-22  David Schleef  <ds@schleef.org>
20729
20730         * sys/oss/Makefile.am:
20731         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
20732         (check_rate), (add_rate):  Rate probing test app.
20733
20734 2004-03-21  Benjamin Otte  <otte@gnome.org>
20735
20736         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20737         (_fixate_caps_to_int), (gst_audio_convert_fixate):
20738           add a fixation function that pretty much does the right thing (fixes
20739           #137556)
20740
20741 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
20742
20743         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
20744
20745 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20746
20747         reviewed by: Benjamin Otte  <otte@gnome.org>
20748
20749         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20750           terminate gst_event_new_discontinuous correctly (fixes parts of
20751           #137711)
20752
20753 2004-03-19  David Schleef  <ds@schleef.org>
20754
20755         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
20756         since it doesn't depend on X, and it's part of our ABI.
20757
20758 2004-03-19  Iain <iain@prettypeople.org>
20759
20760         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
20761         is_int in the structure, not the local variable.
20762
20763 2004-03-19  David Schleef  <ds@schleef.org>
20764
20765         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
20766         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
20767         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
20768         Improvements in caps negotiation.
20769
20770 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20771
20772         * po/LINGUAS:
20773         * po/af.po:
20774           adding Afrikaans (Petri Jooste)
20775
20776 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20777
20778         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20779         (gst_ffmpegcolorspace_chain):
20780         throw error instead of g_critical (#137588)
20781
20782 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20783
20784         * Makefile.am:
20785         * configure.ac:
20786           dist common and m4 correctly
20787         * po/sv.po:
20788
20789 2004-03-17  David Schleef  <ds@schleef.org>
20790
20791         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
20792         (bug #137348)
20793
20794 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20795
20796         * po/LINGUAS:
20797         * po/sv.po:
20798           adding Swedish translation (Christian Rose)
20799
20800 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20801
20802         * Makefile.am: use release.mak
20803
20804 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20805
20806         * common/ChangeLog:
20807         * common/gst-autogen.sh:
20808           add some explanation about the version detection
20809         * configure.ac:
20810           fix X check
20811
20812 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20813
20814         * configure.ac: bump nano to 1
20815
20816 === release 0.8.0 ===
20817
20818 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20819
20820         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
20821
20822 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20823
20824         * configure.ac:
20825           update libtool version
20826         * gst-libs/gst/media-info/Makefile.am:
20827           actually use libtool version
20828
20829 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20830
20831         * configure.ac: fix speex detection to work with 1.0 but not 1.1
20832
20833 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20834
20835         * configure.ac:
20836         * gst-plugins.spec.in:
20837         * pkgconfig/Makefile.am:
20838         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
20839         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20840         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20841         * pkgconfig/gstreamer-libs.pc.in:
20842         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20843         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20844         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
20845         * pkgconfig/gstreamer-plugins.pc.in:
20846           remove @VERSION@ from some of the pc files since core and plugins
20847           are decoupled.
20848           created gstreamer-plugins.pc as it's a better name, but keeping
20849           -libs around for now to get fixes upstream done first.
20850
20851 2004-03-15  Julien MOUTTE <julien@moutte.net>
20852
20853         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
20854         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
20855         * gst-libs/gst/play/play.h:
20856
20857 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20858
20859         * *.c, *.cc: don't mix tabs and spaces
20860
20861 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20862
20863         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
20864           use the new ffmpegcolorspace
20865         * gst-plugins.spec.in:
20866           package new colorspace and media-info
20867         * configure.ac:
20868         * pkgconfig/Makefile.am:
20869           fix some more disting issues
20870         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20871         * pkgconfig/gstreamer-media-info.pc.in:
20872           generate media-info pc files
20873
20874 2004-03-15  Johan Dahlin  <johan@gnome.org>
20875
20876         * *.h: Revert indenting
20877
20878 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20879
20880         * configure.ac:
20881           adding ffmpegcolorspace element
20882         * gst/ffmpegcolorspace/Makefile.am:
20883         * gst/ffmpegcolorspace/avcodec.h:
20884         * gst/ffmpegcolorspace/common.h:
20885         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
20886         * gst/ffmpegcolorspace/dsputil.h:
20887         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
20888         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20889         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
20890         (gst_ffmpeg_caps_to_pix_fmt):
20891         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
20892         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20893         (gst_ffmpegcolorspace_caps_remove_format_info),
20894         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
20895         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
20896         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
20897         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
20898         (gst_ffmpegcolorspace_set_property),
20899         (gst_ffmpegcolorspace_get_property),
20900         (gst_ffmpegcolorspace_register):
20901         * gst/ffmpegcolorspace/imgconvert.c:
20902         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20903         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
20904         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
20905         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
20906         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
20907         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
20908         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
20909         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
20910         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
20911         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
20912         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
20913         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
20914         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
20915         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
20916         (img_get_alpha_info), (deinterlace_line),
20917         (deinterlace_line_inplace), (deinterlace_bottom_field),
20918         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
20919         * gst/ffmpegcolorspace/imgconvert_template.h:
20920         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
20921         * gst/ffmpegcolorspace/mmx.h:
20922         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
20923           adding ffmpegcolorspace element supplied by Ronald after cleaning
20924           up and pulling in the right bits of upstream source.
20925           I'm sure a better C/compiler wizard could do some cleaning up (for
20926           example use GLIB's malloc stuff), but as a first pass this
20927           works very well
20928
20929 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20930
20931         * ext/alsa/gstalsa.h:
20932           I assume Ronald forgot to commit the change to have cardname
20933           as a struct member.  Expect some public spanking at the next
20934           opportunity.
20935
20936 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20937
20938         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
20939         (gst_alsa_open_audio), (gst_alsa_close_audio):
20940         * ext/alsa/gstalsa.c:
20941           Don't open the device if we're a mixer (= padless).
20942         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
20943         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
20944         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
20945           Open mixer during state change rather than during object
20946           initialization. Also, get a device name. Currently in a somewhat
20947           hackish fashion, but I didn't really find something better.
20948
20949 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20950
20951         * *.c, *.h: run gst-indent
20952
20953 2004-03-14  Benjamin Otte  <otte@gnome.org>
20954
20955         * gst/modplug/gstmodplug.cc:
20956         * gst/modplug/gstmodplug.h:
20957           set correct timestamps on outgoing buffers
20958
20959 2004-03-14  Benjamin Otte  <otte@gnome.org>
20960
20961         * gst/modplug/gstmodplug.cc:
20962           handle events - don't do crap when a discont arrives that's not
20963           necessary
20964           This allows correct loading and playback of mods in Rhythmbox
20965
20966 2004-03-14  Benjamin Otte  <otte@gnome.org>
20967
20968         * configure.ac:
20969         * gst-libs/gst/gconf/Makefile.am:
20970         * pkgconfig/Makefile.am:
20971           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
20972           they get rebuilt properly
20973         * configure.ac:
20974           when checking for vorbis, try pkgconfig first.
20975         * gst/modplug/gstmodplug.cc:
20976           add fixate function
20977
20978 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20979
20980         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20981           Fix for obvious mistake, where we first shift the offset and then
20982           read a samplesize element assuming the old offset. Note that this
20983           part still has something weird, i.e. my movies containing those
20984           don't actually play well, but at least there's something that looks
20985           like sound now.
20986
20987 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
20988         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
20989         (plugin_init):
20990         Add a typefind function for speex format
20991
20992 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20993
20994         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
20995         (gst_asf_demux_setup_pad):
20996           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
20997           instead of 0. Reason is simple: some elements have a fps range
20998           of 1-max instead of 0-max. So now ASF video actually works.
20999
21000 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21001
21002         * po/LINGUAS:
21003         * po/sr.po:
21004           adding serbian as a language
21005
21006 2004-03-13  Benjamin Otte  <otte@gnome.org>
21007
21008         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
21009           return taglist correctly from _get function, don't gst_pad_push it.
21010           (fixes #137042)
21011
21012 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
21013         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
21014
21015 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21016
21017         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
21018         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
21019         (gst_alsa_mixer_track_new):
21020         * ext/alsa/gstalsamixertrack.h:
21021           Fix ancient leftovers... MixerTrack is a GObject.
21022
21023 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21024
21025         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
21026         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
21027           Don't block during probing...
21028
21029 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21030
21031         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
21032         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
21033         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
21034         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
21035         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
21036         (gst_alsa_open_audio), (gst_alsa_close_audio):
21037         * ext/alsa/gstalsa.h:
21038           Add propertyprobe interface implementation, add some device-name
21039           property, all this so that it looks good in gnome-volume-control.
21040
21041 2004-03-12  David Schleef  <ds@schleef.org>
21042
21043         * configure.ac: the Hermes library controls hermescolorspace, not
21044         colorspace.
21045         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
21046         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
21047         not /* */
21048         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
21049         * ext/sdl/sdlvideosink.h: ditto.
21050         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
21051
21052 2004-03-12  Benjamin Otte  <otte@gnome.org>
21053
21054         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
21055         (gst_x_overlay_got_xwindow_id):
21056         * gst-libs/gst/xoverlay/xoverlay.h:
21057           replace XID with unsigned long to get rid of the xlibs dependency in
21058           XOverlay (fixes #137004)
21059
21060 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
21061         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
21062         (gst_agingtv_setup):
21063         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
21064         (gst_dicetv_base_init), (gst_dicetv_class_init),
21065         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
21066         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
21067         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
21068         (gst_edgetv_setup), (gst_edgetv_rgb32):
21069         * gst/effectv/gsteffectv.c:
21070         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
21071         (gst_quarktv_set_property):
21072         * gst/effectv/gstrev.c: (gst_revtv_get_type),
21073         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
21074         (gst_revtv_setup), (gst_revtv_rgb32):
21075         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
21076         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
21077         (gst_shagadelictv_init), (gst_shagadelictv_setup),
21078         (gst_shagadelictv_rgb32):
21079         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
21080         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
21081         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
21082         * gst/effectv/gstwarp.c:
21083         Port everything that can be ported to videofilter and fix up the caps.
21084         Can someone with a big-endian machine please check these?
21085
21086 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21087
21088         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
21089         (gst_osssink_chain), (gst_osssink_change_state):
21090           Latest fixes for A/V sync, audio playback and such. This is about
21091           all... MPEG playback issues are mostly related to the async build-
21092           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
21093
21094 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21095
21096         patch from: Stephane Loeuillet
21097
21098         * configure.ac:
21099           use pkg-config for some libraries, falling back to the old .m4 way
21100           (fixes #131270)
21101         * m4/libdv.m4:
21102           removed
21103
21104 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21105
21106         * configure.ac:
21107         * tools/Makefile.am:
21108         * tools/Makefile.in:
21109         * tools/gst-launch-ext-m.m:
21110         * tools/gst-launch-ext.1.in:
21111         * tools/gst-visualise-m.m:
21112         * tools/gst-visualise.1:
21113         * tools/gst-visualise.1.in:
21114           reorganizing generation of script tools
21115
21116 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21117
21118         * ext/divx/gstdivxdec.c:
21119           Downgrade priority. We prefer ffdec_mpeg4.
21120         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
21121         (gst_faad_chain), (gst_faad_change_state):
21122           Fix capsnego. Doesn't work for some sounds because we don't have
21123           a 5:1 to stereo element.
21124         * ext/xvid/gstxvid.c: (plugin_init):
21125           Add priority.
21126         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
21127         (gst_osssink_change_state):
21128           Add discont handling.
21129
21130 2004-03-09  Colin Walters  <walters@verbum.org>
21131
21132         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
21133         conversion.
21134
21135 2004-03-09  Benjamin Otte  <otte@gnome.org>
21136
21137         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
21138           the signals take 2 arguments
21139
21140 2004-03-09  David Schleef  <ds@schleef.org>
21141
21142         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
21143         (gst_alsa_fixate): Add fixate function.  (bug #136686)
21144         * ext/alsa/gstalsa.h:
21145         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
21146
21147 2004-03-09  Benjamin Otte  <otte@gnome.org>
21148
21149         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
21150         (gst_mikmod_change_state):
21151         * ext/mikmod/gstmikmod.h:
21152           make mikmod's loop function not loop infinitely and call
21153           gst_element_yield anymore
21154         * gst/modplug/gstmodplug.cc:
21155           fix pad negotiation (fixes #136590)
21156
21157 2004-03-09  David Schleef  <ds@schleef.org>
21158
21159         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
21160         doesn't conflict with the internal colorspace plugin.
21161         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
21162         satisfy the crappy-ass shell shipped by a certain vendor.
21163         * gst/videofilter/make_filter: same (bug #135299)
21164
21165 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21166
21167         * configure.ac: bump nano to 1
21168
21169 === release 0.7.6 ===
21170
21171 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21172
21173         * configure.in: releasing 0.7.6, "There"
21174
21175 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21176
21177         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21178         * pkgconfig/gstreamer-play.pc.in:
21179           synchronize the two
21180
21181 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21182
21183         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
21184         (cdparanoia_open), (cdparanoia_event):
21185           fix/add error handling
21186         * po/POTFILES.in:
21187           add cdparanoia source
21188         * tools/Makefile.am:
21189           make scripts executable
21190
21191 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21192
21193         * configure.ac:
21194         * ext/vorbis/Makefile.am:
21195         * sys/Makefile.am:
21196           remove id3types, vorbisfile and xvideosink from the build (#133783)
21197
21198 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21199
21200         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21201           Fix metadata read crash (#136537).
21202
21203 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21204
21205         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
21206         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
21207           adding mime types, fixing the one-stop function
21208
21209 2004-03-08  Christian Schaller <Uraeus@gnome.org>
21210
21211         * ext/nas/nassink.c and /ext/nas/nassink.h:
21212         More NAS love from Arwed von Merkatz
21213         So lets all sing 'Can you feel the NAS tonight'
21214
21215 2004-03-08  Christian Schaller <Uraeus@gnome.org>
21216
21217         * tools/gst-launch-ext.in:
21218         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
21219
21220 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21221
21222         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
21223         (gst_mpeg2dec_init):
21224         remove the user_data pad for now, because it is being used in
21225         fixating causing MPEG playback to fixate on 1000 Hz for playback.
21226         If someone knows how to fix this properly, please do.
21227
21228 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21229
21230         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21231         (gst_osssink_get_time):
21232         add a warning, IMO this won't get triggered anymore, remove later
21233
21234 2004-03-07  David Schleef  <ds@schleef.org>
21235
21236         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
21237         format (bug #136470)
21238
21239 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
21240
21241         * gst-libs/Makefile.am:
21242         * gst-libs/gst/media-info/Makefile.am:
21243         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
21244         (error_callback), (gst_media_info_error_create),
21245         (gst_media_info_error_element), (gmip_init), (gmip_reset),
21246         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
21247         * gst-libs/gst/media-info/media-info-priv.h:
21248         * gst-libs/gst/media-info/media-info-test.c: (main):
21249         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
21250         (gst_media_info_class_init), (gst_media_info_instance_init),
21251         (gst_media_info_set_source), (gst_media_info_read_with_idler),
21252         (gst_media_info_read_idler), (gst_media_info_read):
21253         * gst-libs/gst/media-info/media-info.h:
21254         fixed, should work now
21255
21256 2004-03-07  Christian Schaller <Uraeus@gnome.org>
21257
21258         * ext/nas/nassink.c:
21259         A bunch of NAS fixes from Arwed von Merkatz
21260
21261 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21262
21263         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21264         (qtdemux_parse_trak):
21265           Fix crash (j might be greater than n_samples, in which case we're
21266           writing outside the allocated space for the array) and memleak.
21267
21268 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21269
21270         * sys/oss/gstosssink.c: (gst_osssink_chain):
21271           And another caller that couldn't handle delay < 0 (unsigned
21272           integer overflow). Video now continues playing on an audio
21273           buffer underrun, and the clock continues working. Audio still
21274           stalls.
21275
21276 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21277
21278         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21279         (gst_osssink_get_time):
21280           get_delay() may return values lower than 0. In those cases, we
21281           should not actually cast to *unsigned* int64, that will break
21282           stuff horribly. In my case, it screwed up A/V sync in movies
21283           in totem rather badly.
21284
21285 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21286
21287         * ext/faac/gstfaac.c: (gst_faac_chain):
21288         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21289         * ext/libpng/gstpngenc.c: (user_write_data):
21290         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
21291         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
21292         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
21293         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
21294         Fix several misuse of gst_buffer_merge (it doesn't take ownership
21295         of any buffer), should fix some leaks. I hope I didn't unref buffers
21296         that shouldn't be...
21297
21298 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21299
21300         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
21301         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
21302         (error_callback), (gmi_reset), (gmi_seek_to_track),
21303         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
21304         (gmip_find_type_post), (gmip_find_stream_post),
21305         (gmip_find_track_streaminfo_post):
21306         * gst-libs/gst/media-info/media-info-priv.h:
21307         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
21308         (info_print), (main):
21309         * gst-libs/gst/media-info/media-info.c:
21310         (gst_media_info_error_create), (gst_media_info_error_element),
21311         (gst_media_info_instance_init), (gst_media_info_get_property),
21312         (gst_media_info_new), (gst_media_info_set_source),
21313         (gst_media_info_read_idler), (gst_media_info_read):
21314         * gst-libs/gst/media-info/media-info.h:
21315           first pass at making this work again.  This seems to work on
21316           tagged ogg/vorbis and mp3 files.
21317
21318 2004-03-06  Benjamin Otte  <otte@gnome.org>
21319
21320         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21321           fix huge leak: gst_buffer_merge doesn't unref the first argument
21322           itself.
21323
21324 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21325
21326         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
21327           report layer/mode/emphasis
21328
21329 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21330
21331         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
21332
21333 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21334
21335         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
21336           signal serial
21337
21338 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21339
21340         * ext/vorbis/vorbis.c: (plugin_init):
21341         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
21342         (gst_vorbis_dec_init), (vorbis_dec_event):
21343         add debug category
21344         make vorbisdec handle _BYTE and _TIME queries
21345
21346 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21347
21348         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
21349           from the xing header
21350
21351 2004-03-06  Benjamin Otte  <otte@gnome.org>
21352
21353         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
21354         (gst_audio_convert_link), (gst_audio_convert_change_state),
21355         (gst_audio_convert_buffer_from_default_format):
21356           do conversions from/to float correctly, fix some caps nego errors,
21357           export correct supported caps in template and getcaps, use correct
21358           caps in try_set_caps functions
21359
21360 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21361
21362         For some reason, I only committed a ChangeLog entry yesterday and
21363         not the corresponding code...
21364         * ext/mad/gstmad.c: Fix detection of Xing headers
21365         * gst/tags/gstid3tag.c: Changes to support TLEN tags
21366
21367 2004-03-06  Benjamin Otte  <otte@gnome.org>
21368
21369         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
21370         (gst_ogg_demux_src_query):
21371           make sure to handle the case where there's no current chain
21372           gracefully.
21373
21374 2004-03-05  David Schleef  <ds@schleef.org>
21375
21376         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
21377         Add fixate function. (bug #131128)
21378         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
21379         (gst_sdlvideosink_fixate):  Add fixate function.
21380         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21381         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
21382         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
21383         Fix missing break that was causing ulaw to be interpreted as
21384         raw int.
21385
21386 2004-03-05  David Schleef  <ds@schleef.org>
21387
21388         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
21389         Fix code that ignores return value of gst_buffer_merge().
21390         (bug #114560)
21391         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
21392         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
21393         * testsuite/gst-lint:  Check for above.
21394
21395 2004-03-05  David Schleef  <ds@schleef.org>
21396
21397         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
21398         caps and throw an element error.  (bug #136334)
21399
21400 2004-03-05  David Schleef  <ds@schleef.org>
21401
21402         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
21403         (gst_faad_chain): Fix negotiation.
21404         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
21405         key and button events.
21406         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
21407         dung heap of code.
21408         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
21409         depends on gconf
21410         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
21411         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
21412         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
21413         function to encourage better negotiation, particularly between
21414         audioconvert and osssink.
21415         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21416         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
21417         more important.
21418         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
21419         typefinding.
21420         * gst/vbidec/vbiscreen.c:  Add glib header
21421         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
21422
21423 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
21424
21425         * ext/mad/gstmad.c: Fix detection of Xing headers
21426         * gst/tags/gstid3tag.c: Changes to support TLEN tags
21427
21428 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21429
21430         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21431         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
21432           debug updates
21433
21434 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21435
21436         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21437         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
21438         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
21439         files, and report the parsed length as a GST_TAG_DURATION tag.
21440         * gst/tags/gstid3tag.c: support TLEN (duration) tag
21441
21442 2004-03-05  Benjamin Otte  <otte@gnome.org>
21443
21444         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
21445           convert channels correctly. convert correctly to unsigned.
21446
21447 2004-03-05  Julien MOUTTE <julien@moutte.net>
21448
21449         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
21450         we have a window before clearing it.
21451
21452 2004-03-05  Julien MOUTTE <julien@moutte.net>
21453
21454         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
21455         have a window before clearing it.
21456
21457 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21458
21459         * gconf/gstreamer.schemas.in:
21460         * gst-libs/gst/gconf/Makefile.am:
21461           version installation path the same way as for 0.6
21462         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
21463         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21464         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21465           remove comment that was fixed
21466
21467 2004-03-05  David Schleef  <ds@schleef.org>
21468
21469         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
21470         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
21471         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
21472         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
21473         Add prototype code for handling seeking and querying.
21474
21475 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21476
21477         * examples/gstplay/player.c: (main):
21478           Initialize variables to NULL. Prevents a segfault because the
21479           (uninitialized) variable is not NULL, resulting in a crash on
21480           trying to reach error->message.
21481
21482 2004-03-05  Benjamin Otte  <otte@gnome.org>
21483
21484         * gst/audioconvert/gstaudioconvert.c:
21485         (gst_audio_convert_buffer_to_default_format):
21486         make float=>int conversion work correctly even in cornercases.
21487
21488 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
21489
21490         * debian/README.Debian:
21491         * debian/build-deps:
21492         * debian/changelog:
21493         * debian/control:
21494         * debian/control.in:
21495         * debian/copyright:
21496         * debian/gstreamer-a52dec.files:
21497         * debian/gstreamer-aa.files:
21498         * debian/gstreamer-alsa.files:
21499         * debian/gstreamer-alsa.manpages:
21500         * debian/gstreamer-arts.files:
21501         * debian/gstreamer-artsd.files:
21502         * debian/gstreamer-audiofile.files:
21503         * debian/gstreamer-avifile.files:
21504         * debian/gstreamer-cdparanoia.files:
21505         * debian/gstreamer-colorspace.files:
21506         * debian/gstreamer-doc.files:
21507         * debian/gstreamer-dv.files:
21508         * debian/gstreamer-dvd.files:
21509         * debian/gstreamer-esd.files:
21510         * debian/gstreamer-festival.files:
21511         * debian/gstreamer-flac.files:
21512         * debian/gstreamer-gconf.conffiles:
21513         * debian/gstreamer-gconf.files:
21514         * debian/gstreamer-gconf.postinst:
21515         * debian/gstreamer-gnomevfs.files:
21516         * debian/gstreamer-gsm.files:
21517         * debian/gstreamer-http.files:
21518         * debian/gstreamer-jack.files:
21519         * debian/gstreamer-jpeg.files:
21520         * debian/gstreamer-mad.files:
21521         * debian/gstreamer-mikmod.files:
21522         * debian/gstreamer-misc.files:
21523         * debian/gstreamer-mpeg2dec.files:
21524         * debian/gstreamer-oss.files:
21525         * debian/gstreamer-plugin-apps.files:
21526         * debian/gstreamer-plugin-apps.manpages:
21527         * debian/gstreamer-plugin-libs-dev.files:
21528         * debian/gstreamer-plugin-libs.files:
21529         * debian/gstreamer-plugin-template.postinst:
21530         * debian/gstreamer-plugin-template.postrm:
21531         * debian/gstreamer-sdl.files:
21532         * debian/gstreamer-sid.files:
21533         * debian/gstreamer-vorbis.files:
21534         * debian/gstreamer-x.files:
21535         * debian/mk.control:
21536         * debian/rules:
21537         Debian package info not maintained here.
21538
21539 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21540
21541         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
21542         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
21543         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
21544         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
21545         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
21546         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
21547         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
21548         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
21549         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
21550         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
21551         * gst-libs/gst/colorbalance/colorbalance.c:
21552         (gst_color_balance_class_init):
21553         * gst-libs/gst/colorbalance/colorbalancechannel.c:
21554         (gst_color_balance_channel_class_init):
21555         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
21556         * gst-libs/gst/play/play.c: (gst_play_class_init):
21557         * gst-libs/gst/propertyprobe/propertyprobe.c:
21558         (gst_property_probe_iface_init):
21559         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
21560         * gst-libs/gst/tuner/tunerchannel.c:
21561         (gst_tuner_channel_class_init):
21562         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
21563         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
21564         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
21565         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
21566         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
21567         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
21568         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
21569         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
21570         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
21571           fix signals to use - instead of _
21572         * ext/libcaca/gstcacasink.h:
21573         * ext/sdl/sdlvideosink.h:
21574           fix header rename
21575
21576 2004-03-04  David Schleef  <ds@schleef.org>
21577
21578         * testsuite/gst-lint:  Add a check for bad signal names.
21579
21580 2004-03-04  <kost@imn.htwk-leipzig.de>
21581
21582         reviewed by David Schleef
21583
21584         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
21585         modified the alpha channel and caused a warning. (bug #136192)
21586
21587 2004-04-03  Christian Schaller <Uraeus@gnome.org>
21588
21589         * gst-plugins.spec.in:
21590         Change names of plugins to actually be correct. Try to keep things
21591         alphabetical to avoid getting beat up by Thomas
21592
21593 2004-03-03  Julien MOUTTE <julien@moutte.net>
21594
21595         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
21596         Using ximagesink as a default if no gconf key found. We should
21597         probably consider using alsasink instead of osssink for the audio
21598         part.
21599
21600 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21601
21602         * configure.ac:
21603           fix --with-plugins, don't think it ever worked before
21604         * gst-plugins.spec.in:
21605           even more updates
21606
21607 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21608
21609         * ext/sdl/sdlvideosink.h:
21610         * sys/ximage/ximagesink.h:
21611         * sys/xvideo/xvideosink.h:
21612         * sys/xvimage/xvimagesink.h:
21613           Fix for move of gstvideosink.h -> videosink.h.
21614
21615 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21616
21617         * gst-libs/gst/xwindowlistener/Makefile.am:
21618           this is a plugin library, not a library
21619
21620 2004-03-01  David Schleef  <ds@schleef.org>
21621
21622         * AUTHORS:  Added some names.  Add yourself if you're still
21623         missing.
21624
21625 2004-03-01  David Schleef  <ds@schleef.org>
21626
21627         * MAINTAINERS: Add
21628
21629 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21630
21631         * gst-plugins.spec.in: clean up spec file
21632
21633 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21634
21635         * gst-libs/gst/video/Makefile.am:
21636         * gst-libs/gst/video/gstvideosink.c:
21637         * gst-libs/gst/video/gstvideosink.h:
21638           rename gstvideosink.h to videosink.h to match other headers
21639         * gst/mixmatrix/Makefile.am:
21640           fix plugin filename
21641         * gst/tags/Makefile.am: fix plugin filename
21642
21643 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21644
21645         * gst/tags/Makefile.am: fix plugin filename
21646
21647 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21648
21649         * examples/gstplay/player.c: (got_time_tick), (main):
21650           add error handler
21651           display time_tick more readably
21652         * gst/mixmatrix/Makefile.am:
21653           fix plugin file name
21654
21655 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
21656
21657         * sys/oss/gstosselement.c: (gst_osselement_probe),
21658         (device_combination_append), (gst_osselement_class_probe_devices):
21659         * sys/oss/gstosselement.h:
21660           Reworked enumeration of oss dsps and mixers so that gst-mixer works
21661           on my system using alsa oss emulation, fixes bug #135597
21662
21663 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21664
21665         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
21666         (gst_videodrop_chain), (gst_videodrop_change_state):
21667         * gst/videodrop/gstvideodrop.h:
21668           Work based on timestamp of input data, not based on the expected
21669           framerate from the input. The consequence is that this element now
21670           not only scales framerates, but also functions as a framerate
21671           corrector or framerate stabilizer/constantizer.
21672
21673 2004-02-27  David Schleef  <ds@schleef.org>
21674
21675         patches from jmmv@menta.net (Julio M. Merino Vidal)
21676
21677         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
21678         GST_ELEMENT_ERROR call (bug #135634)
21679         * gst/interleave/interleave.c: (interleave_buffered_loop),
21680         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
21681         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
21682         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21683         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
21684         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
21685         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
21686         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
21687         Fix GST_ELEMENT_ERROR call.
21688         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
21689         GST_ELEMENT_ERROR call.
21690
21691 2004-02-27  Benjamin Otte  <otte@gnome.org>
21692
21693         * gst-libs/gst/audio/audio.h:
21694           add macro to make sure header isn't included twice
21695         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
21696           don't use gst_buffer_free
21697         * gst/playondemand/filter.func:
21698           don't use gst_data_free. Free data only once.
21699
21700 2004-02-26  David Schleef  <ds@schleef.org>
21701
21702         * gst-libs/gst/colorbalance/Makefile.am:
21703         * gst-libs/gst/mixer/Makefile.am:
21704         * gst-libs/gst/tuner/Makefile.am:
21705         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
21706         should not be disted, -marshal.h files should not be installed,
21707         and -enum.h files _should_ be installed.  Fix to make this the
21708         case.
21709
21710 === release 0.7.5 ===
21711
21712 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21713
21714         * configure.ac: release 0.7.5, "Under The Sea"
21715
21716 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21717
21718         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
21719         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
21720         * gst/videoscale/gstvideoscale.c:
21721         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
21722           assorted debug/warning fixes
21723
21724 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21725
21726         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21727         (gst_videoscale_init), (gst_videoscale_chain),
21728         (gst_videoscale_set_property), (plugin_init):
21729         * gst/videoscale/gstvideoscale.h:
21730         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
21731         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
21732         (gst_videoscale_planar400), (gst_videoscale_packed422),
21733         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
21734         (gst_videoscale_24bit), (gst_videoscale_16bit),
21735         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
21736         (gst_videoscale_scale_plane_slow),
21737         (gst_videoscale_scale_point_sample),
21738         (gst_videoscale_scale_nearest),
21739         (gst_videoscale_scale_nearest_str2),
21740         (gst_videoscale_scale_nearest_str4),
21741         (gst_videoscale_scale_nearest_32bit),
21742         (gst_videoscale_scale_nearest_24bit),
21743         (gst_videoscale_scale_nearest_16bit):
21744         add debugging category and use it properly
21745         fix use of GST_PTR_FORMAT
21746
21747 2004-02-25  Andy Wingo  <wingo@pobox.com>
21748
21749         * gst/interleave/interleave.c (interleave_buffered_loop): Always
21750         push only when channel->buffer is NULL. Prevents segfaults doing
21751         the state change after a nonlocal exit, like a scheme exception.
21752
21753         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
21754         Handle the case where the intersected caps is empty.
21755
21756 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21757
21758         * gst/law/mulaw-decode.c: (mulawdec_link):
21759         * gst/law/mulaw.c: (plugin_init):
21760           fix mulawdec so it actually works again
21761
21762 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
21763
21764         reviewed by: David Schleef  <ds@schleef.org>
21765
21766         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
21767         (gst_gamma_init), (gst_gamma_set_property),
21768         (gst_gamma_get_property), (gst_gamma_calculate_tables),
21769         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
21770         for RGB, with separate r g and b correction factors. (#131167)
21771
21772 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21773
21774         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21775           only signal tags for bitrate if they're > 0 (#134894)
21776
21777 2004-02-24  David Schleef  <ds@schleef.org>
21778
21779         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
21780         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
21781         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
21782         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
21783         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
21784         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
21785         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
21786         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
21787         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
21788         category.  Attempt to fix timestamp calculation.
21789
21790 2004-02-24  Johan Dahlin  <johan@gnome.org>
21791
21792         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
21793
21794 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21795
21796         * configure.ac:
21797         * gconf/Makefile.am:
21798         * gconf/gstreamer.schemas:
21799         * gst-libs/gst/gconf/Makefile.am:
21800         * gst-libs/gst/gconf/gconf.c:
21801           version gconf schemas and install locations
21802
21803 2004-02-23  Benjamin Otte  <otte@gnome.org>
21804
21805         * ext/xine/xineinput.c: (gst_xine_input_dispose):
21806         (gst_xine_input_subclass_init):
21807           call parent dispose.
21808           change pad template for CD reader correctly
21809         * ext/xine/Makefile.am:
21810         * ext/xine/gstxine.h:
21811         * ext/xine/xine.c: (plugin_init):
21812         * ext/xine/xineaudiosink.c:
21813           wrap audio sinks, too
21814         * gst-libs/gst/resample/private.h:
21815         * gst-libs/gst/resample/resample.c: (gst_resample_init),
21816         (gst_resample_reinit), (gst_resample_scale),
21817         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
21818         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
21819         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
21820         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
21821         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
21822         * gst-libs/gst/resample/resample.h:
21823         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
21824         (gst_audioscale_class_init), (gst_audioscale_link),
21825         (gst_audioscale_get_buffer), (gst_audioscale_init),
21826         (gst_audioscale_chain), (gst_audioscale_set_property),
21827         (gst_audioscale_get_property):
21828         * gst/audioscale/gstaudioscale.h:
21829           s/resample_*/gst_resample_*/i to not clobber namespaces
21830
21831 2004-02-23  Julien MOUTTE  <julien@moutte.net>
21832
21833         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21834         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
21835         (gst_riff_create_video_template_caps),
21836         (gst_riff_create_audio_template_caps),
21837         (gst_riff_create_iavs_template_caps):
21838         * gst-libs/gst/riff/riff-media.h:
21839         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21840         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
21841         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
21842         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21843         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21844         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
21845         (gst_matroska_demux_plugin_init): First batch implementing audio and
21846         video codec tags in demuxers.
21847
21848 2004-02-22  Benjamin Otte  <otte@gnome.org>
21849
21850         * ext/xine/Makefile.am:
21851         * ext/xine/gstxine.h:
21852         * ext/xine/xine.c: (plugin_init):
21853         * ext/xine/xineinput.c:
21854           add input plugin wrapper. Playback from files, http, mms and cdda
21855           works.
21856         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21857           remove leftover G_GNUC_UNUSED
21858         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
21859         (gst_asf_demux_identify_guid):
21860           improve debugging output
21861
21862 2004-02-22  Benjamin Otte  <otte@gnome.org>
21863
21864         reported by: Padraig O'Briain <padraig.obriain@sun.com>
21865
21866         * autogen.sh:
21867           replace test -e with test -x for mkinstalldirs to be more portable.
21868           (fixes #134816)
21869
21870 2004-02-22  Benjamin Otte  <otte@gnome.org>
21871
21872         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
21873
21874         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
21875           set rank to PRIMARY
21876         * gst/volume/gstvolume.c: (plugin_init):
21877           set rank to NONE
21878         fixes #134960
21879
21880 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
21881
21882         reviewed by Benjamin Otte  <otte@gnome.org>
21883
21884         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21885           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
21886
21887 2004-02-22  Benjamin Otte  <otte@gnome.org>
21888
21889         * configure.ac:
21890           export [_]*{gst,Gst,GST}.* symbols from plugins
21891
21892 2004-02-22  Christophe Fergeau <teuf@gnome.org>
21893
21894         reviewed by: Benjamin Otte  <otte@gnome.org>
21895
21896         * ext/lame/gstlame.c: (add_one_tag):
21897         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21898         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
21899         (gst_vorbisenc_metadata_set1):
21900         * gst/tags/gstid3tag.c:
21901         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
21902           apply fixes from bugs #135042 (lame can't write tags) and #133817
21903           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
21904
21905 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
21906
21907         * configure.ac: Export only gst_plugin_desc from plugins.
21908          Note that this change only makes any effect with Linux using libtool
21909          1.5.2 or higher. Otherwise it is silently ignored, but it would build
21910          fine. And don't try to have several versions of libtool in different
21911          directories.
21912
21913 2004-02-20  Andy Wingo  <wingo@pobox.com>
21914
21915         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
21916         interleave respectively.
21917
21918         * gst/interleave/deinterleave.c: New plugin: deinterleave
21919         (replaces on oneton).
21920         * gst/interleave/interleave.c: New plugin: interleave.
21921         * gst/interleave/plugin.h: Support file.
21922         * gst/interleave/plugin.c: Support file.
21923
21924         * configure.ac: Remove intfloat and oneton, add interleave.
21925
21926         * ext/sndfile/gstsf.c: Handle events better.
21927
21928         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
21929         and float2int operation. int2float has scheduling problems as
21930         noted in in2float_chain.
21931
21932 2004-02-20  Benjamin Otte  <otte@gnome.org>
21933
21934         * ext/xine/Makefile.am:
21935         * ext/xine/gstxine.h:
21936         * ext/xine/xine.c:
21937         * ext/xine/xineaudiodec.c:
21938         * ext/xine/xinecaps.c:
21939           add first version of xine plugin wrapper. Currently only wraps the
21940           QDM2 win32 DLL, and even that only in proof-of-concept quality.
21941         * configure.ac:
21942         * ext/Makefile.am:
21943           add xine plugin wrapper, disabled by default. Use --enable-xine to
21944           build. Note that it'll segfault on gst-register if you don't remove
21945           the goom and tvtime post plugins from xine.
21946         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21947         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
21948           add extradata parsing for QDM2.
21949           change around debugging prints.
21950
21951 2004-02-19  Benjamin Otte  <otte@gnome.org>
21952
21953         * ext/lame/gstlame.c: (gst_lame_chain):
21954         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
21955           use gst_tag_list_insert when you want to insert tags
21956
21957 2004-02-18  David Schleef  <ds@schleef.org>
21958
21959         * configure.ac:  Move massink to gst-rotten
21960         * ext/Makefile.am:
21961         * ext/mas/Makefile.am:
21962         * ext/mas/massink.c:
21963         * ext/mas/massink.h:
21964
21965 2004-02-18  David Schleef  <ds@schleef.org>
21966
21967         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
21968         typefinding, since it seems to be worse than nothing.
21969         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
21970         atom to recognize .mp4 and .m4a files as video/quicktime.
21971
21972 2004-02-18  David Schleef  <ds@schleef.org>
21973
21974         * gst/sine/demo-dparams.c: (quit_live),
21975         (dynparm_log_value_changed), (dynparm_value_changed), (main):
21976         Use double dparams, not float.
21977         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21978         (gst_sinesrc_init): Change sync default to FALSE, since multiple
21979         sync'd elements don't really work correctly.
21980         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
21981         (volume_update_volume), (volume_get_property):  Change dparam
21982         to double.
21983
21984 2004-02-18  Julien MOUTTE  <julien@moutte.net>
21985
21986         * sys/ximage/ximagesink.c:
21987         (gst_ximagesink_xwindow_update_geometry),
21988         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
21989         (gst_ximagesink_change_state), (gst_ximagesink_expose),
21990         (gst_ximagesink_init): Rework the way software video scaling works. So
21991         now we check on each chain call if the video frames are feeling the
21992         window. If not we try to renegotiate caps. On failure we memorize that
21993         and we won't try again for that PLAYING sessions.
21994         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
21995         failure.
21996         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
21997         synchronous flag.
21998
21999 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22000
22001         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
22002           break up _link so we can give a better debug message for errors
22003
22004 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22005
22006         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
22007           set up debug category
22008
22009 2004-02-18  Julien MOUTTE <julien@moutte.net>
22010
22011         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22012         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
22013         the way renegotiation work. The event handling function is not taking
22014         care of external windows and renegotiate method check for pad flags
22015         NEGOTIATING. Should fix : #133209
22016
22017 2004-02-17  Julien MOUTTE  <julien@moutte.net>
22018
22019         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
22020         pad is negotiating before trying renegotiation.
22021
22022 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22023
22024         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
22025           pass on all possible mime types as typefind hints
22026
22027 2004-02-17  Julien MOUTTE <julien@moutte.net>
22028
22029         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
22030         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
22031         possible SHM leak if we crash. All other apps using XShm are doing
22032         that.
22033
22034 2004-02-17  Julien MOUTTE  <julien@moutte.net>
22035
22036         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22037         (gst_ximagesink_expose): Renegotiate size on expose.
22038         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
22039         size on expose.
22040
22041 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22042
22043         * testsuite/alsa/sinesrc.c:
22044           cosmetic fix to fix compile issue with gcc 2.95.4
22045
22046 2004-02-16  Julien MOUTTE <julien@moutte.net>
22047
22048         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22049         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
22050         failed opening the audio device.
22051         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22052         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
22053         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
22054         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
22055         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
22056         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
22057         (gst_ximagesink_change_state), (gst_ximagesink_chain),
22058         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
22059         Removing some useless g_return_if_fail like wingo suggested.
22060         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22061         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
22062         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
22063         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
22064         (gst_xvimagesink_update_colorbalance),
22065         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
22066         (gst_xvimagesink_xcontext_clear),
22067         (gst_xvimagesink_get_fourcc_from_caps),
22068         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
22069         (gst_xvimagesink_set_xwindow_id),
22070         (gst_xvimagesink_colorbalance_list_channels),
22071         (gst_xvimagesink_colorbalance_set_value),
22072         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
22073         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
22074
22075 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22076
22077         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22078           throw error when not negotiated instead of asserting
22079
22080 2004-02-15  Julien MOUTTE  <julien@moutte.net>
22081
22082         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
22083         correct data refcounting.
22084
22085 2004-02-15  Julien MOUTTE  <julien@moutte.net>
22086
22087         * gst/switch/gstswitch.c: (gst_switch_change_state),
22088         (gst_switch_class_init): Cleaning the sinkpads correctly on state
22089         change, mostly the EOS flag.
22090
22091 2004-02-15  Julien MOUTTE  <julien@moutte.net>
22092
22093         * examples/gstplay/player.c: (got_eos), (main): Adding some
22094         output for debugging.
22095         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
22096         timeouts if we go to any state different from PLAYING.
22097         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
22098         more EOS bugs in riff lib.
22099
22100 2004-02-14  Julien MOUTTE  <julien@moutte.net>
22101
22102         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
22103         visualization until i find a way to fix switch correctly.
22104         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
22105         EOS arrives.
22106         * gst/switch/gstswitch.c: (gst_switch_release_pad),
22107         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
22108         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
22109         Reworked switch to get a more correct behaviour with events and refing
22110         of data stored in sinkpads.
22111         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
22112         we don't pull from a pad in EOS.
22113
22114 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22115
22116         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22117           remove v1 tag even if we can't read it (makes sure we don't detect
22118           it again)
22119
22120 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22121
22122         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
22123         (gst_alsa_xrun_recovery):
22124         * ext/alsa/gstalsa.h:
22125           try xrun recovery when wait failed. Make xrun recovery function
22126           return TRUE/FALSE to indicate success. (might fix #134354)
22127
22128 2004-02-13  David Schleef  <ds@schleef.org>
22129
22130         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
22131         (dynparm_value_changed), (main): Convert from float to double.
22132         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
22133
22134 2004-02-13  David Schleef  <ds@schleef.org>
22135
22136         * gst/silence/gstsilence.c: (gst_silence_class_init),
22137         (gst_silence_set_clock), (gst_silence_get),
22138         (gst_silence_set_property), (gst_silence_get_property):
22139         * gst/silence/gstsilence.h: Add sync property.
22140         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22141         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
22142         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
22143         * gst/sine/gstsinesrc.h: Add sync property.
22144
22145 2004-02-13  David Schleef  <ds@schleef.org>
22146
22147         * gst/intfloat/gstint2float.c: (conv_f32_s16),
22148         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
22149
22150 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22151
22152         * configure.ac:
22153         * ext/Makefile.am:
22154         * gst-libs/ext/Makefile.am:
22155           move ffmpeg plugin to gst-ffmpeg module
22156
22157 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22158
22159         * configure.ac: use GST_ARCH to detect architecture
22160
22161 2004-02-12  Julien MOUTTE  <julien@moutte.net>
22162
22163         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
22164
22165 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22166
22167         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22168           classify LADSPA plugins based on number of src/sink pads
22169           (#133663, Stefan Kost)
22170         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
22171           fix dparams registration
22172           (#133528, Stefan Kost)
22173         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
22174           fix use of isprint and use g_ascii_isprint instead
22175           (#133316, Stefan Kost)
22176
22177 2004-02-11  David Schleef  <ds@schleef.org>
22178
22179         Convert a few inner loops to use liboil.  This is currently
22180         optional, and is only enabled if liboil is present (duh!).
22181         * configure.ac: Check for liboil-0.1
22182         * gst/intfloat/Makefile.am:
22183         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
22184         (gst_int2float_chain_gint16):
22185         * gst/videofilter/Makefile.am:
22186         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
22187         (tablelookup_u8), (gst_videobalance_planar411):
22188         * gst/videotestsrc/Makefile.am:
22189         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
22190         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
22191         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
22192         (paint_hline_RGB565), (paint_hline_xRGB1555):
22193
22194 2004-02-11  David Schleef  <ds@schleef.org>
22195
22196         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
22197         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
22198         (gst_colorspace_getcaps), (gst_colorspace_link),
22199         (gst_colorspace_base_init), (gst_colorspace_init),
22200         (gst_colorspace_chain), (gst_colorspace_change_state),
22201         (plugin_init): Merge Ronald's patch (bug #117897) and update
22202         for new caps and negotiation.  Seems to work, although it
22203         shows off bugs in lcs.
22204
22205 2004-02-11  David Schleef  <ds@schleef.org>
22206
22207         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
22208         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
22209
22210 2004-02-11  David Schleef  <ds@schleef.org>
22211
22212         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
22213         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
22214         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
22215         Add server and port properties
22216
22217 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22218
22219         * m4/a52.m4:
22220         * m4/aalib.m4:
22221         * m4/as-ffmpeg.m4:
22222         * m4/as-liblame.m4:
22223         * m4/as-slurp-ffmpeg.m4:
22224         * m4/check-libheader.m4:
22225         * m4/esd.m4:
22226         * m4/freetype2.m4:
22227         * m4/gconf-2.m4:
22228         * m4/glib.m4:
22229         * m4/gst-alsa.m4:
22230         * m4/gst-artsc.m4:
22231         * m4/gst-ivorbis.m4:
22232         * m4/gst-matroska.m4:
22233         * m4/gst-sdl.m4:
22234         * m4/gst-shout2.m4:
22235         * m4/gst-sid.m4:
22236         * m4/gtk.m4:
22237         * m4/libdv.m4:
22238         * m4/libfame.m4:
22239         * m4/libmikmod.m4:
22240         * m4/ogg.m4:
22241         * m4/vorbis.m4:
22242           fix underquotedness of macros (#133800)
22243         * m4/as-avifile.m4:
22244         * m4/xmms.m4:
22245           removed because no longer used
22246
22247 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22248
22249         * configure.ac:
22250           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
22251           by autopoint (fixes #132996)
22252
22253 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22254
22255         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
22256         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
22257         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
22258         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
22259           fix memleaks
22260
22261 2004-02-11  David Schleef  <ds@schleef.org>
22262
22263         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
22264         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
22265         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
22266         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
22267         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
22268         (gst_jpegenc_class_init), (gst_jpegenc_init),
22269         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
22270         (gst_jpegenc_chain), (gst_jpegenc_set_property),
22271         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
22272         * ext/jpeg/gstjpegenc.h: Fix negotiation.
22273
22274 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22275
22276         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
22277         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
22278         * ext/mikmod/gstmikmod.h:
22279           fix caps negotiation in mikmod
22280         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
22281           output debug information
22282
22283 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22284
22285         * gst-libs/gst/colorbalance/Makefile.am:
22286         * gst-libs/gst/navigation/Makefile.am:
22287         * gst-libs/gst/xoverlay/Makefile.am:
22288           remove unused GST_OPT_CFLAGS from Makefiles
22289           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
22290
22291 2004-02-07  David Schleef  <ds@schleef.org>
22292
22293         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
22294         push events to pads that haven't been created (#133508)
22295
22296 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
22297
22298         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
22299         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
22300         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
22301         (gst_dvdec_loop), (gst_dvdec_change_state):
22302         Second attempt at committing a working dvdec element.
22303
22304 2004-02-06  David Schleef  <ds@schleef.org>
22305
22306         Build fixes for OS X: (see #129600)
22307         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
22308         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
22309         (gst_riff_read_strf_iavs):
22310         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22311         (gst_avi_demux_stream_odml):
22312         * gst/playondemand/Makefile.am:
22313         * gst/rtp/rtp-packet.c:
22314
22315 2004-02-05  David Schleef  <ds@schleef.org>
22316
22317         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
22318         last change, because it Just Doesn't Compile.
22319
22320 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22321
22322         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22323           skip undecodable id3v2 tag instead of keeping it
22324
22325 2004-02-05  David Schleef  <ds@schleef.org>
22326
22327         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
22328         Unref leaked buffer.  (Noticed by Ronald)
22329
22330 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
22331
22332         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22333         Sync requires with other checks.  >= vs =.
22334
22335 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
22336
22337         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
22338         (gst_dvdec_video_link), (gst_dvdec_loop):
22339         * ext/dv/gstdvdec.h:
22340           rework the caps negotiation so that dvdec works again instead
22341           of just segfaulting.
22342
22343 === release 0.7.4 ===
22344
22345 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22346
22347         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
22348         * configure.ac: changed for release
22349
22350 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22351
22352         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
22353         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22354         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22355         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22356           reworked patch by David Lehn to fix libdir and includedir for
22357           uninstalled libraries
22358           removed play and gconf from gstreamer-libs since they have their
22359           own pkgconfig files
22360
22361 2004-02-04  David Schleef  <ds@schleef.org>
22362
22363         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
22364         memleak.
22365
22366 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22367
22368         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22369           use correct GST_TAG_ENCODER tag
22370
22371 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22372
22373         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22374           be sure to stop the clock when going to paused
22375         * sys/oss/gstosssink.c: (gst_osssink_change_state):
22376           reset number of transmitted when going to ready.
22377         fixes #132935
22378
22379 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
22380
22381         reviewed by Benjamin Otte
22382
22383         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22384           extract track count (fixes #133410)
22385
22386 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22387
22388         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
22389           that should be !=, not == (fixes #132519)
22390
22391 2004-02-04  David Schleef  <ds@schleef.org>
22392
22393         Make sure set_explicit_caps() is called before adding pad.
22394         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22395         * gst/id3/gstid3types.c: (gst_id3types_loop):
22396         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22397         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22398
22399 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22400
22401         * configure.ac:
22402           bump nano to 2, first prerelease
22403           put back AM_PROG_LIBTOOL
22404
22405 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22406
22407         * testsuite/alsa/Makefile.am:
22408           these are user test apps, not automatic testsuite tests
22409
22410 2004-02-04  David Schleef  <ds@schleef.org>
22411
22412         Convert GST_DEBUG_CAPS() to GST_DEBUG():
22413         * gst/mpeg1videoparse/gstmp1videoparse.c:
22414         (mp1videoparse_parse_seq):
22415         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22416         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22417         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
22418         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
22419         (gst_xvideosink_getcaps):
22420         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22421         * testsuite/gst-lint: more tests
22422
22423 2004-02-04  David Schleef  <ds@schleef.org>
22424
22425         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
22426         with the code that they would expand to.
22427         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
22428         (gst_flacdec_get_src_query_types),
22429         (gst_flacdec_get_src_event_masks):
22430         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
22431         (gst_gnomevfssrc_get_query_types),
22432         (gst_gnomevfssrc_get_event_mask):
22433
22434 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22435
22436         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22437         (gst_sinesrc_dispose):
22438           fix memleak by properly disposing sinesrc
22439
22440 2004-02-04  Julien MOUTTE  <julien@moutte.net>
22441
22442         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
22443         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
22444         an overlay to redraw the image because it has been exposed.
22445         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
22446         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
22447         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
22448         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
22449         interface
22450         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
22451         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
22452         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
22453         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
22454         interface
22455
22456 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22457
22458         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
22459           more memleak fixage
22460
22461 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22462
22463         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
22464         * gst/typefind/gsttypefindfunctions.c:
22465           fix memleaks shown by gst-typefind
22466
22467 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22468
22469         * common/glib-gen.mak:
22470           add hack rule to touch .Plo files
22471         * gst-libs/gst/colorbalance/Makefile.am:
22472         * gst-libs/gst/mixer/Makefile.am:
22473         * gst-libs/gst/play/Makefile.am:
22474         * gst-libs/gst/tuner/Makefile.am:
22475           remove glib_root variable
22476
22477 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22478
22479         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
22480           set explicit caps before adding the element, so the autopluggers can
22481           plug correctly.
22482         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
22483         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
22484         (mpeg_video_type_find), (mpeg_video_stream_type_find),
22485         (dv_type_find):
22486           fix memleaks in typefind functions. gst_type_find_suggest takes a const
22487           argument.
22488
22489 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22490
22491         * gst-libs/gst/colorbalance/Makefile.am:
22492         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
22493         * gst-libs/gst/colorbalance/colorbalance.c:
22494         * gst-libs/gst/colorbalance/colorbalance.h:
22495         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
22496         * gst-libs/gst/mixer/Makefile.am:
22497         * gst-libs/gst/mixer/mixer-marshal.list:
22498         * gst-libs/gst/mixer/mixer.c:
22499         * gst-libs/gst/mixer/mixer.h:
22500         * gst-libs/gst/mixer/mixermarshal.list:
22501         * gst-libs/gst/play/Makefile.am:
22502         * gst-libs/gst/play/play.h:
22503         * gst-libs/gst/tuner/Makefile.am:
22504         * gst-libs/gst/tuner/tuner-marshal.list:
22505         * gst-libs/gst/tuner/tuner.c:
22506         * gst-libs/gst/tuner/tuner.h:
22507         * gst-libs/gst/tuner/tunermarshal.list:
22508           use new glib-gen.mak snippet to clean up Makefile.am
22509           fix various bugs in Makefile.am's
22510
22511 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22512
22513         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22514           handle chain parsing correctly in the multichain case
22515         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
22516         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
22517         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22518         (theora_dec_chain):
22519           handle events and queries correctly
22520
22521 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22522
22523         * .cvsignore:
22524         Ignore generated file _stdint.h.
22525
22526 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22527
22528         * gst-libs/gst/colorbalance/Makefile.am:
22529         * gst-libs/gst/colorbalance/colorbalance.h:
22530         * gst-libs/gst/mixer/Makefile.am:
22531         * gst-libs/gst/mixer/mixer.h:
22532         * gst-libs/gst/play/Makefile.am:
22533         * gst-libs/gst/play/play.h:
22534         * gst-libs/gst/tuner/Makefile.am:
22535         * gst-libs/gst/tuner/tuner.h:
22536         Generate enum type code with glib-mkenums.
22537         * gst-libs/gst/colorbalance/.cvsignore:
22538         * gst-libs/gst/mixer/.cvsignore:
22539         * gst-libs/gst/play/.cvsignore:
22540         * gst-libs/gst/tuner/.cvsignore:
22541         Ignore generated files.
22542
22543 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22544
22545         * gst-libs/gst/audio/.cvsignore:
22546         Ignore generated file.
22547         * gst-libs/gst/audio/Makefile.am:
22548         Do not install example filter.
22549
22550 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22551
22552         * examples/switch/.cvsignore:
22553         Ignore generated file.
22554
22555 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22556
22557         * common/m4/ax_create_stdint_h.m4:
22558         * configure.ac:
22559           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
22560           _stdint.h.
22561         * Makefile.am:
22562           remove generated _stdint.h in DISTCLEANFILES
22563         * ext/a52dec/gsta52dec.c:
22564           include _stdint.h for a52dec. (should fix #133064)
22565
22566 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22567
22568         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
22569         (gst_tag_to_vorbis_comments):
22570         Add replaygain support to vorbistag
22571
22572 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22573         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22574         (gst_ffmpeg_caps_to_extradata):
22575           Fix SVQ3 caps flag properties
22576           Use glib macro for bytes swap
22577
22578 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22579
22580         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
22581         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
22582         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
22583         * ext/sndfile/gstsf.c: (plugin_init):
22584         * gst/avi/gstavi.c: (plugin_init):
22585         * sys/dxr3/dxr3init.c: (plugin_init):
22586         * sys/oss/gstossaudio.c: (plugin_init):
22587         * sys/v4l/gstv4l.c: (plugin_init):
22588         * sys/v4l2/gstv4l2.c: (plugin_init):
22589           remove textdomain calls
22590         * po/nl.po:
22591           update Dutch translation
22592
22593 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22594
22595         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22596         (gst_play_set_audio_sink): Moving volume in the audio thread for
22597         instantaneous volume change. Maybe i will add another volume in front
22598         of visualization later, not sure yet though.
22599
22600 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22601
22602         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22603         (gst_ximagesink_handle_xevents): Better X events handling, only take
22604         the latest events for configure and motion.
22605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
22606
22607 2004-02-02  Jon Trowbridge  <trow@gnu.org>
22608
22609         reviewed by: David Schleef  <ds@schleef.org>
22610
22611         Fix memory leaks:
22612         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
22613         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
22614
22615 2004-02-02  David Schleef  <ds@schleef.org>
22616
22617         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
22618         of lines.
22619         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
22620         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22621         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
22622         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
22623         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
22624         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
22625         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
22626         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
22627         (gst_float2_2_int_link):
22628         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
22629         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
22630         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
22631         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
22632         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
22633         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
22634         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
22635         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
22636         * testsuite/gst-lint: Add tests for bzero and ;;
22637
22638 2004-02-02  David Schleef  <ds@schleef.org>
22639
22640         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
22641
22642 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22643
22644         * ext/aalib/gstaasink.c: (gst_aasink_open):
22645         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
22646         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22647         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
22648         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
22649         (gst_afsink_close_file):
22650         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
22651         (gst_afsrc_close_file):
22652         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22653         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22654         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22655         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
22656         * ext/esd/esdmon.c: (gst_esdmon_get):
22657         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
22658         * ext/faac/gstfaac.c: (gst_faac_chain):
22659         * ext/faad/gstfaad.c: (gst_faad_chain):
22660         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
22661         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22662         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
22663         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
22664         (gst_flacdec_loop):
22665         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22666         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22667         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
22668         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22669         (gst_gnomevfssink_close_file):
22670         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22671         (gst_gnomevfssrc_open_file):
22672         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
22673         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
22674         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
22675         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
22676         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
22677         * ext/mad/gstmad.c: (gst_mad_chain):
22678         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22679         * ext/mpeg2dec/gstmpeg2dec.c:
22680         * ext/mpeg2enc/gstmpeg2enc.cc:
22681         * ext/mplex/gstmplex.cc:
22682         * ext/mplex/gstmplexibitstream.cc:
22683         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
22684         (gst_ogg_demux_push):
22685         * ext/raw1394/gstdv1394src.c:
22686         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
22687         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
22688         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
22689         (gst_sf_loop):
22690         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
22691         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
22692         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
22693         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
22694         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22695         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
22696         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
22697         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
22698         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22699         (gst_riff_read_element_data), (gst_riff_read_seek),
22700         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
22701         * gst/adder/gstadder.c: (gst_adder_loop):
22702         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
22703         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
22704         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
22705         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22706         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
22707         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22708         * gst/goom/gstgoom.c: (gst_goom_chain):
22709         * gst/id3/gstid3types.c: (gst_id3types_loop):
22710         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22711         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
22712         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
22713         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22714         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
22715         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
22716         (gst_ebml_read_float), (gst_ebml_read_header):
22717         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
22718         (gst_matroska_demux_parse_blockgroup):
22719         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
22720         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22721         * gst/oneton/gstoneton.c: (gst_oneton_chain):
22722         * gst/silence/gstsilence.c: (gst_silence_get):
22723         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22724         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
22725         * gst/speed/gstspeed.c: (speed_loop):
22726         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22727         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22728         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
22729         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22730         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22731         (gst_wavparse_loop):
22732         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
22733         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
22734         (dxr3audiosink_close):
22735         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
22736         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
22737         (dxr3videosink_close), (dxr3videosink_write_data):
22738         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22739         * sys/oss/gstosssink.c: (gst_osssink_chain):
22740         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22741         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22742         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
22743         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
22744         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
22745         (gst_v4l_set_window), (gst_v4l_enable_overlay):
22746         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
22747         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
22748         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
22749         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
22750         (gst_v4l_set_audio):
22751         * sys/v4l/v4l_calls.h:
22752         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
22753         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
22754         (gst_v4lmjpegsink_playback_init),
22755         (gst_v4lmjpegsink_playback_start):
22756         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
22757         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
22758         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
22759         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
22760         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
22761         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
22762         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
22763         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22764         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
22765         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
22766         (gst_v4l2_get_output), (gst_v4l2_set_output),
22767         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
22768         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
22769         (gst_v4l2_set_attribute):
22770         * sys/v4l2/v4l2_calls.h:
22771         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
22772         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
22773         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
22774         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
22775         (gst_v4l2src_capture_stop):
22776         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
22777         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22778         (gst_ximagesink_chain):
22779         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
22780         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
22781         (gst_xvideosink_xwindow_new):
22782         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22783         (gst_xvimagesink_chain):
22784
22785 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22786
22787         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22788         (gst_volume_get_volume), (volume_class_init), (volume_init),
22789         (volume_chain_int16), (volume_update_volume):
22790         * gst/volume/gstvolume.h:
22791           make code more readable by removing magic numbers
22792           make mixer interface export 0-100 range
22793           make it internally map to 0.0-1.0 range so users don't distort
22794           output by putting the sliders at full volume
22795
22796 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22797
22798         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
22799         (gst_play_state_change), (gst_play_seek_to_time):
22800         block the tick callback for 0.5 secs after doing a seek
22801
22802 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22803
22804         * gst-libs/gst/play/play.c: (gst_play_new):
22805           check for GError
22806
22807 2004-02-01  Julien MOUTTE  <julien@moutte.net>
22808
22809         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
22810         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
22811         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22812         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
22813         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22814         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
22815
22816 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22817
22818         * configure.ac:
22819         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22820           check for a function added in vorbis 1.1
22821
22822 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22823
22824         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
22825         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
22826           really start/stop clock only on PLAYING <=> PAUSED
22827         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22828           remove \n from debugging lines
22829         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22830           make it work when seeking does not
22831         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22832           reset on DISCONT
22833
22834 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22835
22836         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
22837           start clock on PAUSED=>PLAYING, not later
22838         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22839           extract correct time for different discont formats
22840         (gst_alsa_sink_get_time):
22841           don't segfault when no format is negotiated yet, just return 0
22842         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22843         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
22844         (gst_ogg_pad_push):
22845           handle flush and discont events correctly
22846         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
22847           handle discont events correctly
22848
22849 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
22850
22851         * gst-libs/gst/play/play.c: (gst_play_error_quark),
22852         (gst_play_error_create), (gst_play_error_plugin),
22853         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
22854         * gst-libs/gst/play/play.h:
22855           add error handling during creation
22856         * examples/gstplay/player.c: (main):
22857           use new gst_play_new
22858
22859
22860 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22861
22862         * ext/theora/theoradec.c: (theora_dec_chain):
22863           make comments work
22864         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22865         (vorbis_dec_src_event), (vorbis_dec_chain):
22866           add encoder tag, fix tag reading to be more error tolerant, change
22867           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
22868           gst_pad_event_default.
22869         * gst/tags/gstvorbistag.c:
22870         (gst_tag_list_from_vorbiscomment_buffer):
22871           undefine function specific define at end of function
22872
22873 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
22874
22875         * ext/flac/gstflac.c: (plugin_init):
22876         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
22877         * ext/flac/gstflacdec.h:
22878         * ext/flac/gstflacenc.h:
22879           Fix typos
22880
22881 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
22882
22883         * examples/gstplay/player.c: s/gstplay.h/play.h/
22884
22885 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22886
22887         * gst-libs/gst/play/Makefile.am:
22888         * gst-libs/gst/play/gstplay.c:
22889         * gst-libs/gst/play/gstplay.h:
22890         * gst-libs/gst/play/play.c:
22891           more surgery, operation complete
22892
22893 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22894
22895         * gst-libs/gst/play/play.old.c:
22896         * gst-libs/gst/play/play.old.h:
22897           after CVS surgery by moving, remove
22898         * gst-libs/gst/play/playpipelines.c:
22899           remove
22900
22901         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22902           add negotiation error
22903
22904 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22905
22906         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22907         (gst_ogg_demux_push):
22908           add some seeking debug info
22909           send a flush when seeking
22910
22911 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22912
22913         * configure.ac:
22914           use AC_C_INLINE
22915         * configure.ac:
22916         * ext/Makefile.am:
22917         * ext/theora/Makefile.am:
22918         * ext/theora/theoradec.c:
22919           add theora video decoder. Does just do simple decoding for now and
22920           has been tested against Theora cvs only. It only works when theora
22921           is compiled with --enable-static.
22922         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22923           always reset packetno on DISCONT
22924
22925 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22926
22927         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22928           Fix audio.
22929
22930 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22931
22932         * gst/mpegaudioparse/gstmpegaudioparse.c:
22933         (mp3_type_frame_length_from_header):
22934           Fix header parsing - stolen from ffmpeg (thank you! :) ).
22935
22936 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22937
22938         * ext/esd/esdsink.c: (gst_esdsink_init):
22939           Since we have static pad template caps, we don't need to negotiate;
22940           either the core errors out or we know the format.
22941
22942 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22943
22944         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22945         (gst_riff_read_seek):
22946         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22947         (gst_ebml_read_seek):
22948           Fix event handling.
22949
22950 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22951
22952         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
22953           removee video/x-theora from vp3 decoder, it doesn't handle raw
22954           theora streams
22955         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
22956           fix bug with finalizing element that never went to PAUSED
22957         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
22958           length and position queries were swapped
22959         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
22960         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
22961         (vorbis_dec_src_event):
22962           implement querying time and bytes
22963
22964 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22965
22966         * just about every source file:
22967           gst_element_error -> GST_ELEMENT_ERROR
22968
22969 2004-01-29  Julien MOUTTE  <julien@moutte.net>
22970
22971         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
22972         emiting FLUSH and even before DISCONT.
22973         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
22974         get the best instant seeking as possible yay!
22975
22976 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22977
22978         * gst/mpeg1videoparse/gstmp1videoparse.c:
22979         (gst_mp1videoparse_real_chain):
22980           Committed wrong version last week... Grr... Didn't notice until now.
22981
22982 2004-01-29  Julien MOUTTE <julien@moutte.net>
22983
22984         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
22985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
22986         have_xwindow_id signal in xwindow_create.
22987
22988 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22989
22990         * ext/ogg/gstoggdemux.c:
22991           lots of changes - mainly support for chained bitstreams, seeking,
22992           querying and bugfixes of course
22993         * ext/vorbis/Makefile.am:
22994         * ext/vorbis/vorbisdec.c:
22995         * ext/vorbis/vorbisdec.h:
22996           add vorbisdec raw vorbis decoder
22997         * ext/vorbis/vorbis.c: (plugin_init):
22998           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
22999         * gst/intfloat/Makefile.am:
23000         * gst/intfloat/float22int.c:
23001         * gst/intfloat/float22int.h:
23002         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
23003           add float2intnew plugin. It converts multichannel interleaved float to
23004           multichannel interleaved int. The name should probably be changed.
23005         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
23006         (plugin_init):
23007           add typefinding for raw theora video so oggdemux can detect it.
23008
23009 2004-01-28  Julien MOUTTE  <julien@moutte.net>
23010
23011         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
23012         sink element first.
23013         * gst/videoscale/gstvideoscale.c:
23014         (gst_videoscale_handle_src_event): Fixing src event handler.
23015
23016 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23017
23018         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23019         (gst_v4lsrc_open), (gst_v4lsrc_close),
23020         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
23021         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
23022         * sys/v4l/gstv4lsrc.h:
23023         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
23024         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
23025           Implement resizing... Hack. But that's why v4l is b0rked...
23026
23027 2004-01-28  Julien MOUTTE <julien@moutte.net>
23028
23029         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
23030         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
23031         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
23032         (gst_ximagesink_xwindow_destroy):
23033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23034         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23035         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
23036         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
23037         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
23038         correctly cleaning the image created to check xshm calls on succes,
23039         added a lot of XSync calls in X11 functions, and fixed a segfault when
23040         no image format was defined before negotiation happened.
23041
23042 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23043
23044         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
23045           use gst_element_get_time to get correct time
23046
23047 2004-01-28  Julien MOUTTE  <julien@moutte.net>
23048
23049         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23050         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
23051         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
23052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
23053         (gst_xvimagesink_check_xshm_calls),
23054         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
23055         X plugins are now able to detect that XShm calls will fail even if the
23056         server claims that it has XShm support (remote displays most of the
23057         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
23058         so that we use non XShm functions. This feature is almost useless for
23059         xvimagesink as Xv is not supported on remote displays anyway, but
23060         it might happen than even on the local display XShm calls fail.
23061
23062 2004-01-27  David Schleef  <ds@schleef.org>
23063
23064         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
23065         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
23066         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
23067         changed esdsink to only use 44100,16,2, since esd sucks at rate
23068         conversion and esdsink has had difficulty negotiating.
23069
23070 2004-01-27  Julien MOUTTE <julien@moutte.net>
23071
23072         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
23073         (gst_play_seek_to_time): Fixing the way to get current position.
23074
23075 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23076
23077         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
23078           use gst_element_get_time to get correct time
23079
23080 2004-01-27  Julien MOUTTE <julien@moutte.net>
23081
23082         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
23083         fix ever... Inverting 2 lines of code make spider autoplug correctly
23084         tagged mp3 !
23085
23086 2004-01-27  David Schleef  <ds@schleef.org>
23087
23088         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23089         Use gst_pad_try_set_caps_nonfixed().
23090
23091 2004-01-27  David Schleef  <ds@schleef.org>
23092
23093         * gst/ac3parse/gstac3parse.c: update to checklist 5
23094         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
23095         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
23096         * gst/audioscale/gstaudioscale.c: same
23097         * gst/auparse/gstauparse.c: same
23098         * gst/avi/gstavidemux.c: same
23099
23100 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23101
23102         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
23103           stop processing after EOS
23104
23105 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23106
23107         * gst/asfdemux/asfheaders.h:
23108         * gst/asfdemux/gstasfdemux.c:
23109         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
23110         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
23111         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
23112           lot's of fixes to make data extraction simpler and get the code
23113           architecture and compiler independant. Add debugging category
23114         * gst/goom/gstgoom.c: (gst_goom_change_state):
23115           reset channel count on PAUSED=>READY, not READY=>PAUSED
23116
23117 2004-01-26  Colin Walters  <walters@verbum.org>
23118
23119         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
23120         code to pull a bigger buffer in iradio mode.  This as a side effect
23121         makes typefinding work.
23122
23123 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
23124
23125         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
23126         Fix SVQ3 decoding on PPC
23127
23128 2004-01-26  Julien MOUTTE <julien@moutte.net>
23129
23130         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
23131         that one managed to stay there... Fixed.
23132
23133 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
23134
23135         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
23136         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
23137         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
23138         (qtdemux_video_caps):
23139         * gst/qtdemux/qtdemux.h:
23140         Add SVQ3 specific flags to qtdemux and ffmpeg
23141
23142 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23143
23144         * gst-libs/gst/audio/audio.h:
23145           remove buffer-frames from audio caps
23146         * gst/audioconvert/gstaudioconvert.c:
23147           fix plugin to really work.
23148
23149 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23150
23151         * gst-libs/gst/mixer/mixer.c:
23152         * gst-libs/gst/propertyprobe/propertyprobe.c:
23153         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
23154         (gst_tuner_find_channel_by_name):
23155         * gst-libs/gst/tuner/tuner.h:
23156           Add gtk-doc style comments. Also fix a function name.
23157
23158 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23159
23160         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
23161         (gst_divxdec_negotiate):
23162           Fix for new capsnego - also fixes gst-player with divxdec.
23163
23164 2004-01-25  Julien MOUTTE  <julien@moutte.net>
23165
23166         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23167         (gst_play_identity_handoff), (gst_play_set_location),
23168         (gst_play_set_visualization), (gst_play_connect_visualization): Another
23169         try in visualization implementation. Still have an issue with switch
23170         blocking when pulling from video_queue and only audio comes out of
23171         spider.
23172         * gst/switch/gstswitch.c: (gst_switch_release_pad),
23173         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
23174         release method. And check if the pad is usable before pulling.
23175
23176 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23177
23178         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
23179         (gst_videobalance_init),
23180         (gst_videobalance_colorbalance_list_channels),
23181         (gst_videobalance_colorbalance_set_value),
23182         (gst_videobalance_colorbalance_get_value),
23183         (gst_videobalance_update_properties),
23184         (gst_videobalance_update_tables_planar411),
23185         (gst_videobalance_planar411):
23186         * gst/videofilter/gstvideobalance.h:
23187           Implement lookup-tables. +/- 10x faster.
23188
23189 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23190
23191         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23192         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
23193           The index reading was broken. The rest worked fine, but the whole
23194           goal of my rewrite was to make avidemux readable, and this was
23195           not at all readable. Please use typed variables.
23196
23197 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23198
23199         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23200           Additional pad usability check.
23201         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
23202         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
23203         (gst_mp1videoparse_real_chain):
23204           Fix MPEG video stream parsing. The original plugin had several
23205           issues, including not timestamping streams where the source was
23206           not timestamped (this happens with PTS values in mpeg system
23207           streams, but MPEG video is also a valid stream on its own so
23208           that needs timestamps too). We use the display time code for that
23209           for now. Also, if one incoming buffer contains multiple valid
23210           frames, we push them all on correctly now, including proper EOS
23211           handling. Lastly, several potential segfaults were fixed, and we
23212           properly sync on new sequence/gop headers to include them in next,
23213           not previous frames (since they're header for the next frame, not
23214           the previous). Also see #119206.
23215         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
23216         (bpf_from_header):
23217           Move caps setting so we only do it after finding several valid
23218           MPEG-1 fraes sequentially, not right after the first one (which
23219           might be coincidental).
23220         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
23221         (mpeg_video_type_find), (mpeg_video_stream_type_find),
23222         (plugin_init):
23223           Add unsynced MPEG video stream typefinding, and change some
23224           probability values so we detect streams rightly. The idea is as
23225           follows: I can have an unsynced system stream which contains
23226           video. In the current code, I would randomly get a type for either
23227           system or video stream type found, because the probabilities are
23228           being calculated rather randomly. I now use fixed values, so we
23229           always prefer system stream if that was found (and that is how it
23230           should be). If no system stream was found, we can still identity                the stream as video-only.
23231
23232 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23233
23234         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23235         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
23236           don't write to buffer. Extract data without the need of
23237           __attribute__ ((packed))
23238
23239 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23240
23241         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
23242         (mpeg1_sys_type_find):
23243           Fix MPEG-1 stream typefinding.
23244
23245 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23246
23247         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
23248           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
23249
23250 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23251
23252         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
23253         * ext/esd/gstesd.c: (plugin_init):
23254           private debugging, better error reporting
23255
23256 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23257
23258         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23259         (gst_riff_read_init), (gst_riff_read_change_state):
23260         * gst-libs/gst/riff/riff-read.h:
23261           Remove stuff fromold metadata system.
23262
23263 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23264
23265         * ext/ogg/gstoggdemux.c:
23266           Fix wrong file comment.
23267         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23268         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
23269           Add metadata reading properly.
23270
23271 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23272
23273         * ext/Makefile.am:
23274           Fix nas DIST_SUBDIRS
23275           Uraeus:
23276           Fix bug where make distcheck doesn't get run on adding stuff to
23277           the build.
23278
23279 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23280
23281         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
23282         * ext/divx/gstdivxdec.h:
23283           Fix divx3 ("msmpeg4") playback using divxdec.
23284
23285 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23286
23287         * gst/typefind/gsttypefindfunctions.c:
23288         (mp3_type_frame_length_from_header): fix bug in length computation
23289         (mp3_type_find): improve debugging output
23290
23291 2004-01-23  Julien MOUTTE  <julien@moutte.net>
23292
23293         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23294         (gst_play_set_location), (gst_play_seek_to_time),
23295         (gst_play_set_audio_sink), (gst_play_set_visualization),
23296         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
23297         the pipeline from scratch. Visualization is back and switch went out as
23298         i realized it was not possible to use the way i wanted.
23299         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
23300         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
23301         clearing in state change from READY to NULL. So that one can clean the
23302         X ressources keeping the element.
23303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23304         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
23305         (gst_xvimagesink_colorbalance_set_value),
23306         (gst_xvimagesink_colorbalance_get_value),
23307         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
23308         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
23309         change from READY to NULL and fixed some stupid bugs in colorbalance
23310         get/set values. Also added the following feature : when nobody tries to
23311         set some values to the colorbalance levels before the xcontext is
23312         grabbed, then when creating channels list from Xv attributes we set the
23313         internal values to the Xv defaults. This way we handle buggy Xv drivers
23314         that set default hue values far from the middle of the range (Thanks
23315         to Jon Trowbridge for pointing that issue).
23316         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
23317         colorbalance levels have been set before xcontext is grabbed.
23318
23319 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23320
23321         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
23322           Fix the ossmixer case where we shouldn't open /dev/dsp* because
23323           it might block operations (which is bad for a mixer).
23324
23325 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23326
23327         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
23328         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
23329         (gmip_find_type_pre):
23330         * gst-libs/gst/media-info/media-info-priv.h:
23331         * gst-libs/gst/media-info/media-info.c:
23332         (gst_media_info_instance_init), (gst_media_info_read_idler):
23333         add fakesink to get caps on decoder src pad again
23334         fix callback prototype to match new have_type signal signature
23335
23336 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23337
23338         * gst/adder/gstadder.c: (gst_adder_link):
23339           fix non-compile and cut-n-paste code
23340
23341 2004-01-21  David Schleef  <ds@schleef.org>
23342
23343         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
23344         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
23345         (gst_swfdec_init), (gst_swfdec_change_state):
23346         * ext/swfdec/gstswfdec.h:
23347         Fix negotiation.
23348         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
23349         (gst_adder_request_new_pad): Fix negotiation.
23350         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
23351         Add a fixate function.
23352         * gst/intfloat/gstfloat2int.c:
23353         * gst/intfloat/gstfloat2int.h:
23354         * gst/intfloat/gstint2float.c:
23355         * gst/intfloat/gstint2float.h:
23356         Completely rewrite the negotiation.  Doesn't quite work yet,
23357         due to some buffer-frames problem.
23358
23359 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23360
23361         * ext/gnomevfs/gstgnomevfssrc.c:
23362         * sys/v4l2/v4l2_calls.h:
23363           fix includes for distcheck
23364
23365 2004-01-21  Christian Schaller <uraeus@gnome.org>
23366
23367         * ext/nas/
23368         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
23369         based on earlier patch from Laurent Vivier
23370
23371 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
23372
23373         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
23374         Fix wma caps property
23375         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
23376         Fix typo (flags1 and flags2)
23377
23378 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23379
23380         * gst-libs/gst/media-info/media-info-priv.c:
23381         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
23382         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
23383         (gmip_find_stream), (gmip_find_track_metadata),
23384         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
23385         (gmip_find_track_format):
23386         * gst-libs/gst/media-info/media-info-priv.h:
23387         * gst-libs/gst/media-info/media-info-test.c: (main):
23388         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
23389         (gst_media_info_read_idler), (gst_media_info_read):
23390         * gst-libs/gst/media-info/media-info.h:
23391           register debugging category and use it for debugging
23392
23393 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23394
23395         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
23396         (gst_vorbisfile_new_link):
23397           signal streaminfo through tags
23398
23399 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23400
23401         * ext/mplex/gstmplex.cc:
23402         * ext/mplex/gstmplexibitstream.cc:
23403           g++ doesn't like NULL in our i18n/error macros, should be
23404           either (NULL) or ("").
23405
23406 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23407
23408         * sys/dxr3/dxr3audiosink.c:
23409         * sys/dxr3/dxr3init.c:
23410         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
23411         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
23412           Fix more error error error errors (missing includes here).
23413
23414 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23415
23416         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23417           fix thomas' error errors.
23418
23419 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23420
23421         * ext/mpeg2enc/gstmpeg2enc.cc:
23422           fix error errors.
23423
23424 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23425
23426         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23427         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23428           Fix for new error system.
23429
23430 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23431
23432         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23433           fix for new error reporting
23434
23435 2004-01-20  David Schleef  <ds@schleef.org>
23436
23437         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23438         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
23439         (gst_ximagesink_set_xwindow_id): Change to using a framerate
23440         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
23441         and neither is 100+, most likely.
23442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
23443         (gst_xvimagesink_getcaps): same
23444
23445 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23446
23447         * configure.ac:
23448           Up version requirement to 2.0.3 (not yet released) to avoid symbol
23449           clashes with ffmpeg.
23450
23451 2004-01-20  Julien MOUTTE  <julien@moutte.net>
23452
23453         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
23454         (gst_switch_init): Fixed switch element : proxying link and setting
23455         caps from src to sink on request.
23456
23457 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23458
23459         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23460         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
23461         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
23462         fix element_error
23463
23464 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23465
23466         * sys/v4l/v4l_calls.h:
23467         * sys/v4l2/v4l2_calls.h:
23468           element_error fixes
23469
23470 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23471
23472         * gst-libs/gst/gst-i18n-plugin.h:
23473           add locale.h
23474           remove config.h inclusion
23475
23476 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23477
23478         * autogen.sh:
23479           adding autopoint invocation
23480         * Makefile.am:
23481         * configure.ac:
23482         * gst-libs/gst/gettext.h:
23483           adding gettext bits
23484         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
23485         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
23486         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23487         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23488         (gst_gnomevfssink_close_file):
23489         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
23490         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
23491         * gst-libs/gst/gst-i18n-plugin.h:
23492         * gst/avi/gstavi.c: (plugin_init):
23493         * sys/dxr3/dxr3init.c: (plugin_init):
23494         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
23495         * sys/oss/gstossaudio.c: (plugin_init):
23496         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23497         * sys/v4l/gstv4l.c: (plugin_init):
23498         * sys/v4l/v4l_calls.c: (gst_v4l_open):
23499         * sys/v4l2/gstv4l2.c: (plugin_init):
23500         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23501         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
23502         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
23503         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
23504         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
23505         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
23506           make sure locale and translation domain are set
23507           fix translated strings
23508         * po/.cvsignore:
23509         * po/LINGUAS:
23510         * po/Makevars:
23511         * po/POTFILES.in:
23512         * po/nl.po:
23513           put translation files into place
23514         * sys/xvideo/imagetest.c: (main):
23515         * ext/dv/demo-play.c: (main):
23516           fix unnecessary translations
23517
23518 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23519
23520         * ext/sndfile/gstsf.c:
23521         * gst/avi/gstavimux.c:
23522         * ext/audiofile/gstafsink.c:
23523         * ext/audiofile/gstafsrc.c:
23524         * ext/gnomevfs/gstgnomevfssink.c:
23525         * ext/gnomevfs/gstgnomevfssrc.c:
23526         * sys/oss/gstosselement.c:
23527         * sys/v4l/v4l_calls.h:
23528           fix i18n include
23529
23530 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23531
23532         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23533         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
23534         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
23535         (gst_v4l2_get_output), (gst_v4l2_set_output),
23536         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
23537         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
23538         (gst_v4l2_set_attribute):
23539         update to new error handling
23540
23541 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23542
23543         * ext/sidplay/gstsiddec.cc:
23544         * gst/modplug/gstmodplug.cc:
23545           parenthese NULL because C++ seems angry about it
23546
23547 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23548
23549         * gst-libs/gst/gst-i18n-plugin.h:
23550           add skeleton i18n stuff, but needs to be further implemented
23551
23552 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23553
23554         * examples/gstplay/player.c: (main):
23555         * ext/aalib/gstaasink.c: (gst_aasink_open):
23556         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
23557         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23558         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23559         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
23560         (gst_afsink_close_file):
23561         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
23562         (gst_afsrc_close_file):
23563         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23564         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
23565         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
23566         * ext/esd/esdmon.c: (gst_esdmon_get):
23567         * ext/esd/esdsink.c: (gst_esdsink_chain):
23568         * ext/faac/gstfaac.c: (gst_faac_chain):
23569         * ext/faad/gstfaad.c: (gst_faad_chain):
23570         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
23571         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23572         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
23573         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
23574         (gst_flacdec_loop):
23575         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
23576         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
23577         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
23578         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23579         (gst_gnomevfssink_close_file):
23580         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23581         (gst_gnomevfssrc_open_file):
23582         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
23583         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
23584         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
23585         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
23586         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
23587         * ext/mad/gstmad.c: (gst_mad_chain):
23588         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
23589         * ext/mpeg2dec/gstmpeg2dec.c:
23590         * ext/mpeg2enc/gstmpeg2enc.cc:
23591         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23592         * ext/mplex/gstmplex.cc:
23593         * ext/mplex/gstmplexibitstream.cc:
23594         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
23595         (gst_ogg_demux_push), (gst_ogg_pad_push):
23596         * ext/raw1394/gstdv1394src.c:
23597         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
23598         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
23599         * ext/sidplay/gstsiddec.cc:
23600         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
23601         (gst_sf_loop):
23602         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
23603         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
23604         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
23605         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23606         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
23607         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
23608         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
23609         * gst-libs/gst/Makefile.am:
23610         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23611         (gst_riff_read_element_data), (gst_riff_read_seek),
23612         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
23613         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
23614         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
23615         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
23616         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
23617         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23618         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
23619         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
23620         * gst/goom/gstgoom.c: (gst_goom_chain):
23621         * gst/id3/gstid3types.c: (gst_id3types_loop):
23622         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
23623         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
23624         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
23625         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23626         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
23627         (gst_ebml_read_float), (gst_ebml_read_header):
23628         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
23629         (gst_matroska_demux_parse_blockgroup):
23630         * gst/modplug/gstmodplug.cc:
23631         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
23632         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
23633         * gst/oneton/gstoneton.c: (gst_oneton_chain):
23634         * gst/silence/gstsilence.c: (gst_silence_get):
23635         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23636         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
23637         * gst/speed/gstspeed.c: (speed_loop):
23638         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
23639         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23640         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
23641         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
23642         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
23643         (gst_wavparse_loop):
23644         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
23645         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
23646         (dxr3audiosink_close):
23647         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
23648         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
23649         (dxr3videosink_close), (dxr3videosink_write_data):
23650         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23651         * sys/oss/gstosselement.h:
23652         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
23653         (gst_osssink_chain):
23654         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23655         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23656         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
23657         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
23658         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
23659         (gst_v4l_enable_overlay):
23660         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
23661         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
23662         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
23663         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
23664         (gst_v4l_set_audio):
23665         * sys/v4l/v4l_calls.h:
23666         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23667         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
23668         (gst_v4lmjpegsink_playback_init),
23669         (gst_v4lmjpegsink_playback_start):
23670         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23671         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
23672         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
23673         (gst_v4lmjpegsrc_requeue_frame):
23674         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23675         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
23676         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
23677         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
23678         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
23679         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
23680         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
23681         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
23682         (gst_v4l2src_capture_stop):
23683         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
23684         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23685         (gst_ximagesink_chain):
23686         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
23687         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
23688         (gst_xvideosink_xwindow_new):
23689         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23690         (gst_xvimagesink_chain):
23691         use new error signal, function and categories
23692
23693 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
23694
23695         * configure.ac:
23696         * ext/Makefile.am:
23697         * ext/musicbrainz/gsttrm.c:
23698         * ext/musicbrainz/gsttrm.h:
23699         * ext/musicbrainz/Makefile.am:
23700         Add a trm plugin
23701
23702 2004-01-18  Julien MOUTTE  <julien@moutte.net>
23703
23704         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
23705         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
23706         synchronous property for debugging.
23707         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
23708         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23709         (gst_xvimagesink_set_property): Moving a pointer declaration to a
23710         smaller block, fixing indent.
23711
23712 2004-01-16  David Schleef  <ds@schleef.org>
23713
23714         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
23715         property affects the video stream.
23716         * sys/xvimage/xvimagesink.c:
23717         * sys/xvimage/xvimagesink.h:
23718         Add synchronous property for debugging.  Should probably be
23719         disabled in non-CVS builds.  Make sure that the Xv attribute
23720         exists before we set it (crash!).  Fix a silly float bug that
23721         caused colorbalance to just not work.
23722
23723 2004-01-17  Christian Schaller <Uraeus@gnome.org>
23724
23725         * tools/gst-launch-ext.in - update for new plugins
23726
23727 2004-01-16  David Schleef  <ds@schleef.org>
23728
23729         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
23730         already-freed caps.
23731
23732 2994-01-16  Christian Schaller <Uraeus@gnome.org>
23733
23734         * Update spec for new colorspace plugin and libcaca plugin
23735         * Fix compilation of libcaca plugin (clock -> id)
23736
23737 2004-01-16  Julien MOUTTE <julien@moutte.net>
23738
23739         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
23740         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
23741         (gst_xvimagesink_set_xwindow_id),
23742         (gst_xvimagesink_colorbalance_set_value),
23743         (gst_xvimagesink_colorbalance_get_value),
23744         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23745         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
23746         correct colorbalance properties. They can now be set when the element
23747         is still in NULL state. The values will be committed to the Xv Port
23748         when xcontext is initialized.
23749         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
23750         brightness int values in the GstXvImagesink structure.
23751
23752 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23753
23754         * gst-libs/gst/Makefile.am:
23755           restructure so having local patches works easier.
23756
23757 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23758
23759         * ext/mpeg2enc/Makefile.am:
23760         * ext/mpeg2enc/gstmpeg2enc.cc:
23761         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23762           Bugfix with respect to EOS handling.
23763
23764 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23765
23766         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
23767           Link with right caps (else, it segfaults).
23768         * ext/mplex/gstmplexjob.cc:
23769           Fix for slight API change in 1.6.1.93 release of mjpegtools.
23770
23771 2004-01-15  David Schleef  <ds@schleef.org>
23772
23773         * gst-libs/gst/audio/Makefile.am:
23774         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
23775         from the template.
23776         * gst-libs/gst/audio/gstaudiofilter.c:
23777         * gst-libs/gst/audio/gstaudiofilter.h:
23778         Add bytes_per_sample and size and n_samples calculation.
23779         * gst-libs/gst/audio/gstaudiofilterexample.c:
23780         Remove, now autogenerated.
23781         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23782         Moved from gstaudiofilterexample, object name changed, code added
23783         so that it actually works.
23784         * gst-libs/gst/audio/make_filter:
23785         Script to build an audiofilter subclass from the template.
23786         * gst/colorspace/Makefile.am:
23787         * gst/colorspace/yuv2yuv.c:
23788         Remove file, since it's GPL, and we don't use it.
23789
23790 2004-01-15  Julien MOUTTE  <julien@moutte.net>
23791
23792         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
23794         them use the buffer free function to test how the buffer was allocated.
23795
23796 2004-01-15  David Schleef  <ds@schleef.org>
23797
23798         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
23799         that handles osssink fallback.
23800         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23801         (gst_audio_convert_getcaps):
23802         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23803         Add audio/x-qdm2 for QDM2 audio.
23804         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23805         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
23806         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23807         Decrease minimum size to 16x16.
23808         * gst/wavparse/gstwavparse.c:
23809         Convert disabled pad template caps to new caps.
23810         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23811         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23812         (gst_xvimagesink_chain): Throw element error when display cannot
23813         be opened.  Increase minimum framerate to 1.0.  Check the data
23814         free function on a buffer to make sure it is the type we expect
23815         before manipulating it.
23816
23817 2004-01-15  Julien MOUTTE <julien@moutte.net>
23818
23819         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23820         (gst_videobalance_colorbalance_set_value): Implement passthru if
23821         settings are in the middle.
23822         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
23823
23824 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23825
23826         * gst/videofilter/Makefile.am:
23827         * gst/volume/Makefile.am:
23828           Since we use videofilter symbols, link to it.
23829
23830 2004-01-15  Julien MOUTTE <julien@moutte.net>
23831
23832         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
23833         mixer interface type to HARDWARE.
23834         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
23835         type to SOFTWARE.
23836         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
23837         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
23838         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
23839         (gst_volume_interface_init), (gst_volume_list_tracks),
23840         (gst_volume_set_volume), (gst_volume_get_volume),
23841         (gst_volume_set_mute), (gst_volume_mixer_init),
23842         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
23843         (volume_init): Implementing mixer interface.
23844         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
23845         * sys/oss/gstosselement.c: (gst_osselement_get_type),
23846         (gst_osselement_change_state): Removing some trailing commas in
23847         structures.
23848         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
23849         interface type to HARDWARE.
23850         * sys/v4l/gstv4lcolorbalance.c:
23851         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
23852         type to HARDWARE.
23853         * sys/v4l2/gstv4l2colorbalance.c:
23854         (gst_v4l2_color_balance_interface_init): Setting colorbalance
23855         interface type to HARDWARE.
23856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
23857         same code than ximagesink for event handling.
23858
23859 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23860
23861         * ext/snapshot/Makefile.am:
23862         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
23863         (gst_snapshot_chain):
23864         * ext/snapshot/gstsnapshot.h:
23865           This has to be a joke... Snapshot should be connected to a tee,
23866           colorspace element before it and EOS after that, where the other
23867           src of the tee receives normal data.
23868           The current way is *wrong*.
23869
23870 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23871
23872         * ext/hermes/gsthermescolorspace.c:
23873           Fix another compile error. Same as below.
23874
23875 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23876
23877         * gst/colorspace/gstcolorspace.c:
23878         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
23879         (gst_colorspace_i420_to_yv12):
23880           Fix compiling... Didn't test if it actually works.
23881
23882 2004-01-15  David Schleef  <ds@schleef.org>
23883
23884         * configure.ac:
23885         * gst/colorspace/Makefile.am:
23886         * gst/colorspace/gstcolorspace.c:
23887         * gst/colorspace/gstcolorspace.h:
23888         * gst/colorspace/yuv2rgb.c:
23889         * gst/colorspace/yuv2rgb.h:
23890         Duplicate the ext/hermes colorspace plugin, and remove Hermes
23891         code and GPL code.  Fix for new caps negotiation.  Rewrite
23892         much of the format handling code, and some of the conversion
23893         code.  Basically, rewrote almost everything.  This element
23894         handles I420, YV12 to RGB conversions.
23895         * ext/hermes/Makefile.am:
23896         * ext/hermes/gsthermescolorspace.c:
23897         Rename colorspace to hermescolorspace.  Fix negotiation issues.
23898         Remove non-Hermes related code.  This element handles lots of
23899         RGB to RGB conversions, but no YUV.
23900         * ext/hermes/gstcolorspace.c:
23901         * ext/hermes/gstcolorspace.h:
23902         * ext/hermes/rgb2yuv.c:
23903         * ext/hermes/yuv2rgb.c:
23904         * ext/hermes/yuv2rgb.h:
23905         * ext/hermes/yuv2rgb_mmx16.s:
23906         * ext/hermes/yuv2yuv.c:
23907         * ext/hermes/yuv2yuv.h:
23908         Remove old code.
23909
23910 2004-01-14  Colin Walters  <walters@verbum.org>
23911
23912         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
23913         they've already been.
23914
23915 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23916
23917         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
23918           assume tag mode when pad is not connected
23919
23920 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23921
23922         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23923           Don't update the time of the clock
23924         (gst_alsa_sink_loop):
23925           sync to the clock given to alsasink, not the own clock
23926         * sys/oss/gstosssink.c: (gst_osssink_chain):
23927           sync to the clock
23928         (gst_osssink_change_state):
23929           activate the clock
23930         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
23932           remove bogus code that made DISCONT events unhandled
23933         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
23934           explicitly case to double in _set_simple. (fixes 2nd warning in bug
23935           #131502)
23936         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
23937         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
23938         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
23939           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
23940           2nd warning in bug #131502)
23941
23942 2004-01-14  Julien MOUTTE  <julien@moutte.net>
23943
23944         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23945         (gst_videobalance_colorbalance_set_value),
23946         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
23947         for colorbalance interface implementation.
23948         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23949         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
23950         (gst_ximagesink_dispose), (gst_ximagesink_init),
23951         (gst_ximagesink_class_init): Adding DISPLAY property.
23952         * sys/ximage/ximagesink.h: Adding display_name to store display.
23953         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23954         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23955         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
23956         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
23957         properties (they still need polishing though for gst-launch use : no
23958         xcontext yet, i ll do that tomorrow).
23959         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
23960
23961 2004-01-14  Julien MOUTTE  <julien@moutte.net>
23962
23963         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23964         (gst_play_set_location), (gst_play_set_visualization): Preparing
23965         switch integration, adding videobalance in the pipeline.
23966
23967 2004-01-14  Julien MOUTTE <julien@moutte.net>
23968
23969         * gst-libs/gst/colorbalance/colorbalance.c:
23970         (gst_color_balance_class_init): Adding a default type.
23971         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
23972         the type.
23973         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
23974         (gst_videobalance_dispose), (gst_videobalance_class_init),
23975         (gst_videobalance_init), (gst_videobalance_interface_supported),
23976         (gst_videobalance_interface_init),
23977         (gst_videobalance_colorbalance_list_channels),
23978         (gst_videobalance_colorbalance_set_value),
23979         (gst_videobalance_colorbalance_get_value),
23980         (gst_videobalance_colorbalance_init): Implementing colorbalance
23981         interface.
23982         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
23983         list.
23984         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
23985         bug which was triggering a BadAccess X error when setting an overlay
23986         before pad was really negotiated.
23987         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
23988         Using the colorbalance type macro.
23989
23990 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23991
23992         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
23993         (gst_flacenc_chain):
23994           handle tags correctly
23995         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
23996           extract ID3v1 tags correctly
23997
23998 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23999
24000         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
24001         (plugin_init):
24002           Improve matroska typefinding for odd-typed headers...
24003
24004 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24005
24006         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
24007           Fix for using incremental number on padnames.
24008
24009 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24010
24011         * ext/divx/gstdivxdec.c:
24012         * ext/divx/gstdivxenc.c:
24013           Set category to divx4linux instead of divx (too generic).
24014         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24015         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
24016         (gst_wavparse_loop), (gst_wavparse_change_state):
24017         * gst/wavparse/gstwavparse.h:
24018           fix parsing of WAV files with non-standard fmt-tag size and fix
24019           skipping of unrecognized chunks... Someone please fix this thing
24020           to use rifflib so all this is automated.
24021         * sys/v4l/Makefile.am:
24022         * sys/v4l2/Makefile.am:
24023           Add X_CFLAGS because we depend on X (for overlay).
24024
24025 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
24026
24027         * ext/mpeg2dec/gstmpeg2dec.c:
24028           Don't issue a timestamp unless we tagged the frame
24029           with a PTS.
24030
24031 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24032
24033         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
24034           Query the audio element to get the time, not the clock. We're
24035           interested in the element's time here.
24036
24037 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24038
24039         * ext/aalib/gstaasink.c: (gst_aasink_chain):
24040         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24041         * ext/esd/esdsink.c: (gst_esdsink_chain):
24042         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
24043         * ext/mas/massink.c: (gst_massink_chain):
24044         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
24045         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
24046         (gst_matroska_demux_parse_metadata):
24047         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
24048         (gst_mpeg_parse_release_locks):
24049         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
24050         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
24051         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24052         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24053         (gst_osssink_change_state):
24054         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
24055         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
24056         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
24057         (gst_xvideosink_release_locks):
24058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
24059           use element time.
24060         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
24061         (gst_alsa_clock_stop):
24062         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
24063         (gst_audio_clock_get_internal_time):
24064           simplify for use with new clocking code.
24065         * testsuite/alsa/Makefile.am:
24066         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
24067           fix testsuite for new caps system
24068
24069 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24070
24071         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
24072         * ext/flac/gstflacenc.c: (add_one_tag):
24073           length is already host endian, no need to convert. Fixes playback of
24074           tagged files on PPC. (bug #128384)
24075
24076 2004-01-13  Julien MOUTTE <julien@moutte.net>
24077
24078         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
24079         colorbalance interface stating if it is hardware based or software
24080         based.
24081         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
24082         Removing a trailing comma.
24083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24084         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
24085         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
24086         the documentation seems to be wrong on the -1000 to 1000 interval.
24087
24088 2004-01-12  David Schleef  <ds@schleef.org>
24089
24090         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
24091         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
24092         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
24093         Fix negotiation.  Add a bufferalloc function for the sink pad,
24094         and generally clean up some of the code.
24095
24096 2004-01-12  Julien MOUTTE <julien@moutte.net>
24097
24098         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24099         (gst_color_balance_channel_dispose): Adding safety check in dispose
24100         method.
24101         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24102         (gst_xvimagesink_xcontext_clear),
24103         (gst_xvimagesink_interface_supported),
24104         (gst_xvimagesink_colorbalance_list_channels),
24105         (gst_xvimagesink_colorbalance_set_value),
24106         (gst_xvimagesink_colorbalance_get_value),
24107         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
24108         Adding colorbalance interface support to set XV parameters such as
24109         HUE, BRIGHTNESS, CONTRAST, SATURATION.
24110         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
24111         interface.
24112
24113 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24114
24115         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
24116         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
24117         (gst_audio_convert_init), (gst_audio_convert_set_property),
24118         (gst_audio_convert_get_property), (gst_audio_convert_chain),
24119         (gst_audio_convert_link),
24120         (gst_audio_convert_buffer_to_default_format),
24121         (gst_audio_convert_buffer_from_default_format), (plugin_init):
24122           - implement _getcaps and use it
24123           - improve linking
24124           - remove float caps since no float conversion is actually done
24125           - remove properties and arguments that were to be used for rate
24126             conversion
24127
24128 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24129
24130         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
24131         (gst_audio_structure_set_int):
24132         * gst-libs/gst/audio/audio.h:
24133           add helper functions for _getcaps matching the standard audio
24134           templates
24135
24136 2004-01-12  David Schleef  <ds@schleef.org>
24137
24138         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24139         Test that pad is negotiated before getting its caps.
24140
24141 2004-01-12  Julien MOUTTE <julien@moutte.net>
24142
24143         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
24144         analyzing the pads of an element the bin is mostly in READY state so
24145         no caps were negotiated. This helper function needs to work with
24146         _get_caps directly then. I was not freeing them though, added that to
24147         fix the mem leak.
24148
24149 2004-01-12  Julien MOUTTE <julien@moutte.net>
24150
24151         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
24152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
24153         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
24154         than the free_func.
24155
24156 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24157
24158         * sys/oss/gstossaudio.c: (plugin_init):
24159         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24160         * sys/oss/gstosselement.h:
24161           make an oss debugging category
24162           make failure more descriptive
24163
24164 2004-01-11  David Schleef  <ds@schleef.org>
24165
24166         * ext/ffmpeg/gstffmpeg.c:
24167         * ext/ffmpeg/gstffmpegcodecmap.c:
24168         * ext/ffmpeg/gstffmpegdec.c:
24169         * ext/ffmpeg/gstffmpegenc.c:
24170         * ext/ffmpeg/gstffmpegprotocol.c:
24171         * ext/gdk_pixbuf/gstgdkanimation.c:
24172         * ext/jpeg/gstjpeg.c:
24173         * ext/libpng/gstpng.c:
24174         * ext/mpeg2dec/perftest.c:
24175         * ext/speex/gstspeex.c:
24176         * gst-libs/gst/resample/dtos.c:
24177         * gst/intfloat/gstintfloatconvert.c:
24178         * gst/oneton/gstoneton.c:
24179         * gst/rtjpeg/RTjpeg.c:
24180         * gst/rtp/gstrtp.c:
24181         * sys/dxr3/dxr3init.c:
24182         * sys/glsink/gstgl_nvimage.c:
24183         * sys/glsink/gstgl_pdrimage.c:
24184         * sys/glsink/gstglsink.c:
24185         * testsuite/gst-lint:
24186         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
24187
24188 2004-01-11  David Schleef  <ds@schleef.org>
24189
24190         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
24191         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
24192         * ext/gdk_pixbuf/gstgdkanimation.c:
24193         (gst_gdk_animation_iter_create_pixbuf):
24194         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
24195         (gst_gdk_pixbuf_chain):
24196         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24197         * ext/jack/gstjack.c: (gst_jack_change_state):
24198         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
24199         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
24200         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
24201         * gst/videofilter/gstvideofilter.c:
24202         (gst_videofilter_set_output_size):
24203         Remove all usage of gst_pad_get_caps(), and replace it with
24204         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
24205
24206 2004-01-11  David Schleef  <ds@schleef.org>
24207
24208         * configure.ac:
24209         * ext/Makefile.am: Fixes to make ext/libcaca compile.
24210         * ext/divx/gstdivxdec.c:
24211         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
24212         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
24213         handle images that span multiple buffers.  Now work with both
24214         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
24215         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24216         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
24217         video/video.h changes
24218         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
24219         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24220         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
24221         of GstData free function.
24222         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
24223         same.
24224
24225 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24226
24227         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
24228         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
24229         (gst_v4l2element_get_property):
24230         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
24231           add norm, channel and frequency properties.
24232         * sys/v4l2/gstv4l2tuner.c:
24233           fixes for tuner interface changes
24234         * sys/v4l2/gstv4l2element.h:
24235         * sys/v4l2/gstv4l2src.c:
24236         * sys/v4l2/gstv4l2src.h:
24237         * sys/v4l2/v4l2src_calls.c:
24238         * sys/v4l2/v4l2src_calls.h:
24239           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
24240
24241 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24242
24243         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
24244         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
24245         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
24246         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
24247         * gst-libs/gst/tuner/tuner.h:
24248           GObjects aren't const.
24249           Add find_by_name functions.
24250           Add checks to _changed functions.
24251         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
24252         (gst_v4l_tuner_get_norm):
24253           Fixes for above.
24254
24255 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24256
24257         * gst-libs/gst/video/video.h:
24258           Fix caps template names to be understandable.
24259           Prefix everything with GST_VIDEO.
24260         * ext/aalib/gstaasink.c:
24261         * ext/divx/gstdivxdec.c:
24262         * ext/divx/gstdivxenc.c:
24263         * ext/gdk_pixbuf/gstgdkpixbuf.c:
24264         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
24265         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
24266         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
24267         * ext/libcaca/gstcacasink.c:
24268         * ext/libpng/gstpngenc.c: (raw_caps_factory):
24269         * ext/snapshot/gstsnapshot.c:
24270         * ext/swfdec/gstswfdec.c:
24271         * ext/xvid/gstxviddec.c:
24272         * ext/xvid/gstxvidenc.c:
24273         * gst/chart/gstchart.c:
24274         * gst/deinterlace/gstdeinterlace.c:
24275         * gst/effectv/gsteffectv.c:
24276         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
24277         * gst/goom/gstgoom.c:
24278         * gst/median/gstmedian.c:
24279         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
24280         (gst_monoscope_srcconnect), (gst_monoscope_chain):
24281         * gst/overlay/gstoverlay.c:
24282         * gst/smooth/gstsmooth.c:
24283         * gst/smpte/gstsmpte.c:
24284         * gst/synaesthesia/gstsynaesthesia.c:
24285         * gst/videocrop/gstvideocrop.c:
24286         * gst/videodrop/gstvideodrop.c:
24287         * gst/y4m/gsty4mencode.c:
24288         * sys/qcam/gstqcamsrc.c:
24289         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
24290           Make them work with new video.h file.
24291         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24292         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
24293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24294         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
24295           Make it work with new buffer allocation system.
24296
24297 2004-01-11  Julien MOUTTE  <julien@moutte.net>
24298
24299         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
24300         pad_alloc_buffer implementation to use ->srcpad
24301         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
24302         pad_alloc_buffer implementation to use ->srcpad
24303         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
24304         pad_alloc_buffer implementation to use ->srcpad
24305         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24306         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
24307         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
24308         a reference to everything we need.
24309         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
24310         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24311         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
24312         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
24313         a reference to everything we need.
24314         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
24315
24316 2004-01-11  David Schleef  <ds@schleef.org>
24317
24318         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
24319         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
24320         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
24321         structure members.
24322         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
24323         value during a resize/renegotiation.
24324         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
24325         gst_pad_alloc_buffer();
24326         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24327         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
24328         structure members.
24329         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
24330         Fix for rename of buffer private structure members.
24331         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24332         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
24333         Fix for rename of buffer private structure members.
24334         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24335         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
24336         Fix for rename of buffer private structure members.
24337
24338 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
24339
24340         reviewed by: David Schleef <ds@schleef.org>
24341
24342         * gst/videofilter/Makefile.am:
24343         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
24344         from the patch by ds to fit in with recent make_filter changes.
24345
24346 2004-01-11  Julien MOUTTE  <julien@moutte.net>
24347
24348         * configure.ac: Adding examples/switch/Makefile
24349         * examples/Makefile.am: Adding examples/switch
24350         * examples/switch/Makefile.am: Adding switcher example.
24351         * examples/switch/switcher.c: (got_eos), (idle_iterate),
24352         (switch_timer), (main): Adding an example demonstrating switch usage
24353         with 2 videotestsrc showing different patterns.
24354         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
24355         (gst_switch_init): Fixing switch with the new caps system.
24356
24357 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24358
24359         * gst-libs/gst/video/video.h:
24360           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
24361           They should probably be like
24362           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
24363
24364 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24365
24366         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24367         (qtdemux_parse_trak):
24368           fix audio chunk size/timestamp calculation
24369
24370 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24371
24372         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
24373           fix SVQ3 caps
24374
24375 2004-01-11  Steve Baker  <steve@stevebaker.org>
24376
24377         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
24378         (gst_agingtv_base_init), (gst_agingtv_class_init),
24379         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
24380         (gst_agingtv_set_property), (gst_agingtv_get_property):
24381         Port agingTV to videofilter
24382
24383 2004-01-09  Julien MOUTTE <julien@moutte.net>
24384
24385         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
24386         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24387
24388 2004-01-09  Julien MOUTTE <julien@moutte.net>
24389
24390         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
24391         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24392         * gst-libs/gst/xoverlay/xoverlay.c:
24393         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
24394         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
24395         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24396         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24397         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24398         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24399         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24400         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
24401         the bufferalloc_function to replace bufferpools, fixing the XOverlay
24402         interface implementation to handle xid being 0 and fix some bugs
24403         triggered by Benjamin's testcase.
24404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24405         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24406         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
24407         the bufferalloc_function to replace bufferpools, fixing the XOverlay
24408         interface implementation to handle xid being 0 and fix some bugs
24409         triggered by Benjamin's testcase.
24410
24411 2004-01-09  David Schleef  <ds@schleef.org>
24412
24413         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
24414         mouse pointer events.  It works.
24415
24416 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24417
24418         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
24419           Use explicit caps - fix capsnego.
24420         * ext/xvid/gstxviddec.c:
24421         * ext/xvid/gstxvidenc.c:
24422           Remove macro-inside-macro which caused compile errors.
24423         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
24424           Error out if it's not a RIFF file. Else we error out without
24425           gst_element_error() which is not good...
24426
24427 2004-01-08  David Schleef  <ds@schleef.org>
24428
24429         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
24430         Fix pad_link function to handle formats that ffmpeg returns
24431         as multiple caps structures.
24432         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
24433         Only complain if source buffer is _smaller_ than expected.
24434         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
24435         (gst_videoscale_handle_src_event): Resize navigation events
24436         when passing them upstream.
24437         * gst/videotestsrc/gstvideotestsrc.c:
24438         * gst/videotestsrc/gstvideotestsrc.h:
24439         * gst/videotestsrc/videotestsrc.c:
24440         * gst/videotestsrc/videotestsrc.h:
24441         Rewrite many of the buffer painting functions to handle odd
24442         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
24443         been verified to work with my video card.
24444         * testsuite/gst-lint:  Add check for elements calling
24445         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
24446
24447 2004-01-08  David Schleef  <ds@schleef.org>
24448
24449         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
24450         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
24451
24452 2004-01-08  Julien MOUTTE  <julien@moutte.net>
24453
24454         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
24455         configure event is not emiting the desired size signal. That fixes
24456         aspect ratio issues with gst-player.
24457
24458 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24459
24460         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
24461           Fix capsnego.
24462
24463 2004-01-08  Julien MOUTTE  <julien@moutte.net>
24464
24465         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
24466         public method to fire size signal.
24467
24468 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24469
24470         * examples/gstplay/Makefile.am: Adding the interface library.
24471         * gst-libs/gst/play/Makefile.am: Adding the interface library.
24472         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
24473         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
24474         GST_IS_X_OVERLAY before signal connect.
24475         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
24476         Removing the have_video_size signal.
24477         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
24478         and associated public method.
24479         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24480         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
24481         signal.
24482         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
24483         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
24484         signal.
24485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
24486         Using XOverlay public method to fire size signal.
24487
24488 2004-01-07  David Schleef  <ds@schleef.org>
24489
24490         * gst/videofilter/Makefile.am:
24491         * gst/videofilter/gstvideotemplate.c:
24492         * gst/videofilter/make_filter:
24493         Create gstvideoexample.c in a srcdir!=builddir friendly way.
24494         Convert make_filter to /bin/sh script.
24495
24496 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
24497
24498         * gst/modplug/gstmodplug.cc: fix element description
24499
24500 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24501
24502         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
24503         (got_video_size): Adding some new lines in g_print calls.
24504         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24505         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
24506         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
24507         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
24508         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
24509         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
24510         Complete code review, reverting some stuff i disagree with, adding
24511         some fixes : time synchronization on invalid timestamps, renegotiation
24512         of private window.
24513         * sys/ximage/ximagesink.h:
24514         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
24515         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
24516         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
24517         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
24518         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
24519         (gst_xvimagesink_buffer_new),
24520         (gst_xvimagesink_navigation_send_event),
24521         (gst_xvimagesink_set_xwindow_id),
24522         (gst_xvimagesink_get_desired_size),
24523         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
24524         stuff i disagree with, adding some fixes : Renegotiation of private
24525         window, implementing get_desired_size.
24526
24527 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24528
24529         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
24530         (gst_afsink_handle_event):
24531         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
24532         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
24533         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
24534         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
24535         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
24536           Fix for instantiate-test (see core). Also remove dead code from
24537           jpegenc (which still needs fixing, but that's lower on my TODO
24538           list...).
24539         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
24540           Never return NULL as caps.
24541
24542 2004-01-07  David Schleef  <ds@schleef.org>
24543
24544         * configure.ac:
24545         * ext/Makefile.am:
24546         * ext/librfb/Makefile.am:
24547         * ext/librfb/gstrfbsrc.c:
24548         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
24549         is the protocol used by VNC.
24550
24551 2004-01-07  David Schleef  <ds@schleef.org>
24552
24553         * gst/videofilter/gstvideotemplate.c:
24554         * gst/videofilter/gstvideotemplate.h:
24555         * gst/videofilter/make_filter:
24556         Merge videotemplate header into source file.
24557         * gst/effectv/Makefile.am:
24558         * gst/effectv/gsteffectv.c: (plugin_init):
24559         * gst/effectv/gstwarp.c:
24560         Make warpTV a subclass of videofilter.
24561
24562 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24563
24564         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
24565           Add guard against invalid utf-8 conversions in mad. Just in case.
24566
24567 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24568
24569         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24570           Fix for bug shown by poisoning
24571
24572 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24573
24574         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24575         (gst_v4lmjpegsrc_buffer_free):
24576         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
24577         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
24578         (gst_v4lsrc_buffer_free):
24579           Fix for removed bufferpools.
24580
24581 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24582
24583         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24584         Fix caps negotiation.
24585
24586         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
24587         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
24588         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
24589         (dvdnavsrc_event):
24590         * ext/mpeg2dec/gstmpeg2dec.c:
24591         * gst-libs/gst/navigation/navigation.c:
24592         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
24593         * gst-libs/gst/navigation/navigation.h:
24594         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
24595         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
24596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
24597         Super-simple first version of mouse and keyboard events. Clicking
24598         on a DVD menu now works, although it may not take you where you
24599         expected.
24600
24601         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24602         * gst/videotestsrc/gstvideotestsrc.c:
24603         (gst_videotestsrc_src_fixate):
24604         These fixate functions were broken - they never actually
24605         fixated :)
24606
24607 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24608
24609         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
24610         (gst_icecastsend_init):
24611           fix for new caps system.
24612         * gst-libs/gst/mixer/mixertrack.h:
24613         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
24614           Add 'master track' flag (for tools like ACME that only want to
24615           change the main volume).
24616
24617 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24618
24619         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
24620         (gst_xvid_csp_to_caps):
24621         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
24622         * ext/xvid/gstxvidenc.c:
24623         ifdef out ARGB type when it isn't available
24624         in xvidcore 1.0.0beta2
24625
24626 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24627
24628         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
24629           When we have received a new SCR right in the first buffer after
24630           a seek (so in the same cycle that handles the discont), we should
24631           handle the buffer instead of unreffing it, else we lose data.
24632
24633 2004-01-06  Iain <iain@prettypeople.org>
24634
24635         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
24636           buffer-frames caps too.
24637
24638         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
24639           caps that we need, don't destroy them all and rebuild them. And when
24640           creating src pads, use the src pad template rather than the sink...
24641
24642 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24643
24644         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
24645           Add pad to element *after* setting functions such as event handler.
24646           Without this, the scheduler (opt) will link pads, set the event
24647           handler from the default event function (dispatcher in gstpad.c)
24648           and *after* that, we will set our own event function, which will
24649           thus never be used (and thus mpegdemux doesn't handle events).
24650
24651 2004-01-04  David Schleef  <ds@schleef.org>
24652
24653         Fix the fixate functions to handle new prototype:
24654         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24655         * gst/videotestsrc/gstvideotestsrc.c:
24656         (gst_videotestsrc_src_fixate):
24657         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24658         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
24659         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
24660
24661 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24662
24663         * sys/ximage/ximagesink.h:
24664         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24665         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
24666         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
24667         (gst_ximagesink_xoverlay_init):
24668           assorted fixes to make (re)embedding work
24669         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
24670         (gst_ximagesink_get_desired_size):
24671           implement desired size additions to XOverlay
24672
24673 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24674
24675         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
24676         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
24677         (gst_x_overlay_got_desired_size):
24678         * gst-libs/gst/xoverlay/xoverlay.h:
24679           Add optional "desired size" signal and querying.
24680
24681 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24682
24683         * gst/matroska/matroska-demux.c:
24684         (gst_matroska_demux_parse_blockgroup):
24685           Fix EBML-laced block parsing. Diffs are relative to previous
24686           lace, not the first lace. Thanks to Mosu from the Matroska
24687           team for detecting this.
24688         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24689         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
24690         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
24691         (gst_wavparse_change_state):
24692         * gst/wavparse/gstwavparse.h:
24693           Quickfix for capsnego.
24694
24695 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24696
24697         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
24698           Fix indenting, fix pad creation.
24699
24700 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24701
24702         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
24703         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
24704         (gst_xviddec_sink_link):
24705           Implement src_getcaps() so proper size caps is negotiated.
24706
24707 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24708
24709         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
24710           Finish flac decoder on EOS. See #116178.
24711
24712 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24713
24714         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
24715         (gst_matroska_demux_add_stream):
24716         * gst/matroska/matroska-ids.h:
24717           Add getcaps() function to fix capsnego...
24718
24719 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24720
24721         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24722         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
24723         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
24724           Fix more integer overflows. Again, see #126967.
24725
24726 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24727
24728         * ext/mpeg2dec/gstmpeg2dec.c:
24729           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
24730           #130416.
24731
24732 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24733
24734         * configure.ac:
24735         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
24736         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
24737         * ext/xvid/gstxvid.h:
24738         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
24739         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
24740         (gst_xviddec_src_link), (gst_xviddec_sink_link),
24741         (gst_xviddec_change_state):
24742         * ext/xvid/gstxviddec.h:
24743         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
24744         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
24745         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
24746         (gst_xvidenc_link), (gst_xvidenc_set_property),
24747         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
24748         * ext/xvid/gstxvidenc.h:
24749           Update xvid plugin to latest xvid (1.0.0-beta3) API.
24750
24751 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24752
24753         * gst/rtp/rtp-packet.c:
24754           Add sys/types.h include, since OS X doesn't define in_addr_t
24755           in netinet/in.h, like it does on Linux (see #129600).
24756
24757 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
24758
24759         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24760
24761         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
24762           Correct logic of dispose function (see #129306).
24763
24764 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24765
24766         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
24767         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
24768         (gst_mpeg_parse_init):
24769         * gst/mpegstream/gstmpegparse.h:
24770           Remove clock (which was never provided, i.e. dead code), and
24771           also fix integer overflows at high PTS values (see #126967).
24772
24773 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24774
24775         * ext/flac/gstflacdec.c:
24776         * ext/libpng/gstpngenc.h:
24777         * ext/mikmod/gstmikmod.h:
24778           OS X fixes (see #126628).
24779
24780 2004-01-02  David Schleef  <ds@schleef.org>
24781
24782         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
24783         (gst_alsa_src_base_init): Remove bogus "src" request pad.
24784         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
24785         (gst_mpeg_parse_class_init): Move pad template registration
24786         to class_init, since the derived class (mpegdemux) doesn't
24787         want them.
24788
24789 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24790
24791         * sys/ximage/Makefile.am:
24792         * sys/xvideo/Makefile.am:
24793         * sys/xvimage/Makefile.am:
24794           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
24795           after installation (see #127664).
24796
24797 2004-01-02  David Schleef  <ds@schleef.org>
24798
24799         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
24800         (gst_ffmpegenc_connect):  Negotiation fixes.
24801         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
24802         Remove inappropriate gst_caps_free().
24803         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24804         Reenable Ronald's internal resize code, since the core handles
24805         it correctly now.
24806
24807 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24808
24809         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
24810         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
24811         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
24812           Fix pad template stuff.
24813
24814 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24815
24816         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
24817         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
24818           fix signed integer reading/writing.
24819
24820 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24821
24822         * ext/alsa/README:
24823           Remove outdated document
24824
24825 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
24826
24827         * gst/cutter/gstcutter.c: (gst_cutter_init):
24828           src pad was being created twice - oops.
24829
24830 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24831
24832         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24833           Comment out internal resize. It doesn't handle the resulting
24834           XEvent internally, does another try_set_caps() which leads to
24835           a really nice loop.
24836           Real fix will come when Julien and Dave are awake. ;).
24837
24838 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24839
24840         * ext/mpeg2enc/gstmpeg2enc.cc:
24841           fix const/nonconst compile issue.
24842
24843 2004-01-02  David Schleef  <ds@schleef.org>
24844
24845         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
24846         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
24847         Add fixate function and a check for bad formats.
24848
24849 2004-01-01  David Schleef  <ds@schleef.org>
24850
24851         Negotiation fixes:
24852         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24853         (gst_audiofilter_init):
24854         * gst/debug/efence.c: (gst_efence_init):
24855         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
24856         (gst_deinterlace_init):
24857         * gst/volume/gstvolume.c: (volume_connect):
24858
24859 2004-01-01  David Schleef  <ds@schleef.org>
24860
24861         Convert elements to use gst_pad_use_explicit_caps() where
24862         appropriate:
24863         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
24864         * ext/audiofile/gstafparse.c: (gst_afparse_init),
24865         (gst_afparse_open_file):
24866         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
24867         (gst_afsrc_open_file):
24868         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
24869         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
24870         (gst_ffmpegdec_chain):
24871         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24872         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
24873         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
24874         (gst_gdk_pixbuf_chain):
24875         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
24876         (gst_jpegdec_chain):
24877         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
24878         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
24879         (gst_mikmod_negotiate):
24880         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
24881         (gst_mpeg2dec_negotiate_format):
24882         * ext/mpeg2enc/gstmpeg2enc.cc:
24883         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24884         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
24885         (gst_speexdec_sinkconnect):
24886         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
24887         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
24888         (gst_vorbisfile_new_link):
24889         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
24890         (gst_ac3parse_chain):
24891         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
24892         (gst_asf_demux_setup_pad):
24893         * gst/auparse/gstauparse.c: (gst_auparse_init),
24894         (gst_auparse_chain):
24895         * gst/id3/gstid3types.c: (gst_id3types_loop):
24896         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
24897         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
24898         (mp1videoparse_parse_seq):
24899         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
24900         (bpf_from_header):
24901         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24902         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
24903         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
24904         (gst_mpeg_parse_send_data):
24905         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24906         (gst_qtdemux_add_stream):
24907         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
24908         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24909         (gst_wavparse_parse_fmt):
24910
24911 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24912
24913         * configure.ac:
24914           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
24915           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
24916           it therefore uses the wrong include paths. Too bad... Note
24917           that 1.6.1.93 is not release yet. ;).
24918           Also add a check for mplex, which is now using the lib'ified
24919           mplex from mjpegtools, too.
24920         * ext/ffmpeg/gstffmpegcodecmap.c:
24921           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
24922           issues. I don't think ffmpeg handles 3ivx correctly, so this
24923           probably won't work. But it won't hurt either.
24924         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
24925         (gst_ffmpegdec_chain):
24926         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
24927         (gst_ffmpegenc_chain_audio):
24928           Fix memleak in audio encoding. Close codec if open fails, this
24929           calls the cleanup routines so we can re-use the context.
24930         * ext/mpeg2enc/gstmpeg2enc.cc:
24931           Fix pad template names/types, fix memory issue with getcaps().
24932         * ext/mpeg2enc/gstmpeg2encoder.cc:
24933         * ext/mpeg2enc/gstmpeg2encoder.hh:
24934           Fix compile issue with new caps system (const thingy).
24935         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24936         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
24937           We read a first frame right on initing, so that we have a caps
24938           when we init the output. This caps is cached in padprivate and
24939           read as first frame.
24940         * ext/mplex/Makefile.am:
24941         * ext/mplex/gstmplex.cc:
24942         * ext/mplex/gstmplex.h:
24943         * ext/mplex/gstmplex.hh:
24944         * ext/mplex/gstmplexibitstream.cc:
24945         * ext/mplex/gstmplexibitstream.hh:
24946         * ext/mplex/gstmplexjob.cc:
24947         * ext/mplex/gstmplexjob.hh:
24948         * ext/mplex/gstmplexoutputstream.cc:
24949         * ext/mplex/gstmplexoutputstream.hh:
24950           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
24951           had issues, didn't do capsnego, supported only a subset of the
24952           mplex features and required a mplex fork in our local CVS. Plus
24953           that it worked agaist a very old mplex version. Rewriting was
24954           faster than updating it.
24955         * gst-libs/ext/Makefile.am:
24956         * gst-libs/ext/mplex/INSTRUCT:
24957         * gst-libs/ext/mplex/Makefile.am:
24958         * gst-libs/ext/mplex/README:
24959         * gst-libs/ext/mplex/TODO:
24960         * gst-libs/ext/mplex/ac3strm_in.cc:
24961         * gst-libs/ext/mplex/audiostrm.hh:
24962         * gst-libs/ext/mplex/audiostrm_out.cc:
24963         * gst-libs/ext/mplex/aunit.hh:
24964         * gst-libs/ext/mplex/bits.cc:
24965         * gst-libs/ext/mplex/bits.hh:
24966         * gst-libs/ext/mplex/buffer.cc:
24967         * gst-libs/ext/mplex/buffer.hh:
24968         * gst-libs/ext/mplex/fastintfns.h:
24969         * gst-libs/ext/mplex/format_codes.h:
24970         * gst-libs/ext/mplex/inputstrm.cc:
24971         * gst-libs/ext/mplex/inputstrm.hh:
24972         * gst-libs/ext/mplex/lpcmstrm_in.cc:
24973         * gst-libs/ext/mplex/mjpeg_logging.cc:
24974         * gst-libs/ext/mplex/mjpeg_logging.h:
24975         * gst-libs/ext/mplex/mjpeg_types.h:
24976         * gst-libs/ext/mplex/mpastrm_in.cc:
24977         * gst-libs/ext/mplex/mpegconsts.cc:
24978         * gst-libs/ext/mplex/mpegconsts.h:
24979         * gst-libs/ext/mplex/mplexconsts.hh:
24980         * gst-libs/ext/mplex/multplex.cc:
24981         * gst-libs/ext/mplex/outputstream.hh:
24982         * gst-libs/ext/mplex/padstrm.cc:
24983         * gst-libs/ext/mplex/padstrm.hh:
24984         * gst-libs/ext/mplex/stillsstream.cc:
24985         * gst-libs/ext/mplex/stillsstream.hh:
24986         * gst-libs/ext/mplex/systems.cc:
24987         * gst-libs/ext/mplex/systems.hh:
24988         * gst-libs/ext/mplex/vector.cc:
24989         * gst-libs/ext/mplex/vector.hh:
24990         * gst-libs/ext/mplex/videostrm.hh:
24991         * gst-libs/ext/mplex/videostrm_in.cc:
24992         * gst-libs/ext/mplex/videostrm_out.cc:
24993         * gst-libs/ext/mplex/yuv4mpeg.cc:
24994         * gst-libs/ext/mplex/yuv4mpeg.h:
24995         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
24996         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
24997           We don't fork mjpegtools' mplex in our CVS anymore.
24998         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
24999         (gst_avi_demux_add_stream):
25000         * gst/avi/gstavidemux.h:
25001           Add getcaps() function for proper caps nego. This makes some
25002           parts of AVI playback/reading work.
25003         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
25004           Resize window on new capsnego. This is probably wrong, but
25005           I'm still committing it because with current capsnego, the
25006           first successfull capsnego is auto-fixated, therefore rounded
25007           down to the lowest values in the caps. this results in a 16x16
25008           XWindow that is not reized when real capsnego finishes.
25009           Dave, I see more cases of this, do you know a proper solution?
25010         * tools/gst-launch-ext.in:
25011           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
25012
25013 2003-12-31  David Schleef  <ds@schleef.org>
25014
25015         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
25016         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
25017           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
25018
25019 2003-12-30  David Schleef  <ds@schleef.org>
25020
25021         * ext/ffmpeg/gstffmpegcolorspace.c:
25022         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25023         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
25024         (gst_ffmpegcsp_chain): Negotiation fixes
25025         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
25026         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25027         (gst_audio_convert_link), (gst_audio_convert_channels):
25028         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
25029         (gst_audioscale_link), (gst_audioscale_get_buffer),
25030         (gst_audioscale_chain): Negotiation fixes
25031         * gst/audioscale/gstaudioscale.h:
25032         * gst/videofilter/gstvideofilter.c:
25033         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
25034         (gst_videofilter_link), (gst_videofilter_init),
25035         (gst_videofilter_set_output_size), (gst_videofilter_setup),
25036         (gst_videofilter_find_format_by_structure):
25037         * gst/videofilter/gstvideofilter.h: Negotiation fixes
25038         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
25039         (gst_videoscale_link):
25040         * gst/videoscale/videoscale.c: (videoscale_get_structure),
25041         (videoscale_find_by_structure), (gst_videoscale_setup):
25042         * gst/videoscale/videoscale.h: Negotiation fixes
25043         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
25044         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
25045         function, restrict resizing to a multiple of 4 (hack until
25046         everyone supports odd sizes correctly).
25047
25048 2003-12-29  Colin Walters  <walters@verbum.org>
25049
25050         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
25051         signed.
25052
25053 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
25054
25055         * ext/sndfile/gstsf.c: (gst_sf_loop):
25056           Fix warning about discarding const qualifier
25057
25058 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
25059
25060         * gst/cutter/gstcutter.c:
25061         * gst/videoscale/gstvideoscale.c:
25062         * gst/volenv/gstvolenv.c:
25063         * gst-libs/gst/audio/audio.c:
25064         * gst-libs/gst/video/video.c:
25065           Fix warnings
25066
25067 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25068
25069         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
25070           Don't send ALSA debugging to stderr.
25071         * ext/alsa/gstalsa.h:
25072           Use GST_WARNING instead of g_warning when ALSA functions fail.
25073
25074 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25075
25076         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25077           Free XVAdapterInfo correctly.
25078
25079 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25080
25081         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
25082         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
25083           Make id3tag use correct caps nego.
25084
25085 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
25086
25087         * ext/ivorbis/vorbis.c:
25088         * ext/ivorbis/vorbisenc.h:
25089         * ext/ivorbis/vorbisfile.c:
25090           Modify so that it uses the new caps things
25091
25092 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25093
25094         * testsuite/spider/spider1.c: (main):
25095         * testsuite/spider/spider2.c: (main):
25096         * testsuite/spider/spider3.c: (main):
25097           Make tests compile again. They probably don't work.
25098
25099 2003-12-24  Colin Walters  <walters@verbum.org>
25100
25101         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
25102         we can't fixate the caps anymore.
25103
25104 2003-12-23  David Schleef  <ds@schleef.org>
25105
25106         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
25107         * sys/oss/gstosssink.c: (gst_osssink_init),
25108         (gst_osssink_sink_fixate): Add fixate function.
25109
25110 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25111
25112         * ext/ffmpeg/gstffmpegcodecmap.c:
25113         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
25114         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
25115         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
25116         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
25117         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
25118         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
25119         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
25120           fix typo in RGB masks, and move back to "old" colorspace
25121           capsnego code until whoever wrote this new crap has actually
25122           tested it so that it works.
25123           And yes, this works, keep it that way please.
25124
25125 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25126
25127         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
25128         (gst_divxdec_init), (gst_divxdec_negotiate):
25129         * ext/divx/gstdivxdec.h:
25130         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
25131         (gst_divxenc_init):
25132         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
25133         (gst_faac_sinkconnect), (gst_faac_srcconnect):
25134         * ext/mpeg2enc/gstmpeg2enc.cc:
25135         * ext/mpeg2enc/gstmpeg2encoder.cc:
25136         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
25137         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
25138         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
25139         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
25140         (dxr3spusink_init):
25141         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
25142         (dxr3videosink_init):
25143           Fix caps breakage after Dave's caps branch merge.
25144
25145 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25146
25147         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25148           Fix for 24bpp display.
25149
25150 2003-12-23  Colin Walters  <walters@verbum.org>
25151
25152         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
25153         a GnomeVFSHandle directly.
25154
25155 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25156
25157         * gst/volume/Makefile.am:
25158         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
25159         (volume_base_init), (volume_init):
25160           Reenable volume element and fix to work with new caps stuff.
25161           Rhythmbox needs this.
25162
25163 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25164
25165         * gst/qtdemux/qtdemux.c: (plugin_init):
25166           qtdemux requires bytestream
25167
25168 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25169
25170         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
25171           Fix remaining caps handling errors due to CAPS merge.
25172
25173 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25174
25175         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
25176         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
25177         (gst_faad_srcconnect):
25178           Port to new caps system.
25179
25180 2003-12-21  Julien MOUTTE  <julien@moutte.net>
25181
25182         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
25183         (got_video_size), (main): using g_print instead of g_message.
25184         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
25185         signal which was not emitted because of "switch" element added to the
25186         bin but not connected. (Removing from the bin temporarily)
25187
25188 2003-12-21  Julien MOUTTE  <julien@moutte.net>
25189
25190         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
25191         find X development files. I don't understand the previous tests and
25192         they fail on my debian/ppc unstable. This one works.
25193         * examples/gstplay/player.c: (main): Set the pipeline to READY before
25194         exiting.
25195         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
25196         (gst_play_set_video_sink), (gst_play_set_audio_sink),
25197         (gst_play_set_visualization): Add some safety checks in set_ methods
25198         and state_change. This was throwing some ugly CRITICAL messages when
25199         pipeline was getting disposed and casts were failing.
25200
25201 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25202
25203         * configure.ac:
25204           Improve mpeg2enc detection. This is for distributions that do
25205           ship mjpegtools, but without mpeg2enc. Also does object check
25206           for might there ever be ABI incompatibility.
25207         * ext/mpeg2enc/gstmpeg2enc.cc:
25208           Add Andrew as second maintainer (he's helping me), and also add
25209           an error if no caps was set. This happens if I pull before capsnego
25210           and that's something I should solve sometime else.
25211         * gst/matroska/matroska-demux.c:
25212         (gst_matroska_demux_parse_blockgroup):
25213           Fix time parsing.
25214         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
25215         (gst_matroska_mux_track_header):
25216           Add caps to templates.
25217         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
25218           Add mpegversion=1 to prevent confusion with MPEG/AAC.
25219         * gst/mpegstream/gstmpegdemux.c:
25220           Remove layer since it causes warnings about unfixed caps.
25221         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25222           Fix obvious typo (we error out if caps were set, we should of
25223           course error out if *no* caps were set).
25224         * sys/oss/gstosselement.c: (gst_osselement_convert):
25225           Fix format conversion, we confused bits/bytes.
25226         * sys/oss/gstosselement.h:
25227           Improve documentation for 'bps'.
25228         * sys/v4l/TODO:
25229           Remove stuff about plugins that need removing - this was done
25230           ages ago.
25231         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
25232         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
25233         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
25234         (gst_v4lsrc_src_query):
25235         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
25236         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
25237           Add get_query_types(), get_formats() and query() functions.
25238
25239 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25240
25241         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
25242         * moved CVS to freedesktop.org