ext/ogg/gstoggdemux.c: Don't leak events.
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-04-10  Wim Taymans  <wim@fluendo.com>
2
3         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
4         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
7         (gst_ogg_demux_loop):
8         Don't leak events.
9         Remember what error we got when finding chains, if we
10         were shutdown, that would not be an error.
11
12 2006-04-10  Wim Taymans  <wim@fluendo.com>
13
14         * gst-libs/gst/audio/gstbaseaudiosink.c:
15         (gst_base_audio_sink_event):
16         Starting the ringbuffer when we did not acquire it can cause
17         a deadlock, is pointless and causes nasty things for
18         subclasses. 
19         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
20
21 2006-04-10  Wim Taymans  <wim@fluendo.com>
22
23         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
24         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
25         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
26         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
27         (gst_ogg_demux_deactivate_current_chain),
28         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
29         (gst_ogg_demux_bisect_forward_serialno),
30         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
31         Add some more debugging.
32
33 2006-04-10  Wim Taymans  <wim@fluendo.com>
34
35         * ext/theora/theoradec.c: (theora_dec_src_event),
36         (theora_handle_data_packet):
37         Some more debug info.
38
39         * tests/examples/seek/seek.c: (start_seek), (main):
40         Print element messages too.
41
42 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
43
44         * gst/audioresample/debug.h:
45           replace debug macros with variable number of parameters
46           by a simple alias to gstreamer standard debug macros 
47          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
48           supported by MSVC 6.0 and 7.1)
49         * gst/audioresample/resample.h:
50           define M_PI and rint for WIN32
51         * win32/common/libgstaudio.def:
52         * win32/common/libgstriff.def:
53         * win32/common/libgsttag.def:
54         * win32/common/libgstvideo.def:
55           add new exported functions
56         * win32/vs6:
57           update project files
58
59 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
60
61         * ext/alsa/gstalsamixeroptions.c:
62         (gst_alsa_mixer_options_class_init):
63         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
64         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
65         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
66         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
67         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
68         * gst-libs/gst/audio/gstaudiofilter.c:
69         (gst_audio_filter_class_init):
70         * gst-libs/gst/audio/gstaudiosink.c:
71         (gst_audioringbuffer_class_init):
72         * gst-libs/gst/audio/gstaudiosrc.c:
73         (gst_audioringbuffer_class_init):
74         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
75         * gst-libs/gst/interfaces/colorbalancechannel.c:
76         (gst_color_balance_channel_class_init):
77         * gst-libs/gst/interfaces/mixeroptions.c:
78         (gst_mixer_options_class_init):
79         * gst-libs/gst/interfaces/mixertrack.c:
80         (gst_mixer_track_class_init):
81         * gst-libs/gst/interfaces/tunerchannel.c:
82         (gst_tuner_channel_class_init):
83         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
84         * gst-libs/gst/netbuffer/gstnetbuffer.c:
85         (gst_netbuffer_class_init):
86         * gst-libs/gst/rtp/gstbasertppayload.c:
87         (gst_basertppayload_class_init):
88         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
89         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
90         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
91         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
92         * gst/playback/gststreamselector.c:
93         (gst_stream_selector_class_init):
94         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
95         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
96         * sys/v4l/gstv4lcolorbalance.c:
97         (gst_v4l_color_balance_channel_class_init):
98         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
99         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
100         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
101         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
102         (gst_v4l_tuner_norm_class_init):
103         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
105         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
106         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
107
108 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
109
110         * ext/pango/gsttextrender.h:
111         * gst-libs/gst/audio/gstaudiosink.h:
112         * gst-libs/gst/audio/gstaudiosrc.h:
113         * gst-libs/gst/audio/gstbaseaudiosink.h:
114         * gst-libs/gst/audio/gstbaseaudiosrc.h:
115         * gst-libs/gst/audio/gstringbuffer.h:
116         * gst-libs/gst/rtp/gstbasertpdepayload.h:
117         * gst-libs/gst/rtp/gstbasertppayload.h:
118         * gst-libs/gst/video/gstvideofilter.h:
119         * gst-libs/gst/video/gstvideosink.h:
120         * gst/playback/gstplaybasebin.h:
121         * gst/tcp/gstmultifdsink.h:
122         * sys/v4l/gstv4lelement.h:
123         Fix broken GObject macros
124
125 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
126
127         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
128         More debug to trace why my USB headset is not working with gst
129
130 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
131
132         * gst/playback/gstplaybasebin.c: (group_destroy):
133         Clean up our group elements properly in the case where it never 
134         got committed - it still got added unconditionally to the bin.
135
136 2006-04-07  Wim Taymans  <wim@fluendo.com>
137
138         * ext/theora/theoradec.c: (theora_dec_sink_event),
139         (theora_handle_data_packet), (theora_dec_chain):
140         Unref unhandled events.
141         Protect against empty buffers.
142         Perform QoS on running time.
143
144 2006-04-07  Michael Smith  <msmith@fluendo.com>
145
146         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
147         (gst_vorbis_enc_chain):
148           Remove leaks from vorbisenc.
149           Mostly minor changes, the only significant one is that now the
150           buffers we set as 'streamheader' on the caps are copies of the
151           original buffers, to avoid circular refcounting problems.
152
153 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
154
155         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
156           Don't remove our mute-probe if someone else already did so.
157           Don't set a 2nd one if there is already one pending on the pad.
158
159         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
160         (do_playbin_seek):
161           When a seek fails, ensure that playbin is still set back to playing.
162           
163         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
164         (mpeg_ts_type_find), (plugin_init):
165           Add a typefind function for mpeg-ts streams.
166
167 2006-04-06  Andy Wingo  <wingo@pobox.com>
168
169         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
170         (gst_video_rate_init): Caps-related parameters should not be reset
171         by a flush -- move their inits to the instance init function.
172         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
173         is not OK, just return the result.
174
175         * gst/audiotestsrc/gstaudiotestsrc.c
176         (gst_audio_test_src_class_init)
177         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
178         broken by Stefan's commit on 24 March.
179
180         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
181         buffers being pushed out. Fixes oggmux ! multifdsink.
182
183 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
184
185         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
186         (gst_vorbis_dec_init), (vorbis_dec_finalize):
187         * ext/vorbis/vorbisdec.h:
188         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
189         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
190         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
191         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
192         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
193         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
194         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
195         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
196         (gst_vorbis_enc_buffer_from_packet),
197         (gst_vorbis_enc_buffer_from_header_packet),
198         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
199         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
200         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
201         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
202         (gst_vorbis_enc_change_state):
203         * ext/vorbis/vorbisenc.h:
204           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
205           vorbisenc adhere to the official nomenclature; use boilerplate
206           macro.
207
208 2006-04-04  Andy Wingo  <wingo@pobox.com>
209
210         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
211         Whoops, fix bug introduced. Bad hacker!
212         
213         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
214         Properly handle the case where you get EOS before any buffers are
215         received. Use gst_buffer_make_metadata_writable where appropriate.
216
217         * ext/theora/theoradec.c (theora_handle_data_packet): This value
218         is often negative -- make it signed so as not to wrap around.
219         Fixes segfaults introduced on 9 March.
220
221 2006-04-03  Wim Taymans  <wim@fluendo.com>
222
223         * ext/theora/gsttheoradec.h:
224         * ext/theora/theoradec.c: (theora_dec_src_event):
225         Don't try to store a gdouble in a gboolean.
226         Small cleanups.
227
228 2006-04-03  Michael Smith  <msmith@fluendo.com>
229
230         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
231           Oggmux sucks.
232           Make it suck slightly less by writing out the final page.
233           Still can't encode a vorbis-in-ogg file correctly, though.
234
235 2006-04-03  Andy Wingo  <wingo@pobox.com>
236
237         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
238         a g_print.
239
240         * ext/theora/theora.c (plugin_init): Register theoraparse.
241
242         * ext/theora/gsttheoraparse.h: 
243         * ext/theora/theoraparse.c: New files implementing a theora
244         parser. Now we can properly remux ogg/theora+vorbis, yay.
245
246         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
247
248 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
249
250         * gst/audiotestsrc/gstaudiotestsrc.c:
251           Fixed the sample pipeline (see #323798)
252
253 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
254
255         * configure.ac:
256         * win32/common/config.h:
257         * win32/common/config.h.in:
258           use AS_VERSION and AS_NANO
259           more cleanups
260
261 2006-03-31  Andy Wingo  <wingo@pobox.com>
262
263         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
264         uninitialized variable return that would happen.
265         
266         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
267         uninitialized variable return that would never happen.
268
269         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
270         (vorbis_parse_sink_event): Add an event function to flush our
271         state on a seek, and to drain buffers on a premature EOS.
272         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
273         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
274         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
275         (vorbis_parse_drain_queue): Queue up buffers until we can set
276         their timestamps and granulepos values.
277
278         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
279         and keep track of data needed for deriving granulepos and
280         timestamps for buffers.
281
282 2006-03-29  Wim Taymans  <wim@fluendo.com>
283
284         Patch by: j^ <j at bootlab dot org>
285
286         * ext/alsa/gstalsamixerelement.c:
287         (gst_alsa_mixer_element_class_init):
288         * ext/alsa/gstalsasink.c:
289         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
290         * ext/ogg/gstoggdemux.c:
291         * ext/ogg/gstoggmux.c:
292         * ext/ogg/gstoggparse.c:
293         * ext/pango/gstclockoverlay.c:
294         * ext/pango/gsttextoverlay.c:
295         * ext/pango/gsttextrender.c:
296         * ext/pango/gsttimeoverlay.c:
297         * ext/theora/theoradec.c:
298         * ext/theora/theoraenc.c:
299         * ext/vorbis/vorbisdec.c:
300         * ext/vorbis/vorbisenc.c:
301         * gst/audioconvert/gstaudioconvert.c:
302         * gst/subparse/gstsubparse.c:
303         * gst/tcp/gstmultifdsink.c:
304         * gst/tcp/gsttcpclientsink.c:
305         * gst/tcp/gsttcpclientsrc.c:
306         * gst/tcp/gsttcpserversink.c:
307         * gst/tcp/gsttcpserversrc.c:
308           better/unified long descriptions
309           Fixes #336477
310
311 2006-03-29  Wim Taymans  <wim@fluendo.com>
312
313         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
314         (stop_seek):
315         Don't let double and tripple clicks mess up our state.
316
317 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
318
319         * gst/playback/gstplaybin.c: (gen_video_element),
320         (gen_text_element), (gen_audio_element), (gen_vis_element):
321           Error out gracefully when we can't create any of the usual
322           conversion elements for some reason. Also, don't try to
323           create an audioscale (sic) element that's not used anyway.
324
325 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
326
327         * gst/playback/gstplaybasebin.c: (setup_source):
328           Don't post RESOURCE_NOT_FOUND error when we can't find a source
329           element for a particular protocol, that's confusing for users.
330           Instead, post a RESOURCE_FAILED error, so that our own error
331           message is actually shown in totem etc. (#336303).
332
333 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
334
335         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
336
337         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
338         (gst_gnome_vfs_src_get_icy_metadata):
339           Fix some minor memory leaks (#336194).
340
341 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
342
343         * ext/gnomevfs/gstgnomevfs.c:
344         (gst_gnome_vfs_location_to_uri_string):
345         * ext/gnomevfs/gstgnomevfs.h:
346         * ext/gnomevfs/gstgnomevfssink.c:
347         (gst_gnome_vfs_sink_set_property):
348         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
349           Make gnomevfssink accept filenames as well as URIs for the
350           "location" property, just like gnomevfssrc does (and
351           filesrc/filesink do) (#336190).
352
353 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
354
355         * tests/check/generic/clock-selection.c: (GST_START_TEST):
356           set to NULL before unreffing, fixes a valgrind leak.
357           Why was this not triggering the error that an object needs to
358           be NULL before unreffing ?
359         * win32/common/config.h:
360           update
361
362 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
363
364         * gst/subparse/gstsubparse.c: (convert_encoding),
365         (gst_sub_parse_change_state):
366         * gst/subparse/gstsubparse.h:
367           Text subtitle files may or may not be UTF-8. If it's not, we
368           don't really want to see '?' characters in place of non-ASCII
369           characters like accented characters. So let's assume the input
370           is UTF-8 until we come across text that is clearly not. If it's
371           not UTF-8, we don't really know what it is, so try the following:
372           (a) see whether the GST_SUBTITLE_ENCODING environment variable
373           is set; if not, check (b) if the current locale encoding is
374           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
375           the current locale encoding is UTF-8 and the environment variable
376           was not set to any particular encoding. Not perfect, but better
377           than nothing (and better than before, I think) (fixes #172848).
378
379 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
380
381         * configure.ac:
382           update core requirement to 0.10.4.1 because of async_playback
383           vmethod on GstBaseSink
384
385 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
386
387         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
388         * gst/adder/gstadder.c: (gst_adder_init):
389         use DEBUG_FUNCPTR for collectpads
390
391 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
392
393         * docs/plugins/Makefile.am:
394         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
395         * docs/plugins/gst-plugins-base-plugins-sections.txt:
396         * ext/cdparanoia/gstcdparanoiasrc.c:
397         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
398         (gst_gnome_vfs_sink_class_init):
399         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
400         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
401         * ext/ogg/gstoggmux.c:
402         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
403         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
404         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
405         * ext/pango/gsttextoverlay.c:
406         * ext/pango/gsttextrender.c:
407         * ext/theora/theoradec.c:
408         * ext/theora/theoraenc.c:
409         * ext/vorbis/vorbisdec.c:
410         * ext/vorbis/vorbisenc.c:
411         * gst-libs/gst/audio/gstaudiofilter.c:
412         (gst_audio_filter_base_init):
413         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
414         (gst_audio_filter_template_base_init):
415         * gst/adder/gstadder.c: (gst_adder_get_type):
416         * gst/adder/gstadder.h:
417         * gst/audioconvert/gstaudioconvert.c:
418         * gst/audiotestsrc/gstaudiotestsrc.c:
419         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
420         (gst_audio_test_src_create):
421         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
422         * gst/playback/gstdecodebin.c:
423         * gst/playback/gstplaybin.c:
424         * gst/playback/gststreamselector.c:
425         (gst_stream_selector_base_init):
426         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
427         * gst/volume/gstvolume.c:
428         * sys/v4l/gstv4lmjpegsink.c:
429         * sys/v4l/gstv4lmjpegsrc.c:
430         * tests/check/libs/cddabasesrc.c:
431         * tests/old/examples/gob/gst-identity2.gob:
432         Add docs for adder, use GST_ELEMENT_DETAILS macro,
433         define GstElementDetails at the top
434
435 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
436
437         * win32/common/libgstinterfaces.def:
438         Add a lot of export functions for gst-python
439         * win32/vs6/libgstinterfaces.dsp:
440         Add a missing include folder in the project configuration
441         
442 2006-03-23  Wim Taymans  <wim@fluendo.com>
443
444         * gst-libs/gst/audio/gstbaseaudiosrc.c:
445         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
446         (gst_base_audio_src_change_state):
447         Fix audio sources, forgot to make the ringbuffer
448         startable...
449
450 2006-03-23  Wim Taymans  <wim@fluendo.com>
451
452         * gst-libs/gst/audio/gstbaseaudiosrc.c:
453         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
454         (gst_base_audio_src_change_state):
455         unparent instead of unref the ringbuffer.
456
457 2006-03-23  Wim Taymans  <wim@fluendo.com>
458
459         * gst-libs/gst/audio/gstbaseaudiosink.c:
460         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
461         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
462         Implement new async_play vmethod to start slaving and allow
463         playback start in case of async PLAY state changes. 
464
465         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
466         Enable QoS with new method in base class.
467
468 2006-03-23  Wim Taymans  <wim@fluendo.com>
469
470         Patch by: Julien MOUTTE <julien at moutte dot net>
471
472         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
473         (gst_video_test_src_do_seek), (gst_video_test_src_create):
474         Partially handle 0 framerate, only EOS after the first frame
475         is missing.
476
477 2006-03-23  Wim Taymans  <wim@fluendo.com>
478
479         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
480
481         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
482         (gst_riff_create_video_template_caps):
483         * gst/ffmpegcolorspace/avcodec.h:
484         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
485         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
486         (gst_ffmpegcsp_avpicture_fill):
487         * gst/ffmpegcolorspace/imgconvert.c:
488         Patch for support of YVU9 AVI files (#334822)
489
490 2006-03-22  Edward Hervey  <edward@fluendo.com>
491
492         * docs/design/design-decodebin.txt:
493         Added design document for new decodebin
494         (Target Caps): text/x-pango-markup is also a default target caps.
495
496 2006-03-22  Wim Taymans  <wim@fluendo.com>
497
498         * gst-libs/gst/audio/gstbaseaudiosink.c:
499         (gst_base_audio_sink_dispose):
500         Since we _parent the ringbuffer, we also need to
501         _unparent instead of a plain _unref.
502
503 2006-03-22  Wim Taymans  <wim@fluendo.com>
504
505         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
506         (stop_seek), (scrub_toggle_cb), (main):
507         Add scrub checkbox.
508
509 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
510
511         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
512         (gst_ogg_parse_chain):
513           Fix very inefficient usage of linked lists (#335365).
514
515 2006-03-21  Edward Hervey  <edward@fluendo.com>
516
517         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
518         * gst/playback/gstplaybin.c: (handoff):
519         * gst/playback/gststreamselector.c:
520         (gst_stream_selector_set_property):
521         gcc 4.1 unreferenced pointer fixes.
522         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
524         gst_buffer_ref() now takes a GstBuffer*.
525
526 2006-03-20  Julien MOUTTE  <julien@moutte.net>
527
528         * sys/xvimage/xvimagesink.c:
529         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
530         by Jan Schmidt.
531
532 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
533
534         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
535         (id3v1_type_find), (apetag_type_find), (plugin_init):
536           Can't do tag preferences via probability, as tags would then
537           lose against types that are recognised with MAXIMUM probability
538           (like .wav); so let all tag typefinders return MAXIMUM themselves
539           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
540           that we can prefer APE to ID3v1 (fixes #335028).
541           
542 2006-03-17  Wim Taymans  <wim@fluendo.com>
543
544         * gst-libs/gst/audio/gstbaseaudiosink.c:
545         (gst_base_audio_sink_change_state):
546         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
547         (gst_ring_buffer_may_start):
548         * gst-libs/gst/audio/gstringbuffer.h:
549         Only start playback if we are playing.
550         should fix #330748.
551
552 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
553
554         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
555         * win32/common/config.h:
556           Revert accidental commits to these files.
557
558 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
559
560         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
561
562         * tests/Makefile.am:
563           Don't try to build tests in tests/icles if we
564           don't have X (#323852)
565
566 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
567
568         * gst-libs/gst/tag/gstid3tag.c:
569           Add TXXX frame identifiers for replaygain stuff as used
570           by some taggers (see #323721).
571
572 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
573
574         * gst/playback/gststreamselector.c:
575         (gst_stream_selector_set_property),
576         (gst_stream_selector_bufferalloc):
577           Preserve the existing buggy streamselector behaviour by performing
578           a fallback buffer allocation when downstream isn't linked yet.
579           This should really be fixed in playbin by blocking pads until it's
580           linked them.
581           Also, use gst_pad_alloc_buffer instead of
582           gst_pad_alloc_buffer_and_set.
583
584 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
585
586         * gst-libs/gst/tag/gstid3tag.c:
587           Don't crash on unknown ID3v2 TXXX frames.
588           
589 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
590
591         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
592           Chain up to the parent finalize method.
593           Add 32-bit sample size to the template caps.
594
595         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
596         (gst_riff_create_video_template_caps):
597           Add the fourcc that the VMWare codec uses.
598           
599         * gst/playback/gststreamselector.c:
600         (gst_stream_selector_set_property),
601         (gst_stream_selector_bufferalloc),
602         (gst_stream_selector_request_new_pad):
603           For the active pad, forward buffer-alloc requests, otherwise
604           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
605           having to memcpy every frame when used by playbin.
606
607         * gst/tcp/gstmultifdsink.c:
608         (gst_multi_fd_sink_handle_client_write):
609           Get negotiated caps from the sink pad, rather than the sink
610           pad's peer.
611
612 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
613
614         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
615         
616         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
617           Don't forget to set src->callbacks_pushed to FALSE again when
618           popping them, otherwise re-activation in a different mode won't
619           work (#334620).
620
621 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
622
623         Patch by: Sebastien Moutte  <sebastien moutte net>
624
625         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
626         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
627         (gst_ffmpeg_smpfmt_to_caps):
628           Replace __VA_ARGS__ caps creation macros with varargs functions.
629           Makes things compile on MSVC (#320765), looks nicer, and we can
630           tell the compiler to check for the NULL terminator.
631
632 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
633
634         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
635
636         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
637           Make sure the buffer we copy into is really always big
638           enough, this time for real (#333488).
639           
640 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
641
642         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
643           Add support for 24bpp DIB (#305279).
644
645 2006-03-14  Wim Taymans  <wim@fluendo.com>
646
647         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
648         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
649         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
650         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
651         (gst_video_scale_init), (gst_video_scale_src_event):
652         Re-enable QoS after the release.
653         Rework videoscale to use the base class src_event handler.
654
655 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
656
657         * configure.ac:
658           back to CVS.
659
660 === release 0.10.5 ===
661
662 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
663
664         * configure.ac:
665           releasing 0.10.5, "Net"
666
667 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
668
669         * docs/plugins/Makefile.am:
670           Part of previous cdparanoiasrc docs fixes, forgot to commit.
671           
672 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
673
674         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
675         * docs/plugins/gst-plugins-base-plugins-sections.txt:
676         * docs/plugins/gst-plugins-base-plugins.hierarchy:
677           Add cdparanoiasrc to docs.
678
679         * gst-libs/gst/cdda/gstcddabasesrc.c:
680           More GstCddaBaseSrc docs.
681
682 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
683
684         * docs/libs/gst-plugins-base-libs-sections.txt:
685         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
686         * gst-libs/gst/tag/tag.h:
687           Add new API to libgsttag: gst_tag_from_id3_user_tag().
688
689 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
690
691         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
692           NULL-terminate array of mpeg4 video file extensions.
693           Fixes crash on PPC (#334226).
694
695 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
696
697         * ext/gnomevfs/gstgnomevfssrc.c:
698         (gst_gnome_vfs_src_check_get_range):
699           gnome_vfs_uri_is_local() alone is not a good indicator
700           whether we can operate in pull-mode with a specific URI,
701           as it returns FALSE for file:// URIs that point to an
702           NFS-mounted path. Be more conservative here: whitelist
703           local files, blacklist http URIs and use the old
704           mechanism for anything else (fixes #334216).
705
706 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
707
708         * configure.ac:
709           back to trunk
710
711 === release 0.10.4 ===
712
713 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
714
715         * configure.ac:
716           releasing 0.10.4, "Power"
717
718 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
719
720         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
721         Disable max-lateness by setting it to -1 for now, so that 
722         we can bed QoS stuff in thoroughly between now and the next
723         release.
724
725 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
726
727         Patch by: Fabrizio Gennari
728
729         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
730           Make sure we don't read beyond the palette buffer in case of
731           broken or manipulated files (#333488)
732
733 2006-03-10  Edward Hervey  <edward@fluendo.com>
734
735         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
736         Fix for variable not initialized.
737
738 2006-03-09  Wim Taymans  <wim@fluendo.com>
739
740         * ext/libvisual/visual.c: (gst_visual_get_type),
741         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
742         (gst_visual_chain):
743         Small cleanups.
744
745         * ext/theora/gsttheoradec.h:
746         * ext/theora/theoradec.c: (gst_theora_dec_init),
747         (gst_theora_dec_reset), (_theora_granule_time),
748         (theora_dec_src_convert), (theora_dec_sink_convert),
749         (theora_dec_src_query), (theora_dec_src_event),
750         (theora_dec_sink_event), (theora_handle_comment_packet),
751         (theora_handle_header_packet), (theora_dec_push),
752         (theora_handle_data_packet), (theora_dec_chain),
753         (theora_dec_change_state):
754         Add simple QoS.
755
756 2006-03-09  Wim Taymans  <wim@fluendo.com>
757
758         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
759         (audiocast_register_listener), (gst_gnome_vfs_src_start):
760         Some cleanups.
761
762 2006-03-09  Wim Taymans  <wim@fluendo.com>
763
764         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
765         Don't try to activate NULL chains.
766
767 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
768
769         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
770           Fix invalid memory access to region before peek'd data (#332964).
771
772 2006-03-09  Wim Taymans  <wim@fluendo.com>
773
774         Patch by: Christophe Fergeau
775
776         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
777         * ext/pango/gsttextrender.c: (gst_text_render_init):
778         * gst/adder/gstadder.c: (gst_adder_init):
779         Don't leak padtemplates, closes #333510.
780
781 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
782
783         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
784           Fix invalid memory access: make sure string passed to
785           regexec() is NUL-termianted.
786
787 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
788
789         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
790         (mp3_type_find):
791           Refactor mpeg/audio typefinding to make it more maintainable
792           and easier to fine-tune. Make probing into middle of the file
793           work properly (fixes #333900, also see #152688).
794
795 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
796
797         * gst/typefind/gsttypefindfunctions.c:
798         (utf8_type_find_have_valid_utf8_at_offset):
799           Remove part from previous commit that was bogus:
800           g_utf8_validate() does in fact not accept embedded
801           zeroes, so we don't need to check for those (thanks
802           to Mike for the hint).
803
804 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
805
806         * gst/typefind/gsttypefindfunctions.c:
807         (utf8_type_find_count_embedded_zeroes),
808         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
809           Make plain/text typefinder more conservative: firstly, check
810           for embedded zeroes, which are perfectly valid UTF-8 characters,
811           but also a fairly good sign that something is not a plain text
812           file; secondly, probe into the middle of the file if possible.
813           If we can't probe into the middle, limit the probability value
814           to be returned to TYPE_FIND_POSSIBLE (see #333900).
815
816 2006-03-08  Michael Smith  <msmith@fluendo.com>
817
818         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
819           Make typefind function name for mpeg4 video unique.
820
821 2006-03-08  Wim Taymans  <wim@fluendo.com>
822
823         * ext/libvisual/visual.c: (gst_visual_init),
824         (gst_visual_clear_actors), (gst_visual_dispose),
825         (gst_visual_reset), (gst_visual_src_setcaps),
826         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
827         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
828         (gst_visual_chain), (gst_visual_change_state):
829         Cleanups, post nice errors.
830         Handle sink and src events.
831         Implement simple QoS.
832
833         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
834         Use new basesink methods to configure max-lateness.
835         Small doc update.
836
837         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
838         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
839         Debug statement cleanups.
840
841         * gst/volume/gstvolume.c: (gst_volume_class_init):
842         Simple cleanup.
843
844 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
845
846         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
847         (gst_text_overlay_init), (gst_text_overlay_set_property),
848         (gst_text_overlay_get_property):
849           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
850           as string type properties, but mark them deprecated. Add
851           'halignment' and 'valignment' properties that use enums
852           instead of strings.
853
854 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
855
856         Patch by: Fabrizio Gennari
857
858         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
859           Allow palettes with less than 256 colours in AVI files
860           (#333488)
861
862 2006-03-07  Julien MOUTTE  <julien@moutte.net>
863
864         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
865         (gst_text_overlay_video_event): Fix wrong EOS handling on text
866         pad. We were releasing the queued text buffer when we should keep
867         it until video pad gets EOS or discard the text buffer because it's
868         too old. That was eating the last subtitle buffer. Add some more
869         debug.
870
871 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
872
873         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
874         (gst_text_overlay_video_chain):
875           Fix invalid memory access (we can't access a buffer after it's been
876           pushed downstream without taking a reference); fix memory leak (if
877           there's no text to render, bail out before allocating stuff).
878
879 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
880
881         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
882         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
883         * ext/pango/gsttextoverlay.h:
884           If input is plain text, escape it before passing it to
885           pango_layout_set_markup().
886
887 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
888
889         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
890           Don't ignore flow return from gst_pad_push().
891
892 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
893
894         Patch by: Fabrizio Gennari
895
896         * ext/libvisual/visual.c: (gst_visual_getcaps),
897         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
898         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
899         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
900         (gst_vorbisenc_convert_sink):
901         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
902         (gst_audio_duration_from_pad_buffer):
903         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
904         (gst_audio_filter_chain):
905         * gst-libs/gst/rtp/gstbasertpdepayload.c:
906         (gst_base_rtp_depayload_setcaps):
907         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
908         (gst_video_get_size):
909         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
910           Don't leak references returned by gst_pad_get_parent()
911           (#333663)
912
913 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
914
915         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
916           change location param details
917         * gst/volume/gstvolume.c: (plugin_init):
918           correct plugin description
919
920 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
921
922         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
923         (gst_gnome_vfs_src_check_get_range):
924           Override GstBaseSrc::check_get_range() in order to avoid opening
925           the resource just to check whether we can operate in pull-mode or
926           not - we can predict that pretty well from the URI alone. Should
927           fix problems with last.fm (#331690). (Requires latest core CVS).
928
929 2006-03-06  Wim Taymans  <wim@fluendo.com>
930
931         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
932         (gst_video_sink_class_init):
933         Throw away frames that are later than 20 ms.
934
935 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
936
937         Patch by: Fabrizio Gennari
938
939         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
940           Set depth on WMA caps (#333545)
941
942 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
943
944         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
945         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
946           put Theora BOS pages before others.  This hardcodes
947           the Ogg/Theora I profile, but hey.
948
949 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
950
951         * ext/ogg/README:
952           updated with some examples
953         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
954         (granulepos_add), (theora_buffer_from_packet):
955         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
956         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
957         (gst_vorbisenc_chain):
958           implement strategy from ext/ogg/README
959         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
960         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
961         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
962         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
963           Fix muxer so that oggz-validate is happy with all streams;
964           except for no eos mark, and the BOS page ordering
965         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
966         (check_buffer_granulepos):
967         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
968           update tests to check for OFFSET being set as requested
969           fixed type of granulepos, it's not a ClockTime
970
971 2006-03-05  Julien MOUTTE  <julien@moutte.net>
972
973         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
974         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
975         Check that the xvimage we are creating has a correct size
976         before returning it. (#314897)
977
978 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
979
980         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
981           Give id3 and ape tag typefinders a rank slightly higher
982           than PRIMARY to ensure they're always run before any of
983           the other typefinders (in particular wav and mp3) (#324186).
984
985 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
986
987         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
988           Add support for '3IVD' fourcc (#333403).
989
990 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
991
992         * configure.ac:
993           Bump requirements to GStreamer CVS for the new error enum.
994
995         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
996           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
997           space left on the device (fixes #333352).
998
999 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
1000
1001         * win32/vs6:
1002           add a project file for libgstvolume
1003           update the workspace
1004
1005 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1006
1007         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
1008         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
1009         (GST_START_TEST):
1010           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
1011           Set IN_CAPS on header buffers
1012
1013 2006-03-02  Wim Taymans  <wim@fluendo.com>
1014
1015         * docs/plugins/Makefile.am:
1016         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1017         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1018         Add audioresample to docs.
1019
1020         * gst/audioconvert/gstaudioconvert.c:
1021         Add revision date.
1022
1023         * gst/audioresample/gstaudioresample.c:
1024         (gst_audioresample_base_init), (gst_audioresample_class_init),
1025         (gst_audioresample_init), (gst_audioresample_dispose),
1026         (audioresample_get_unit_size), (audioresample_transform_caps),
1027         (resample_set_state_from_caps), (audioresample_transform_size),
1028         (audioresample_set_caps), (audioresample_event),
1029         (audioresample_do_output), (audioresample_transform),
1030         (audioresample_pushthrough), (gst_audioresample_set_property),
1031         (gst_audioresample_get_property), (plugin_init):
1032         * gst/audioresample/gstaudioresample.h:
1033         Added docs.
1034         Small code cleanups.
1035
1036 2006-03-02  Wim Taymans  <wim@fluendo.com>
1037
1038         * docs/plugins/Makefile.am:
1039         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1040         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1041         Added videoscale to docs.
1042
1043         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
1044         (gst_video_rate_swap_prev), (gst_video_rate_event),
1045         (gst_video_rate_chain):
1046         Fix typo in docs.
1047
1048         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
1049         (gst_video_scale_init), (gst_video_scale_prepare_size),
1050         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
1051         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
1052         * gst/videoscale/gstvideoscale.h:
1053         Added docs, examples.
1054         Some code cleanups.
1055         Post errors instead of g_warning.
1056
1057 2006-03-02  Wim Taymans  <wim@fluendo.com>
1058
1059         * docs/libs/gst-plugins-base-libs-docs.sgml:
1060         * docs/libs/gst-plugins-base-libs-sections.txt:
1061         * docs/libs/gst-plugins-base-libs.types:
1062         * docs/plugins/Makefile.am:
1063         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1064         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1065         Added some more docs to libs and plugins.
1066
1067         * gst-libs/gst/audio/gstringbuffer.c:
1068         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
1069         * gst-libs/gst/audio/gstringbuffer.h:
1070         Document ringbuffer some more.
1071
1072         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
1073         (gst_video_rate_setcaps), (gst_video_rate_reset),
1074         (gst_video_rate_init), (gst_video_rate_flush_prev),
1075         (gst_video_rate_swap_prev), (gst_video_rate_event),
1076         (gst_video_rate_chain), (gst_video_rate_change_state):
1077         * gst/videorate/gstvideorate.h:
1078         Fix videorate to use segments.
1079         Make it work with 0/1 framerates (closes #331903)
1080         Handle EOS correctly.
1081         Added docs.
1082
1083 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
1084
1085         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
1086         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
1087         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
1088           In state change function, first chain up to parent class,
1089           then handle downwards state change stuff. Remove some
1090           commented out cruft from 0.8 code.
1091
1092 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
1093
1094         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
1095         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
1096         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
1097         (gst_ogm_parse_chain):
1098           Don't remove/re-add source pad if the new caps are the same as
1099           the old caps anyway (#333042). When removing source pad, don't
1100           unref it afterwards - we didn't ref it when adding. Sprinkle some
1101           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
1102           after using gst_pad_get_parent(). Return downstream flow return
1103           value in chain function.
1104
1105 2006-03-02  Wim Taymans  <wim@fluendo.com>
1106
1107         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1108         * docs/plugins/gst-plugins-base-plugins.args:
1109         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1110         * docs/plugins/gst-plugins-base-plugins.interfaces:
1111         * docs/plugins/gst-plugins-base-plugins.signals:
1112         Fix hierarchy, added some more elements to the docs.
1113
1114         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1115         (gst_ffmpegcsp_get_type):
1116         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
1117         Fix docs for ffmpegcolorspace.
1118
1119 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
1120
1121         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
1122         (apetag_type_find), (ape_type_find), (plugin_init):
1123           Some typefinding fine-tuning:
1124           - rank ID3/APE tags in order of preference via probabilities, so that
1125             ID3v2 > APEv2 > APEv1 > ID3v1.
1126           - three or four bytes don't really justify MAXIMUM probability,
1127             change those to 'very likely' (musepack and monkeysaudio).
1128
1129 2006-03-01  Wim Taymans  <wim@fluendo.com>
1130
1131         * docs/plugins/Makefile.am:
1132         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1133         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1134         * ext/alsa/gstalsamixer.c:
1135         * ext/alsa/gstalsamixer.h:
1136         * ext/alsa/gstalsamixerelement.c:
1137         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
1138         * ext/alsa/gstalsamixerelement.h:
1139         * ext/alsa/gstalsasink.c:
1140         * ext/alsa/gstalsasink.h:
1141         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
1142         (gst_alsasrc_init):
1143         * ext/alsa/gstalsasrc.h:
1144         Added alsa docs.
1145         Small code cleanups.
1146
1147 2006-03-01  Wim Taymans  <wim@fluendo.com>
1148
1149         * ext/theora/Makefile.am:
1150         Dist new header too,
1151
1152 2006-03-01  Wim Taymans  <wim@fluendo.com>
1153
1154         * docs/plugins/Makefile.am:
1155         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1156         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1157         * ext/gnomevfs/gstgnomevfssink.h:
1158         * ext/gnomevfs/gstgnomevfssrc.h:
1159         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1160         * ext/vorbis/vorbisdec.h:
1161         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
1162         * ext/vorbis/vorbisenc.h:
1163         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
1164         (vorbis_parse_chain), (vorbis_parse_change_state):
1165         * ext/vorbis/vorbisparse.h:
1166         * gst/audioconvert/gstaudioconvert.h:
1167         * gst/tcp/gsttcpserversink.h:
1168         * gst/videotestsrc/gstvideotestsrc.c:
1169         * gst/videotestsrc/gstvideotestsrc.h:
1170         * gst/volume/gstvolume.c:
1171         * gst/volume/gstvolume.h:
1172         Fix some more docs.
1173         Added docs for vorbisdec and vorbisparse.
1174         Fix vorbisparse.
1175
1176 2006-03-01  Wim Taymans  <wim@fluendo.com>
1177
1178         * docs/plugins/Makefile.am:
1179         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1180         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1181         * ext/pango/gstclockoverlay.h:
1182         * ext/pango/gsttextoverlay.h:
1183         * ext/pango/gsttextrender.h:
1184         * ext/pango/gsttimeoverlay.h:
1185         * ext/theora/gsttheoradec.h:
1186         * ext/theora/gsttheoraenc.h:
1187         * ext/theora/theoradec.c:
1188         * ext/theora/theoraenc.c:
1189         * gst/audioconvert/gstaudioconvert.h:
1190         * gst/audiotestsrc/gstaudiotestsrc.h:
1191         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
1192         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
1193         * gst/tcp/gstmultifdsink.h:
1194         Updated/added documentation.
1195
1196         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
1197         (gst_text_overlay_halign_get_type),
1198         (gst_text_overlay_wrap_mode_get_type),
1199         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
1200         (gst_text_overlay_init), (gst_text_overlay_set_property),
1201         (gst_text_overlay_get_property):
1202         Fix up properties to be enums instead of string to make bindings,
1203         introspection and automatic GUI creation possible.
1204         Add getters for the properties.
1205
1206 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
1207
1208         * gst/audiotestsrc/gstaudiotestsrc.c:
1209           added defines of M_PI and M_PI_2
1210         * gst/ffmpegcolorspace/avcodec.h:
1211           removed #include "stdint.h" for win32 as _stdint.h is 
1212           autogenerated to win32/common
1213         * win32/common/libgstaudio.def:
1214         * win32/common/libgsttag.def:
1215           added some exports
1216         * win32/vs6:
1217           some project files bugs corrected
1218         * win32/vs7:
1219           project files are reset to the default vs7 configuration 
1220           (they link to msvcr71.dll using default optimizations)
1221           
1222 2006-02-28  Wim Taymans  <wim@fluendo.com>
1223
1224         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
1225         Fix some docs.
1226
1227 2006-02-28  Edward Hervey  <edward@fluendo.com>
1228
1229         * ext/alsa/gstalsasrc.c:
1230         Set proper class on the ElementDetails:
1231         Source/Audio instead of Src/Audio/
1232
1233 2006-02-28  Edward Hervey  <edward@fluendo.com>
1234
1235         * gst/videoscale/vs_scanline.c:
1236         (vs_scanline_resample_nearest_RGBA):
1237         Revert optimization in videoscale. It should go in liboil and have
1238         an appropriate liboil function.
1239
1240 2006-02-28  Wim Taymans  <wim@fluendo.com>
1241
1242         * gst-libs/gst/audio/gstbaseaudiosink.c:
1243         (gst_base_audio_sink_provide_clock):
1244         Don't try to provide a clock in the NULL state.
1245
1246 2006-02-28  Wim Taymans  <wim@fluendo.com>
1247
1248         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
1249         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
1250         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1251         (gst_ogg_demux_deactivate_current_chain),
1252         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
1253         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
1254         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
1255         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
1256         Use GstSegment infrastructure to remove duplicated code
1257         and handle more seek cases correctly.
1258
1259 2006-02-28  Wim Taymans  <wim@fluendo.com>
1260
1261         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1262         (gst_ffmpegcsp_transform):
1263         Don't ignore return code from ffmpeg convert function.
1264
1265         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
1266         Split out some long statements to ease debugging.
1267
1268 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
1269
1270         * ext/libvisual/visual.c: (gst_visual_init),
1271         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
1272         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
1273         being able to renegotiate the size. Instead, use the negotiation
1274         algorithm from the goom plugin to pick an initial output caps. 
1275
1276         Also, allow theoretical libvisual plugins that might support non-GL 
1277         output even if they also do GL.
1278
1279 2006-02-26  Julien MOUTTE  <julien@moutte.net>
1280
1281         * ext/libvisual/visual.c: (gst_visual_init),
1282         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
1283         (plugin_init): Load only non GL plugins. Fix some memleaks and 
1284         possible negotiation issues.
1285
1286 2006-02-25  Julien MOUTTE  <julien@moutte.net>
1287
1288         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
1289
1290 2006-02-24  Michael Smith  <msmith@fluendo.com>
1291
1292         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
1293         (cmml_type_find), (plugin_init):
1294           Fix CMML type find function to not require a specific minor version
1295           of the CMML header.
1296
1297           Add an MPEG4 video elementary stream typefind function.
1298
1299 2006-02-04  Michael Smith  <msmith@fluendo.com>
1300
1301         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
1302         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
1303         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1304         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
1305         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
1306         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
1307           Annodex support in ogg demuxer. Doesn't do very much without the
1308           other annodex patches (to come).
1309
1310 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1311
1312         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
1313
1314         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1315           Pick up palette for MS video v1 (#327028)
1316
1317 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1318
1319         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1320         (gst_ffmpegcsp_caps_remove_format_info),
1321         (gst_ffmpegcsp_get_unit_size):
1322           The 'palette_data' field from incoming RGB caps shouldn't be
1323           proxied on outgoing YUV caps; also, restrict unit size
1324           adjustment in case of paletted data only to the unit that
1325           actually has a palette. Fixes #330711.
1326
1327 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1328
1329         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1330         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
1331         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
1332         (gst_ffmpegcsp_get_unit_size):
1333           Plug some memory leaks.
1334
1335 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1336
1337         * sys/ximage/Makefile.am:
1338         * sys/xvimage/Makefile.am:
1339           Add some _CFLAGS and _LIBS that seem to be missing
1340           and/or required for Cygwin (see #317048).
1341
1342 2006-02-22  Wim Taymans  <wim@fluendo.com>
1343
1344         * ext/alsa/gstalsasrc.c:
1345         Fix description as pointed out by caugier.
1346
1347 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
1348
1349         Reviewed by : Edward Hervey  <edward@fluendo.com>
1350
1351         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1352         (qt_type_find):
1353         Better 3gp typefinding (#331526).
1354
1355 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
1356
1357         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1358           Don't send EOS event here, the base class will send one for us.
1359
1360         * gst/playback/gstplaybasebin.c: (prepare_output):
1361           Subpictures without video stream aren't allowed either.
1362         
1363         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1364           Fix debug statement copy'n'paste-o.
1365
1366 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
1367
1368         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
1369           Fix issues with mixer keeping state when muting/unmuting
1370           and when changing the volume whilst muted (see #331763
1371           and #331765).
1372
1373 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
1374
1375         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
1376         (parse_subrip), (gst_sub_parse_format_autodetect):
1377           Set right caps given that we send escaped text. Also,
1378           honour <i></i>, <b></b> and <u></u> markers that can be found
1379           in .srt files (fixes #310202).
1380
1381 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
1382
1383         * gst-libs/gst/audio/mixerutils.c:
1384         (element_factory_rank_compare_func):
1385           Make order in which elements are tried more determinable.
1386
1387 2006-02-20  Julien MOUTTE  <julien@moutte.net>
1388
1389         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
1390         (remove_element_chain), (cleanup_decodebin),
1391         (gst_decode_bin_change_state): Make decodebin reusable by
1392         fixing remove_element_chain first and then introduce a
1393         cleaner in state change to ->NULL. (Closes #331678)
1394
1395 2006-02-19  Wim Taymans  <wim@fluendo.com>
1396
1397         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
1398         use 0666 mask when creating files so umask gets applied
1399         correctly. Fixes #331295.
1400
1401 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1402
1403         * gst/subparse/Makefile.am:
1404         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
1405         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
1406         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
1407         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
1408         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
1409         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
1410         * gst/subparse/gstssaparse.h:
1411         * gst/subparse/gstsubparse.c: (plugin_init):
1412           Add very basic parser for SSA subtitle streams (as often
1413           found in matroska files).
1414
1415 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1416
1417         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
1418           That should be text/x-pango-markup, not text/x-pango-layout.
1419
1420 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1421
1422         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
1423         Polishing.
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         Fix state change deadlock.
1435
1436 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1437
1438         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1439         (gst_text_overlay_finalize), (gst_text_overlay_init),
1440         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1441         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1442         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
1443         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
1444         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
1445         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
1446         and subtitles files.
1447
1448 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1449
1450         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
1451         should be considered as raw.
1452
1453 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1454
1455         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
1456         (cb_probe):
1457         * gst/playback/gststreaminfo.h: Introduce language informations.
1458
1459 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
1460
1461         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1462         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
1463         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1464         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
1465         Set shared memory segments to be deleted as soon as we have attached,
1466         that way they get cleaned up automatically if we crash.
1467
1468 2006-02-18  Julien MOUTTE  <julien@moutte.net>
1469
1470         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
1471         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
1472         functions are called with lock held.
1473
1474 2006-02-18  Julien MOUTTE  <julien@moutte.net>
1475
1476         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1477         (gst_text_overlay_finalize), (gst_text_overlay_init),
1478         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1479         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1480         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1481         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1482         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1483         (gst_text_overlay_change_state): Refactoring of textoverlay
1484         without collectpads. This now supports sparse subtitles coming
1485         from a demuxer instead of a sub file. Seeking is still broken 
1486         though. Need to discuss with wtay some more on how to handle
1487         seeking correctly.
1488         * ext/pango/gsttextoverlay.h:
1489         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
1490         subtitles coming from the demuxer.
1491
1492 2006-02-17  Wim Taymans  <wim@fluendo.com>
1493
1494         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
1495         (gst_vorbisenc_convert_sink):
1496         Use some more scaling functions.
1497
1498 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
1499
1500         * ext/cdparanoia/gstcdparanoiasrc.c:
1501         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
1502         (gst_cd_paranoia_paranoia_callback),
1503         (gst_cd_paranoia_src_signal_is_being_watched),
1504         (gst_cd_paranoia_src_read_sector):
1505         * ext/cdparanoia/gstcdparanoiasrc.h:
1506           Add back 'transport-error' and 'uncorrected-error' signals and
1507           make them actually be fired when bad stuff happens (#319340).
1508
1509 2006-02-17  Wim Taymans  <wim@fluendo.com>
1510
1511         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
1512         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1513         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
1514         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
1515         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
1516         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
1517         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
1518         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1519         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
1520         (gst_ring_buffer_clear):
1521         Small cleanups.
1522         Added some G_LIKELY.
1523
1524 2006-02-17  Wim Taymans  <wim@fluendo.com>
1525
1526         * gst-libs/gst/audio/TODO:
1527         Update TODO
1528
1529         * gst-libs/gst/audio/gstbaseaudiosink.c:
1530         (gst_base_audio_sink_get_offset):
1531         When trying to play samples ASAP and we don't have a
1532         previous sample, try to play at position 0 instead of
1533         an invalid position.
1534
1535 2006-02-17  Wim Taymans  <wim@fluendo.com>
1536
1537         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
1538         (gst_alsasink_reset):
1539         Also release lock when we get an error in _reset();
1540         fix an error message.
1541
1542 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1543
1544         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
1545         (gst_alsasink_init), (get_channel_free_structure),
1546         (caps_add_channel_configuration), (gst_alsasink_getcaps),
1547         (gst_alsasink_close):
1548         * ext/alsa/gstalsasink.h:
1549           Add support for more than 2 channels (#326720).
1550
1551 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1552
1553         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1554           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
1555           with 4 or 6 channels, assume a default channel layout to make things
1556           work (not sure there's anything else we can do in those cases).
1557
1558 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1559
1560         * gst-libs/gst/audio/multichannel.c:
1561           Minor docs fix.
1562
1563         * gst-libs/gst/riff/Makefile.am:
1564         * gst-libs/gst/riff/riff-ids.h:
1565         * gst-libs/gst/riff/riff-media.c:
1566         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
1567           Add support for WAVEFORMATEX, eg. PCM audio with more than two
1568           channels and a channel layout map.
1569           
1570 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
1571
1572         Reviewed by Edward Hervey  <edward@fluendo.com>
1573
1574         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
1575         C-level optimization of the RGBA nearest neighbour function.
1576         Eventually this might end up in liboil with vectorized versions.
1577
1578 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1579
1580         * gst-libs/gst/audio/multichannel.c:
1581         (gst_audio_get_channel_positions):
1582           When we have more than 2 channels, but no channel layout is
1583           specified in the caps, return some default channel layout
1584           to the caller and warn about about a possibly buggy element
1585           (could be buggy filtercaps as well of course) (#317038).
1586
1587 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1588
1589         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1590           Add gst-libs/gst/cdda to list of lib search paths.
1591
1592 2006-02-15  Andy Wingo  <wingo@pobox.com>
1593
1594         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
1595         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
1596         to the Lord Jesus that I do not have to touch the ogg muxer ever
1597         again.
1598
1599 2006-02-15  Edward Hervey  <edward@fluendo.com>
1600
1601         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1602         quicktime movie files can also contain 'uuid' atoms.
1603
1604 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
1605
1606         * gst/audioconvert/plugin.c: (plugin_init):
1607           Register the GstAudioChannelPosition enum type with the type
1608           system in the plugin_init function, so that it is known before
1609           any element actually makes use of multi-channel stuff. This is
1610           required for example if one wants to be able to deserialise/use
1611           a caps string with channel positions before any pipeline has
1612           been setup and started, like with gst-launch.
1613
1614 2006-02-14  Wim Taymans  <wim@fluendo.com>
1615
1616         * gst-libs/gst/audio/gstringbuffer.c:
1617         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
1618         (gst_ring_buffer_samples_done), (wait_segment),
1619         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
1620         Add some compiler G_(UN_)LIKELY help.
1621         SIGNAL the ringbuffer waiters when going to PAUSED as well to
1622         make sure they can exit their functions. Should fix #330748
1623
1624 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1625
1626         * Makefile.am:
1627         * configure.ac:
1628         * win32/MANIFEST:
1629         * win32/common/_stdint.h:
1630           Windows does not have long long; copy the generated _stdint.h
1631         * win32/common/interfaces-enumtypes.c:
1632         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
1633         (gst_mixer_track_flags_get_type),
1634         (gst_tuner_channel_flags_get_type):
1635         * win32/common/multichannel-enumtypes.c:
1636         (gst_audio_channel_position_get_type):
1637           update
1638
1639 2006-02-13  Wim Taymans  <wim@fluendo.com>
1640
1641         * gst-libs/gst/audio/gstbaseaudiosink.c:
1642         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
1643         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1644         Always sync on first sample we receive when starting.
1645
1646 2006-02-13  Wim Taymans  <wim@fluendo.com>
1647
1648         * gst/playback/gstplaybin.c: (gen_vis_element):
1649         Update vis bin docs.
1650         Move queue after tee so we don't queue video buffers but
1651         audio samples instead. Fixes problems where the video queue
1652         is filled and the audio queue empty.
1653
1654 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
1655
1656         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1657           No need to push an EOS event here, GstBaseSrc will do that for us
1658           when we return FLOW_UNEXPECTED.
1659           
1660 2006-02-12  Wim Taymans  <wim@fluendo.com>
1661
1662         * gst-libs/gst/audio/gstbaseaudiosink.c:
1663         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
1664         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
1665         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1666         Use scale functions when possible.
1667         Fix error messages.
1668         Free clockid when after waiting for EOS.
1669         Use G_(UN_)LIKLY when it makes sense.
1670         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
1671
1672 2006-02-12  Edward Hervey  <edward@fluendo.com>
1673
1674         * gst/playback/gstplaybasebin.c: (prepare_output): 
1675         Remove stray semi-colon (fixes #330888).
1676
1677 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
1678
1679         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
1680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1681         Fix up the XShm call testing so that we catch errors, and don't
1682         cause new ones by attempting to detach from a segment we failed
1683         to attach to. Fixes #312439.
1684
1685 2006-02-10  Edward Hervey  <edward@fluendo.com>
1686
1687         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1688         Added flv file typefind (video/x-flv).
1689
1690 2006-02-10  Edward Hervey  <edward@fluendo.com>
1691
1692         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1693         (gst_riff_create_video_template_caps):
1694         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
1695         Also added the caps to the default set of riff video caps.
1696
1697 2006-02-09  Andy Wingo  <wingo@pobox.com>
1698
1699         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
1700         time and the end time of the last packet in the page.
1701         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
1702         on the pages in our queue, set the duration as well. Reflow a
1703         debug statement.
1704         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
1705         Fixes bad muxing order.
1706
1707 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1708
1709         * gst-libs/gst/rtp/gstbasertppayload.c:
1710         (gst_basertppayload_setcaps), (gst_basertppayload_push):
1711           update seqnum before setting it on the packet; this makes sure
1712           that the timestamp and seqnum properties match after pushing
1713           a buffer
1714
1715 2006-02-09  Andy Wingo  <wingo@pobox.com>
1716
1717         * gst-libs/gst/audio/gstringbuffer.c
1718         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
1719         overflow after 13.5 hours of recording. Kapow!
1720
1721         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
1722         the buffer size -- we don't care about underrun/overrun reporting
1723         right now, just need to return a useful value.
1724
1725 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
1726
1727         * configure.ac:
1728           Back to CVS
1729
1730 === release 0.10.3 ===
1731
1732 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
1733
1734         * configure.ac:
1735           releasing 0.10.3, "Under Pressure"
1736
1737 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1738
1739         * configure.ac:
1740         Drat. Bump libtool version number for new API.
1741         Prelease 0.10.2.3 (of 0.10.3)
1742
1743 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1744
1745         * configure.ac:
1746         * win32/common/config.h:
1747         0.10.2.2 prerelease (of 0.10.3).
1748
1749 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1750
1751         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
1752           Revert Andy's newsegment change pending a more correct
1753           fix.
1754
1755 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1756
1757         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1758         (qt_type_find), (plugin_init):
1759           detect more files as 3gp
1760           group and reorder the iso file formats
1761
1762 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1763
1764         * ext/vorbis/vorbis.c: (plugin_init):
1765           Register musicbrainz tags, so apps don't have to.
1766
1767 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1768
1769         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
1770         (gst_tag_to_vorbis_tag):
1771           Make sure we called gst_tag_register_musicbrainz_tags()
1772           before possibly mapping a vorbiscomment string from/to a
1773           musicbrainz tag.
1774
1775 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1776
1777         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
1778           In case we can't find the required number of consecutive
1779           mpeg audio frames to positively identify an MPEG audio
1780           stream, check if there's at least a valid mpeg audio
1781           frame right at offset 0 and if so suggest mpeg/audio
1782           caps with a very low probability (#153004).
1783
1784 2006-02-07  Andy Wingo  <wingo@pobox.com>
1785
1786         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
1787         a TIME segment if we get timestamped buffers. Requires recent
1788         fixes in core to work properly.
1789
1790 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1791
1792         * gst/playback/gstplaybasebin.c: (prepare_output):
1793           Don't print the URI as part of the error message, it
1794           makes error dialogs look rather ugly, especially if
1795           the URI is very long or has characters in it that
1796           need escaping.
1797
1798 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1799
1800         * gst/playback/gstplaybasebin.c: (prepare_output):
1801           Error out if we have only text or subtitles, but nothing
1802           else. Also error out if we have subtitles but no video
1803           stream.
1804
1805 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1806
1807         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1808           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
1809           Post an error message on the bus when we encounter an
1810           error, which will hopefully be more meaningful than the
1811           'Internal Flow Error' message users get to see if we
1812           just return GST_FLOW_ERROR.
1813
1814 2006-02-07  Andy Wingo  <wingo@pobox.com>
1815
1816         * configure.ac (GST_MAJORMINOR): Update core version req to
1817         0.10.2.2, for the collectpads API addition (#330244).
1818
1819 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
1820
1821         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1822           Return FALSE from plugin_init() when GnomeVFS can't
1823           be initialised for some reason (#328423).
1824
1825 2006-02-06  Julien MOUTTE  <julien@moutte.net>
1826
1827         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
1828         Stick to seeking theory until i find the bug.
1829         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
1830
1831 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1832
1833         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1834         (theora_enc_finalize), (theora_enc_sink_setcaps),
1835         (theora_set_header_on_caps), (theora_enc_chain),
1836         (theora_enc_change_state):
1837         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
1838           Make theoraenc and the tests leak free. Like, really.
1839
1840 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1841
1842         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1843         (theora_enc_finalize), (theora_enc_sink_setcaps):
1844           Add a finalize method to ensure we clean up state even if
1845           someone omitted the state change back to NULL.
1846
1847         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
1848         (gst_vorbisenc_chain):
1849           Free some more leaked bits.
1850
1851         * tests/check/pipelines/theoraenc.c: (start_pipeline),
1852         (stop_pipeline):
1853           Wait for state changes to happen if they're ASYNC.
1854
1855           This ought to teach those fancy pants buildbots a lesson.
1856
1857 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1858
1859         * gst-libs/gst/tag/gstid3tag.c:
1860           Add mapping for ID3 International Standard Recording Code
1861           tag "TSRC"
1862
1863 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1864
1865         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
1866           Don't leak tag names.
1867
1868 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1869
1870         * docs/libs/gst-plugins-base-libs-docs.sgml:
1871         * docs/libs/gst-plugins-base-libs-sections.txt:
1872         * gst-libs/gst/tag/gstid3tag.c:
1873         * gst-libs/gst/tag/gstvorbistag.c:
1874         * gst-libs/gst/tag/tags.c:
1875           Split libgsttag docs into multiple sections.
1876
1877 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1878
1879         * docs/libs/Makefile.am:
1880         * docs/libs/gst-plugins-base-libs-docs.sgml:
1881         * docs/libs/gst-plugins-base-libs-sections.txt:
1882         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
1883         * gst-libs/gst/tag/gstvorbistag.c:
1884         * gst-libs/gst/tag/tag.h:
1885         * gst-libs/gst/tag/tags.c:
1886           Add libgsttag to the docs.
1887
1888 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1889
1890         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
1891         (gst_text_overlay_init), (gst_text_overlay_src_event),
1892         (gst_text_overlay_collected): Fix clockoverlay.
1893
1894 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1895
1896         * docs/libs/compiling.sgml:
1897           Fix typo: it's pkg-config, not pkg-gconfig
1898
1899         * docs/libs/gst-plugins-base-libs-docs.sgml:
1900         * docs/libs/gst-plugins-base-libs-sections.txt:
1901         * docs/libs/tmpl/gstgconf.sgml:
1902           There is no libgstgconf in 0.10, remove it
1903           from the docs.
1904
1905 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1906
1907         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
1908         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1909         (gst_text_overlay_src_event), (gst_text_overlay_collected):
1910         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1911         (gst_sub_parse_class_init), (gst_sub_parse_init),
1912         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
1913         (parse_mpsub), (parser_state_init), (handle_buffer),
1914         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
1915         * gst/subparse/gstsubparse.h: Introduce seeking code.
1916
1917 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1918
1919         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1920           Add comment about LANGUAGE tag inconsistency (we want
1921           ISO-639-1, but extract three-letter identifiers?)
1922
1923         * po/POTFILES.in:
1924           Add two translatable files.
1925
1926 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1927
1928         * gst-libs/gst/tag/Makefile.am:
1929         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1930         * gst-libs/gst/tag/tag.h:
1931         * gst-libs/gst/tag/tags.c:
1932         (gst_tag_register_musicbrainz_tags_internal),
1933         (gst_tag_register_musicbrainz_tags):
1934           Forward-port some tags stuff from the 0.8 branch. This is
1935           mostly the addition of musicbrainz tags and their mapping
1936           to vorbistags, and a vorbistag mapping of the language tag.
1937
1938 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1939
1940         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
1941         refactoring.
1942
1943 2006-02-04  David Schleef  <ds@schleef.org>
1944
1945         * ext/ogg/gstoggmux.c:
1946         * gst/typefind/gsttypefindfunctions.c:
1947           Add Dirac typefinding and add dirac format to oggmux.
1948
1949 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1950
1951         * gst/playback/gstdecodebin.c: (try_to_link_1):
1952           Don't put essential function call into
1953           g_return_*() macro, otherwise it'll all be
1954           replaced by NOOPs when compiling with
1955           G_DISABLE_CHECKS defined.
1956
1957 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
1958
1959         * ext/ogg/gstoggdemux.c:
1960         * ext/ogg/gstoggparse.c:
1961         * gst/tcp/gsttcpserversink.c:
1962         * sys/v4l/v4lsrc_calls.c:
1963         * sys/v4l/v4lsrc_calls.h:
1964         Just make it compile with --disable-gst-debug.
1965
1966 2006-02-03  Wim Taymans  <wim@fluendo.com>
1967
1968         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
1969         (gst_alsasink_class_init), (gst_alsasink_init),
1970         (gst_alsasink_write), (gst_alsasink_reset):
1971         * ext/alsa/gstalsasink.h:
1972         Add lock to protect alsa calls.
1973         Implement reset to flush samples ASAP, does not work
1974         with dmix though.
1975
1976 2006-02-02  Wim Taymans  <wim@fluendo.com>
1977
1978         * gst-libs/gst/audio/gstbaseaudiosink.c:
1979         (gst_base_audio_sink_provide_clock):
1980         Ugh.. getting late I guess...
1981
1982 2006-02-02  Wim Taymans  <wim@fluendo.com>
1983
1984         * gst-libs/gst/audio/gstbaseaudiosink.c:
1985         (gst_base_audio_sink_provide_clock),
1986         (gst_base_audio_sink_set_property),
1987         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
1988         Don't try to provide a clock when we are not negotiated since
1989         we might not be able to make it run.
1990
1991 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1992
1993         * gst/playback/gstdecodebin.c: (try_to_link_1):
1994           Unlinking two source pads is ... hard.
1995
1996 2006-02-02  Wim Taymans  <wim@fluendo.com>
1997
1998         * gst-libs/gst/audio/TODO:
1999         Updated.
2000
2001         * gst-libs/gst/audio/gstbaseaudiosink.c:
2002         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
2003         On EOS, wait till the last sample is played before posting EOS.
2004
2005 2006-02-01  Philippe Kalaf <burger at speedy dot org>
2006
2007         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2008           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
2009           setting queue_delay to zero. Also avoid thread being started if
2010           queue_delay is zero.
2011
2012 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2013
2014         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
2015           Make test work again by connecting fakesinks to each decoded pad,
2016           which makes the pipeline wait until each fakesink has a buffer
2017           queued before going to PAUSED state. At that point we know the
2018           decodebin pads are negotiated.
2019
2020 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2021
2022         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
2023         (gst_cdda_base_src_handle_event):
2024         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
2025           Pass unhandled queries to the parent class's query function.
2026
2027 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2028
2029         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
2030         (gst_ogg_pad_src_query):
2031         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
2032         * ext/theora/theoradec.c: (theora_dec_src_query),
2033         (theora_dec_sink_query):
2034         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2035         (vorbis_dec_sink_query):
2036         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
2037         (gst_vorbisenc_sink_query):
2038         * gst/adder/gstadder.c: (gst_adder_query):
2039           Pass unhandled queries upstream instead of just
2040           dropping them (#326447). Also, fix supported
2041           query types list for some elements.
2042
2043 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2044
2045         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
2046         (paris_type_find), (ilbc_type_find), (plugin_init):
2047           Fix typefinding for audio/x-au, audio/x-paris and
2048           audio/iLBC-sh. We cannot use the START_WITH macros
2049           here, because there can only be one typefind factory
2050           with the same name (caps), so the second one would
2051           replace the first one and the first one would never
2052           be called when doing typefinding (see #161712).
2053           
2054
2055 2006-01-31  Wim Taymans  <wim@fluendo.com>
2056
2057         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
2058         (vorbis_handle_header_packet), (vorbis_dec_push),
2059         (vorbis_handle_data_packet):
2060         Use scale_int when we can, add some more scaling.
2061         Check packettype before parsing it.
2062
2063 2006-01-31  Wim Taymans  <wim@fluendo.com>
2064
2065         * ext/theora/theoradec.c: (_theora_granule_time),
2066         (theora_dec_src_convert), (theora_dec_sink_convert):
2067         Call right _scale functions.
2068         Use parameter instead of some other random value.
2069
2070 2006-01-31  Wim Taymans  <wim@fluendo.com>
2071
2072         * ext/theora/theoradec.c: (_theora_granule_frame),
2073         (_theora_granule_time), (_inc_granulepos),
2074         (theora_dec_src_convert), (theora_dec_sink_convert),
2075         (theora_handle_type_packet), (theora_handle_data_packet),
2076         (theora_dec_chain):
2077         Use higher precision timestamps calculation.
2078         Convert some other conversions to _scale.
2079
2080 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
2081
2082         * gst/audiotestsrc/gstaudiotestsrc.c:
2083         (gst_audio_test_src_create_sine_table), (plugin_init):
2084         * gst/volume/gstvolume.c: (plugin_init):
2085           initialize gst_controller before using
2086
2087 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
2088
2089         * tests/check/pipelines/theoraenc.c:
2090         * tests/check/pipelines/vorbisenc.c:
2091         Define constant using G_GINT64_CONSTANT to avoid errors when
2092         passing it around - otherwise it gets truncated to 32 bits.
2093
2094         Fixes failing tests.
2095
2096 2006-01-31  Andy Wingo  <wingo@pobox.com>
2097
2098         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
2099         caps being set doesn't have a framerate value. Basically a stopgap
2100         measure.
2101
2102         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
2103         technically correct enough to put into core though.
2104         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
2105         DURATION. Fixes theoraenc ! oggmux.
2106
2107         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
2108         fraction, not double.
2109
2110 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
2111
2112         * win32/vs7:
2113         add vs7 project files created by Sergey Scobich
2114
2115 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
2116
2117         * win32/vs8:
2118         add vs8 project files created by Sergey Scobich
2119         
2120 2006-01-30  Andy Wingo  <wingo@pobox.com>
2121
2122         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
2123         timestamp + duration, not just timestamp -- ogg pages should be
2124         ordered by stop time. Necessary fix given the change in vorbis
2125         timestamps.
2126
2127         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
2128         (gst_theora_enc_init): Pull the granule shift out of the encoder.
2129         (granulepos_add): New function, handles the messiness of adjusting
2130         granulepos values.
2131         (theora_buffer_from_packet):
2132         (theora_enc_chain):
2133         (theora_enc_sink_event): Use granulepos_add, not +.
2134
2135         * tests/check/pipelines/theoraenc.c
2136         (check_buffer_granulepos_from_starttime): Just check the frame
2137         count, not the actual granulepos -- we can't dictate to the
2138         encoder when it should be placing keyframes.
2139
2140 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2141
2142         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
2143           SERVICE_NOT_AVAILABLE happens for example when you're trying to
2144           play an http:// stream from a server that's not serving
2145
2146 2006-01-30  Andy Wingo  <wingo@pobox.com>
2147
2148         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
2149         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
2150         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
2151         available.
2152
2153         * ext/theora/gsttheoraenc.h:
2154         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
2155         although theoraenc was timestamping correctly. Added handling of
2156         streams that start with nonzero timestamps.
2157
2158         * tests/check/Makefile.am:
2159         * tests/check/pipelines/theoraenc.c: New file, basically does same
2160         tests as vorbisenc.
2161
2162         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
2163
2164 2006-01-30  Wim Taymans  <wim@fluendo.com>
2165
2166         * gst-libs/gst/audio/gstaudiosink.c:
2167         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
2168         (gst_audioringbuffer_pause):
2169         Implement pause that does not wait for completion.
2170
2171         * gst-libs/gst/audio/gstbaseaudiosink.c:
2172         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2173         Don't drop buffers when going to PAUSED but perform preroll on
2174         remaining samples now that core base class supports this.
2175
2176         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
2177         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
2178         (gst_ring_buffer_commit):
2179         Pause should not signal waiters.
2180         Implement return value of _commit correctly.
2181
2182 2006-01-30  Andy Wingo  <wingo@pobox.com>
2183
2184         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
2185
2186         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
2187         updated to timestamp from the first sample, not the last.
2188         (gst_vorbisenc_buffer_from_header_packet): New function, takes
2189         special care of granulepos and timestamp for header packets.
2190         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
2191         when the first buffer has a nonzero timestamp.
2192
2193         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
2194         (GstVorbisEnc.subgranule_offset): New members. Take care of the
2195         case when the first audio buffer we get has a nonzero timestamp.
2196         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
2197         properly timestamp vorbis buffers with the time of the first
2198         sample, not the last.
2199         
2200         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
2201         vorbis_granule_time_copy -- now it takes the granule/subgranule
2202         offset into account.
2203
2204         * tests/check/pipelines/vorbisenc.c: New test for correctness of
2205         timestamps, durations, and granulepos on buffers produced by
2206         vorbisenc.
2207
2208 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
2209
2210         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2211         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
2212           Patch from Eric Jonas to support conversions to/from UYVY 
2213           (Fixes: #324626)
2214
2215 2006-01-30  Julien MOUTTE  <julien@moutte.net>
2216
2217         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
2218         (setup_subtitle), (setup_source), (set_active_source):
2219         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
2220         (gen_text_element), (gen_audio_element), (gen_vis_element),
2221         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
2222
2223 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
2224
2225         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
2226         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
2227                 use gst_guint64_to_gdouble to be compliant with vs6
2228         * gst/playback/gstdecodebin.c: (try_to_link_1)
2229         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
2230                 use G_GINT64_CONSTANT for int64 constants
2231         * win32/common/libgstinterfaces.def:
2232                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
2233         * win32/vs6:
2234                 update and add new project files
2235                 
2236 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2237
2238         * Makefile.am:
2239         * win32/MANIFEST:
2240         * win32/common/interfaces-enumtypes.c:
2241         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
2242         (gst_mixer_track_flags_get_type),
2243         (gst_tuner_channel_flags_get_type):
2244         * win32/common/interfaces-enumtypes.h:
2245         * win32/common/multichannel-enumtypes.c:
2246         (gst_audio_channel_position_get_type):
2247         * win32/common/multichannel-enumtypes.h:
2248           add a win32-update rule like in core, and copy over enumtypes files
2249
2250 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2251
2252         * win32/MANIFEST:
2253         * win32/common/config.h:
2254         * win32/common/config.h.in:
2255           add config files just like in core
2256
2257 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
2258
2259         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
2260           Make gcc-4.1 happy (part of #327357).
2261
2262 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2263
2264         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
2265         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
2266         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
2267         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
2268         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
2269         (gst_alsasrc_unprepare), (gst_alsasrc_read):
2270           Update all error messages.  All of them should either use
2271           the default translated message, or actually provide a
2272           translatable string.
2273           Make the string for channel count problems meaningful.
2274
2275 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2276
2277         * sys/v4l/v4l_calls.c: (gst_v4l_open):
2278           check for and throw RESOURCE_BUSY
2279
2280 2006-01-27  David Schleef  <ds@schleef.org>
2281
2282         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
2283           checked in this change -- it requires liboil features not
2284           in 0.3.6.  Revert parts.
2285
2286 2006-01-27  David Schleef  <ds@schleef.org>
2287
2288         * REQUIREMENTS:
2289         * configure.ac: update liboil requirement to 0.3.6
2290         * gst/videoscale/Makefile.am:
2291         * gst/videoscale/vs_scanline.c: liboilify
2292
2293 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
2294
2295         * ext/libvisual/visual.c: (get_buffer):
2296           When pad_alloc returns a GstFlowReturn other
2297           than GST_FLOW_OK, make sure it is passed upstream.
2298
2299 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
2300
2301         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
2302         (gst_alsasink_class_init):
2303           Free the device name string.
2304
2305         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2306         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
2307         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
2308           Don't remove a pad from the collectpads structure until it
2309           is released - it's a request pad, and may receive data again
2310           if the element gets moved back to PLAYING state.
2311
2312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2313           Ensure we turn on double buffering on the Xv port, and
2314           set the colour key to something dark and mysterious that
2315           isn't black.
2316
2317 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2318
2319         * ext/alsa/gstalsaplugin.c: (plugin_init):
2320         * ext/cdparanoia/gstcdparanoiasrc.c:
2321         (gst_cd_paranoia_src_base_init), (plugin_init):
2322         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
2323         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
2324           - a library should not call setlocale. see "Libraries" node in
2325             gettext manual
2326           - make sure all plugins that use translation do bindtextdomain
2327             to point to the localedir
2328         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
2329         (setup_sinks), (plugin_init):
2330           all this, and check for NULL when creating sinks
2331
2332 2006-01-27  Julien MOUTTE  <julien@moutte.net>
2333
2334         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
2335         (plugin_init): Make typefinding of subtitles work again.
2336
2337 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
2338
2339         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2340         (mp3_type_frame_length_from_header), (mp3_type_find),
2341         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
2342         (plugin_init):
2343           Backport a bunch of typefinding fixes from the 0.8 branch.
2344           Also, improve wavpack typefinding: if we can't peek the
2345           entire wavpack block, try to parse the bits we can get and
2346           see if we find what we're looking for in those.
2347
2348 2006-01-26  Julien MOUTTE  <julien@moutte.net>
2349
2350         * sys/ximage/ximagesink.c:
2351         (gst_ximagesink_calculate_pixel_aspect_ratio):
2352         * sys/xvimage/xvimagesink.c:
2353         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
2354         more cases of pixel aspect ratio.
2355
2356 2006-01-26  Edward Hervey  <edward@fluendo.com>
2357
2358         * gst/playback/gstdecodebin.c: (pad_probe):
2359         Also consider the flush-start and tag events as unblockers
2360         for the pad probes.
2361
2362 2006-01-26  Julien MOUTTE  <julien@moutte.net>
2363
2364         * gst/playback/gstplaybin.c: (gst_play_bin_init),
2365         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
2366         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
2367         On the fly visualisation switch, works disabling, enabling as
2368         well but it won't be able to enable vis in a playbin that was
2369         created with no visualisation.
2370
2371 2006-01-25  Wim Taymans  <wim@fluendo.com>
2372
2373         * gst-libs/gst/audio/gstbaseaudiosink.c:
2374         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2375         Undo previous commit that returned WRONG_STATE sooner, it breaks 
2376         resume after pause.
2377
2378 2006-01-25  Wim Taymans  <wim@fluendo.com>
2379
2380         * gst-libs/gst/audio/gstbaseaudiosink.c:
2381         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
2382         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
2383         Improve debugging.
2384         Post error when caps cannot be parsed.
2385         Resync on discontinuity in the stream.
2386         Clip samples to segment boundaries.
2387         return WRONG_STATE sooner when we are flushing.
2388
2389         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
2390         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
2391         Make audiosrc operate in TIME.
2392         Set TIMESTAMP and DURATION on buffers.
2393
2394 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
2395
2396         * tests/examples/seek/seek.c: (main):
2397           Output tag messages as well.
2398
2399 2006-01-23  Edward Hervey  <edward@fluendo.com>
2400
2401         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2402         (free_pad_probes), (remove_fakesink), (pad_probe),
2403         (close_pad_link), (gst_decode_bin_change_state):
2404         Replace GstPadBlockCallback with pad probes that detect
2405         first buffer AND eos before removing fakesink.
2406         Fixes hang with demuxers doing EOS while pre-rolling.
2407         Solves #328279
2408
2409 2006-01-23  Andy Wingo  <wingo@pobox.com>
2410
2411         * ext/alsa/gstalsasink.c:
2412         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2413         (gst_base_rtp_depayload_setcaps),
2414         (gst_base_rtp_depayload_add_to_queue),
2415         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
2416         
2417         Patch by: Jens Granseuer <jensgr at gmx dot net>
2418
2419 2006-01-22  Julien MOUTTE  <julien@moutte.net>
2420
2421         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
2422         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2423         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
2424         frames. We might get a frame destroyed after changing state to
2425         NULL, adding a safety check on xcontext.
2426
2427 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
2428
2429         * gst-libs/gst/interfaces/xoverlay.c:
2430           Fix prepare-xwindow-id code example in the docs - we need to
2431           ignore all messages that aren't element messages as well.
2432           
2433 2006-01-21  Julien MOUTTE  <julien@moutte.net>
2434
2435         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2436           I think one day i'll completely undestand how caps negotiation
2437           is supposed to work. This refactoring handles buffer_alloc
2438           called with caps we can't handle. We definitely don't want a
2439           set_caps with those caps, so we define and allocate a buffer
2440           we would like to receive.
2441
2442 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
2443
2444         * gst/playback/gstplaybasebin.c: (setup_source):
2445           Free iterator when done.
2446
2447 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
2448
2449         * gst-libs/gst/audio/gstbaseaudiosink.c:
2450         (gst_base_audio_sink_render):
2451           Fix playback of non-synchronised streams by assuming a rate
2452           of 1.0 instead of a random one.
2453
2454           Makes this work again:
2455
2456           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
2457           endianness=(int)4321, signed=(boolean)true, width=(int)16,
2458           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
2459           audioresample ! alsasink
2460
2461 === release 0.10.2 ===
2462
2463 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
2464
2465         * configure.ac:
2466           releasing 0.10.2, "Then the devil is six"
2467
2468 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
2469
2470         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2471         * gst/playback/gststreamselector.c:
2472         (gst_stream_selector_set_property):
2473           Comment out broken code that connects to the state-changed signal.
2474           At this point, changing current stream selection is broken, but 
2475           stuff like gst-launch playbin current-audio=1 works and filters
2476           to the chosen stream.
2477
2478 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2479
2480         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
2481           Fix #327216 (null dereference in vorbisdec)
2482
2483 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
2484
2485         * ext/theora/theoradec.c: (theora_handle_comment_packet):
2486           Post taglist actually on bus instead of just freeing it
2487           (fixes #327114 and totem bug #327080).
2488
2489         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
2490           Use gst_element_found_tags_for_pad(), so that the tags
2491           are sent downstream as an event as well.
2492
2493 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2494
2495         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2496         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
2497         (gst_ximagesink_buffer_alloc):
2498         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
2499         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
2500         (gst_xvimagesink_buffer_alloc):
2501           move all regularly occurring messages to GST_LOG level
2502           add some more object logs
2503
2504 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2505
2506         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
2507           fix a silly segfault
2508
2509 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
2510
2511         * docs/libs/gst-plugins-base-libs-docs.sgml:
2512         * docs/libs/gst-plugins-base-libs-sections.txt:
2513         * gst-libs/gst/audio/mixerutils.c:
2514         * gst-libs/gst/audio/mixerutils.h:
2515           Add docs for mixerutils stuff.
2516
2517 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
2518
2519         * gst/playback/gstplaybasebin.c: (setup_source):
2520           Fix playback for sources that emit raw audio or
2521           raw video streams (e.g.: cd audio sources) (#325984).
2522
2523 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2524
2525         * gst-libs/gst/audio/mixerutils.c:
2526         (gst_audio_mixer_filter_do_filter):
2527           actually save the element we create
2528
2529 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
2530
2531         * gst-libs/gst/cdda/gstcddabasesrc.c:
2532         (gst_cdda_base_src_handle_track_seek):
2533           No need to post a tag message on the bus when seeking
2534           within the same track, only post it when the current
2535           track changes.
2536
2537 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2538
2539         * gst/playback/gstplaybasebin.c: (group_destroy),
2540         (probe_triggered), (new_decoded_pad), (mute_group_type),
2541         (set_active_source):
2542         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2543         * gst/playback/gststreamselector.c:
2544         (gst_stream_selector_base_init),
2545         (gst_stream_selector_set_property),
2546         (gst_stream_selector_request_new_pad):
2547           Reenable stream selection. These mechanisms need a complete overhaul
2548           in the face of 0.8->0.10 changes though.
2549
2550 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2551
2552         * ext/ogg/gstoggdemux.c:
2553           Change the pad template to src_%d to match the pads that 
2554           are created from it. decodebin needs this information in order
2555           to decide that oggdemux is capable of producing multiple pads
2556           (and hence needs queues inserted).
2557
2558         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2559         (gst_ogg_mux_collected):
2560           Make debug output more useful by using GST_PTR_FORMAT.
2561
2562 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2563
2564         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2565
2566         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
2567           Set depth and width for alaw/mulaw (fixes #326601).
2568
2569 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2570
2571         * tests/icles/Makefile.am:
2572           don't build the tests if we don't have the libs
2573
2574 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2575
2576         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
2577         (gst_cd_paranoia_paranoia_callback):
2578           Don't try to free NULL pointers.
2579
2580 2006-01-10  Edward Hervey  <edward@fluendo.com>
2581
2582         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
2583         (gst_audio_rate_change_state), (plugin_init):
2584         Add debugging category.
2585         Fix type issues.
2586         Add case for incoming buffers without valid offset/offset_end.
2587
2588 2006-01-10  Michael Smith  <msmith@fluendo.com>
2589
2590         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
2591           Don't leak GCond in audio sources.
2592
2593 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
2594
2595         * gst/playback/gstplaybin.c: (gen_audio_element):
2596           Don't leak an autoaudiosink/alsasink when we generate
2597           a new audio element. (old code, I guess)
2598
2599 2006-01-10  Michael Smith  <msmith@fluendo.com>
2600
2601         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
2602           Support float audio in audiorate.
2603           Use width rather than depth for selecting sample width.
2604
2605 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2606
2607         * gst/videotestsrc/videotestsrc.h:
2608           Use GLib types here (that way we don't have to include the
2609           generated _stdint.h header, which makes life easier for win32
2610           folks that don't use autotools for the build) (#325990, patch
2611           by: Sergey Scobich).
2612
2613 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2614
2615         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2616         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2617         (gst_ring_buffer_pause), (wait_segment):
2618         * gst-libs/gst/audio/gstringbuffer.h:
2619           Name (private) union, makes Forte compiler happy (this time
2620           for real) (#324900).
2621
2622 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2623
2624         * gst-libs/gst/audio/Makefile.am:
2625           Link against libgstinterfaces, needed for mixer
2626           and property probe stuff.
2627
2628 2006-01-09  Edward Hervey  <edward@fluendo.com>
2629
2630         * gst-libs/gst/Makefile.am:
2631
2632 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2633
2634         * gst-libs/gst/audio/Makefile.am:
2635         * gst-libs/gst/audio/mixerutils.c:
2636         (gst_audio_mixer_filter_do_filter),
2637         (gst_audio_mixer_filter_check_element),
2638         (gst_audio_mixer_filter_probe_feature),
2639         (element_factory_rank_compare_func),
2640         (gst_audio_default_registry_mixer_filter):
2641         * gst-libs/gst/audio/mixerutils.h:
2642           Add gst_audio_default_registry_mixer_filter() utility
2643           function.
2644
2645 2006-01-03  Michael Smith  <msmith@fluendo.com>
2646
2647         * gst/audioresample/resample.h:
2648           As before, but for o_buf
2649
2650 2006-01-03  Michael Smith  <msmith@fluendo.com>
2651
2652         * gst/audioresample/resample.h:
2653           Declare struct _ResampleState.buffer as unsigned char *, not void *,
2654           since we do arithmetic on it.
2655
2656 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
2657
2658         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2659         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2660         (gst_ring_buffer_pause), (wait_segment):
2661         * gst-libs/gst/audio/gstringbuffer.h:
2662           Sun's Forte compiler doesn't seem to like anonymous structs,
2663           so use same setup as in GstBaseSrc (fixes #324900).
2664
2665 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
2666
2667         * configure.ac:
2668         * gst/volume/Makefile.am:
2669         * gst/volume/demo.c:
2670           move old example to tests/examples/volume/volune.c
2671         * tests/examples/Makefile.am:
2672         * tests/examples/seek/seek.c: (main):
2673           change window-close event from "delete-event" to "destroy"
2674         * tests/examples/volume/Makefile.am:
2675         * tests/examples/volume/volume.c: (value_changed_callback),
2676         (setup_gui), (message_received), (eos_message_received), (main):
2677           fix event handling and bus usage
2678
2679 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
2680
2681         * gst/audiotestsrc/gstaudiotestsrc.c:
2682         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
2683         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
2684         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
2685         (gst_audio_test_src_create_square),
2686         (gst_audio_test_src_create_saw),
2687         (gst_audio_test_src_create_triangle),
2688         (gst_audio_test_src_create_silence),
2689         (gst_audio_test_src_create_white_noise),
2690         (gst_audio_test_src_create_pink_noise),
2691         (gst_audio_test_src_init_sine_table),
2692         (gst_audio_test_src_create_sine_table),
2693         (gst_audio_test_src_change_wave),
2694         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
2695         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
2696         * gst/audiotestsrc/gstaudiotestsrc.h:
2697           update to basesrc changes, implement segmented seeking and eos
2698           handling, add a 'sine-tab' waveform for performance critical playback
2699
2700 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2701
2702         * po/POTFILES.in:
2703           ... and this time the other modified file that I missed last time.
2704
2705 2005-12-29  Michael Smith  <msmith@fluendo.com>
2706
2707         * gst/playback/gstdecodebin.c: (new_pad):
2708           Fix non-C89 variable declaration not at the start of a block. Should
2709           help some compilers.
2710
2711 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2712
2713         * tests/check/Makefile.am:
2714           And now fix 'make distcheck' (builddir != srcdir)
2715
2716 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2717
2718         * configure.ac:
2719         * ext/cdparanoia/Makefile.am:
2720         * ext/cdparanoia/gstcdparanoia.c:
2721         * ext/cdparanoia/gstcdparanoia.h:
2722         * ext/cdparanoia/gstcdparanoiasrc.c:
2723         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
2724         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
2725         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
2726         (gst_cd_paranoia_paranoia_callback),
2727         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
2728         (gst_cd_paranoia_src_set_property),
2729         (gst_cd_paranoia_src_get_property), (plugin_init):
2730         * ext/cdparanoia/gstcdparanoiasrc.h:
2731           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
2732           plugin again (there are still fixes required to playbin to make
2733           cdda:// uris work there).
2734
2735 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2736
2737         * tests/check/Makefile.am:
2738           Fix test case compilation.
2739
2740 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2741
2742         * gst-libs/gst/cdda/gstcddabasesrc.c:
2743         (gst_cdda_base_src_update_duration),
2744         (gst_cdda_base_src_calculate_cddb_id):
2745           An integer is not a string. Fix access to uninitialised variable.
2746
2747         * tests/check/Makefile.am:
2748           Add cddabasesrc unit test; also actually enable the vorbis test.
2749
2750         * tests/check/generic/states.c:
2751           Blacklist new cd audio elements as well.
2752
2753         * tests/check/libs/cddabasesrc.c:
2754           Unit test for GstCddaBaseSrc (discid calculation mostly).
2755
2756 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2757
2758         * docs/libs/Makefile.am:
2759         * docs/libs/gst-plugins-base-libs-docs.sgml:
2760         * docs/libs/gst-plugins-base-libs-sections.txt:
2761         * docs/libs/gst-plugins-base-libs.types:
2762           Add docs for libgstcdda/GstCddaBaseSrc.
2763
2764         * gst-libs/gst/interfaces/mixertrack.h:
2765           Do one struct member per line with a semicolon at the end, that way
2766           even gtk-doc might parse it without complaining.
2767
2768 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2769
2770         * configure.ac:
2771         * gst-libs/gst/Makefile.am:
2772         * gst-libs/gst/cdda/Makefile.am:
2773         * gst-libs/gst/cdda/base64.c:
2774         * gst-libs/gst/cdda/base64.h:
2775         * gst-libs/gst/cdda/gstcddabasesrc.c:
2776         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
2777         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
2778         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
2779         (gst_cdda_base_src_get_property),
2780         (gst_cdda_base_src_get_track_from_sector),
2781         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
2782         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
2783         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
2784         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
2785         (gst_cdda_base_src_uri_get_protocols),
2786         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
2787         (gst_cdda_base_src_uri_handler_init),
2788         (gst_cdda_base_src_setup_interfaces),
2789         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
2790         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
2791         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
2792         (gst_cdda_base_src_add_tags),
2793         (gst_cdda_base_src_add_index_associations),
2794         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
2795         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
2796         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
2797         (gst_cdda_base_src_create):
2798         * gst-libs/gst/cdda/gstcddabasesrc.h:
2799         * gst-libs/gst/cdda/sha1.c:
2800         * gst-libs/gst/cdda/sha1.h:
2801           Add new libgstcdda with GstCddaBaseSrc class.
2802
2803 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2804
2805         * ext/gnomevfs/gstgnomevfssink.h:
2806           Use GstBaseSinkClass as parent_class member for class struct, not
2807           GstBaseSink.
2808
2809 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2810
2811         Patch by: Michael Benes
2812
2813         * gst/videotestsrc/gstvideotestsrc.c:
2814         (gst_video_test_src_class_init), (gst_video_test_src_start):
2815           Add start method to reset running time and number of frames sent
2816           when starting up (fixes #324696)
2817
2818 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2819
2820         * docs/plugins/Makefile.am:
2821         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2822         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2823         * docs/plugins/gst-plugins-base-plugins.args:
2824         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2825         * docs/plugins/gst-plugins-base-plugins.signals:
2826           Add docs stuff for gnomevfssrc and gnomevfssink.
2827
2828         * ext/gnomevfs/gstgnomevfssrc.c:
2829           Fix example pipeline in gtk-doc blurb.
2830
2831 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2832
2833         * ext/gnomevfs/Makefile.am:
2834         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
2835         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
2836         (gst_gnome_vfs_handle_get_type), (plugin_init):
2837         * ext/gnomevfs/gstgnomevfs.h:
2838         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
2839         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
2840         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
2841         (gst_gnome_vfs_sink_set_property),
2842         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
2843         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
2844         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
2845         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
2846         (gst_gnome_vfs_sink_uri_get_type),
2847         (gst_gnome_vfs_sink_uri_get_protocols),
2848         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
2849         (gst_gnome_vfs_sink_uri_handler_init):
2850         * ext/gnomevfs/gstgnomevfssink.h:
2851           Port gnomevfssink; add gtk-doc blurb.
2852
2853         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
2854         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
2855         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
2856         (gst_gnome_vfs_src_uri_get_type),
2857         (gst_gnome_vfs_src_uri_get_protocols),
2858         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
2859         (gst_gnome_vfs_src_uri_handler_init),
2860         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
2861         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
2862         (gst_gnome_vfs_src_send_additional_headers_callback),
2863         (gst_gnome_vfs_src_received_headers_callback),
2864         (gst_gnome_vfs_src_push_callbacks),
2865         (gst_gnome_vfs_src_pop_callbacks),
2866         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
2867         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
2868         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2869         * ext/gnomevfs/gstgnomevfssrc.h:
2870           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
2871           file; add gtk-doc blurb with example pipelines.
2872
2873 === release 0.10.1 ===
2874
2875 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
2876
2877         * configure.ac:
2878           releasing 0.10.1, "Dobro Dedek"
2879
2880 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
2881
2882         * gst/typefind/gsttypefindfunctions.c:
2883         iLBC30 and iLBC20 added to typefind.
2884
2885 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2886
2887         * gst-libs/gst/audio/gstbaseaudiosink.c:
2888         (gst_base_audio_sink_class_init):
2889         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2890         (gst_base_audio_src_class_init):
2891           update strings, values are in microseconds
2892           change the default sink buffer time to something that is smaller
2893           (to help software volume mixing have a slightly lower delay) but
2894           still be acceptable on Wim's laptop
2895
2896 2005-12-20  Edward Hervey  <edward@fluendo.com>
2897
2898         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
2899         Made a quack, forgot to add DUCK to the riff video template.
2900
2901 2005-12-19  Edward Hervey  <edward@fluendo.com>
2902
2903         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
2904         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
2905         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2906         (gst_ogm_parse_chain):
2907         Make sure pads are initialized correctly.
2908         * gst-libs/gst/riff/riff-ids.h:
2909         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2910         (gst_riff_create_video_template_caps):
2911         Add a whole bunch of FOURCC <=> MimeType.
2912         Extend the riff video pad template to support the newly added fourcc.
2913
2914 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
2915
2916         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
2917         (gst_ogg_demux_activate_chain):
2918           Extra debug output when activating/deactivating chains.
2919
2920         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2921         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
2922         (unlinked):
2923           Remove a queue from our list when it becomes unlinked.
2924           Don't add queues to elements in class 'Demux' if they
2925           can only produce one pad 
2926
2927 2005-12-18  Julien MOUTTE  <julien@moutte.net>
2928
2929         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
2930         (gst_video_sink_get_type): Add a debug category.
2931
2932 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2933
2934         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2935         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
2936           Handle downstream newsegment by sending our own newsegment before the
2937           next buffer to be released. (#323900)
2938
2939 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2940
2941         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2942         (gst_base_rtp_depayload_set_gst_timestamp):
2943           add queue delay to new segment as well (as opposed to just the first
2944           buffer). (bug #322347)
2945
2946 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
2947
2948         * ext/libvisual/visual.c: (make_valid_name):
2949           change some char* into char[]
2950         * gst/audiotestsrc/gstaudiotestsrc.c:
2951         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
2952         (gst_audio_test_src_create):
2953         * gst/audiotestsrc/gstaudiotestsrc.h:
2954           prepare to handle EOS and SEGMENT_DONE
2955
2956 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2957
2958         * tests/check/generic/states.c: (GST_START_TEST):
2959           Blacklist cdparanoia element in state test.
2960
2961 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2962
2963           Patch by: Benjamin Pineau
2964
2965         * gst/tcp/gsttcp.c:
2966         * gst/tcp/gsttcpclientsink.c:
2967         * gst/tcp/gsttcpserversink.c:
2968         * gst/tcp/gsttcpserversrc.c:
2969           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
2970
2971 2005-12-15  Michael Smith  <msmith@fluendo.com>
2972
2973         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
2974         (gst_video_rate_chain):
2975           Fix timestamping for videorate when the first buffer it sees has a
2976           non-zero timestamp. Fix some misleading debug output.
2977
2978 2005-12-15  Michael Smith  <msmith@fluendo.com>
2979
2980         * gst/audioresample/gstaudioresample.c:
2981           Don't leak all input buffers to audioresample.
2982
2983 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2984
2985         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
2986           Don't operate on empty text buffers. Strip newlines and
2987           tabs only from the end of the text, but leave them intact
2988           in the middle. Fix typo in gtk-doc description.
2989
2990 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2991
2992         * gst/playback/gstplaybasebin.c:
2993         * gst/playback/gstplaybin.c: (handoff):
2994           Make sure the video frame buffer we return to apps via the
2995           "frame" property always has caps set on it. Modify
2996           _gst_gvalue_set_object() macro to handle NULL objects
2997           gracefully too.
2998
2999 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
3000
3001         * gst/audiotestsrc/gstaudiotestsrc.c:
3002         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
3003         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
3004         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
3005         (gst_audio_test_src_create):
3006         * gst/audiotestsrc/gstaudiotestsrc.h:
3007         Adjust to some recent api changes and add wtays new cool seeking
3008         capabillities
3009
3010 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
3011
3012         * ext/alsa/Makefile.am:
3013         * ext/alsa/gstalsadeviceprobe.c:
3014         * ext/alsa/gstalsadeviceprobe.h:
3015           Helper functions to add device probing via the GstPropertyProbe
3016           interface to a class.
3017
3018         * ext/alsa/gstalsamixer.h:
3019           Comment out GST_ALSA_MIXER, it returns a struct that's not
3020           used.
3021
3022         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3023           Add some debug info. 
3024
3025         * ext/alsa/gstalsamixerelement.c:
3026         (gst_alsa_mixer_element_interface_supported),
3027         (gst_implements_interface_init),
3028         (gst_alsa_mixer_element_init_interfaces),
3029         (gst_alsa_mixer_element_class_init),
3030         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
3031         (gst_alsa_mixer_element_set_property),
3032         (gst_alsa_mixer_element_get_property),
3033         (gst_alsa_mixer_element_change_state):
3034         * ext/alsa/gstalsamixerelement.h:
3035           Add 'device' and 'device-name' properties. Add GstPropertyProbe
3036           for device handling (gnome-volume-control will need that).
3037
3038 2005-12-12  Christian Schaller  <uraeus@gnome.org>
3039
3040         * ext/Makefile.am: fix cdparanoia entry
3041         * gst-plugins-base.spec.in: add cdparanoia
3042
3043 2005-12-12  Michael Smith  <msmith@fluendo.com>
3044
3045         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
3046           Use the correct function to free list of typefind factories.
3047
3048 2005-12-12  Wim Taymans  <wim@fluendo.com>
3049
3050         * gst/videotestsrc/gstvideotestsrc.c:
3051         (gst_video_test_src_class_init), (gst_video_test_src_init),
3052         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
3053         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
3054         (gst_video_test_src_create):
3055         * gst/videotestsrc/gstvideotestsrc.h:
3056         Implement seeking in videotestsrc.
3057         Small cleanups.
3058
3059 2005-12-12  Wim Taymans  <wim@fluendo.com>
3060
3061         * ext/cdparanoia/Makefile.am:
3062         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
3063         (gst_paranoia_endian_get_type), (_do_init),
3064         (cdparanoia_class_init), (cdparanoia_init),
3065         (cdparanoia_set_property), (cdparanoia_get_property),
3066         (cdparanoia_do_seek), (cdparanoia_is_seekable),
3067         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
3068         (cdparanoia_convert), (cdparanoia_get_query_types),
3069         (cdparanoia_query), (cdparanoia_set_index),
3070         (cdparanoia_uri_set_uri):
3071         * ext/cdparanoia/gstcdparanoia.h:
3072         Partially ported cdparanoia now that basesrc can support a
3073         plugin like this..
3074
3075 2005-12-12  Wim Taymans  <wim@fluendo.com>
3076
3077         * tests/examples/seek/scrubby.c: (main):
3078         Set higher priority for bus events so they don't get reordered with
3079         gtk gui events.
3080
3081         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
3082         (flush_toggle_cb), (main):
3083         Added checkbox to disable flushing seeks. 
3084         Disable scrubbing when doing non flushing seeks.
3085
3086 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
3087
3088         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
3089         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
3090         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
3091         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
3092           Implement some sort of event handling that doesn't rely on
3093           g_return_if_fail; make sure we always push the last chunk of an 
3094           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
3095           state change function; remove some old cruft. Seeking is still
3096           rather unlikely to work though.
3097
3098         * tools/.cvsignore:
3099           Ignore more.
3100
3101 2005-12-11  Julien MOUTTE  <julien@moutte.net>
3102
3103         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
3104         Fixed a leak of the current image reference when cleaning up.
3105         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
3106
3107 2005-12-09  Michael Smith  <msmith@fluendo.com>
3108
3109         * tools/Makefile.am:
3110         * tools/gst-launch-ext-m.m:
3111           Remove gst-launch-ext. It doesn't work, and is no longer
3112           particularly useful.
3113
3114 2005-12-08  Luca Ognibene  <luogni@tin.it>
3115
3116         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
3117           don't pass random values to ogmparse convert function.
3118           Make seeking possible in the exile1.ogm file.
3119
3120 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
3121
3122         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3123         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3124           Work around refcount problem with g_value_set_object() that occur
3125           if the core has been compiled against GLib-2.6 (g_value_set_object()
3126           will only g_object_ref() the element, but the caller will
3127           gst_object_unref() it and bad things will happen due to the way
3128           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
3129           totem for people on FC4 using Thomas's 0.10 RPMs.
3130           
3131 2005-12-07  Edward Hervey  <edward@fluendo.com>
3132
3133         Time to welcome ogm to 0.10 :)
3134         
3135         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
3136         (gst_ogg_pad_typefind):
3137         Oggdemux can now properly typefind elements with dynamic pads.
3138         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3139         Properly set caps on src pad, and set caps on outgoing buffers.
3140
3141 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3142
3143         * ext/alsa/gstalsamixer.h:
3144         * ext/alsa/gstalsamixerelement.h:
3145         * ext/alsa/gstalsamixeroptions.h:
3146         * ext/alsa/gstalsamixertrack.h:
3147         * ext/alsa/gstalsasink.c:
3148         * ext/alsa/gstalsasink.h:
3149         * ext/alsa/gstalsasrc.c:
3150         * ext/alsa/gstalsasrc.h:
3151         * ext/cdparanoia/gstcdparanoia.h:
3152         * ext/gnomevfs/gstgnomevfsuri.h:
3153         * ext/ogg/gstoggdemux.c:
3154         * ext/ogg/gstoggmux.c:
3155         * ext/pango/gsttextoverlay.h:
3156         * ext/theora/theoradec.c:
3157         * ext/theora/theoraenc.c:
3158         * ext/vorbis/vorbisdec.h:
3159         * ext/vorbis/vorbisenc.c:
3160         * ext/vorbis/vorbisenc.h:
3161         * ext/vorbis/vorbisparse.h:
3162         * gst-libs/gst/audio/gstaudioclock.h:
3163         * gst-libs/gst/audio/gstaudiosink.c:
3164         * gst-libs/gst/audio/gstaudiosink.h:
3165         * gst-libs/gst/audio/gstaudiosrc.c:
3166         * gst-libs/gst/audio/gstaudiosrc.h:
3167         * gst-libs/gst/audio/gstbaseaudiosink.c:
3168         * gst-libs/gst/audio/gstbaseaudiosink.h:
3169         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3170         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3171         * gst-libs/gst/audio/gstringbuffer.h:
3172         * gst-libs/gst/audio/multichannel.h:
3173         * gst-libs/gst/floatcast/floatcast.h:
3174         * gst-libs/gst/interfaces/colorbalance.c:
3175         * gst-libs/gst/interfaces/colorbalance.h:
3176         * gst-libs/gst/interfaces/colorbalancechannel.h:
3177         * gst-libs/gst/interfaces/mixer.h:
3178         * gst-libs/gst/interfaces/mixeroptions.h:
3179         * gst-libs/gst/interfaces/mixertrack.h:
3180         * gst-libs/gst/interfaces/navigation.h:
3181         * gst-libs/gst/interfaces/propertyprobe.h:
3182         * gst-libs/gst/interfaces/tuner.h:
3183         * gst-libs/gst/interfaces/tunerchannel.h:
3184         * gst-libs/gst/interfaces/tunernorm.h:
3185         * gst-libs/gst/interfaces/xoverlay.h:
3186         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3187         * gst-libs/gst/riff/riff-ids.h:
3188         * gst-libs/gst/riff/riff-media.h:
3189         * gst-libs/gst/riff/riff-read.h:
3190         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3191         * gst-libs/gst/rtp/gstbasertppayload.c:
3192         * gst-libs/gst/rtp/gstbasertppayload.h:
3193         * gst-libs/gst/rtp/gstrtpbuffer.c:
3194         * gst-libs/gst/rtp/gstrtpbuffer.h:
3195         * gst-libs/gst/tag/gsttageditingprivate.h:
3196         * gst-libs/gst/tag/gstvorbistag.c:
3197         (gst_tag_list_from_vorbiscomment_buffer):
3198         * gst-libs/gst/tag/tag.h:
3199         * gst-libs/gst/video/video.h:
3200         * gst/adder/gstadder.c:
3201         * gst/adder/gstadder.h:
3202         * gst/audioconvert/audioconvert.c:
3203         * gst/audioconvert/audioconvert.h:
3204         * gst/audioconvert/gstaudioconvert.c:
3205         * gst/audioconvert/gstchannelmix.c:
3206         * gst/audioconvert/gstchannelmix.h:
3207         * gst/audiorate/gstaudiorate.c:
3208         * gst/audioresample/buffer.h:
3209         * gst/audioresample/functable.h:
3210         * gst/audioresample/gstaudioresample.c:
3211         * gst/audioresample/resample.h:
3212         * gst/ffmpegcolorspace/avcodec.h:
3213         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3214         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
3215         * gst/ffmpegcolorspace/imgconvert.c:
3216         * gst/ffmpegcolorspace/imgconvert_template.h:
3217         * gst/playback/gstdecodebin.c:
3218         * gst/playback/gstplaybasebin.h:
3219         * gst/playback/gstplaybin.c:
3220         * gst/playback/gststreaminfo.h:
3221         * gst/tcp/gstfdset.c:
3222         * gst/tcp/gstfdset.h:
3223         * gst/tcp/gstmultifdsink.c:
3224         * gst/tcp/gstmultifdsink.h:
3225         * gst/tcp/gsttcp.h:
3226         * gst/tcp/gsttcpclientsrc.c:
3227         * gst/tcp/gsttcpclientsrc.h:
3228         * gst/tcp/gsttcpplugin.h:
3229         * gst/tcp/gsttcpserversink.c:
3230         * gst/tcp/gsttcpserversrc.c:
3231         * gst/typefind/gsttypefindfunctions.c:
3232         * gst/videorate/gstvideorate.c:
3233         * gst/videotestsrc/gstvideotestsrc.h:
3234         * gst/videotestsrc/videotestsrc.h:
3235         * sys/v4l/gstv4lcolorbalance.h:
3236         * sys/v4l/gstv4ltuner.h:
3237         * sys/v4l/gstv4lxoverlay.h:
3238         * sys/v4l/v4l_calls.h:
3239         * sys/v4l/videodev_mjpeg.h:
3240         * tests/check/elements/audioconvert.c:
3241         * tests/check/elements/audioresample.c:
3242         * tests/check/elements/audiotestsrc.c:
3243         * tests/check/elements/videotestsrc.c:
3244         * tests/check/elements/volume.c:
3245         * tests/examples/seek/scrubby.c:
3246         * tests/examples/seek/seek.c:
3247           expand tabs
3248
3249 === release 0.10.0 ===
3250
3251 2005-12-05   <thomas (at) apestaart (dot) org>
3252
3253         * configure.ac:
3254           releasing 0.10.0, "Mont-d'or"
3255
3256 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
3257
3258         * tests/examples/seek/Makefile.am:
3259         Build fix for when gtk is not available.
3260
3261 2005-12-05  Andy Wingo  <wingo@pobox.com>
3262
3263         * ext/libvisual/visual.c: (get_buffer):
3264         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
3265         * ext/pango/gsttextrender.c: (gst_text_render_chain):
3266         * ext/theora/theoradec.c: (theora_handle_data_packet):
3267         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
3268         (theora_enc_chain):
3269         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3270         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
3271         Update for alloc_buffer changes.
3272
3273 2005-12-05  Andy Wingo  <wingo@pobox.com>
3274
3275         patch by: Kai Vehmanen <kv2004 eca cx>
3276         
3277         * gst-libs/gst/rtp/gstbasertpdepayload.c
3278         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
3279
3280 2005-12-04  Andy Wingo  <wingo@pobox.com>
3281
3282         patch by: Sebastien Cote <sebas642 yahoo ca>
3283         
3284         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
3285         Fixes #319172.
3286
3287 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
3288
3289         * docs/plugins/Makefile.am:
3290         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3291         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3292         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3293         * ext/pango/gstclockoverlay.c:
3294         * ext/pango/gsttextoverlay.c: 
3295         * ext/pango/gsttextrender.c:
3296         * ext/pango/gsttimeoverlay.c:
3297           Add gtk-doc blurbs to pango elements.
3298
3299 2005-12-02  Wim Taymans  <wim@fluendo.com>
3300
3301         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
3302         * gst/audioresample/buffer.h:
3303         * gst/audioresample/gstaudioresample.c:
3304         * gst/audioresample/gstaudioresample.h:
3305         * gst/audioresample/resample.c: (resample_input_flush),
3306         (resample_input_pushthrough), (resample_input_eos),
3307         (resample_get_output_size_for_input),
3308         (resample_get_input_size_for_output), (resample_get_output_size),
3309         (resample_get_output_data):
3310         * gst/audioresample/resample.h:
3311         * gst/audioresample/resample_ref.c: (resample_scale_ref):
3312         Fix audioresample, seek torture, new segments, reverse negotiation
3313         etc.. work fine.
3314
3315 2005-12-02  Wim Taymans  <wim@fluendo.com>
3316
3317         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3318         Small cleanups.
3319
3320 2005-12-02  Wim Taymans  <wim@fluendo.com>
3321
3322         * gst/audioconvert/gstaudioconvert.c:
3323         (gst_audio_convert_transform):
3324         Post errors.
3325
3326 === release 0.9.7 ===
3327
3328 2005-12-01   <thomas (at) apestaart (dot) org>
3329
3330         * configure.ac:
3331           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
3332
3333 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3334
3335         * Makefile.am:
3336         * po/hu.po:
3337         * win32/MANIFEST:
3338         * win32/gst.sln:
3339           add win32 MANIFEST file
3340           do something to the hungarian translation
3341
3342 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
3343
3344         * ext/Makefile.am:
3345           Add $(PANGO_DIR) to SUBDIRS
3346
3347         * ext/pango/gstclockoverlay.c:
3348         * ext/pango/gsttimeoverlay.c:
3349           Fix and improve element descriptions.
3350
3351 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3352
3353         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3354         * docs/plugins/inspect/plugin-libvisual.xml:
3355         * docs/plugins/inspect/plugin-pango.xml:
3356           add pango plugin to docs
3357
3358 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3359
3360         * configure.ac:
3361         * ext/Makefile.am:
3362           moved pango to base
3363
3364 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3365
3366         * configure.ac:
3367         * tests/Makefile.am:
3368         * tests/icles/.cvsignore:
3369         * tests/icles/Makefile.am:
3370         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
3371         (close_display), (resize_window), (move_window), (create_window),
3372         (terminate_playback), (pause_playback), (start_playback), (main):
3373           add stress test for xoverlay from Julien
3374
3375 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3376
3377         * docs/libs/tmpl/gstcolorbalance.sgml:
3378         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3379         * gst-libs/gst/rtp/gstbasertppayload.c:
3380         * gst-libs/gst/rtp/gstrtpbuffer.c:
3381         * gst-libs/gst/rtp/gstrtpbuffer.h:
3382           Do burger's rename for rtp payloaders and depayloaders
3383
3384 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3385
3386         * win32/:
3387           add Visual Studio 6 build files
3388
3389 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3390
3391         * docs/libs/gst-plugins-base-libs-docs.sgml:
3392         * docs/libs/gst-plugins-base-libs-sections.txt:
3393         * docs/libs/tmpl/gstaudio.sgml:
3394         * docs/libs/tmpl/gstringbuffer.sgml:
3395         * gst-libs/gst/interfaces/xoverlay.c:
3396         * gst-libs/gst/video/gstvideofilter.c:
3397         * gst-libs/gst/video/gstvideosink.c:
3398           update documentation
3399
3400 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3401
3402         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
3403         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
3404         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
3405         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
3406         (gst_multi_fd_sink_get_stats),
3407         (gst_multi_fd_sink_remove_client_link),
3408         (gst_multi_fd_sink_handle_client_read),
3409         (gst_multi_fd_sink_client_queue_data),
3410         (gst_multi_fd_sink_client_queue_caps),
3411         (gst_multi_fd_sink_client_queue_buffer),
3412         (gst_multi_fd_sink_new_client),
3413         (gst_multi_fd_sink_handle_client_write),
3414         (gst_multi_fd_sink_recover_client),
3415         (gst_multi_fd_sink_queue_buffer),
3416         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
3417         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
3418         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
3419         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
3420         * gst/tcp/gstmultifdsink.h:
3421         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
3422         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
3423         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
3424         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3425         (gst_tcp_client_sink_set_property),
3426         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
3427         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
3428         * gst/tcp/gsttcpclientsink.h:
3429         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
3430         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
3431         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
3432         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
3433         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
3434         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3435         * gst/tcp/gsttcpclientsrc.h:
3436         * gst/tcp/gsttcpplugin.c: (plugin_init):
3437         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
3438         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
3439         (gst_tcp_server_sink_finalize),
3440         (gst_tcp_server_sink_handle_server_read),
3441         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
3442         (gst_tcp_server_sink_set_property),
3443         (gst_tcp_server_sink_get_property),
3444         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3445         * gst/tcp/gsttcpserversink.h:
3446         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
3447         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
3448         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
3449         (gst_tcp_server_src_set_property),
3450         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
3451         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3452         * gst/tcp/gsttcpserversrc.h:
3453           more borgifying
3454
3455 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3456
3457         * docs/plugins/Makefile.am:
3458         * docs/plugins/gst-plugins-base-plugins.args:
3459         * docs/plugins/inspect/plugin-libvisual.xml:
3460         * gst/audioconvert/plugin.h:
3461         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
3462         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
3463         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3464         (gst_audio_rate_chain), (gst_audio_rate_set_property),
3465         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
3466         (plugin_init):
3467         * gst/audiotestsrc/gstaudiotestsrc.c:
3468         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
3469         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
3470         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
3471         (gst_audio_test_src_get_query_types),
3472         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
3473         (gst_audio_test_src_create_square),
3474         (gst_audio_test_src_create_saw),
3475         (gst_audio_test_src_create_triangle),
3476         (gst_audio_test_src_create_silence),
3477         (gst_audio_test_src_create_white_noise),
3478         (gst_audio_test_src_init_pink_noise),
3479         (gst_audio_test_src_generate_pink_noise_value),
3480         (gst_audio_test_src_create_pink_noise),
3481         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
3482         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
3483         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
3484         (plugin_init):
3485         * gst/audiotestsrc/gstaudiotestsrc.h:
3486         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
3487         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
3488         (gst_sub_parse_init), (gst_sub_parse_formats),
3489         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
3490         (convert_encoding), (get_next_line),
3491         (gst_sub_parse_data_format_autodetect),
3492         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
3493         (gst_sub_parse_loop), (gst_sub_parse_chain),
3494         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
3495         (plugin_init):
3496         * gst/subparse/gstsubparse.h:
3497         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
3498         (gst_video_rate_base_init), (gst_video_rate_class_init),
3499         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
3500         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
3501         (gst_video_rate_init), (gst_video_rate_event),
3502         (gst_video_rate_chain), (gst_video_rate_set_property),
3503         (gst_video_rate_get_property), (gst_video_rate_change_state),
3504         (plugin_init):
3505         * gst/videoscale/gstvideoscale.c:
3506         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
3507         (gst_video_scale_src_template_factory),
3508         (gst_video_scale_sink_template_factory),
3509         (gst_video_scale_get_type), (gst_video_scale_base_init),
3510         (gst_video_scale_class_init), (gst_video_scale_init),
3511         (gst_video_scale_set_property), (gst_video_scale_get_property),
3512         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
3513         (gst_video_scale_prepare_size), (parse_caps),
3514         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
3515         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
3516         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
3517         (plugin_init):
3518         * gst/videoscale/gstvideoscale.h:
3519         * gst/videotestsrc/gstvideotestsrc.c:
3520         (gst_video_test_src_pattern_get_type),
3521         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
3522         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
3523         (gst_video_test_src_set_pattern),
3524         (gst_video_test_src_set_property),
3525         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
3526         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
3527         (gst_video_test_src_event), (gst_video_test_src_get_times),
3528         (gst_video_test_src_create), (plugin_init):
3529         * gst/videotestsrc/gstvideotestsrc.h:
3530         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
3531         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3532         (gst_video_test_src_black):
3533         * gst/videotestsrc/videotestsrc.h:
3534           borgify further
3535           clean up docs a little
3536
3537 2005-11-30  Wim Taymans  <wim@fluendo.com>
3538
3539         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3540         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3541         (gst_basertppayload_event), (gst_basertppayload_push),
3542         (gst_basertppayload_change_state):
3543         * gst-libs/gst/rtp/gstbasertppayload.h:
3544         closed #320644.
3545
3546 2005-11-30  Julien MOUTTE  <julien@moutte.net>
3547
3548         * docs/libs/gst-plugins-base-libs-docs.sgml:
3549         * docs/libs/gst-plugins-base-libs-sections.txt:
3550         * gst-libs/gst/video/gstvideofilter.c:
3551         * gst-libs/gst/video/gstvideosink.c:
3552         * gst-libs/gst/video/gstvideosink.h: Adding docs.
3553
3554 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3555
3556         * LICENSE:
3557           move
3558         * po/af.po:
3559         * po/az.po:
3560         * po/cs.po:
3561         * po/en_GB.po:
3562         * po/hu.po:
3563         * po/it.po:
3564         * po/nb.po:
3565         * po/nl.po:
3566         * po/or.po:
3567         * po/sq.po:
3568         * po/sr.po:
3569         * po/sv.po:
3570         * po/uk.po:
3571         * po/vi.po:
3572         * Makefile.am:
3573           update
3574         * scripts/autoplugins.sh:
3575           remove
3576
3577 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3578
3579         * Makefile.am:
3580         * configure.ac:
3581         * examples/Makefile.am:
3582         * examples/capsfilter/Makefile.am:
3583         * examples/capsfilter/capsfilter1.c:
3584         * examples/gob/Makefile.am:
3585         * examples/gob/gst-identity2.gob:
3586         * examples/indexing/.cvsignore:
3587         * examples/indexing/Makefile.am:
3588         * examples/indexing/indexmpeg.c:
3589         * examples/seeking/.cvsignore:
3590         * examples/seeking/Makefile.am:
3591         * examples/seeking/cdparanoia.c:
3592         * examples/seeking/cdplayer.c:
3593         * examples/seeking/chained.c:
3594         * examples/seeking/scrubby.c:
3595         * examples/seeking/seek.c:
3596         * examples/stats/Makefile.am:
3597         * examples/stats/mp2ogg.c:
3598         * examples/switch/.cvsignore:
3599         * examples/switch/Makefile.am:
3600         * examples/switch/switcher.c:
3601         * tests/Makefile.am:
3602         * tests/check/generic/.cvsignore:
3603         * tests/check/pipelines/.cvsignore:
3604         * tests/examples/Makefile.am:
3605         * tests/examples/seek/Makefile.am:
3606           reorganize stuff under tests/
3607
3608 2005-11-30  Edward Hervey  <edward@fluendo.com>
3609
3610         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
3611         Go away you stupid GstStaticPadTemplate memleak.
3612
3613 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3614
3615         * gst-libs/gst/net/Makefile.am:
3616         * gst-libs/gst/net/README:
3617         * gst-libs/gst/net/gstnetbuffer.c:
3618         * gst-libs/gst/net/gstnetbuffer.h:
3619           this was moved to "netbuffer"
3620
3621 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3622
3623         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
3624         (gst_video_filter_class_init), (gst_video_filter_init):
3625         * gst-libs/gst/video/gstvideofilter.h:
3626           borgify name to bring in line with other classes
3627
3628 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3629
3630         * gst/audioscale/.cvsignore:
3631         * gst/audioscale/Makefile.am:
3632         * gst/audioscale/README:
3633         * gst/audioscale/audioscale.vcproj:
3634         * gst/audioscale/dtof.c:
3635         * gst/audioscale/dtos.c:
3636         * gst/audioscale/functable.c:
3637         * gst/audioscale/gstaudioscale.c:
3638         * gst/audioscale/gstaudioscale.h:
3639         * gst/audioscale/private.h:
3640         * gst/audioscale/resample.c:
3641         * gst/audioscale/resample.h:
3642         * gst/audioscale/test.c:
3643           remove
3644
3645 2005-11-30  Edward Hervey  <edward@fluendo.com>
3646
3647         * gst-libs/gst/netbuffer/Makefile.am:
3648         really, really tired
3649
3650 2005-11-30  Edward Hervey  <edward@fluendo.com>
3651
3652         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3653         Update for new GstTypeFindFactory _register()
3654
3655 2005-11-30  Edward Hervey  <edward@fluendo.com>
3656
3657         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
3658         Let's not override libgstnet from core for no reason...
3659         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
3660         Ok, maybe not so quick next time.
3661
3662 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3663
3664         * configure.ac:
3665         * gst-libs/gst/Makefile.am:
3666           moved gst-libs/gst/net to netbuffer through CVS surgery
3667           remove old directory
3668           updating build to accomodate
3669           (#322257)
3670
3671 2005-11-29  Andy Wingo  <wingo@pobox.com>
3672
3673         * pkgconfig/gstreamer-plugins-base.pc.in:
3674         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3675         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
3676         (#322257).
3677
3678 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3679
3680         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
3681         3rd time's the charm. Correct ref-counting for discarded buffers.
3682
3683 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3684
3685         * gst/playback/gststreamselector.c:
3686         (gst_stream_selector_class_init),
3687         (gst_stream_selector_set_property),
3688         (gst_stream_selector_get_property),
3689         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3690         Fix ref-counting
3691
3692 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
3693
3694         * gst/subparse/gstsubparse.c: (feed_textbuf):
3695           Don't access already unref'ed buffer.
3696
3697 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3698
3699         * gst/playback/gststreamselector.c:
3700         (gst_stream_selector_class_init), (gst_stream_selector_init),
3701         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
3702         (gst_stream_selector_get_property),
3703         (gst_stream_selector_get_linked_pad),
3704         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3705         * gst/playback/gststreamselector.h:
3706         Add the active-pad property for playbin to use shortly. Ignore buffers
3707         from any other pad, returning GST_FLOW_NOT_LINKED
3708
3709 2005-11-29  Julien MOUTTE  <julien@moutte.net>
3710
3711         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
3712         patch from bug #322704 (Alessandro Decina).
3713
3714 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3715
3716         * gst-libs/gst/audio/Makefile.am:
3717           folded audiofilter into the audio library
3718
3719 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3720
3721         * gst/videoscale/gstvideoscale.h:
3722         * gst/videoscale/gstvideoscale.c:
3723           remove unimplemented scale methods
3724
3725 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
3726
3727         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
3728           Don't leak caps.
3729
3730 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3731
3732         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3733         (gst_ximagesink_setcaps):
3734         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3735         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
3736         happens (only visible on ximagesink but bug is in xv too) set_caps was
3737         destroying the internal x[v]image used to memcpy non locally alloced
3738         buffers so that it got renewed on next _chain. The issue is that 
3739         _expose will try to put that image as it reffed it in _put.
3740         Using gst_buffer_unref instead of destroy fixes it !
3741
3742 2005-11-28  Edward Hervey  <edward@fluendo.com>
3743
3744         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3745         (try_to_link_1), (queue_filled_cb):
3746         Better use of the queues. Start with a small size queue and only increase
3747         the size of the queues when the other queues are empty.
3748
3749 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3750
3751         * gst-libs/gst/video/Makefile.am:
3752           compile in copied-over videofilter into the video library
3753         * gst-libs/gst/video/videosink.h:
3754           rename the header to gstvideosink.h since it's a base GstObject class
3755         * sys/ximage/ximagesink.h:
3756         * sys/xvimage/xvimagesink.h:
3757           use the new header
3758
3759 2005-11-28  Wim Taymans  <wim@fluendo.com>
3760
3761         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
3762         * gst/playback/gstplaybasebin.h:
3763         Prepare to handle errors betters.
3764
3765         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
3766         Set sinks to PAUSED first before adding and linking them so that
3767         we don't interrupt dataflow.
3768
3769 2005-11-28  Wim Taymans  <wim@fluendo.com>
3770
3771         * gst-libs/gst/audio/TODO:
3772         Updated TODO
3773
3774         * gst-libs/gst/audio/gstaudiosink.c:
3775         (gst_audioringbuffer_open_device),
3776         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
3777         (gst_audioringbuffer_release):
3778         Small cleanups.
3779
3780         * gst-libs/gst/audio/gstbaseaudiosink.c:
3781         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
3782         (gst_base_audio_sink_change_state):
3783         Slave to the master clock when going to PLAYING and unslave when
3784         going to PAUSED.
3785
3786         * gst-libs/gst/audio/gstringbuffer.c:
3787         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3788         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
3789         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3790         (gst_ring_buffer_clear_all), (wait_segment),
3791         (gst_ring_buffer_commit), (gst_ring_buffer_read),
3792         (gst_ring_buffer_advance):
3793         * gst-libs/gst/audio/gstringbuffer.h:
3794         Add some docs and cleanups.
3795
3796 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3797
3798         * sys/xvimage/xvimagesink.c:
3799         (gst_xvimagesink_navigation_send_event): Fix navigation events
3800         coordinates translation with pixel aspect ratios.
3801
3802 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3803
3804         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
3805         Use calculated video geometry from _setcaps instead of buffer
3806         caps to respect pixel aspect ratio. (fixes #322388)
3807
3808 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3809
3810         * docs/libs/tmpl/gstcolorbalance.sgml:
3811         * docs/libs/tmpl/gstmixer.sgml:
3812         * docs/libs/tmpl/gstxoverlay.sgml:
3813         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
3814         interface.
3815
3816 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3817
3818         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3819         Refuse to create an XvImage if we can't find the format.
3820
3821 2005-11-28  Edward Hervey  <edward@fluendo.com>
3822
3823         * gst-libs/gst/riff/riff-media.c:
3824         (gst_riff_create_audio_template_caps):
3825         Add ATRAC3 to the list of riff-possible audio caps.
3826         I know we still don't have a plugin for atrac3, but it's saner to output
3827         that than a cryptic mimetype.
3828
3829 2005-11-27  Edward Hervey  <edward@fluendo.com>
3830
3831         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
3832         Don't try to create a zero-sized subbuffer.
3833
3834 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3835
3836         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
3837         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3838         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
3839         (gst_ximagesink_expose): Fixed a tricky race.
3840         * sys/ximage/ximagesink.h:
3841         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3842         (gst_xvimagesink_expose): Fixed a tricky race.
3843         * sys/xvimage/xvimagesink.h:
3844
3845 2005-11-27  Edward Hervey  <edward@fluendo.com>
3846
3847         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3848         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
3849         Remove unused properties, and add queues between demuxers and decoders
3850         so that a lot more files can preroll properly.
3851
3852 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3853
3854         * gst-libs/gst/net/Makefile.am:
3855         * gst-libs/gst/rtp/Makefile.am:
3856         * gst-libs/gst/tag/Makefile.am:
3857           remove silly include
3858         * gst/tags/Makefile.am:
3859         * gst/tags/gsttagediting.c:
3860         * gst/tags/gsttageditingprivate.h:
3861         * gst/tags/tagedit.vcproj:
3862           remove directory, is as good as empty
3863
3864 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3865
3866         * configure.ac:
3867           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
3868         * gst-libs/Makefile.am:
3869         * gst-libs/gst/audio/Makefile.am:
3870         * gst-libs/gst/interfaces/Makefile.am:
3871         * gst-libs/gst/net/Makefile.am:
3872         * gst-libs/gst/riff/Makefile.am:
3873         * gst-libs/gst/rtp/Makefile.am:
3874         * gst-libs/gst/tag/Makefile.am:
3875         * gst-libs/gst/video/Makefile.am:
3876           and use them
3877
3878 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3879
3880         * docs/libs/tmpl/gstcolorbalance.sgml:
3881         * docs/libs/tmpl/gstmixer.sgml:
3882         * docs/libs/tmpl/gstxoverlay.sgml:
3883         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
3884         * sys/ximage/ximagesink.h:
3885         * sys/xvimage/xvimagesink.h: More and more documentation.
3886
3887 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3888
3889         * docs/libs/gst-plugins-base-libs-docs.sgml:
3890         * docs/libs/gst-plugins-base-libs-sections.txt:
3891         * docs/libs/tmpl/gstcolorbalance.sgml:
3892         * docs/libs/tmpl/gstmixer.sgml:
3893         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
3894         to documentation.
3895
3896 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3897
3898         * docs/plugins/Makefile.am:
3899         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3900         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3901         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
3902
3903 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3904
3905         * docs/plugins/Makefile.am:
3906         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3907         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3908         * docs/plugins/inspect/plugin-adder.xml:
3909         * docs/plugins/inspect/plugin-alsa.xml:
3910         * docs/plugins/inspect/plugin-audioconvert.xml:
3911         * docs/plugins/inspect/plugin-audiorate.xml:
3912         * docs/plugins/inspect/plugin-audioresample.xml:
3913         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3914         * docs/plugins/inspect/plugin-decodebin.xml:
3915         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3916         * docs/plugins/inspect/plugin-gnomevfs.xml:
3917         * docs/plugins/inspect/plugin-ogg.xml:
3918         * docs/plugins/inspect/plugin-playbin.xml:
3919         * docs/plugins/inspect/plugin-subparse.xml:
3920         * docs/plugins/inspect/plugin-tcp.xml:
3921         * docs/plugins/inspect/plugin-theora.xml:
3922         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3923         * docs/plugins/inspect/plugin-video4linux.xml:
3924         * docs/plugins/inspect/plugin-videorate.xml:
3925         * docs/plugins/inspect/plugin-videoscale.xml:
3926         * docs/plugins/inspect/plugin-videotestsrc.xml:
3927         * docs/plugins/inspect/plugin-volume.xml:
3928         * docs/plugins/inspect/plugin-vorbis.xml:
3929         * docs/plugins/inspect/plugin-ximagesink.xml:
3930         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
3931         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
3932
3933 2005-11-26  Edward Hervey  <edward@fluendo.com>
3934
3935         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
3936         Properly return GstFlowReturn from gst_pad_push in chain functions.
3937
3938 2005-11-25  Michael Smith  <msmith@fluendo.com>
3939
3940         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
3941         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
3942         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3943         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3944           Handle various conditions better when we don't understand a stream.
3945           Removes a heap of CRITICALs on ogg streams containing unknown data.
3946
3947 2005-11-24  Andy Wingo  <wingo@pobox.com>
3948
3949         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
3950         Be threadsafe.
3951
3952 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3953
3954         * configure.ac: back to HEAD
3955
3956 === release 0.9.6 ===
3957
3958 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
3959
3960         * configure.ac:
3961           releasing 0.9.6, "White Eight"
3962
3963 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3964
3965         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
3966         * docs/plugins/inspect/plugin-sine.xml:
3967           remove sinesrc some more
3968
3969 2005-11-23  Wim Taymans  <wim@fluendo.com>
3970
3971         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
3972         If we are reading too slowly, jump forward in the ringbuffer
3973         instead of blocking.
3974
3975 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3976
3977         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
3978         (gst_visual_chain):
3979         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
3980         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
3981         (gst_videorate_chain):
3982         * gst/videotestsrc/gstvideotestsrc.c:
3983         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
3984         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
3985         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
3986         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
3987         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3988         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3989           Updates for API changes
3990
3991 2005-11-23  Wim Taymans  <wim@fluendo.com>
3992
3993         * gst-libs/gst/audio/gstbaseaudiosink.c:
3994         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
3995         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3996         Fix for calibration API change.
3997
3998 2005-11-23  Michael Smith <msmith@fluendo.com>
3999
4000         * gst-libs/gst/audio/multichannel.c:
4001         (gst_audio_get_channel_positions),
4002         (gst_audio_set_channel_positions),
4003         (gst_audio_set_structure_channel_positions_list),
4004         (gst_audio_fixate_channel_positions):
4005           Use gst_value_array_*() functions on value arrays, not
4006           gst_value_list_*().
4007
4008 2005-11-23  Edward Hervey  <edward@fluendo.com>
4009
4010         * autogen.sh:
4011         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
4012         Fixes autogen
4013
4014 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4015
4016         * check/Makefile.am:
4017         * check/elements/videotestsrc.c: (setup_videotestsrc),
4018         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
4019         (main):
4020           add a test for videotestsrc
4021
4022 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4023
4024         * gst/sine/.cvsignore:
4025         * gst/sine/Makefile.am:
4026         * gst/sine/gstsinesrc.c:
4027         * gst/sine/gstsinesrc.h:
4028         * gst/sine/sinesrc.vcproj:
4029           and remove sinesrc from the repository.  Closes #321446
4030
4031 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4032
4033         * configure.ac:
4034         * gst-plugins-base.spec.in:
4035           remove sinesrc from the build
4036
4037 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4038
4039         * check/Makefile.am:
4040         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
4041         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
4042         (main):
4043           add a test for audiotestsrc, testing all waves.  Even seems
4044           leak-free at first glance, nice job Stefan
4045
4046 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
4047
4048         * po/af.po:
4049         * po/az.po:
4050         * po/cs.po:
4051         * po/en_GB.po:
4052         * po/hu.po:
4053         * po/it.po:
4054         * po/nb.po:
4055         * po/nl.po:
4056         * po/or.po:
4057         * po/sq.po:
4058         * po/sr.po:
4059         * po/sv.po:
4060         * po/uk.po:
4061         * po/vi.po:
4062           Translation string updates
4063
4064         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
4065         (gst_v4lsrc_set_caps):
4066         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
4067         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
4068         * sys/v4l/v4lsrc_calls.h:
4069           Improve v4lsrc, by making it work again.
4070
4071 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
4072
4073         * ext/libvisual/visual.c: (gst_visual_chain):
4074           Fix the fps calculations.
4075
4076         * gst/ffmpegcolorspace/avcodec.h:
4077           Move structure element for clarity
4078
4079         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
4080         * gst-libs/gst/interfaces/tunernorm.h:
4081         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
4082         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
4083         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
4084         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
4085         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
4086         (gst_v4lmjpegsrc_getcaps):
4087         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
4088         (gst_v4lsrc_set_caps):
4089         * sys/v4l/gstv4lsrc.h:
4090         * sys/v4l/v4l_calls.c: (gst_v4l_open):
4091         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
4092         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
4093         * sys/v4l/v4lsrc_calls.h:
4094           Fractional framerates...
4095
4096 2005-11-22  Wim Taymans  <wim@fluendo.com>
4097
4098         * gst-libs/gst/audio/gstbaseaudiosink.c:
4099         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
4100         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
4101         And we provide a clock by default, of course...
4102
4103 2005-11-22  Wim Taymans  <wim@fluendo.com>
4104
4105         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
4106         This clock can be slaved to a master clock now.
4107
4108         * gst-libs/gst/audio/gstbaseaudiosink.c:
4109         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
4110         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
4111         (gst_base_audio_sink_set_clock),
4112         (gst_base_audio_sink_set_property),
4113         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
4114         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
4115         * gst-libs/gst/audio/gstbaseaudiosink.h:
4116         Handle slaving the internal clock to the clock selected in the
4117         pipeline.
4118         Add property to make the basesink not provide a clock.
4119
4120         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4121         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4122         (gst_base_rtp_depayload_wait):
4123         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4124         We can use the clock in GstElement, no need to store it ourselves.
4125
4126 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4127
4128         * docs/libs/tmpl/gstaudio.sgml:
4129           update
4130         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
4131         (gst_paranoia_endian_get_type):
4132         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
4133         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
4134         * gst/audiotestsrc/gstaudiotestsrc.c:
4135         (gst_audiostestsrc_wave_get_type):
4136         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
4137         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
4138         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
4139         (gst_sync_method_get_type), (gst_unit_type_get_type),
4140         (gst_client_status_get_type), (gst_multifdsink_class_init),
4141         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
4142         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
4143         (gst_multifdsink_get_property):
4144         * gst/tcp/gstmultifdsink.h:
4145         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
4146         * gst/videotestsrc/gstvideotestsrc.c:
4147         (gst_videotestsrc_pattern_get_type):
4148           remove deprecated properties
4149           fix up enums to correctly have short lowercase dashed nicks
4150
4151 2005-11-22  Michael Smith <msmith@fluendo.com>
4152
4153         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
4154         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
4155           Add underscore.
4156
4157 2005-11-22  Michael Smith <msmith@fluendo.com>
4158
4159         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
4160         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
4161           Use utility method for scaling clocktime for fractional framerates.
4162
4163 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
4164
4165         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
4166         (gst_visual_chain):
4167         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4168         * ext/theora/theoradec.c: (theora_handle_type_packet):
4169         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
4170         (theora_enc_chain):
4171         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4172         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
4173         * gst-libs/gst/video/video.h:
4174         * gst/ffmpegcolorspace/avcodec.h:
4175         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4176         (gst_ffmpeg_caps_to_pixfmt):
4177         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4178         (gst_ffmpegcsp_set_caps):
4179         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4180         (gst_videorate_setcaps), (gst_videorate_blank_data),
4181         (gst_videorate_chain):
4182         * gst/videotestsrc/gstvideotestsrc.c:
4183         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
4184         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
4185         (gst_videotestsrc_event), (gst_videotestsrc_create):
4186         * gst/videotestsrc/gstvideotestsrc.h:
4187         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
4188         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
4189         (gst_ximagesink_get_times), (gst_ximagesink_init):
4190         * sys/ximage/ximagesink.h:
4191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
4192         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4193         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
4194         * sys/xvimage/xvimagesink.h:
4195           Convert elements to use fractions for their framerate.
4196           V4L elements to come later tonight.
4197
4198 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4199
4200         * gst-libs/gst/audio/audio.c:
4201         * gst-libs/gst/audio/audio.h:
4202           remove some deprecated functions
4203
4204 2005-11-22  Andy Wingo  <wingo@pobox.com>
4205
4206         * Update for gst_tag_setter API changes.
4207
4208 2005-11-22  Andy Wingo  <wingo@pobox.com>
4209
4210         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
4211         (gst_ogg_demux_perform_seek):
4212         * ext/theora/theoradec.c (theora_dec_sink_event):
4213         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
4214         update-funcnames.
4215
4216 2005-11-22  Wim Taymans  <wim@fluendo.com>
4217
4218         * examples/seeking/seek.c: (main):
4219         Give higher priority to bus signals than the gtk events
4220         to fix a race condition in the segment looping.
4221
4222 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4223
4224         * ext/theora/Makefile.am:
4225         * ext/vorbis/Makefile.am:
4226         * gst-libs/gst/tag/Makefile.am:
4227         * gst-plugins-base.spec.in:
4228           Rename libgsttagedit to libgsttag (#322117).
4229
4230 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4231
4232         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4234           Call gst_x_overlay_prepare_xwindow_id() to give applications
4235           a final chance to set their own xwindow id before the video
4236           sink creates its own window.
4237
4238 2005-11-22  Julien MOUTTE  <julien@moutte.net>
4239
4240         * sys/xvimage/xvimagesink.c:
4241         (gst_xvimagesink_navigation_send_event): Handle navigation
4242         events correcly with borders if applicable.
4243
4244 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4245
4246         Patch by: Luca Ognibene
4247
4248         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4249         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
4250         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4251         (gst_ffmpegcsp_caps_remove_format_info):
4252         * gst/ffmpegcolorspace/imgconvert.c:
4253         * gst/ffmpegcolorspace/imgconvert_template.h:
4254           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
4255           #318353); use gst_structure_has_name().
4256
4257 2005-11-22  Julien MOUTTE  <julien@moutte.net>
4258
4259         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
4260         (gst_ximagesink_class_init): Add debug macros on functions.
4261         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4262         (gst_xvimagesink_xwindow_draw_borders),
4263         (gst_xvimagesink_xvimage_put),
4264         (gst_xvimagesink_xwindow_update_geometry),
4265         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
4266         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
4267         (gst_xvimagesink_xcontext_clear),
4268         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4269         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4270         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
4271         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
4272         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
4273         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4274         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
4275         expose while being PAUSED, out of data flow navigation events, etc..
4276
4277 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4278
4279         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
4280         * gst-libs/gst/audio/audio.h:
4281           fix prototype - wondering why the test worked regardless
4282
4283 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4284
4285         * check/Makefile.am:
4286         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
4287         * gst-libs/gst/audio/audio.h:
4288           add a method that returns a proper GstClockTime
4289
4290 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4291
4292         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
4293         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
4294         * gst-libs/gst/interfaces/xoverlay.h:
4295           Remove everything having to do with the desired size; add 
4296           gst_x_overlay_prepare_xwindow_id() function; remove the
4297           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
4298           post a message on the bus instead (#321816).
4299
4300         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
4301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
4302         (gst_xvimagesink_xoverlay_init):
4303           Remove desired size stuff (#321816).
4304
4305 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4306
4307         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
4308         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
4309         (mpeg_video_type_find), (mpeg_video_stream_type_find):
4310           Terminate vararg functions with NULL instead of 0 to 
4311           make gcc4 happy.
4312
4313 2005-11-21  Andy Wingo  <wingo@pobox.com>
4314
4315         patch by: Sebastien Cote <sebas642@yahoo.ca>
4316         
4317         * gst-libs/gst/rtp/gstrtpbuffer.h: 
4318         * gst-libs/gst/rtp/gstrtpbuffer.c
4319         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
4320
4321 2005-11-21  Andy Wingo  <wingo@pobox.com>
4322
4323         * gst/playback/gstplaybin.c (gen_audio_element) 
4324         (gen_video_element): Use the new MISSING_PLUGIN core error
4325         category. Closes #320060.
4326
4327         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
4328         * gst/videorate/gstvideorate.c (gst_videorate_event):
4329         * ext/theora/theoradec.c (theora_dec_sink_event): 
4330         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
4331         stream lock.
4332
4333         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
4334         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
4335         stream lock changes.
4336
4337 2005-11-21  Wim Taymans  <wim@fluendo.com>
4338
4339         * gst-libs/gst/audio/gstbaseaudiosink.c:
4340         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
4341         (gst_base_audio_sink_provide_clock),
4342         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
4343         (gst_base_audio_sink_change_state):
4344         * gst/audioresample/gstaudioresample.c:
4345         Segment update fix.
4346
4347 2005-11-21  Andy Wingo  <wingo@pobox.com>
4348
4349         * *.h:
4350         * *.c: Ran scripts/update-macros. Oh yes.
4351
4352 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4353
4354         * sys/ximage/Makefile.am:
4355         * sys/ximage/ximage.c:
4356           Rename ximage plugin to ximagesink (#321426) (Don't forget to
4357           remove your old libgstximage.* manually if necessary).
4358
4359 2005-11-21  Michael Smith <msmith@fluendo.com>
4360
4361         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
4362           Minimal fix for bug #320200: set the min/max bitrate in the correct
4363           units. A better fix would be to upgrade to the RATEMANAGE2
4364           interface, rather than using the deprecated interface used here, but
4365           that would require an update in our libvorbis dependency (to 1.1),
4366           which is probably undesirable.
4367
4368 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
4369
4370         * ext/libvisual/visual.c: (get_buffer):
4371         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4372         (gst_base_audio_src_fixate):
4373         * gst/audioconvert/gstaudioconvert.c:
4374         (gst_audio_convert_fixate_caps):
4375         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
4376         * gst/audiotestsrc/gstaudiotestsrc.c:
4377         (gst_audiotestsrc_src_fixate):
4378         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
4379         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
4380         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
4381         * gst/videotestsrc/gstvideotestsrc.c:
4382         (gst_videotestsrc_src_fixate):
4383         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
4385           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
4386           (#322027)
4387
4388
4389 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4390
4391         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4392         (gst_riff_create_iavs_caps):
4393         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
4394         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
4395         (gst_riff_parse_info):
4396         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
4397         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
4398         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4399           Fixes for GST_FOURCC_FORMAT API change.
4400
4401 2005-11-21  Andy Wingo  <wingo@pobox.com>
4402
4403         patch by: Alessandro Dessina <alessandro nnva org>
4404
4405         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
4406         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
4407         (gst_ogg_parse_chain):
4408         * ext/theora/theoraenc.c (theora_set_header_on_caps):
4409         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
4410         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
4411         gst_value_list calls on arrays. Fixes #321962.
4412
4413 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4414
4415         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4416         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
4417         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4418         * gst/adder/gstadder.c: (gst_adder_init),
4419         (gst_adder_request_new_pad), (gst_adder_collected),
4420         (gst_adder_change_state):
4421           Update for gst_collectpads_foo() to gst_collect_pads_foo()
4422           API change.
4423
4424 2005-11-21  Michael Smith <msmith@fluendo.com>
4425
4426         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
4427         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
4428           Properly handle pad_push return values.
4429
4430 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
4431
4432         * gst-libs/gst/tag/Makefile.am:
4433         * gst-libs/gst/tag/gstvorbistag.c:
4434         (gst_tag_list_to_vorbiscomment_buffer):
4435           Remove obsolete vorbistag element and debug category.
4436
4437         * gst/playback/gstplaybasebin.c: (check_queue):
4438           Don't divide by 0 when queue-threshold is 0.
4439
4440         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
4441           Don't modify an existing pixel-aspect-ratio if we fail to read
4442           a new one.
4443
4444 2005-11-20  Wim Taymans  <wim@fluendo.com>
4445
4446         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
4447         (gst_vorbisenc_push_packet):
4448         GST_PAD_IS_USABLE is gone, use the return value of
4449         the push or pad_alloc_buffer instead.
4450
4451 2005-11-18  Julien MOUTTE  <julien@moutte.net>
4452
4453         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4454         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
4455         (gst_ximagesink_ximage_destroy),
4456         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
4457         (gst_ximagesink_xwindow_new),
4458         (gst_ximagesink_xwindow_update_geometry),
4459         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
4460         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
4461         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
4462         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
4463         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
4464         (gst_ximagesink_navigation_send_event),
4465         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
4466         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
4467         (gst_ximagesink_finalize), (gst_ximagesink_init),
4468         (gst_ximagesink_class_init):
4469         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
4470         This new version brings correct software scaling, non flickering
4471         window while resizing, pixel aspect ratio handling, usage of
4472         hardware buffer pools, out of data flow event thread for 
4473         navigation and handling of expose events even when being PAUSED,
4474         a new property to keep video aspect ratio when resizing, etc...
4475
4476 2005-11-18  Julien MOUTTE  <julien@moutte.net>
4477
4478         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4479         (gst_videoscale_fixate_caps): Introduce back caps fixate with
4480         handling of PAR.
4481
4482 2005-11-18    <bilboed@dvdsrc.fluendo.com>
4483
4484         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
4485         Unsetting IS_SINK flag from the fakesink, so decodebin
4486         never behaves as a sink.
4487
4488 2005-11-17  Wim Taymans  <wim@fluendo.com>
4489
4490         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4491         (gst_base_audio_src_change_state):
4492         Fix the audiosrc base class again, we did not unflush.
4493
4494 2005-11-17  Julien MOUTTE  <julien@moutte.net>
4495
4496         * examples/seeking/seek.c: (make_dv_pipeline),
4497         (make_vorbis_theora_pipeline), (make_avi_pipeline),
4498         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
4499         to ogg/vorbis/theora pipeline.
4500
4501 2005-11-17  Wim Taymans  <wim@fluendo.com>
4502
4503         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
4504         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
4505         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
4506         Fix EOS on multiple streams.
4507         More debugging.
4508
4509 2005-11-16  Wim Taymans  <wim@fluendo.com>
4510
4511         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
4512         (gst_ogg_demux_perform_seek):
4513         Segment done must include stream time.
4514
4515         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
4516         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
4517         (gst_ogg_mux_change_state):
4518         Fix ogg muxer again.
4519
4520 2005-11-16  Wim Taymans  <wim@fluendo.com>
4521
4522         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
4523         Fix compile again.
4524
4525 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4526
4527         * ext/libvisual/visual.c: (gst_visual_init):
4528         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
4529         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
4530         (gst_ogg_parse_chain):
4531         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4532         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
4533         * ext/theora/theoradec.c: (gst_theora_dec_init):
4534         * ext/theora/theoraenc.c: (gst_theora_enc_init):
4535         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
4536         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
4537         * gst/adder/gstadder.c: (gst_adder_class_init),
4538         (gst_adder_dispose):
4539         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4540         * gst/subparse/gstsubparse.c: (gst_subparse_init):
4541         * gst/videorate/gstvideorate.c: (gst_videorate_init):
4542           Fix a whole set of pad template leaks
4543
4544 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4545
4546         * check/generic/states.c: (GST_START_TEST):
4547           fix the test so that it only checks for elements that are part of
4548           this source module
4549
4550 2005-11-16  Michael Smith <msmith@fluendo.com>
4551
4552         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
4553         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
4554         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4555         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4556         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
4557         (gst_ogg_mux_change_state):
4558           Fix leaking collectpads.
4559
4560 2005-11-16  Edward Hervey  <edward@fluendo.com>
4561
4562         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
4563         (gst_videorate_event), (gst_videorate_chain):
4564         Handle segment seeks
4565
4566 2005-11-16  Wim Taymans  <wim@fluendo.com>
4567
4568         * gst-libs/gst/audio/gstbaseaudiosink.c:
4569         (gst_base_audio_sink_provide_clock),
4570         (gst_base_audio_sink_change_state):
4571         Set ringbuffer to non-flushing when going to PAUSED, set to
4572         flushing again when going to READY.
4573
4574         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4575         (gst_ring_buffer_stop):
4576         Start in flushing mode by default.
4577         Don't set flushing in the _stop method, let the app call
4578         this explicitly.
4579
4580 2005-11-16  Julien MOUTTE  <julien@moutte.net>
4581
4582         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
4583         * gst-libs/gst/video/videosink.h: Add helper function needed
4584         for video sinks.
4585
4586 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4587
4588         * gst/videoscale/gstvideoscale.c:
4589         (gst_videoscale_handle_src_event):
4590           Don't leak reference to pad parent.
4591
4592 2005-11-16  Wim Taymans  <wim@fluendo.com>
4593
4594         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
4595         Set ringbuffer to flushing when stopping so that we don't
4596         block on wait_segment anymore and livelock.
4597
4598 2005-11-16  Wim Taymans  <wim@fluendo.com>
4599
4600         * examples/seeking/seek.c: (send_event), (do_seek),
4601         (loop_toggle_cb), (segment_done), (main):
4602         Added looping checkbox.
4603
4604 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4605
4606         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4607         (gst_ogg_demux_init):
4608         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4609         (gst_vorbis_dec_init):
4610           revert unrefs, they don't pass make check
4611
4612 2005-11-15  Johan Dahlin  <johan@gnome.org>
4613
4614         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4615         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
4616         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4617         (gst_vorbis_dec_init):
4618         Fix pad template leaks. 
4619
4620 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
4621
4622         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4623           Make state change function thread safe.
4624
4625 2005-11-15  Edward Hervey  <edward@fluendo.com>
4626
4627         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
4628         (gst_ogg_demux_class_init):
4629         Implement GstElement::send_event, so we can send seek events
4630         in GST_STATE_READY
4631
4632 2005-11-14  Julien MOUTTE  <julien@moutte.net>
4633
4634         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
4635         Discovered how to take away flickering while resizing the
4636         window. Please don't put that in ximagesink, refactoring in
4637         progress.
4638
4639 2005-11-14  Michael Smith <msmith@fluendo.com>
4640
4641         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
4642         (gst_multifdsink_render):
4643           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
4644
4645 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
4646
4647         * gst/playback/gstplaybin.c: (gen_audio_element):
4648           Use autoaudiosink, it tends to be more widely available than
4649           autoaudiiosink.
4650           
4651 2005-11-14  Andy Wingo  <wingo@pobox.com>
4652
4653         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
4654         as well if it is available. Fixes #316442.
4655
4656 2005-11-14  Michael Smith <msmith@fluendo.com>
4657
4658         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
4659         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
4660         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4661         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4662         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
4663         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4664         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
4665         (gst_vorbisenc_change_state):
4666           Fix a small memory leak in vorbisenc.
4667           Fix large memory leaks in oggmux, also fix lots of state change
4668           bugs in oggmux.
4669
4670 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4671
4672         * gst/videotestsrc/gstvideotestsrc.c:
4673         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
4674         (gst_videotestsrc_src_fixate):
4675           move fixation to a fixate function
4676           remove negotiate function, basesrc's is good enough
4677           fixes a bug for check when using the element alone
4678
4679 2005-11-13  Edward Hervey  <edward@fluendo.com>
4680
4681         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
4682         (key_toggle_cb), (main):
4683         Added checkboxes for adding/removing the accurate and key_unit seek
4684         flags.
4685
4686 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4687
4688         * configure.ac: back to HEAD
4689
4690 === release 0.9.5 ===
4691
4692 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
4693
4694         * configure.ac:
4695           releasing 0.9.5, "No No Kia"
4696
4697 2005-11-11  Edward Hervey  <edward@fluendo.com>
4698
4699         * examples/seeking/seek.c: (make_parselaunch_pipeline):
4700         Added parse-launch syntax seeking mode for the seeking example.
4701         This should help stress-test even more cases.
4702         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
4703
4704 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4705
4706         * sys/xvimage/xvimagesink.c:
4707         (gst_xvimagesink_navigation_send_event):
4708           Check whether peer pad exists before sending navigation events
4709           to it.
4710
4711 2005-11-11  Michael Smith <msmith@fluendo.com>
4712
4713         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
4714         (gst_vorbisenc_buffer_from_packet):
4715         * ext/vorbis/vorbisenc.h:
4716           Set duration on encoded buffers. This allows oggmux's
4717           max_page_delay parameter to actually work.
4718
4719 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4720
4721         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4722         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
4723         (gst_ffmpegcsp_avpicture_fill):
4724         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4725         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
4726           Make palettes work again (see #132341). Use our own macros
4727           for rounding up.
4728
4729 2005-11-10  Andy Wingo  <wingo@pobox.com>
4730
4731         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
4732         string doober.
4733
4734 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4735
4736         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4737         (gst_ffmpegcsp_transform_caps):
4738           Prefer passthrough in transform_caps
4739
4740 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4741
4742         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4743           check for ALSA errors properly, instead of relying on ALSA's
4744           error strings to serve to the user.
4745
4746 2005-11-10  Wim Taymans  <wim@fluendo.com>
4747
4748         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
4749         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
4750         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
4751         Modernise the seek code.
4752
4753 2005-11-10  Michael Smith <msmith@fluendo.com>
4754         
4755         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
4756         (setup_substreams), (set_active_source):
4757           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
4758           trying to go to NULL if we failed to read a file.
4759
4760 2005-11-10  Wim Taymans  <wim@fluendo.com>
4761
4762         * gst/audiotestsrc/gstaudiotestsrc.c:
4763         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
4764         (gst_audiotestsrc_create):
4765         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4766         (gst_sinesrc_get_times), (gst_sinesrc_create):
4767         * gst/videotestsrc/gstvideotestsrc.c:
4768         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
4769         (gst_videotestsrc_create):
4770         The base class can now sync for us.
4771
4772 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4773
4774         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
4775           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
4776           name=source autoprobe=false autoprobe-fps=false copy-mode=1
4777           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
4778           format=(fourcc)I420" ! xvimagesink
4779
4780 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4781
4782         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4783         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
4784         (gst_sinesrc_newsegment):
4785           Send newsegment event in TIME format, set duration if
4786           num-buffers is set, fix duration querying.
4787
4788 2005-11-10  Michael Smith <msmith@fluendo.com>
4789
4790         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4791         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4792         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4793         (gst_ogg_mux_collected):
4794          Fix EOS handling, partially. Now forwarding an EOS event once we have
4795          EOS on all pads works correctly. However, we still don't properly set
4796          EOS on the actual ogg stream pages.
4797
4798 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4799
4800         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
4801           Set elements to NULL state before disposing of them.
4802
4803 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
4804
4805         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4806
4807         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4808         (gst_base_rtp_depayload_init),
4809         (gst_base_rtp_depayload_set_gst_timestamp):
4810         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4811           We need to send a newsegment event for each instance, not
4812           just for the first instance of this class (get rid of
4813           static variable in function). (#321011).
4814           
4815 2005-11-08  Michael Smith <msmith@fluendo.com>
4816
4817         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4818         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
4819         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
4820         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
4821           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
4822           This makes us mux things correctly according to the ogg muxing
4823           rules. Still not handling EOS correctly right now, though.
4824
4825 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4826
4827         * gst/audioconvert/gstaudioconvert.c:
4828           Fix typo in docs. 
4829
4830 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4831
4832         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4833         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
4834           Initialise segment_stop to GST_CLOCK_TIME_NONE when
4835           creating a new chain; should fix live streaming. Also
4836           add more debug output and fix a typo.
4837
4838 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
4839
4840         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4841
4842         * gst/volume/gstvolume.c: (volume_set_caps):
4843           Fix compilation on Solaris with Forte. (#320923)
4844
4845 2005-11-08  Wim Taymans  <wim@fluendo.com>
4846
4847         * gst-libs/gst/audio/gstbaseaudiosink.c:
4848         (gst_base_audio_sink_render):
4849         No need to do a typecheck.
4850
4851 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
4852
4853         * ext/alsa/gstalsa.h:
4854           We register a debug category, so let's use it.
4855
4856 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4857
4858         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4859         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
4860         Fixed a small problem.
4861
4862 2005-11-04  Wim Taymans  <wim@fluendo.com>
4863
4864         * examples/seeking/Makefile.am:
4865         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
4866         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
4867         (make_playerbin_pipeline), (format_value), (update_scale),
4868         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
4869         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
4870         (print_usage), (main):
4871         Added app for playback speed testing.
4872
4873         * examples/seeking/seek.c: (dynamic_link),
4874         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
4875         (make_mpeg_pipeline), (do_seek), (set_update_scale),
4876         (message_received), (main):
4877         Updated seek example.
4878
4879 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4880
4881         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4882         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4883         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
4884         (gst_base_rtp_depayload_set_clock):
4885         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4886         Don't sleep on the bench (system clock) when you have a nice 
4887         comfortable bed (Gstreamer clock) to sleep on.
4888
4889 2005-11-03  Wim Taymans  <wim@fluendo.com>
4890
4891         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4892         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
4893         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
4894         Handle the case where a pad_block failed.
4895
4896 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
4897
4898         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
4899
4900         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4901         (gst_base_rtp_depayload_add_to_queue),
4902         (gst_base_rtp_depayload_push),
4903         (gst_base_rtp_depayload_set_gst_timestamp),
4904         (gst_base_rtp_depayload_queue_release):
4905           Fixes some bugs in the depayloader's queuing/de-queueing code.
4906
4907 2005-10-31  Michael Smith <msmith@fluendo.com>
4908
4909         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4910         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
4911         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
4912           Patch from Alessandro Decina <alessandro@nnva.org>.
4913           Make oggdemux only find the final time in a chain, not per-pad,
4914           since the per-pad information can be very expensive to locate, and
4915           it isn't used anywhere. This makes reading a file containing
4916           OggSkeleton reasonably fast.
4917           Also, make chain finding work when there are logical bitstreams that
4918           can't be decoded. Fixes #319110.
4919
4920 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4921
4922         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4923         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4924         (gst_base_rtp_depayload_chain),
4925         (gst_base_rtp_depayload_add_to_queue),
4926         (gst_base_rtp_depayload_push),
4927         (gst_base_rtp_depayload_set_gst_timestamp),
4928         (gst_base_rtp_depayload_queue_release),
4929         (gst_base_rtp_depayload_start_thread),
4930         (gst_base_rtp_depayload_set_property),
4931         (gst_base_rtp_depayload_get_property):
4932         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4933         Some random fixes, to fullfill the desires of thomas.
4934
4935 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4936
4937         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4938         (gst_base_rtp_depayload_add_to_queue),
4939         (gst_base_rtp_depayload_push):
4940         Fixed the queueing algorithm.
4941
4942 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4943
4944         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4945         (gst_base_rtp_depayload_push):
4946         A small fix
4947
4948 2005-10-31  Wim Taymans  <wim@fluendo.com>
4949
4950         * gst-libs/gst/audio/gstringbuffer.h:
4951         Don't break ABI.
4952
4953         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4954         (gst_ffmpeg_caps_to_pixfmt):
4955         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4956         (gst_ffmpegcsp_set_caps):
4957         Some more comments.
4958         Handle missing required caps fields better.
4959
4960 2005-10-31  Wim Taymans  <wim@fluendo.com>
4961
4962         * gst-libs/gst/audio/gstbaseaudiosink.c:
4963         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
4964         (gst_base_audio_sink_render):
4965         * gst-libs/gst/audio/gstringbuffer.c:
4966         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
4967         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
4968         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
4969         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
4970         (gst_ring_buffer_read):
4971         * gst-libs/gst/audio/gstringbuffer.h:
4972         Add flushing mode to the ringbuffer so that it in all cases does
4973         not try to handle more audio. This makes sure it does not try to
4974         block anymore when flushing and fixes a livelock.
4975
4976 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
4977
4978         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
4979         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
4980         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
4981           Explicitly check for -1 values before doing a conversion
4982           and always map them to -1. (#315545)
4983
4984 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4985
4986         * gst/playback/gstplaybin.c: (gen_video_element):
4987           first try autovideosink, then xvimagesink, then error out
4988         * po/POTFILES.in:
4989           add translatable file
4990         * po/af.po:
4991         * po/az.po:
4992         * po/cs.po:
4993         * po/en_GB.po:
4994         * po/hu.po:
4995         * po/it.po:
4996         * po/nb.po:
4997         * po/nl.po:
4998         * po/or.po:
4999         * po/sq.po:
5000         * po/sr.po:
5001         * po/sv.po:
5002         * po/uk.po:
5003         * po/vi.po:
5004           update translations
5005
5006 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
5007
5008         * gst-libs/gst/rtp/gstbasedepayload.c:
5009         * gst-libs/gst/rtp/gstbasedepayload.h:
5010           Minor cleanups
5011
5012 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
5013
5014         * gst/playback/.cvsignore:
5015         * gst/playback/decodetest.c:
5016         * gst/playback/test3.c:
5017           Port these two tests as well.
5018
5019 2005-10-27  Wim Taymans  <wim@fluendo.com>
5020
5021         * ext/theora/theoradec.c: (theora_dec_src_query),
5022         (theora_dec_sink_event):
5023         * ext/theora/theoraenc.c: (theora_enc_sink_event),
5024         (theora_enc_change_state):
5025         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5026         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
5027         Take proper locks when handling events.
5028
5029 2005-10-27  Wim Taymans  <wim@fluendo.com>
5030
5031         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
5032         (gst_adder_change_state):
5033         Fix timestamps and fix deadlock when stopping the collectpads.
5034
5035 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
5036
5037         * gst-libs/gst/rtp/gstrtpbuffer.h:
5038         Declaring the payload types as strings too so that they can be used
5039         in the padtemplate inialization.
5040
5041 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
5042
5043         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
5044
5045         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5046         (gst_base_rtp_depayload_class_init):
5047         Fixes a small but nasty bug. The derived elements no longer segfaults
5048         on finalization.
5049
5050 2005-10-26  Michael Smith <msmith@fluendo.com>
5051
5052         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
5053           When clearing an audioconvert context, set tmpbufsize to zero, so
5054           we'll allocate it again later if required.
5055           This fixes audioconvert re-negotiating formats, which previously
5056           segfaulted with a NULL destination buffer.
5057
5058 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
5059
5060         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5061         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
5062         (gst_base_rtp_depayload_set_gst_timestamp),
5063         (gst_base_rtp_depayload_queue_release):
5064         Fixed a smalll memleak.
5065
5066 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
5067         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5068         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
5069         (gst_base_rtp_depayload_finalize),
5070         (gst_base_rtp_depayload_setcaps),
5071         (gst_base_rtp_depayload_add_to_queue),
5072         (gst_base_rtp_depayload_push),
5073         (gst_base_rtp_depayload_set_gst_timestamp),
5074         (gst_base_rtp_depayload_queue_release),
5075         (gst_base_rtp_depayload_thread),
5076         (gst_base_rtp_depayload_change_state):
5077         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5078         Changed the C++ comments to C comments
5079
5080 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5081
5082         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
5083         * gst/tcp/gsttcpclientsrc.h:
5084         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
5085         * gst/tcp/gsttcpserversrc.h:
5086           Remove unused 'curoffset' structure member.
5087
5088 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
5089
5090         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5091         (gst_base_rtp_depayload_base_init),
5092         (gst_base_rtp_depayload_finalize):
5093         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5094         * gst-libs/gst/rtp/gstbasertppayload.h:
5095           The pad-template on the sinkpad should be set by the derived classes.
5096           Also added some useful macros.
5097
5098 2005-10-24  Wim Taymans  <wim@fluendo.com>
5099
5100         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5101         Correctly flush decoder samples even if we could not
5102         copy them to an output buffer. Fixes #319618.
5103
5104 2005-10-24  Julien MOUTTE  <julien@moutte.net>
5105
5106         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
5107         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
5108         the caps against our xcontext caps.
5109
5110 2005-10-24  Wim Taymans  <wim@fluendo.com>
5111
5112         * gst-libs/gst/audio/gstbaseaudiosink.c:
5113         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
5114         Remove g_print
5115         Use sync property from baseclass to disable sync.
5116
5117 2005-10-24  Wim Taymans  <wim@fluendo.com>
5118
5119         * gst-libs/gst/audio/gstbaseaudiosink.c:
5120         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
5121         Buffers with no timestamps get aligned with previous buffers or
5122         on underrun, played ASAP.
5123
5124 2005-10-24  Julien MOUTTE  <julien@moutte.net>
5125
5126         * gst-libs/gst/video/video.h:
5127         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5128         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
5129         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
5130         here comes my change on caps for framerate and geometry range.
5131         We are now accepting 1 to MAXINT for width and height, and from
5132         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
5133         to be blended correctly in videomixer.
5134
5135 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5136
5137         * configure.ac:
5138           back to HEAD
5139
5140 === release 0.9.4 ===
5141
5142 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5143
5144         * NEWS:
5145         * RELEASE:
5146         * configure.ac:
5147           releasing 0.9.4, "Velociraptor"
5148
5149 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5150
5151         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
5152         * po/POTFILES.in:
5153           STOPPED -> FAILED
5154
5155 2005-10-21  Wim Taymans  <wim@fluendo.com>
5156
5157         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5158         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
5159         (pad_blocked), (close_pad_link), (new_pad):
5160         Don't try to remove elements twice.
5161
5162 2005-10-21  Wim Taymans  <wim@fluendo.com>
5163
5164         * ext/theora/theoradec.c: (theora_dec_src_query),
5165         (theora_dec_sink_event):
5166         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5167         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5168         (vorbis_handle_data_packet):
5169         * ext/vorbis/vorbisdec.h:
5170         Fix old naming.
5171
5172         * gst-libs/gst/audio/gstbaseaudiosink.c:
5173         (gst_base_audio_sink_render):
5174         Don't try to sync on buffers without a timestamp.
5175
5176 2005-10-21  Wim Taymans  <wim@fluendo.com>
5177
5178         * ext/theora/theoradec.c: (theora_dec_src_query),
5179         (theora_dec_sink_event):
5180         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5181         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5182         (vorbis_handle_data_packet):
5183         * ext/vorbis/vorbisdec.h:
5184         Fix old naming.
5185
5186 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5187
5188         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
5189         (gst_vorbisenc_src_query):
5190           Implement position and duration queries.
5191
5192         * gst/playback/test3.c: (update_scale), (main):
5193           Fix for async state changes and print nicer output.
5194
5195 2005-10-20  Wim Taymans  <wim@fluendo.com>
5196
5197         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5198         (dump_element_stats), (main):
5199         * gst/playback/test6.c: (main):
5200         Fix tests again
5201
5202 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5203
5204         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
5205         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5206           Don't use functions for position queries when handling
5207           duration queries.
5208
5209 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5210
5211         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5212         (vorbis_handle_data_packet), (vorbis_dec_chain),
5213         (vorbis_dec_change_state):
5214         * ext/vorbis/vorbisdec.h:
5215           Vorbis streams can be embedded in other container formats
5216           than ogg, container formats where the demuxer might set 
5217           timestamps on encoded vorbis buffers instead of those silly 
5218           granulepos thingies. In short: make vorbisdec handle 
5219           timestamps on incoming buffers as well.
5220
5221 2005-10-20  Wim Taymans  <wim@fluendo.com>
5222
5223         * gst/playback/gstplaybasebin.c: (group_destroy),
5224         (gst_play_base_bin_change_state):
5225         Fix leak.
5226         Handle case where playbasebin is now ASYNC because
5227         decodebin is.
5228
5229 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5230
5231         * gst/audioconvert/Makefile.am:
5232         * gst/audioconvert/bufferframesconvert.c:
5233         * gst/audioconvert/plugin.c: (plugin_init):
5234         * gst/audioconvert/plugin.h:
5235           And bye bye buffer-frames-convert
5236
5237 2005-10-19  Wim Taymans  <wim@fluendo.com>
5238
5239         * check/elements/audioconvert.c:
5240         * docs/libs/tmpl/gstaudio.sgml:
5241         * docs/libs/tmpl/gstcolorbalance.sgml:
5242         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5243         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
5244         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
5245         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
5246         * gst-libs/gst/audio/audio.h:
5247         * gst/audioconvert/audioconvert.h:
5248         * gst/audioconvert/gstaudioconvert.c:
5249         (gst_audio_convert_parse_caps):
5250         * gst/volume/gstvolume.c:
5251         Bye bye buffer-frames.
5252
5253 2005-10-19  Wim Taymans  <wim@fluendo.com>
5254
5255         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5256         (query_positions_elems), (query_positions_pads), (update_scale),
5257         (do_seek), (set_update_scale), (message_received), (main):
5258         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5259         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
5260         (gst_ogg_demux_loop):
5261         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
5262         * ext/theora/theoradec.c: (theora_dec_src_query),
5263         (theora_dec_sink_event):
5264         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5265         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
5266         * gst/adder/gstadder.c: (gst_adder_query):
5267         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
5268         * gst/playback/test3.c: (update_scale):
5269         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5270         (dump_element_stats), (main):
5271         * gst/playback/test6.c: (main):
5272         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5273         Query API update.
5274
5275 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5276
5277         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
5278         (xml_check_first_element), (xml_type_find), (smil_type_find),
5279         (plugin_init):
5280           Add typefinding for SMIL and for generic XML. Based on patch by
5281           Akos Maroy (#308663).
5282
5283 2005-10-18  Wim Taymans  <wim@fluendo.com>
5284
5285         * gst/playback/Makefile.am:
5286         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5287         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
5288         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
5289         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
5290         (gst_decode_bin_change_state):
5291         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5292         (gst_play_bin_send_event_to_sink):
5293         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5294         (dump_element_stats), (main):
5295         * gst/playback/test6.c: (main):
5296         Make playbin async, it'll commit state to paused when all streams
5297         are detected.
5298         Remove ugly hack.
5299         Added test6.c to show async behaviour.
5300
5301 2005-10-18  Wim Taymans  <wim@fluendo.com>
5302
5303         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5304         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
5305         Fix for segment-start/stop API change.
5306
5307 2005-10-18  Wim Taymans  <wim@fluendo.com>
5308
5309         * check/Makefile.am:
5310         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
5311         (main):
5312         Add future test for clock selection.
5313
5314 2005-10-18  Wim Taymans  <wim@fluendo.com>
5315
5316         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
5317         (gst_alsasink_close):
5318         Set handle to NULL.
5319
5320         * gst-libs/gst/audio/gstringbuffer.c:
5321         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5322         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
5323         (gst_ring_buffer_start), (gst_ring_buffer_pause),
5324         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
5325         (gst_ring_buffer_read):
5326         More debug info.
5327
5328 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
5329
5330         * gst/audiotestsrc/Makefile.am:
5331         * gst/sine/Makefile.am:
5332         * gst/volume/Makefile.am:
5333           fix broken build of controllerized plugins
5334
5335 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
5336
5337         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5338
5339         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5340         (gst_riff_create_video_template_caps):
5341           Add support for Indeo-3 (IV32).
5342
5343 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5344
5345         * configure.ac:
5346           rewrite
5347
5348 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5349
5350         * gst-libs/gst/video/video.c: (gst_video_get_size):
5351         * gst/audiotestsrc/gstaudiotestsrc.c:
5352           doc updates
5353
5354 2005-10-17  Andy Wingo  <wingo@pobox.com>
5355
5356         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
5357         with the collectpads change.
5358         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
5359
5360         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
5361
5362         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
5363
5364         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
5365         alloc_buffer flow return to callers.
5366         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
5367         change. Fix some memleaks in theoraenc.
5368
5369         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
5370         in strange circumstance.
5371
5372 2005-10-17  Julien MOUTTE  <julien@moutte.net>
5373
5374         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5375         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
5376         from caps, let's use the caps...
5377
5378 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5379
5380         * configure.ac:
5381           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
5382
5383 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5384
5385         * gst-libs/gst/interfaces/Makefile.am:
5386           fix silly typo
5387
5388 2005-10-16  Andy Wingo  <wingo@pobox.com>
5389
5390         * gst/playback/gstdecodebin.c
5391         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
5392         function!
5393         (try_to_link_1): Increase kraziness level.
5394
5395 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5396
5397         * configure.ac:
5398           restructure like the core one
5399         * gst-libs/gst/audio/Makefile.am:
5400         * gst-libs/gst/interfaces/Makefile.am:
5401         * gst-libs/gst/net/Makefile.am:
5402         * gst-libs/gst/riff/Makefile.am:
5403         * gst-libs/gst/rtp/Makefile.am:
5404         * gst-libs/gst/tag/Makefile.am:
5405         * gst-libs/gst/video/Makefile.am:
5406           use correct linker flags, now the libs are properly versioned
5407         * check/elements/audioconvert.c: (verify_convert):
5408         * ext/alsa/gstalsaplugin.c:
5409         * ext/cdparanoia/gstcdparanoia.c:
5410         * ext/gnomevfs/gstgnomevfs.c:
5411         * ext/libvisual/visual.c:
5412         * ext/ogg/gstogg.c:
5413         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
5414         * ext/theora/theora.c:
5415         * ext/vorbis/vorbis.c:
5416         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5417         * gst-libs/gst/tag/gsttagediting.c:
5418         * gst-libs/gst/video/video.c:
5419         * gst/adder/gstadder.c:
5420         * gst/audioconvert/plugin.c:
5421         * gst/audiorate/gstaudiorate.c:
5422         * gst/audioresample/gstaudioresample.c:
5423         * gst/audioresample/resample_ref.c: (resample_scale_ref):
5424         * gst/audioscale/gstaudioscale.c:
5425         * gst/audioscale/resample.c:
5426         * gst/audiotestsrc/gstaudiotestsrc.c:
5427         * gst/ffmpegcolorspace/gstffmpeg.c:
5428         * gst/playback/gstdecodebin.c: (close_pad_link):
5429         * gst/playback/gstplaybin.c: (gen_video_element),
5430         (gen_audio_element):
5431         * gst/sine/gstsinesrc.c:
5432         * gst/subparse/gstsubparse.c:
5433         * gst/tags/gsttagediting.c:
5434         * gst/tcp/gsttcpplugin.c:
5435         * gst/typefind/gsttypefindfunctions.c:
5436         * gst/videorate/gstvideorate.c:
5437         * gst/videoscale/gstvideoscale.c:
5438         * gst/videotestsrc/gstvideotestsrc.c:
5439         * gst/volume/gstvolume.c:
5440         * sys/v4l/gstv4l.c:
5441         * sys/ximage/ximage.c:
5442         * sys/xvimage/xvimagesink.c:
5443           fix up defines
5444
5445 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5446
5447         * ext/vorbis/vorbisenc.c:
5448         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5449         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
5450         (gst_tag_to_vorbis_comments):
5451           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
5452
5453 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
5454
5455         * examples/stats/mp2ogg.c:
5456         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5457           typo fixes
5458
5459 2005-10-13  Michael Smith <msmith@fluendo.com>
5460
5461         * ext/ogg/gstoggmux.c:
5462           Use magic glib macros to define constants as 64 bit, to ensure
5463           appropriate vararg passing.
5464
5465 2005-10-13  Michael Smith <msmith@fluendo.com>
5466
5467         * ext/ogg/gstoggmux.c:
5468         * gst/audioconvert/audioconvert.c: (float):
5469           Don't use LL suffix, as it's not portable, and neither of these
5470           uses required it anyway.
5471
5472 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
5473
5474         * examples/indexing/indexmpeg.c: (main):
5475         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
5476         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
5477         (cdparanoia_convert), (cdparanoia_query):
5478         * ext/cdparanoia/gstcdparanoia.h:
5479         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
5480         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
5481         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
5482         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
5483         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
5484         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
5485         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
5486         (gst_multifdsink_render), (gst_multifdsink_start),
5487         (gst_multifdsink_stop):
5488         * gst/tcp/gstmultifdsink.h:
5489         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
5490         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
5491         (gst_tcpclientsink_stop):
5492         * gst/tcp/gsttcpclientsink.h:
5493         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
5494         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
5495         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
5496         * gst/tcp/gsttcpclientsrc.h:
5497         * gst/tcp/gsttcpserversink.h:
5498         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
5499         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
5500         (gst_tcpserversrc_stop):
5501         * gst/tcp/gsttcpserversrc.h:
5502         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
5503         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
5504         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
5505           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
5506           moved bitshift from macro to enum definition
5507
5508 2005-10-12  Wim Taymans  <wim@fluendo.com>
5509
5510         * examples/seeking/Makefile.am:
5511         Oops.
5512
5513 2005-10-12  Wim Taymans  <wim@fluendo.com>
5514
5515         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5516         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5517         Don't assert on normal stuff.
5518
5519         * gst/playback/gstplaybin.c: (do_playbin_seek):
5520         API fix.
5521
5522 2005-10-12  Wim Taymans  <wim@fluendo.com>
5523
5524         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5525         * examples/seeking/Makefile.am:
5526         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
5527         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5528         (do_seek), (set_update_scale), (message_received), (main):
5529         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5530         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5531         Update for _get_state() API change.
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         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5538         (gst_base_audio_src_create):
5539         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5540         (gst_ring_buffer_read):
5541         Cleanups.
5542         Commit and read from ringbuffer in samples rather than bytes.
5543
5544 2005-10-11  Wim Taymans  <wim@fluendo.com>
5545
5546         * gst-libs/gst/audio/gstbaseaudiosink.c:
5547         (gst_base_audio_sink_render):
5548         Respect segment rate and accum when scheduling samples.
5549
5550 2005-10-11  Julien MOUTTE  <julien@moutte.net>
5551
5552         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5553         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
5554         EOS correctly, that needs more work.
5555
5556 2005-10-11  Wim Taymans  <wim@fluendo.com>
5557
5558         * check/generic/states.c: (GST_START_TEST):
5559         remove old property.
5560
5561         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5562         (gst_ogg_demux_perform_seek):
5563         * ext/theora/theoradec.c: (theora_dec_sink_event):
5564         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5565         (vorbis_handle_data_packet):
5566         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5567         (gst_base_rtp_depayload_set_gst_timestamp):
5568         * gst/videorate/gstvideorate.c: (gst_videorate_event):
5569         Update for newsegment API change.
5570
5571 2005-10-11  Michael Smith <msmith@fluendo.com>
5572
5573         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
5574         (do_playbin_seek), (gst_play_bin_send_event):
5575           Override send_event differently, so that we can takes bits of
5576           functionality from GstPipeline (special handling for seeks,
5577           including pausing/resuming, and resetting stream time) and still get
5578           the appropriate behaviour of only forwarding event to a single sink,
5579           rather than all of them.
5580           Unfortunately requires a lot of code duplication, but the
5581           alternatives are equally ugly in the end.
5582
5583 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5584
5585         * check/elements/audioconvert.c: (setup_audioconvert),
5586         (cleanup_audioconvert), (get_int_caps), (verify_convert),
5587         (GST_START_TEST), (audioconvert_suite):
5588           clean up tests a little, fix some leaks.
5589
5590 2005-10-10  Wim Taymans  <wim@fluendo.com>
5591
5592         * ext/alsa/gstalsasink.c:
5593         Also allow unsigned int.
5594
5595         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5596         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5597         Small cleanup
5598
5599 2005-10-10  Wim Taymans  <wim@fluendo.com>
5600
5601         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5602         Small update, use API as stated in design docs.
5603
5604         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5605         (update_scale), (do_seek), (seek_cb), (set_update_scale),
5606         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
5607         (message_received), (main):
5608         Updated seek example for GOption. Some usability improvements.
5609
5610 2005-10-10  Wim Taymans  <wim@fluendo.com>
5611
5612         * gst/audioconvert/audioconvert.h:
5613         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
5614         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
5615         Alloc temp storage somewhere else where we can do it more
5616         portable.
5617
5618 2005-10-10  Wim Taymans  <wim@fluendo.com>
5619
5620         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
5621         (gst_tcpserversrc_start):
5622         Don't block in accept while doing the state change, move
5623         to poll and make cancellable.
5624
5625 2005-10-09  Philippe Khalaf <burger@speedy.org>
5626
5627         * gst-libs/gst/rtp/rtpbasedepayload.c:
5628         Set timestamp and add queue delay to timestamp
5629         * gst-libs/gst/rtp/rtpbuffer.h:
5630         Set correct payload type for h263
5631
5632 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5633
5634         * gst/audiotestsrc/gstaudiotestsrc.c:
5635         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
5636         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
5637         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
5638         (gst_audiotestsrc_create_triangle),
5639         (gst_audiotestsrc_create_silence),
5640         (gst_audiotestsrc_create_white_noise),
5641         (gst_audiotestsrc_init_pink_noise),
5642         (gst_audiotestsrc_generate_pink_noise_value),
5643         (gst_audiotestsrc_create_pink_noise),
5644         (gst_audiotestsrc_change_wave):
5645         * gst/audiotestsrc/gstaudiotestsrc.h:
5646           fixed typo, added pink noise
5647
5648 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5649
5650         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
5651         (plugin_init):
5652           Add wavpack and spc typefind functions from 0.8 branch.
5653
5654 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5655
5656         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
5657         (ar_type_find), (msdos_type_find), (plugin_init):
5658           Add typefind functions for tar archives, ar archives,
5659           RAR archives, and msdos-executables (dlls, exe, etc.).
5660           Some of those would be wrongly identified as mpeg
5661           streams of some sort before (#315550).
5662
5663 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5664
5665         * configure.ac:
5666         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5667         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5668         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
5669         * gst/audiotestsrc/Makefile.am:
5670         * gst/audiotestsrc/gstaudiotestsrc.c:
5671         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
5672         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
5673         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
5674         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
5675         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
5676         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
5677         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
5678         (gst_audiotestsrc_create_silence),
5679         (gst_audiotestsrc_create_white_noise),
5680         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
5681         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
5682         (gst_audiotestsrc_start), (plugin_init):
5683         * gst/audiotestsrc/gstaudiotestsrc.h:
5684           add new plugin and element
5685         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
5686           use gobject_class
5687
5688 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5689
5690         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
5691         (gst_adder_init), (gst_adder_request_new_pad),
5692         (gst_adder_change_state):
5693           Add query function to source pad, so adder reports the correct
5694           time/sample position when queried (#315457); fix state change
5695           function; use GST_DEBUG_FUNCPTR() for pad functions.
5696
5697 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5698
5699         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
5700           Fix leaks in typefind registration
5701           Clean up the gratuitous commenting and whitespacing a little
5702
5703 2005-10-08  Wim Taymans  <wim@fluendo.com>
5704
5705         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
5706         Only actually wait for the thread to be stopped if it's 
5707         running.
5708
5709 2005-10-08  Wim Taymans  <wim@fluendo.com>
5710
5711         * gst-libs/gst/audio/gstbaseaudiosink.c:
5712         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5713         If we receive EOS we can start playback of what we had.
5714
5715 2005-10-08  Wim Taymans  <wim@fluendo.com>
5716
5717         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
5718         (gst_multifdsink_finalize), (multifdsink_hash_remove),
5719         (gst_multifdsink_stop):
5720         Fix crasher when going to NULL multiple times.
5721
5722 2005-10-06  Wim Taymans  <wim@fluendo.com>
5723
5724         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
5725         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5726         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5727         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
5728         patch from Edgard Lima <edgard.lima@indt.org.br>
5729         Fixed gstbaseaudiosrc adding ring buffer sync to it.
5730
5731 2005-10-06  Wim Taymans  <wim@fluendo.com>
5732
5733         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
5734         Report the FLOW_RETURN as string in the error message.
5735
5736         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
5737         Don't assert when clearing an unnegotiated buffer.
5738
5739 2005-10-04  Michael Smith <msmith@fluendo.com>
5740
5741         * gst/playback/gstplaybasebin.c: (group_destroy),
5742         (gen_preroll_element), (remove_groups), (setup_source):
5743         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
5744         (setup_sinks), (gst_play_bin_send_event),
5745         (gst_play_bin_change_state):
5746           Set state to NULL before removing from bin. Fix refcounting.
5747
5748 2005-10-04  Michael Smith <msmith@fluendo.com>
5749
5750         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
5751           Correct refcounting in send_event() function. Previously was wrong
5752           if the first sink was unable to handle the event.
5753
5754 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5755
5756         * configure.ac:
5757           back to development
5758
5759 === release 0.9.3 ===
5760
5761 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5762
5763         * configure.ac:
5764           Releasing 0.9.3, "De Facto"
5765
5766 2005-10-03  Andy Wingo  <wingo@pobox.com>
5767
5768         * gst/playback/gstdecodebin.c (try_to_link_1)
5769         (remove_element_chain): set element to NULL before removing it.
5770
5771 2005-10-02  Johan Dahlin  <johan@gnome.org>
5772
5773         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
5774         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
5775         MT safe.
5776
5777 2005-10-02  Andy Wingo  <wingo@pobox.com>
5778
5779         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
5780         (gst_ring_buffer_prepare_read): 
5781         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
5782         Demote to LOG.
5783
5784 2005-09-29  Wim Taymans  <wim@fluendo.com>
5785
5786         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
5787         * ext/theora/theoradec.c: (theora_handle_data_packet):
5788         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5789         Propagate error codes from alloc_buffer too.
5790
5791 2005-09-29  Wim Taymans  <wim@fluendo.com>
5792
5793         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5794         We use fixed caps.
5795
5796         * gst/playback/Makefile.am:
5797         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5798         (dump_element_stats), (main):
5799         Added example stream introspection code.
5800
5801 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
5802
5803         * gst/adder/gstadder.c: (gst_adder_collected):
5804           fix adder for float elements
5805
5806 2005-09-28  Wim Taymans  <wim@fluendo.com>
5807
5808         * gst-libs/gst/audio/gstbaseaudiosink.c:
5809         (gst_base_audio_sink_class_init),
5810         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
5811         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5812         (gst_base_audio_src_class_init),
5813         (gst_base_audio_src_provide_clock):
5814         get_clock -> provide_clock
5815
5816 2005-09-28  Andy Wingo  <wingo@pobox.com>
5817
5818         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
5819         and unlocking.
5820
5821         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
5822         unlocking.
5823
5824         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
5825         Actually add the pad template.
5826         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
5827
5828         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
5829         I'm at it...
5830
5831         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
5832         from fdsrc. Get caps in create() instead of start() so it can be
5833         interrupted. Interruption somewhat untested.
5834
5835         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
5836         Proper EOS handling.
5837
5838 2005-09-27  Andy Wingo  <wingo@pobox.com>
5839
5840         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
5841
5842         * gst/tcp/gsttcpserversrc.c: Cleaned up.
5843
5844         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
5845
5846         * gst/tcp/gsttcp.h: 
5847         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
5848         out of tcpclientsrc.c. Cancellable.
5849         (gst_tcp_socket_read): Made private, cancellable, with better
5850         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
5851         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
5852         whole buffer, and better diagnostics.
5853         (gst_tcp_gdp_read_caps): Same.
5854
5855         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
5856
5857 2005-09-26  Andy Wingo  <wingo@pobox.com>
5858
5859         * gst/sine/gstsinesrc.h:
5860         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
5861         change the 'sync' property to 'is-live' and implement it halfway,
5862         update for controller api change.
5863
5864         * gst/volume/gstvolume.c (volume_transform_ip): Update for
5865         controller api change.
5866
5867 2005-09-24  Wim Taymans  <wim@fluendo.com>
5868
5869         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
5870         * gst-libs/gst/audio/gstaudiosink.c:
5871         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
5872         (gst_audioringbuffer_stop):
5873         * gst-libs/gst/audio/gstbaseaudiosink.c:
5874         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
5875         (gst_base_audio_sink_change_state):
5876         * gst-libs/gst/audio/gstbaseaudiosink.h:
5877         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
5878         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5879         (gst_ring_buffer_commit), (gst_ring_buffer_read):
5880         * gst-libs/gst/audio/gstringbuffer.h:
5881         Fix sync again. Moved sample alignment to basesink.
5882
5883 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5884
5885         * docs/plugins/Makefile.am:
5886         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5887         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5888         * gst/volume/gstvolume.c:
5889           add/fix docs
5890         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
5891         * gst-libs/gst/audio/audio.h:
5892           add conversion macros for frames <-> clocktime
5893
5894 2005-09-23  David Schleef  <ds@schleef.org>
5895
5896         * gst/audioresample/Makefile.am:
5897         * gst/audioresample/debug.h:
5898         * gst/audioresample/gstaudioresample.c:
5899         * gst/audioresample/resample.c: Convert to using gst debugging
5900
5901 2005-09-22  Wim Taymans  <wim@fluendo.com>
5902
5903         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5904         (gst_play_bin_send_event):
5905         Only seek on one sink, the first one that succeeds.
5906
5907 2005-09-22  Michael Smith <msmith@fluendo.com>
5908
5909         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
5910         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
5911         Don't flush encoder state unless we have an initialised encoder.
5912         Clear out encoder state on PAUSED_TO_READY.
5913
5914 2005-09-22  Wim Taymans  <wim@fluendo.com>
5915
5916         * gst-libs/gst/rtp/gstbasertppayload.c:
5917         (gst_basertppayload_class_init), (gst_basertppayload_init),
5918         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5919         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5920         (gst_basertppayload_is_filled), (gst_basertppayload_push),
5921         (gst_basertppayload_set_property),
5922         (gst_basertppayload_get_property),
5923         (gst_basertppayload_change_state):
5924         * gst-libs/gst/rtp/gstbasertppayload.h:
5925         Added max-ptime to control amount of data in the rtp packets.
5926
5927 2005-09-21  Andy Wingo  <wingo@pobox.com>
5928
5929         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
5930         thingies.
5931
5932         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
5933         can be called multiple times, dogs.
5934
5935 2005-09-21  Wim Taymans  <wim@fluendo.com>
5936
5937         * gst-libs/gst/rtp/gstbasertppayload.c:
5938         (gst_basertppayload_class_init), (gst_basertppayload_init),
5939         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5940         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5941         (gst_basertppayload_push), (gst_basertppayload_get_property),
5942         (gst_basertppayload_change_state):
5943         Allow 0 ssrc too.
5944
5945 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
5946
5947         * docs/libs/compiling.sgml:
5948           fixing typos
5949
5950 2005-09-20  Wim Taymans  <wim@fluendo.com>
5951
5952         * gst-libs/gst/rtp/gstbasertppayload.c:
5953         (gst_basertppayload_class_init), (gst_basertppayload_init),
5954         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5955         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5956         (gst_basertppayload_push), (gst_basertppayload_set_property),
5957         (gst_basertppayload_get_property),
5958         (gst_basertppayload_change_state):
5959         * gst-libs/gst/rtp/gstbasertppayload.h:
5960         Added property to configure sequence number offsets.
5961
5962 2005-09-20  Wim Taymans  <wim@fluendo.com>
5963
5964         * gst-libs/gst/rtp/gstbasertppayload.c:
5965         (gst_basertppayload_class_init), (gst_basertppayload_init),
5966         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5967         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5968         (gst_basertppayload_push), (gst_basertppayload_set_property),
5969         (gst_basertppayload_get_property),
5970         (gst_basertppayload_change_state):
5971         * gst-libs/gst/rtp/gstbasertppayload.h:
5972         Make timestamp offset configurable.
5973
5974 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5975
5976         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5977           fix wrong pop/unref
5978
5979 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
5980
5981         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5982
5983         * gst-libs/gst/interfaces/propertyprobe.c:
5984         (gst_property_probe_probe_property_name),
5985         (gst_property_probe_needs_probe_name),
5986         (gst_property_probe_get_values_name),
5987         (gst_property_probe_probe_and_get_values_name):
5988           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
5989           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
5990
5991 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5992
5993         * check/Makefile.am:
5994           have some tests be disabled for valgrinding
5995         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
5996         (GST_START_TEST):
5997         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
5998           Fix A Leak.  Chain To Parent Finalize.
5999
6000 2005-09-19  Wim Taymans  <wim@fluendo.com>
6001
6002         * examples/seeking/seek.c: (make_wav_pipeline), (main):
6003         Fixed wav pipeline.
6004
6005 2005-09-19  Wim Taymans  <wim@fluendo.com>
6006
6007         * gst-libs/gst/rtp/gstbasertppayload.c:
6008         (gst_basertppayload_class_init), (gst_basertppayload_init),
6009         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6010         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6011         (gst_basertppayload_push), (gst_basertppayload_get_property),
6012         (gst_basertppayload_change_state):
6013         Posting ERROR and WARNING messages is good.
6014
6015 2005-09-19  Wim Taymans  <wim@fluendo.com>
6016
6017         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6018         (gst_base_rtp_depayload_add_to_queue),
6019         (gst_base_rtp_depayload_push),
6020         (gst_base_rtp_depayload_set_gst_timestamp),
6021         (gst_base_rtp_depayload_queue_release):
6022         This one was not supposed to go in.
6023
6024 2005-09-19  Wim Taymans  <wim@fluendo.com>
6025
6026         * check/pipelines/simple_launch_lines.c: (run_pipeline):
6027         Fix for bus API.
6028
6029         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6030         (gst_base_rtp_depayload_chain),
6031         (gst_base_rtp_depayload_add_to_queue),
6032         (gst_base_rtp_depayload_push),
6033         (gst_base_rtp_depayload_set_gst_timestamp),
6034         (gst_base_rtp_depayload_queue_release):
6035         Some cleanups.
6036
6037         * gst-libs/gst/rtp/gstbasertppayload.c:
6038         (gst_basertppayload_class_init), (gst_basertppayload_init),
6039         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
6040         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6041         (gst_basertppayload_get_property),
6042         (gst_basertppayload_change_state):
6043         Added debugging category.
6044
6045 2005-09-18  David Schleef  <ds@schleef.org>
6046
6047         * gst/playback/gstdecodebin.c: free plugin list correctly
6048         * gst/playback/gstplaybin.c: emit warning if autovideosink
6049           and autoaudiosink can't be found (instead of segfaulting)
6050
6051 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6052
6053         * check/elements/audioconvert.c: (GST_START_TEST):
6054           try out 24 bit conversion
6055
6056 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6057
6058         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6059         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
6060         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
6061         * ext/vorbis/vorbisenc.h:
6062           Fix EOS handling.  Still needs a fix in the ogg muxer to
6063           mark the last page as eos.
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         * gst/ffmpegcolorspace/Makefile.am:
6071         * gst/ffmpegcolorspace/avcodec.h:
6072         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6073         * gst/tcp/gstmultifdsink.c:
6074           fix up ffmpegcolorspace docs; extract header
6075
6076 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6077
6078         * common/gtk-doc-plugins.mak:
6079         * docs/plugins/Makefile.am:
6080         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6081         * ext/theora/Makefile.am:
6082         * ext/theora/gsttheoraenc.h:
6083         * ext/theora/theoraenc.c:
6084         * ext/vorbis/vorbisenc.c:
6085           pick up signals and args for vorbis; add some docs for vorbis
6086
6087 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6088
6089         * common/gstdoc-scangobj:
6090         * common/gtk-doc-plugins.mak:
6091         * docs/libs/Makefile.am:
6092         * docs/plugins/gst-plugins-base-plugins.args:
6093         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6094         * docs/plugins/gst-plugins-base-plugins.interfaces:
6095         * docs/plugins/gst-plugins-base-plugins.prerequisites:
6096         * docs/plugins/gst-plugins-base-plugins.signals:
6097           only scanobj stuff from our source module.  Not sure yet
6098           if that's correct, given the hierarchy stuff :)
6099
6100 2005-09-15  Wim Taymans  <wim@fluendo.com>
6101
6102         * gst/audioconvert/gstaudioconvert.c:
6103         And enable 24 bits mode as well..
6104
6105 2005-09-15  Wim Taymans  <wim@fluendo.com>
6106
6107         * gst-libs/gst/rtp/Makefile.am:
6108         * gst-libs/gst/rtp/gstbasertppayload.c:
6109         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
6110         (gst_basertppayload_class_init), (gst_basertppayload_init),
6111         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
6112         (gst_basertppayload_chain), (gst_basertppayload_set_options),
6113         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6114         (gst_basertppayload_set_property),
6115         (gst_basertppayload_get_property),
6116         (gst_basertppayload_change_state):
6117         * gst-libs/gst/rtp/gstbasertppayload.h:
6118         Added rtp payloader base class.
6119
6120 2005-09-15  Andy Wingo  <wingo@pobox.com>
6121
6122         * configure.ac (plugindir): Remove the EOL matcher from the
6123         regexp, as it causes me problems. Libtool? Make? Who knows?
6124
6125 2005-09-14  David Schleef  <ds@schleef.org>
6126
6127         * check/generic/states.c: 
6128         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
6129         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
6130           Fixes for changes in registry API.
6131
6132         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
6133           to GST_PLUGIN_LDFLAGS.
6134         * ext/libvisual/visual.c: Make the library shut up.
6135         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
6136         * gst-libs/gst/audio/gstaudiofilter.c: same
6137
6138 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6139
6140         * docs/plugins/Makefile.am:
6141         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6142         * docs/plugins/inspect/plugin-libvisual.xml:
6143         * docs/plugins/tmpl/element-tcpserversink.sgml:
6144         * ext/theora/theoraenc.c:
6145           add libvisual plugin and theoraenc element to docs
6146
6147 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6148
6149         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6150         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6151         * ext/theora/theoraenc.c:
6152           add theoraenc
6153
6154 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
6155
6156         * gst/audioconvert/Makefile.am:
6157           Audioconvert derives from GstBaseTransform and should
6158           link to the library with our base elements to avoid
6159           unresolved symbols. Makes things work with MinGW (#316160)
6160
6161         * gst/playback/test4.c: (main):
6162           Fix MinGW build problem and use g_usleep() instead of 
6163           sleep() (#316162)
6164
6165 2005-09-12  Wim Taymans  <wim@fluendo.com>
6166
6167         * gst/audioconvert/audioconvert.c: (float),
6168         (audio_convert_prepare_context), (audio_convert_convert):
6169         * gst/audioconvert/audioconvert.h:
6170         Cleanups, speedups, simplifications, added back support
6171         for 24 bits.
6172
6173 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6174
6175         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6176         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6177         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6178         * docs/plugins/tmpl/element-tcpserversink.sgml:
6179         * gst/ffmpegcolorspace/gstffmpeg.c:
6180         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6181         * gst/videotestsrc/gstvideotestsrc.c:
6182         * gst/volume/gstvolume.c:
6183           add more elements to the docs
6184
6185 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
6186
6187         * check/Makefile.am:
6188         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
6189         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
6190           Add extra tests for basetransform based components. 
6191           Comment out the test_element_negotiation test until we decide
6192           if it's testing correct behaviour.
6193         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
6194         (gst_visual_chain), (gst_visual_change_state):
6195           Slightly more correct but still bogus timestamping.
6196           Fix state change function.
6197         * gst/audioconvert/gstaudioconvert.c:
6198         (gst_audio_convert_class_init):
6199         * gst/audioresample/gstaudioresample.c:
6200         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6201         (gst_ffmpegcsp_class_init):
6202         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6203         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
6204         (gst_videoscale_prepare_image):
6205         * gst/volume/gstvolume.c: (gst_volume_class_init),
6206         (volume_transform_ip):
6207           Basetransform updates. Enable passthrough modes.
6208         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6209         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
6210         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
6211           Negotiation fix that allows the window to return to the original
6212           size and renegotiate passthrough upstream. Extra debug output.
6213
6214 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6215
6216         * gst/sine/gstsinesrc.c:
6217         * gst/volume/gstvolume.c:
6218           fix up header include
6219
6220 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
6221
6222         * gst-libs/gst/audio/gstbaseaudiosink.c:
6223         (gst_base_audio_sink_render):
6224         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
6225         * gst/volume/gstvolume.c: (gst_volume_class_init),
6226         (volume_transform):
6227           fixing lost sync, some more debugging
6228
6229 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
6230
6231         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6232         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
6233         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
6234         (gst_xvimagesink_check_xshm_calls):
6235           Fix compilation when XShm is not available.
6236
6237 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
6238
6239         * ext/libvisual/visual.c: (gst_visual_dispose),
6240         (gst_visual_getcaps), (gst_visual_src_setcaps),
6241         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
6242         (gst_visual_change_state):
6243           Finish fixing up libvisual plugin so that it runs. 
6244
6245 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6246
6247         * ext/vorbis/vorbisenc.c:
6248         * gst-libs/gst/tag/gstvorbistag.c:
6249           gsttaginterface.h -> gsttagsetter.h
6250
6251 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6252
6253         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
6254           added another test that failes for me (test is not active by default)
6255
6256 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6257
6258         * configure.ac:
6259           v4l2 is no longer in gst-plugins-base
6260
6261 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
6262
6263         * configure.ac:
6264           In the output at the end, don't show the first plugin on the same
6265           line as "Core plug-ins, always built:".
6266           Indent the output as for other plugin categories
6267         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
6268           #define that can be used to not use peer buffer_alloc functions for
6269           test purposes.
6270         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6271         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
6272         (gst_ximagesink_show_frame):
6273         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
6274         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
6275         (gst_xvimagesink_show_frame):
6276           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
6277           fails gracefully instead of XError aborting or deadlocking.
6278
6279 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6280
6281         * ext/libvisual/Makefile.am:
6282           link against gst-base-libs
6283
6284 2005-09-06  David Schleef  <ds@schleef.org>
6285
6286         * configure.ac: Enable libvisual plugin.
6287         * ext/libvisual/Makefile.am:
6288         * ext/libvisual/visual.c: Fixes to make it compile.
6289
6290 === release 0.9.2 ===
6291
6292 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6293
6294         * NEWS:
6295         * RELEASE:
6296         * configure.ac:
6297         * docs/random/ChangeLog-0.8:
6298           releasing 0.9.2, "Spoon"
6299
6300 2005-09-05  Michael Smith <msmith@fluendo.com>
6301
6302         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
6303           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
6304           that in the vorbisenc element.
6305
6306 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6307
6308         * common/gtk-doc-plugins.mak:
6309         * docs/plugins/Makefile.am:
6310           fix distcheck
6311         * gst/audioresample/resample.c:
6312           fix wrong docstring
6313
6314 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6315
6316         * common/gst-xmlinspect.py:
6317         * common/gtk-doc-plugins.mak:
6318           only inspect plugins for this given package
6319           require gst-python 0.9
6320
6321 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6322
6323         * Makefile.am:
6324         * autogen.sh:
6325         * common/gst-xmlinspect.py:
6326         * configure.ac:
6327         * docs/Makefile.am:
6328         * docs/plugins/inspect/plugin-alsa.xml:
6329         * docs/plugins/inspect/plugin-audioresample.xml:
6330         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6331         * docs/plugins/inspect/plugin-ogg.xml:
6332         * docs/plugins/tmpl/element-gnomevfssink.sgml:
6333         * docs/plugins/tmpl/element-multifdsink.sgml:
6334         * docs/plugins/tmpl/element-tcpserversink.sgml:
6335         * docs/plugins/tmpl/element-vorbisenc.sgml:
6336         * gst-plugins-base.spec.in:
6337           various doc-related updates
6338
6339 2005-08-31  Wim Taymans  <wim@fluendo.com>
6340
6341         * gst-libs/gst/audio/gstbaseaudiosink.c:
6342         (gst_base_audio_sink_render):
6343         Resync if the buffer timestamps drift more than a 10th 
6344         of a second.
6345
6346 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
6347
6348         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
6349         (gst_v4lsrc_get_property):
6350           The 'timestamp-offset' property is registered as an int64, so
6351           let's use g_value_{set|get}_int64() in our setter and getter
6352           functions (makes it work and fixes warnings with gst-inspect).
6353
6354 2005-08-30  Wim Taymans  <wim@fluendo.com>
6355
6356         * check/elements/audioconvert.c: (setup_audioconvert):
6357         * check/elements/audioresample.c: (setup_audioresample):
6358         * check/elements/volume.c: (setup_volume):
6359         Fix checks.
6360
6361 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6362
6363         * common/gtk-doc-plugins.mak:
6364         * common/plugins.xsl:
6365         * docs/plugins/Makefile.am:
6366           make module a param
6367
6368 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
6369
6370         * examples/seeking/seek.c: (make_mp3_pipeline),
6371         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
6372         (play_cb), (pause_cb), (stop_cb):
6373           update the example
6374
6375 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
6376
6377         * gst/volume/gstvolume.c: (gst_volume_class_init),
6378         (volume_transform):
6379           do not update controlled params, if buffer has no timestamp
6380
6381 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
6382
6383         * configure.ac:
6384         * gst/sine/Makefile.am:
6385         * gst/volume/Makefile.am:
6386           controllerized elements also need to link against controller-libs ;)
6387
6388 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
6389
6390         * docs/libs/tmpl/gstcolorbalance.sgml:
6391         * docs/libs/tmpl/gstgconf.sgml:
6392         * docs/libs/tmpl/gstmixer.sgml:
6393         * docs/libs/tmpl/gstringbuffer.sgml:
6394         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6395         (gst_sinesrc_create):
6396         * gst/volume/gstvolume.c: (gst_volume_class_init),
6397         (volume_transform):
6398           controllerized two audio plugins
6399
6400 2005-08-29  Andy Wingo  <wingo@pobox.com>
6401
6402         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
6403         (vorbis_handle_data_packet): Fix some int overflow errors.
6404
6405         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
6406         -1.
6407         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
6408         valid.
6409         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
6410         if it's valid. Fixed streaming-mode playback.
6411
6412         * check/elements/volume.c (cleanup_volume): Fix for running
6413         CK_FORK=no.
6414
6415         * check/elements/audioconvert.c: Convert from native endian, not
6416         little endian.
6417
6418 2005-08-29  Michael Smith <msmith@fluendo.com>
6419
6420         * ext/ogg/Makefile.am:
6421         * ext/ogg/gstogg.c: (plugin_init):
6422         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
6423         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
6424         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
6425         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
6426         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
6427         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
6428         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
6429         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
6430         Add an ogg parser element.
6431
6432 2005-08-28  Andy Wingo  <wingo@pobox.com>
6433
6434         * Updates for two-arg init from GST_BOILERPLATE_FULL.
6435
6436 2005-08-26  Wim Taymans  <wim@fluendo.com>
6437
6438         * gst/audioconvert/audioconvert.c: (if), (float),
6439         (audio_convert_get_func_index), (check_default),
6440         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6441         (audio_convert_clean_context), (audio_convert_get_sizes),
6442         (audio_convert_convert):
6443         Cleanups.
6444
6445 2005-08-26  Wim Taymans  <wim@fluendo.com>
6446
6447         * gst/audioconvert/audioconvert.c: (if), (float),
6448         (audio_convert_get_func_index), (check_default),
6449         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6450         (audio_convert_clean_context), (audio_convert_get_sizes),
6451         (audio_convert_convert):
6452         More elegant and working temp buffer selection algo.
6453
6454 2005-08-26  Wim Taymans  <wim@fluendo.com>
6455
6456         * gst/audioconvert/audioconvert.c: (if), (float),
6457         (audio_convert_get_func_index), (check_default),
6458         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6459         (audio_convert_clean_context), (audio_convert_get_sizes),
6460         (get_temp_buffer), (audio_convert_convert):
6461         Use realloc else we lose our original data.
6462
6463 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6464
6465         * gst/audioresample/gstaudioresample.c:
6466           use base class' newsegment to properly timestamp
6467
6468 2005-08-26  Wim Taymans  <wim@fluendo.com>
6469
6470         * gst/audioconvert/audioconvert.c: (if), (float),
6471         (audio_convert_get_func_index), (check_default),
6472         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6473         (audio_convert_clean_context), (audio_convert_get_sizes),
6474         (get_temp_buffer), (audio_convert_convert):
6475         * gst/audioconvert/gstaudioconvert.c:
6476         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
6477         (gst_audio_convert_transform_caps),
6478         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
6479         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
6480         Oops, allocate enough space to perform the channel mix.
6481
6482 2005-08-26  Wim Taymans  <wim@fluendo.com>
6483
6484         * gst/audioconvert/Makefile.am:
6485         * gst/audioconvert/audioconvert.c: (if), (float),
6486         (audio_convert_get_func_index), (check_default),
6487         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6488         (audio_convert_clean_context), (audio_convert_get_sizes),
6489         (get_temp_buffer), (audio_convert_convert):
6490         * gst/audioconvert/audioconvert.h:
6491         * gst/audioconvert/gstaudioconvert.c:
6492         (gst_audio_convert_class_init), (gst_audio_convert_init),
6493         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
6494         (gst_audio_convert_get_unit_size),
6495         (gst_audio_convert_transform_caps),
6496         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
6497         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
6498         * gst/audioconvert/gstaudioconvert.h:
6499         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
6500         (gst_channel_mix_fill_identical),
6501         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
6502         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
6503         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
6504         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
6505         (gst_channel_mix_mix):
6506         * gst/audioconvert/gstchannelmix.h:
6507         Cleanups, librarify a bit, optimize, better negotiation and more.
6508
6509 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6510
6511         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
6512         Another from MikeS:
6513         During typefinding, don't support negative offsets
6514         (offsets from the end of the stream) in our typefind->peek() function
6515         - nothing embedded in ogg ever needs them. However, we need to recognise
6516         those requests and reject them, otherwise we return invalid pointers.
6517
6518 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6519
6520         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6521         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6522         (vorbisdec_finalize), (vorbis_handle_type_packet):
6523           Big shout-out to MikeS for fixing this giant memory leak.
6524           Huzzah!
6525
6526 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6527
6528         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
6529         (audio_convert_get_unit_size):
6530           plug some leaks
6531
6532 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6533
6534         * check/Makefile.am:
6535         * check/elements/audioconvert.c: (setup_audioconvert),
6536         (cleanup_audioconvert), (get_int_caps), (verify_convert),
6537         (GST_START_TEST), (audioconvert_suite), (main):
6538           add a test for audioconvert
6539         * gst/audioresample/gstaudioresample.c:
6540         * gst/audioresample/gstaudioresample.h:
6541           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
6542           note that for buffers of 1/3 sec this means DURATION(c) is 
6543           one nanosecond more than for a and b
6544
6545 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6546
6547         * check/Makefile.am:
6548         * check/elements/audioresample.c: (setup_audioresample),
6549         (cleanup_audioresample), (fail_unless_perfect_stream),
6550         (test_perfect_stream_instance), (GST_START_TEST),
6551           add a check for audioresample
6552         (audioresample_suite), (main):
6553         * check/elements/volume.c: (GST_START_TEST):
6554           remove unused method
6555         * gst/audioresample/gstaudioresample.c:
6556           set correct buffer parameters since we're changing them
6557         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6558           add some debug
6559
6560 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6561
6562         * gst/audioresample/debug.c:
6563         * gst/audioresample/gstaudioresample.c:
6564           add room for extra overlap samples when asked to transform size
6565           protect against possible mem corruption and check for discrepancies
6566           between written size and outbuffer's size so we can warn for
6567           potential problems
6568         * gst/audioresample/resample.c: (resample_init),
6569         (resample_get_output_size_for_input), (resample_get_output_size),
6570         (resample_set_n_channels), (resample_set_format):
6571           set debug level based on RESAMPLE_DEBUG env var
6572           make sure that get_output_size* returns a whole number of
6573           sample_size
6574           set sample_size each time either channel or format is set
6575         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
6576         * gst/audioresample/resample_functable.c:
6577         (resample_scale_functable):
6578         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6579           remove r->sample_size, it's done in resample.c now
6580           add some debugging to the ref implementation
6581           make sure we only give back bytes that are wholes of the sample
6582           size
6583
6584 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
6585         * gst/playback/gstplaybasebin.c: (fill_buffer):
6586         Revert unpopular change for GST_MESSAGE_SRC to GObject.
6587
6588 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
6589
6590         * gst/volume/gstvolume.c:
6591           made set_caps function static
6592
6593 2005-08-24  Wim Taymans  <wim@fluendo.com>
6594
6595         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6596         (gst_vorbisenc_change_state):
6597         Stop leaking taglists.
6598
6599 2005-08-24  Wim Taymans  <wim@fluendo.com>
6600
6601         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6602         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
6603         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
6604         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
6605         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6606         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
6607         Parse seeking events better.
6608         Unref static caps.
6609         Generate correct newsegment events, fixes seeking in live oggs.
6610
6611         * ext/theora/theoradec.c: (theora_dec_src_query),
6612         (theora_dec_src_event), (theora_dec_src_getcaps),
6613         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
6614         Use newsegment values to report correct play time.
6615
6616         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6617         (vorbis_dec_src_event), (vorbis_dec_sink_event):
6618         * ext/vorbis/vorbisdec.h:
6619         Parse and use newsegment values to report correct play time.
6620
6621         * gst-libs/gst/audio/gstbaseaudiosink.c:
6622         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6623         Clear ringbuffer on flush.
6624         Use newsegment values to calculate playback time.
6625
6626         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
6627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
6628         Basesink does newsegment calculations for us now.
6629
6630 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6631
6632         * check/Makefile.am:
6633         * configure.ac:
6634           add core's plugins to the mix so that playbin works
6635         * check/generic/states.c: (GST_START_TEST):
6636           set a 0 timeout on pipelines, so they don't force the next
6637           state change
6638         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
6639         (gst_play_base_bin_change_state):
6640           remove the crappy error handling and do GST error handling
6641
6642 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6643
6644         * check/Makefile.am:
6645         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
6646           add same test as to core, it bitches out on playbin atm.
6647
6648 2005-08-24  Wim Taymans  <wim@fluendo.com>
6649
6650         * configure.ac:
6651         Remove audioscale.
6652
6653 2005-08-24  Wim Taymans  <wim@fluendo.com>
6654
6655         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
6656         (gst_videoscale_prepare_size), (parse_caps),
6657         (gst_videoscale_set_caps), (gst_videoscale_get_size),
6658         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
6659         (gst_videoscale_transform):
6660         * gst/videoscale/gstvideoscale.h:
6661         Refactor, make use of BaseTranform really well.
6662
6663 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6664
6665         * configure.ac:
6666           compile audioresample
6667         * gst/audioresample/Makefile.am:
6668         * gst/audioresample/buffer.c:
6669         * gst/audioresample/functable.c:
6670         * gst/audioresample/gstaudioresample.c:
6671         * gst/audioresample/gstaudioresample.h:
6672         * gst/audioresample/resample.c:
6673         (resample_get_output_size_for_input):
6674         * gst/audioresample/resample.h:
6675         * gst/audioresample/resample_chunk.c:
6676         * gst/audioresample/resample_functable.c:
6677         * gst/audioresample/resample_ref.c:
6678           port to use basetransform; doesn't work in all cases yet
6679
6680 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6681
6682         * gst/audioconvert/gstaudioconvert.c:
6683         (gst_audio_convert_class_init), (gst_audio_convert_init),
6684         (audio_convert_get_unit_size), (audio_convert_transform_caps),
6685         (audio_convert_fixate_caps), (audio_convert_set_caps),
6686         (audio_convert_transform),
6687         (gst_audio_convert_buffer_to_default_format),
6688         (gst_audio_convert_buffer_from_default_format),
6689         (gst_audio_convert_channels):
6690         * gst/audioconvert/gstchannelmix.c:
6691         * gst/audioconvert/gstchannelmix.h:
6692           port to basetransform
6693         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6694         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
6695         (gst_ffmpegcsp_get_unit_size):
6696         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6697         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
6698           fix for basetransform changes
6699
6700 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6701
6702         * check/Makefile.am:
6703           Add CHECK_CFLAGS and LDFLAGS
6704
6705         * gst/playback/gstplaybasebin.c: (fill_buffer):
6706           GST_MESSAGE_SRC became a GObject
6707
6708 2005-08-24  Wim Taymans  <wim@fluendo.com>
6709
6710         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
6711         (gst_ring_buffer_clear_all):
6712         * gst-libs/gst/audio/gstringbuffer.h:
6713         Added function to clear the ringbuffer.
6714
6715 2005-08-24  Andy Wingo  <wingo@pobox.com>
6716
6717         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
6718         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
6719         of _open and _close.
6720
6721         * sys/v4l/gstv4lxoverlay.h:
6722         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
6723         an Xv connection here, instead of all the time. Make Xv only be
6724         loaded if you axe for it. Kindof a workaround for buggy behaviour
6725         of Xv when using remote xservers (XvQueryExtension would block).
6726         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
6727         replace the _open and _close public API. Only start the xv
6728         connection if necessary.
6729         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
6730
6731 2005-08-23  David Schleef  <ds@schleef.org>
6732
6733         * gst/audioresample/Makefile.am: Leet audioresampling code
6734         * gst/audioresample/buffer.c:
6735         * gst/audioresample/buffer.h:
6736         * gst/audioresample/debug.c:
6737         * gst/audioresample/debug.h:
6738         * gst/audioresample/functable.c:
6739         * gst/audioresample/functable.h:
6740         * gst/audioresample/gstaudioresample.c:
6741         * gst/audioresample/gstaudioresample.h:
6742         * gst/audioresample/resample.c:
6743         * gst/audioresample/resample.h:
6744         * gst/audioresample/resample_chunk.c:
6745         * gst/audioresample/resample_functable.c:
6746         * gst/audioresample/resample_ref.c:
6747
6748 2005-08-23  Wim Taymans  <wim@fluendo.com>
6749
6750         * examples/seeking/seek.c: (make_vorbis_pipeline),
6751         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
6752         Small seek updates.
6753
6754 2005-08-23  Andy Wingo  <wingo@pobox.com>
6755
6756         * gst-libs/gst/audio/gstbaseaudiosrc.c
6757         (gst_base_audio_src_fixate): Only fixate endianness if it is
6758         present in the caps.
6759
6760 2005-08-22  Andy Wingo  <wingo@pobox.com>
6761
6762         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
6763         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
6764         device-name property.
6765
6766         * gst-libs/gst/audio/gstaudiosrc.h:
6767         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
6768         close_device in the ring buffer, like gstaudiosink.
6769
6770         * ext/alsa/gstalsamixer.h:
6771         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
6772         macro to implement the interface without much code. Cleanups. 
6773
6774         * ext/alsa/gstalsasrc.h:
6775         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
6776         READY.
6777
6778         * ext/alsa/Makefile.am: Add new files.
6779         * ext/alsa/gstalsamixerelement.c: 
6780         * ext/alsa/gstalsamixerelement.c: Split element code out from
6781         mixer code so that alsasrc can be a mixer too.
6782
6783 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6784
6785         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6786         (GST_START_TEST):
6787         * check/elements/vorbisdec.c: (setup_vorbisdec),
6788         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
6789         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6790         (vorbis_handle_identification_packet),
6791         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
6792         (vorbis_handle_header_packet), (vorbis_dec_push),
6793         (vorbis_dec_chain):
6794           use the setup/teardown methods to save code.  save code is good.
6795
6796 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6797
6798         * check/Makefile.am:
6799           add ext dir for plugins
6800           add vorbisdec test conditionally
6801         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6802         (GST_START_TEST), (volume_suite):
6803           add a test with wrong caps
6804         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
6805         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
6806           add a vorbisdec test
6807         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
6808         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
6809           clean up debug output
6810         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6811           yay, fix a segfault/security issue in vorbisdec
6812           gst-launch fakesrc ! vorbisdec wasn't happy
6813         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
6814         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
6815         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
6816         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
6817         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
6818         (gst_vorbisenc_set_metadata), (get_constraints_string),
6819         (update_start_message), (gst_vorbisenc_setup),
6820         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
6821         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
6822         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
6823         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
6824         * ext/vorbis/vorbisenc.h:
6825           march in line
6826         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6827         (gst_ffmpegcsp_transform):
6828           have the kow come home
6829         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6830           debug my func ptr
6831         * gst/volume/gstvolume.c: (volume_set_caps):
6832           add a debug
6833
6834 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6835
6836         * Makefile.am:
6837         * check/.cvsignore:
6838         * check/Makefile.am:
6839         * check/elements/.cvsignore:
6840         * check/elements/volume.c: (chain_func), (event_func),
6841         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
6842         (main):
6843         * configure.ac:
6844           add unit test structure for gst-plugins-base
6845           add a test for volume
6846         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
6847         (gst_volume_set_volume), (gst_volume_get_volume),
6848         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
6849         (volume_funcfind), (volume_process_float), (volume_process_int16),
6850         (volume_set_caps), (volume_transform), (volume_update_mute),
6851         (volume_update_volume), (volume_set_property),
6852         (volume_get_property):
6853           document a little; use basetransform vmethod _set_caps
6854
6855 2005-08-19  Andy Wingo  <wingo@pobox.com>
6856
6857         * ext/alsa/gstalsamixertrack.h:
6858         * ext/alsa/gstalsamixertrack.c:
6859         * ext/alsa/gstalsamixeroptions.h:
6860         * ext/alsa/gstalsamixeroptions.c:
6861         * ext/alsa/gstalsamixer.h:
6862         * ext/alsa/gstalsamixer.c: Port to 0.9.
6863
6864         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
6865         Remove gstalsa.c and alsaclock. No more cruft here.
6866         
6867 2005-08-18  Wim Taymans  <wim@fluendo.com>
6868
6869         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6870         (gst_base_rtp_depayload_chain),
6871         (gst_base_rtp_depayload_add_to_queue),
6872         (gst_base_rtp_depayload_push),
6873         (gst_base_rtp_depayload_queue_release):
6874         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6875         Fix for RTPBuffer changes.
6876
6877         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
6878         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
6879         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
6880         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
6881         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
6882         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
6883         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
6884         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
6885         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
6886         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
6887         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
6888         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
6889         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
6890         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
6891         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
6892         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
6893         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
6894         (gst_rtpbuffer_get_payload):
6895         * gst-libs/gst/rtp/gstrtpbuffer.h:
6896         Don't subclass GstBuffer but add methods and helper functions
6897         to construct and manipulate RTP packets in regular GstBuffers.
6898
6899 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
6900
6901         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6902           moved statement below switch
6903         * gst/volume/gstvolume.c: (gst_volume_class_init):
6904           added debug ptr
6905
6906 2005-08-16  Wim Taymans  <wim@fluendo.com>
6907
6908         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6909         (gst_base_audio_src_change_state):
6910         Open and close device in READY<->NULL state change.
6911
6912 2005-08-16  Andy Wingo  <wingo@pobox.com>
6913
6914         * examples/seeking/Makefile.am: Don't compile non-compiling
6915         compiled objects with the compiler.
6916
6917         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
6918         elements.
6919
6920 2005-08-12  Philippe Khalaf <burger@speedy.org>
6921         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6922         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6923           Made a thread to release the queue.
6924           Removed timestamp conversion for now.
6925
6926 2005-08-10  Philippe Khalaf <burger@speedy.org>
6927         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6928         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6929           Added rtp timestamp -> gst timestamp conversion.
6930           Fixed several problems with queue.
6931
6932 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
6933
6934         * gst-libs/gst/audio/gstaudioclock.h:
6935         * gst-libs/gst/audio/gstaudiofilter.h:
6936         * gst-libs/gst/audio/gstaudiosink.h:
6937         * gst-libs/gst/audio/gstaudiosrc.h:
6938         * gst-libs/gst/audio/gstbaseaudiosink.h:
6939         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6940         * gst-libs/gst/audio/gstringbuffer.h:
6941         * gst-libs/gst/net/gstnetbuffer.h:
6942         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6943         * gst-libs/gst/rtp/gstrtpbuffer.h:
6944           Add padding (you will need to rebuild gst-plugins-base,
6945           gst-plugins and all applications afterwards!)
6946
6947 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
6948
6949         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6950         (gst_riff_parse_chunk):
6951           Fix bug in debug message and add some more debug messages.
6952
6953 2005-08-08  Edward Hervey  <edward@fluendo.com>
6954
6955         * gst-libs/gst/riff/riff-media.c:
6956         backported updates since branch
6957
6958 2005-08-08  Andy Wingo  <wingo@pobox.com>
6959
6960         * gst-libs/gst/audio/gstbaseaudiosink.c
6961         (gst_base_audio_sink_change_state): Open the device in NULL->READY
6962         like good elements should. Close on READY->NULL too.
6963
6964         * gst-libs/gst/audio/gstaudiosink.c
6965         (gst_audioringbuffer_open_device,
6966         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
6967         (gst_audioringbuffer_release): Updates for new ring buffer API,
6968         hook into the new audio sink api.
6969
6970         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
6971         (GstAudioSinkClass.close): Just open and close the device -- no
6972         resource allocation or configuration.
6973         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
6974         vmethods, handle device setup and resource allocation.
6975
6976         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
6977         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
6978         base class API.
6979
6980         * gst-libs/gst/audio/gstringbuffer.h
6981         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
6982         New vmethods.
6983
6984         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
6985         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
6986         New API functions. The device should be opened before acquiring
6987         and closed after releasing.
6988
6989 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
6990
6991         * gst-libs/gst/interfaces/mixer.h:
6992           Reset padding to GST_PADDING.
6993
6994 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6995
6996         * gst/playback/gstplaybin.c: (remove_sinks):
6997           Remove visualization from parent explicitely; works around some
6998           apparent refcount issue that I haven't tracked down yet.
6999
7000 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7001
7002         * ext/alsa/gstalsasink.c: (set_hwparams):
7003           Assign debug category, add negotiation debug msgs.
7004
7005 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7006
7007         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
7008           Fix error code for file-not-found to NOT_FOUND.
7009
7010 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7011
7012         * common/gtk-doc-plugins.mak:
7013         * docs/plugins/Makefile.am:
7014         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7015         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7016           renamed to actual element names, so much nicer to look at
7017         * docs/plugins/tmpl/gstmultifdsink.sgml:
7018           remove
7019         * docs/plugins/tmpl/multifdsink.sgml:
7020         * docs/plugins/tmpl/tcpserversink.sgml:
7021           add
7022         * ext/alsa/gstalsa.c:
7023         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
7024         * ext/ogg/gstoggmux.c:
7025         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
7026         * gst/playback/gstdecodebin.c:
7027         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
7028         * gst/tcp/gsttcpserversink.c:
7029           various fixes and documentation additions
7030
7031 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7032
7033         * common/Makefile.am:
7034         * common/gstdoc-scangobj:
7035         * common/gtk-doc-plugins.mak:
7036         * common/gtk-doc.mak:
7037           add a custom scangobj that uses the registry
7038           add a custom gtk-doc-plugins.mak that uses it
7039           some doc build fixes
7040         * configure.ac:
7041         * docs/Makefile.am:
7042         * docs/plugins/Makefile.am:
7043         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7044         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7045         * docs/plugins/gst-plugins-base-plugins.types:
7046         * docs/plugins/tmpl/gstmultifdsink.sgml:
7047           add docs for one element, multifdsink
7048         * gst/adder/gstadder.h:
7049         * gst/volume/gstvolume.h:
7050           don't privatize enum
7051         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
7052         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
7053         (gst_sync_method_get_type), (gst_client_status_get_type),
7054         (gst_multifdsink_class_init),
7055         (gst_multifdsink_client_queue_buffer),
7056         (gst_multifdsink_handle_client_write):
7057         * gst/tcp/gstmultifdsink.h:
7058         * gst/tcp/gsttcp.h:
7059         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7060         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
7061         (gst_tcpclientsink_render):
7062         * gst/tcp/gsttcpclientsink.h:
7063         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
7064         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
7065         (gst_tcpclientsrc_start):
7066         * gst/tcp/gsttcpclientsrc.h:
7067         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
7068         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
7069         * gst/tcp/gsttcpserversrc.h:
7070         * gst/typefind/gsttypefindfunctions.c:
7071           remove superfluous Type stuff
7072
7073 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7074
7075         * gst/playback/gstplaybin.c: (gen_video_element):
7076           Enable videoscale.
7077
7078 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7079
7080         * gst-libs/gst/gconf/gconf.c:
7081         * gst-libs/gst/gconf/gconf.h:
7082           Fix some Andy Problem [tm].
7083
7084 2005-08-04  Andy Wingo  <wingo@pobox.com>
7085
7086         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
7087         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
7088         (gst_ffmpegcsp_get_size): Adapt to API changes.
7089
7090         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
7091         Implement an in-place do-nothing transform.
7092
7093 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7094
7095         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
7096         (gst_ximagesink_renegotiate_size):
7097           Do not set new window sizes yet if we prepare a new buffer size
7098           for upstream renegotiation (software scaling) at some point in the
7099           future, because this new size waqs not actually accepted yet. Once
7100           accepted, renegotiation later on will set the new sizes just fine.
7101           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
7102           embedding testcase.
7103
7104 2005-08-03  Andy Wingo  <wingo@pobox.com>
7105
7106         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
7107         (gst_ximagesink_buffer_alloc): 
7108         Protect the height, width, and desired_caps with the pool_lock.
7109         Fixes videotestsrc ! queue ! ximagesink.
7110
7111 2005-08-02  Edward Hervey  <edward@fluendo.com>
7112
7113         * gst/volume/gstvolume.c:
7114         include left from controller cleanup
7115
7116 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
7117         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
7118           Stop collectpads before calling the parent state
7119           change function on PAUSED->READY.
7120
7121 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
7122         * configure.ac:
7123           When testing for X libs, use the X CFlags 
7124         * gst/adder/gstadder.c: (gst_adder_change_state):
7125           Stop the collectpads before calling parent state change function
7126           on PAUSED->READY, otherwise we deadlock deactivating pads.
7127
7128 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
7129
7130         * configure.ac:
7131         * docs/libs/tmpl/gstcolorbalance.sgml:
7132         * docs/libs/tmpl/gstmixer.sgml:
7133         * examples/Makefile.am:
7134         * gst/sine/Makefile.am:
7135         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
7136         (gst_sinesrc_set_property), (plugin_init):
7137         * gst/sine/gstsinesrc.h:
7138         * gst/volume/Makefile.am:
7139         * gst/volume/gstvolume.c: (gst_volume_set_volume),
7140         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
7141         (volume_process_float), (volume_process_int16),
7142         (volume_set_property), (plugin_init):
7143         * gst/volume/gstvolume.h:
7144           deactivate and remove dparams (libgstcontrol)
7145
7146 2005-07-29  Wim Taymans  <wim@fluendo.com>
7147
7148         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
7149         Convert me to BaseTransform!! help..
7150
7151 2005-07-29  Andy Wingo  <wingo@pobox.com>
7152
7153         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
7154         sinks.
7155
7156         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
7157         support of both endiannesses.
7158
7159 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
7160
7161         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7162           Fix confusing debug message (s/event/query/)
7163
7164 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
7165
7166         * gst/videotestsrc/videotestsrc.h:
7167           Use "_stdint.h" instead of <stdint.h>
7168
7169 2005-07-27  Wim Taymans  <wim@fluendo.com>
7170
7171         * ext/vorbis/Makefile.am:
7172         Revert wrong commit.
7173
7174 2005-07-27  Wim Taymans  <wim@fluendo.com>
7175
7176         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
7177         More compilation fixen.
7178
7179 2005-07-27  Wim Taymans  <wim@fluendo.com>
7180
7181         * gst-libs/gst/audio/gstbaseaudiosink.c:
7182         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
7183         (gst_base_audio_sink_create_ringbuffer),
7184         (gst_base_audio_sink_change_state):
7185         Fix compilation.
7186
7187 2005-07-27  Wim Taymans  <wim@fluendo.com>
7188
7189         * examples/seeking/seek.c: (setup_dynamic_link),
7190         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
7191         (query_positions_elems), (query_positions_pads), (do_seek):
7192         Update seek example.
7193
7194         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
7195         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
7196         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
7197         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7198         (gst_ogg_demux_handle_event),
7199         (gst_ogg_demux_deactivate_current_chain),
7200         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7201         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
7202         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
7203         (gst_ogg_demux_loop):
7204         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
7205         * ext/theora/theoradec.c: (theora_dec_src_event),
7206         (theora_dec_src_getcaps), (theora_dec_sink_event),
7207         (theora_dec_push), (theora_dec_chain):
7208         * ext/vorbis/Makefile.am:
7209         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
7210         (vorbis_dec_sink_event), (vorbis_dec_push),
7211         (vorbis_handle_data_packet):
7212         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
7213         (gst_vorbisenc_chain):
7214         * gst/playback/gststreaminfo.c: (cb_probe):
7215         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
7216         * gst/videorate/gstvideorate.c: (gst_videorate_event):
7217         * gst/videoscale/gstvideoscale.c:
7218         (gst_videoscale_handle_src_event):
7219         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
7220         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
7221         (gst_ximagesink_navigation_send_event):
7222         * sys/xvimage/xvimagesink.c:
7223         (gst_xvimagesink_navigation_send_event):
7224         Various event updates and cleanups
7225
7226 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7227
7228         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
7229           Fix segfault for I420/YV12.
7230
7231 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7232
7233         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
7234           Report bitrate.
7235
7236 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7237
7238         * gst/playback/gstplaybin.c: (gen_video_element),
7239         (gen_audio_element):
7240           Switch to auto*sink elements as default sinks; add volume element
7241           so that volume control in totem works.
7242
7243 2005-07-21  Wim Taymans  <wim@fluendo.com>
7244
7245         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
7246         * gst/playback/gstplaybin.c: (setup_sinks),
7247         (gst_play_bin_change_state):
7248         Refcount fix and more comments.
7249
7250 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7251
7252         * sys/ximage/Makefile.am:
7253         * sys/ximage/ximage.c: (plugin_init):
7254         * sys/ximage/ximagesink.c:
7255         Prepare for adding ximagesrc, rename of plugin to ximage etc.
7256         
7257
7258 2005-07-21  Wim Taymans  <wim@fluendo.com>
7259
7260         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
7261         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
7262         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7263         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7264         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
7265         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
7266         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
7267         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
7268         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
7269         Generate correct disconts for live chained oggs.
7270
7271         * gst-libs/gst/audio/gstbaseaudiosink.c:
7272         (gst_base_audio_sink_render),
7273         (gst_base_audio_sink_create_ringbuffer),
7274         (gst_base_audio_sink_change_state):
7275         Handle discont math correctly.
7276
7277         * gst/playback/gstplaybin.c: (add_sink):
7278         Some small debug cleanup.
7279
7280 2005-07-21  Wim Taymans  <wim@fluendo.com>
7281
7282         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
7283         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
7284         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7285         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7286         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
7287         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
7288         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7289         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
7290         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
7291         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7292         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
7293         (gst_ogg_demux_change_state), (gst_ogg_print):
7294         Reorganize code to send the right disconts when in streaming
7295         mode.
7296
7297 2005-07-20  Andy Wingo  <wingo@pobox.com>
7298
7299         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
7300         fix (?), fixes a seggie mcfalterson (#310894).
7301
7302 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7303
7304         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
7305         (gst_ogg_mux_set_header_on_caps):
7306         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7307         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7308         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
7309         * gst-libs/gst/audio/multichannel.c:
7310         (gst_audio_set_channel_positions),
7311         (gst_audio_set_structure_channel_positions_list):
7312         * gst/playback/gstdecodebin.c: (dynamic_create):
7313         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
7314         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
7315           Fixes for API changes in core.
7316
7317 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7318
7319         * gst/playback/gstplaybasebin.c: (fill_buffer):
7320           Use _new_custom() so we can set custom message types for buffering
7321           messages.
7322
7323 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7324
7325         * configure.ac:
7326         * gst-libs/gst/Makefile.am:
7327         * gst-libs/gst/gconf/.cvsignore:
7328         * gst-libs/gst/gconf/Makefile.am:
7329         * gst-libs/gst/gconf/test-gconf.c:
7330         * pkgconfig/Makefile.am:
7331         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
7332         * pkgconfig/gstreamer-gconf.pc.in:
7333           Remove gconf stuff, use gconf elements instead from now on.
7334
7335 2005-07-20  Wim Taymans  <wim@fluendo.com>
7336
7337         * gst-libs/gst/audio/TODO:
7338         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
7339         (gst_audio_clock_get_internal_time):
7340         * gst-libs/gst/audio/gstaudioclock.h:
7341         * gst-libs/gst/audio/gstbaseaudiosink.c:
7342         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
7343         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
7344         (gst_base_audio_sink_render),
7345         (gst_base_audio_sink_create_ringbuffer),
7346         (gst_base_audio_sink_change_state):
7347         Make sure the audio clock always returns an increasing value.
7348
7349 2005-07-19  Andy Wingo  <wingo@pobox.com>
7350
7351         * gst/videotestsrc/: Cleanups.
7352
7353 2005-07-19  Wim Taymans  <wim@fluendo.com>
7354
7355         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
7356         Better debugging.
7357
7358 2005-07-19  Wim Taymans  <wim@fluendo.com>
7359
7360         * examples/seeking/seek.c: (make_dv_pipeline),
7361         (make_vorbis_theora_pipeline), (query_rates),
7362         (query_positions_elems), (query_positions_pads), (do_seek):
7363         Make correct DV pipeline.
7364
7365 2005-07-18  Andy Wingo  <wingo@pobox.com>
7366
7367         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
7368         default. Also because it's the only thing that really works. (This
7369         is used in the GConf elements).
7370         Use AS_LIBTOOL_TAGS.
7371
7372 2005-07-18  Wim Taymans  <wim@fluendo.com>
7373
7374         * gst/playback/gstdecodebin.c: (remove_element_chain):
7375         * gst/playback/gstplaybin.c: (add_sink):
7376         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7377         (gst_stream_info_set_mute):
7378         * gst/playback/gststreamselector.c:
7379         (gst_stream_selector_get_linked_pad),
7380         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
7381         More leak and compile fixes.
7382
7383 2005-07-18  Wim Taymans  <wim@fluendo.com>
7384
7385         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7386         (query_rates), (query_positions_elems), (query_positions_pads),
7387         (do_seek), (seek_cb), (stop_seek):
7388         Updated seek example. 
7389
7390         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
7391         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
7392         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
7393         * gst/playback/gstplaybin.c: (add_sink):
7394         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7395         (gst_stream_info_set_mute):
7396         Some refcount leak fixes.
7397
7398 2005-07-16  Wim Taymans  <wim@fluendo.com>
7399
7400         * gst-libs/gst/audio/gstbaseaudiosink.c:
7401         (gst_base_audio_sink_render):
7402         Align samples even if we have roundoff errors in the 
7403         timestamp conversion.
7404
7405 2005-07-16  Wim Taymans  <wim@fluendo.com>
7406
7407         * docs/libs/tmpl/gstringbuffer.sgml:
7408         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7409         (query_rates), (query_positions_elems), (query_positions_pads),
7410         (update_scale), (do_seek):
7411         Updated seek example.
7412
7413         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7414         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
7415         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
7416         (gst_ogg_demux_loop):
7417         Push out correct discont values.
7418
7419         * ext/theora/theoradec.c: (theora_dec_src_convert),
7420         (theora_dec_sink_convert), (theora_dec_src_getcaps),
7421         (theora_dec_sink_event), (theora_handle_type_packet),
7422         (theora_handle_header_packet), (theora_dec_push),
7423         (theora_handle_data_packet), (theora_dec_chain),
7424         (theora_dec_change_state):
7425         Better timestamping.
7426
7427         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7428         (vorbis_dec_sink_event), (vorbis_dec_push),
7429         (vorbis_handle_data_packet), (vorbis_dec_chain):
7430         * ext/vorbis/vorbisdec.h:
7431         Better timestamping.
7432
7433         * gst-libs/gst/audio/gstbaseaudiosink.c:
7434         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
7435         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7436         Handle syncing on timestamps instead of sample offsets. Make
7437         use of DISCONT values as described in design docs.
7438
7439         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7440         (gst_base_audio_src_get_time):
7441         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
7442         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
7443         (gst_ring_buffer_read):
7444         * gst-libs/gst/audio/gstringbuffer.h:
7445         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
7446         (gst_ximagesink_show_frame):
7447         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
7448         Correcly convert buffer timestamp to stream time.
7449
7450 2005-07-16  Wim Taymans  <wim@fluendo.com>
7451
7452         * gst/audioconvert/gstaudioconvert.c:
7453         (gst_audio_convert_get_buffer):
7454         Timestamp buffers correctly.
7455
7456         * gst/playback/gstplaybin.c: (gen_video_element):
7457         Make internal fakesink silent.
7458
7459 2005-07-15  Wim Taymans  <wim@fluendo.com>
7460
7461         * gst/ffmpegcolorspace/Makefile.am:
7462         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7463         (gst_ffmpegcsp_caps_remove_format_info),
7464         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7465         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
7466         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
7467         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
7468         Ported ffmpegcolorspace to basetransform.
7469
7470         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
7471         * gst/volume/gstvolume.c: (volume_transform):
7472         Ported to new API.
7473
7474 2005-07-14  Wim Taymans  <wim@fluendo.com>
7475
7476         * gst/videotestsrc/Makefile.am:
7477         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
7478         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
7479         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
7480         (gst_videotestsrc_init), (gst_videotestsrc_event),
7481         (gst_videotestsrc_create), (gst_videotestsrc_start),
7482         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
7483         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
7484         (gst_videotestsrc_get_property):
7485         * gst/videotestsrc/gstvideotestsrc.h:
7486         Make videotestsrc a pushsrc.
7487
7488 2005-07-14  Wim Taymans  <wim@fluendo.com>
7489
7490         * gst/tcp/gstfdset.c: (gst_fdset_free):
7491         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
7492         (gst_multifdsink_add), (gst_multifdsink_remove),
7493         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
7494         (gst_multifdsink_remove_client_link),
7495         (gst_multifdsink_client_queue_data),
7496         (gst_multifdsink_client_queue_caps),
7497         (gst_multifdsink_client_queue_buffer),
7498         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
7499         (gst_multifdsink_stop):
7500         * gst/tcp/gstmultifdsink.h:
7501         0.8 backporting.
7502
7503         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
7504         Also draw image when not from a pool.
7505
7506 2005-07-14  Wim Taymans  <wim@fluendo.com>
7507
7508         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
7509         (mute_stream), (silence_stream):
7510         Small debug additions.
7511
7512 2005-07-14  Wim Taymans  <wim@fluendo.com>
7513
7514         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
7515         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7516         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
7517         Better error recovery, ignore unconnected pads and
7518         non-fatal errors.
7519
7520 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7521
7522         * docs/libs/tmpl/gstaudio.sgml:
7523         * docs/libs/tmpl/gstcolorbalance.sgml:
7524         * docs/libs/tmpl/gstgconf.sgml:
7525         * docs/libs/tmpl/gstmixer.sgml:
7526         * docs/libs/tmpl/gstringbuffer.sgml:
7527         * docs/libs/tmpl/gsttuner.sgml:
7528         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7529         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7530         (gst_tcpclientsrc_class_init):
7531         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7532         (gst_tcpserversrc_class_init):
7533         * sys/v4l/gstv4lelement.c:
7534           more autistic cleanliness in functions/names/defines
7535
7536 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7537
7538         * configure.ac:
7539           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
7540           added manually to each Makefile.am so we are sure it goes
7541           *last* and doesn't add -L flags before linking in libs of our
7542           own, like, say, internal .la libs, that then accidentally pick
7543           up the installed copy.
7544         * docs/libs/Makefile.am:
7545         * ext/alsa/Makefile.am:
7546         * ext/cdparanoia/Makefile.am:
7547         * ext/gnomevfs/Makefile.am:
7548         * ext/libvisual/Makefile.am:
7549         * ext/ogg/Makefile.am:
7550         * ext/theora/Makefile.am:
7551         * ext/vorbis/Makefile.am:
7552         * gst-libs/gst/video/Makefile.am:
7553         * gst/adder/Makefile.am:
7554         * gst/audioconvert/Makefile.am:
7555         * gst/audiorate/Makefile.am:
7556         * gst/audioscale/Makefile.am:
7557         * gst/ffmpegcolorspace/Makefile.am:
7558         * gst/playback/Makefile.am:
7559         * gst/sine/Makefile.am:
7560         * gst/subparse/Makefile.am:
7561         * gst/tags/Makefile.am:
7562         * gst/tcp/Makefile.am:
7563         * gst/typefind/Makefile.am:
7564         * gst/videorate/Makefile.am:
7565         * gst/videoscale/Makefile.am:
7566         * gst/videotestsrc/Makefile.am:
7567         * gst/volume/Makefile.am:
7568         * sys/v4l/Makefile.am:
7569         * sys/ximage/Makefile.am:
7570         * sys/xvimage/Makefile.am:
7571           adapt properly to this change. This should make sure that
7572           plugins and libs properly link to the as-yet-uninstalled
7573           copies of stuff like libgstinterfaces and libgstvideo
7574
7575 2005-07-13  Andy Wingo  <wingo@pobox.com>
7576
7577         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
7578         (gst_v4lsrc_fixate): Fixate on format as well.
7579
7580         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
7581         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
7582         buffer points to it.
7583         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
7584         rather just doing X calls ourselves. Also fixes a memleak.
7585
7586 2005-07-12  Andy Wingo  <wingo@pobox.com>
7587
7588         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
7589         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
7590         (gst_v4lsrc_create): Re-add the copy-mode property, default to
7591         TRUE to avoid deadlocks if an element holds on to our buffers.
7592
7593 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7594
7595         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7596         (gst_sinesrc_init), (gst_sinesrc_create),
7597         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7598         (gst_sinesrc_start):
7599         * gst/sine/gstsinesrc.h:
7600           removing num-buffers property before moving it
7601
7602 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7603
7604         * configure.ac:
7605           use overridable ERROR_CFLAGS
7606         * docs/libs/gst-plugins-base-libs.types:
7607         * docs/libs/tmpl/gstringbuffer.sgml:
7608         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
7609         (gst_alsasink_class_init):
7610         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7611         (gst_alsasrc_class_init):
7612         * gst-libs/gst/audio/audio.h:
7613         * gst-libs/gst/audio/gstaudioclock.h:
7614         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
7615         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
7616         (gst_audio_filter_link), (gst_audio_filter_init),
7617         (gst_audio_filter_chain), (gst_audio_filter_set_property),
7618         (gst_audio_filter_get_property),
7619         (gst_audio_filter_class_add_pad_templates):
7620         * gst-libs/gst/audio/gstaudiofilter.h:
7621         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7622         (gst_audio_filter_template_get_type),
7623         (gst_audio_filter_template_base_init),
7624         (gst_audio_filter_template_class_init),
7625         (gst_audio_filter_template_init),
7626         (gst_audio_filter_template_set_property),
7627         (gst_audio_filter_template_get_property), (plugin_init),
7628         (gst_audio_filter_template_setup),
7629         (gst_audio_filter_template_filter),
7630         (gst_audio_filter_template_filter_inplace):
7631         * gst-libs/gst/audio/gstaudiosink.c:
7632         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7633         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
7634         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7635         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7636         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
7637         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
7638         * gst-libs/gst/audio/gstaudiosink.h:
7639         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7640         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7641         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7642         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
7643         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
7644         (gst_audio_src_class_init), (gst_audio_src_init),
7645         (gst_audio_src_create_ringbuffer):
7646         * gst-libs/gst/audio/gstaudiosrc.h:
7647         * gst-libs/gst/audio/gstbaseaudiosink.c:
7648         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
7649         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
7650         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
7651         (gst_base_audio_sink_set_property),
7652         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
7653         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
7654         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
7655         (gst_base_audio_sink_create_ringbuffer),
7656         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
7657         * gst-libs/gst/audio/gstbaseaudiosink.h:
7658         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7659         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
7660         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
7661         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
7662         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
7663         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
7664         (gst_base_audio_src_event), (gst_base_audio_src_create),
7665         (gst_base_audio_src_create_ringbuffer),
7666         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
7667         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7668         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7669         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
7670         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
7671         (gst_ring_buffer_debug_spec_caps),
7672         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
7673         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
7674         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
7675         (gst_ring_buffer_start), (gst_ring_buffer_pause),
7676         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
7677         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
7678         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
7679         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
7680         (gst_ring_buffer_clear):
7681         * gst-libs/gst/audio/gstringbuffer.h:
7682         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7683         (gst_video_sink_class_init), (gst_video_sink_get_type):
7684         * gst-libs/gst/video/videosink.h:
7685         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7686         (gst_multifdsink_class_init),
7687         (gst_multifdsink_handle_client_write),
7688         (gst_multifdsink_change_state):
7689         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7690         (gst_tcpclientsink_setcaps):
7691         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7692         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
7693         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
7694         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
7695         (gst_ximagesink_send_pending_navigation),
7696         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
7697         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
7698         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
7699         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7700         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
7701         (gst_xvimagesink_send_pending_navigation),
7702         (gst_xvimagesink_navigation_send_event),
7703         (gst_xvimagesink_set_xwindow_id),
7704         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
7705         (gst_xvimagesink_get_type):
7706         more macro splitting
7707
7708 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7709
7710         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7711           plug a memleak, allows me to import 1479 albums in one go
7712           in jamboree
7713         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7714         (vorbis_handle_type_packet), (vorbis_dec_chain),
7715         (vorbis_dec_change_state):
7716           fix some format strings
7717
7718 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7719
7720         * docs/libs/tmpl/gstcolorbalance.sgml:
7721         * docs/libs/tmpl/gstmixer.sgml:
7722         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7723         (gst_alsasink_set_property), (gst_alsasink_get_property):
7724         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7725         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
7726           add device property
7727
7728 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7729
7730         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7731         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7732         (audiocast_register_listener), (audiocast_thread_run),
7733         (gst_gnomevfssrc_send_additional_headers_callback),
7734         (gst_gnomevfssrc_received_headers_callback),
7735         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
7736         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
7737         (gst_gnomevfssrc_get_size):
7738           add/clean up debugging
7739         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
7740           cleanups
7741
7742 2005-07-07  Andy Wingo  <wingo@pobox.com>
7743
7744         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
7745         framerate. Need to get a handle on when exactly this function is
7746         called, tho.
7747
7748         * sys/v4l/v4lsrc_calls.h:
7749         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
7750         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
7751         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
7752
7753         * sys/v4l/v4l_calls.h: Cast to V4lElement.
7754         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
7755         v4lelements are sources.
7756
7757         * sys/v4l/gstv4lxoverlay.h:
7758         * sys/v4l/gstv4lxoverlay.c:
7759         * sys/v4l/gstv4ltuner.h:
7760         * sys/v4l/gstv4ltuner.c: Header loc fixen.
7761         
7762         * sys/v4l/gstv4lsrc.h:
7763         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
7764         PushSrc/BaseSrc. Removed most sync-related properties, videorate
7765         or something should handle that. Made a live source.
7766
7767         * sys/v4l/gstv4lelement.h:
7768         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
7769         signals. Some cleanups.
7770
7771         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
7772
7773         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
7774         stuff.
7775
7776         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
7777         stuff.
7778
7779         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
7780
7781 2005-07-07  Wim Taymans  <wim@fluendo.com>
7782
7783         * ext/theora/theoradec.c: (theora_get_query_types),
7784         (theora_dec_src_getcaps), (theora_dec_push):
7785         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
7786         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
7787         Remove deprecated/unused query types.
7788
7789 2005-07-06  Wim Taymans  <wim@fluendo.com>
7790
7791         * ext/alsa/Makefile.am:
7792         * ext/alsa/gstalsaplugin.c: (plugin_init):
7793         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
7794         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7795         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
7796         (gst_alsasrc_class_init), (gst_alsasrc_init),
7797         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
7798         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
7799         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
7800         (gst_alsasrc_reset):
7801         * ext/alsa/gstalsasrc.h:
7802         * gst-libs/gst/audio/Makefile.am:
7803         * gst-libs/gst/audio/gstaudiosink.c:
7804         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7805         (gst_audioringbuffer_start):
7806         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7807         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7808         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
7809         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
7810         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7811         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7812         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
7813         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
7814         * gst-libs/gst/audio/gstaudiosrc.h:
7815         * gst-libs/gst/audio/gstbaseaudiosink.c:
7816         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7817         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
7818         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
7819         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7820         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
7821         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
7822         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
7823         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
7824         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
7825         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
7826         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
7827         (gst_baseaudiosrc_change_state):
7828         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7829         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7830         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
7831         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
7832         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7833         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
7834         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
7835         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
7836         * gst-libs/gst/audio/gstringbuffer.h:
7837         Added audiosource base classes.
7838         Ported alsasrc, still very basic.
7839
7840 2005-07-06  Wim Taymans  <wim@fluendo.com>
7841
7842         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
7843         (theora_dec_push), (theora_handle_data_packet):
7844         Prepare for better timestamp fix later.
7845
7846         * gst/audioconvert/gstaudioconvert.c:
7847         List most accurate caps first
7848
7849         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
7850         Use proper pad task function.
7851
7852         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7853         (gst_xvimagesink_show_frame):
7854         Fix deadlock when alloc failed.
7855
7856 2005-07-05  Andy Wingo  <wingo@pobox.com>
7857
7858         * ext/gnomevfs/gstgnomevfssrc.c:
7859         * gst/sine/gstsinesrc.c:
7860         * gst/tcp/gsttcpserversrc.c:
7861         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
7862
7863         * sys/v4l/: Port from 0.8.
7864
7865         * Many files: Null if we got it....
7866
7867 2005-07-05  Andy Wingo  <wingo@pobox.com>
7868
7869         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
7870         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
7871         Signedness fixes.
7872
7873 2005-07-05  Wim Taymans  <wim@fluendo.com>
7874
7875         * configure.ac:
7876         * gst/tcp/Makefile.am:
7877         * gst/tcp/README:
7878         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7879         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
7880         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
7881         (is_sync_frame), (gst_multifdsink_handle_client_write),
7882         (gst_multifdsink_render), (gst_multifdsink_start),
7883         (gst_multifdsink_stop), (gst_multifdsink_change_state):
7884         * gst/tcp/gstmultifdsink.h:
7885         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
7886         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
7887         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
7888         * gst/tcp/gsttcp.h:
7889         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7890         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
7891         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
7892         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
7893         * gst/tcp/gsttcpclientsink.h:
7894         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7895         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
7896         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
7897         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
7898         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
7899         * gst/tcp/gsttcpclientsrc.h:
7900         * gst/tcp/gsttcpplugin.c: (plugin_init):
7901         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
7902         * gst/tcp/gsttcpserversink.h:
7903         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7904         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
7905         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
7906         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
7907         (gst_tcpserversrc_stop):
7908         * gst/tcp/gsttcpserversrc.h:
7909         * gst/tcp/gsttcpsink.c:
7910         * gst/tcp/gsttcpsink.h:
7911         * gst/tcp/gsttcpsrc.c:
7912         * gst/tcp/gsttcpsrc.h:
7913         Ported tcp plugins to 0.9. 
7914         
7915
7916 2005-07-05  Andy Wingo  <wingo@pobox.com>
7917
7918         * gst/playback/gstplaybasebin.c (fill_buffer):
7919         message_new_application fixen.
7920
7921         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
7922         Style fix.
7923
7924 2005-07-04  Wim Taymans  <wim@fluendo.com>
7925
7926         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
7927         Set caps on output buffer.
7928
7929 2005-07-04  Andy Wingo  <wingo@pobox.com>
7930
7931         * ext/gnomevfs/gstgnomevfssrc.c
7932         (gst_gnomevfssrc_received_headers_callback) 
7933         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
7934         hopefully.
7935
7936         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
7937         No refcount leakage.
7938
7939         * configure.ac: Enable -Werror.
7940         
7941         * ext/theora/theoradec.c (theora_dec_src_getcaps):
7942         * gst/audioconvert/bufferframesconvert.c
7943         (buffer_frames_convert_fixate):
7944         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
7945         (gst_audio_convert_fixate):
7946         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
7947         (gst_sinesrc_create): Fixate func changes.
7948         
7949         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7950         (gst_ximagesink_buffer_alloc): Unused var.
7951
7952 2005-07-01  Andy Wingo  <wingo@pobox.com>
7953
7954         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
7955         getcaps to do explicit caps. Needs to be done in all decoders,
7956         possibly via a base class.
7957
7958         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
7959
7960         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
7961         caps on the sink pad, just rely on the pad template. Also, setting
7962         ANY caps on a pad is not valid because the caps are not fixed.
7963
7964         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
7965         caps on the buffer, and get the width from the desired_caps if
7966         they're set.
7967         (gst_ximagesink_renegotiate_size): Implement via setting the
7968         desired_caps on the ximagesink.
7969         (gst_ximagesink_setcaps): Only reset the width of the player if it
7970         wasn't already set. Not sure if this is right.
7971         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
7972
7973         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
7974         that the user wants. NULL unless the window has been resized.
7975
7976         * gst/volume/gstvolume.c (volume_transform): Adapt to
7977         basetransform refcount changes.
7978         
7979 2005-07-01  Andy Wingo  <wingo@pobox.com>
7980
7981         * gst/videoscale/gstvideoscale.c:
7982         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
7983         from BaseTransform, implements a transform_caps. Removed dead code
7984         including some PAR stuff that was never reached -- should probably
7985         be added back somehow.
7986
7987 2005-07-01  Andy Wingo  <wingo@pobox.com>
7988
7989         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
7990         come later.
7991
7992 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7993
7994         * configure.ac:
7995         * docs/libs/Makefile.am:
7996         * docs/libs/gst-plugins-libs.types:
7997         * ext/alsa/Makefile.am:
7998         * ext/alsa/gstalsamixer.h:
7999         * ext/alsa/gstalsamixeroptions.h:
8000         * ext/alsa/gstalsamixertrack.h:
8001         * gst-libs/gst/Makefile.am:
8002         * gst-libs/gst/colorbalance/.cvsignore:
8003         * gst-libs/gst/colorbalance/Makefile.am:
8004         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
8005         * gst-libs/gst/colorbalance/colorbalance.c:
8006         * gst-libs/gst/colorbalance/colorbalance.h:
8007         * gst-libs/gst/colorbalance/colorbalance.vcproj:
8008         * gst-libs/gst/colorbalance/colorbalancechannel.c:
8009         * gst-libs/gst/colorbalance/colorbalancechannel.h:
8010         * gst-libs/gst/interfaces/Makefile.am:
8011         * gst-libs/gst/interfaces/colorbalance.c:
8012         (gst_color_balance_class_init):
8013         * gst-libs/gst/interfaces/colorbalance.h:
8014         * gst-libs/gst/interfaces/interfaces-marshal.list:
8015         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
8016         * gst-libs/gst/interfaces/mixer.h:
8017         * gst-libs/gst/interfaces/mixeroptions.h:
8018         * gst-libs/gst/interfaces/navigation.c:
8019         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
8020         * gst-libs/gst/interfaces/tuner.h:
8021         * gst/volume/Makefile.am:
8022         * gst/volume/gstvolume.c:
8023         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
8024         * sys/ximage/Makefile.am:
8025         * sys/ximage/ximagesink.c:
8026         * sys/xvimage/Makefile.am:
8027         * sys/xvimage/xvimagesink.c:
8028           fold in all interfaces into an interfaces dir, preserving CVS
8029           history
8030
8031 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8032
8033         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8034           Fix build after riff changes.
8035
8036 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8037
8038         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8039         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
8040         (gst_riff_create_video_template_caps),
8041         (gst_riff_create_audio_template_caps),
8042         (gst_riff_create_iavs_template_caps):
8043         * gst-libs/gst/riff/riff-media.h:
8044         * gst-libs/gst/riff/riff-read.h:
8045         * gst-libs/gst/riff/riff.c: (gst_riff_init):
8046           Add gst_riff_init() to initialize the debug category, instead
8047           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
8048
8049 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8050
8051         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
8052           Oops, I shouldn't apply hacks.
8053
8054 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8055
8056         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
8057           Remove pad_loop function which doesn't work.
8058
8059 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8060
8061         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
8062           Send EOS when deactivating.
8063         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
8064         (check_queue), (queue_threshold_reached), (queue_out_of_data),
8065         (gen_preroll_element), (probe_triggered), (mute_stream),
8066         (silence_stream), (new_decoded_pad), (setup_substreams),
8067         (set_active_source):
8068         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
8069         (remove_sinks), (add_sink):
8070         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
8071           Change for new probe API.
8072
8073 2005-06-29  Wim Taymans  <wim@fluendo.com>
8074
8075         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
8076         * gst-libs/gst/audio/gstbaseaudiosink.c:
8077         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
8078         (gst_baseaudiosink_change_state):
8079         * gst-libs/gst/audio/gstbaseaudiosink.h:
8080         * gst-libs/gst/audio/gstringbuffer.c:
8081         (gst_ringbuffer_set_callback):
8082         Fix compilation error.
8083         Ringbuffer starts out as not running.
8084         Free our clock in dispose.
8085         When releasing the ringbuffer we need to renegotiate so
8086         clear the pad caps.
8087
8088 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8089
8090         * autogen.sh:
8091         * configure.ac:
8092         * docs/Makefile.am:
8093         * docs/libs/Makefile.am:
8094         * docs/libs/gst-plugins-libs-docs.sgml:
8095         * docs/libs/gst-plugins-libs-sections.txt:
8096         * docs/libs/gst-plugins-libs.types:
8097         * docs/libs/tmpl/gstaudio.sgml:
8098         * docs/libs/tmpl/gstcolorbalance.sgml:
8099         * docs/libs/tmpl/gstringbuffer.sgml:
8100         * gst-libs/gst/audio/gstringbuffer.c:
8101         (gst_ringbuffer_set_callback):
8102           reinstate gtk-doc docs for plugin libs
8103
8104 2005-06-28  Wim Taymans  <wim@fluendo.com>
8105
8106         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8107         (gst_ogg_demux_init):
8108         Removed pad loop function.
8109
8110 2005-06-28  Wim Taymans  <wim@fluendo.com>
8111
8112         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8113         If we're building a chain we are not in an error case
8114         when we queue a buffer.
8115
8116 2005-06-28  Andy Wingo  <wingo@pobox.com>
8117
8118         * *.c: Don't cast to GstObject before reffing/unreffing.
8119
8120 2005-06-27  Andy Wingo  <wingo@pobox.com>
8121
8122         * gst/videotestsrc/gstvideotestsrc.c
8123         (gst_videotestsrc_activate_push): Activation API changes.
8124
8125         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
8126         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
8127         they have refs on the decodebin.
8128
8129         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
8130         parent class.
8131         (gst_ogg_pad_typefind): Don't leak a pad ref.
8132         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
8133         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
8134         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
8135
8136 2005-06-27  Edward Hervey  <edward@fluendo.com>
8137
8138         * ext/theora/theoradec.c: (theora_dec_change_state): 
8139         re-arranged call to parent's state change in order to avoid locks (or
8140         worse).
8141
8142 2005-06-26  Edward Hervey  <edward@fluendo.com>
8143
8144         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8145         2nd argument of 'unknow-type' signal is a GstCaps and not a
8146         GstMiniObject
8147
8148 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
8149         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
8150           Set the worker thread's running flag to TRUE before starting the
8151           thread.
8152         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
8153           Catch a failure to add typefind to the bin.
8154
8155 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8156
8157         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8158         (gst_sinesrc_init), (gst_sinesrc_create),
8159         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
8160         (gst_sinesrc_start):
8161         * gst/sine/gstsinesrc.h:
8162           add num-buffers and timestamp-offset properties
8163         * gst/videotestsrc/gstvideotestsrc.c:
8164         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
8165         (gst_videotestsrc_get_property):
8166           add timestamp-offset property
8167
8168 2005-06-23  Christian Schaller  <uraeus@gnome.org>
8169
8170         * configure.ac: add videorate
8171         * gst-plugins-base.spec.in: add videorate
8172
8173 2005-06-23  Wim Taymans  <wim@fluendo.com>
8174
8175         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8176         (gst_videorate_getcaps), (gst_videorate_setcaps),
8177         (gst_videorate_event), (gst_videorate_chain):
8178         Fixed videorate, fixating an already fixated caps is not
8179         an error.
8180
8181 2005-06-23  Wim Taymans  <wim@fluendo.com>
8182
8183         * ext/ogg/README:
8184         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
8185         Buffer on caps is not boxed anymore.
8186
8187 2005-06-22  Wim Taymans  <wim@fluendo.com>
8188
8189         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
8190         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8191         Set buffers on caps as miniobjects and not as boxed.
8192
8193 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8194
8195         * configure.ac:
8196           back to HEAD
8197
8198 === release 0.9.1 ===
8199
8200 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8201
8202         * .cvsignore:
8203         * NEWS:
8204         * README:
8205         * RELEASE:
8206         * configure.ac:
8207         * po/af.po:
8208         * po/az.po:
8209         * po/cs.po:
8210         * po/en_GB.po:
8211         * po/hu.po:
8212         * po/it.po:
8213         * po/nb.po:
8214         * po/nl.po:
8215         * po/or.po:
8216         * po/sq.po:
8217         * po/sr.po:
8218         * po/sv.po:
8219         * po/uk.po:
8220         * po/vi.po:
8221           updates for release
8222
8223 2005-06-09  Andy Wingo  <wingo@pobox.com>
8224
8225         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
8226         
8227 2005-06-09  Andy Wingo  <wingo@pobox.com>
8228
8229         * configure.ac:
8230         * gst-libs/gst/Makefile.am:
8231         * gst-libs/gst/net/Makefile.am:
8232         Add gstnet to build.
8233
8234 2005-06-09  Andy Wingo  <wingo@pobox.com>
8235
8236         * gst-libs/gst/gconf/gconf.c:
8237         * gst/playback/test.c:
8238         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
8239         fixes.
8240
8241         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
8242
8243         * ext/theora/theoraenc.c (theora_enc_chain): 
8244         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
8245
8246         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
8247         RealPad.
8248
8249 2005-06-02  Wim Taymans  <wim@fluendo.com>
8250
8251         * gst-libs/gst/net/Makefile.am:
8252         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
8253         * pkgconfig/gstreamer-libs.pc.in:
8254         Added net stuff, version net lib.
8255
8256 2005-06-02  Wim Taymans  <wim@fluendo.com>
8257
8258         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8259         (query_rates), (query_positions_elems), (query_positions_pads),
8260         (do_seek):
8261         Updated seek example.
8262
8263 2005-06-02  Andy Wingo  <wingo@pobox.com>
8264
8265         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
8266         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
8267         list.
8268
8269         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
8270         remove the typefind, the bin dispose will do it for us. When it's
8271         removed and unreffed, the signal handler will be disconnected,
8272         too.
8273         (unlinked): It's too difficult to disconnect from unlinked
8274         handlers, as they are on pads not elements. Just punt if the pads
8275         aren't grandkids of the bin.
8276
8277 2005-06-02  Wim Taymans  <wim@fluendo.com>
8278
8279         * ext/ogg/README:
8280         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8281         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
8282         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
8283         * ext/theora/theoradec.c: (theora_dec_src_query),
8284         (theora_handle_data_packet):
8285         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8286         (theora_enc_chain):
8287         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8288         (vorbis_handle_data_packet):
8289         * gst/audioconvert/bufferframesconvert.c:
8290         (buffer_frames_convert_chain):
8291         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8292         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8293         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8294         (gst_ffmpegcsp_chain):
8295         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8296         (gst_videorate_getcaps), (gst_videorate_setcaps),
8297         (gst_videorate_event), (gst_videorate_chain):
8298         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
8299         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
8300         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8301         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
8302         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8303         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
8304         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
8305         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8306         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
8307         Cleanups and buffer alloc.
8308
8309 2005-05-31  Wim Taymans  <wim@fluendo.com>
8310
8311         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
8312         Don't try to call the delay method when the device is not
8313         opened.
8314
8315 2005-05-31  Wim Taymans  <wim@fluendo.com>
8316
8317         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
8318         Get actual segment size and buffer size after opening
8319         the device.
8320
8321 2005-05-30  Wim Taymans  <wim@fluendo.com>
8322
8323         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
8324         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
8325         Also FLUSH upstream, makes the loop function exit faster.
8326         
8327         * ext/theora/theoradec.c: (theora_dec_src_query):
8328         Some more debug info in the query.
8329         
8330         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8331         (gst_ximagesink_setcaps):
8332         Release lock on par error, better error reporting.
8333
8334 2005-05-26  Wim Taymans  <wim@fluendo.com>
8335
8336         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8337         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
8338         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
8339         Clear chains in READY
8340         Queue packets until the chain is activated.
8341
8342 2005-05-25  Wim Taymans  <wim@fluendo.com>
8343
8344         * gst-libs/gst/audio/gstaudiosink.c:
8345         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8346         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8347         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8348         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8349         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8350         (gst_audiosink_create_ringbuffer):
8351         * gst-libs/gst/audio/gstbaseaudiosink.c:
8352         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8353         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8354         (gst_baseaudiosink_set_property), (build_linear_format),
8355         (debug_spec_caps), (debug_spec_buffer),
8356         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8357         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8358         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8359         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8360         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8361         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8362         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8363         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8364         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8365         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8366         (wait_segment), (gst_ringbuffer_commit),
8367         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8368         (gst_ringbuffer_clear):
8369         Various small cleanups.
8370
8371         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8372         (gst_audio_convert_change_state):
8373         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
8374         No need to take the locks anymore.
8375
8376 2005-05-25  Wim Taymans  <wim@fluendo.com>
8377
8378         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8379         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
8380         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
8381         (type_found):
8382         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
8383         (group_destroy), (group_commit), (queue_overrun),
8384         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
8385         (mute_stream), (new_decoded_pad), (setup_substreams),
8386         (setup_source), (mute_group_type), (set_active_source),
8387         (gst_play_base_bin_change_state):
8388         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8389         (gen_video_element), (gen_text_element), (gen_audio_element),
8390         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
8391         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
8392         (gst_stream_info_dispose), (gst_stream_info_set_mute):
8393         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
8394         Some playbin cleanups mostly refcounting sloppyness.
8395
8396 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8397
8398         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8399           Work with streaming input.
8400
8401 2005-05-25  Wim Taymans  <wim@fluendo.com>
8402
8403         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8404         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8405         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8406         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
8407         No need to take the STREAM lock anymore.
8408
8409 2005-05-25  Wim Taymans  <wim@fluendo.com>
8410
8411         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
8412         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
8413         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
8414         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
8415         (gst_ogg_demux_sink_activate):
8416         * ext/theora/theoradec.c: (theora_dec_src_event),
8417         (theora_handle_comment_packet), (theora_dec_chain),
8418         (theora_dec_change_state):
8419         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8420         (vorbis_handle_data_packet), (vorbis_dec_chain),
8421         (vorbis_dec_change_state):
8422         Remove STREAM locks as they are taken in core now.
8423         Never set bogus granulepos on vorbis/theora.
8424         Fix leaks in theoradec tag parsing.
8425
8426 2005-05-25  Wim Taymans  <wim@fluendo.com>
8427
8428         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
8429         Fix memleaks, GST_BUFFER_DATA() is not freed.
8430
8431 2005-05-25  Wim Taymans  <wim@fluendo.com>
8432
8433         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
8434         Open non-blocking, set to blocking mode afterwards to avoid
8435         lockups when audio device is busy.
8436
8437 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8438
8439         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
8440           This can't be good.
8441
8442 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8443
8444         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8445         (gst_audio_convert_chain), (gst_audio_convert_link_src),
8446         (gst_audio_convert_setcaps):
8447           Implement instant setup switching.
8448
8449 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8450
8451         * gst/playback/gstplaybasebin.c: (probe_triggered):
8452           Fix missing unlock.
8453         * gst/playback/gstplaybin.c: (add_sink):
8454           First add, then link (otherwise pad link fails).
8455
8456 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8457
8458         * examples/Makefile.am:
8459         fix buildbot (make distcheck)
8460
8461 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8462
8463         * gst/playback/gstplaybin.c: (gen_vis_element):
8464           Remove some wrong code. Doesn't work yet.
8465
8466 2005-05-19  Wim Taymans  <wim@fluendo.com>
8467
8468         * gst-libs/gst/net/Makefile.am:
8469         * gst-libs/gst/net/README:
8470         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
8471         (gst_netbuffer_class_init), (gst_netbuffer_init),
8472         (gst_netbuffer_finalize), (gst_netbuffer_copy),
8473         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
8474         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
8475         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
8476         * gst-libs/gst/net/gstnetbuffer.h:
8477         Added buffer subclass to store extra to/from addresses for
8478         network sources/sinks.
8479
8480 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8481
8482         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
8483           Don't lock an unassigned variable.
8484
8485 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8486
8487         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8488           Increase buffer for video, decrease buffer for other media types.
8489         * gst/playback/gstplaybin.c: (gen_video_element),
8490         (gen_audio_element):
8491           Change names for debugging purposes.
8492
8493 2005-05-18  Wim Taymans  <wim@fluendo.com>
8494
8495         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8496         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8497         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8498         (gst_ffmpegcsp_chain):
8499         Enable buffer alloc passthrough if the source and dest
8500         formats are the same.
8501
8502 2005-05-17  Wim Taymans  <wim@fluendo.com>
8503
8504         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8505         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
8506         (gst_ogg_demux_chain_unlocked):
8507         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8508         (gst_audio_convert_caps_remove_format_info),
8509         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8510         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
8511         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8512         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8513         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
8514         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
8515         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
8516         (gst_ffmpegcsp_get_property):
8517         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8518         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
8519         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
8520         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
8521         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
8522         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
8523         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
8524         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
8525         Leak fixes in oggdemux.
8526         Some cleanups in audioconvert.
8527         Make passthrough work along with buffer_alloc etc.
8528         Make buffer_alloc and buffer recycling actually work in
8529         xvimagesink.
8530
8531 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8532
8533         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
8534           make the compiler happy
8535
8536 2005-05-17  Wim Taymans  <wim@fluendo.com>
8537
8538         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8539         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8540         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
8541         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
8542         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8543         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
8544         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
8545         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
8546         (gst_xvimagesink_set_xwindow_id):
8547         * sys/xvimage/xvimagesink.h:
8548         Port xvimagesink to new MiniObject.
8549
8550 2005-05-17  Wim Taymans  <wim@fluendo.com>
8551
8552         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
8553         (gst_audiofilter_chain):
8554         * gst-libs/gst/audio/gstaudiosink.c:
8555         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8556         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8557         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8558         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8559         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8560         (gst_audiosink_create_ringbuffer):
8561         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8562         (gst_audio_convert_caps_remove_format_info),
8563         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8564         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8565         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8566         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8567         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8568         Fix passthrough in ffmpegcolorspace.
8569         Fix memset in audiosink on wrong memory.
8570
8571 2005-05-16  David Schleef  <ds@schleef.org>
8572
8573         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
8574         to GstMiniObject.
8575
8576 2005-05-16  David Schleef  <ds@schleef.org>
8577
8578         Port from GstData to GstMiniObject.
8579         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
8580         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
8581         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
8582         (gst_ogg_mux_collected):
8583         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8584         * ext/theora/theoradec.c: (theora_handle_comment_packet),
8585         (theora_handle_data_packet):
8586         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8587         (theora_set_header_on_caps), (theora_enc_chain):
8588         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8589         (vorbis_handle_comment_packet):
8590         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8591         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
8592         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
8593         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
8594         * gst/audioconvert/gstaudioconvert.c:
8595         (gst_audio_convert_get_buffer):
8596         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8597         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
8598         (mute_stream), (silence_stream):
8599         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
8600         * gst/volume/gstvolume.c: (volume_transform):
8601         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8602         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
8603         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
8604         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
8605         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
8606         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
8607         (gst_ximagesink_buffer_alloc):
8608         * sys/ximage/ximagesink.h:
8609
8610 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8611
8612         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8613         (fill_buffer), (check_queue), (queue_threshold_reached),
8614         (queue_out_of_data):
8615         * gst/playback/gstplaybasebin.h:
8616           Post buffer-fullness on the bus.
8617
8618 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8619
8620         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8621         (try_to_link_1):
8622         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8623         (group_commit), (probe_triggered), (setup_source),
8624         (gst_play_base_bin_change_state):
8625         * gst/playback/gstplaybasebin.h:
8626         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8627         (gst_play_bin_init), (remove_sinks), (setup_sinks),
8628         (gst_play_bin_change_state):
8629           Move setup_output_pads into a virtual function, remove
8630           group-switch (no longer needed) and redirect (handled by bus
8631           now) signals.
8632
8633 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8634
8635         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
8636         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
8637         (get_active_group), (get_building_group), (group_destroy),
8638         (group_commit), (check_queue), (queue_overrun),
8639         (queue_threshold_reached), (queue_out_of_data),
8640         (gen_preroll_element), (remove_groups), (unknown_type),
8641         (add_element_stream), (no_more_pads), (probe_triggered),
8642         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
8643         (setup_substreams), (setup_source), (finish_source),
8644         (prepare_output), (muted_group_change_state),
8645         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8646         (gst_play_base_bin_change_state):
8647         * gst/playback/gstplaybasebin.h:
8648         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8649         (gst_play_bin_init), (gst_play_bin_set_property),
8650         (gen_video_element), (gen_text_element), (gen_audio_element),
8651         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
8652         (gst_play_bin_change_state):
8653         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
8654         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
8655         (stream_info_change_state), (gst_stream_info_set_mute),
8656         (gst_stream_info_get_property):
8657         * gst/playback/gststreaminfo.h:
8658         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8659         (gst_stream_selector_get_linked_pad),
8660         (gst_stream_selector_getcaps),
8661         (gst_stream_selector_get_linked_pads),
8662         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
8663         * gst/playback/gststreamselector.h:
8664           Rough port of playbin. Needs some more work, but is mostly done,
8665           and uses a few locks in important places, which should make stuff
8666           like chain-switches clean. Still uses GST_STATE() in a few places,
8667           which isn't all that good an idea, subtitles/elements disabled
8668           because no elements to test with and thus probably broken, query
8669           and event handling moved to GstBin, internal thread removed
8670           alltogether because the pipeline does that for us now. Can play
8671           Ogg/Vorbis files. Haven't tested anything else yet.
8672
8673 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8674
8675         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
8676           Do no-more-pads (needed for autoplugging).
8677
8678 2005-05-10  Andy Wingo  <wingo@pobox.com>
8679
8680         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
8681         message to the bus with the tags. Still not sent downstream tho.
8682
8683         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
8684         get_parent.
8685         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
8686         avoid refcounting hassles.
8687
8688 2005-05-09  Andy Wingo  <wingo@pobox.com>
8689
8690         * gst/volume/Makefile.am:
8691         * gst/volume/demo.c
8692         * gst/volume/gstvolume.h
8693         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
8694         basetransform. Probably need an audio filter base class.
8695
8696 2005-05-09  Wim Taymans  <wim@fluendo.com>
8697
8698         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
8699         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
8700         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
8701         (gst_vorbisenc_chain):
8702         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8703         (gst_audio_convert_caps_remove_format_info),
8704         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8705         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8706         Make caps writable before writing to it.
8707         Fix negotiation in audioconvert some more.
8708
8709 2005-05-09  Wim Taymans  <wim@fluendo.com>
8710
8711         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8712         (gst_videorate_getcaps), (gst_videorate_setcaps),
8713         (gst_videorate_event), (gst_videorate_chain):
8714         Better negotiation.
8715
8716 2005-05-09  Wim Taymans  <wim@fluendo.com>
8717
8718         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
8719         (gst_videorate_getcaps), (gst_videorate_setcaps),
8720         (gst_videorate_blank_data), (gst_videorate_init),
8721         (gst_videorate_event), (gst_videorate_chain),
8722         (gst_videorate_change_state):
8723         Port videorate, do a better job at negotiation while we're at
8724         it.
8725
8726 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
8727
8728         * configure.ac:
8729           Disable libvisual
8730
8731         * examples/Makefile.am:
8732         * gst-libs/gst/audio/Makefile.am:
8733         * gst-libs/gst/riff/Makefile.am:
8734         * gst-libs/gst/tag/Makefile.am:
8735         * gst-libs/gst/video/Makefile.am:
8736           Fixups for missing variables.
8737
8738 2005-05-09  Wim Taymans  <wim@fluendo.com>
8739
8740         * examples/seeking/seek.c: (make_theora_pipeline),
8741         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
8742         (query_rates), (query_positions_elems), (query_positions_pads),
8743         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
8744         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
8745         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
8746         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
8747         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
8748         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
8749         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8750         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8751         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8752         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
8753         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
8754         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
8755         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8756         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
8757         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
8758         (theora_dec_src_convert), (theora_dec_sink_convert),
8759         (theora_dec_src_query), (theora_dec_sink_query),
8760         (theora_dec_src_event), (theora_dec_sink_event),
8761         (theora_handle_comment_packet), (theora_handle_type_packet),
8762         (theora_handle_header_packet), (theora_handle_data_packet),
8763         (theora_dec_chain):
8764         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8765         (vorbis_dec_convert), (vorbis_dec_src_query),
8766         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8767         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8768         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8769         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8770         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8771         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
8772         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
8773         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8774         (gst_play_bin_query):
8775         * gst/playback/test3.c: (update_scale):
8776         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
8777         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
8778         * gst/subparse/gstsubparse.c: (gst_subparse_init):
8779         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
8780         (gst_videotestsrc_src_query):
8781         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
8782         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
8783         (paint_hline_YUV9):
8784         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8785         Port to new query API.
8786         Updated seek.
8787         Cleanups in x[v]imagesink
8788
8789 2005-05-09  Andy Wingo  <wingo@pobox.com>
8790
8791         * ext/alsa/gstalsasink.h:
8792         * ext/gnomevfs/gstgnomevfssrc.c:
8793         (gst_gnomevfssrc_get_icy_metadata):
8794         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
8795         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
8796         * ext/theora/theoradec.c (theora_dec_src_query)
8797         (theora_dec_src_event, theora_dec_sink_event)
8798         (theora_handle_comment_packet, theora_handle_data_packet):
8799         * ext/theora/theoraenc.c (theora_enc_chain):
8800         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
8801         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
8802         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
8803         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
8804         (qt_type_find):
8805         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
8806         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
8807         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
8808         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
8809         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
8810         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
8811         (paint_setup_xBGR8888, paint_setup_RGBx8888)
8812         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
8813         (paint_setup_RGB565, paint_setup_xRGB1555):
8814         * gst/videotestsrc/videotestsrc.h:
8815         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
8816         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
8817         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
8818         GCC4 fixes.
8819         
8820         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
8821         gst_pad_query_position. Fixes oggdemux.
8822
8823 2005-05-08  David Schleef  <ds@schleef.org>
8824
8825         * configure.ac: Require liboil.
8826         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
8827         a few more.
8828         * gst/videotestsrc/videotestsrc.c:
8829         * gst/videotestsrc/videotestsrc.h:
8830
8831 2005-05-06  Wim Taymans  <wim@fluendo.com>
8832
8833         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8834         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8835         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8836         Well, unreffing a buffer right before pushing it is asking
8837         for trouble..
8838
8839 2005-05-06  Christian Schaller  <uraeus@gnome.org>
8840
8841         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
8842
8843 2005-05-06  Wim Taymans  <wim@fluendo.com>
8844
8845         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8846         (gst_audio_convert_caps_remove_format_info),
8847         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8848         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8849         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8850         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8851         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8852         * gst/sine/Makefile.am:
8853         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
8854         (gst_sinesrc_class_init), (gst_sinesrc_init),
8855         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
8856         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
8857         (gst_sinesrc_update_freq):
8858         * gst/sine/gstsinesrc.h:
8859         * gst/tcp/gstmultifdsink.c:
8860         * sys/xvimage/xvimagesink.c:
8861         Fixed negotiation wrt _peer_get_caps()
8862         Some cleanups.
8863
8864
8865 2005-05-06  Wim Taymans  <wim@fluendo.com>
8866
8867         * gst-libs/gst/audio/gstaudiosink.c:
8868         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8869         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8870         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8871         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8872         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8873         (gst_audiosink_create_ringbuffer):
8874         * gst-libs/gst/audio/gstbaseaudiosink.c:
8875         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8876         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8877         (gst_baseaudiosink_set_property), (build_linear_format),
8878         (debug_spec_caps), (debug_spec_buffer),
8879         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8880         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8881         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8882         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8883         * gst-libs/gst/audio/gstbaseaudiosink.h:
8884         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8885         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8886         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8887         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8888         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8889         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8890         (wait_segment), (gst_ringbuffer_commit),
8891         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8892         (gst_ringbuffer_clear):
8893         * gst-libs/gst/audio/gstringbuffer.h:
8894         Make the base audiosink return an error when there is no
8895         audiobuffer negotiated.
8896
8897 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8898
8899         * ext/Makefile.am:
8900         Disable cdparanoia until someone ports it!
8901
8902 2005-05-06  Wim Taymans  <wim@fluendo.com>
8903
8904         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8905         (gst_ogg_demux_sink_activate):
8906         And revert after wingo's revert.. sigh..
8907
8908 2005-05-05  Andy Wingo  <wingo@pobox.com>
8909
8910         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
8911         GObject.
8912         * configure.ac: Return audiorate and subparse from the ghetto.
8913         Re-enable -Wall -Werror.
8914         * gst/subparse/gstsubparse.c:
8915         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
8916         or chain-based. Cleaned up a bit. Not tested.
8917         
8918 2005-05-05  Christian Schaller <christian@fluendo.com> 
8919
8920         * Makefile.am: remove stuff that is not building
8921         * configure.ac: remove stuff that is not building
8922         * examples/Makefile.am: remove stuff that is not building
8923         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
8924         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
8925         * sys/Makefile.am: remove stuff that is not building
8926         * testsuite/Makefile.am: remove stuff that is not building
8927
8928 2005-05-05  Andy Wingo  <wingo@pobox.com>
8929
8930         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
8931         * gst-libs/gst/tag/gstvorbistag.c:
8932         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
8933         * gst/adder/gstadder.h:
8934         * gst/audioconvert/gstchannelmix.c:
8935         (gst_audio_convert_fill_one_other):
8936         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
8937         (gst_audiorate_init), (gst_audiorate_chain):
8938         * gst/playback/gstplaybasebin.c: (setup_source):
8939         * gst/playback/test3.c: (update_scale):
8940         Some GCC4 fixes
8941         
8942         * po/af.po:
8943         * po/az.po:
8944         * po/cs.po:
8945         * po/en_GB.po:
8946         * po/hu.po:
8947         * po/it.po:
8948         * po/nb.po:
8949         * po/nl.po:
8950         * po/or.po:
8951         * po/sq.po:
8952         * po/sr.po:
8953         * po/sv.po:
8954         * po/uk.po:
8955         * po/vi.po: Foo
8956
8957 2005-05-05  Wim Taymans  <wim@fluendo.com>
8958
8959         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8960         (gst_audio_convert_caps_remove_format_info),
8961         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
8962         (gst_audio_convert_change_state), (gst_audio_convert_channels):
8963         * gst/videotestsrc/gstvideotestsrc.c:
8964         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
8965         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
8966         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
8967         (gst_videotestsrc_init), (gst_videotestsrc_loop):
8968         Don't ignore _push() return values.
8969         Make sure no processing is done when shutting down.
8970         Videotestsrc pad activation fix.
8971
8972 2005-05-05  Wim Taymans  <wim@fluendo.com>
8973
8974         * gst/adder/Makefile.am:
8975         * gst/adder/gstadder.c: (gst_adder_setcaps),
8976         (gst_adder_class_init), (gst_adder_init),
8977         (gst_adder_request_new_pad), (gst_adder_collected),
8978         (gst_adder_change_state):
8979         * gst/adder/gstadder.h:
8980         Ported adder as an example of a mixer element using
8981         collect pads. Needs more negotiation work.
8982
8983 2005-05-05  Wim Taymans  <wim@fluendo.com>
8984
8985         * ext/theora/theoradec.c: (_inc_granulepos),
8986         (theora_dec_src_event), (theora_dec_sink_event),
8987         (theora_handle_comment_packet), (theora_handle_type_packet),
8988         (theora_handle_header_packet), (theora_handle_data_packet),
8989         (theora_dec_chain):
8990         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8991         (gst_theora_enc_init), (theora_enc_sink_setcaps),
8992         (theora_push_buffer), (theora_push_packet),
8993         (theora_enc_sink_event), (theora_enc_chain),
8994         (theora_enc_change_state), (theora_enc_set_property),
8995         (theora_enc_get_property):
8996         Added stream lock to decoder so that we can serialize
8997         the discont event.
8998         More theoraenc porting, recover from errors, do clean
8999         shutdown.
9000
9001 2005-05-05  Wim Taymans  <wim@fluendo.com>
9002
9003         * ext/ogg/Makefile.am:
9004         * ext/ogg/README:
9005         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9006         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
9007         (gst_ogg_print):
9008         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
9009         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
9010         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
9011         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
9012         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
9013         (gst_ogg_mux_change_state):
9014         Ported ogg muxer.
9015
9016 2005-05-05  Wim Taymans  <wim@fluendo.com>
9017
9018         * docs/design-audiosinks.txt:
9019         * gst-libs/gst/audio/TODO:
9020         * gst-libs/gst/audio/gstaudiosink.c:
9021         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9022         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9023         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9024         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9025         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9026         (gst_audiosink_create_ringbuffer):
9027         * gst-libs/gst/audio/gstbaseaudiosink.c:
9028         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9029         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9030         (gst_baseaudiosink_set_property), (build_linear_format),
9031         (debug_spec_caps), (debug_spec_buffer),
9032         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9033         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9034         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9035         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9036         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9037         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9038         (gst_ringbuffer_release), (gst_ringbuffer_play),
9039         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
9040         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
9041         (gst_ringbuffer_set_sample), (wait_segment),
9042         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
9043         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
9044         More work on the audiosink, mostly debugging and a race in
9045         shutdown.
9046
9047 2005-04-28  Wim Taymans  <wim@fluendo.com>
9048
9049         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9050         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
9051         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
9052         (vorbis_dec_src_query), (vorbis_dec_src_event),
9053         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
9054         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
9055         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
9056         Don't crap out when seeking back to position 0.
9057
9058 2005-04-28  Wim Taymans  <wim@fluendo.com>
9059
9060         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
9061         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
9062         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
9063         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
9064         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
9065         Make audio sink configurable, use alsasink as default.
9066
9067 2005-04-28  Wim Taymans  <wim@fluendo.com>
9068
9069         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9070         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
9071         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
9072         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
9073         (vorbis_dec_change_state):
9074         * ext/vorbis/vorbisdec.h:
9075         Refactor, use STREAM_LOCK.
9076
9077 2005-04-28  Wim Taymans  <wim@fluendo.com>
9078
9079         * ext/theora/theoradec.c: (_inc_granulepos),
9080         (theora_dec_sink_event), (theora_handle_comment_packet),
9081         (theora_handle_type_packet), (theora_handle_header_packet),
9082         (theora_handle_data_packet), (theora_dec_chain),
9083         (theora_dec_change_state):
9084         Refactor a bit, use STREAM_LOCK.
9085
9086 2005-04-28  Wim Taymans  <wim@fluendo.com>
9087
9088         * ext/alsa/Makefile.am:
9089         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
9090         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
9091         (gst_alsa_link), (gst_alsa_close_audio):
9092         * ext/alsa/gstalsaplugin.c: (plugin_init):
9093         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
9094         (gst_alsasink_dispose), (gst_alsasink_base_init),
9095         (gst_alsasink_class_init), (gst_alsasink_init),
9096         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
9097         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
9098         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
9099         (gst_alsasink_reset):
9100         * ext/alsa/gstalsasink.h:
9101         Implement alsasink with simple open/write/close API. 
9102         Make alsa dir build by disabling compilation of code.
9103
9104 2005-04-28  Wim Taymans  <wim@fluendo.com>
9105
9106         * gst-libs/gst/audio/Makefile.am:
9107         * gst-libs/gst/audio/audio.h:
9108         * gst-libs/gst/audio/audioclock.c:
9109         * gst-libs/gst/audio/audioclock.h:
9110         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
9111         (gst_audio_clock_class_init), (gst_audio_clock_init),
9112         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
9113         * gst-libs/gst/audio/gstaudioclock.h:
9114         * gst-libs/gst/audio/gstaudiosink.c:
9115         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9116         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9117         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9118         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9119         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9120         (gst_audiosink_create_ringbuffer):
9121         * gst-libs/gst/audio/gstbaseaudiosink.c:
9122         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9123         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9124         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
9125         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
9126         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9127         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9128         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9129         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9130         * gst-libs/gst/audio/gstbaseaudiosink.h:
9131         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9132         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
9133         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9134         (gst_ringbuffer_release), (gst_ringbuffer_play),
9135         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
9136         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
9137         (gst_ringbuffer_set_sample), (wait_segment),
9138         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
9139         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
9140         * gst-libs/gst/audio/gstringbuffer.h:
9141         Make ringbuffer faster and more simple by removing the locks
9142         in the playback thread.
9143         Add sample accurate playback based on buffer sample offsets.
9144         Make the baseaudiosink provide a clock.
9145         Parse caps in the base class.
9146         Correctly handle seeking, flushing and state changes.
9147
9148 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9149
9150         * configure.ac:
9151         * gst/audioconvert/Makefile.am:
9152         * gst/audioscale/Makefile.am:
9153           Fix part of the build.  Come on guys, autogen didn't even work :)
9154
9155 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9156
9157         * configure.ac:
9158         * gst-libs/gst/Makefile.am:
9159         * gst-libs/gst/media-info/.cvsignore:
9160         * gst-libs/gst/media-info/Makefile.am:
9161         * gst-libs/gst/media-info/README:
9162         * gst-libs/gst/media-info/media-info-priv.c:
9163         * gst-libs/gst/media-info/media-info-priv.h:
9164         * gst-libs/gst/media-info/media-info-test.c:
9165         * gst-libs/gst/media-info/media-info.c:
9166         * gst-libs/gst/media-info/media-info.h:
9167         * gst-libs/gst/media-info/media-info.vcproj:
9168         * pkgconfig/Makefile.am:
9169         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
9170         * pkgconfig/gstreamer-media-info.pc.in:
9171           Remove media-info, which is also successed by playbin (see Totem
9172           implementation).
9173
9174 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9175
9176         * configure.ac:
9177         * examples/Makefile.am:
9178         * examples/gstplay/.cvsignore:
9179         * examples/gstplay/Makefile.am:
9180         * examples/gstplay/player.c:
9181         * gst-libs/gst/Makefile.am:
9182         * gst-libs/gst/play/.cvsignore:
9183         * gst-libs/gst/play/Makefile.am:
9184         * gst-libs/gst/play/play.c:
9185         * gst-libs/gst/play/play.h:
9186         * gst-libs/gst/play/play.vcproj:
9187         * pkgconfig/Makefile.am:
9188         * pkgconfig/gstreamer-play-uninstalled.pc.in:
9189         * pkgconfig/gstreamer-play.pc.in:
9190           Remove libgstplay, playbin is now the official successor.
9191
9192 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9193
9194         * configure.ac:
9195         * gst-libs/gst/Makefile.am:
9196         * gst-libs/gst/xwindowlistener/Makefile.am:
9197         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9198         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
9199           Remove deprecated xwindowlistener (I've moved xwindowlistening
9200           in the v4l/v4l2 plugins over to serverside).
9201
9202 2005-04-25  David Schleef  <ds@schleef.org>
9203
9204         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
9205         to examples/dynparams.  Examples do not belong interspersed with
9206         source code.
9207         * examples/dynparams/demo-dparams.c:
9208         * gst/sine/Makefile.am:
9209         * gst/sine/demo-dparams.c:
9210
9211 2005-04-25  David Schleef  <ds@schleef.org>
9212
9213         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
9214         * gst-libs/gst/audio/Makefile.am:
9215         * gst-libs/gst/riff/Makefile.am:
9216         * gst-libs/gst/tag/Makefile.am:
9217         * gst-libs/gst/video/Makefile.am:
9218         * gst-libs/gst/xwindowlistener/Makefile.am:
9219
9220         Convert to 0.9 API, seems to work:
9221         * sys/ximage/Makefile.am:
9222         * sys/ximage/ximagesink.c:
9223
9224 2005-04-24  David Schleef  <ds@schleef.org>
9225
9226         Link plugins against libraries:
9227         * ext/alsa/Makefile.am:
9228         * gst/tcp/Makefile.am:
9229
9230         Remove asm code that should be in liboil
9231         * gst/videoscale/Makefile.am:
9232         * gst/videoscale/videoscale_x86_asm.s:
9233
9234         gettext wants these checked in:
9235         * po/af.po:
9236         * po/az.po:
9237         * po/cs.po:
9238         * po/en_GB.po:
9239         * po/hu.po:
9240         * po/it.po:
9241         * po/nb.po:
9242         * po/nl.po:
9243         * po/or.po:
9244         * po/sq.po:
9245         * po/sr.po:
9246         * po/sv.po:
9247         * po/uk.po:
9248         * po/vi.po:
9249
9250 2005-04-24  David Schleef  <ds@schleef.org>
9251
9252         Convert gst_main() to g_main_loop_run()
9253         * gst/playback/decodetest.c: (main):
9254         * gst/playback/test2.c: (main):
9255         * gst/playback/test3.c: (main):
9256         * gst/playback/test4.c: (main):
9257
9258         Link plugins against libraries:
9259         * ext/libvisual/Makefile.am:
9260         * sys/xvimage/Makefile.am:
9261
9262 2005-04-24  David Schleef  <ds@schleef.org>
9263
9264         * configure.ac: Remove idct and resample libs
9265         * gst-libs/gst/Makefile.am: same
9266
9267         Remove usage of gst_library_load():
9268         * ext/alsa/gstalsaplugin.c: (plugin_init):
9269         * ext/libvisual/visual.c: (plugin_init):
9270         * ext/ogg/gstogg.c: (plugin_init):
9271         * ext/theora/theora.c: (plugin_init):
9272         * ext/vorbis/vorbis.c: (plugin_init):
9273         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
9274         * gst/audioscale/gstaudioscale.c:
9275         * gst/adder/gstadder.c: (plugin_init):
9276         * gst/audioconvert/plugin.c: (plugin_init):
9277         * sys/ximage/ximagesink.c: (plugin_init):
9278         * sys/xvimage/xvimagesink.c: (plugin_init):
9279         * gst/tcp/gsttcpplugin.c: (plugin_init):
9280
9281         Link plugins against libraries:
9282         * ext/ogg/Makefile.am:
9283         * ext/theora/Makefile.am:
9284         * ext/vorbis/Makefile.am:
9285         * gst/audioconvert/Makefile.am:
9286
9287         Create proper libraries:
9288         * gst-libs/gst/riff/Makefile.am:
9289         * gst-libs/gst/audio/Makefile.am:
9290         * gst-libs/gst/video/Makefile.am:
9291
9292         Move resample library to audioscale plugin directory:
9293         * gst-libs/gst/resample/Makefile.am:
9294         * gst-libs/gst/resample/README:
9295         * gst-libs/gst/resample/dtof.c:
9296         * gst-libs/gst/resample/dtos.c:
9297         * gst-libs/gst/resample/functable.c:
9298         * gst-libs/gst/resample/private.h:
9299         * gst-libs/gst/resample/resample.c:
9300         * gst-libs/gst/resample/resample.h:
9301         * gst-libs/gst/resample/resample.vcproj:
9302         * gst-libs/gst/resample/test.c:
9303         * gst/audioscale/Makefile.am:
9304         * gst/audioscale/README:
9305         * gst/audioscale/dtof.c:
9306         * gst/audioscale/dtos.c:
9307         * gst/audioscale/functable.c:
9308         * gst/audioscale/private.h:
9309         * gst/audioscale/resample.c:
9310         * gst/audioscale/resample.h:
9311         * gst/audioscale/test.c:
9312
9313         Move tagedit library to gst-libs:
9314         * gst-libs/gst/tag/Makefile.am:
9315         * gst-libs/gst/tag/gstid3tag.c:
9316         * gst-libs/gst/tag/gsttagediting.c:
9317         * gst-libs/gst/tag/gsttageditingprivate.h:
9318         * gst-libs/gst/tag/gstvorbistag.c:
9319         * gst/tags/Makefile.am:
9320         * gst/tags/gstid3tag.c:
9321         * gst/tags/gstvorbistag.c:
9322
9323         Fix for core changes:
9324         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9325         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
9326         (gst_sinesrc_getrange):
9327
9328 2005-04-23  David Schleef  <ds@schleef.org>
9329
9330         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
9331         in gst-plugins in a long time, and properly belongs in liboil.
9332         * gst-libs/gst/idct/Makefile.am:
9333         * gst-libs/gst/idct/README:
9334         * gst-libs/gst/idct/dct.h:
9335         * gst-libs/gst/idct/doieee:
9336         * gst-libs/gst/idct/fastintidct.c:
9337         * gst-libs/gst/idct/floatidct.c:
9338         * gst-libs/gst/idct/idct.c:
9339         * gst-libs/gst/idct/idct.h:
9340         * gst-libs/gst/idct/idtc.vcproj:
9341         * gst-libs/gst/idct/ieeetest.c:
9342         * gst-libs/gst/idct/intidct.c:
9343
9344 2005-04-20  Wim Taymans  <wim@fluendo.com>
9345
9346         * docs/design-audiosinks.txt:
9347         * gst-libs/gst/audio/Makefile.am:
9348         * gst-libs/gst/audio/TODO:
9349         * gst-libs/gst/audio/gstaudiosink.c:
9350         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9351         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9352         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
9353         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9354         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9355         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
9356         (gst_audiosink_class_init), (gst_audiosink_init),
9357         (gst_audiosink_create_ringbuffer):
9358         * gst-libs/gst/audio/gstaudiosink.h:
9359         * gst-libs/gst/audio/gstbaseaudiosink.c:
9360         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
9361         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
9362         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
9363         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
9364         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
9365         (gst_baseaudiosink_create_ringbuffer),
9366         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9367         * gst-libs/gst/audio/gstbaseaudiosink.h:
9368         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9369         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
9370         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
9371         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9372         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
9373         (gst_ringbuffer_play), (gst_ringbuffer_pause),
9374         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
9375         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
9376         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
9377         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
9378         * gst-libs/gst/audio/gstringbuffer.h:
9379         An attempt at a set of audio base classes together with some
9380         design docs.
9381
9382 2005-04-20  Wim Taymans  <wim@fluendo.com>
9383
9384         * gst/audioconvert/Makefile.am:
9385         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9386         (gst_audio_convert_caps_remove_format_info),
9387         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
9388         (gst_audio_convert_channels):
9389         Link against audio libs.
9390         Fix audio convert plugin.
9391
9392 2005-04-20  Wim Taymans  <wim@fluendo.com>
9393
9394         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
9395         (gst_ogg_demux_sink_activate):
9396         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9397         (theora_set_header_on_caps), (theora_enc_sink_event),
9398         (theora_enc_chain):
9399         Fix theora encoder.
9400
9401 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9402
9403         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
9404         * gst/playback/gstdecodebin.c: (find_compatibles):
9405           Work with staticpadtemplates in elementfactories.
9406
9407 2005-04-12  Wim Taymans  <wim@fluendo.com>
9408
9409         * gst/playback/README:
9410         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9411         (compare_ranks), (print_feature), (gst_decode_bin_init),
9412         (dynamic_create), (dynamic_free), (find_compatibles),
9413         (mimetype_is_raw), (close_pad_link), (got_redirect),
9414         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9415         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
9416         (gst_decode_bin_change_state):
9417         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9418         (gst_play_base_bin_init), (group_destroy), (group_commit),
9419         (check_queue), (queue_overrun), (queue_threshold_reached),
9420         (queue_out_of_data), (gen_preroll_element), (unknown_type),
9421         (new_decoded_pad), (setup_subtitle), (gen_source_element),
9422         (got_redirect), (setup_source), (play_base_eos),
9423         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9424         (gst_play_base_bin_remove_element):
9425         * gst/playback/gstplaybasebin.h:
9426         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9427         (gst_play_bin_init), (gst_play_bin_dispose),
9428         (gst_play_bin_set_property), (gen_video_element),
9429         (gen_text_element), (gen_audio_element), (remove_sinks),
9430         (gst_play_bin_send_event):
9431         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
9432         (stream_info_change_state), (gst_stream_info_set_mute):
9433         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
9434         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
9435         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
9436         (gst_stream_selector_chain):
9437         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
9438         (main):
9439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
9440         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
9441         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9442         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
9443         Raw and crude port of decodebin. 
9444         Make playbin compile.
9445
9446 2005-04-06  Wim Taymans  <wim@fluendo.com>
9447
9448         * ext/gnomevfs/Makefile.am:
9449         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
9450         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9451         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
9452         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
9453         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
9454         (gst_gnomevfssrc_stop):
9455         * ext/ogg/Makefile.am:
9456         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
9457         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
9458         * ext/theora/Makefile.am:
9459         * ext/theora/theoradec.c: (_inc_granulepos),
9460         (theora_dec_sink_event), (theora_dec_chain):
9461         * ext/vorbis/Makefile.am:
9462         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9463         (vorbis_dec_sink_event), (vorbis_dec_chain):
9464         * gst-libs/gst/audio/Makefile.am:
9465         * sys/xvimage/Makefile.am:
9466         Make gnomevfssrc extend the source base class.
9467         Fix linking against libs in various plugins.
9468
9469 2005-04-06  Andy Wingo  <wingo@pobox.com>
9470
9471         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
9472         GST_BASE_LIBS.
9473
9474         * configure.ac: Add check and AC_SUBST for libgstbase.
9475
9476 2005-03-31  Wim Taymans  <wim@fluendo.com>
9477
9478         * examples/seeking/Makefile.am:
9479         * examples/seeking/cdparanoia.c: (main):
9480         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
9481         (play_cb), (pause_cb), (stop_cb), (main):
9482         * examples/seeking/playbin.c:
9483         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
9484         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
9485         (make_sid_pipeline), (make_vorbis_pipeline),
9486         (make_theora_pipeline), (make_vorbis_theora_pipeline),
9487         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
9488         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
9489         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
9490         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
9491         (stop_cb), (main):
9492         * examples/seeking/spider_seek.c:
9493         * examples/seeking/vorbisfile.c:
9494         * ext/gnomevfs/Makefile.am:
9495         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9496         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
9497         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9498         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
9499         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
9500         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
9501         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
9502         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
9503         * ext/ogg/README:
9504         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
9505         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
9506         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
9507         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
9508         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
9509         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
9510         (gst_ogg_pad_event), (gst_ogg_pad_reset),
9511         (gst_ogg_demux_factory_filter), (compare_ranks),
9512         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
9513         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
9514         (gst_ogg_chain_new), (gst_ogg_chain_free),
9515         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
9516         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
9517         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
9518         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
9519         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
9520         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
9521         (gst_ogg_demux_get_prev_page),
9522         (gst_ogg_demux_deactivate_current_chain),
9523         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9524         (gst_ogg_demux_bisect_forward_serialno),
9525         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9526         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
9527         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
9528         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
9529         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
9530         (gst_ogg_demux_change_state), (gst_ogg_print):
9531         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9532         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
9533         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
9534         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
9535         (gst_ogg_mux_loop):
9536         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9537         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
9538         (theora_dec_src_convert), (theora_dec_sink_convert),
9539         (theora_dec_src_query), (theora_dec_src_event),
9540         (theora_dec_sink_event), (theora_dec_chain),
9541         (theora_dec_change_state):
9542         * ext/theora/theoraenc.c: (gst_theora_enc_init),
9543         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
9544         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
9545         (theora_enc_change_state):
9546         * ext/vorbis/Makefile.am:
9547         * ext/vorbis/oggvorbisenc.c:
9548         * ext/vorbis/oggvorbisenc.h:
9549         * ext/vorbis/vorbis.c: (plugin_init):
9550         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
9551         (vorbis_dec_src_query), (vorbis_dec_src_event),
9552         (vorbis_dec_sink_event), (vorbis_dec_chain),
9553         (vorbis_dec_change_state):
9554         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
9555         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
9556         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
9557         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
9558         (gst_vorbisenc_change_state):
9559         * ext/vorbis/vorbisenc.h:
9560         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
9561         * gst-libs/gst/audio/audioclock.c:
9562         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
9563         (gst_audiofilter_init), (gst_audiofilter_chain):
9564         * gst-libs/gst/audio/testchannels.c: (main):
9565         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
9566         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
9567         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
9568         (gmip_find_track_streaminfo), (gmip_find_track_format):
9569         * gst-libs/gst/media-info/media-info.c:
9570         (gst_media_info_read_idler):
9571         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
9572         (gst_play_get_all_by_interface):
9573         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
9574         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
9575         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
9576         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
9577         (gst_riff_parse_info):
9578         * gst-libs/gst/riff/riff-read.h:
9579         * gst-libs/gst/riff/riff.c: (plugin_init):
9580         * gst-libs/gst/video/Makefile.am:
9581         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
9582         (gst_videosink_class_init), (gst_videosink_get_type):
9583         * gst-libs/gst/video/videosink.h:
9584         * gst/audioconvert/bufferframesconvert.c:
9585         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
9586         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
9587         * gst/audioconvert/channelmixtest.c: (main):
9588         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9589         (gst_audio_convert_chain),
9590         (gst_audio_convert_caps_remove_format_info),
9591         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
9592         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
9593         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
9594         (gst_audio_convert_buffer_to_default_format),
9595         (gst_audio_convert_buffer_from_default_format),
9596         (gst_audio_convert_channels):
9597         * gst/audioconvert/gstchannelmix.h:
9598         * gst/ffmpegcolorspace/avcodec.h:
9599         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9600         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9601         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
9602         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
9603         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
9604         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9605         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9606         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
9607         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9608         (dv_type_find):
9609         * gst/videotestsrc/gstvideotestsrc.c:
9610         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
9611         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
9612         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
9613         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
9614         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
9615         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
9616         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
9617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
9618         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
9619         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
9620         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
9621         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9622         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
9623         (gst_xvimagesink_navigation_send_event),
9624         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
9625         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
9626         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
9627         * sys/xvimage/xvimagesink.h:
9628         Plugin port to 0.9, ogg/theora playback should work in the seek
9629         example now.
9630         Removed old examples.
9631         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
9632         explained in 0.9 TODO doc.
9633
9634
9635 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9636
9637         * autogen.sh:
9638         * configure.ac:
9639         * ext/Makefile.am:
9640         * gst/Makefile.am:
9641         * po/POTFILES.in:
9642         * po/af.po:
9643         * po/az.po:
9644         * po/cs.po:
9645         * po/en_GB.po:
9646         * po/hu.po:
9647         * po/it.po:
9648         * po/nb.po:
9649         * po/nl.po:
9650         * po/or.po:
9651         * po/sq.po:
9652         * po/sr.po:
9653         * po/sv.po:
9654         * po/uk.po:
9655         * po/vi.po:
9656         * sys/Makefile.am:
9657         * testsuite/Makefile.am:
9658           remove a whole bunch of plugins.  This module now contains a set
9659           of free reference plugins/elements as agreed.
9660
9661 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9662
9663         * configure.ac:
9664           hunting season on 0.9 is now OPEN
9665
9666 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9667
9668         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
9669           Kick the hell out of gcc for not warning me about a symbol conflict.
9670
9671 2005-02-22  Luca Ognibene  <luogni@tin.it>
9672
9673         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9674
9675         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
9676           Don't leak caps string (fixes #168134)
9677
9678         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
9679         (gst_jpegenc_init), (gst_jpegenc_finalize),
9680         (gst_jpegenc_change_state):
9681           Don't leak line buffers and context struct (fixes #168133).
9682
9683 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
9684
9685         * configure.ac:
9686         * ext/dirac/gstdiracdec.cc:
9687         (gst_diracdec_chain):
9688           Since dirac 0.5.0 the framerate in dirac is expressed as a
9689           rational number. Fix build and up requirement to 0.5.0, and
9690           also pass parameters to gst_diracdec_link in the right order
9691           (fixes #167959).
9692
9693 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
9694
9695         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
9696         * ext/faad/gstfaad.h:
9697         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
9698         certain invalid muxed streams, where some packets will contain 
9699         junk after decoder data. Partially fixes #149158.
9700
9701 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
9702         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
9703           Make sure we only write to writable buffers
9704
9705 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
9706
9707         * gst-libs/gst/riff/riff-media.c:
9708         (gst_riff_create_audio_caps_with_data):
9709           Do actually fix invalid RIFF fmt header values for alaw
9710           and mulaw audio instead of just saying so.
9711
9712         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9713           Give gst_riff_create_audio_caps_with_data() a chance to
9714           fix up broken format header fields before extracting any
9715           parameters from the header. (fixes #167633)
9716
9717 2005-02-19  Martin Holters  <martin.holters@gmx.de>
9718
9719         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9720
9721         * gst/audioconvert/bufferframesconvert.c:
9722         (buffer_frames_convert_link):
9723           Don't leak othercaps. (fixes #167878)
9724
9725 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
9726
9727         * configure.ac:
9728         * ext/libvisual/visual.c: (gst_visual_srclink),
9729         (gst_visual_change_state):
9730           Support libvisual 0.2.0.
9731
9732 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
9733
9734         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
9735         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
9736           Use same rowstrides for I420 as used everywhere else.
9737
9738 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
9739
9740         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
9741           Declare variables at beginning of block and make gcc-2.95 happy
9742           (fixes # 167482, patch by Gergely Nagy).
9743           
9744         * gst/tcp/gsttcpclientsrc.c:
9745         * gst/tcp/gsttcpclientsrc.h:
9746           Move some includes into the header, so that struct sockaddr_in is
9747           defined when it should be defined on FreeBSD as well (fixes
9748           #167483).
9749           
9750         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
9751           Don't pass uninitialised values to setsockopt() here either.
9752
9753 2005-02-17  Luca Ognibene  <luogni at tin dot it>
9754
9755         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9756
9757         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
9758           Don't pass uninitialised values to setsockopt(). (fixes #167704)
9759
9760 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9761
9762         * gst/playback/gstplaybin.c: (add_sink):
9763           Invert bin_add/link order to workaround deadlock in opt.
9764
9765 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9766
9767         * gst/modplug/gstmodplug.cc:
9768           Add missing break causing position queries to fail.
9769
9770 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9771
9772         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
9773           Granpos can apparently be -1, which screws up calculations...
9774
9775 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
9776
9777         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
9778         (gst_ximagesink_send_pending_navigation),
9779         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
9780         (gst_ximagesink_init):
9781         * sys/ximage/ximagesink.h:
9782         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
9783         (gst_xvimagesink_send_pending_navigation),
9784         (gst_xvimagesink_navigation_send_event),
9785         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
9786         * sys/xvimage/xvimagesink.h:
9787           Use a mutex protected list to marshal navigation
9788           events into the stream thread from whichever thread
9789           sends them.
9790
9791 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
9792
9793         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
9794           Display current position and track length; misc. clean-ups.
9795           
9796         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
9797         (speed_init), (speed_chain):
9798           Add query function, so that the stream length and current position
9799           get adjusted when queried (note that current position queries may
9800           still be wrong if the audio sink returns values based on buffer
9801           timestamps instead of passing on the query).
9802
9803 2005-02-13  Benjamin Otte  <otte@gnome.org>
9804
9805         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
9806         (gst_audio_convert_channels):
9807           create channel conversion matrix when linking
9808         * gst/audioconvert/.cvsignore:
9809         * gst/audioconvert/Makefile.am:
9810         * gst/audioconvert/channelmixtest.c: (main):
9811           add (ugly) test that ensures stereo <=> mono conversion works
9812           correctly
9813
9814 2005-02-13  Benjamin Otte  <otte@gnome.org>
9815
9816         * gst/audioconvert/gstchannelmix.h:
9817           include missing header file
9818         * gst/audioconvert/gstchannelmix.c:
9819         (gst_audio_convert_fill_compatible):
9820           use same sign for both channels when converting to/from compatible
9821           channel. Previously used different signs made the signals cancel
9822           each other out and appear like silence. (fixes #167269)
9823
9824 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9825
9826         * gst/ffmpegcolorspace/avcodec.h:
9827         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9828         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9829         (gst_ffmpegcsp_avpicture_fill):
9830         * gst/ffmpegcolorspace/imgconvert.c:
9831           Convert to and from YV12 (fixes #156379).
9832
9833 2005-02-12  Julien MOUTTE  <julien@moutte.net>
9834
9835         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
9836         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
9837         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
9838         (gst_ximagesink_expose), (gst_ximagesink_set_property),
9839         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
9840         methods from chain and negotiation and vice versa (Fixes #166142).
9841         * sys/ximage/ximagesink.h: Add stream_lock.
9842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9843         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9844         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9845         (gst_xvimagesink_expose): Check for xcontext before trying to link.
9846
9847 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9848
9849         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
9850           Don't send "Hey! You gave me a NULL pointer you naughty person" as
9851           error message when we can't open the DVD device (when dvdnav_open()
9852           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
9853           the above). Send something more useful instead (fixes #167117).
9854
9855 2005-02-11  Julien MOUTTE  <julien@moutte.net>
9856
9857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9858         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
9859         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9860         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9861         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
9862         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
9863         methods from chain and negotiation and vice versa (Fixes #166142).
9864         Fix a possible bug of images in the buffer pool being discarded because
9865         we are looking at the wrong geometry.
9866         * sys/xvimage/xvimagesink.h: Add stream_lock.
9867
9868 2005-02-11  David Schleef  <ds@schleef.org>
9869
9870         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
9871         unsigned int. (fixes #167128)
9872
9873 2005-02-11  David Schleef  <ds@schleef.org>
9874
9875         * gst/librfb/Makefile.am: Testing stuff before committing is
9876           for wimps... and people with fast machines.  Fix stupid
9877           mistake.
9878
9879 2005-02-11  David Schleef  <ds@schleef.org>
9880
9881         * configure.ac: Pull in librfb from my CVS tree, because it is
9882           too small and annoying to be separate.  Move rfbsrc plugin
9883           to gst/.
9884         * ext/Makefile.am:
9885         * ext/librfb/Makefile.am:
9886         * ext/librfb/gstrfbsrc.c:
9887         * gst/librfb/Makefile.am:
9888         * gst/librfb/gstrfbsrc.c:
9889         * gst/librfb/rfb.c:
9890         * gst/librfb/rfb.h:
9891         * gst/librfb/rfbbuffer.c:
9892         * gst/librfb/rfbbuffer.h:
9893         * gst/librfb/rfbbytestream.c:
9894         * gst/librfb/rfbbytestream.h:
9895         * gst/librfb/rfbcontext.h:
9896         * gst/librfb/rfbdecoder.c:
9897         * gst/librfb/rfbdecoder.h:
9898         * gst/librfb/rfbutil.h:
9899
9900 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
9901
9902         * gst/speed/Makefile.am:
9903         * gst/speed/demo-mp3.c: (main):
9904         * gst/speed/filter.func:
9905         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
9906         (speed_class_init), (speed_init), (speed_chain_int16),
9907         (speed_chain_float32), (speed_chain), (speed_set_property),
9908         (speed_get_property), (speed_change_state):
9909         * gst/speed/gstspeed.h:
9910           Fix speed element and make it chain-based (fixes #156467),
9911           and make it handle more than one channel.
9912
9913 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
9914
9915         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
9916         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
9917         (gst_dtsdec_chain), (gst_dtsdec_change_state):
9918         * ext/dts/gstdtsdec.h:
9919           Don't clobber the stack constructing the channels array.
9920           Make the element chain-based. DTS tracks can now be played.
9921           
9922 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
9923
9924         * gst-libs/gst/audio/multichannel.h:
9925         * gst-libs/gst/gconf/gconf.h:
9926         * gst-libs/gst/idct/idct.h:
9927         * gst-libs/gst/media-info/media-info-priv.h:
9928         * gst-libs/gst/play/play.h:
9929         * gst-libs/gst/resample/private.h:
9930         * gst-libs/gst/resample/resample.h:
9931         * gst-libs/gst/riff/riff-ids.h:
9932         * gst-libs/gst/video/video.h:
9933         * gst-libs/gst/video/videosink.h:
9934           Add G_BEGIN_DECLS and G_END_DECLS around headers where
9935           missing, so that they work when included from C++ code.
9936
9937 2005-02-09  David Schleef  <ds@schleef.org>
9938
9939         * testsuite/gst-lint: Check for non-statically scoped
9940           parent_class variables.  This won't be a problem once
9941           plugins are loaded with RTLD_LOCAL.
9942
9943 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9944
9945         * ext/mplex/gstmplexibitstream.cc:
9946           gcc madness.
9947
9948 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9949
9950         * ext/ogg/gstogmparse.c:
9951         * gst/debug/gstnavigationtest.c:
9952           Die, thou faulty symbol pollutors (non-static parent_class).
9953
9954 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9955
9956         * ext/mplex/gstmplexibitstream.cc:
9957           Fix event handling (#165525).
9958
9959 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9960
9961         * ext/mikmod/gstmikmod.c:
9962         * gst/modplug/gstmodplug.cc:
9963           Add missing endianness to template (fixes #165509).
9964
9965 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9966
9967         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
9968           Fix wrong order of reading of optional bytes (#165290).
9969
9970 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9971
9972         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9973           Implement FILLER event awareness.
9974
9975 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9976
9977         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
9978           Fix track calculations (#166208).
9979
9980 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
9981
9982         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9983
9984         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
9985         * ext/libpng/gstpngenc.c:
9986           Fix byte-order, use proper fixed caps. Fixes #164197.
9987
9988 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
9989
9990         * configure.ac:
9991           Add dvdlpcmdec 
9992
9993         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
9994         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
9995           Don't push buffers if the src pad isn't negotiated yet.
9996           
9997         * gst/audioconvert/gstaudioconvert.c:
9998         (gst_audio_convert_buffer_to_default_format),
9999         (gst_audio_convert_buffer_from_default_format):
10000           Add support for 24-bit width.
10001
10002         * gst/dvdlpcmdec/.cvsignore:
10003         * gst/dvdlpcmdec/Makefile.am:
10004         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
10005         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
10006         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
10007         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
10008         (plugin_init):
10009         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
10010           New decoder for rearranging DVD LPCM into our audio/x-raw-int
10011           format. Needs support for the channels maps if someone can find 
10012           a DVD LPCM track with > 2 channels.
10013
10014         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
10015         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
10016         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
10017         * gst/mpegstream/gstdvddemux.h:
10018         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
10019         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
10020         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
10021         * gst/mpegstream/gstmpegdemux.h:
10022         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
10023         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
10024         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
10025         (gst_mpeg_parse_handle_src_query),
10026         (gst_mpeg_parse_handle_src_event):
10027           Use audio/x-dvd-lpcm for LPCM output.
10028           Add DTS output.
10029
10030 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
10031
10032         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10033
10034         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
10035         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
10036           Add BGRA handling (#165736).
10037
10038 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
10039
10040         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10041
10042         * gst/law/alaw-decode.c: (alawdec_link):
10043         * gst/law/alaw-encode.c: (alawenc_link):
10044         * gst/law/mulaw-decode.c: (mulawdec_link):
10045         * gst/law/mulaw-encode.c: (mulawenc_link):
10046           Fix caps memleaks (#166600).
10047
10048 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
10049
10050         * ext/tarkin/mem.h:
10051         * ext/tarkin/wavelet.h:
10052         * ext/tarkin/yuv.h:
10053         * gst/ffmpegcolorspace/avcodec.h:
10054           Include "_stdint.h" instead of <stdint.h>. Fixes build on
10055           systems that don't have stdint.h, like Solaris9 (fixes #166631).
10056
10057 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10058
10059         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
10060         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
10061         (gst_xvimagesink_change_state):
10062           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
10063           Xv video (and thereby regenerate Xv colourkey) in clear() so
10064           that PLAY -> READY -> PLAY works (fixes #162504).
10065
10066 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10067
10068         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
10069           Switch to list instead of range, since MJPEG-devices really just
10070           support decimations, not any size.
10071
10072 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10073         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
10074         (gst_mpeg2dec_reset), (free_all_buffers),
10075         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
10076         * ext/mpeg2dec/gstmpeg2dec.h:
10077           The libmpeg2 user-allocated buffer management is awkward, 
10078           to say the least. Hopefully this fixes things.
10079
10080 2005-02-04  Andy Wingo  <wingo@pobox.com>
10081
10082         * gst/audioconvert/bufferframesconvert.c
10083         (buffer_frames_convert_fixate): New function, fixates to 256
10084         frames per buffer by default. (Much better than 1.)
10085         (buffer_frames_convert_init): Set the fixate function for both src
10086         and sink pad.
10087         (buffer_frames_convert_link): After success setting nonfixed caps,
10088         get the negotiated caps so we can know how many buffer-frames it
10089         will be. No idea how this worked at all before.
10090
10091 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10092
10093         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
10094         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
10095         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
10096         (handle_sequence), (handle_picture):
10097         * ext/mpeg2dec/gstmpeg2dec.h:
10098           Rearrange buffer tracking and refcounting and refactor
10099           a little for readability. 
10100
10101 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
10102         * sys/v4l/gstv4l.c: (plugin_init):
10103         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
10104         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
10105         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
10106         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
10107         * sys/v4l/gstv4ljpegsrc.h:
10108         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
10109         * sys/v4l/v4l_calls.h:
10110         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
10111         (gst_v4lsrc_get_fps):
10112         * sys/v4l/v4lsrc_calls.h:
10113           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
10114           you jpeg inside rgb frames" driver.
10115           Don't error in the v4lsrc link function, just return 
10116           REFUSED.
10117
10118 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10119
10120         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
10121         (gst_qcamsrc_open):
10122           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
10123
10124 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10125
10126         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
10127           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
10128
10129 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10130
10131         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
10132           Reset negotiated state on PAUSED->READY.
10133
10134 2005-02-02  David Schleef  <ds@schleef.org>
10135
10136         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
10137         whereever possible.  (Fixes #165997)
10138         * examples/capsfilter/capsfilter1.c: (main):
10139         * examples/dynparams/filter.c: (create_ui):
10140         * examples/seeking/cdparanoia.c: (get_track_info), (main):
10141         * examples/seeking/chained.c: (main):
10142         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
10143         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
10144         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
10145         (make_mpeg_pipeline), (make_mpegnt_pipeline):
10146         * examples/seeking/spider_seek.c: (make_spider_pipeline):
10147         * examples/switch/switcher.c: (main):
10148         * ext/dv/demo-play.c: (main):
10149         * ext/faad/gstfaad.c: (gst_faad_change_state):
10150         * ext/mad/gstmad.c: (gst_mad_chain):
10151         * ext/smoothwave/demo-osssrc.c: (main):
10152         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
10153         (gst_gconf_render_bin_from_description),
10154         (gst_gconf_get_default_audio_sink),
10155         (gst_gconf_get_default_video_sink),
10156         (gst_gconf_get_default_audio_src),
10157         (gst_gconf_get_default_video_src),
10158         (gst_gconf_get_default_visualization_element):
10159         * gst/level/demo.c: (main):
10160         * gst/level/plot.c: (main):
10161         * gst/playback/gstplaybin.c: (gen_video_element),
10162         (gen_audio_element):
10163         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
10164         * gst/playondemand/demo-mp3.c: (setup_pipeline):
10165         * gst/sine/demo-dparams.c: (main):
10166         * gst/spectrum/demo-osssrc.c: (main):
10167         * gst/speed/demo-mp3.c: (main):
10168         * gst/volume/demo.c: (main):
10169         * testsuite/embed/embed.c: (main):
10170
10171 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
10172
10173         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
10174         (gst_tcpclientsink_finalize):
10175         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
10176         (gst_tcpclientsrc_finalize):
10177         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
10178         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
10179         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
10180         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
10181           Don't leak the hostname when shutting down.
10182           In tcpserversrc, take a copy of the default hostname.
10183
10184 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10185
10186         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
10187           Set caps to systemstream=TRUE.
10188
10189 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10190
10191         * testsuite/Makefile.am:
10192           Fix more OSX buildbots.
10193
10194 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
10195
10196         * ext/mpeg2dec/gstmpeg2dec.c:
10197           Don't send things to NULL PAD_PEERs
10198
10199         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
10200           Copy-on-write the incoming buffer.
10201
10202         * gst/mpegstream/gstdvddemux.h:
10203         * gst/mpegstream/gstmpegclock.h:
10204         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
10205         (normal_seek), (gst_mpeg_demux_handle_src_event):
10206         * gst/mpegstream/gstmpegdemux.h:
10207         * gst/mpegstream/gstmpegpacketize.h:
10208         * gst/mpegstream/gstmpegparse.c:
10209         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
10210         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
10211         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
10212         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
10213         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
10214         * gst/mpegstream/gstmpegparse.h:
10215         * gst/mpegstream/gstrfc2250enc.h:
10216           Various changes to the way time is computed that make seeking and
10217           total time estimation much better here.
10218           Use G_BEGIN/END_DECLS instead of __cplusplus
10219
10220         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
10221           Use gst_buffer_stamp instead of only copying the TIMESTAMP
10222
10223 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10224
10225         * gst/subparse/gstsubparse.c:
10226           Fix OSX buildbot.
10227
10228 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
10229
10230         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
10231         (theora_enc_chain), (theora_enc_change_state):
10232         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10233         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
10234         (gst_vorbisenc_change_state):
10235         * ext/vorbis/vorbisenc.h:
10236           Set granulepos and timestamp correctly for streams not
10237           starting at 0, taking into account the initial delay.
10238
10239 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
10240
10241         * gst/mpegstream/gstdvddemux.c:
10242           Add audio/x-dts to audio pad template caps
10243
10244 2005-01-30  David Schleef  <ds@schleef.org>
10245
10246         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
10247         (create_context), (gst_polypsink_link): Fix silly endianness
10248         bug.  Add some debugging.  Remove float from caps; it doesn't
10249         work.  Attempt to get remote audio working.
10250
10251 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10252
10253         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
10254           Add 3IV2 fourcc.
10255
10256 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10257
10258         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
10259         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
10260         (gst_avi_demux_stream_data):
10261         * gst/avi/gstavidemux.h:
10262           Invert DIB images. Fixes #132341.
10263
10264 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10265
10266         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10267         (gst_ffmpegcsp_chain):
10268           D'oh, reference the palette data, not the palette structure.
10269           Fixes color distortion in #132341.
10270
10271 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10272
10273         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10274           PAR can be non-fixed when not provided as argument (#162626).
10275
10276 2005-01-29  David Moore  <dcm@acm.org>
10277
10278         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10279
10280         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10281         (gst_qtdemux_loop_header):
10282           Re-apply patch from #142272 that allows non-seekable sources,
10283           re-proposed by Daniel Drake <dsd@gentoo.org>.
10284
10285 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10286
10287         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
10288           Use the src template for creating the src pad (#162330).
10289
10290 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10291
10292         * configure.ac:
10293         * ext/musepack/Makefile.am:
10294         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
10295         (gst_musepackdec_init), (gst_musepackdec_dispose),
10296         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
10297         (gst_musepack_stream_init), (gst_musepackdec_loop),
10298         (gst_musepackdec_change_state):
10299         * ext/musepack/gstmusepackdec.cpp:
10300         * ext/musepack/gstmusepackdec.h:
10301         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
10302         (gst_musepack_reader_read), (gst_musepack_reader_seek),
10303         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
10304         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
10305         * ext/musepack/gstmusepackreader.cpp:
10306         * ext/musepack/gstmusepackreader.h:
10307           Update to 1.1 API (#165446).
10308
10309 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10310
10311         * ext/Makefile.am:
10312           Unbreak buildbot.
10313
10314 2005-01-28  Andy Wingo  <wingo@pobox.com>
10315
10316         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
10317         to reflect a different dubious internet source. Add a reference
10318         and some commentary.
10319
10320 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10321
10322         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10323         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
10324         * gst/playback/gststreamselector.h:
10325           Be more selective when we're redoing caps negotiation from
10326           within the chain function on a stream change.
10327
10328 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10329
10330         * configure.ac:
10331         * ext/Makefile.am:
10332         * ext/amrnb/Makefile.am:
10333         * ext/amrnb/amrnb.c: (plugin_init):
10334         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
10335         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
10336         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
10337         (gst_amrnbdec_state_change):
10338         * ext/amrnb/amrnbdec.h:
10339         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
10340         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
10341         (gst_amrnbparse_init), (gst_amrnbparse_formats),
10342         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
10343         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
10344         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
10345         * ext/amrnb/amrnbparse.h:
10346           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
10347         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10348           Add AMR-NB/-WB raw formats.
10349         * ext/alsa/gstalsa.c: (gst_alsa_link):
10350           Keep valid time when changing format.
10351         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10352         (qtdemux_parse_trak):
10353           Add some more format-specific options (#140141, #143555, #155163).
10354
10355 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10356
10357         * gst/matroska/matroska-demux.c:
10358         (gst_matroska_demux_parse_blockgroup):
10359           Fix logic error in timing of subtitle stream synchronization.
10360         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10361           Add skip-chunk, which is found in kodak-camera streams.
10362
10363 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10364
10365         * po/LINGUAS:
10366         * po/vi.po:
10367           Adding Vietnamese translation (submitted by Clytie Siddall)
10368
10369 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10370
10371         * gst/playback/gstdecodebin.c: (try_to_link_1):
10372           Use realpad for signal.
10373
10374 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10375
10376         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
10377           Fix category so decodebin picks it up.
10378
10379 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10380
10381         * ext/mad/Makefile.am:
10382         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
10383         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
10384         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
10385         (found_type), (gst_id3demux_bin_change_state):
10386         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
10387         (gst_id3_tag_init), (gst_id3_tag_handle_event),
10388         (gst_id3_tag_src_link), (gst_id3_tag_chain),
10389         (gst_id3_tag_change_state), (plugin_init):
10390         * ext/mad/gstmad.h:
10391           Add id3demuxbin (which is a simple bin consisting of id3demux
10392           and typefind), take over rank from id3demux, remove typefind
10393           code from id3demux. Makes all broken mp3s that I know of work,
10394           and thereby fixes #152688.
10395
10396 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
10397
10398         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10399
10400         * ext/mad/gstmad.c: (gst_mad_src_event):
10401         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10402           Allow seeks on audio pad, make mad forward those (#164826).
10403         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10404           Set duration (#165335).
10405
10406 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10407
10408         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
10409         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
10410         (gst_asf_demux_process_ext_content_desc),
10411         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
10412         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
10413         * gst/asfdemux/gstasfdemux.h:
10414           Improve metadata display, e.g. if the metadata comes before the
10415           streams are loaded (which is perfectly valid).
10416
10417 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10418
10419         * tools/gst-launch-ext-m.m:
10420           Fix AVI/ASF pipelines (#165340).
10421
10422 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
10423         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
10424         build failure on amd64
10425
10426 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
10427
10428         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
10429         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
10430           Check environment variables GST_ID3V2_TAG_ENCODING,
10431           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
10432           list of character encodings to force interpretation of non-unicode
10433           strings stored in an ID3v2 tag to a particular encoding. If none
10434           is specified, try to use current locale's encoding, then fall back
10435           to ISO-8859-1 (which will always succeed). (Resolves #149274)
10436         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
10437         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
10438           Check environment variables GST_ID3V1_TAG_ENCODING,
10439           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
10440           list of character encodings to use in case a string encountered
10441           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
10442           specified, try to use the current locale's encoding, then fall
10443           back to ISO-8859-1 (which will always succeed).
10444
10445 2005-01-25  Benjamin Otte  <otte@gnome.org>
10446
10447         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10448           - on half framerate, compute the rate in advance so the comparisons
10449             don't compare wrong values
10450           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
10451             behaviour
10452           - don't use mad_header_decode anymore, mad_frame_decode does that
10453             automatically
10454           - when getting rid of consumed bytes, reset the stream's skiplen
10455           (fixes #163867)
10456
10457 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
10458
10459         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
10460           Use 1/2 a second for default max_discont, as PES streams from DVB
10461           seem to have larger spacings in the SCR. 
10462           Fix a typo.
10463
10464 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10465
10466         * gst/playback/gstplaybasebin.c: (group_commit):
10467           Notify delayed stream-info availability.
10468
10469 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
10470         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
10471         (gst_a52dec_handle_event), (gst_a52dec_chain):
10472         Add some debug output. Check that a discont has a valid
10473         time associated.
10474         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
10475         (gst_alsa_sink_loop):
10476         Ignore TAG events. A little extra debug for broken timestamps.
10477         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
10478         (dvdnavsrc_change_state):
10479         Ensure we send a discont to engage the link before we send any
10480         other events.
10481         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
10482         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
10483         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
10484         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
10485         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
10486         dvd://title works in totem because typefinding sends a seek that ends
10487         up going back to chapter 1 regardless.
10488         * ext/mpeg2dec/gstmpeg2dec.c:
10489         * ext/mpeg2dec/gstmpeg2dec.h:
10490         Output correct timestamps and handle disconts.
10491         * ext/ogg/gstoggdemux.c: (get_relative):
10492         Small guard against a null dereference.
10493         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
10494         (gst_textoverlay_set_property):
10495         Free memory when done. Don't call gst_event_filler_get_duration on
10496         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
10497         g_warning.
10498         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
10499         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
10500         (gst_sw_srclink), (gst_smoothwave_chain):
10501         Draw solid lines, prettier colours.
10502         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
10503         Add a default palette that'll work for some movies.
10504         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
10505         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
10506         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
10507         * gst/mpegstream/gstdvddemux.h:
10508         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
10509         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
10510         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
10511         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
10512         * gst/mpegstream/gstmpegparse.h:
10513         Use PTM/NAV events when for timestamp adjustment when connected to 
10514         dvdnavsrc. Don't use many discont events where one suffices.
10515         * gst/playback/gstplaybasebin.c: (group_destroy),
10516         (gen_preroll_element), (gst_play_base_bin_add_element):
10517         * gst/playback/gstplaybasebin.h:
10518         Make sure we remove subtitles from the same bin we put them in.
10519         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
10520         (gst_subparse_buffer_format_autodetect),
10521         (gst_subparse_change_state):
10522         Fix some memleaks and invalid accesses.
10523         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
10524         (oggskel_type_find), (cmml_type_find), (plugin_init):
10525         Some typefind functions for Annodex v3.0 files
10526         * gst/wavparse/gstwavparse.h:
10527         GstRiffReadClass is the correct parent class.
10528
10529 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10530
10531         * gst-libs/gst/riff/riff-media.c:
10532         (gst_riff_create_video_caps_with_data):
10533           Add extradata to huffyuv (fixes #165013).
10534         * gst-libs/gst/riff/riff-read.c:
10535         (gst_riff_read_strf_vids_with_data):
10536           Fix extradata extraction if it is in the chunk size.
10537
10538 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
10539
10540         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10541
10542         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
10543         (gst_quarktv_change_state), (gst_quarktv_dispose):
10544           Memory free'ing location fix (#164708).
10545
10546 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10547
10548         * gst/playback/gstplaybasebin.c: (group_commit),
10549         (gen_preroll_element), (probe_triggered), (gen_source_element),
10550         (setup_source), (gst_play_base_bin_change_state),
10551         (gst_play_base_bin_add_element):
10552           Don't block for streams.
10553         * gst/playback/gststreaminfo.c: (stream_info_change_state),
10554         (gst_stream_info_set_mute):
10555           Use gst_pad_set_active_recursive.
10556
10557 2005-01-25  Andy Wingo  <wingo@pobox.com>
10558
10559         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
10560         for #ifndef HAVE_XVIDEO.
10561
10562 2005-01-24  Jeffrey C. Ollie
10563
10564         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
10565
10566         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
10567         * ext/gsm/gstgsmdec.h:
10568         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
10569         * ext/gsm/gstgsmenc.h:
10570         Fix rate to 8kHz as per spec, removes obscure errors when no rate
10571         was given by property. Add proper buffer timestamps and offsets.
10572
10573 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10574
10575         * gst-libs/gst/riff/riff-media.c:
10576         (gst_riff_create_audio_caps_with_data):
10577           Audio can be <8000Hz.
10578
10579 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10580
10581         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10582           Explicit state change to workaround refcount bugs.
10583
10584 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10585
10586         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
10587         (gst_avimux_riff_get_avi_header):
10588           Fix...
10589
10590 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10591
10592         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
10593         (gst_riff_read_element_data):
10594         * gst-libs/gst/riff/riff-read.h:
10595           Add _peek version (req'ed in CDXA).
10596         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
10597         (gst_cdxaparse_loop):
10598           Fix parsing in playbin.
10599         * gst/playback/gstdecodebin.c: (close_pad_link):
10600           Ignore current_ pads, they cause major annoyance.
10601
10602 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10603
10604         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10605           Safety guard.
10606
10607 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10608
10609         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
10610           Fix padding...
10611
10612 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10613
10614         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
10615           Allow for 0-sized buffers. Fixes length query problems in
10616           starwars.mkv from the testsuite.
10617
10618 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
10619
10620         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
10621         (gst_video_box_i420), (gst_video_box_chain):
10622           Fix row strides for I420 (fixes #163159)
10623           
10624 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10625
10626         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10627           MPEG2 has a useful rate property, so we can actually use that.
10628           For MPEG-1, continue using the bytes/time properties.
10629
10630 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10631
10632         * gst-libs/gst/riff/riff-media.c:
10633         (gst_riff_create_video_caps_with_data),
10634         (gst_riff_create_video_template_caps):
10635           Add intel-h263.
10636
10637 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10638
10639         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10640           Fail if caps negotiation fails. Should fix #162184, and should
10641           definately be in there regardless of it fixing the actual bug.
10642         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
10643         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
10644         (gst_avimux_riff_get_avix_header),
10645         (gst_avimux_riff_get_video_header),
10646         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
10647         (gst_avimux_start_file), (gst_avimux_handle_event),
10648         (gst_avimux_change_state):
10649         * gst/avi/gstavimux.h:
10650           Refactor structure writing to use GST_WRITE_UINT macros, add
10651           metadata writing support.
10652
10653 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10654
10655         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
10656           Elements may already be destroyed when this function is called.
10657
10658 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10659
10660         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10661         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
10662           More memory leak fixes (#149162).
10663
10664 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10665
10666         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10667         (gst_qtdemux_add_stream):
10668           Fix two memleaks.
10669
10670 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10671
10672         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10673           Argh...
10674
10675 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10676
10677         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10678           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
10679           when fixating to six channels in Totem.
10680
10681 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10682
10683         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
10684           Fix compile warnings on Solaris 10 buildbot
10685
10686 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10687
10688         * ext/dvdread/dvdreadsrc.c: (_read):
10689           Don't read beyond the last cell in a chapter (fixes 
10690           invalid memory access)
10691
10692 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10693
10694         * ext/dvdread/stream_labels.c:
10695         (dvdreadsrc_get_audio_stream_labels):
10696           Use NULL for an empty GList instead of g_list_alloc(); fix 
10697           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
10698           of GString (easier to bulk free later)
10699
10700 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10701
10702         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10703
10704         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10705         (gst_ffmpeg_pixfmt_to_caps):
10706           Fix BGRA32 caps (#164209).
10707
10708 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10709
10710         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10711
10712         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10713         (gst_ffmpeg_caps_to_pixfmt):
10714           alpha_mask can be RGBA/ABGR. Fixes #164265.
10715
10716 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
10717
10718         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10719
10720         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
10721         (gst_mpeg2dec_alloc_buffer):
10722         * ext/mpeg2dec/gstmpeg2dec.h:
10723           Crop if decoding size is not the actual image size (#163676).
10724
10725 2005-01-17  Steve Baker  <steve@stevebaker.org>
10726
10727         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10728
10729         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
10730         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
10731           Add libsndfile typefind functions (#163309).
10732
10733 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10734
10735         * tools/gst-launch-ext-m.m:
10736           Add .aac, fix .m1v/.m2v (#163891).
10737
10738 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10739
10740         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
10741           Sanity check, don't wait endlessly since the clock might not
10742           actually run at this point (which is a deadlock). Fixes #164069.
10743
10744 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10745
10746         * gst/playback/gstplaybasebin.c: (probe_triggered):
10747           Of course, only pause if group is done...
10748
10749 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10750
10751         * gst/playback/gstplaybasebin.c: (probe_triggered):
10752           Thread safety.
10753
10754 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
10755
10756         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
10757           Don't return state change success when the parent
10758           failed.
10759
10760 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10761
10762         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
10763           Free events (fix memleak in #162905).
10764
10765 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
10766
10767         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10768
10769         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10770         (gst_ffmpeg_caps_to_pixfmt):
10771           Fix for depth = 15. Fixes #161675.
10772
10773 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10774
10775         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10776           Set FPS correctly, even for webcams and the like.
10777         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
10778           Don error on setting while capturing.
10779
10780 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10781
10782         * ext/dv/gstdvdec.c:
10783         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10784         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10785           I'm a bad boy. using /1001. to force C to do float division
10786           and not integer division (as it did in my last commit)
10787           Thanks to David I. Lehn for pointing this mistake.
10788
10789 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10790
10791         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10792           Revert Johan??s 1.35->1.36 since it breaks compat.
10793
10794 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10795
10796         * ext/dv/gstdvdec.c:
10797         * ext/libfame/gstlibfame.c:
10798         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10799         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10800           replace framerate aproximations by their real value
10801           (24000/1001, 30000/1001, 60000/1001)
10802           Finish fixing bug #164049
10803
10804 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10805
10806         * ext/ogg/gstoggmux.c:
10807           eos/bos debugging
10808         * gst/tcp/gstmultifdsink.c:
10809         * gst/tcp/gstmultifdsink.h:
10810         * gst/tcp/gsttcp.c:
10811         * gst/tcp/gsttcp.h:
10812         * gst/tcp/gsttcpclientsink.c:
10813         * gst/tcp/gsttcpclientsrc.c:
10814         * gst/tcp/gsttcpserversink.c:
10815         * gst/tcp/gsttcpserversrc.c:
10816           improve reusability of elements after state changes and errors
10817           make multifdsink throw away streamheaders when receiving new ones
10818
10819 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10820
10821         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10822           Fix for if items are already in list...
10823
10824 2005-01-12  Benjamin Otte  <otte@gnome.org>
10825
10826         * gst/adder/gstadder.c: (gst_adder_loop):
10827           fix adder a bit so it doesn't screw up with events as much anymore
10828
10829 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
10830
10831         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
10832         (pixbufscale_scale), (gst_pixbufscale_chain):
10833         * ext/gdk_pixbuf/pixbufscale.h:
10834           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
10835           to ensure rowstrides are calculated the same way as 
10836           ffmpegcolorspace
10837           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
10838           that we pick up duration and offset also.
10839
10840 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10841
10842         * gst/avi/gstavimux.c: (gst_avimux_class_init),
10843         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
10844           Reusability fixes.
10845
10846 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10847
10848         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
10849         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
10850         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
10851         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
10852           Update flags when requested.
10853
10854 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10855
10856         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10857           Fix dmix.
10858
10859 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10860
10861         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10862         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
10863         (probe_triggered), (new_decoded_pad), (gen_source_element),
10864         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
10865         * gst/playback/gstplaybasebin.h:
10866         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10867         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
10868         (gst_play_bin_change_state):
10869           Implement group-switch signal for use in apps to clear metadata
10870           cache, clean up subtitle, add suburi property instead of # hack,
10871           some error-out fixes.
10872
10873 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10874
10875         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10876           Debug.
10877         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
10878           If we got a state change in the _get handler, don't return success.
10879
10880 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10881
10882         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
10883         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
10884           Make jpegdec quiet on MJPEG decoding
10885         * gst/asfdemux/README:
10886           Fix mimetypes for MJPEG and H263
10887
10888 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10889
10890         * ext/theora/theoradec.c: (theora_dec_chain):
10891           Fix broken code generation by gcc by swapping arguments.
10892         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10893           Fix \n in debug.
10894
10895 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10896
10897         * TODO:
10898           delete this file, it is by far outdated
10899         * ext/alsa/gstalsa.1: remove
10900         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
10901         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
10902         (gst_alsa_get_caps):
10903           Add HW probing for supported sample rates. Fixes #161704
10904
10905 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10906
10907         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10908           Don't crash, biatch! :).
10909
10910 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10911
10912         * ext/musepack/gstmusepackreader.cpp:
10913         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
10914           Some work on tags - still doesn't work in playbin...
10915         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10916           Handle events...
10917
10918 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10919
10920         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
10921           Also shove tags on kid pads.
10922
10923 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10924
10925         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
10926           Don't bail on unknown events.
10927         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10928           Don't crash on events before negotiation.
10929         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10930           Send tags on pads, too.
10931         * gst/playback/gststreamselector.c:
10932         (gst_stream_selector_request_new_pad):
10933           Forward events on first pad if no input was selected yet.
10934
10935 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10936
10937         * gst/playback/gstplaybasebin.c: (setup_substreams):
10938           Don't disable streamtype if the stream doesn't exist, since
10939           then playing a video after audio will disable both and nothing
10940           will happen. Fixes the testsuite.
10941
10942 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10943
10944         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
10945         (gst_v4l_xoverlay_set_xwindow_id):
10946         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
10947         (gst_v4l2_xoverlay_set_xwindow_id):
10948           Add debug categories, fix overlay disabling.
10949
10950 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10951
10952         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
10953         * ext/alsa/gstalsa.h:
10954           Add HW probing for period_count/size and buffer_size MIX/MAX
10955           Adjust default/user defined value if out of bounds
10956           Should fix bug #162024
10957
10958 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10959
10960         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
10961           Fix warning (#161191).
10962
10963 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10964
10965         * ext/dvdread/stream_labels.c:
10966         (dvdreadsrc_get_audio_stream_labels):
10967           Fix warning (init the good variable in switch default)
10968
10969 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
10970
10971         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10972
10973         * gst/tta/gstttaparse.c: (gst_tta_src_event):
10974           Fix gcc-2.95 compile (#163485).
10975
10976 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10977
10978         * configure.ac:
10979         * ext/flac/gstflacenc.c: (gst_flacenc_init),
10980         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
10981         (gst_flacenc_tell_callback), (gst_flacenc_chain),
10982         (gst_flacenc_change_state):
10983         * ext/flac/gstflacenc.h:
10984           Update for API change in flac-1.1.1. Update requirement in
10985           configure.ac. Fixes #162974.
10986
10987 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10988
10989         * gst/playback/gstplaybasebin.c: (group_destroy):
10990           Remove hack to get rid of assert and get rid of unlinked
10991           signals properly.
10992
10993 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10994
10995         * gst/playback/gstplaybasebin.c: (setup_source):
10996           Set source to NULL so that resources are free'ed. Fixes issues
10997           with playback of CDDA and similar device-accessing things.
10998
10999 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11000
11001         * testsuite/embed/Makefile.am:
11002           test->noinst, fix make test in buildbot.
11003
11004 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11005
11006         * ext/dvdread/stream_labels.c: new file
11007         * ext/dvdread/stream_labels.h: new file
11008         * ext/dvdread/Makefile.am:
11009         * ext/dvdread/dvdreadsrc.c: (_seek_title):
11010           Extract audio stream label from DVD IFO files.
11011           It only dump them on the console for now, still have to
11012           make playbin aware of them.
11013
11014 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11015
11016         * gst/playback/gstplaybasebin.c: (setup_source):
11017           Fix hanging subs.
11018
11019 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11020
11021         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11022         (gen_preroll_element), (remove_groups), (setup_subtitle),
11023         (gen_source_element), (setup_source):
11024         * gst/playback/gstplaybasebin.h:
11025           Multiple .sub files is just a stupid idea... Fix some threading
11026           mistakes. Interestingly, external .sub files cause playbin to
11027           hang, I don't know why... Parsing fixes contributed by Fran??ois
11028           Kooman <fkooman@tuxed.net>.
11029
11030 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11031
11032         * testsuite/embed/Makefile.am:
11033           Fix buildbot.
11034
11035 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
11036
11037         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11038
11039         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
11040         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
11041         (gst_pngenc_set_property):
11042         * ext/libpng/gstpngenc.h:
11043           Add compression level property (#163323).
11044
11045 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11046
11047         * configure.ac:
11048         * examples/capsfilter/capsfilter1.c: (main):
11049         * examples/seeking/spider_seek.c: (make_spider_pipeline):
11050         * ext/dvdread/Makefile.am:
11051         * ext/dvdread/demo-play:
11052         * ext/dvdread/demo-play.c:
11053         * gconf/gstreamer.schemas.in:
11054         * gst-libs/gst/gconf/gconf.c:
11055         * sys/v4l/TODO:
11056         * testsuite/Makefile.am:
11057         * testsuite/embed/Makefile.am:
11058         * testsuite/embed/embed.c: (cb_expose), (main):
11059           Remove all references to xvideosink, fix examples (#140845).
11060         * gst/playback/gstplaybasebin.c: (group_destroy):
11061           Apparently, disposal does not unlink - so do explicitely.
11062         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11063           Add debug.
11064
11065 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
11066
11067         * README: fix PKG_CONFIG_PATH instructions, what was there
11068         previously was breaking default search path, not nice. 
11069         Fixes #163358
11070
11071 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11072
11073         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
11074         (gst_audioscale_chain):
11075           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
11076           when resampling - how the ^@$^!@^! is this possible?!?
11077
11078 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11079
11080         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
11081           Reset variables on READY.
11082         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
11083         (gst_matroska_mux_loop):
11084           Require data before writing header.
11085
11086 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
11087
11088         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11089
11090         * ext/mad/gstmad.c: (gst_mad_chain):
11091           Don't call mad_stream_sync() directly after recovering sync.
11092           Fixes #151661.
11093
11094 2005-01-09  Martin Eikermann  <meiker@upb.de>
11095
11096         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11097
11098         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
11099         (snapshot_handler), (gst_snapshot_sinkconnect),
11100         (gst_snapshot_chain):
11101           Allocate resources when required, fix recursive signal emission
11102           and fix caps. Fixes #161667.
11103
11104 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
11105
11106         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11107
11108         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
11109         (gst_pngdec_chain):
11110           Handle only 8-bppc (bits-per-pixel-component) images, better
11111           error handling and correct strides. Fixes #163177.
11112         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
11113         (gst_pngenc_chain):
11114           Better error handling. Fixes #163348.
11115
11116 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11117
11118         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
11119         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
11120         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
11121         (dvdnavsrc_uri_handler_init):
11122           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
11123         * gst/playback/gstplaybasebin.c: (gen_source_element):
11124           Add MMS to streaming URIs.
11125
11126 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11127
11128         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
11129         * sys/xvimage/xvimagesink.c:
11130         (gst_xvimagesink_navigation_send_event):
11131           Check for pad availability before sending event.
11132
11133 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11134
11135         * gst-plugins.spec.in:
11136           Add subparse.
11137
11138 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11139
11140         * configure.ac:
11141           Since we use functions from CVS, up requirement.
11142
11143 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11144
11145         * gst/playback/Makefile.am:
11146         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11147         (group_destroy), (group_commit), (group_is_muted),
11148         (gen_preroll_element), (add_stream), (unknown_type),
11149         (probe_triggered), (preroll_unlinked), (mute_stream),
11150         (silence_stream), (new_decoded_pad), (setup_substreams),
11151         (setup_source), (get_active_source), (mute_group_type),
11152         (muted_group_change_state), (set_active_source),
11153         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
11154         (play_base_eos), (gst_play_base_bin_change_state):
11155         * gst/playback/gstplaybasebin.h:
11156         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
11157         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
11158         (gst_stream_info_dispose), (stream_info_mute_pad),
11159         (stream_info_change_state), (gst_stream_info_set_mute):
11160         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
11161         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
11162         (gst_stream_selector_init), (gst_stream_selector_dispose),
11163         (gst_stream_selector_get_linked_pad),
11164         (gst_stream_selector_get_caps), (gst_stream_selector_link),
11165         (gst_stream_selector_get_linked_pads),
11166         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
11167         * gst/playback/gststreamselector.h:
11168           Adding stream selection support plus required properties for
11169           applications to use this. Fully fixes #100931.
11170
11171 2005-01-08  Benjamin Otte  <otte@gnome.org>
11172
11173         * gst/games/gstpuzzle.c: (nav_event_handler):
11174           - handle nav events differently: forward every event no matter if it
11175             was handled or not.
11176           - translate events
11177           You can now cheat by using navigationtest ! puzzle and moving the
11178           mouse close to the edge of a tile. ;)
11179
11180 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11181
11182         * configure.ac:
11183         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
11184         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
11185         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
11186         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
11187         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
11188         (gst_ogm_parse_plugin_init):
11189         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
11190         (gst_textoverlay_link), (gst_textoverlay_getcaps),
11191         (gst_textoverlay_event), (gst_textoverlay_video_chain),
11192         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
11193         * ext/pango/gsttextoverlay.h:
11194         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11195         (gst_matroska_demux_handle_seek_event),
11196         (gst_matroska_demux_sync_streams),
11197         (gst_matroska_demux_parse_blockgroup),
11198         (gst_matroska_demux_subtitle_caps),
11199         (gst_matroska_demux_plugin_init):
11200         * gst/matroska/matroska-ids.h:
11201         * gst/playback/gstdecodebin.c: (close_pad_link):
11202         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11203         (gen_preroll_element), (remove_groups), (add_stream),
11204         (new_decoded_pad), (setup_subtitles), (gen_source_element),
11205         (setup_source):
11206         * gst/playback/gstplaybasebin.h:
11207         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
11208         * gst/subparse/Makefile.am:
11209         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
11210         (gst_subparse_base_init), (gst_subparse_class_init),
11211         (gst_subparse_init), (gst_subparse_formats),
11212         (gst_subparse_eventmask), (gst_subparse_event),
11213         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
11214         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
11215         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
11216         (parse_mpsub_deinit), (parse_mpsub_init),
11217         (gst_subparse_buffer_format_autodetect),
11218         (gst_subparse_format_autodetect), (gst_subparse_loop),
11219         (gst_subparse_change_state), (gst_subparse_type_find),
11220         (plugin_init):
11221         * gst/subparse/gstsubparse.h:
11222         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
11223         (plugin_init):
11224           Add subtitle support, .sub parser (supports SRT and MPsub),
11225           OGM text support, Matroska UTF-8 text support, deadlock fixes
11226           all over the place, subtitle awareness in decodebin/playbin
11227           and some fixes to textoverlay to handle subtitles in a stream
11228           correctly. Fixes #100931.
11229
11230 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11231
11232         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11233           Check for pad availability before doing a query on it.
11234
11235 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11236
11237         * ext/dv/gstdvdec.c:
11238           really fix bpp24/32 dvdec caps (classic rgba indeed)
11239         * gst/asfdemux/gstasfdemux.c:
11240         (gst_asf_demux_process_ext_content_desc):
11241           don't send text tags if they are empty (bis repetita)
11242
11243 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11244
11245         * ext/dv/gstdvdec.c:
11246          remove unneeded comment from dvdec
11247           (related to DV 4CC codes in AVI files)
11248           moved them in gstreamer/docs/random/mimetypes
11249         * gst/asfdemux/gstasfdemux.c:
11250         (gst_asf_demux_process_ext_content_desc):
11251          don't send text tags if they are empty
11252          fix mem leak on error path
11253         * gst/ffmpegcolorspace/avcodec.h:
11254         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11255         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11256         (gst_ffmpegcsp_avpicture_fill):
11257         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
11258         * gst/ffmpegcolorspace/imgconvert_template.h:
11259          adds BGR32 and BGRA32 to ffmpegcolorspace
11260           (still bad colors, fixing it on next commit)
11261           helps with dvdec outputing BGR32
11262
11263 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11264
11265         * ext/dv/gstdvdec.c:
11266          Fix audio caps i just broke (missing ',')
11267         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
11268         (gst_matroska_mux_reset):
11269          Fix typo + add FIXME about old "x-gst-metadata" crap
11270
11271 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11272
11273         * ext/dv/demo-play.c: (main):
11274          xvideosink -> xvimagesink
11275         * ext/dv/gstdvdec.c:
11276          change rgb 32/32 caps to 24/32 (no alpha)
11277          change nb of channels to be a list (2 or 4, not 2)
11278          change sample rate to be a list (32, 44.1, 48 kHz) not a range
11279         * gst/asfdemux/gstasfdemux.c:
11280         (gst_asf_demux_process_ext_content_desc):
11281          Add 'date/year' to extracted metadata list
11282
11283 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11284
11285         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
11286           The return value of fixate_to does not imply that the requested
11287           value was set, so don't assume.
11288
11289 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
11290
11291         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11292
11293         * ext/libpng/gstpngdec.c:
11294         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
11295         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
11296         * ext/libpng/gstpngenc.h:
11297           Alpha support (encoder; #163161), mime fixage.
11298
11299 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
11300
11301         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11302
11303         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
11304         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
11305         (gst_faac_set_property), (gst_faac_get_property):
11306         * ext/faac/gstfaac.h:
11307           Allow for ADTS output (#153434).
11308
11309 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11310
11311         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
11312           Fix against template (#150576).
11313
11314 2005-01-06  Benjamin Otte  <otte@gnome.org>
11315
11316         * gst/games/gstpuzzle.c: (draw_puzzle):
11317           don't draw a puzzle if either width or height of tiles would be 0.
11318
11319 2005-01-06  Benjamin Otte  <otte@gnome.org>
11320
11321         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
11322         (gst_puzzle_class_init), (gst_puzzle_finalize):
11323           no memleaks, please
11324         (gst_puzzle_create), (gst_puzzle_init),
11325         (gst_puzzle_set_property), (gst_puzzle_setup):
11326           change initialization code around so we don't reshuffle on resize
11327         (draw_puzzle):
11328           fix another stupid typo
11329
11330 2005-01-06  Benjamin Otte  <otte@gnome.org>
11331
11332         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
11333           fix stupid typo that borked copying on YUY2
11334
11335 2005-01-06  Benjamin Otte  <otte@gnome.org>
11336
11337         * gst/games/gstpuzzle.c: (draw_puzzle):
11338           fix edges when image sizes aren't multiples of tile sizes
11339
11340 2005-01-06  Benjamin Otte  <otte@gnome.org>
11341
11342         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
11343           make RGB endianness work correctly
11344         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
11345           refactor and fix race with initial shuffling
11346         (nav_event_handler):
11347           allow using the mouse to puzzle
11348         (draw_puzzle):
11349           insist on tiles having width and height as multiples of 4 to get
11350           clean YUV image handling
11351         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11352         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
11353           s/DEBUG/LOG/ for common messages
11354         (gst_xvimagesink_navigation_send_event):
11355           fix mouse event translation to not include screen PAR
11356         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
11357           fix mouse event translation to actually work
11358
11359 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11360
11361         * gst/asfdemux/gstasfdemux.c:
11362         (gst_asf_demux_process_ext_content_desc):
11363          Extract TrackNumber metadata + clean up code
11364         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
11365          Hope this is the good fix (var used unitialised)
11366
11367 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11368
11369         * ext/faad/gstfaad.c: (gst_faad_chain):
11370           Only increment timestamp if it's valid. Fixes raw AAC streams.
11371
11372 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11373
11374         * configure.ac:
11375         * gst/games/Makefile.am:
11376         * gst/games/gstpuzzle.c:
11377           add a puzzle game with...
11378         * gst/games/gstvideoimage.c:
11379         * gst/games/gstvideoimage.h:
11380           ... full colorspace support (that includes YUV9 and RGB16)) stolen
11381           from videotestsrc and made into something that would be a nice
11382           library for a lot of other plugins.
11383
11384 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11385
11386         * configure.ac:
11387          don't compile faad plugin if a RC of 2.0 is found
11388          Fixes #155346 (and FC1 buildbot)
11389         * gst/asfdemux/gstasfdemux.c:
11390         (gst_asf_demux_process_ext_content_desc):
11391          try to make Solaris compiler happier
11392
11393 2005-01-06  Paul Jack  <pjack@sfaf.org>
11394
11395         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11396
11397         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
11398           Fix segfault (#161667).
11399
11400 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11401
11402         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
11403           Fix framerate reporting.
11404
11405 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11406
11407         * gst-libs/gst/riff/riff-ids.h:
11408         * gst/wavenc/riff.h:
11409          Add AMR (VBR and CBR) ids to riff.h audio codec list
11410         * gst/asfdemux/gstasfdemux.c:
11411         (gst_asf_demux_process_ext_content_desc),
11412         (gst_asf_demux_process_object):
11413           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
11414
11415 2005-01-05  Martin Eikermann  <meiker@upb.de>
11416
11417         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11418
11419         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11420         (gst_dvd_demux_handle_discont):
11421         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
11422         (gst_mpeg_demux_handle_discont):
11423           Recreate pads on new-media (#160730).
11424         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
11425           Send discont even if manager changes timestamps (#161929).
11426
11427 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
11428
11429         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11430
11431         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
11432           Fix invalid memory access (#159211).
11433
11434 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11435
11436         * examples/gstplay/player.c: (main):
11437           Don't iterate.
11438         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
11439           Add visualizations.
11440         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
11441         (gst_a52dec_handle_frame):
11442           Set duration.
11443         * ext/dvdnav/gst-dvd:
11444           Add audioconvert. Fixes #161325.
11445         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
11446           Explicitely case to gint64. Possible valgrind error.
11447         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
11448         (gst_play_tick_callback), (gst_play_change_state),
11449         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
11450         (gst_play_set_location), (gst_play_get_location),
11451         (gst_play_seek_to_time), (gst_play_set_data_src),
11452         (gst_play_set_video_sink), (gst_play_set_audio_sink),
11453         (gst_play_set_visualization), (gst_play_connect_visualization),
11454         (gst_play_get_framerate), (gst_play_get_all_by_interface),
11455         (gst_play_new):
11456           Use playbin. Fixes #139749 and #147744.
11457         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
11458           Add genre tag.
11459         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
11460         (audioscale_get_type), (gst_audioscale_base_init),
11461         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
11462         (gst_audioscale_getcaps), (gst_audioscale_fixate),
11463         (gst_audioscale_link), (gst_audioscale_get_buffer),
11464         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
11465         (gst_audioscale_init), (gst_audioscale_dispose),
11466         (gst_audioscale_chain), (gst_audioscale_set_property),
11467         (gst_audioscale_get_property), (plugin_init):
11468           Indent properly.
11469         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
11470           Fix LPCM.
11471         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
11472         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
11473         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
11474           Add more metadata (fixes #162656).
11475
11476 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11477
11478         * configure.ac:
11479           back to cvs
11480
11481 === release 0.8.7 ===
11482
11483 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11484
11485         * NEWS:
11486         * RELEASE:
11487         * configure.ac:
11488           releasing 0.8.7, "Hyperspace"
11489
11490 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11491
11492         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11493
11494         * gst/playback/gstplaybasebin.c:
11495          Fix for #162924 - free caps after use, not before
11496
11497 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11498
11499         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11500
11501         * gst/playback/gstplaybasebin.c:
11502         * gst/wavparse/gstwavparse.c:
11503           Fix for #154773 - fixes playback of small .wav files
11504
11505 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11506
11507         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11508
11509         * gst/audioscale/gstaudioscale.c:
11510           Fix for #162819 - make audioscale reusable
11511           Fixes playback of more than one file with playbin/totem
11512
11513 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11514
11515         * gst/ffmpegcolorspace/avcodec.h:
11516         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11517         * gst/ffmpegcolorspace/imgconvert.c:
11518           clean up the mess that made me cry and avoid needless duplication
11519
11520 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11521
11522         * gst/ffmpegcolorspace/imgconvert.c:
11523           give some indication of why we're segfaulting
11524
11525 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11526
11527         * configure.ac:
11528           Fix indentation, fix v4l2 plugin detection.
11529         * ext/Makefile.am:
11530           Fix libmms location (Maciej, use diff -u!).
11531         * ext/alsa/gstalsa.c: (gst_alsa_init):
11532           Initialize caps cache to NULL.
11533         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
11534           Only change state on audiosink if it exists.
11535
11536 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
11537
11538         * gst/matroska/matroska-demux.c:
11539         * gst/matroska/matroska-ids.h:
11540         * gst/matroska/matroska-demux.h:
11541         Fix Vorbis streams failing to decode in some files, where cluster_time
11542         isn't 0, because then it doesn't send codec_priv before actual data.
11543         Remove time-based test and replace it with marker set on beginning of
11544         new stream
11545
11546 2004-12-28  David Schleef  <ds@schleef.org>
11547
11548         Merge patch from Ronald fixing problems with streaming
11549         text.
11550         * ext/cairo/gstcairo.c: (plugin_init):
11551         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11552         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11553         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11554         (gst_textoverlay_font_init), (gst_textoverlay_init),
11555         (gst_textoverlay_set_property):
11556         * ext/cairo/gsttextoverlay.h:
11557
11558 2004-12-27  David Schleef  <ds@schleef.org>
11559
11560         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11561         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11562         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11563         (gst_textoverlay_font_init), (gst_textoverlay_init),
11564         (gst_textoverlay_set_property): Improvements to actually
11565         render text as white on black outline on video, including
11566         font selection and horizontal/vertical alignment.  (Ronald's
11567         christmas present)
11568         * ext/cairo/gsttextoverlay.h:
11569
11570 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11571
11572         * ext/ogg/gstogg.c:
11573         * ext/ogg/gstogmparse.c:
11574           fix ogm[audio/video]parse plugin registration
11575           (riff won't load if bytestream is already loaded)
11576
11577 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11578
11579         * gst/audioconvert/gstchannelmix.c:
11580           fix for GLIB < 2.4
11581
11582 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11583
11584         * Makefile.am:
11585         * configure.ac:
11586           disable docs again until it actually passes make distcheck.
11587
11588 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11589
11590         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
11591         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
11592         (plugin_init):
11593           Add 3GP (variables name Q3GP because they can't start with a
11594           number). Add samr audio fourcc (used in .3gp files), decoder
11595           is work in progress. Also do a GST_WARNING instead of ERROR
11596           in case of unknown nodes, to decrease output.
11597
11598 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11599
11600         * Makefile.am:
11601           really fix dist
11602
11603 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11604
11605         * configure.ac:
11606         * ext/speex/gstspeexdec.h:
11607         * ext/speex/gstspeexenc.h:
11608           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
11609           Fix detection code in configure.ac
11610
11611 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11612
11613         * gst/matroska/matroska-demux.c:
11614         (gst_matroska_demux_parse_blockgroup):
11615           Save position, so that queries give proper return values. Don't
11616           know how this could ever have worked before...
11617
11618 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11619
11620         * configure.ac:
11621           Put additional LAME check inside the conditional.  Fixes #152339
11622
11623 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11624
11625         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11626         (gst_avi_demux_stream_scan):
11627           Add some more debug. Fix logic error when setting movi offset
11628           while reading index.
11629
11630 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11631
11632         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11633         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
11634         (gst_avi_demux_process_next_entry):
11635           Add some debugging. Better detection of broken indexes and the
11636           accompanying index recovery. No infinite loops on state changes
11637           when we're still in our loopfunction.
11638
11639 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11640
11641         * configure.ac:
11642           Fix up.
11643
11644 2004-12-22  Archana Shah  <archana.shah@wipro.com>
11645
11646         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11647
11648         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
11649           Normalizing the value before setting
11650         (gst_sunaudiomixer_get_volume):
11651           Normalizing the value after getting. Fixes bug# 161980
11652
11653 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11654
11655         * Makefile.am: Make sure docs gets disted
11656         * docs/Makefile.am: Make sure all needed files get disted
11657         * gst-plugins.spec.in: latest updates
11658
11659 2004-12-22  Wim Taymans  <wim@fluendo.com>
11660
11661         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11662         Revert patch 1.38 as clock distribution over schedulers does
11663         not work correcly in the core yet.
11664
11665 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11666
11667         * sys/oss/README: remove this file, which predates my birth
11668           (and which content is by far outdated)
11669
11670 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
11671
11672         * Makefile.am:
11673         * configure.ac:
11674         * docs/Makefile.am:
11675         * docs/libs/Makefile.am:
11676         * docs/libs/gst-plugins-libs-docs.sgml:
11677         * docs/libs/gst-plugins-libs-sections.txt:
11678         * docs/libs/tmpl/gstgconf.sgml:
11679         * docs/upload.mak:
11680         * docs/version.entities.in:
11681           Added boilerplate gtk-doc files for plugin-libs documentation.
11682
11683 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11684
11685         * gst/auparse/gstauparse.c: fix int and float audio caps
11686
11687 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11688
11689         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11690         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
11691           g_assert() can be a macro, don't use #ifdef inside it.
11692
11693 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
11694
11695         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11696
11697         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11698         (gst_videorate_init), (gst_videorate_chain),
11699         (gst_videorate_change_state):
11700           Event handling (fixes #159986).
11701
11702 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11703
11704         * gst-libs/gst/riff/riff-media.c:
11705         (gst_riff_create_video_caps_with_data):
11706           Add BLZ0 (Blizzard's version of DivX) fourcc.
11707
11708 2004-12-18  David Schleef  <ds@schleef.org>
11709
11710         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
11711         portability fix.
11712
11713 2004-12-18  David Schleef  <ds@schleef.org>
11714
11715         * gst/tta/ttadec.h: Disable some header code that isn't used
11716         and clearly isn't portable.
11717
11718 2004-12-18  David Schleef  <ds@schleef.org>
11719
11720         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
11721         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11722         (avcodec_get_pix_fmt), (avpicture_layout),
11723         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
11724         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
11725         Fix code to not use GCC extensions (and c99 extensions that
11726         Forte does not like.)
11727
11728 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11729
11730         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11731
11732         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
11733         (gst_deinterlace_chain):
11734           Rowstride fixes. Fixes #161039.
11735         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
11736         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
11737         (gst_video_crop_getcaps), (gst_video_crop_link),
11738         (gst_video_crop_i420), (gst_video_crop_chain),
11739         (gst_video_crop_change_state):
11740           Rework of negotiation. Actually works now. Fixes #158650.
11741
11742 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11743
11744         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
11745           That was very stupid.
11746
11747 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11748
11749         * gst/matroska/matroska-demux.c:
11750         (gst_matroska_demux_parse_blockgroup):
11751           Fix possible crasher.
11752
11753 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11754
11755         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
11756         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
11757           Lace sizes can be zero.
11758
11759 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11760
11761         * ext/musepack/gstmusepackdec.cpp:
11762           Fetch error return values. Fixes #161624.
11763         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
11764           Really EOS.
11765
11766 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11767
11768         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
11769           Work for truncated (unfinished download etc.) files. Fixes #160514.
11770
11771 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11772
11773         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11774           Fix for integer overflow. Makes #156001 not crash. Probably masks
11775           the real bug.
11776
11777 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11778
11779         * gst/ac3parse/gstac3parse.c: (plugin_init):
11780           Parsers never have ranks. Fixes #159651.
11781
11782 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11783
11784         * gst/playback/gstdecodebin.c: (compare_ranks):
11785           make sure the facotries are ordered the same every time even if they
11786           have the same rank by using the name
11787         * gst/playback/gstdecodebin.c: (find_compatibles):
11788           make sure we don't add factories to the list twice
11789
11790 2004-12-16  David Schleef  <ds@schleef.org>
11791
11792         * configure.ac: look for musepack headers as musepack/*.h
11793         (fixes #159847)
11794         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
11795         * ext/musepack/gstmusepackreader.h: same
11796
11797 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11798
11799         * gst-libs/gst/riff/riff-read.c:
11800         (gst_riff_read_strf_auds_with_data):
11801           Read extradata correctly (fixes #155879).
11802
11803 2004-12-16  David Schleef  <ds@schleef.org>
11804
11805         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
11806         audio.  does _not_ attempt or allow conversion unless channels
11807         is 1 or 2.
11808
11809 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11810
11811         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
11812
11813 2004-12-16  David Schleef  <ds@schleef.org>
11814
11815         * gst/audioscale/gstaudioscale.c: the resample library only
11816         handles 1 or 2 channels.  Change caps to compensate.
11817
11818 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11819
11820         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
11821         (gst_matroska_demux_audio_caps):
11822           Some MPEG-AAC hacks, because else it doesn't work...
11823
11824 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11825
11826         * gst-libs/gst/riff/riff-media.c:
11827         (gst_riff_create_video_caps_with_data),
11828         (gst_riff_create_video_template_caps):
11829           Add h264.
11830
11831 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11832
11833         * gst-libs/gst/audio/Makefile.am:
11834           Try to fix buildbot.
11835
11836 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11837
11838         * gst/tcp/gstmultifdsink.c:
11839           Clean up and uniformize debugging.
11840
11841 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
11842
11843         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11844
11845         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11846         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
11847         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
11848         (gst_mpeg_demux_change_state):
11849           Reset on ready. Fixes 160276.
11850
11851 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11852
11853         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11854
11855         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11856         (gst_ffmpegcsp_pad_link):
11857           Fix memleak (#154815).
11858
11859 2004-12-16  James Bowes  <bowes@cs.dal.ca>
11860
11861         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11862
11863         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
11864         (gst_musicbrainz_init), (gst_musicbrainz_chain),
11865         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
11866         * ext/musicbrainz/gsttrm.h:
11867           Add support for using a proxy server when getting a trm id from
11868           the MusicBrainz database (#149613).
11869
11870 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
11871
11872         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11873
11874         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
11875         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11876           Fix memleaks (#157233).
11877
11878 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11879
11880         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11881
11882         * gst-libs/gst/resample/resample.c: (gst_resample_close):
11883         * gst-libs/gst/resample/resample.h:
11884         * gst/audioscale/gstaudioscale.c:
11885           Fix memleak (#159215).
11886
11887 2004-12-16  Toni Willberg  <toniw@iki.fi>
11888
11889         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11890
11891         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
11892         * sys/oss/oss_probe.c: (main):
11893           Check for mono/stereo support (similar to samplerate probing),
11894           fixes #159433. Also add missing copyright header to oss_probe.c.
11895
11896 2004-12-15  David Schleef  <ds@schleef.org>
11897
11898         * configure.ac: add audioresample and cairo plugins.  Remove
11899         HAVE_MMX stuff, because it's not used.
11900         * ext/Makefile.am: same
11901         * ext/audioresample/Makefile.am: You are not ready for an
11902         audio resampling element based on audioresample.
11903         * ext/audioresample/gstaudioresample.c:
11904         * ext/audioresample/gstaudioresample.h:
11905         * ext/cairo/Makefile.am: You are not ready for overlay elements
11906         based on cairo.  Don't look too closely, these elements kinda
11907         suck right now.
11908         * ext/cairo/gstcairo.c: new
11909         * ext/cairo/gsttextoverlay.c: new
11910         * ext/cairo/gsttextoverlay.h: new
11911         * ext/cairo/gsttimeoverlay.c: new
11912         * ext/cairo/gsttimeoverlay.h: new
11913         * gst-libs/gst/media-info/media-info-priv.h: fix compile
11914         problem with compilers that don't support variadic macros.
11915
11916 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
11917
11918         Reviewed by:  David Schleef  <ds@schleef.org>
11919
11920         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
11921         Bala, registering sunaudiosrc (oops!), and cleaning up code a
11922         bit.  Also ran indent-gst.
11923         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
11924         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
11925         (gst_sunaudiosrc_setparams):
11926
11927 2004-12-14  David Schleef  <ds@schleef.org>
11928
11929         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
11930         output rate to 16000.  Should fix #160235.
11931
11932 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11933
11934         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11935         Add typefinding for mpeg2 pes streams
11936
11937 2004-12-13  David Schleef  <ds@schleef.org>
11938
11939         * configure.ac:  Applied patch from bug #143659, making default
11940         sources and sinks OS-dependent (for Solaris), and added code
11941         for OS/X.
11942         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
11943
11944 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11945
11946         * gst-libs/gst/riff/riff-media.c:
11947           forgot to add h2.64 to avidemux template caps
11948
11949 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11950
11951         * gst/wavenc/riff.h:
11952         * gst-libs/gst/riff/riff-media.c:
11953         * gst-libs/gst/riff/riff-ids.h:
11954         * gst/avi/gstavimux.c
11955         add 4CC code for VideoSoft h264 in AVI (VSSH)
11956           fixes bug #160655
11957         remove s323 from riff, it's quicktime specific :(
11958
11959 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11960
11961         * gst/asfdemux/README
11962         * gst/wavenc/riff.h
11963         * gst-libs/gst/riff/riff-ids.h
11964         * gst-libs/gst/riff/riff-media.c
11965         * gst/qtdemux/qtdemux.c:
11966           add new 4CC codes for h263 related codecs
11967           fixes partially bug #155163
11968
11969 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
11970
11971         * configure.ac: Update polyaudio requirement to 0.7
11972         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
11973
11974 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11975
11976         * gst/interleave/deinterleave.c:
11977         fix my name's spelling! :)
11978
11979 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11980
11981         * AUTHORS ChangeLog
11982         * gst/auparse/gstauparse.c
11983         * gst/interleave/deinterleave.c
11984         * gst/law/:
11985                 alaw-decode.c alaw-encode.c
11986                 mulaw-decode.c mulaw-encode.c
11987         * gst/oneton/gstoneton.c
11988         * sys/osxaudio/:
11989                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
11990         * sys/osxvideo/:
11991                 cocoawindow.h cocoawindow.m
11992                 osxvideosink.h osxvideosink.m
11993
11994         put the same mail address for Zaheer Abbas Merali everywhere
11995
11996 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11997
11998         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
11999           Align by packetsize, and assert that we a packet available before
12000           playing. The first makes webstreams work (they often include
12001           trailing padding data in a packet), the second allows pausing a
12002           ASF stream in totem without getting demux errors afterwards.
12003
12004 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12005
12006         * ext/ogg/gstoggdemux.c: (get_relative):
12007           Check for non-NULL before accessing member (end-of-chain).
12008
12009 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12010
12011         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12012         (cdparanoia_set_property), (cdparanoia_get_property):
12013         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
12014         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
12015         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12016         (dvdreadsrc_init), (dvdreadsrc_set_property),
12017         (dvdreadsrc_get_property):
12018         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
12019         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
12020           Synchronize property names where not yet the case. Devices are
12021           now device=X, other versions are deprecated (but still exist).
12022           Also use g_free() unconditionally.
12023         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12024         (setup_source), (gst_play_base_bin_get_property):
12025           Expose source.
12026
12027 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12028
12029         * configure.ac: move GCONF macro outside conditional for the am
12030           conditional. Fixes #160439
12031
12032 2004-12-08  David Schleef  <ds@schleef.org>
12033
12034         * tools/gst-visualise-m.m: Switch to elements that currently
12035         exist.
12036
12037 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12038
12039         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12040           We love wrong commas.
12041
12042 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12043
12044         * gst/matroska/matroska-demux.c:
12045         (gst_matroska_demux_handle_src_query):
12046           Don't set DEFAULT, unsupported - makes length display incorrectly
12047           in some cases.
12048
12049 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
12050
12051         * gst/monoscope/README: remove blurb about files being GPL
12052         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
12053         * gst/monoscope/monoscope.c: Change license to BSD with explanation
12054           monoscope is now effectively LGPL licensed
12055
12056 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
12057
12058         * gst/monoscope/README: Update information to be more correct
12059         * gst/monoscope/convolve.c: Relicense to LGPL
12060         * gst/monoscope/convolve.h: Relicense to LGPL
12061
12062 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
12063
12064         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
12065           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
12066         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
12067           set default_duration for mpeg1 audio
12068
12069 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12070
12071         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
12072         * ext/alsa/gstalsa.h:
12073           refactor big chunks of the core caps negotiation code to make it
12074           a lot faster, because people claim it's really slow
12075           (actually, just cache the getcaps when the device is opened)
12076
12077 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12078
12079         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
12080         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
12081         (gst_a52dec_handle_frame), (gst_a52dec_chain),
12082         (gst_a52dec_change_state), (plugin_init):
12083         * ext/a52dec/gsta52dec.h:
12084           Do something useful with timestamps. Make chain-based (since
12085           there's really no reason to be loopbased).
12086         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12087           Update current_byte/frame correctly.
12088
12089 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12090
12091         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
12092         (gst_ape_demux_stream_init):
12093           Forward tags, too.
12094
12095 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12096
12097         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
12098           Let's make sure we're done typefinding when detecting tags.
12099
12100 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12101
12102         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
12103         (gst_ebml_read_init), (gst_ebml_read_use_event),
12104         (gst_ebml_read_element_id), (gst_ebml_peek_id),
12105         (gst_ebml_read_seek), (gst_ebml_read_skip),
12106         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
12107         (gst_ebml_read_master):
12108         * gst/matroska/ebml-read.h:
12109         * gst/matroska/matroska-demux.c:
12110         (gst_matroska_demux_parse_contents),
12111         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
12112           Disgustingly evil hack for working around INTERRUPT events and
12113           their extremely annoying habit of being a pain in the ass. We
12114           simply peek a cluster before reading any of it.
12115
12116 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12117
12118         * ext/musepack/gstmusepackdec.cpp:
12119           There's also floating point libmusepacks.
12120
12121 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12122
12123         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
12124         (gst_faad_chanpos_to_gst), (gst_faad_chain):
12125           Set DURATION even if source buffer didn't. Also use increasing
12126           timestamps.
12127         * gst-libs/gst/riff/riff-media.c:
12128         (gst_riff_create_audio_caps_with_data):
12129           Block_align can have larger values than 8192.
12130
12131 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12132
12133         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
12134         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
12135         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
12136         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
12137           Fix caps.
12138
12139 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12140
12141         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
12142           Fix logic bug.
12143
12144 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12145
12146         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
12147           Yay, another one.
12148
12149 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12150
12151         * ext/esd/esdsink.c: (gst_esdsink_chain):
12152           Make error actually say something useful (fixes #156798).
12153         * gst-libs/gst/riff/riff-media.c:
12154         (gst_riff_create_video_caps_with_data),
12155         (gst_riff_create_video_template_caps):
12156           Add Intel Video 5.0 fourcc (IV50).
12157
12158 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
12159
12160         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
12161         detection on mono and stereo mp3 files.
12162
12163 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12164
12165         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12166           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
12167           the contained stream).
12168
12169 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12170
12171         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
12172           Oops, remove debug.
12173
12174 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12175
12176         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12177
12178         * gst/law/alaw-decode.c: (alawdec_getcaps):
12179         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
12180           Prevent warnings when negotiating caps (fixes #159338).
12181
12182 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12183
12184         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12185         (gst_ffmpegcsp_chain):
12186           Remove old leftover that shouldn't be there...
12187
12188 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12189
12190         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12191
12192         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
12193           Don't forward DISCONT events (fixes #159684).
12194
12195 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12196
12197         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
12198           Unlink manually since sometimes bin disposal (and therefore
12199           pad unlinking) is delayed, which will cause a new media file
12200           to not be able to start playing instantly.
12201
12202 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12203
12204         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
12205           On mute of an unlinked stream, check for pad availability so
12206           we don't crash on unlinked pad.
12207
12208 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12209
12210         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12211         (gst_avi_demux_massage_index):
12212           Fix quite humiliating bug in omitting 0-sized index chunks but
12213           forgetting to count them for timestamps.
12214
12215 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12216
12217         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
12218           Actually leave the loop if we failed to sync. Don't crash.
12219
12220 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12221
12222         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
12223         (gst_dvd_demux_process_private):
12224         * gst/mpegstream/gstdvddemux.h:
12225           Fix crash (#159759). Doesn't work, though. :-(.
12226
12227 2004-11-28  Benjamin Otte  <otte@gnome.org>
12228
12229         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
12230           more overwriting protection due to modifying channels one by one
12231           instead of all at once
12232
12233 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12234
12235         * gst/audioconvert/gstchannelmix.c:
12236         (gst_audio_convert_fill_normalize):
12237           Normalize using absolute values.
12238
12239 2004-11-28  Julien MOUTTE  <julien@moutte.net>
12240
12241         * configure.ac:
12242         * ext/Makefile.am:
12243         * ext/directfb/Makefile.am:
12244         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
12245         (gst_directfbvideosink_get_pixel_format),
12246         (gst_directfbvideosink_get_format_from_fourcc),
12247         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
12248         (gst_directfbvideosink_sink_link),
12249         (gst_directfbvideosink_change_state),
12250         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
12251         (gst_directfbvideosink_buffer_alloc),
12252         (gst_directfbvideosink_interface_supported),
12253         (gst_directfbvideosink_interface_init),
12254         (gst_directfbvideosink_navigation_send_event),
12255         (gst_directfbvideosink_navigation_init),
12256         (gst_directfbvideosink_set_property),
12257         (gst_directfbvideosink_get_property),
12258         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
12259         (gst_directfbvideosink_base_init),
12260         (gst_directfbvideosink_class_init),
12261         (gst_directfbvideosink_get_type), (plugin_init):
12262         * ext/directfb/directfbvideosink.h: Adding a first version of
12263         directfbvideosink.
12264         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
12265         more.
12266
12267 2004-11-28  Benjamin Otte  <otte@gnome.org>
12268
12269         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
12270           walk the samples backwards if out_channels > in_channels so we don't
12271           overwrite data
12272
12273 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12274
12275         * gst/audioconvert/Makefile.am:
12276         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
12277         (gst_audio_convert_link), (gst_audio_convert_change_state),
12278         (gst_audio_convert_channels):
12279         * gst/audioconvert/gstchannelmix.c:
12280         (gst_audio_convert_unset_matrix),
12281         (gst_audio_convert_fill_identical),
12282         (gst_audio_convert_fill_compatible),
12283         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
12284         (gst_audio_convert_fill_others),
12285         (gst_audio_convert_fill_normalize),
12286         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
12287         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
12288         * gst/audioconvert/gstchannelmix.h:
12289           Implement a channel mixer.
12290
12291 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
12292
12293         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
12294         * ext/alsa/gstalsa.h:
12295         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
12296         Make alsasink actually honor gst_element_set_clock and use that
12297         clock instead of its internal one.
12298
12299 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
12300
12301         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
12302         (gst_play_base_bin_change_state): nullify source and decoder when
12303         going from READY to NULL so that we don't try to do weird stuff with
12304         them when going from NULL to READY
12305         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
12306         instead of g_object_unref
12307         (gen_video_element), (gen_audio_element): more refcounting fixes, now
12308         it should be correct
12309         (gst_play_bin_change_state): don't call remove_sinks if we are
12310         currently disposing the object
12311
12312 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12313
12314         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
12315           Don't forget bass if it's there. Else left channel is silent...
12316
12317 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12318
12319         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
12320         (gst_a52dec_change_state):
12321           Don't do sample adjusting anymore, we use float audio now.
12322         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12323           Don't fixate to non-existing properties.
12324
12325 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12326
12327         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
12328         (gst_a52dec_change_state):
12329           Advertise that we can do surround sound.
12330
12331 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12332
12333         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
12334           Add buffer-frames=0.
12335         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
12336         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
12337         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
12338         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
12339         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
12340         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
12341         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
12342         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
12343         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
12344         * ext/dvdread/dvdreadsrc.h:
12345           Add seeking, querying for bytes, sectors, title, angle and
12346           chapter. Handle multiple chapters. Relicense to LGPL because
12347           Billy agreed on that (thanks Billy!).
12348
12349 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
12350
12351         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
12352         call parent dispose method
12353
12354 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
12355
12356         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
12357         (gst_audio_clock_get_internal_time):
12358         Fix active <-> inactive transitions: ensure time value always
12359         grows and avoid abrupt value changes.
12360
12361 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
12362
12363         * configure.ac:
12364         * gst/tta/Makefile.am:
12365         * gst/tta/crc32.h:
12366         * gst/tta/filters.h:
12367         * gst/tta/gsttta.c:
12368         * gst/tta/gstttadec.c:
12369         * gst/tta/gstttadec.h:
12370         * gst/tta/gstttaparse.c:
12371         * gst/tta/gstttaparse.h:
12372         * gst/tta/ttadec.h:
12373           added TTA parser and decoder
12374
12375 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12376
12377         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12378         (probe_triggered), (check_queue), (buffer_underrun),
12379         (buffer_running), (buffer_overrun), (gen_source_element),
12380         (setup_source):
12381         * gst/playback/gstplaybasebin.h:
12382           Implement buffering. Needs some more work.
12383
12384 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12385
12386         * ext/theora/theoradec.c: (theora_dec_chain):
12387           Fix ilog mask range overflow.
12388
12389 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12390
12391         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
12392           Don't omit the last (which in case of dmix is the only :) )
12393           channel count. Don't set channels if <= 2.
12394
12395 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
12396
12397         * gst/playback/gstplaybin.c: (gen_video_element),
12398         (gen_audio_element): Removed 2 obsolete comments
12399
12400 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12401
12402         * ext/vorbis/oggvorbisenc.c
12403         * ext/vorbis/vorbisenc.c :
12404           change description fields of those plugins to differentiate them
12405           (pitivi show Encoders by description, they had the same one)
12406
12407 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
12408
12409         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12410
12411         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
12412         (gst_play_bin_set_property), (gen_video_element),
12413         (gen_audio_element):
12414           Refcounting fixes for provided audio-/videosinks.
12415
12416 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12417
12418         * gst/playback/gstplaybin.c: (gen_video_element),
12419         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
12420           Don't reference all sinks, but only the video- and audiosinks.
12421           The vis. element should be disposed when we're done with it.
12422           We don't have any reason to keep it around. This fixes warnings
12423           when reusing playbin for playing multiple audio files with
12424           vis. enabled. Also release audio device on pause - idea stolen
12425           from Rhythmbox.
12426
12427 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12428
12429         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
12430         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
12431         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
12432         * ext/alsa/gstalsaplugin.c: (plugin_init):
12433         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
12434         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
12435         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
12436         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
12437         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
12438         (gst_faad_change_state), (plugin_init):
12439         * ext/faad/gstfaad.h:
12440         * ext/vorbis/vorbis.c: (plugin_init):
12441         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12442         * gst-libs/gst/audio/Makefile.am:
12443         * gst-libs/gst/audio/audio.c: (plugin_init):
12444         * gst-libs/gst/audio/multichannel.c:
12445         (gst_audio_check_channel_positions),
12446         (gst_audio_get_channel_positions),
12447         (gst_audio_set_channel_positions),
12448         (gst_audio_set_structure_channel_positions_list),
12449         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
12450         (gst_audio_fixate_channel_positions):
12451         * gst-libs/gst/audio/multichannel.h:
12452         * gst-libs/gst/audio/testchannels.c: (main):
12453         * gst/audioconvert/gstaudioconvert.c:
12454         (gst_audio_convert_class_init), (gst_audio_convert_init),
12455         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
12456         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
12457         (gst_audio_convert_fixate), (gst_audio_convert_channels):
12458         * gst/audioconvert/plugin.c: (plugin_init):
12459           Surround sound support.
12460
12461 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12462
12463         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
12464           Fix position for discont if we're close as well. Nitpicking, but
12465           saves a few milliseconds of extra waiting or skipping.
12466
12467 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12468
12469         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
12470           We sometimes need parsers for playback, so add those too.
12471
12472 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12473
12474         * configure.ac:
12475         * gst/apetag/Makefile.am:
12476         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
12477         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
12478         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
12479         (gst_ape_demux_get_src_query_types),
12480         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
12481         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
12482         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
12483         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
12484         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
12485         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
12486         (gst_ape_demux_change_state):
12487         * gst/apetag/apedemux.h:
12488         * gst/apetag/apetag.c: (plugin_init):
12489         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
12490         (plugin_init):
12491           APE v1/2 tag reader plus typefind function.
12492
12493 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12494
12495         * configure.ac:
12496         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12497         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12498           Remove hacks for older core. Require newer core version
12499           accordingly.
12500
12501 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12502
12503         * gst/cdxaparse/Makefile.am:
12504         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
12505         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
12506         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
12507         * gst/cdxaparse/gstcdxaparse.h:
12508         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
12509         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
12510         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
12511         (gst_cdxastrip_get_src_query_types),
12512         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
12513         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
12514         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
12515         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
12516         * gst/cdxaparse/gstcdxastrip.h:
12517           SVCD/VCD header stripping separated from CDXA image parsing.
12518         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12519         (plugin_init):
12520           Add VCD/SVCD header typefinding for VCD/SVCD.
12521         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
12522         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
12523         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
12524         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
12525         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
12526         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
12527         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
12528         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
12529         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
12530         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
12531         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
12532         * sys/vcd/vcdsrc.h:
12533           Fix up, add seeking, querying, URI interface. Works in totem now.
12534
12535 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12536
12537         * configure.ac:
12538           back to CVS
12539
12540 === release 0.8.6 ===
12541
12542 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12543
12544         * NEWS:
12545         * RELEASE:
12546         * configure.ac:
12547         * po/af.po:
12548         * po/az.po:
12549         * po/cs.po:
12550         * po/en_GB.po:
12551         * po/hu.po:
12552         * po/it.po:
12553         * po/nb.po:
12554         * po/nl.po:
12555         * po/or.po:
12556         * po/sq.po:
12557         * po/sr.po:
12558         * po/sv.po:
12559         * po/uk.po:
12560           releasing 0.8.6, "IOU Love"
12561
12562 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12563
12564         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12565
12566         * gst/playback/gstplaybasebin.c:
12567           Fix unplayable files error handling.  Fixes #158365
12568
12569 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12570
12571         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12572
12573         * gst/typefind/gsttypefindfunctions.c:
12574           Fix broken mp3 typefinding.  Fixes #158375
12575
12576 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12577
12578         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12579
12580         * ext/ogg/gstoggdemux.c:
12581           Fix sync on broken files.  Fixes #158976
12582
12583 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12584
12585         patch by: Edward Hervey <bilboed@bilboed.com>
12586
12587         * ext/libpng/gstpngenc.c:
12588           Copy over buffer properties.  Fixes #158832
12589
12590 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12591
12592         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
12593
12594         * ext/dvdread/dvdreadsrc.c:
12595           Fixes invalid reads (#158462)
12596
12597 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12598
12599         * sys/v4l/gstv4lsrc.c:
12600         * sys/v4l/gstv4lsrc.h:
12601         * sys/v4l/v4lsrc_calls.c:
12602           Probe less and cache it.  Fixes #159187.
12603
12604 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12605
12606         * gst/videorate/gstvideorate.c:
12607           Handle all video formats. Fixes #159186.
12608
12609 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
12610         * gst/synaesthesia/gstsynaesthesia.c:
12611         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
12612         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
12613         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
12614         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
12615         (gst_synaesthesia_change_state), (plugin_init):
12616         Fix up synaesthesia to work under different samplerates/ buffer sizes.
12617         Force 320x200 output, as that's the only thing the underlying
12618         synaesthesia implementation supports. Still needs to be made
12619         re-entrant.
12620
12621 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12622
12623         * configure.ac:
12624           Fix mpeg2enc configure check (similar to mplex check below).
12625
12626 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
12627
12628         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12629
12630         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12631           Fix for gcc-2.95 (fixes #158221).
12632
12633 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12634
12635         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12636           Re-add clock distribution hack (until new core is released).
12637           Fixes #158125.
12638
12639 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
12640         * configure.ac:
12641           fix mplex configure check segfaulting on some systems (bug #140994)
12642
12643 2004-11-13  Benjamin Otte  <otte@gnome.org>
12644
12645         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
12646           add debugging
12647         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12648           do a wait when we enter the loop func with no data available to
12649           write instead of getting into an 100% CPU loop by just returning and
12650           being called again by the scheduler
12651
12652 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
12653
12654         * configure.ac:
12655         * ext/libvisual/visual.c: (gst_visual_get_type),
12656         (libvisual_log_handler), (gst_visual_getcaps),
12657         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
12658         (plugin_init):
12659           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
12660         * ext/smoothwave/Makefile.am:
12661         * ext/smoothwave/demo-osssrc.c: (main):
12662         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
12663         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
12664         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
12665         (plugin_init):
12666         * ext/smoothwave/gstsmoothwave.h:
12667           Make gstsmoothwave a working element in the 20th century.
12668
12669         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
12670           Fix incorrect link function
12671
12672 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12673
12674         * gst/volume/gstvolume.c:
12675           Allow buffer-frames=0.
12676
12677 2004-11-12 Iain <iaingnome@gmail.com>
12678
12679         * configure.ac: Check for polypaudio
12680
12681         * ext/Makefile.am: Build the polyp dir
12682
12683         * ext/polyp: The polypsink sources.
12684
12685 2004-10-30 Iain <iaingnome@gmail.com>
12686
12687         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
12688         caps to reflect the new number of channels.
12689
12690 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12691
12692         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12693           Fix for negotiation order problem. This would show when the
12694           ALSA loopfuction was called before any other function. ALSA
12695           wouldn't do anything because we're not negotiated yet, leading
12696           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
12697
12698 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12699
12700         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12701
12702         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12703           No warnings (#157986).
12704
12705 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12706
12707         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12708           Prefer apev1/2 and id3v1 (at end of file) over musepack.
12709
12710 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12711
12712         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
12713           Signal no-more-pads (so it works in playbin).
12714
12715 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12716
12717         * ext/musepack/gstmusepackreader.cpp:
12718           Workaround for older core.
12719
12720 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12721
12722         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
12723           Actually test for odd width/height rather than testing whether
12724           a temporary variable that was 0 before we subtracted 1 is now
12725           not equal to zero (which it always is).
12726
12727 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12728
12729         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
12730         Fix compilation if HAVE_XVIDEO is not defined
12731
12732 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12733
12734         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12735         Fix compilation if HAVE_XVIDEO is not defined
12736
12737 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
12738
12739         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12740         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
12741         (gst_goom_change_state), (plugin_init):
12742         Use the bytestream adapter so goom doesn't depend on the input
12743         buffer size.
12744         Add a debug category
12745
12746 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12747
12748         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12749           Only set hardware parameters *after* negotiation. Before
12750           negotiation, it will set ANY and that seems to cause crashes
12751           (see e.g. #151288, #153227).
12752
12753 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12754
12755         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
12756           This seems to be antique leftover. It needs to pass error
12757           checking.
12758         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
12759         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
12760         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
12761         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
12762           Fix GstXOverlay implementation (#151059).
12763
12764 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12765
12766         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12767           Don't assert (#157853).
12768
12769 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12770
12771         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
12772           Fix bytes/samples confustion.
12773         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
12774           Fix for underrun (#144389).
12775
12776 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12777
12778         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12779           Disable halfway-seek for pending release (since it needs a new
12780           core release).
12781
12782 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12783
12784         * sys/v4l/gstv4lsrc.c:
12785         * sys/v4l/gstv4lsrc.h:
12786         * sys/v4l/v4lsrc_calls.c:
12787           add autoprobe-fps property so we can separate autoprobing parts
12788
12789 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12790
12791         * sys/v4l/gstv4lsrc.c:
12792         * sys/v4l/v4lsrc_calls.c:
12793         initialise fourcc to catch unset fourcc's, and debug
12794
12795 2004-11-09  Wim Taymans  <wim@fluendo.com>
12796
12797         * gst/playback/README:
12798         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12799         * gst/playback/gstplaybin.c: (gst_play_bin_init),
12800         (gst_play_bin_dispose), (gst_play_bin_set_property),
12801         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
12802         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
12803         (gst_play_bin_get_formats), (gst_play_bin_convert),
12804         (gst_play_bin_get_query_types), (gst_play_bin_query):
12805         Cleanups and some more documentation.
12806
12807 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
12808
12809         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
12810         (gst_cacasink_init), (gst_cacasink_chain):
12811         * ext/libcaca/gstcacasink.h:
12812         Cacasink inherits from VideoSink, so let that store the clock.
12813
12814 2004-11-09  Wim Taymans  <wim@fluendo.com>
12815
12816         * gst/playback/README:
12817         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
12818         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
12819         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
12820         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
12821         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
12822         (setup_sinks):
12823         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
12824         (gst_stream_info_is_mute), (gst_stream_info_set_property):
12825         * gst/playback/gststreaminfo.h:
12826         Updated README.
12827         Only switch groups if all streams have muted (EOSed).
12828         Send Tags in sync with the stream playback instead of in
12829         the playback/preroll phase.
12830         Some cleanups, free the fakesrc elements.
12831
12832 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12833
12834         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
12835           buffer-frames property was missing
12836         * ext/arts/gst_arts.c:
12837           rate missing from sinkcaps
12838         * ext/audiofile/gstafparse.c:
12839         * ext/audiofile/gstafsink.c:
12840         * ext/audiofile/gstafsrc.c:
12841         * ext/swfdec/gstswfdec.c:
12842           int audio doesn't know buffer-frames
12843         * ext/cdparanoia/gstcdparanoia.c:
12844           int audio doesn't know chunksize either
12845         * ext/nas/nassink.c:
12846           it's endianness, not endianess
12847         * gst-libs/gst/audio/audio.h:
12848           make float standard pad template caps really describe float
12849         * gst/law/mulaw.c: (linear_factory):
12850           signed only, please
12851         * gst/mpegstream/gstdvddemux.c:
12852           widths of 20 are not valid
12853
12854 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12855
12856         Submitted by: Luca Ferretti <elle.uca@infinito.it>
12857
12858         * po/LINGUAS:
12859         * po/it.po:
12860           Add Italian
12861
12862 2004-11-08  Wim Taymans  <wim@fluendo.com>
12863
12864         * gst/playback/README:
12865         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12866         * gst/playback/gstplaybasebin.c: (probe_triggered),
12867         (gst_play_base_bin_change_state):
12868         Updated README, added more comments for fixmes etc..
12869
12870 2004-11-08  Wim Taymans  <wim@fluendo.com>
12871
12872         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12873         We can remove this hack now.
12874
12875 2004-11-08  Wim Taymans  <wim@fluendo.com>
12876
12877         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
12878         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12879         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12880         Only mix AYUV for maximum quality.
12881
12882 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12883
12884         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
12885         (gst_ogg_demux_push), (gst_ogg_pad_push):
12886           Let's act as if we're synchronized now! :).
12887         * ext/theora/theoradec.c: (theora_dec_chain):
12888           Add some debug.
12889
12890 2004-11-08  Wim Taymans  <wim@fluendo.com>
12891
12892         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12893         (gst_alpha_set_property), (gst_alpha_sink_link),
12894         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
12895         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
12896         (gst_alpha_init_params), (gst_alpha_chain):
12897         Implement alpha functions for AYUV too, this increases
12898         accuracy quite a bit.
12899
12900 2004-11-08  Wim Taymans  <wim@fluendo.com>
12901
12902         * gst/ffmpegcolorspace/avcodec.h:
12903         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12904         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12905         (gst_ffmpegcsp_avpicture_fill):
12906         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12907         (gst_ffmpegcsp_caps_remove_format_info):
12908         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12909         (shrink12), (img_get_alpha_info), (deinterlace_line),
12910         (deinterlace_line_inplace):
12911         * gst/ffmpegcolorspace/imgconvert_template.h:
12912         Added AYUV colorspace and handle RGBA a bit more respectful.
12913
12914 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12915
12916         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12917           Actually always send a discont (cornercase when resending the
12918           same serial-tagged chain twice).
12919
12920 2004-11-08  Julien MOUTTE  <julien@moutte.net>
12921
12922         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
12923         (gst_ximagesink_finalize):
12924         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
12925         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
12926
12927 2004-11-08  Wim Taymans  <wim@fluendo.com>
12928
12929         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
12930         Don't segfault on NULL data.
12931
12932 2004-11-08  Wim Taymans  <wim@fluendo.com>
12933
12934         * gst/playback/gstdecodebin.c: (unlinked):
12935         * gst/playback/gstplay-marshal.list:
12936         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12937         (gst_play_base_bin_init), (group_create), (get_active_group),
12938         (get_building_group), (group_destroy), (group_commit),
12939         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
12940         (add_element_stream), (no_more_pads), (probe_triggered),
12941         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
12942         (state_change), (setup_source), (gst_play_base_bin_get_property),
12943         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12944         (gst_play_base_bin_link_stream),
12945         (gst_play_base_bin_get_streaminfo):
12946         * gst/playback/gstplaybasebin.h:
12947         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12948         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
12949         Add support for chained ogg files. Prepare for playlist
12950         support. This patch introduces the concept of pad groups, which
12951         together compose one playable media file.
12952
12953 2004-11-07  David Schleef  <ds@schleef.org>
12954
12955         * testsuite/gst-lint: Check for pad templates that aren't statically
12956         scoped.
12957
12958 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12959
12960         * configure.ac:
12961         * ext/Makefile.am:
12962         * ext/musepack/Makefile.am:
12963         * ext/musepack/gstmusepackdec.cpp:
12964         * ext/musepack/gstmusepackdec.h:
12965         * ext/musepack/gstmusepackreader.cpp:
12966         * ext/musepack/gstmusepackreader.h:
12967           Add musepack decoder.
12968         * ext/faad/gstfaad.c: (gst_faad_base_init):
12969           Make pad templates static.
12970         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12971         (plugin_init):
12972           Add musepack typefinder, make mp3 typefinding work halfway stream,
12973           which doesn't actually work yet because id3demux doesn't implement
12974           _get_length().
12975
12976 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12977
12978         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12979         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
12980           Fix interrupt event handling (#144436).
12981
12982 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12983
12984         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
12985           Hide unused glory.
12986
12987 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12988
12989         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12990
12991         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
12992           Fix weird caps (#157548).
12993
12994 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12995
12996         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12997
12998         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
12999           Add missing NULL terminator (#157543).
13000
13001 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13002
13003         * gst/tcp/gsttcp.h:
13004         * gst/tcp/gsttcpclientsink.c:
13005         * gst/tcp/gsttcpclientsrc.c:
13006         * gst/tcp/gsttcpserversink.c:
13007         * gst/tcp/gsttcpserversrc.c:
13008           ports can go up to 65535.  Move common defines to gsttcp.h
13009
13010 2004-11-05  Wim Taymans  <wim@fluendo.com>
13011
13012         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
13013         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
13014         Added two more colorspaces.
13015
13016 2004-11-05  Wim Taymans  <wim@fluendo.com>
13017
13018         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13019         (gst_ffmpegcsp_avpicture_fill):
13020         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
13021         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
13022         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
13023         More stride fixes.
13024
13025 2004-11-05  Wim Taymans  <wim@fluendo.com>
13026
13027         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
13028         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
13029         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
13030         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
13031         (gst_videomixer_loop):
13032         More stride fixes.
13033
13034 2004-11-05  Benjamin Otte  <otte@gnome.org>
13035
13036         * ext/mad/gstmad.c: (gst_mad_chain):
13037           don't overflow data buffer. Flush not needed sync data when syncing
13038           failed.
13039
13040 2004-11-04  Wim Taymans  <wim@fluendo.com>
13041
13042         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
13043         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
13044         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
13045         (gst_alpha_init_params), (gst_alpha_chain),
13046         (gst_alpha_change_state):
13047         Updated the chroma keying algorithm with something more
13048         sophisticated.
13049
13050 2004-11-03  Wim Taymans  <wim@fluendo.com>
13051
13052         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
13053         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13054         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
13055         Fix stride issues. Does not completely work for odd
13056         heights.
13057
13058 2004-11-03  Wim Taymans  <wim@fluendo.com>
13059
13060         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
13061         (gst_alpha_chroma_key), (gst_alpha_chain):
13062         Fix stride issues. Does not completely work for odd
13063         heights.
13064
13065 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
13066
13067         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
13068         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
13069         leak fixes
13070
13071 2004-11-03  Wim Taymans  <wim@fluendo.com>
13072
13073         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13074         (gst_ffmpegcsp_avpicture_fill):
13075         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
13076         (avpicture_alloc):
13077         * gst/ffmpegcolorspace/imgconvert_template.h:
13078         Use correct _fill function to get correct strides.
13079
13080 2004-11-02  David Schleef  <ds@schleef.org>
13081
13082         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13083         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
13084         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
13085         Change all g_print()s to debugging.  Add a bunch of consistency
13086         checks.
13087
13088 2004-11-02  Wim Taymans  <wim@fluendo.com>
13089
13090         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13091         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
13092         (unlinked), (no_more_pads), (close_link):
13093         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13094         (unknown_type), (add_element_stream), (new_decoded_pad),
13095         (removed_decoded_pad), (setup_source):
13096         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
13097         (gst_stream_info_class_init), (gst_stream_info_init),
13098         (gst_stream_info_new), (gst_stream_info_dispose),
13099         (stream_info_mute_pad), (gst_stream_info_set_property),
13100         (gst_stream_info_get_property):
13101         * gst/playback/gststreaminfo.h:
13102         Fix playback of multiple files.
13103         a slightly different approach to handling dynamic pad removals.
13104         This one only looks at pads that we have linked.
13105
13106 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
13107
13108         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
13109         free" warning from libc.
13110
13111 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13112
13113         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13114         (get_unconnected_element), (remove_starting_from), (pad_removed),
13115         (close_link):
13116           Implement support for dynamic pad changing. We listen to "live"
13117           pad removals (i.e. while playing) and re-setup autoplugging
13118           after that. Playbasebin/playbin need some more work for this
13119           to finally work, but decodebin supports (and replugs) chained
13120           ogg now.
13121
13122 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
13123
13124         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
13125         (gst_alsa_finalize):
13126         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
13127         (gst_cdaudio_finalize):
13128         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13129         (cdparanoia_finalize):
13130         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
13131         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
13132         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
13133         (dvdreadsrc_finalize):
13134         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13135         (gst_flacdec_finalize):
13136         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
13137         (gst_flacenc_finalize):
13138         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
13139         (gst_gnomevfssink_finalize):
13140         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
13141         (gst_gnomevfssrc_finalize):
13142         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
13143         (gst_fameenc_finalize):
13144         * ext/nas/nassink.c: (gst_nassink_class_init),
13145         (gst_nassink_finalize):
13146         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
13147         (gst_sdlvideosink_class_init):
13148         * ext/sndfile/gstsf.c: (gst_sf_dispose):
13149         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
13150         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
13151         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
13152         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
13153         (gst_x_window_listener_dispose):
13154         * gst/audioscale/gstaudioscale.c:
13155         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
13156         (play_on_demand_finalize):
13157         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
13158         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
13159         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
13160         (cdplayer_finalize):
13161         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
13162         (gst_glimagesink_class_init):
13163         * sys/oss/gstosselement.c: (gst_osselement_class_init),
13164         (gst_osselement_finalize):
13165         * sys/oss/gstosssink.c: (gst_osssink_dispose):
13166         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
13167         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
13168           Fixes a bunch of problems with finalize and dispose functions,
13169           either assumptions that dispose is only called once, or not calling
13170           the parent class dispose/finalize function
13171
13172 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
13173
13174         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
13175           added two api precondition guards
13176           use g_strdup with getenv to fix crash when using ENVVAR
13177
13178 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
13179         * ext/esd/esdsink.c: (gst_esdsink_class_init),
13180         (gst_esdsink_finalize):
13181         Use a finalize function, not dispose, and more importantly,
13182         call the parent class finalize function too
13183
13184 2004-11-01  Johan Dahlin  <johan@gnome.org>
13185
13186         * ext/ogg/gstoggdemux.c:
13187         * gst/tags/gstvorbistag.c:
13188         Plug leaks.
13189
13190 2004-10-31  Benjamin Otte  <otte@gnome.org>
13191
13192         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
13193           lotsa memleaks today. But they're all small...
13194
13195 2004-10-31  Benjamin Otte  <otte@gnome.org>
13196
13197         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13198           another memleak crushed
13199
13200 2004-10-31  Benjamin Otte  <otte@gnome.org>
13201
13202         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
13203           fix memleak
13204
13205 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13206
13207         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13208           Hack to prevent crash when going to READY inside signal handler
13209           while this function is active.
13210
13211 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13212
13213         * gst/ffmpegcolorspace/Makefile.am:
13214         * gst/ffmpegcolorspace/avcodec.h:
13215         * gst/ffmpegcolorspace/common.h:
13216         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
13217         * gst/ffmpegcolorspace/dsputil.h:
13218         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
13219         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13220         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
13221         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
13222         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
13223         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
13224         (gst_ffmpegcsp_avpicture_fill):
13225         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
13226         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13227         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
13228         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
13229         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
13230         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
13231         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
13232         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
13233         * gst/ffmpegcolorspace/imgconvert.c:
13234         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
13235         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
13236         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
13237         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
13238         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
13239         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
13240         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
13241         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
13242         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
13243         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
13244         (grow21), (grow22), (grow41), (grow44), (conv411),
13245         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
13246         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
13247         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
13248         (avpicture_free), (is_yuv_planar), (img_convert),
13249         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
13250         (deinterlace_line_inplace), (deinterlace_bottom_field),
13251         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
13252         * gst/ffmpegcolorspace/imgconvert_template.h:
13253         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
13254         * gst/ffmpegcolorspace/mmx.h:
13255         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
13256         (av_fast_realloc), (av_mallocz_static), (av_free_static),
13257         (av_freep), (avcodec_get_context_defaults),
13258         (avcodec_alloc_context), (avcodec_init):
13259           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
13260           handling plus update from ffmpeg CVS. Large clean-up.
13261
13262 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13263
13264         * gst/playback/Makefile.am:
13265           We need the marshallers for decodebin, too.
13266
13267 2004-10-30  David Schleef  <ds@schleef.org>
13268
13269         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
13270           quicktime typefinding work with 64-bit offsets.
13271
13272 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
13273
13274         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
13275           Set EOS on the element when processing an EOS event.
13276         * ext/speex/gstspeexdec.h:
13277         * ext/speex/gstspeexenc.h:
13278           Only keep a const ptr to the mode
13279         * gst-libs/gst/riff/riff-media.c:
13280         (gst_riff_create_audio_caps_with_data),
13281         (gst_riff_create_audio_template_caps):
13282           Allow WMAV3, with up to 6 channels.
13283         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
13284           Don't call gst_pad_set_event_function on a sink pad.
13285         * gst/mpegstream/gstdvddemux.c:
13286         (gst_dvd_demux_get_subpicture_stream),
13287         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
13288           Copy the explicit caps that were set across to the cur_* pads,
13289           instead of trying to use a possibly non-existent negotiated caps.
13290           Reset the type of subpicture pads to UNKNOWN after calling
13291           init_stream, so that the caps get set.
13292
13293 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
13294
13295         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13296
13297         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13298           Don't touch buffer if it is of size 0 (fixes #151064).
13299
13300 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13301
13302         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
13303           Synchronized discont handling.
13304
13305 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13306
13307         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13308         (gst_ogg_demux_push):
13309           Make seeking sort-of exact again (fixes #156387).
13310
13311 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13312
13313         * gst/playback/gstplaybasebin.c: (unknown_type),
13314         (add_element_stream), (new_decoded_pad),
13315         (gst_play_base_bin_change_state):
13316         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
13317         (gst_stream_info_init), (gst_stream_info_new),
13318         (gst_stream_info_dispose), (gst_stream_info_get_property):
13319         * gst/playback/gststreaminfo.h:
13320           Make caps explicitely available. Makes testing for unsupported
13321           types possible. Improves error reporting.
13322
13323 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13324
13325         * gst/audioconvert/gstaudioconvert.c:
13326         (gst_audio_convert_buffer_to_default_format):
13327           Really don't touch read-only buffers (#156563).
13328
13329 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
13330
13331         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13332
13333         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13334           Fix memleak (#155223).
13335
13336 2004-10-29  Wim Taymans  <wim@fluendo.com>
13337
13338         * gst/tcp/.cvsignore:
13339         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13340         (gst_multifdsink_class_init), (gst_multifdsink_init),
13341         (gst_multifdsink_add), (gst_multifdsink_remove),
13342         (gst_multifdsink_remove_client_link), (is_sync_frame),
13343         (gst_multifdsink_new_client),
13344         (gst_multifdsink_handle_client_write),
13345         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13346         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
13347         (gst_multifdsink_get_property):
13348         * gst/tcp/gstmultifdsink.h:
13349         Added burst on connect sync_method, deprecated sync_clients,
13350         streamlined the sync code some more.
13351
13352 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13353
13354         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
13355         (gst_play_base_bin_change_state):
13356           Improve error reporting.
13357
13358 2004-10-28  Wim Taymans  <wim@fluendo.com>
13359
13360         * gst/tcp/Makefile.am:
13361         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
13362         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
13363         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
13364         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13365         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13366         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13367         (gst_fdset_wait):
13368         Added more locks around fdset structures. Fixed/reworked
13369         the poll array resizing code.
13370         Added stress test for fdset.
13371
13372 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13373
13374         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
13375         fix build
13376
13377 2004-10-28  Benjamin Otte  <otte@gnome.org>
13378
13379         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
13380           fix link function to always query channels and query width for
13381           floats
13382         * configure.ac:
13383           add equalizer dir
13384         * gst/equalizer/Makefile.am:
13385         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
13386         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13387         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
13388         (arg_to_scale), (setup_filter),
13389         (gst_iir_equalizer_compute_frequencies),
13390         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13391         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
13392         (plugin_init):
13393           add an equalizer
13394
13395 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13396
13397         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
13398
13399         * po/LINGUAS:
13400         * po/nb.po:
13401           Added Norwegian Bokmaal translation
13402
13403 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13404
13405         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13406           Don't break on options (fixes #156488).
13407
13408 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13409
13410         * configure.ac:
13411         * ext/cdaudio/Makefile.am:
13412         * sys/Makefile.am:
13413           fix build on older automake
13414
13415 2004-10-26  Wim Taymans  <wim@fluendo.com>
13416
13417         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13418         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13419         Allow a little margin when negotiating the framerate.
13420
13421 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
13422
13423         * gst/level/gstlevel.c:
13424           synchonised naming of pads and pad-templates
13425
13426 2004-10-26  Wim Taymans  <wim@fluendo.com>
13427
13428         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13429         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
13430         (_find_streams_check), (gst_ogg_demux_push):
13431         Fix EOS again. Needs to be done in a better way. We should not
13432         remove the pad if there is no new chained stream.
13433
13434 2004-10-26 Iain <iaingnome@gmail.com>
13435
13436         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
13437         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
13438         of the caps.
13439         * gst/interleave/interleave.c (interleave_class_init): Hook up release
13440         pad.
13441         (interleave_release_pad): Remove the pad.
13442         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
13443         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
13444         the set device.
13445         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
13446         attrs
13447         (gst_xvimagesink_xcontext_clear): Free the xcontext.
13448         (gst_xvimagesink_finalize): Free the par.
13449
13450 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13451
13452         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
13453         (gst_avimux_stop_file):
13454           First calculate the rate, and only then use it. Hdr.rate is a
13455           multiple and not a derivative of hdr.scale. Scale is not the
13456           same as blockalign but is solely related to rate.
13457
13458 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13459
13460         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
13461         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
13462           Implement seeking.
13463
13464 2004-10-25  James Henstridge  <james@jamesh.id.au>
13465
13466         Reviewed by:  David Schleef  <ds@schleef.org>
13467
13468         * examples/gstplay/player.c: (got_stream_length), (main):
13469         * examples/seeking/cdplayer.c: (update_scale):
13470         * examples/seeking/seek.c: (format_value), (update_scale):
13471         * examples/seeking/spider_seek.c: (format_value), (update_scale),
13472         (stop_seek):
13473         Build fixes on AMD64.
13474
13475 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13476
13477         reviewed by: Ronald Bultje <rbultje at gnome dot org>
13478
13479         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
13480         Fix for some v4l cards which hang in v4lsrc
13481
13482 2004-10-25  Wim Taymans  <wim@fluendo.com>
13483
13484         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
13485         (gst_ogg_demux_push), (gst_ogg_chains_clear):
13486         Make sure to remove the pad when a new chain is
13487         encountered. Set some vars to NULL so we don't try
13488         to reference freed memory.
13489
13490 2004-10-25  Wim Taymans  <wim@fluendo.com>
13491
13492         * examples/seeking/Makefile.am:
13493         * examples/seeking/cdplayer.c: (update_scale):
13494         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
13495         * examples/seeking/playbin.c: (make_playerbin_pipeline),
13496         (format_value), (update_scale), (iterate), (start_seek),
13497         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
13498         (print_usage), (main):
13499         Added some more examples, update others.
13500
13501 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13502
13503         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
13504         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13505         * ext/theora/theoradec.c: (theora_dec_chain):
13506         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13507           Add codec-name metadata.
13508
13509 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
13510
13511         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13512
13513         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13514         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13515         * ext/alsa/gstalsamixertrack.h:
13516         * po/POTFILES.in:
13517           ALSA mixer track label internationalization (#154054).
13518
13519 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13520
13521         * ext/theora/theoradec.c: (theora_dec_chain):
13522           Export bitrate as metadata.
13523
13524 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13525
13526         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13527         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13528         * ext/alsa/gstalsamixertrack.h:
13529           Fix names, fix loop.
13530
13531 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13532
13533         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
13534         (speex_dec_convert):
13535           sinkconvert function so oggdemux can get the file length (totem).
13536
13537 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
13538
13539         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13540
13541         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13542           Don't push incomplete packets.
13543         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
13544           Fix MPEG-4 audio typefinding.
13545
13546 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13547
13548         * sys/v4l/Makefile.am:
13549         * sys/v4l/gstv4l.c: (plugin_init):
13550         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
13551         (gst_v4lelement_init), (gst_v4lelement_dispose),
13552         (gst_v4lelement_change_state):
13553         * sys/v4l/gstv4lelement.h:
13554         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
13555         (gst_v4l_xoverlay_close), (idle_refresh),
13556         (gst_v4l_xoverlay_set_xwindow_id):
13557         * sys/v4l/gstv4lxoverlay.h:
13558         * sys/v4l/v4l-overlay_calls.c:
13559         * sys/v4l/v4l_calls.h:
13560         * sys/v4l2/Makefile.am:
13561         * sys/v4l2/gstv4l2.c: (plugin_init):
13562         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
13563         (gst_v4l2element_init), (gst_v4l2element_dispose),
13564         (gst_v4l2element_change_state):
13565         * sys/v4l2/gstv4l2element.h:
13566         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
13567         (gst_v4l2_xoverlay_close), (idle_refresh),
13568         (gst_v4l2_xoverlay_set_xwindow_id):
13569         * sys/v4l2/gstv4l2xoverlay.h:
13570         * sys/v4l2/v4l2-overlay_calls.c:
13571         * sys/v4l2/v4l2_calls.h:
13572           Remove client-side overlay handling, use the X-server v4l plugin
13573           for that. Nicer overlay, less code. Also make the plugin
13574           compileable without X (but then without overlay, obviously).
13575           Makes xwindowlistener obsolete, should we remove that?
13576
13577 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13578
13579         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
13580         (gst_osssrc_src_query):
13581         * sys/oss/gstosssrc.h:
13582           OK, so people want offset in DEFAULT. This time, actually fix all
13583           cases.
13584         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
13585           Add FPS properly.
13586
13587 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13588
13589         * gst/asfdemux/gstasfmux.c:
13590         * gst/avi/gstavimux.c:
13591           Framerate.
13592
13593 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13594
13595         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
13596           Fix properties (channel, norm, frequency).
13597
13598 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13599
13600         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
13601           Flag typo.
13602         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
13603           No warnings.
13604
13605 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13606
13607         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
13608           Fix hang.
13609
13610 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13611
13612         * sys/v4l2/gstv4l2element.h:
13613           Yet Another Hack (tm) for kernel header borkedness.
13614         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
13615         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
13616         (gst_v4l2src_link), (gst_v4l2src_getcaps),
13617         (gst_v4l2src_change_state):
13618         * sys/v4l2/gstv4l2src.h:
13619         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
13620         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
13621           Fix caps, keep track of state, work.
13622
13623 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13624
13625         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
13626           Quiet.
13627
13628 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13629
13630         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13631           Don't mix bytes and samples.
13632
13633 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13634
13635         * ext/ogg/gstoggmux.c:
13636           Basic pad template which accepts OGM tracks, speex, flac, vorbis
13637           and theora. Any is incorrect.
13638         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
13639           Fix caps.
13640         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
13641         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
13642         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
13643         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
13644         * sys/v4l/gstv4lmjpegsrc.h:
13645         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13646         (gst_v4lsrc_change_state):
13647         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
13648         (gst_v4lmjpegsrc_capture_stop):
13649           Fix caps. Keep track of internal state. Work.
13650
13651 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13652
13653         * ext/Makefile.am:
13654           Fix the build fixes.
13655
13656 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13657
13658         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13659         (gst_ogg_demux_src_event), (_find_chain_seek),
13660         (gst_ogg_pad_push):
13661           Check for pad availability before using it.
13662         * ext/ogg/gstoggdemux.c: (_find_chain_process):
13663           Fix parsing of chained ogg. Needs more work on the decoder side.
13664
13665 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13666
13667         * gst/spectrum/Makefile.am:
13668         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
13669         (idle_func):
13670           Fix demo and reenable it. Yes, I'm currently playing with audio
13671           analysis tools
13672
13673 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13674
13675         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13676           We love it if files that start at zero work too...
13677
13678 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13679
13680         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13681           Handle files with missing EOS headers.
13682
13683 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13684
13685         * gst/tcp/gsttcpserversink.c:
13686         (gst_tcpserversink_handle_server_read),
13687         (gst_tcpserversink_init_send):
13688         Zero some variables first (need for accept not to return EINVAL)
13689
13690 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13691
13692         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13693         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13694         * ext/theora/theoradec.c: (theora_dec_sink_convert),
13695         (theora_dec_chain):
13696         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13697         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
13698           Seeking and querying finetune.
13699
13700 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13701
13702         * configure.ac:
13703         * ext/Makefile.am:
13704         * ext/raw1394/Makefile.am:
13705           fix the build
13706
13707 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13708
13709         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13710           Wrong return.
13711         * gst/playback/Makefile.am:
13712         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
13713         * gst/playback/gstplay-marshal.list:
13714         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
13715           Fix marshallers.
13716
13717 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13718
13719         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
13720           Silence.
13721
13722 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13723
13724         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13725         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13726         (gst_ogg_pad_push):
13727           Yay for non-lineair granulepos in theora.
13728
13729 2004-10-18  Wim Taymans  <wim@fluendo.com>
13730
13731         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
13732         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13733         * ext/dv/gstdvdec.h:
13734         Make sure we renegotiate aspect ratio when the camera switches.
13735
13736 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13737
13738         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13739         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13740           Start at zero.
13741         * ext/theora/theoradec.c: (theora_dec_chain):
13742           Skip headers. Bad idea for chained ogg, but fixes seeking.
13743
13744 2004-10-18  Wim Taymans  <wim@fluendo.com>
13745
13746         * configure.ac:
13747         I swear, this is the last time I touch this.
13748
13749 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13750
13751         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13752         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13753         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
13754           Faster seeking.
13755         * ext/theora/theoradec.c: (theora_dec_sink_convert):
13756           Time-to-default conversion.
13757         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13758           Don't error on unknown packets, just skip. We should probably
13759           read them if we want to support chained ogg.
13760
13761 2004-10-18  Wim Taymans  <wim@fluendo.com>
13762
13763         * configure.ac:
13764         Added cdaudio to wrong list.
13765
13766 2004-10-18  Wim Taymans  <wim@fluendo.com>
13767
13768         * configure.ac:
13769         Revive cdaudio.
13770
13771 2004-10-18  Wim Taymans  <wim@fluendo.com>
13772
13773         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13774         (gst_dvdec_video_link), (gst_dvdec_push):
13775         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13776         (gst_smokeenc_resync), (gst_smokeenc_chain):
13777         Fix mimetype on smoke encoder.
13778         Add aspect ratio to dvdec. Not sure if these
13779         values are correct though....
13780
13781 2004-10-18  Wim Taymans  <wim@fluendo.com>
13782
13783         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
13784         Fix vorbis property descriptions and ranges.
13785
13786 2004-10-18  Wim Taymans  <wim@fluendo.com>
13787
13788         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13789         Really do nothing when no data is available.
13790         Go to the playing state when the stream is not seekable
13791         instead of failing.
13792
13793 2004-10-18  Wim Taymans  <wim@fluendo.com>
13794
13795         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
13796         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
13797         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
13798         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
13799         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
13800         Added uri handler for cd://
13801         Port to new API.
13802
13803 2004-10-18  Wim Taymans  <wim@fluendo.com>
13804
13805         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13806         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13807         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13808         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13809         (remove_prerolls), (unknown_type), (add_element_stream),
13810         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
13811         (gst_play_base_bin_remove_element),
13812         (gst_play_base_bin_link_stream):
13813         * gst/playback/gstplaybin.c: (gen_video_element),
13814         (gen_vis_element), (remove_sinks), (setup_sinks):
13815         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13816         (gst_stream_info_get_type), (gst_stream_info_class_init),
13817         (gst_stream_info_init), (gst_stream_info_new),
13818         (gst_stream_info_dispose), (stream_info_mute_pad),
13819         (gst_stream_info_set_property), (gst_stream_info_get_property):
13820         * gst/playback/gststreaminfo.h:
13821         Add sink padtemplate to decodebin.
13822         Added some more comments.
13823         Make queue size configurable in playbasebin.
13824         Added possibility to use elements as sinks (ex cdaudio).
13825
13826 2004-10-15  Wim Taymans  <wim@fluendo.com>
13827
13828         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
13829         (gst_speexenc_chain):
13830         Fix speex timestamps so that it gets muxed properly.
13831
13832 2004-10-15  Wim Taymans  <wim@fluendo.com>
13833
13834         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
13835         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
13836         (gst_dv1394src_init), (gst_dv1394src_dispose),
13837         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
13838         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
13839         (gst_dv1394src_event), (gst_dv1394src_get_formats),
13840         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
13841         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
13842         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
13843         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
13844         * ext/raw1394/gstdv1394src.h:
13845         Added conversion/query functions.
13846         Update buffer timestamps,
13847         Added signals.
13848         Added uri dv:// so it might play from the firewire in playbin.
13849         Fix a possible leak.
13850         Added debugging.
13851
13852 2004-10-15  Wim Taymans  <wim@fluendo.com>
13853
13854         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
13855         (gst_dv1394src_init), (gst_dv1394src_set_property),
13856         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
13857         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
13858         * ext/raw1394/gstdv1394src.h:
13859         Added AV/C VTR control support needed for some cameras.
13860         Added automatic port detection.
13861         Added properties for selecting the channel.
13862         The configure.ac script is not yet updated to reflect the
13863         new libavc1394 and librom1394 dependencies.
13864
13865 2004-10-15  Wim Taymans  <wim@fluendo.com>
13866
13867         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13868         (qtdemux_parse), (gst_qtdemux_handle_esds):
13869         An esds box is not a container.
13870         Fix parsing of mp4v boxes.
13871         Do not try to renegotiate fps for each frame. Need to
13872         find a better method. This should fix mp4 playback.
13873
13874 2004-10-14  David Schleef  <ds@schleef.org>
13875
13876         * configure.ac: update for swfdec-0.3 and liboil-0.2
13877         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
13878         * ext/swfdec/gstswfdec.h: same
13879         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
13880         * gst/videotestsrc/videotestsrc.c: same
13881
13882 2004-10-14  Wim Taymans  <wim@fluendo.com>
13883
13884         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13885         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
13886         (is_sync_frame), (gst_multifdsink_new_client),
13887         (gst_multifdsink_handle_client_write),
13888         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13889         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
13890         Turn warnings into info.
13891         Don't allow a state change in the streaming thread.
13892
13893 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13894
13895         * ext/vorbis/oggvorbisenc.c:
13896         * ext/vorbis/vorbisdec.c:
13897           fix template sample rate
13898
13899 2004-10-13  Wim Taymans  <wim@fluendo.com>
13900
13901         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
13902         Decoding the header first fixes some problems in resyncing
13903         in more mp3s.
13904
13905 2004-10-12  Wim Taymans  <wim@fluendo.com>
13906
13907         * gst/playback/gstplaybin.c: (gen_video_element),
13908         (gen_vis_element), (remove_sinks), (setup_sinks):
13909         Added vis plugin support, need to configure the vis
13910         element to activate it.
13911
13912 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13913
13914         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
13915         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
13916           Some debug.
13917         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13918         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
13919         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
13920         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
13921         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
13922         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
13923         * gst/avi/gstavidemux.h:
13924           Support for openDML-2.0 indx/ix## chunks. Support for broken index
13925           recovery (where, if part of the index is broken, we will still read
13926           the rest of the index and recover the broken part by stream
13927           scanning). More broken media support. EOS workarounds. General AVI
13928           braindamage headache recovery. Aspirin included.
13929
13930 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13931
13932         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
13933         (cdparanoia_event), (cdparanoia_query):
13934           Get rid of hideous lead-in.
13935
13936 2004-10-11  Wim Taymans  <wim@fluendo.com>
13937
13938         * gst/playback/gstplaybasebin.c: (setup_source):
13939         Wrong var used to get g_list_next.
13940
13941 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13942
13943         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13944         (cdparanoia_get), (cdparanoia_open):
13945           Report discid as metadata, add duration.
13946
13947 2004-10-11  Wim Taymans  <wim@fluendo.com>
13948
13949         * gst/playback/gstplaybasebin.c: (setup_source):
13950         Cleanup the previous pipeline a little earlier for the
13951         case that a source element provides raw data.
13952
13953 2004-10-11  Benjamin Otte  <otte@gnome.org>
13954
13955         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
13956           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
13957           consuming the last 128 bytes, even though it was valid mp3 data.
13958
13959 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13960
13961         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
13962         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
13963         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13964         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
13965
13966 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13967
13968         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
13969         Fix for webcams that support only specific width or height
13970
13971 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13972
13973         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13974
13975         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
13976           Fix wrong discont event setup (fixes #154967).
13977
13978 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
13979
13980         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13981
13982         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13983           Error out on invalid data (fixes #154807).
13984
13985 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13986
13987         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13988
13989         * ext/dvdread/dvdreadsrc.c: (_read):
13990           Make titles > 0 work again (fixes #154834).
13991
13992 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13993
13994         * gst-libs/gst/riff/riff-media.c:
13995         (gst_riff_create_video_template_caps):
13996           WMV3 missing in template caps.
13997
13998 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13999
14000         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14001           OK, so the original code was too strict. It makes random AVI files
14002           hang for seconds upon opening, which is unacceptable and is far
14003           beyond the original goal of getting multiple chunks for one-chunk
14004           sounc stream files. So now do just that.
14005
14006 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14007
14008         * gst/playback/gstplaybasebin.c: (setup_source),
14009         (gst_play_base_bin_change_state):
14010           Actually clean up streaminfo if output fails. This would trigger
14011           if, for example, there was no CD in the drive. No preroll, so
14012           a streaminfo structure is created, but the subsequent state change
14013           of the thread fails.
14014         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
14015           Don't change state if parent failed.
14016
14017 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14018
14019         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14020         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
14021         (gen_video_element), (remove_sinks):
14022           Add small bits of code for screenshot handling.
14023
14024 2004-10-08  Wim Taymans  <wim@fluendo.com>
14025
14026         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
14027         (gen_video_element), (gen_audio_element), (setup_sinks):
14028         Don't assume the user provided sinks are named "sink"...
14029
14030 2004-10-08  Wim Taymans  <wim@fluendo.com>
14031
14032         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
14033         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
14034         (gst_play_base_bin_link_stream):
14035         Do not try to autoplug sources that generate raw streams like
14036         cdparanoia.
14037         disconnect the preroll overrun signal when we don't need it anymore.
14038
14039 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
14040
14041         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
14042         Added reworked patch from #154903 from milosz derezynski (deadchip).
14043
14044 2004-10-08  Wim Taymans  <wim@fluendo.com>
14045
14046         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
14047         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
14048         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
14049         (cdparanoia_convert), (cdparanoia_uri_get_type),
14050         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
14051         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
14052         * ext/cdparanoia/gstcdparanoia.h:
14053         This adds the cdda://<tracknum> uri.
14054
14055 2004-10-08  Wim Taymans  <wim@fluendo.com>
14056
14057         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14058         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
14059         (try_to_link_1), (no_more_pads), (close_link), (type_found):
14060         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14061         (unknown_type), (gst_play_base_bin_remove_element),
14062         (gst_play_base_bin_link_stream):
14063         * gst/playback/gstplaybasebin.h:
14064         * gst/playback/gstplaybin.c: (gst_play_bin_init),
14065         (gst_play_bin_set_property), (gen_video_element),
14066         (gen_audio_element), (setup_sinks):
14067         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
14068         (gst_stream_info_get_type), (gst_stream_info_class_init),
14069         (gst_stream_info_init), (gst_stream_info_new),
14070         (gst_stream_info_dispose), (stream_info_mute_pad),
14071         (gst_stream_info_set_property), (gst_stream_info_get_property):
14072         * gst/playback/gststreaminfo.h:
14073         Reuse the audio and video bins.
14074         Some internal cleanups in the stream selection code.
14075
14076 2004-10-08  Julien MOUTTE  <julien@moutte.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: Reverting Ronald's changes as the issue is
14084         not coming from those elements. Moreover these elements should not keep
14085         the xid they have been given when in NULL state.
14086
14087 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14088
14089         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
14090         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
14091         * sys/ximage/ximagesink.h:
14092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
14093         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
14094         * sys/xvimage/xvimagesink.h:
14095           Actually only create a new toplevel window if we're not gonna
14096           embed it right after.
14097
14098 2004-10-07  Wim Taymans  <wim@fluendo.com>
14099
14100         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
14101         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
14102         * gst/playback/gstplaybin.c: (setup_sinks):
14103         Implement muting/unmuting of streams, mute streams that are not
14104         used.
14105
14106 2004-10-07  Wim Taymans  <wim@fluendo.com>
14107
14108         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
14109         (plugin_init):
14110         Added lame audio/x-ac3 typefind function.
14111
14112 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14113
14114         * configure.ac:
14115           bump nano to cvs
14116
14117 === release 0.8.5 ===
14118
14119 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14120
14121         * NEWS:
14122         * RELEASE:
14123         * configure.ac:
14124           releasing 0.8.5, "Take You On"
14125
14126 2004-10-06  Wim Taymans  <wim@fluendo.com>
14127
14128         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14129         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
14130         (no_more_pads), (close_link), (type_found):
14131         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14132         * gst/playback/gstplaybin.c: (gen_video_element):
14133         Do not signal the no_more_pads after the first pad when
14134         we are plugging a non dynamic element with multiple
14135         output pads (like swfdec, dvdec, ...).
14136
14137 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14138
14139         * configure.ac:
14140           bump for prerelease
14141
14142 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14143
14144         * gst/wavparse/gstwavparse.c:
14145           add ATRAC3 to STATIC CAPS to fix a warning
14146
14147         * gst/matroska/ebml-read.c:
14148         * gst-libs/gst/riff/riff-read.c:
14149           fix typos
14150
14151 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14152
14153         * gst-libs/gst/riff/riff-media.c:
14154           generate caps for ATRAC3 audio streams
14155
14156         * gst/realmedia/rmdemux.c:
14157           generate caps for ATRAC3 audio streams
14158
14159 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14160
14161         * gst/wavparse/Makefile.am
14162         * gst/wavparse/riff.h
14163         * gst/wavparse/wavparse.vcproj
14164           riff.h removal (unused and duplication with riff-ids.h)
14165
14166 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14167
14168         * gst/wavparse/gstwavparse.h
14169           remove duplicated defines for audio codec codes
14170
14171         * gst-libs/gst/riff/riff-ids.h
14172         * gst/wavenc/riff.h:
14173           add "4CC" code for ATRAC3 audio streams
14174           add "4CC" code for ITU_G721_ADPCM (unused for now)
14175
14176 2004-10-06  Wim Taymans  <wim@fluendo.com>
14177
14178         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
14179         Actually _do_ negotiation. Pass gdouble as arg instead
14180         of guint64 for the framerate.
14181
14182 2004-10-06  Wim Taymans  <wim@fluendo.com>
14183
14184         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14185         (find_compatibles), (close_pad_link), (try_to_link_1),
14186         (no_more_pads), (close_link), (type_found):
14187         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14188         * gst/playback/gstplaybin.c: (gen_video_element),
14189         (gen_audio_element):
14190         Set state on newly added element to READY so that negotiation
14191         can happen ASAP.
14192         Addes some more debug info.
14193         Do not try to plug pads with multiple caps structures or ANY
14194         because it is too dangerous since we do not do dynamic
14195         replugging.
14196
14197 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14198
14199         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
14200
14201         * po/LINGUAS:
14202         * po/or.po:
14203           add Oriya translation
14204
14205 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14206
14207         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14208           Prevent overwrite of size member. Makes audio sound crappy.
14209
14210 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14211
14212         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14213         Add rmvb to the list of known RealMedia extensions
14214
14215 2004-10-05  Wim Taymans  <wim@fluendo.com>
14216
14217         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
14218         (mngdec_openstream), (mngdec_closestream),
14219         (mngdec_handle_sink_event), (mngdec_readdata),
14220         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
14221         (mngdec_getcanvasline), (mngdec_refresh),
14222         (gst_mngdec_change_state):
14223         Set the framerate correctly.
14224
14225 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14226
14227         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14228           There was something wrong with the index massaging.
14229
14230 2004-10-04  Wim Taymans  <wim@fluendo.com>
14231
14232         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
14233         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
14234         (gst_smokedec_chain):
14235         * ext/jpeg/gstsmokedec.h:
14236         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
14237         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
14238         * ext/jpeg/gstsmokeenc.h:
14239         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
14240         (smokecodec_decode_new), (smokecodec_info_free),
14241         (smokecodec_set_quality), (smokecodec_get_quality),
14242         (smokecodec_set_threshold), (smokecodec_get_threshold),
14243         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14244         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
14245         (smokecodec_encode), (smokecodec_parse_id),
14246         (smokecodec_parse_header), (smokecodec_decode):
14247         * ext/jpeg/smokecodec.h:
14248         * ext/jpeg/smokeformat.h:
14249         Updated smoke, new bitstream, allows embedding in ogg.
14250
14251 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14252
14253         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
14254           Fix seeking in some files. All this code is no longer needed (and
14255           actually breaks stuff) because we now synchronize the full index
14256           right when reading the header.
14257
14258 2004-10-04  Wim Taymans  <wim@fluendo.com>
14259
14260         * configure.ac:
14261         configure update for libmng.
14262
14263 2004-10-04  Wim Taymans  <wim@fluendo.com>
14264
14265         * ext/libmng/Makefile.am:
14266         * ext/libmng/gstmng.c: (plugin_init):
14267         * ext/libmng/gstmng.h:
14268         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
14269         (gst_mngdec_base_init), (gst_mngdec_class_init),
14270         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
14271         (gst_mngdec_loop), (gst_mngdec_get_property),
14272         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
14273         (mngdec_closestream), (mngdec_handle_sink_event),
14274         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
14275         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
14276         (gst_mngdec_change_state):
14277         * ext/libmng/gstmngdec.h:
14278         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
14279         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
14280         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
14281         (gst_mngenc_chain), (gst_mngenc_get_property),
14282         (gst_mngenc_set_property):
14283         * ext/libmng/gstmngenc.h:
14284         Added basic MNG decoder. Needs more work. The encoder does
14285         not work yet.
14286
14287 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14288
14289         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
14290         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
14291         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
14292           Don't hang on length=0 chunks. Some negotiation fixes. Signal
14293           no-more-pads.
14294
14295 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14296
14297         * configure.ac:
14298           you need at least 1.0.4 of speex
14299
14300 2004-10-04 Iain <iaingnome@gmail.com>
14301
14302         * ext/speex/gstspeexdec.h: Revert the includes changes.
14303
14304         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
14305
14306 2004-09-30 Iain <iaingnome@gmail.com>
14307
14308         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
14309         found during init or set as a property instead of hardcoding /dev/audio
14310
14311 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14312
14313         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
14314         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
14315         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
14316         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
14317         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
14318         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
14319         (gst_rmdemux_dump_data):
14320           Use debug category, fix EOS handling. filesrc ! rmdemux now
14321           works.
14322
14323 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14324
14325         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14326         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
14327         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
14328           Improve allocation, cutting and sorting of the index. How takes a
14329           few seconds instead of minutes.
14330
14331 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
14332
14333         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
14334           fixed compilation
14335
14336 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14337
14338         * gst-libs/gst/riff/riff-media.c:
14339         (gst_riff_create_video_caps_with_data),
14340         (gst_riff_create_video_template_caps):
14341           Add wing commander format mimetype/fourccs.
14342         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14343           Don't crash if some value is 0.
14344
14345 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14346
14347         * gst-libs/gst/riff/riff-media.c:
14348         (gst_riff_create_video_caps_with_data),
14349         (gst_riff_create_video_template_caps):
14350           Add DIB fourcc (raw, palettized 8-bit RGB).
14351         * gst-libs/gst/riff/riff-read.c:
14352         (gst_riff_read_strf_vids_with_data):
14353           Oops, fix strf_data reading bug.
14354         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
14355           Use a non-NULL tag.
14356         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14357           Time for hacks. Sorry Dave. At least one quicktime movie (a
14358           trailer) that I've encountered contains multiple video tracks.
14359           One of those is the actual video track, the other are one-frame
14360           tracks (images). Unfortunately, the number of frames according
14361           to the trak header is 1 for each, so that doesn't help. So
14362           instead, I look at the duration and discard tracks with a
14363           duration shorter than 20% of the length of the stream. Better
14364           than nothing.
14365
14366 2004-10-01  Christian Schaller <christian@fluendo.com>
14367
14368         * ext/ivorbis/vorbis.c:
14369           Patch from Phil Blundell (Bug 152341)
14370
14371 2004-10-01  Wim Taymans  <wim@fluendo.com>
14372
14373         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
14374         (speex_dec_get_formats), (speex_dec_convert),
14375         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
14376         (speex_dec_chain), (gst_speexdec_get_property),
14377         (gst_speexdec_set_property):
14378         Small cleanups.
14379
14380 2004-10-01  Wim Taymans  <wim@fluendo.com>
14381
14382         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
14383         (gst_wavparse_stream_init), (gst_wavparse_fmt),
14384         (gst_wavparse_other), (gst_wavparse_loop),
14385         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14386         (gst_wavparse_srcpad_event):
14387         * gst/wavparse/gstwavparse.h:
14388         Added some more debugging info.
14389         Fix the case where the length of the file is 0.
14390         Make sure we seek to sample borders.
14391
14392 2004-10-01  Wim Taymans  <wim@fluendo.com>
14393
14394         * gst/playback/README:
14395         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
14396         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
14397         (try_to_link_1), (no_more_pads), (close_link), (type_found):
14398         Add some debug info to decodebin, update README
14399
14400 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14401
14402         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
14403           Don't use g_print(); use GST_DEBUG().
14404
14405 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14406
14407         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14408         (gst_ogg_mux_queue_pads):
14409           Handle EOS properly.
14410
14411 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
14412
14413         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14414
14415         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
14416         (gst_faad_chain), (gst_faad_change_state):
14417         * ext/faad/gstfaad.h:
14418           Allow playback of raw (unframed) MPEG AAC files (#148993).
14419
14420 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
14421
14422         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14423
14424         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14425           Throw error if we didn't recognize the stream. Fixes #152289.
14426
14427 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14428
14429         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
14430           Fix negotiation.
14431
14432 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
14433
14434         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14435
14436         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14437           Fix memleak.
14438
14439 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
14440
14441         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14442
14443         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
14444           Solve #152805.
14445         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
14446           Solve 152806.
14447
14448 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14449
14450         * gst-libs/gst/riff/riff-media.c:
14451         (gst_riff_create_video_caps_with_data),
14452         (gst_riff_create_audio_caps_with_data):
14453           Add codec_data handling (like asfdemux used to do).
14454         * gst/asfdemux/gstasf.c: (plugin_init):
14455         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14456         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
14457           Use riff-media for caps creation instead of our own (mostly
14458           broken) copy of its functions.
14459
14460 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14461
14462         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
14463           Don't actually error out if we get another return value than
14464           -EINVAL. Opposite to what I first thought, drivers have random
14465           return values for this, although -EINVAL is the expected return
14466           value. Since this is not fatal, we shouldn't use
14467           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
14468
14469 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14470
14471         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
14472         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
14473         (dvdreadsrc_get_property), (_open), (_seek), (_read),
14474         (dvdreadsrc_get), (dvdreadsrc_open_file),
14475         (dvdreadsrc_change_state):
14476           Fix. Don't do one big huge loop around the whole DVD, that will
14477           cache all data and thus eat sizeof(dvd) (several GB) before we
14478           see something.
14479         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14480           Actually NULL'ify event after using it.
14481         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
14482         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
14483         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
14484         (gst_ebml_read_seek), (gst_ebml_read_skip):
14485           Handle events.
14486         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
14487         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
14488         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
14489           Fix timing (this will probably break if I seek using menus, but
14490           I didn't get there yet). VOBs and normal DVDs should now work.
14491           Add a mpeg2-only pad with high rank so this get autoplugged for
14492           MPEG-2 movies.
14493         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
14494         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
14495         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
14496         (gst_mpeg_demux_get_audio_stream),
14497         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
14498         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
14499           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
14500           MPEG-1 but use dvddemux for MPEG-2.
14501         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
14502         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
14503         (gst_mpeg_parse_parse_packhead):
14504           Timing. Only add pad template if it exists. Add sink template from
14505           class and not from ourselves. This means we will always use the
14506           correct sink template even if it is not the one defined in this
14507           file.
14508
14509 2004-09-29  Wim Taymans  <wim@fluendo.com>
14510
14511         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
14512         (gst_mpeg_demux_parse_pes):
14513         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
14514         Fix playback of mpeg again, timestamps where screwed up by
14515         patch 1.61.
14516
14517 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14518
14519         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
14520           Only return true if we actually filled something in. Prevents
14521           player applications from showing a random length for flac files.
14522         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
14523         (gst_riff_read_use_event), (gst_riff_read_handle_event),
14524         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
14525         (gst_riff_read_strf_vids_with_data),
14526         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
14527           OK, ok, so I implemented event handling. Apparently it's normal
14528           that we receive random events at random points without asking
14529           for it.
14530         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14531         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14532         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
14533         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
14534         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
14535         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
14536         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14537         * gst/avi/gstavidemux.h:
14538           Implement non-lineair chunk handling and subchunk processing.
14539           The first solves playback of AVI files where the audio and video
14540           data of individual buffers that we read are not synchronized.
14541           This should not happen according to the wonderful AVI specs, but
14542           of course it does happen in reality. It is also a prerequisite for
14543           the second. Subchunk processing allows us to cut chunks in small
14544           pieces and process each of these pieces separately. This is
14545           required because I've seen several AVI files with incredibly large
14546           audio chunks, even some files with only one audio chunk for the
14547           whole file. This allows for proper playback including seeking.
14548           This patch is supposed to fix all AVI A/V sync issues.
14549         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
14550         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
14551           Work.
14552         * gst/modplug/gstmodplug.cc:
14553           Proper return value setting for the query() function.
14554         * gst/playback/gstplaybasebin.c: (setup_source):
14555           Being in non-playing state (after, e.g., EOS) is not necessarily
14556           a bad thing. Allow for that. This fixes playback of short files.
14557           They don't actually playback fully now, because the clock already
14558           runs. This means that small files (<500kB) with a small length
14559           (<2sec) will still not or barely play. Other files, such as mod
14560           or flx, will work correctly, however.
14561
14562 2004-09-28  Wim Taymans  <wim@fluendo.com>
14563
14564         * ext/speex/gstspeex.c: (plugin_init):
14565         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
14566         (gst_speex_dec_class_init), (speex_dec_get_formats),
14567         (speex_get_event_masks), (speex_get_query_types),
14568         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
14569         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
14570         (gst_speexdec_get_property), (gst_speexdec_set_property),
14571         (speex_dec_change_state):
14572         * ext/speex/gstspeexdec.h:
14573         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
14574         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
14575         (gst_speexenc_base_init), (gst_speexenc_class_init),
14576         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
14577         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
14578         (gst_speexenc_src_query), (gst_speexenc_init),
14579         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
14580         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
14581         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
14582         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
14583         (gst_speexenc_chain), (gst_speexenc_get_property),
14584         (gst_speexenc_set_property), (gst_speexenc_change_state):
14585         * ext/speex/gstspeexenc.h:
14586         Rewrote speex encoder, make sure it can be embedded in ogg.
14587         Implemented speex decoder.
14588
14589 2004-09-28  Christian Schaller <christian@fluendo.com>
14590
14591         * configure.ac:
14592         Remove kioslave plugin. Markey is brewing a new working one
14593         * ext/Makefile.am: Remove kioslave plugin
14594         * ext/kio: remove
14595         * gst-plugins.spec.in: remove kio plugin from spec
14596
14597 2004-09-27  Wim Taymans  <wim@fluendo.com>
14598
14599         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14600         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
14601         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
14602         (gst_multifdsink_new_client),
14603         (gst_multifdsink_handle_client_write),
14604         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14605         (gst_multifdsink_handle_clients):
14606         * gst/tcp/gstmultifdsink.h:
14607         Make syncing to keyframes actually work for new clients and lagging
14608         clients.
14609
14610 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14611
14612         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
14613         (gst_navigationtest_handle_src_event), (draw_box_planar411),
14614         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
14615         * gst/debug/gstnavigationtest.h:
14616           make navigationtest display button-press and button-release events
14617
14618 2004-09-26 Iain <iaingnome@gmail.com>
14619
14620         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
14621         the channels have received a new media event.
14622         (interleave_buffered_loop): Compresses a new media event on all
14623         channels into one.
14624
14625 2004-09-26 Iain <iaingnome@gmail.com>
14626
14627         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
14628         call the sinkpad's default event handler and not the srcpads. He also
14629         says this is confusing :)
14630         (gst_wavenc_stop_file): Company says that seek events only go upstream
14631         we should send a discontinuous downstream instead.
14632
14633 2004-09-25  Christian Schaller <christian@fluendo.com>
14634
14635         * Update SPEC file to be usable in conjunction with Fedora Core,
14636           Fedora.us and freshrpms packages
14637         * Fix typo in multifilesrc test Makefile
14638
14639 2004-09-24  Wim Taymans  <wim@fluendo.com>
14640
14641         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14642         Only signal the no_more_pads signal when we have
14643         added the stream to our list.
14644
14645 2004-09-24  Wim Taymans  <wim@fluendo.com>
14646
14647         * gst/playback/gstplaybasebin.c: (remove_prerolls),
14648         (new_decoded_pad):
14649         * gst/playback/gstplaybasebin.h:
14650         * gst/playback/gstplaybin.c: (setup_sinks):
14651         Don't try to preroll or decode more than one audio/video
14652         track.
14653
14654 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14655
14656         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
14657           Throw error if we failed to find a suitable output. This should
14658           throw an error if we successfully set up a pipeline (e.g. because
14659           we recognized a media file) but found no decodable streams in it
14660           (e.g. because it contains only media stream types for which we
14661           have no decoders, or because it's not a media type).
14662
14663 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14664
14665         * ext/dirac/Makefile.am:
14666         * ext/dirac/gstdirac.cc:
14667         * ext/dirac/gstdiracdec.cc:
14668         * ext/dirac/gstdiracdec.h:
14669           Do something. Don't actually know if this works because I don't
14670           have a demuxer yet.
14671         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
14672           Add channels=1 to caps returned from _getcaps().
14673         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
14674         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
14675         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
14676         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
14677         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
14678         (gst_ogm_parse_change_state):
14679           Separate between audio/video so ogmaudioparse actually uses the
14680           audio pad templates. Both audio and video work now, including
14681           autoplugging. Also use sometimes-srcpad hack.
14682         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14683           Handle events better. Don't hang on infinite loops.
14684         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14685         (gst_avi_demux_init), (gst_avi_demux_reset),
14686         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14687         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
14688         (gst_avi_demux_change_state):
14689         * gst/avi/gstavidemux.h:
14690           Improve A/V sync. Still not perfect.
14691         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
14692         (gst_ebml_read_skip):
14693           Handle events better.
14694         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14695         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
14696         (qtdemux_audio_caps):
14697           Add IMA4. Improve event handling. Save offset after a seek when
14698           the headers are at the end of the file so that we don't end up in
14699           an infinite loop.
14700         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
14701           Add low-priority typefind support for files with no length.
14702
14703 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14704
14705         * testsuite/multifilesink/Makefile.am:
14706         fix typo
14707
14708 2004-09-22  Julien MOUTTE  <julien@moutte.net>
14709
14710         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
14712         mistakes from thaytan's patches.
14713
14714 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14715
14716         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14717           For completeness, XSync in the destroy function as xvimage does.
14718
14719 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14720
14721         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
14722            Correct caps negotiation
14723         * gst/volume/gstvolume.c: (volume_chain_float),
14724         (volume_chain_int16):
14725            Modify debug output to be little more informative
14726         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
14727         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14728         (gst_xvimagesink_xvimage_destroy):
14729           Add XSync calls after detaching from the shared memory segment to
14730           avoid a crash.
14731
14732 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14733
14734         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14735         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
14736         * ext/vorbis/vorbis.c: (plugin_init):
14737         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14738         (gst_vorbisenc_chain):
14739         * ext/vorbis/vorbisenc.h:
14740         remove explicit newmedia support from oggmux and vorbisenc
14741         add debug category to vorbisenc
14742         * gst/multifilesink/gstmultifilesink.c:
14743         (gst_multifilesink_class_init), (gst_multifilesink_init),
14744         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
14745         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
14746         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
14747         (plugin_init):
14748         * gst/multifilesink/gstmultifilesink.h:
14749         add support for streamheader in multifilesink
14750
14751 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14752
14753         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
14754         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
14755         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
14756           Prevent infinite loops. More correct error reporting.
14757         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14758           Error out if negotiation fails.
14759         * gst/playback/gstplaybasebin.c: (setup_source),
14760         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
14761         (gst_play_base_bin_found_tag):
14762           Error/tag forwarding. Pre-roll fixes for source errors on state
14763           changes (e.g. "file does not exist") to prevent hangs.
14764
14765 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14766
14767         * testsuite/multifilesink/Makefile.am:
14768         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
14769         (gst_newmedia_class_init), (gst_newmedia_init),
14770         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14771         (newfile_signal), (test_signal), (main):
14772         * testsuite/multifilesink/multifilesrc_test.c: (main):
14773         * testsuite/multifilesink/oggtheora_test.c:
14774         (gst_newmedia_base_init), (gst_newmedia_class_init),
14775         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14776         (test_format), (newfile_signal), (test_signal), (main):
14777         * testsuite/multifilesink/oggvorbis_test.c:
14778         (gst_newmedia_base_init), (gst_newmedia_class_init),
14779         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14780         (test_format), (newfile_signal), (test_signal), (main):
14781         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
14782         (gst_newmedia_class_init), (gst_newmedia_init),
14783         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14784         (newfile_signal), (test_signal), (main):
14785         New media tests
14786
14787 2004-09-20  Christian Schaller <christian@fluendo.com>
14788
14789         * Fix mikmod license to LGPL as they have relicensed
14790         * Move Dirac and Effectv into LGPL section of README_license
14791
14792 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14793
14794         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
14795         (gst_mad_change_state):
14796           Allow for mp3 rate/channels changes. However, only very
14797           conservatively. Reason that we *have* to enable this is smiply
14798           because the mad find_sync() function is not good enough, it will
14799           regularly sync on random data as valid frames and therefore make
14800           us provide random caps as *final* caps of the stream. The best fix
14801           I could think of is to simply require several of the same stream
14802           changes in a row before we change caps.
14803           The actual testcase that works now is #
14804         * ext/ogg/Makefile.am:
14805         * ext/ogg/gstogg.c: (plugin_init):
14806         * ext/ogg/gstogmparse.c:
14807           OGM support (video only for now; I need an audio sample file).
14808         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14809         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
14810         (gst_asf_demux_add_video_stream):
14811           WMV extradata.
14812         * gst/playback/gstplaybasebin.c: (unknown_type):
14813           Don't error out on single unknown-types after all. It's wrong.
14814           If we found type of video and audio but not of a subtitle stream,
14815           it will still error out (which is unwanted). Will find a better fix
14816           later on.
14817         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
14818         (ogmaudio_type_find), (plugin_init):
14819           OGM support.
14820
14821 2004-09-20  Johan Dahlin  <johan@gnome.org>
14822
14823         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
14824         after setting caps.
14825
14826 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14827
14828         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
14829         * gst/wavenc/gstwavenc.h:
14830         Added newmedia support to wavenc
14831
14832 2004-09-17  Wim Taymans  <wim@fluendo.com>
14833
14834         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
14835         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
14836         (gst_fdset_fd_can_write), (gst_fdset_wait):
14837         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
14838         (gst_multifdsink_init), (gst_multifdsink_add),
14839         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
14840         (gst_multifdsink_remove_client_link),
14841         (gst_multifdsink_client_queue_buffer),
14842         (gst_multifdsink_handle_client_write),
14843         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
14844         (gst_multifdsink_close), (gst_multifdsink_change_state):
14845         * gst/tcp/gstmultifdsink.h:
14846         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14847         (gst_tcpserversink_removed):
14848         Small cleanups in fdset.c
14849         Use a hastable to map fd to the client structure for faster
14850         lookup in _remove and get_stats.
14851         Added virtual function to close the fds.
14852         Handle clients even when the select/poll call was unblocked because
14853         of a command.
14854         Implement syncing to keyframe in the recovery procedure.
14855
14856 2004-09-16 Iain <iaingnome@gmail.com>
14857
14858         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
14859         try caps.
14860
14861 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14862
14863         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
14864           Caps are only set if the type of the stream is unknown, but this
14865           is initialized in ->init_stream(), so set to UNKNOWN after calling
14866           ->init_stream() so that capsnego starts.
14867
14868 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14869
14870         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14871         (gst_avi_demux_stream_data):
14872           Just hardcode for raw audio then. AVI audio sucks.
14873
14874 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
14875
14876         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
14877         * gst/matroska/matroska-mux.c: (audiosink_templ),
14878         (gst_matroska_mux_audio_pad_link):
14879         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
14880         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
14881
14882 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14883
14884         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14885         (gst_avi_demux_stream_data):
14886           Try to fix a/v sync issues.
14887
14888 2004-09-15  David Schleef  <ds@schleef.org>
14889
14890         * configure.ac: remove NASM check, since we don't use it.  Update
14891         dirac check to 0.4
14892         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
14893         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14894         Initialized variables.
14895         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14896         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
14897         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
14898         SVQ3 format
14899
14900 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14901
14902         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14903         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
14904         * gst/avi/gstavidemux.h:
14905           Fix for compressed audio (mp3) timestamp generation. How did this
14906           ever work?
14907
14908 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14909
14910         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14911           Volume is a double not a float.
14912
14913 2004-09-15  Wim Taymans  <wim@fluendo.com>
14914
14915         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
14916         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
14917         Don't close the fd in multifdsink as we didn't open it in the
14918         first place. Some cleanups.
14919
14920 2004-09-15  Wim Taymans  <wim@fluendo.com>
14921
14922         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14923         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14924         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14925         Fix the case where the muxer would mark pages as delta
14926         frames when they are not (vorbis only ogg).
14927
14928 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14929
14930         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
14931         (gst_play_base_bin_change_state):
14932           Handle the case where we failed to setup a clear pipeline. This
14933           will throw an error (or EOS, another nice case) and if you don't
14934           catch that, the app will wait for the signal forever (and thus
14935           hang).
14936
14937 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14938
14939         * ext/gnomevfs/gstgnomevfssink.c:
14940         (gst_gnomevfssink_uri_get_protocols):
14941         * ext/gnomevfs/gstgnomevfssrc.c:
14942         (gst_gnomevfssrc_uri_get_protocols):
14943         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14944         * ext/gnomevfs/gstgnomevfsuri.h:
14945           Use _uri_new() instead of _open(), so it doesn't take as long and
14946           Christophe's computer won't hang.
14947         * gst/playback/gstplaybasebin.c: (unknown_type):
14948           Throw error on unknown media type, so apps actually display it.
14949
14950 2004-09-14  Brian Cameron  <brian.cameron@sun.com
14951
14952         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
14953           this script to work on Solaris since bash shell handles echo
14954           differenly than bash.
14955
14956 2004-09-17  Wim Taymans  <wim@fluendo.com>
14957
14958         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
14959         (setup_source), (gst_play_base_bin_set_property),
14960         (gst_play_base_bin_add_element):
14961         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
14962         Some more work on making sure seeking pauses the pipeline and
14963         that changing the uri actually does something.
14964
14965 2004-09-17  Wim Taymans  <wim@fluendo.com>
14966
14967         * gst/tcp/gstfdset.c: (gst_fdset_wait):
14968         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
14969         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
14970         (gst_tcpserversink_close):
14971         Be a bit more paranoid when freeing memory.
14972
14973 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14974
14975         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
14976         (qtdemux_parse_trak):
14977           Don't crash by dividing by zero (see sample movie in #126922).
14978
14979 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14980
14981         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
14982           Don't touch non-existing data (fixes crash on file in #140147).
14983
14984 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14985
14986         * gst/playback/gstplaybasebin.c:
14987         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
14988           Handle double disposals, and proper change of URIs.
14989
14990 2004-09-13  Martin Eikermann <meiker@upb.de>
14991
14992         * gst/mpegstream/gstmpegparse.c:
14993           fix synchronistation for streams recorded from digital PCR
14994           fixes bug #119376
14995
14996 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14997
14998         * ext/gnomevfs/Makefile.am:
14999         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15000         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
15001         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
15002         (gst_gnomevfssink_uri_get_type),
15003         (gst_gnomevfssink_uri_get_protocols),
15004         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
15005         (gst_gnomevfssink_uri_handler_init),
15006         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
15007         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
15008         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15009         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
15010         (gst_gnomevfssrc_uri_get_type),
15011         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
15012         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
15013         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15014         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
15015         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
15016         * ext/gnomevfs/gstgnomevfsuri.h:
15017           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
15018           of fake URIs to see which this version of Gnome-VFS likes, and
15019           uses that for the Gst-URI interface. Makes playbin support http://
15020           streams. Also fix up some stupid behaviour in gnomevfssrc.
15021
15022 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15023
15024         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
15025         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
15026         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
15027         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
15028           Update mixer (to sync with other sessions) if we try to obtain
15029           a new value. This makes alsamixer work accross applications.
15030         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15031           Only call sync functions if we're running, else alsalib asserts.
15032         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
15033           Sometimes fails to compile. Possibly a gcc bug.
15034         * gst/playback/gstplaybin.c: (gen_video_element),
15035         (gen_audio_element):
15036           Add a reference to an application-provided object, because we lose
15037           this same reference if we add it to the bin. If we don't do this,
15038           we can only use this object once and thus crash if we go from
15039           ready to playing, back to ready and back to playing again.
15040           Also add an audioscale element because several cheap soundcards -
15041           like mine - don't support all samplerates.
15042         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
15043         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
15044           Fix wrong order or PAR calls. Makes automatically obtained PAR
15045           from the X server atually being used.
15046
15047 2004-09-12  David Schleef  <ds@schleef.org>
15048
15049         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
15050         #151887, #152102, #152247.
15051         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
15052         * examples/seeking/cdparanoia.c: same
15053         * examples/seeking/cdplayer.c: same
15054         * examples/seeking/seek.c: same
15055         * examples/seeking/spider_seek.c: same
15056         * examples/seeking/vorbisfile.c: same
15057         * examples/stats/mp2ogg.c: same
15058         * ext/esd/esdsink.c: (gst_esdsink_class_init),
15059         (gst_esdsink_dispose): Dispose of element properly.
15060         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
15061         fixes.
15062         * ext/nas/nassink.c: (gst_nassink_class_init),
15063         (gst_nassink_dispose): Dispose of element correctly.
15064         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
15065         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15066         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
15067         Fix 64-bit warning.
15068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15069         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
15070         Fix 64-bit warning.
15071
15072 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15073
15074         * configure.ac : change speex detection as 1.1.6 now uses
15075           .pc/pkg-config and they changed their headers location.
15076
15077 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
15078
15079         * gst/matroska/matroska-mux.h:
15080         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
15081         (gst_matroska_mux_start), (gst_matroska_mux_finish),
15082         (gst_matroska_mux_write_data):
15083           Write multiple blocks/frames per cluster.
15084                 Write meta-seek information (seek heads).
15085
15086 2004-09-09  Scott Wheeler <wheeler@kde.org>
15087
15088         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
15089         (gst_play_bin_set_property), (gst_play_bin_get_property),
15090         (gen_audio_element), (gen_audio_element):
15091           Add a volume element / property to the pipeline.
15092
15093 2004-09-07  Wim Taymans  <wim@fluendo.com>
15094
15095         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
15096         Copy timestamps from the master pad to the output buffers.
15097
15098 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15099
15100         * ext/raw1394/gstdv1394src.c:
15101           throw errors when applicable
15102
15103 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
15104
15105         * gst/matroska/ebml-ids.h:
15106         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
15107         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
15108         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
15109           automatically convert unix time <-> ebml time when reading/writing
15110           a date, use gst_ebml_write_uint to write CUETIME,
15111           not gst_ebml_write_date.
15112         * gst/matroska/matroska-ids.h:
15113         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
15114         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
15115         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
15116         (gst_matroska_mux_write_data):
15117           Write track and segment UIDs, write muxing date, write
15118           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
15119           Create cues for audio only files.
15120
15121 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15122
15123         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15124         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
15125           Re-commit ALSA switches.
15126         * gst/adder/gstadder.c: (gst_adder_loop):
15127           64-bit fix (#151416).
15128         * gst/debug/progressreport.c: (gst_progressreport_report):
15129           64-bit fix (#151419).
15130         * gst/matroska/matroska-demux.c:
15131         (gst_matroska_demux_parse_contents):
15132           64-bit fix (#151420).
15133         * gst/playback/test3.c: (update_scale):
15134           64-bit fix (#151421).
15135
15136 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15137
15138         * configure.ac:
15139           bump nano to cvs
15140
15141 === release 0.8.4 ===
15142
15143 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15144
15145         * configure.ac: releasing 0.8.4, "Alias"
15146
15147 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15148
15149         * ext/theora/Makefile.am:
15150           fix makefile.  Fixes #151462.
15151
15152 2004-08-30  Wim Taymans  <wim@fluendo.com>
15153
15154         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
15155         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15156         (gst_multifdsink_remove_client_link),
15157         (gst_multifdsink_client_queue_buffer),
15158         (gst_multifdsink_handle_client_write):
15159         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
15160         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
15161         Fix some memory leaks.
15162
15163 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15164
15165         Patch by: David Schleef
15166
15167         * configure.ac:
15168         * sys/Makefile.am:
15169           rename our detection macro for V4L2.  Fixes #151236.
15170
15171 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15172
15173         Patch by: David Schleef
15174
15175         * configure.ac:
15176           check to define LAMEPRESET.  Fixes #151232.
15177
15178 2004-08-27  David Schleef  <ds@schleef.org>
15179
15180         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
15181         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
15182         (gst_glimagesink_fixate):  Move local variable declarations to
15183         make gcc-2.95 happy.
15184
15185 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15186
15187         * configure.ac:
15188           bump nano for prerelease
15189
15190 2004-08-27  David Schleef  <ds@schleef.org>
15191
15192         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
15193         * sys/sunaudio/gstsunaudiosrc.c:
15194         * sys/sunaudio/gstsunaudiosrc.h:
15195
15196 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
15197
15198         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
15199         handle EOS correctly
15200         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
15201         * gst/matroska/matroska-mux.h:
15202         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
15203         VFW compatibility mode
15204
15205 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15206
15207         patch by: Zaheer Abbas Merali
15208
15209         * ext/ogg/gstoggmux.c:
15210         * ext/vorbis/vorbisenc.c:
15211         * ext/vorbis/vorbisenc.h:
15212           handle NEWMEDIA
15213
15214 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
15215
15216         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
15217         fix byte order reversion on little endian machines.
15218         * gst/matroska/matroska-mux.c: (audiosink_templ),
15219         (gst_matroska_mux_audio_pad_link):
15220         add TTA codec to the list of supported codecs.
15221         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
15222         (gst_matroska_mux_start), (gst_matroska_mux_finish),
15223         (gst_matroska_mux_write_data):
15224         * gst/matroska/matroska-mux.h:
15225         write segment duration correctly, write muxing app string, fixes bugs
15226         #140897 and #140898.
15227         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
15228         wait for all pads to be negotiated before starting to mux.
15229
15230 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15231
15232         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
15233         * ext/lame/gstlame.h:
15234         Added new media support to lame
15235
15236 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
15237
15238         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
15239         send vorbis headers at the beginning of a stream, fixes bug #141554.
15240         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
15241         bug #148950.
15242         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
15243         (gst_matroska_demux_plugin_init):
15244         * gst/matroska/matroska-ids.h:
15245         enable demuxing of TTA audio streams, fixes bug #148951.
15246         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
15247         enable typefinding for TTA audio files, fixes bug #148711.
15248         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
15249         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
15250         fixes playback of packed bitstream and xvid with bframes, bug #135407.
15251
15252 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
15253
15254         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
15255         (gst_riff_read_element_data), (gst_riff_read_seek),
15256         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
15257         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
15258         <teuf@gnome.org>
15259
15260 2004-08-23 Iain <iaingnome@gmail.com>
15261
15262         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
15263         tags. They appear to be handled differently to normal.
15264         (tag_list_to_id3_tag_foreach): Ditto.
15265
15266 2004-08-22  Wim Taymans  <wim@fluendo.com>
15267
15268         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15269         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15270         Make sure we never send -1 granulepos.
15271
15272 2004-08-20  Wim Taymans  <wim@fluendo.com>
15273
15274         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15275         (gst_ogg_mux_loop):
15276         I will accept bitchslappings with non sharp objects.
15277
15278 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15279
15280         * configure.ac:
15281         Clean up the test for lame presets
15282
15283 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15284
15285         * configure.ac:
15286         * ext/lame/Makefile.am:
15287         * ext/lame/gstlame.c: (gst_lame_class_init),
15288         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
15289         Only enable lame presets if version of lame has presets in API
15290
15291 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
15292         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
15293         * gst/udp/gstudpsrc.h:
15294           Don't call gst_pad_push in a get function. Fixes #150449
15295
15296 2004-08-18  Wim Taymans  <wim@fluendo.com>
15297
15298         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
15299         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
15300         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
15301         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15302         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15303         (gst_fdset_wait):
15304         * gst/tcp/gstfdset.h:
15305         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15306         (gst_multifdsink_client_queue_buffer),
15307         (gst_multifdsink_handle_client_write):
15308         * gst/tcp/gstmultifdsink.h:
15309         Some extra checks in gstfdset.
15310         Only use send() when the fd is a socket. Don't try to
15311         read from write only fds.
15312
15313 2004-08-18  Wim Taymans  <wim@fluendo.com>
15314
15315         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
15316         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
15317         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15318         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15319         (gst_fdset_wait):
15320         Add more locking and bounds checking.
15321
15322 2004-08-18  Wim Taymans  <wim@fluendo.com>
15323
15324         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
15325         Realloc test fdset in the lock and right before starting
15326         the poll call. Bump the limit to 4096.
15327
15328 2004-08-17  David Schleef  <ds@schleef.org>
15329
15330         * sys/sunaudio/Makefile.am:
15331         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
15332         of rates and channels.  Make debugging less obnoxious.
15333
15334         Patch from Balamurali Viswanathan implementing a mixer for
15335         Sun audio.  (bug #144091):
15336         * sys/sunaudio/gstsunelement.c:
15337         * sys/sunaudio/gstsunelement.h:
15338         * sys/sunaudio/gstsunmixer.c:
15339         * sys/sunaudio/gstsunmixer.h:
15340
15341 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15342
15343         * gst/audioscale/gstaudioscale.c:
15344         * gst/audioscale/gstaudioscale.h:
15345         made audioscale resample from any sample rate to any sample rate
15346
15347 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15348
15349         * ext/libpng/gstpngdec.c:
15350           error out on unsupported types
15351
15352 2004-08-17  Iain <iaingnome@gmail.com>
15353
15354         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
15355         mid_side and loose_mid_side properties if its a stereo stream.
15356
15357 2004-08-17  Wim Taymans  <wim@fluendo.com>
15358
15359         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15360         (theora_get_formats), (theora_dec_src_convert),
15361         (theora_dec_sink_convert), (theora_dec_src_query),
15362         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
15363         Add a debug line.
15364
15365 2004-08-17  Wim Taymans  <wim@fluendo.com>
15366
15367         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
15368         (gst_ogg_pad_push):
15369         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15370         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15371         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
15372         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15373         Mark delta units in the muxer.
15374         Try to decode the packet after an out-of-sync error from
15375         libogg.
15376
15377 2004-08-17  Wim Taymans  <wim@fluendo.com>
15378
15379         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15380         (gst_multifdsink_init), (gst_multifdsink_add),
15381         (gst_multifdsink_client_queue_buffer),
15382         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
15383         * gst/tcp/gstmultifdsink.h:
15384         Added option to send a keyframe to clients as the first buffer.
15385         Make timeout property writable.
15386
15387 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15388
15389         patch by: Wim Taymans
15390
15391         * gst/tcp/gstfdset.c:
15392         * gst/tcp/gstmultifdsink.c:
15393           fix index comparison, should include 0
15394
15395 2004-08-16  Wim Taymans  <wim@fluendo.com>
15396
15397         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
15398         (gst_fdset_add_fd), (gst_fdset_remove_fd),
15399         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15400         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15401         (gst_fdset_wait):
15402           copy when reallocing for poll so the select arguments don't get
15403           changed during the call
15404
15405 2004-08-16  Wim Taymans  <wim@fluendo.com>
15406
15407         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15408         (gst_theora_enc_class_init), (theora_enc_sink_link),
15409         (theora_buffer_from_packet), (theora_enc_chain):
15410         Fix bug where buffers were not marked as keyframes
15411         correctly.
15412
15413 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15414
15415         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
15416         (gst_lame_preset_get_type), (gst_lame_class_init):
15417         describe the enum values for vbr mode and presets more verbosely
15418
15419 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15420
15421         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
15422         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
15423         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
15424         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
15425         * ext/lame/gstlame.h:
15426         add preset property to lame so it can use lame presets
15427
15428 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15429
15430         * ext/lame/gstlame.c: (gst_lame_get_property):
15431         whoops forgot break, thanks teuf
15432
15433 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15434
15435         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
15436         (gst_lame_class_init), (gst_lame_src_getcaps),
15437         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
15438         (gst_lame_get_property), (gst_lame_setup):
15439         * ext/lame/gstlame.h:
15440         fix lame's broken vbr stuff, allow it to resample if need be, and also
15441         make xing header optional
15442
15443 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15444
15445         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
15446         added getcaps function so samplerate doesnt get fixated to silly values
15447
15448 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15449
15450         * ext/lame/gstlame.c: (gst_lame_src_link):
15451         revert previous fix
15452
15453 2004-08-12  Johan Dahlin  <johan@gnome.org>
15454
15455         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
15456         checks. Doesn't matter what state we are in. Interfaces are a
15457         compile time thing, not runtime. It also broke the python bindings.
15458
15459 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15460
15461         * ext/lame/gstlame.c: (gst_lame_src_link):
15462         made source pad link function check if sinkpad is ok..fixes the problem
15463         where core fixates the output rate of lame stupidly
15464
15465 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15466
15467         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
15468         * sys/v4l/v4l_calls.c:
15469         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
15470           fix fixate function to handle nonsimple caps.
15471           remove bogus check in _link
15472           cleanups
15473
15474 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15475
15476         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
15477         set default compression ratio parameter to 0.0 so bitrate parameter
15478         works :)
15479
15480 2004-08-11  David Schleef  <ds@schleef.org>
15481
15482         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
15483
15484 2004-08-11  David Schleef  <ds@schleef.org>
15485
15486         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
15487         before.
15488
15489 2004-08-11  David Schleef  <ds@schleef.org>
15490
15491         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
15492
15493 2004-08-11  David Schleef  <ds@schleef.org>
15494
15495         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
15496           license field
15497         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
15498         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
15499           LGPL.
15500         * gst/auparse/gstauparse.c: Fix plugin license field.
15501         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
15502         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
15503         * gst/rtp/gstrtp.c: Fix plugin license field.
15504
15505 2004-08-11  Wim Taymans  <wim@fluendo.com>
15506
15507         * gst/tcp/Makefile.am:
15508         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
15509         (ensure_size), (gst_fdset_new), (gst_fdset_free),
15510         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
15511         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
15512         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
15513         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
15514         (gst_fdset_fd_can_write), (gst_fdset_wait):
15515         * gst/tcp/gstfdset.h:
15516         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15517         (gst_multifdsink_class_init), (gst_multifdsink_init),
15518         (gst_multifdsink_add), (gst_multifdsink_remove),
15519         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15520         (gst_multifdsink_remove_client_link),
15521         (gst_multifdsink_handle_client_read),
15522         (gst_multifdsink_client_queue_data),
15523         (gst_multifdsink_client_queue_caps),
15524         (gst_multifdsink_client_queue_buffer),
15525         (gst_multifdsink_handle_client_write),
15526         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15527         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15528         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
15529         (gst_multifdsink_close):
15530         * gst/tcp/gstmultifdsink.h:
15531         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15532         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
15533         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
15534         (gst_tcpserversink_close):
15535         * gst/tcp/gsttcpserversink.h:
15536         Abstracted away the select call, implemented poll (yes we ran into
15537         the 1024 limit in production).
15538
15539 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15540
15541         * gst/tcp/gsttcp.c:
15542         * gst/tcp/gsttcpplugin.c:
15543           improve debuggging, remove assert
15544
15545 2004-08-10  Wim Taymans  <wim@fluendo.com>
15546
15547         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15548         (gst_client_status_get_type), (gst_multifdsink_class_init),
15549         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
15550         (gst_multifdsink_handle_client_read),
15551         (gst_multifdsink_handle_client_write),
15552         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15553         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15554         (gst_multifdsink_get_property):
15555         * gst/tcp/gstmultifdsink.h:
15556         * gst/tcp/gsttcp-marshal.list:
15557         Starting to prepare for specifying buffer time in other units
15558         than buffers. Expose remove reason in signal.
15559
15560 2004-08-10  Wim Taymans  <wim@fluendo.com>
15561
15562         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15563         (gst_multifdsink_remove), (gst_multifdsink_clear),
15564         (gst_multifdsink_remove_client_link),
15565         (gst_multifdsink_handle_client_read),
15566         (gst_multifdsink_client_queue_data),
15567         (gst_multifdsink_client_queue_buffer),
15568         (gst_multifdsink_handle_client_write),
15569         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
15570         (gst_multifdsink_chain), (gst_multifdsink_close):
15571         * gst/tcp/gstmultifdsink.h:
15572         Added more debugging info. Changed the way clients are
15573         removed from the lists. Fixed a bug where a bad file descriptor
15574         could cause many clients to be removed.
15575
15576 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15577
15578         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
15579           allow all pixel-aspect-ratios, not just 1:1
15580
15581 2004-08-09  David Schleef  <ds@schleef.org>
15582
15583         * sys/glsink/ARB_multitexture.h:  Remove old files.
15584         * sys/glsink/EXT_paletted_texture.h:
15585         * sys/glsink/NV_register_combiners.h:
15586         * sys/glsink/gstgl_nvimage.c:
15587         * sys/glsink/gstgl_pdrimage.c:
15588         * sys/glsink/gstgl_rgbimage.c:
15589         * sys/glsink/gstglsink.c:
15590         * sys/glsink/gstglsink.h:
15591         * sys/glsink/gstglxwindow.c:
15592         * sys/glsink/regcomb_yuvrgb.c:
15593
15594 2004-08-09  David Schleef  <ds@schleef.org>
15595
15596         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
15597         GL sink plugin.  (Bug #147302)
15598
15599         * configure.ac: Test for OpenGL
15600         * sys/Makefile.am: Use test for OpenGL
15601         * sys/glsink/Makefile.am:
15602         * sys/glsink/glimagesink.c: rewrite
15603         * sys/glsink/glimagesink.h: rewrite
15604
15605 2004-08-09  David Schleef  <ds@schleef.org>
15606
15607         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
15608         sane framerates.
15609         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
15610         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
15611         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
15612
15613 2004-08-09  Wim Taymans  <wim@fluendo.com>
15614
15615         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15616         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15617         (gst_multifdsink_client_remove),
15618         (gst_multifdsink_handle_client_read),
15619         (gst_multifdsink_handle_client_write),
15620         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15621         Do a bit more logging, make the client_read code more robust.
15622
15623 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15624
15625         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
15626         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
15627         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
15628         (gst_jpegdec_init), (gst_jpegdec_chain):
15629         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
15630         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
15631           cleanups, debugging fixes and memleak plugging
15632
15633 2004-08-09  Wim Taymans  <wim@fluendo.com>
15634
15635         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15636         (theora_get_formats), (theora_dec_src_convert),
15637         (theora_dec_sink_convert), (theora_dec_src_query),
15638         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
15639         (theora_dec_change_state):
15640         Don't crash on missing header packets.
15641
15642 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15643
15644         * po/LINGUAS:
15645         * po/sq.po:
15646           Added Albanian translation (Laurent Dhima)
15647         * po/cs.po:
15648           updated
15649
15650 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15651
15652         * ext/lame/gstlame.c:
15653           fix/add debugging
15654
15655 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15656
15657         * sys/ximage/ximagesink.c:
15658         * sys/xvimage/xvimagesink.c:
15659           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
15660
15661 2004-08-06  Wim Taymans  <wim@fluendo.com>
15662
15663         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15664         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15665         (gst_multifdsink_client_remove),
15666         (gst_multifdsink_handle_client_read),
15667         (gst_multifdsink_handle_client_write),
15668         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15669         Make sure we don't try to read more from a client that what
15670         ioctl says us or we deadlock.
15671
15672 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15673
15674         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
15675         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
15676         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
15677           decouple running_time and n_frames so it can handle changing
15678           framerate while running
15679
15680 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15681
15682         * po/nl.po:
15683         * po/sv.po:
15684           updated translations
15685
15686 2004-08-04  Benjamin Otte  <otte@gnome.org>
15687
15688         * gst/videotestsrc/gstvideotestsrc.c:
15689         (gst_videotestsrc_get_capslist), (generate_capslist),
15690         (plugin_init):
15691           generate the list of supported caps at startup and reuse it instead
15692           of always generating it
15693
15694 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15695
15696         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
15697           whoops, last checkin broke normal build
15698
15699 2004-08-03  Benjamin Otte  <otte@gnome.org>
15700
15701         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
15702         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
15703         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
15704         (gst_alsa_mixer_get_option):
15705         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
15706         (dvdnavsrc_print_event):
15707         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
15708         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
15709         (gst_ogg_mux_pad_unlink):
15710         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
15711         (gst_multipart_mux_pad_unlink):
15712         * gst/videofilter/gstvideobalance.c:
15713         (gst_videobalance_colorbalance_set_value):
15714         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
15715         (gst_videomixer_pad_unlink):
15716         * po/uk.po:
15717         * sys/oss/gstossmixer.c:
15718         * sys/v4l/gstv4lcolorbalance.c:
15719         * sys/v4l/gstv4ltuner.c:
15720         * sys/v4l/v4lsrc_calls.c:
15721         * sys/v4l2/gstv4l2colorbalance.c:
15722         * sys/v4l2/gstv4l2tuner.c:
15723           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
15724
15725 2004-08-03  Benjamin Otte  <otte@gnome.org>
15726
15727         * examples/dynparams/filter.c: (ui_control_create):
15728         * examples/gstplay/player.c: (print_tag):
15729         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
15730         * ext/gdk_pixbuf/gstgdkanimation.c:
15731         (gst_gdk_animation_iter_may_advance):
15732         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
15733         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
15734         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
15735         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
15736         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
15737         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
15738         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
15739         * gst/sine/demo-dparams.c: (main):
15740         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
15741         * testsuite/alsa/formats.c: (create_pipeline):
15742         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
15743           fixes for G_DISABLE_ASSERT and friends
15744         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15745         (mp3_type_frame_length_from_header), (mp3_type_find),
15746         (plugin_init):
15747           require mp3 typefinding to have at least MIN_HEADERS valid headers
15748           add typefinding for AAC adts files
15749
15750 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
15751
15752         * sys/ximage/ximagesink.c:
15753         (gst_ximagesink_calculate_pixel_aspect_ratio):
15754         * sys/xvimage/xvimagesink.c:
15755         (gst_xvimagesink_calculate_pixel_aspect_ratio):
15756         Make sure we calculate pixel-aspect-ratio using floating point maths
15757
15758 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15759
15760         * po/uk.po:
15761           updated translation
15762
15763 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15764
15765         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15766         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
15767           add debugging for display PAR calculation
15768
15769 2004-08-02  David Schleef  <ds@schleef.org>
15770
15771         * configure.ac: Fix mikmod CFLAGS.
15772
15773 2004-07-27  Benjamin Otte  <otte@gnome.org>
15774
15775         * gst/audioscale/gstaudioscale.c:
15776         - fix templates to only support S16, it's the only format that works
15777         - make caps nego code use try_set_caps_nonfixed and fixation instead
15778         of try_set_caps twice, which is not nice for autopluggers
15779         - change rank to secondary, so autopluggers can pick it up after
15780         audioconvert
15781
15782 2004-08-02  Iain <iain@prettypeople.org>
15783
15784         * gst/interleave/interleave.c (interleave_init),
15785         (interleave_request_new_pad),
15786         (interleave_pad_removed),
15787         (interleave_buffered_loop): Use the real pad count, not the artificial
15788         one.
15789
15790 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15791
15792         * configure.ac: bump nano back to development
15793
15794 === release 0.8.3 ===
15795
15796 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15797
15798         * configure.ac: releasing 0.8.3, "Water"
15799
15800 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15801
15802         * sys/xvimage/xvimagesink.c:
15803         (gst_xvimagesink_calculate_pixel_aspect_ratio),
15804         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
15805         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
15806         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15807         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15808         * sys/xvimage/xvimagesink.h:
15809           apply similar PAR fixes as to ximagesink
15810
15811 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15812
15813         patch from: Benjamin Otte
15814
15815         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
15816           add link function to lame.  Fixes #148986.
15817
15818 2004-08-02  Johan Dahlin  <johan@gnome.org>
15819
15820         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
15821         fix debugging log
15822
15823 2004-07-30  David Schleef  <ds@schleef.org>
15824
15825         * gst/videomixer/Makefile.am: Fix things that should have been
15826         fixed in the last checkin.
15827
15828 2004-07-30  David Schleef  <ds@schleef.org>
15829
15830         * gst/multipart/Makefile.am: Fix things that should have been
15831         fixed in the last checkin.
15832
15833 2004-07-30  David Schleef  <ds@schleef.org>
15834
15835         * testsuite/multifilesink/Makefile.am: Fix unused variable.
15836
15837 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15838
15839         * configure.ac:
15840           bump nano for prerelease
15841         * po/af.po:
15842         * po/az.po:
15843         * po/cs.po:
15844         * po/en_GB.po:
15845         * po/hu.po:
15846         * po/nl.po:
15847         * po/sr.po:
15848         * po/sv.po:
15849         * po/uk.po:
15850           updates
15851
15852 2004-07-30  Wim Taymans  <wim@fluendo.com>
15853
15854         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15855         (gst_multifdsink_add), (gst_multifdsink_remove),
15856         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15857         (gst_multifdsink_client_remove),
15858         (gst_multifdsink_handle_client_write),
15859         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15860         * gst/tcp/gstmultifdsink.h:
15861         Recover from a select with a bad file descriptor by removing
15862         the client.
15863
15864 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15865
15866         * configure.ac:
15867           fix requirement of core
15868         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
15869         (gst_play_pipeline_setup):
15870           don't use colorspace element.  do use hermescolorspace element.
15871           make macro to get a colorspace element.
15872           mark strings for translation.
15873         * po/POTFILES.in:
15874           add play.c
15875         * po/af.po:
15876         * po/az.po:
15877         * po/cs.po:
15878         * po/en_GB.po:
15879         * po/hu.po:
15880         * po/nl.po:
15881         * po/sr.po:
15882         * po/sv.po:
15883         * po/uk.po:
15884           update translations
15885
15886 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15887
15888         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
15889         fix default for newmedia flag
15890
15891 2004-07-30  Wim Taymans  <wim@fluendo.com>
15892
15893         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15894         (gst_theora_dec_init), (theora_get_formats),
15895         (theora_dec_src_convert), (theora_dec_sink_convert),
15896         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15897         (theora_dec_chain), (theora_dec_set_property),
15898         (theora_dec_get_property):
15899         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15900         (gst_theora_enc_class_init), (gst_theora_enc_init),
15901         (theora_enc_sink_link), (theora_enc_chain),
15902         (theora_enc_set_property), (theora_enc_get_property):
15903         Added cropping option to theora decoder.
15904         Added border option to theora encoder.
15905
15906 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15907
15908         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15909         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15910         (gst_pngenc_set_property):
15911         * ext/libpng/gstpngenc.h:
15912         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
15913
15914 2004-07-30  Wim Taymans  <wim@fluendo.com>
15915
15916         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15917         (theora_enc_sink_link), (theora_enc_chain),
15918         (theora_enc_set_property), (theora_enc_get_property):
15919         Fix encoding of non-multiple-of-16 video.
15920
15921 2004-07-29  David Schleef  <ds@schleef.org>
15922
15923         * configure.ac: make test for audiofile more strict
15924
15925 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15926
15927         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15928           give different names to typefind functions
15929
15930 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15931
15932         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15933         (gst_ximagesink_calculate_pixel_aspect_ratio),
15934         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
15935         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15936         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
15937         (gst_ximagesink_get_property), (gst_ximagesink_init):
15938         * sys/ximage/ximagesink.h:
15939           allocate PAR's dynamically.
15940           use autodetected PAR if no object-set PAR is given.
15941           add workaround for directfb's X not setting physical size.
15942           fix to xvimagesink will follow tomorrow.
15943
15944 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15945
15946         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
15947         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15948         (gst_shout2send_get_type), (gst_shout2send_set_clock),
15949         (gst_shout2send_class_init), (gst_shout2send_init),
15950         (set_shout_metadata), (gst_shout2send_set_metadata),
15951         (gst_shout2send_chain), (gst_shout2send_set_property),
15952         (gst_shout2send_get_property), (gst_shout2send_connect),
15953         (gst_shout2send_change_state):
15954         * ext/shout2/gstshout2.h:
15955         - fix for sending mp3 audio to icecast2 server, if pad link function not
15956         called before PAUSED state
15957         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
15958         - added tagging support for mp3 audio broadcasted
15959         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
15960         debug info
15961
15962 2004-07-28  Wim Taymans  <wim@fluendo.com>
15963
15964         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15965         (gst_ogg_demux_push):
15966         Return query failure when we don't know the length of
15967         an ogg stream insteda of returning TRUE with a bogus value.
15968
15969 2004-07-28  Wim Taymans  <wim@fluendo.com>
15970
15971         * ext/theora/theoradec.c: (theora_get_formats),
15972         (theora_dec_src_convert), (theora_dec_sink_convert),
15973         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15974         (theora_dec_chain):
15975         Don't screw up the 1 Chroma for 1 luma sample situation when we
15976         have an odd offset/width by adding a black border in those cases.
15977
15978 2004-07-28  Wim Taymans  <wim@fluendo.com>
15979
15980         * ext/theora/theoradec.c: (theora_get_formats),
15981         (theora_dec_src_convert), (theora_dec_sink_convert),
15982         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15983         (theora_dec_chain):
15984         * ext/theora/theoraenc.c: (theora_enc_sink_link):
15985         Added first attempt at cropping of the image as required by the
15986         theora spec. We need more properties in the caps (offset_x,
15987         offset_y,stride) to implement this correctly.
15988
15989 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
15990
15991         * ext/dvdnav/README:
15992           Update the README to use dvddemux
15993         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
15994           Ensure getcaps returns a subset of the template caps
15995         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
15996         (gst_mpeg2subt_init):
15997           Ensure getcaps returns a subset of the template caps
15998         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
15999         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
16000         (gst_dvd_demux_get_subpicture_stream),
16001         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
16002         * gst/mpegstream/gstdvddemux.h:
16003           Set the explicit caps on the current_video pad before pushing
16004           anything
16005         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
16006         (gst_mpeg_demux_get_audio_stream):
16007           Free caps used to gst_pad_set_explicit_caps, which takes a const
16008           GstCaps *
16009
16010 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16011
16012         * configure.ac: update GStreamer requirement to 0.8.4 because of
16013           GstFraction.
16014
16015 2004-07-28  Wim Taymans  <wim@fluendo.com>
16016
16017         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16018         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
16019         Add the pad to the element after setting up the caps. This
16020         makes it a lot easier to autoplug.
16021
16022 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
16023
16024         * gst/median/gstmedian.c:
16025         * gst/mpeg2subt/gstmpeg2subt.c:
16026         * gst/mpegaudioparse/gstmpegaudioparse.c:
16027         * gst/mpegstream/gstdvddemux.c:
16028         * gst/mpegstream/gstmpegdemux.c:
16029         * gst/mpegstream/gstmpegpacketize.c:
16030         * gst/rtjpeg/gstrtjpeg.c:
16031         * gst/rtjpeg/gstrtjpegdec.c:
16032         * gst/rtjpeg/gstrtjpegenc.c:
16033         * gst/sine/gstsinesrc.c:
16034         * gst/smooth/gstsmooth.c:
16035         * gst/smpte/gstsmpte.c:
16036         * gst/smpte/gstsmpte.h:
16037         * gst/stereo/gststereo.c:
16038         * gst/videofilter/gstgamma.c:
16039         * gst/videofilter/gstvideobalance.c:
16040         * gst/videofilter/gstvideofilter.c:
16041         * gst/videofilter/gstvideoflip.c:
16042         * gst/videoscale/gstvideoscale.c:
16043         * gst/videoscale/videoscale.c:
16044         * gst/videotestsrc/gstvideotestsrc.c:
16045         * gst/videotestsrc/videotestsrc.c:
16046         * gst/wavenc/gstwavenc.c:
16047         * gst/wavparse/gstwavparse.c:
16048           fix local includes and 64 bits constants
16049
16050 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
16051
16052         * win32/gst.sln:
16053         * gst-libs/gst/*/*.vcproj:
16054         * gst/*/*.vcproj:
16055           more working plugins
16056
16057 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16058
16059         * testsuite/alsa/Makefile.am:
16060         * testsuite/alsa/srcstate.c:
16061         add test for alsasrc changing state
16062
16063 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16064
16065         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
16066         (gst_silence_get):
16067         * gst/silence/gstsilence.h:
16068         fix silence generation for 16bit raw audio
16069
16070 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16071
16072         * gst/matroska/matroska-demux.c:
16073         (gst_matroska_demux_parse_metadata),
16074         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
16075         * gst/mpegaudio/common.c:
16076         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
16077         (gst_videoscale_getcaps), (gst_videoscale_link),
16078         (gst_videoscale_src_fixate), (gst_videoscale_init),
16079         (gst_videoscale_finalize):
16080         * gst/videoscale/gstvideoscale.h:
16081         * gst/videotestsrc/gstvideotestsrc.c:
16082         (gst_videotestsrc_get_capslist):
16083         * gst/wavenc/gstwavenc.c:
16084         * sys/oss/gstossmixer.c: (fill_labels):
16085         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16086         (gst_ximagesink_handle_xevents),
16087         (gst_ximagesink_calculate_pixel_aspect_ratio),
16088         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
16089         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
16090         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16091         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
16092         (gst_ximagesink_init), (gst_ximagesink_class_init):
16093         * sys/ximage/ximagesink.h:
16094         * sys/xvimage/xvimagesink.c:
16095         (gst_xvimagesink_calculate_pixel_aspect_ratio),
16096         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
16097         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
16098         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
16099         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16100         * sys/xvimage/xvimagesink.h:
16101           first batch of pixel aspect ratio commits.
16102
16103 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16104
16105         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16106         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
16107         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
16108           handle stride, needs work if we want to move stride handling
16109           upstream, but works correctly for our purposes.
16110
16111 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16112
16113         * gst/videoscale/README:
16114           add testing examples
16115         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
16116         (gst_videoscale_chain):
16117         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16118         (gst_videoscale_get_size):
16119           add get_size function that handles stride like videotestsrc.
16120           fixes conversion for YUV formats for as much as I can test them.
16121
16122 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16123
16124         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16125         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
16126         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16127         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16128         (gst_xvimagesink_xvimage_put):
16129           further cleanups, logging, error handling and synchronizing
16130
16131 2004-07-27  Wim Taymans  <wim@fluendo.com>
16132
16133         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
16134         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
16135         (gst_videomixer_pad_set_property),
16136         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
16137         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
16138         (gst_videomixer_class_init), (gst_videomixer_init),
16139         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
16140         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
16141         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
16142         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
16143         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
16144         (gst_videomixer_loop), (plugin_init):
16145         Be a nicer negotiation citizen and provide a getcaps function on
16146         the srcpad. This also fixes a crash when resizing.
16147
16148 2004-07-27  Julien MOUTTE  <julien@moutte.net>
16149
16150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16151         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
16152
16153 2004-07-27  Wim Taymans  <wim@fluendo.com>
16154
16155         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
16156         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16157         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
16158         (gst_pngenc_set_property):
16159         * ext/libpng/gstpngenc.h:
16160         Added snapshot property to pngenc.
16161         removed g_print from pngdec
16162
16163 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
16164
16165         * gst/ac3parse/ac3parse.vcproj
16166         * gst/adder/adder.vcproj
16167         * gst/alpha/alpha.vcproj
16168         * gst/alpha/alphacolor.vcproj
16169         * gst/asfdemux/asf.vcproj
16170         * gst/audioconvert/audioconvert.vcproj
16171         * gst/audiorate/audiorate.vcproj
16172         * gst/audioscale/audioscale.vcproj
16173         * gst/auparse/auparse.vcproj
16174         * gst/avi/avi.vcproj
16175         * gst/cdxaparse/cdxaparse.vcproj
16176         * gst/chart/chart.vcproj
16177         * gst/colorspace/colorspace.vcproj
16178         * gst/cutter/cutter.vcproj
16179         * gst/debug/debug.vcproj
16180         * gst/debug/efence.vcproj
16181         * gst/debug/navigationtest.vcproj
16182         * gst/deinterlace/deinterlace.vcproj
16183         * gst/effectv/effectv.vcproj
16184         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
16185         * gst/filter/filter.vcproj
16186         * gst/flx/flxdec.vcproj
16187         * gst/goom/goom.vcproj
16188         * gst/interleave/interleave.vcproj
16189         * gst/law/alaw.vcproj
16190         * gst/law/mulaw.vcproj
16191         * gst/matroska/matroska.vcproj
16192         * gst/median/median.vcproj
16193         * gst/mixmatrix/mixmatrix.vcproj
16194         * gst/mpeg1sys/mpeg1systemencode.vcproj
16195         * gst/mpeg1videoparse/mp1videoparse.vcproj
16196         * gst/mpeg2sub/mpeg2subt.vcproj
16197         * gst/mpegaudio/mpegaudio.vcproj
16198         * gst/mpegaudioparse/mpegaudioparse.vcproj
16199         * gst/mpegstream/mpegstream.vcproj
16200         * gst/multifilesink/multifilesink.vcproj
16201         * gst/multipart/multipart.vcproj
16202         * gst/oneton/oneton.vcproj
16203         * gst/overlay/overlay.vcproj
16204         * gst/passthrough/passthrough.vcproj
16205         * gst/qtdemux/qtdemux.vcproj
16206         * gst/realmedia/rmdemux.vcproj
16207         * gst/rtjpeg/rtjpeg.vcproj
16208         * gst/rtp/rtp.vcproj
16209         * gst/silence/silence.vcproj
16210         * gst/sine/sinesrc.vcproj
16211         * gst/smooth/smooth.vcproj
16212         * gst/smpte/smpte.vcproj
16213         * gst/spectrum/spectrum.vcproj
16214         * gst/speed/speed.vcproj
16215         * gst/stereo/stereo.vcproj
16216         * gst/switch/switch.vcproj
16217         * gst/tags/tagedit.vcproj
16218         * gst/tcp/tcp.vcproj
16219         * gst/typefind/typefindfunctions.vcproj
16220         * gst/udp/udp.vcproj
16221         * gst/videobox/videobox.vcproj
16222         * gst/videocrop/videocrop.vcproj
16223         * gst/videodrop/videodrop.vcproj
16224         * gst/videofilter/gamma.vcproj
16225         * gst/videofilter/videobalance.vcproj
16226         * gst/videofilter/videofilter.vcproj
16227         * gst/videofilter/videoflip.vcproj
16228         * gst/videoflip/videoflip.vcproj
16229         * gst/videomixer/videomixer.vcproj
16230         * gst/videorate/videorate.vcproj
16231         * gst/videoscale/videoscale.vcproj
16232         * gst/videotestsrc/videotestsrc.vcproj
16233         * gst/virtualdub/virtualdub.vcproj
16234         * gst/volenv/volenv.vcproj
16235         * gst/volume/volume.vcproj
16236         * gst/wavenc/wavenc.vcproj
16237         * gst/wavparse/wavparse.vcproj
16238         * gst/y4m/y4menc.vcproj
16239         * gst-libs/gst/audio/audio.vcproj
16240         * gst-libs/gst/audio/audiofilter.vcproj
16241         * gst-libs/gst/colorbalance/colorbalance.vcproj
16242         * gst-libs/gst/idct/idtc.vcproj
16243         * gst-libs/gst/media-info/media-info.vcproj
16244         * gst-libs/gst/mixer/mixer.vcproj
16245         * gst-libs/gst/navigation/navigation.vcproj
16246         * gst-libs/gst/play/play.vcproj
16247         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
16248         * gst-libs/gst/resample/resample.vcproj
16249         * gst-libs/gst/riff/riff.vcproj
16250         * gst-libs/gst/tuner/tuner.vcproj
16251         * gst-libs/gst/video/video.vcproj
16252         * gst-libs/gst/xoverlay/xoverlay.vcproj
16253           avoid problems with math.h, fix release dependancy
16254           rename GStreamer-0.8.lib to libgstreamer.lib
16255
16256 2004-07-27  Julien MOUTTE  <julien@moutte.net>
16257
16258         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
16260         the atom is not available we have to unlock the mutex. Fixes #148023
16261
16262 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16263
16264         * gst-libs/gst/media-info/media-info.h:
16265           issue for a vararg macro with MSVC
16266
16267 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16268
16269         * gst/effectv/effectv.vcproj
16270         * gst-libs/gst/idct/idct.vcproj:
16271         * gst-libs/gst/media-info/media-info.vcproj:
16272         * gst-libs/gst/navigation/navigation.vcproj:
16273         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
16274         * gst-libs/gst/video/video.vcproj:
16275         * gst-libs/gst/xoverlay/xoverlay.vcproj:
16276           fixes for build problems
16277
16278 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16279
16280         * gst-libs/gst/audio/audio.def:
16281         * gst-libs/gst/audio/riff.def:
16282           add some definitions needed by plugins
16283
16284 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16285
16286         * gst/asfdemux/gstasfmux.c
16287           Fix some 64 bits constants to be glib friendly
16288
16289 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16290
16291         * gst/ac3parse/gstac3parse.c
16292         * gst/audioscale/gstaudioscale.c
16293         * gst/auparse/gstauparse.c
16294         * gst/colorspace/gstcolorspace.c
16295         * gst/colorspace/yuv2rgb.h
16296           local include fixes
16297
16298 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16299
16300         * win32/gst.sln
16301           add more plugins to the build
16302
16303 2004-07-26  Julien MOUTTE  <julien@moutte.net>
16304
16305         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16306         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
16307
16308 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16309
16310         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
16311         (gst_level_set_property), (gst_level_get_property),
16312         (gst_level_base_init), (gst_level_class_init):
16313           add debugging categories.  cleanups.
16314
16315 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16316
16317         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16318         (gst_videoscale_planar411), (gst_videoscale_planar400),
16319         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
16320         (gst_videoscale_scale_nearest_str1),
16321         (gst_videoscale_scale_nearest_str2),
16322         (gst_videoscale_scale_nearest_str4),
16323         (gst_videoscale_scale_nearest_16bit),
16324         (gst_videoscale_scale_nearest_24bit):
16325           fixed stride issues
16326           tested with 320x240 -> 321, 322, 324 x240
16327           tested with YV12, I420, YUY2, UYVY
16328           fixed packed422rev (don't think it could have worked before)
16329           by testing with UYVY
16330
16331 2004-07-26  Benjamin Otte  <otte@gnome.org>
16332
16333         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
16334         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
16335         (plugin_init):
16336           add debugging category, add error checks like checking return values
16337           of setup calls, make sure it still works after
16338           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
16339
16340 2004-07-26  Wim Taymans  <wim@fluendo.com>
16341
16342         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
16343         (gst_mpeg_demux_get_audio_stream),
16344         (gst_mpeg_demux_process_private):
16345         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
16346         Check for error codes from the negotiation functions. Make sure
16347         we really set the pad caps when a new pad is created.
16348
16349 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16350
16351         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16352         (gst_ffmpeg_caps_to_pix_fmt):
16353         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16354         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16355         (gst_ffmpegcolorspace_pad_link):
16356           don't make function do two things at the same time without reason.
16357
16358 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16359
16360         * gst/ac3parse/ac3parse.vcproj
16361         * gst/adder/adder.vcproj
16362         * gst/alpha/alpha.vcproj
16363         * gst/alpha/alphacolor.vcproj
16364         * gst/asfdemux/asf.vcproj
16365         * gst/audioconvert/audioconvert.vcproj
16366         * gst/audiorate/audiorate.vcproj
16367         * gst/audioscale/audioscale.vcproj
16368         * gst/auparse/auparse.vcproj
16369         * gst/avi/avi.vcproj
16370         * gst/cdxaparse/cdxaparse.vcproj
16371         * gst/chart/chart.vcproj
16372         * gst/colorspace/colorspace.vcproj
16373         * gst/cutter/cutter.vcproj
16374         * gst/debug/debug.vcproj
16375         * gst/debug/efence.vcproj
16376         * gst/debug/navigationtest.vcproj
16377         * gst/deinterlace/deinterlace.vcproj
16378         * gst/effectv/effectv.vcproj
16379         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
16380         * gst/filter/filter.vcproj
16381         * gst/flx/flxdec.vcproj
16382         * gst/goom/goom.vcproj
16383         * gst/interleave/interleave.vcproj
16384         * gst/law/alaw.vcproj
16385         * gst/law/mulaw.vcproj
16386         * gst/matroska/matroska.vcproj
16387         * gst/median/median.vcproj
16388         * gst/mixmatrix/mixmatrix.vcproj
16389         * gst/mpeg1sys/mpeg1systemencode.vcproj
16390         * gst/mpeg1videoparse/mp1videoparse.vcproj
16391         * gst/mpeg2sub/mpeg2subt.vcproj
16392         * gst/mpegaudio/mpegaudio.vcproj
16393         * gst/mpegaudioparse/mpegaudioparse.vcproj
16394         * gst/mpegstream/mpegstream.vcproj
16395         * gst/multifilesink/multifilesink.vcproj
16396         * gst/multipart/multipart.vcproj
16397         * gst/oneton/oneton.vcproj
16398         * gst/overlay/overlay.vcproj
16399         * gst/passthrough/passthrough.vcproj
16400         * gst/qtdemux/qtdemux.vcproj
16401         * gst/realmedia/rmdemux.vcproj
16402         * gst/rtjpeg/rtjpeg.vcproj
16403         * gst/rtp/rtp.vcproj
16404         * gst/silence/silence.vcproj
16405         * gst/sine/sinesrc.vcproj
16406         * gst/smooth/smooth.vcproj
16407         * gst/smpte/smpte.vcproj
16408         * gst/spectrum/spectrum.vcproj
16409         * gst/speed/speed.vcproj
16410         * gst/stereo/stereo.vcproj
16411         * gst/switch/switch.vcproj
16412         * gst/tags/tagedit.vcproj
16413         * gst/tcp/tcp.vcproj
16414         * gst/typefind/typefindfunctions.vcproj
16415         * gst/udp/udp.vcproj
16416         * gst/videobox/videobox.vcproj
16417         * gst/videocrop/videocrop.vcproj
16418         * gst/videodrop/videodrop.vcproj
16419         * gst/videofilter/gamma.vcproj
16420         * gst/videofilter/videobalance.vcproj
16421         * gst/videofilter/videofilter.vcproj
16422         * gst/videofilter/videoflip.vcproj
16423         * gst/videoflip/videoflip.vcproj
16424         * gst/videomixer/videomixer.vcproj
16425         * gst/videorate/videorate.vcproj
16426         * gst/videoscale/videoscale.vcproj
16427         * gst/videotestsrc/videotestsrc.vcproj
16428         * gst/virtualdub/virtualdub.vcproj
16429         * gst/volenv/volenv.vcproj
16430         * gst/volume/volume.vcproj
16431         * gst/wavenc/wavenc.vcproj
16432         * gst/wavparse/wavparse.vcproj
16433         * gst/y4m/y4menc.vcproj
16434           more plugins supported under windows
16435
16436 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16437
16438         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16439         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
16440         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
16441         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16442         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
16443           Add debugging statements.  Use the sizes as returned by the
16444           *CreateImage calls.
16445
16446 2004-07-26  Johan Dahlin  <johan@gnome.org>
16447
16448         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
16449         the pad is negotiated.
16450
16451         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
16452
16453 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16454
16455         * gst-libs/gst/colorbalance/colorbalance.vcproj:
16456         * gst-libs/gst/idct/idct.vcproj:
16457         * gst-libs/gst/media-info/media-info.vcproj:
16458         * gst-libs/gst/mixer/mixer.vcproj:
16459         * gst-libs/gst/navigation/navigation.vcproj:
16460         * gst-libs/gst/play/play.vcproj:
16461         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
16462         * gst-libs/gst/resample/resample.vcproj:
16463         * gst-libs/gst/tuner/tuner.vcproj:
16464         * gst-libs/gst/video/video.vcproj:
16465         * gst-libs/gst/xoverlay/xoverlay.vcproj:
16466           more plugins supported under windows
16467
16468 2004-07-25 Iain <iain@prettypeople.org>
16469
16470         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
16471         pad now rather than when the pad is created because state changes wipe
16472         explicit caps (fixes #148043).
16473
16474 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
16475
16476         reviewed by Benjamin Otte  <otte@gnome.org>
16477
16478         * ext/mad/gstmad.c:
16479           fix mad plugin crashing on Sun (fixes #148289)
16480
16481 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16482
16483         * gst/avi/avi.def:
16484         * gst/avi/avi.vcproj:
16485         * gst/matroska/matroska.def:
16486         * gst/matroska/matroska.vcproj:
16487           remove unused .def files
16488
16489 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16490
16491         * gst-libs/gst/audio/gstaudiofilter.c:
16492           Clean the local include
16493
16494 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16495
16496         * win32/gst.sln:
16497         * gst-libs/gst/audio/audio.def:
16498         * gst-libs/gst/audio/audio.vcproj:
16499         * gst-libs/gst/audio/audiofilter.vcproj:
16500         * gst-libs/gst/audio/riff.def:
16501         * gst-libs/gst/audio/riff.vcproj:
16502         * gst-libs/gst/gst-libs.def:
16503         * gst-libs/gst/gst-libs.vcproj:
16504         * gst/avi/avi.vcproj:
16505         * gst/avi/avi.vcproj:
16506           Copy the files where needed after building, cleaner projects
16507
16508 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16509
16510         * gst/matroska/ebml-write.c:
16511           Fix some 64 bits constants to be glib friendly
16512
16513 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
16514
16515         * win32/gst.sln:
16516         * gst-libs/gst/gst-libs.def:
16517         * gst-libs/gst/gst-libs.vcproj:
16518         * gst/matroska/matroska.def:
16519         * gst/matroska/matroska.vcproj:
16520           Add the preliminary canvas to build plugins on Win32
16521
16522 2004-07-23  Benjamin Otte  <otte@gnome.org>
16523
16524         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16525           don't enfore negotiation from source side, it breaks
16526           sinesrc ! audioconvert ! osssink
16527
16528 2004-07-22  David Schleef  <ds@schleef.org>
16529
16530         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
16531         for ELF files, since they can easily be recognized as audio/mpeg.
16532         (bug #147441)
16533
16534 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16535
16536         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16537         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
16538         (gst_videoscale_scale_nearest_24bit),
16539         (gst_videoscale_scale_nearest_16bit):
16540           fix 16bit and 24bit for stride (24bit might need testing)
16541           don't pretend we do more than one algorithm
16542
16543 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16544
16545         * configure.ac:
16546         * gst/Makefile.am:
16547         * gst/multifilesink/Makefile.am:
16548         * gst/multifilesink/gstmultifilesink.c:
16549         (gst_multifilesink_get_formats),
16550         (gst_multifilesink_get_query_types), (_do_init),
16551         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
16552         (gst_multifilesink_init), (gst_multifilesink_dispose),
16553         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
16554         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
16555         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
16556         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
16557         (gst_multifilesink_chain), (gst_multifilesink_change_state),
16558         (gst_multifilesink_uri_get_type),
16559         (gst_multifilesink_uri_get_protocols),
16560         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
16561         (gst_multifilesink_uri_handler_init), (plugin_init):
16562         * gst/multifilesink/gstmultifilesink.h:
16563         * testsuite/Makefile.am:
16564         * testsuite/multifilesink/Makefile.am:
16565         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
16566         (gst_newmedia_class_init), (gst_newmedia_init),
16567         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16568         (newfile_signal), (test_signal), (main):
16569         multifilesink plugin for creating new files every time a new media
16570         discontinuity event occurs
16571
16572 2004-07-22  Wim Taymans  <wim@fluendo.com>
16573
16574         * gst/alpha/Makefile.am:
16575         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
16576         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
16577         (gst_alpha_color_init), (gst_alpha_color_set_property),
16578         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
16579         (transform), (gst_alpha_color_chain),
16580         (gst_alpha_color_change_state), (plugin_init):
16581         Stupid plugin to to RGBA to AYUV conversion because none of
16582         the colorspace plugins can handle that yet.
16583
16584 2004-07-22  Wim Taymans  <wim@fluendo.com>
16585
16586         * examples/seeking/seek.c: (update_scale), (main):
16587         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16588         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16589         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16590         (gst_decode_bin_init), (gst_decode_bin_dispose),
16591         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16592         (no_more_pads), (close_link), (type_found),
16593         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16594         (plugin_init):
16595         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16596         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16597         (gst_play_base_bin_dispose), (queue_overrun),
16598         (gen_preroll_element), (remove_prerolls), (unknown_type),
16599         (no_more_pads), (new_stream), (setup_source),
16600         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16601         (play_base_eos), (gst_play_base_bin_change_state),
16602         (gst_play_base_bin_add_element),
16603         (gst_play_base_bin_remove_element),
16604         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16605         (gst_play_base_bin_unlink_stream),
16606         (gst_play_base_bin_get_streaminfo):
16607         * gst/playback/gstplaybin.c: (gen_video_element),
16608         (gen_audio_element):
16609         * gst/playback/gststreaminfo.h:
16610         More playback updates, attempt to fix things after the state change
16611         breakage.
16612
16613 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16614
16615         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
16616         (gst_videoscale_scale_nearest_16bit):
16617           comment algorithm
16618
16619 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16620
16621         * gst/videotestsrc/gstvideotestsrc.c:
16622         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
16623         (gst_videotestsrc_init), (gst_videotestsrc_get),
16624         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16625         (gst_videotestsrc_get_property):
16626         * gst/videotestsrc/gstvideotestsrc.h:
16627         * gst/videotestsrc/videotestsrc.c:
16628         * gst/videotestsrc/videotestsrc.h:
16629           cleanup and commenting
16630
16631 2004-07-21  Wim Taymans  <wim@fluendo.com>
16632
16633         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
16634         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
16635         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
16636         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
16637         (_find_chain_get_unknown_part), (_find_streams_check),
16638         (gst_ogg_demux_push), (gst_ogg_pad_push):
16639         * ext/theora/theoradec.c: (theora_get_formats),
16640         (theora_dec_src_convert), (theora_dec_sink_convert),
16641         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16642         (theora_dec_chain):
16643         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16644         (vorbis_dec_convert), (vorbis_dec_src_query),
16645         (vorbis_dec_src_event), (vorbis_dec_event):
16646         More seeking fixes, oggdemux now supports seeking to time and
16647         uses the downstream element to convert granulepos to time.
16648         Seeking in theora-only ogg files now works.
16649
16650 2004-07-21  Wim Taymans  <wim@fluendo.com>
16651
16652         * ext/theora/theoradec.c: (gst_theora_dec_init),
16653         (theora_get_formats), (theora_get_event_masks),
16654         (theora_get_query_types), (theora_dec_src_convert),
16655         (theora_dec_sink_convert), (theora_dec_src_query),
16656         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
16657         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16658         (vorbis_get_event_masks), (vorbis_get_query_types),
16659         (gst_vorbis_dec_init), (vorbis_dec_convert),
16660         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
16661         Added query/convert/formats functions to vorbis and theora decoders
16662         so that the outside world can use them too. Fixed seeking on an
16663         ogg/theora/vorbis file by disabling the seeking seeking on the
16664         theora srcpad.
16665
16666 2004-07-21  Julien MOUTTE  <julien@moutte.net>
16667
16668         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16669         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
16670         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
16671         images creation for both elements. We don't create the image on caps
16672         nego or renego, we just destroy the internal one if present if it does
16673         not match the needs. The chain function takes care of creating a new
16674         image when needed.
16675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16676         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
16677         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
16678         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
16679         the image format information. The buffer pool checks for the context
16680         image format and discard images with different formats.
16681         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
16682
16683 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16684
16685         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16686         (gst_ffmpegcolorspace_chain):
16687           no point in doing any chaining if the pad we want to push from
16688           isn't usable.
16689
16690 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16691
16692         * gst-libs/gst/riff/riff-media.c:
16693         (gst_riff_create_audio_caps_with_data):
16694           Fix double end-to-native symbol conversion (#148021).
16695
16696 2004-07-20  David Schleef  <ds@schleef.org>
16697
16698         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16699         Don't use an Atom that doesn't exist.
16700
16701 2004-07-20  Wim Taymans  <wim@fluendo.com>
16702
16703         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16704         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16705         (gst_multifdsink_client_remove),
16706         (gst_multifdsink_handle_client_write),
16707         (gst_multifdsink_queue_buffer):
16708         * gst/tcp/gstmultifdsink.h:
16709         More multifdsink stats. Avoid deadlock by releasing locks
16710         before sending out a signal.
16711
16712 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16713
16714         * po/LINGUAS:
16715         * po/hu.po:
16716           added Hungarian translation (Laszlo Dvornik)
16717
16718 2004-07-20  Wim Taymans  <wim@fluendo.com>
16719
16720         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16721         (gst_multifdsink_add), (gst_multifdsink_client_remove),
16722         (gst_multifdsink_handle_client_write),
16723         (gst_multifdsink_queue_buffer):
16724         * gst/tcp/gsttcp-marshal.list:
16725         Fixed the stupid marshal definition.
16726
16727 2004-07-20  Wim Taymans  <wim@fluendo.com>
16728
16729         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16730         (gst_multifdsink_init), (gst_multifdsink_add),
16731         (gst_multifdsink_client_remove),
16732         (gst_multifdsink_handle_client_write),
16733         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
16734         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
16735         (gst_multifdsink_init_send):
16736         * gst/tcp/gstmultifdsink.h:
16737         Added more stats, added timeout for a client, fixed some typos
16738         and added some comments.
16739
16740 2004-07-20  Wim Taymans  <wim@fluendo.com>
16741
16742         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16743         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16744         (gst_multifdsink_client_remove),
16745         (gst_multifdsink_handle_client_write):
16746         * gst/tcp/gstmultifdsink.h:
16747         * gst/tcp/gsttcp-marshal.list:
16748         Added get_stats method that returns a GValueArray of
16749         stats values.
16750
16751 2004-07-19  Benjamin Otte  <otte@gnome.org>
16752
16753         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
16754           make sure longname, description and author are valid UTF-8
16755
16756 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16757
16758         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
16759         (gst_ximagesink_set_property):
16760         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
16761         (gst_xvimagesink_set_property):
16762           make sure SYNCHRONOUS is respected after getting the X context
16763
16764 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16765
16766         * gst/matroska/matroska-demux.c:
16767         (gst_matroska_demux_handle_src_event),
16768         (gst_matroska_demux_parse_blockgroup):
16769         * gst/matroska/matroska-ids.h:
16770           add BlockReference tag and ignore it to clear out log.
16771           ignore NAVIGATION events to clear out log.
16772
16773 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16774
16775         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16776         (gst_matroska_demux_add_stream):
16777         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
16778           add debug categories
16779
16780 2004-07-16  Wim Taymans  <wim@fluendo.com>
16781
16782         * ext/libpng/Makefile.am:
16783         * ext/libpng/gstpng.c: (plugin_init):
16784         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
16785         (gst_pngdec_get_type), (gst_pngdec_base_init),
16786         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
16787         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
16788         * ext/libpng/gstpngdec.h:
16789         Added png decoder.
16790
16791 2004-07-16  Julien MOUTTE  <julien@moutte.net>
16792
16793         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
16794         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
16795         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
16796         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
16797         (gst_ximagesink_buffer_alloc):
16798         * sys/ximage/ximagesink.h:
16799         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16800         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16801         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16802         (gst_xvimagesink_buffer_alloc):
16803         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
16804         again. Using internal data pointer of the x(v)image to store image's
16805         data to be coherent with the buffer alloc mechanism. Investigated the
16806         image destruction code to be sure that everything gets freed correctly.
16807
16808 2004-07-16  Wim Taymans  <wim@fluendo.com>
16809
16810         * gst-libs/gst/riff/riff-read.c:
16811         (gst_riff_read_strf_vids_with_data),
16812         (gst_riff_read_strf_auds_with_data):
16813         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16814         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
16815         Make sure we don't create 0 sized subbuffers in riff-read.
16816         Signal the no more pads signal after reading the avi header.
16817
16818 2004-07-16  Wim Taymans  <wim@fluendo.com>
16819
16820         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16821         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16822         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16823         (gst_decode_bin_init), (gst_decode_bin_dispose),
16824         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16825         (no_more_pads), (close_link), (type_found),
16826         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16827         (gst_decode_bin_change_state), (plugin_init):
16828         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16829         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16830         (gst_play_base_bin_dispose), (queue_overrun),
16831         (gen_preroll_element), (remove_prerolls), (unknown_type),
16832         (no_more_pads), (new_stream), (setup_source),
16833         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16834         (play_base_eos), (gst_play_base_bin_change_state),
16835         (gst_play_base_bin_add_element),
16836         (gst_play_base_bin_remove_element),
16837         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16838         (gst_play_base_bin_unlink_stream),
16839         (gst_play_base_bin_get_streaminfo):
16840         * gst/playback/gstplaybasebin.h:
16841         Better error recovery. Added configurable preroll queue size. Faster
16842         detection of no-more-pads.
16843
16844 2004-07-16  Wim Taymans  <wim@fluendo.com>
16845
16846         * gst-libs/gst/video/video.h:
16847         Added 32 bits RGBA. Not sure if we should use another mime-type
16848         for alpha rgb. Currently the presence of the alpha_mask property
16849         signals an alpha channel.
16850
16851 2004-07-16  Wim Taymans  <wim@fluendo.com>
16852
16853         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16854         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16855         FPS seems to be 0.0 to MAX everywhere else.
16856
16857 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16858
16859         * gst-libs/gst/riff/riff-media.c:
16860         (gst_riff_create_video_caps_with_data):
16861           mp42/mp43 (no caps) exist too.
16862         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16863           Set pixel_width/height; we've got them in-caps.
16864         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16865         * gst/wavparse/gstwavparse.c: (plugin_init):
16866           Both are valid primary.
16867         * sys/oss/gstossmixer.c:
16868           Remove i18n hack and enable translations.
16869
16870 2004-07-15  Benjamin Otte  <otte@gnome.org>
16871
16872         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16873         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
16874           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
16875
16876 2004-07-15  Benjamin Otte  <otte@gnome.org>
16877
16878         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16879         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
16880         (gst_alsa_close_audio):
16881           disable some of the debugging code for now. Writing debugging to a
16882           buffer is broken in current alsalib releases.
16883
16884 2004-07-12  Benjamin Otte  <otte@gnome.org>
16885
16886         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
16887           use bufferpools
16888
16889 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16890
16891         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16892         (theora_dec_src_query), (theora_dec_event):
16893         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
16894           add debugging categories.  Remove \n's.
16895
16896 2004-07-13  Johan Dahlin  <johan@gnome.org>
16897
16898         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
16899         (gst_play_bin_get_property): Impl.
16900
16901 2004-07-13  Wim Taymans  <wim@fluendo.com>
16902
16903         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
16904         When trying to find the stream length, seek back N pages
16905         instead of just one, where N is the number of streams in
16906         the current chain.
16907
16908 2004-07-13  Wim Taymans  <wim@fluendo.com>
16909
16910         * gst-libs/gst/riff/riff-media.c:
16911         (gst_riff_create_audio_caps_with_data),
16912         (gst_riff_create_audio_caps),
16913         (gst_riff_create_audio_template_caps):
16914         * gst-libs/gst/riff/riff-media.h:
16915         * gst-libs/gst/riff/riff-read.c:
16916         (gst_riff_read_strf_vids_with_data),
16917         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
16918         * gst-libs/gst/riff/riff-read.h:
16919         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16920         (gst_avi_demux_add_stream):
16921         Set codec_data on caps for avidemuxer.
16922
16923 2004-07-12  David Schleef  <ds@schleef.org>
16924
16925         * configure.ac: Fix test for Objective C
16926
16927 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
16928         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16929         (gst_gdk_pixbuf_chain):
16930           Add svg and pcx to template caps, and ensure that getcaps returns a
16931           subset of the template caps.
16932           Copy each row manually for output, as gdkpixbuf may pad the
16933           rowstride to a 32-bit word boundary.
16934
16935 2004-07-12  Wim Taymans  <wim@fluendo.com>
16936
16937         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
16938         (gst_riff_create_video_template_caps):
16939         Fix the template caps to include some more media types.
16940
16941 2004-07-12  Wim Taymans  <wim@fluendo.com>
16942
16943         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16944         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16945         (compare_ranks), (print_feature), (gst_decode_bin_init),
16946         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16947         (try_to_link_1), (new_pad), (close_link), (type_found),
16948         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16949         (gst_decode_bin_change_state), (plugin_init):
16950         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16951         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16952         (gst_play_base_bin_dispose), (queue_overrun),
16953         (gen_preroll_element), (remove_prerolls), (no_more_pads),
16954         (new_stream), (setup_source), (gst_play_base_bin_set_property),
16955         (gst_play_base_bin_get_property), (play_base_eos),
16956         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16957         (gst_play_base_bin_remove_element),
16958         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16959         (gst_play_base_bin_unlink_stream),
16960         (gst_play_base_bin_get_streaminfo):
16961         * gst/playback/gstplaybasebin.h:
16962         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16963         (gst_play_bin_class_init), (gst_play_bin_init),
16964         (gst_play_bin_dispose), (gst_play_bin_set_property),
16965         (gst_play_bin_get_property), (gen_video_element),
16966         (gen_audio_element), (remove_sinks), (setup_sinks),
16967         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
16968         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16969         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16970         (gst_play_bin_query), (plugin_init):
16971         * gst/playback/test4.c: (main):
16972         More fixes on reusing of the element.
16973
16974 2004-07-11  Benjamin Otte  <otte@gnome.org>
16975
16976         * ext/mad/gstmad.c: (normal_seek):
16977           allow seeking for other methods than just SET
16978
16979 2004-07-11  Andy Wingo  <wingo@pobox.com>
16980
16981         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
16982         float, "any" caps -> buffer_frames=[0,MAX].
16983
16984         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
16985         doesn't intersect our caps with the template any more. Do it
16986         ourselves.
16987         (interleave_buffered_loop): Use g_newa instead of malloc/free.
16988
16989 2004-07-09  Wim Taymans  <wim@fluendo.com>
16990
16991         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16992         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16993         (compare_ranks), (print_feature), (gst_decode_bin_init),
16994         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16995         (try_to_link_1), (new_pad), (close_link), (type_found),
16996         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16997         (gst_decode_bin_change_state), (plugin_init):
16998         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16999         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17000         (gst_play_base_bin_dispose), (queue_overrun),
17001         (gen_preroll_element), (remove_prerolls), (no_more_pads),
17002         (new_stream), (setup_source), (gst_play_base_bin_set_property),
17003         (gst_play_base_bin_get_property), (play_base_eos),
17004         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
17005         (gst_play_base_bin_remove_element),
17006         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17007         (gst_play_base_bin_unlink_stream),
17008         (gst_play_base_bin_get_streaminfo):
17009         * gst/playback/gstplaybasebin.h:
17010         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17011         (gst_play_bin_class_init), (gst_play_bin_init),
17012         (gst_play_bin_dispose), (gst_play_bin_set_property),
17013         (gst_play_bin_get_property), (gen_video_element),
17014         (gen_audio_element), (remove_sinks), (setup_sinks),
17015         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
17016         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17017         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17018         (gst_play_bin_query), (plugin_init):
17019         * gst/playback/test4.c: (main):
17020         Work on object reuse and seeking.
17021
17022 2004-07-09  Wim Taymans  <wim@fluendo.com>
17023
17024         * examples/seeking/seek.c: (iterate):
17025         Don't consume all CPU in the idle loop.
17026
17027 2004-07-09  Wim Taymans  <wim@fluendo.com>
17028
17029         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
17030         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
17031         Add pad to element *after* setting the pad functions so that
17032         the scheduler can use the correct ones.
17033
17034 2004-07-09  Wim Taymans  <wim@fluendo.com>
17035
17036         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
17037         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
17038         Sync to keyframe after seek
17039
17040 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17041
17042         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17043         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17044         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
17045         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
17046         * ext/libvisual/visual.c: (gst_visual_change_state):
17047         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
17048         * ext/theora/theoradec.c: (theora_dec_change_state):
17049         * ext/theora/theoraenc.c: (theora_enc_change_state):
17050         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
17051         * gst-libs/gst/navigation/navigation.c:
17052         * gst/adder/gstadder.c: (gst_adder_change_state):
17053         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17054         (gst_audio_convert_get_buffer):
17055         * gst/multipart/multipartdemux.c:
17056         (gst_multipart_demux_change_state):
17057         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
17058         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17059         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17060         * gst/videoscale/gstvideoscale.c:
17061         (gst_videoscale_handle_src_event):
17062         * gst/volume/gstvolume.c: (volume_chain_int16):
17063           don't assert in state change, this should be done by the base
17064           GstElement class.
17065           various debugging fixes.
17066
17067 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17068
17069         * configure.ac:
17070         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17071         (gst_play_dispose), (gst_play_set_location),
17072         (gst_play_set_data_src), (gst_play_set_video_sink),
17073         (gst_play_set_audio_sink), (gst_play_set_visualization),
17074         (gst_play_connect_visualization), (gst_play_get_sink_element),
17075         (gst_play_get_all_by_interface):
17076         * gst-libs/gst/play/play.h:
17077           add new method to get elements implementing an interface.
17078           add various error logging
17079
17080 2004-07-08  Wim Taymans  <wim@fluendo.com>
17081
17082         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
17083         (make_mpeg_pipeline), (make_mpegnt_pipeline),
17084         (make_playerbin_pipeline), (query_durations_elems),
17085         (query_durations_pads), (query_positions_elems),
17086         (query_positions_pads), (update_scale), (iterate), (stop_seek),
17087         (main):
17088         Added playbin seeking example.
17089
17090 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17091
17092         * gst-libs/gst/play/play.c: (gst_play_set_location),
17093         (gst_play_set_data_src), (gst_play_set_video_sink),
17094         (gst_play_set_audio_sink), (gst_play_set_visualization),
17095         (gst_play_connect_visualization), (gst_play_get_framerate):
17096           use a macro to look up elements from hash table
17097
17098 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17099
17100         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17101         (gst_play_get_length_callback), (gst_play_set_location),
17102         (gst_play_seek_to_time), (gst_play_set_data_src),
17103         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17104         (gst_play_set_visualization), (gst_play_connect_visualization),
17105         (gst_play_get_sink_element):
17106         - add debugging info
17107         - fix looking up sink elements by iterating over complete caps
17108         - put everything except for source and autoplugger in a complete bin
17109
17110 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17111
17112         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
17113         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
17114         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
17115         (gst_alsa_sink_write), (gst_alsa_sink_loop):
17116         * ext/alsa/gstalsasink.h:
17117         - add debugging info
17118         - clean up schizophrenia of data/buffer/event
17119         - fix double event unref error
17120
17121 2004-07-08  Wim Taymans  <wim@fluendo.com>
17122
17123         * gst/playback/Makefile.am:
17124         Add headers to noinst
17125
17126 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17127
17128         * tools/gst-launch-ext-m.m:
17129         * tools/gst-launch-ext.1.in:
17130           convert to the third millenium
17131
17132 2004-07-07  David Schleef  <ds@schleef.org>
17133
17134         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
17135
17136 2004-07-07  Wim Taymans  <wim@fluendo.com>
17137
17138         * gst/playback/Makefile.am:
17139         * gst/playback/README:
17140         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17141         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17142         (compare_ranks), (print_feature), (gst_decode_bin_init),
17143         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
17144         (try_to_link_1), (new_pad), (close_link), (type_found),
17145         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17146         (plugin_init):
17147         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17148         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17149         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
17150         (gen_preroll_element), (no_more_pads), (new_stream),
17151         (setup_source), (gst_play_base_bin_set_property),
17152         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
17153         (gst_play_base_bin_add_element),
17154         (gst_play_base_bin_remove_element),
17155         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17156         (gst_play_base_bin_unlink_stream),
17157         (gst_play_base_bin_get_streaminfo):
17158         * gst/playback/gstplaybasebin.h:
17159         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17160         (gst_play_bin_class_init), (gst_play_bin_init),
17161         (gst_play_bin_dispose), (gst_play_bin_set_property),
17162         (gst_play_bin_get_property), (gen_video_element),
17163         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
17164         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
17165         (gst_play_bin_get_formats), (gst_play_bin_convert),
17166         (gst_play_bin_get_query_types), (gst_play_bin_query),
17167         (plugin_init):
17168         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17169         (gst_stream_info_get_type), (gst_stream_info_class_init),
17170         (gst_stream_info_init), (gst_stream_info_new),
17171         (gst_stream_info_dispose), (gst_stream_info_set_property),
17172         (gst_stream_info_get_property):
17173         * gst/playback/gststreaminfo.h:
17174         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
17175         (main):
17176         * gst/playback/test2.c: (main):
17177         * gst/playback/test3.c: (update_scale), (main):
17178         More playbin fixes. Added README. Do better element filtering.
17179         Added base class to preroll media. Added test apps.
17180
17181 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17182
17183         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
17184         * ext/mpeg2dec/gstmpeg2dec.h:
17185           various debugging improvements.  Reset stream to next picture
17186           instead of sequence header, otherwise seeks cannot work.
17187
17188 2004-07-07  Wim Taymans  <wim@fluendo.com>
17189
17190         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
17191         (gst_video_box_class_init), (gst_video_box_set_property),
17192         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
17193         Use pad_alloc where possible.
17194
17195 2004-07-07  Wim Taymans  <wim@fluendo.com>
17196
17197         * sys/oss/gstosselement.c: (gst_osselement_reset),
17198         (gst_osselement_parse_caps):
17199         * sys/oss/gstosselement.h:
17200         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17201         Fix offset on osssrc.
17202
17203 2004-07-07  Wim Taymans  <wim@fluendo.com>
17204
17205         * ext/theora/theora.c: (plugin_init):
17206         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
17207         (theora_dec_src_query), (theora_dec_chain):
17208         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17209         (theora_enc_sink_link), (theora_buffer_from_packet),
17210         (theora_push_packet), (theora_enc_chain):
17211         Fix theora granulepos calculation.
17212         Fix overflow in duration/position calculation.
17213         Bump rank to PRIMARY for theoradec.
17214         Use granulepos of last packet to calculate position.
17215         Set keyframe flag on buffers when needed.
17216
17217 2004-07-06  David Schleef  <ds@schleef.org>
17218
17219         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
17220         serious?  (Fixed, obviously.)
17221
17222 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17223
17224         * po/LINGUAS:
17225         * po/cs.po:
17226           added Czech translation (Miloslav Trmac)
17227
17228 2004-07-05  Wim Taymans  <wim@fluendo.com>
17229
17230         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17231         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17232         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
17233         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17234         (close_link), (type_found), (gst_decode_bin_set_property),
17235         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
17236         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
17237         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
17238         (gst_decode_bin_query), (plugin_init):
17239         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17240         (gst_play_bin_class_init), (gst_play_bin_init),
17241         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
17242         (get_video_element), (new_pad), (setup_source),
17243         (gst_play_bin_set_property), (gst_play_bin_get_property),
17244         (gst_play_bin_change_state), (gst_play_bin_add_element),
17245         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
17246         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17247         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17248         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
17249         * gst/playback/test.c: (main):
17250         More fixes, cleaned up playbin, make it use decodebin. Added
17251         threaded property to playbin.
17252
17253 2004-07-05  Wim Taymans  <wim@fluendo.com>
17254
17255         * configure.ac:
17256         * gst/playback/Makefile.am:
17257         * gst/playback/decodetest.c: (main):
17258         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17259         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17260         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
17261         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17262         (close_link), (type_found), (gst_decode_bin_set_property),
17263         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
17264         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
17265         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
17266         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
17267         (plugin_init):
17268         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17269         (gst_play_bin_class_init), (gst_play_bin_init),
17270         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
17271         (collect_sink_pads), (find_compatibles), (close_pad_link),
17272         (try_to_link_1), (new_pad), (close_link), (type_found),
17273         (setup_source), (gst_play_bin_set_property),
17274         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
17275         (compare_ranks), (gst_play_bin_collect_factories),
17276         (gst_play_bin_change_state), (gst_play_bin_add_element),
17277         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
17278         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17279         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17280         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
17281         * gst/playback/test.c: (main):
17282         Added some playback helper elements and some test apps, very alpha
17283         still.
17284
17285 2004-07-04  Benjamin Otte  <otte@gnome.org>
17286
17287         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
17288           only restart audio when we indeed have an xrun to fix repeated
17289           xruns. Fix suggested by Giuliano Pochini.
17290
17291 2004-07-03  David Schleef  <ds@schleef.org>
17292
17293         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
17294         call to gst_debug_log() if debugging is disabled (bug #145118)
17295
17296 2004-07-03  Benjamin Otte  <otte@gnome.org>
17297
17298         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
17299           use our own functions for restarting the alsa device.
17300         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17301           I should apply patches myself - use MIN for the third argument, not
17302           the second, this fixes seeking
17303
17304 2004-07-02  David Schleef  <ds@schleef.org>
17305
17306         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
17307         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
17308         do with the logic.
17309
17310 2004-07-02  David Schleef  <ds@schleef.org>
17311
17312         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
17313         output buffers.  Fix logic mistake.  (bug #144866)
17314
17315 2004-07-02  David Schleef  <ds@schleef.org>
17316
17317         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
17318         on X.  (bug #144753)
17319
17320 2004-07-02  David Schleef  <ds@schleef.org>
17321
17322         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
17323         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
17324         (bug #144624)
17325         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
17326         (gst_osselement_rate_probe_check): Add another workaround for
17327         buggy drivers (bug #145336)
17328
17329 2004-07-02  David Schleef  <ds@schleef.org>
17330
17331         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
17332         Most systems don't have MSG_NOSIGNAL.
17333
17334 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17335
17336         * Makefile.am:
17337         * gst-libs/gst/colorbalance/Makefile.am:
17338         * gst-libs/gst/mixer/Makefile.am:
17339         * gst-libs/gst/play/Makefile.am:
17340         * gst-libs/gst/tuner/Makefile.am:
17341           (hopefully) fix both install and dist and make error message useful.
17342           needs testing across automakes.
17343
17344 2004-07-02  Benjamin Otte  <otte@gnome.org>
17345
17346         * ext/ogg/gstogg.c: (plugin_init):
17347           we require bytestream now
17348         * ext/ogg/gstoggdemux.c:
17349           huge diff to implement chain setup in a fast and generic way. This
17350           improves tag reading and startup of huge files (read: Theora videos)
17351           quite a bit. It probably contains bugs, too, so please test.
17352           Seeking is not improved to the fast method.
17353
17354 2004-06-29  Wim Taymans  <wim@fluendo.com>
17355
17356         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17357         * ext/ogg/gstoggmux.c:
17358         Fix memleak in oggdemux when running unconnected pads.
17359         doc update in mux, start working on keyframe mode.
17360
17361 2004-06-29  Benjamin Otte  <otte@gnome.org>
17362
17363         * sys/oss/gstosssink.c:
17364         * sys/oss/gstosssrc.c:
17365           advertise correct template caps - we indeed do non-native endianness
17366           and 8bit audio has no endianness
17367         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
17368         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
17369           avoid (wrong) duplications in getcaps function and return
17370           template caps
17371
17372 2004-06-29  Wim Taymans  <wim@fluendo.com>
17373
17374         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17375         (gst_multifdsink_class_init), (gst_multifdsink_add),
17376         (gst_multifdsink_remove), (gst_multifdsink_clear),
17377         (gst_multifdsink_client_remove),
17378         (gst_multifdsink_handle_client_read),
17379         (gst_multifdsink_client_queue_data),
17380         (gst_multifdsink_client_queue_caps),
17381         (gst_multifdsink_client_queue_buffer),
17382         (gst_multifdsink_handle_client_write),
17383         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17384         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17385         (gst_multifdsink_init_send), (gst_multifdsink_close):
17386         Fix wrong GList iteration that could crash the server when
17387         more then 2 clients disconnect at the same time. Read all the
17388         pending commands in one batch to recover from command storms under
17389         very heavy load.
17390
17391 2004-06-28  Wim Taymans  <wim@fluendo.com>
17392
17393         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17394         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
17395         (gst_videomixer_pad_set_property),
17396         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
17397         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17398         (gst_videomixer_class_init), (gst_videomixer_init),
17399         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
17400         (pad_zorder_compare), (gst_videomixer_sort_pads),
17401         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
17402         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
17403         (gst_videomixer_update_queues), (gst_videomixer_loop),
17404         (plugin_init):
17405         Avoid divide by zero, choose masterpad as the pad with the highest
17406         framerate.
17407
17408 2004-06-27  Julien Moutte  <julien@moutte.net>
17409
17410         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
17411         (gst_ximagesink_xwindow_new):
17412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
17413         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
17414         function directly. We might want to call it from somewhere else one day.
17415
17416 2004-06-27  Julien Moutte  <julien@moutte.net>
17417
17418         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
17419         (gst_ximagesink_xwindow_new):
17420         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
17421         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
17422         window decorations.
17423
17424 2004-06-27  Wim Taymans  <wim@fluendo.com>
17425
17426         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
17427         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
17428         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
17429         (gst_dvdec_set_property), (gst_dvdec_get_property):
17430         * ext/dv/gstdvdec.h:
17431         Implement drop_factor property to lower the framerate with
17432         a factor.
17433
17434 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17435
17436         * gst-libs/gst/colorbalance/Makefile.am:
17437         * gst-libs/gst/mixer/Makefile.am:
17438         * gst-libs/gst/play/Makefile.am:
17439         * gst-libs/gst/tuner/Makefile.am:
17440           unbreak Company's fix that didn't install the -enum.h files
17441
17442 2004-06-27  Wim Taymans  <wim@fluendo.com>
17443
17444         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
17445         (gst_dvdec_change_state):
17446         * ext/dv/gstdvdec.h:
17447         Fix timestamp, duration and offset of the buffers.
17448
17449 2004-06-27  Wim Taymans  <wim@fluendo.com>
17450
17451         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17452         (gst_multifdsink_class_init), (gst_multifdsink_add),
17453         (gst_multifdsink_remove), (gst_multifdsink_clear),
17454         (gst_multifdsink_client_remove),
17455         (gst_multifdsink_handle_client_read),
17456         (gst_multifdsink_client_queue_data),
17457         (gst_multifdsink_client_queue_caps),
17458         (gst_multifdsink_client_queue_buffer),
17459         (gst_multifdsink_handle_client_write),
17460         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17461         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17462         (gst_multifdsink_init_send), (gst_multifdsink_close):
17463         * gst/tcp/gstmultifdsink.h:
17464         * gst/tcp/gsttcpserversink.c:
17465         (gst_tcpserversink_handle_server_read),
17466         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
17467         More multifdsink fixes, more recovery policy fixes.
17468         Removed stupid g_print
17469
17470 2004-06-26  Wim Taymans  <wim@fluendo.com>
17471
17472         * gst/tcp/Makefile.am:
17473         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17474         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
17475         (gst_multifdsink_class_init), (gst_multifdsink_init),
17476         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
17477         (gst_multifdsink_handle_client_read),
17478         (gst_multifdsink_client_queue_data),
17479         (gst_multifdsink_client_queue_caps),
17480         (gst_multifdsink_client_queue_buffer),
17481         (gst_multifdsink_handle_client_write),
17482         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17483         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17484         (gst_multifdsink_chain), (gst_multifdsink_set_property),
17485         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
17486         (gst_multifdsink_close), (gst_multifdsink_change_state):
17487         * gst/tcp/gstmultifdsink.h:
17488         * gst/tcp/gsttcpplugin.c: (plugin_init):
17489         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
17490         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
17491         (gst_tcpserversink_handle_server_read),
17492         (gst_tcpserversink_handle_select),
17493         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
17494         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
17495         * gst/tcp/gsttcpserversink.h:
17496         Added multifdsink, made tcpserversink a subclass of fdsink, removed
17497         one of the locks, added recovery policy to multifdsink.
17498
17499 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17500
17501         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17502           fix decision for when getting frames with same timestamp
17503         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17504         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17505         (gst_v4lsrc_get_property):
17506         * sys/v4l/gstv4lsrc.h:
17507           add latency offset property
17508
17509 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17510
17511         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
17512         (plugin_init):
17513           fix debugging. add category.
17514
17515 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17516
17517         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17518           fix wrong offsets
17519
17520 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17521
17522         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17523         (gst_alsa_src_get_time), (gst_alsa_src_loop),
17524         (gst_alsa_src_change_state):
17525           return a time that is in sync with the element's processing
17526
17527 2004-06-25  Wim Taymans  <wim@fluendo.com>
17528
17529         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17530         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17531         (gst_tcpserversink_client_remove),
17532         (gst_tcpserversink_handle_client_read),
17533         (gst_tcpserversink_client_queue_data),
17534         (gst_tcpserversink_client_queue_caps),
17535         (gst_tcpserversink_client_queue_buffer),
17536         (gst_tcpserversink_handle_client_write),
17537         (gst_tcpserversink_queue_buffer),
17538         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
17539         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
17540         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
17541         (gst_tcpserversink_close):
17542         * gst/tcp/gsttcpserversink.h:
17543         Serversink rewrite. Really do non blocking writes to clients and
17544         maintain an internal queue to handle slower clients while not
17545         disturbing fast clients.
17546
17547 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17548
17549         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17550           better debug, don't override OFFSET and OFFSET_END
17551
17552 2004-06-25  Iain <iain@prettypeople.org>
17553
17554         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
17555         name=source for the wavparse pipeline.
17556
17557 2004-06-24  Johan Dahlin  <johan@gnome.org>
17558
17559         * ext/theora/theoraenc.c (theora_enc_chain): Call
17560         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
17561         streamheader caps are set correctly.
17562
17563 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17564
17565         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17566         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
17567           respect minimum bitrate; same could be done for max bitrate
17568
17569 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17570
17571         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17572         (gst_vorbisenc_setup):
17573           fix sample rate range
17574
17575 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17576
17577         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
17578         (gst_oggvorbisenc_setup):
17579         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
17580         (gst_vorbisenc_setup):
17581           resolve ambiguities in code and description
17582
17583 2004-06-24  Wim Taymans  <wim@fluendo.com>
17584
17585         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
17586         * ext/alsa/gstalsa.h:
17587         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17588         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
17589         Use alsa trigger_tstamp to get the timestamp of the first
17590         sample in the buffer for more precise sync. Some cleanups.
17591
17592 2004-06-24  Wim Taymans  <wim@fluendo.com>
17593
17594         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
17595         (gst_audiorate_init), (gst_audiorate_chain),
17596         (gst_audiorate_set_property), (gst_audiorate_get_property):
17597         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17598         (gst_videorate_chain):
17599         Added some logging, fixed an overflow bug in videorate.
17600
17601 2004-06-24  Benjamin Otte  <otte@gnome.org>
17602
17603         * ext/kio/Makefile.am:
17604           fix for builddir != srcdir and distcheck
17605
17606 2004-06-24  Benjamin Otte  <otte@gnome.org>
17607
17608         * gst-libs/gst/colorbalance/Makefile.am:
17609         * gst-libs/gst/mixer/Makefile.am:
17610         * gst-libs/gst/play/Makefile.am:
17611         * gst-libs/gst/tuner/Makefile.am:
17612         * gst/tcp/Makefile.am:
17613         * sys/dxr3/Makefile.am:
17614           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
17615           tarball.
17616           Also add all *.list files that were missing.
17617         * Makefile.am:
17618           add a distcheck hook to ensure the above doesn't happen again.
17619
17620 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
17621
17622         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
17623
17624 2004-06-23  Colin Walters  <walters@redhat.com>
17625
17626         * m4/Makefile.am: Distribute gst-fionread.m4.
17627
17628 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17629
17630         * configure.ac: back to dev
17631
17632 2004-06-23  Wim Taymans  <wim@fluendo.com>
17633
17634         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
17635         (gst_alsa_xrun_recovery):
17636         * ext/alsa/gstalsa.h:
17637         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17638         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
17639         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17640         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
17641         (gst_alsa_src_loop):
17642         Add clock to alsasrc. Take new capture timestamp when
17643         restarting after an overrun. Split up some functions between
17644         alsasrc and alsasink.
17645
17646 === release 0.8.2 ===
17647
17648 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17649
17650         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17651         (gst_alsa_change_state), (gst_alsa_update_avail),
17652         (gst_alsa_xrun_recovery):
17653         * ext/alsa/gstalsa.h:
17654         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17655           merge back changes from release
17656
17657 2004-06-23  Wim Taymans  <wim@fluendo.com>
17658
17659         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
17660         (gst_audiorate_init), (gst_audiorate_chain),
17661         (gst_audiorate_set_property), (gst_audiorate_get_property):
17662         Implement sample dropping and notify
17663
17664 2004-06-22  Wim Taymans  <wim@fluendo.com>
17665
17666         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17667         (theora_enc_sink_link), (theora_buffer_from_packet),
17668         (theora_push_packet), (theora_enc_chain):
17669         Some cleanups, make sure the timestamps are correct.
17670
17671 2004-06-22  Wim Taymans  <wim@fluendo.com>
17672
17673         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
17674         (gst_alsa_change_state), (gst_alsa_update_avail),
17675         (gst_alsa_xrun_recovery):
17676         * ext/alsa/gstalsa.h:
17677         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17678         Cleanups, take queued samples into account when reporting
17679         the time.
17680
17681 2004-06-22  Wim Taymans  <wim@fluendo.com>
17682
17683         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17684         (gst_videorate_init):
17685         Initialize the property as well.
17686
17687 2004-06-22  Wim Taymans  <wim@fluendo.com>
17688
17689         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17690         (gst_videorate_init), (gst_videorate_chain),
17691         (gst_videorate_set_property), (gst_videorate_get_property):
17692         Add property to make videorate silent.
17693         Add property to prefer new frames over old ones.
17694
17695 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17696
17697         * sys/osxvideo/Makefile.am:
17698         Workaround so that the osxvideo .so file gets linked with the
17699         Cocoa, OpenGL and QuickTime frameworks
17700
17701 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17702
17703         * sys/osxaudio/Makefile.am:
17704         Workaround so that the osxaudio .so file gets linked with the
17705         CoreAudio framework
17706
17707 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17708
17709         * configure.ac:
17710         Whoops, my fault...fixed build issues
17711
17712 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17713
17714         * configure.ac:
17715         Add objective-c support if running in Darwin/Mac OS X
17716         * sys/Makefile.am:
17717         * sys/osxvideo:
17718         * sys/osxvideo/Makefile.am:
17719         * sys/osxvideo/osxvideosink.h:
17720         * sys/osxvideo/osxvideosink.m:
17721         * sys/osxvideo/cocoawindow.h:
17722         * sys/osxvideo/cocoawindow.m:
17723         Add osxvideosink, a cocoa-based osx video sink
17724
17725
17726 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
17727         * ext/dvdnav/gst-dvd:
17728         Grab the gconf key from the right spot
17729         * gst/debug/gstnavseek.c: (gst_navseek_init),
17730         (gst_navseek_segseek), (gst_navseek_handle_src_event),
17731         (gst_navseek_chain):
17732         * gst/debug/gstnavseek.h:
17733           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
17734           and loop parameters of a segment seek.
17735         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17736         (gst_videotestsrc_get_event_masks),
17737         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
17738         * gst/videotestsrc/gstvideotestsrc.h:
17739           Add seeking support to videotestsrc
17740           Initialise the timestamp_offset variable.
17741
17742 2004-06-18  Wim Taymans  <wim@fluendo.com>
17743
17744         * ext/sidplay/gstsiddec.cc:
17745         Fix negotiation and set correct end offset.
17746
17747 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17748
17749         * configure.ac: branch and prerelease
17750
17751 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17752
17753         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
17754         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
17755         (gst_tcpclientsrc_init_receive):
17756         * gst/tcp/gsttcpclientsrc.h:
17757           read caps when connecting to server for GDP so we set them correctly
17758
17759 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17760
17761         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17762           notify drops and duplicates
17763         * gst/videoscale/videoscale.c: (videoscale_get_structure):
17764           no good reason to limit ourselves to 100x100
17765
17766 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17767
17768         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17769         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
17770         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17771         (gst_v4lsrc_get_property):
17772         * sys/v4l/gstv4lsrc.h:
17773         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17774         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17775         (gst_v4l_set_audio):
17776         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
17777         (gst_v4lsrc_try_capture):
17778         * sys/v4l/v4lsrc_calls.h:
17779           change try_palette to more general try_capture
17780           add autoprobe option so we can turn off autoprobing
17781           various fixes
17782
17783 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17784
17785         * configure.ac:
17786           add videorate
17787         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
17788         (gst_ximagesink_class_init):
17789         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
17790         (gst_xvimagesink_class_init):
17791           run them as finalize, not dispose, since dispose can be invoked
17792           multiple times
17793
17794 2004-06-17  Wim Taymans  <wim@fluendo.com>
17795
17796         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17797         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
17798         * ext/alsa/gstalsa.h:
17799         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
17800         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
17801         (gst_alsa_src_change_state):
17802         * ext/alsa/gstalsasrc.h:
17803         Make the xrun code timestamp and offset the buffers correctly.
17804         moved the clock to the base class, use alsa methods to get time.
17805         Do correct timestamping on outgoing buffers.
17806
17807 2004-06-17  Wim Taymans  <wim@fluendo.com>
17808
17809         * gst/audiorate/Makefile.am:
17810         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
17811         (gst_audiorate_base_init), (gst_audiorate_class_init),
17812         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
17813         (gst_audiorate_set_property), (gst_audiorate_get_property),
17814         (gst_audiorate_change_state), (plugin_init):
17815         Added an audiorate converter that fills in gaps.
17816
17817 2004-06-17  Johan Dahlin  <johan@gnome.org>
17818
17819         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
17820
17821 2004-06-16  Wim Taymans  <wim@fluendo.com>
17822
17823         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
17824         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17825         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17826         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17827         (gst_v4lsrc_get_property):
17828         * sys/v4l/gstv4lsrc.h:
17829         Added a copy mode to v4lsrc where it will output a copied version
17830         of its internal hardware buffer.
17831         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
17832         can't | them.
17833
17834 2004-06-16  Wim Taymans  <wim@fluendo.com>
17835
17836         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17837         Timestamp fixes.
17838
17839 2004-06-16  Wim Taymans  <wim@fluendo.com>
17840
17841         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17842         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17843         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17844         (gst_v4lsrc_get_property):
17845         * sys/v4l/gstv4lsrc.h:
17846         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17847         Added a sync mode enum property to control v4lsrc timestamp method
17848         Removed the use-fixed-fps property and moved functionality in
17849         the enum.
17850         Don't error on an error value from v4l-conf, it might not always
17851         be a real error.
17852
17853 2004-06-16  Wim Taymans  <wim@fluendo.com>
17854
17855         * gst/videorate/Makefile.am:
17856         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
17857         (gst_videorate_base_init), (gst_videorate_class_init),
17858         (gst_videorate_getcaps), (gst_videorate_link),
17859         (gst_videorate_init), (gst_videorate_chain),
17860         (gst_videorate_set_property), (gst_videorate_get_property),
17861         (gst_videorate_change_state), (plugin_init):
17862         Added a video timestamp corrector.
17863
17864 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17865
17866         fixed a potential leak with previous commit
17867
17868         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17869
17870 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17871
17872         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17873         Added missing refcount, fixes bug #144425
17874         Cheers Tim for finding the bug
17875
17876 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17877
17878         * sys/v4l/gstv4l.c: (plugin_init):
17879         * sys/v4l/gstv4lcolorbalance.c:
17880         * sys/v4l/gstv4lcolorbalance.h:
17881         * sys/v4l/gstv4lelement.c:
17882         * sys/v4l/gstv4lelement.h:
17883         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17884         * sys/v4l/gstv4lmjpegsink.h:
17885         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17886         * sys/v4l/gstv4lmjpegsrc.h:
17887         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17888         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17889         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
17890         * sys/v4l/gstv4lsrc.h:
17891         * sys/v4l/gstv4ltuner.c:
17892         * sys/v4l/gstv4ltuner.h:
17893         * sys/v4l/gstv4lxoverlay.c:
17894         * sys/v4l/gstv4lxoverlay.h:
17895         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
17896         (gst_v4l_set_window), (gst_v4l_enable_overlay):
17897         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17898         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17899         (gst_v4l_set_audio):
17900         * sys/v4l/v4l_calls.h:
17901         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
17902         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
17903         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
17904         (gst_v4lmjpegsink_playback_init),
17905         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
17906         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
17907         (gst_v4lmjpegsink_playback_stop),
17908         (gst_v4lmjpegsink_playback_deinit):
17909         * sys/v4l/v4lmjpegsink_calls.h:
17910         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
17911         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
17912         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17913         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
17914         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
17915         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
17916         * sys/v4l/v4lmjpegsrc_calls.h:
17917         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17918         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
17919         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
17920         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
17921         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
17922         (gst_v4lsrc_try_palette):
17923         * sys/v4l/v4lsrc_calls.h:
17924           bunch of paranoia cleanups
17925
17926 2004-06-14  David Schleef  <ds@schleef.org>
17927
17928         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
17929         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
17930         Send discont events and change timestamps appropriately when
17931         we get a seek event.  (bug #144240)
17932         * ext/cdparanoia/gstcdparanoia.h:
17933
17934 2004-06-14  Benjamin Otte  <otte@gnome.org>
17935
17936         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
17937           snd_pcm_hw_params_set_rate  since the latter fails for no good
17938           reason on some setups.
17939
17940 2004-06-14  David Schleef  <ds@schleef.org>
17941
17942         * gst/volume/demo.c: (value_changed_callback): exp10() is not
17943         standard.  Thank you for playing.
17944
17945 2004-06-14  Wim Taymans  <wim@fluendo.com>
17946
17947         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17948         Patch 1.3 broke the ordering of the colorspace info and
17949         made the plugin basically work by coincidence, reordered
17950         the info.
17951
17952 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17953
17954         * ext/lame/gstlame.c:
17955         * ext/mad/gstmad.c:
17956           sync caps.  Make sure mad can only output a list of rates, not
17957           a full range.  In the future, have three caps lists for each of the
17958           mpeg versions.  Change mpegversion to a double as well.
17959
17960 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17961
17962         * gst/volume/.cvsignore:
17963         * gst/volume/Makefile.am:
17964         * gst/volume/demo.c: (value_changed_callback), (idler),
17965         (setup_gui), (main):
17966           added small demo app
17967
17968 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
17969         * ext/esd/esdsink.c: (gst_esdsink_change_state):
17970         * ext/esd/esdsink.h:
17971         Close the esd connection on pause, because esd will just wait -
17972         blocking all other esd clients indefinitely.
17973
17974 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
17975
17976         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
17977           previous commit with GST_DEBUG
17978
17979 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17980
17981         * configure.ac:
17982           add a header check for a dvdread header in dvdnav.  Fixes #133002
17983
17984 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17985
17986         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
17987         * gst/tcp/gsttcpclientsink.h:
17988         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
17989         * gst/tcp/gsttcpclientsrc.h:
17990         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
17991         (gst_tcpserversink_handle_server_read),
17992         (gst_tcpserversink_init_send):
17993         * gst/tcp/gsttcpserversink.h:
17994         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
17995         * gst/tcp/gsttcpserversrc.h:
17996         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
17997         version of IP)
17998
17999 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18000
18001         * configure.ac:
18002         Added ogg library so that OSX detects libtheora properly
18003
18004 2004-06-11  Wim Taymans  <wim@fluendo.com>
18005
18006         * ext/theora/theoradec.c: (theora_dec_chain),
18007         (theora_dec_change_state):
18008         Don't try to decode frames before we received a keyframe.
18009
18010 2004-06-11  Wim Taymans  <wim@fluendo.com>
18011
18012         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18013         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
18014         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18015         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
18016         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
18017         Added property to set the maximum delay of a page.
18018
18019 2004-06-10  Wim Taymans  <wim@fluendo.com>
18020
18021         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18022         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
18023         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18024         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
18025         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
18026         Added max-delay property to control the maximum amount
18027         of data to put in one page.
18028
18029 2004-06-10  Wim Taymans  <wim@fluendo.com>
18030
18031         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18032         (gst_theora_enc_init), (theora_enc_sink_link),
18033         (theora_buffer_from_packet), (theora_enc_set_property),
18034         (theora_enc_get_property):
18035         Set duration on encoded buffer, added some more properties
18036
18037 2004-06-10  Wim Taymans  <wim@fluendo.com>
18038
18039         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18040         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18041         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
18042         * ext/theora/theoraenc.c: (theora_enc_chain):
18043         Fix refcounting bugs
18044
18045 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18046
18047         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
18048         (gst_asf_demux_loop), (gst_asf_demux_process_file),
18049         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
18050         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
18051         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
18052         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
18053         (gst_asf_demux_change_state):
18054         * gst/asfdemux/gstasfdemux.h:
18055           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
18056           feels like. I think we should set a new requirement for demuxers
18057           from now on to implement sane loop functions, data loops, query
18058           and seek functions before first commit into CVS. And this commit
18059           fixes all of the above.
18060
18061 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
18062
18063         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
18064           vorbis comments are properly encoded in UTF-8 before adding them
18065           to a GstTagList
18066
18067 2004-06-09  Benjamin Otte  <otte@gnome.org>
18068
18069         * ext/alsa/gstalsa.c: (add_channels):
18070           handle min <= max correctly
18071         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
18072         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
18073           add fixation functions so we fixate correctly. No preferring of alaw
18074           anymore because it's the first structure.
18075         * ext/alsa/gstalsa.h:
18076         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
18077         (gst_alsa_hw_params_dump):
18078           add functions to ease debugging in alsalib
18079         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
18080         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
18081         (gst_alsa_start_audio):
18082           only specify hw params if we really setup a format (fixes #134007 -
18083           or at least works around it)
18084
18085 2004-06-09  Wim Taymans  <wim@fluendo.com>
18086
18087         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18088         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
18089         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
18090         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
18091         (gst_ogg_mux_loop):
18092         Use stream caps to setup the initial pages in the ogg stream.
18093         Correctly set the streamheader caps on the srcpad.
18094
18095 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18096
18097         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
18098         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
18099         (gst_v4lsrc_getcaps):
18100         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
18101         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
18102           add querying of fps lists for webcams.  Negotiating to a framerate
18103           now works.
18104
18105 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18106
18107         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18108         (theora_push_buffer), (theora_push_packet),
18109         (theora_set_header_on_caps), (theora_enc_chain):
18110           mark buffers and put on streamheader, raw theora streaming
18111           now works too, whee
18112
18113 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18114
18115         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
18116         (gst_tcp_gdp_read_caps):
18117           do a looping read for caps and GDP headers too
18118
18119 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18120
18121         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18122         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
18123           return EOS instead of NULL in _get
18124
18125 2004-06-08  Wim Taymans  <wim@fluendo.com>
18126
18127         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
18128         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
18129         (gst_tcp_gdp_write_caps):
18130         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18131         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
18132         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
18133         Memory leak fixes
18134
18135 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18136
18137         * ext/vorbis/Makefile.am:
18138         * ext/vorbis/vorbis.c: (plugin_init):
18139         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
18140         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
18141         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
18142         (vorbis_parse_change_state):
18143         * ext/vorbis/vorbisparse.h:
18144           adding a vorbisparse element that marks the buffers, streaming
18145           raw vorbis using GDP now works, whee
18146
18147 2004-06-08  Wim Taymans  <wim@fluendo.com>
18148
18149         * ext/jpeg/Makefile.am:
18150         * ext/jpeg/README:
18151         * ext/jpeg/gstjpeg.c: (plugin_init):
18152         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
18153         (gst_smokedec_base_init), (gst_smokedec_class_init),
18154         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
18155         * ext/jpeg/gstsmokedec.h:
18156         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
18157         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
18158         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
18159         (gst_smokeenc_resync), (gst_smokeenc_chain),
18160         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
18161         * ext/jpeg/gstsmokeenc.h:
18162         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
18163         (smokecodec_flush_destination), (smokecodec_term_destination),
18164         (smokecodec_init_source), (smokecodec_fill_input_buffer),
18165         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
18166         (smokecodec_term_source), (smokecodec_encode_new),
18167         (smokecodec_decode_new), (smokecodec_info_free),
18168         (smokecodec_set_quality), (smokecodec_get_quality),
18169         (smokecodec_set_threshold), (smokecodec_get_threshold),
18170         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
18171         (find_best_size), (abs_diff), (put), (smokecodec_encode),
18172         (smokecodec_parse_header), (smokecodec_decode):
18173         * ext/jpeg/smokecodec.h:
18174         Added a new simple jpeg based codec
18175
18176 2004-06-08  Wim Taymans  <wim@fluendo.com>
18177
18178         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18179         (gst_multipart_mux_loop):
18180         Fix memory leak
18181
18182 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18183
18184         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18185         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
18186         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
18187         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
18188         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
18189         * gst/tcp/gsttcpserversink.h:
18190           take streamheader into account
18191
18192 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18193
18194         * gst/level/Makefile.am:
18195         * gst/level/gstlevel.c: (gst_level_class_init):
18196           clean up marshal generation
18197
18198 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18199
18200         * gst/tcp/Makefile.am:
18201         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
18202         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
18203         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
18204         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
18205         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
18206         (gst_tcpclientsrc_get_property):
18207         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
18208         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
18209         (gst_tcpserversink_handle_client_read),
18210         (gst_tcpserversink_handle_client_write),
18211         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
18212         * gst/tcp/gsttcpserversink.h:
18213           add signals client-added and client-removed
18214         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
18215         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
18216         (gst_tcpserversrc_get_property):
18217         uniformized, change default protocol to NONE
18218         * gst/tcp/gsttcp-marshal.list: added
18219 2004-06-07  Benjamin Otte  <otte@gnome.org>
18220
18221         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18222           handle discont events if they happen before caps nego
18223
18224 2004-06-07  Wim Taymans  <wim@fluendo.com>
18225
18226         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18227         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18228         (gst_multipart_demux_plugin_init):
18229         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18230         (gst_multipart_mux_init), (gst_multipart_mux_loop),
18231         (gst_multipart_mux_change_state):
18232         Small updates, fix a memleak
18233
18234 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18235
18236         * configure.ac: OSS portability
18237         * ext/arts/gst_arts.c: idem
18238         * sys/oss/gstosselement.c: idem
18239         * sys/oss/gstossmixer.c: idem
18240         * sys/oss/gstosssink.c: idem
18241         * sys/oss/gstosssrc.c: idem
18242         * sys/oss/oss_probe.c: idem
18243           - check for soundcard.h in different places for some BSD
18244
18245 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
18246
18247         * AUTHORS:
18248         Add me to the authors file
18249         * configure.ac:
18250         Increase the libdv requirement to >= version 0.100
18251         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18252         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
18253         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
18254         * ext/dv/gstdvdec.h:
18255         Add support for the new_media flag when sending DISCONT events
18256         Make the querying work when video pad is not linked
18257
18258 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
18259
18260         reviewed by Benjamin Otte  <otte@gnome.org>
18261
18262         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
18263           create a NULL-initialized array of pads, so we don't think they
18264           exist already. (fixes #143130)
18265
18266 2004-06-07  Benjamin Otte  <otte@gnome.org>
18267
18268         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
18269         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
18270         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
18271           don't use // coments
18272
18273 2004-06-07  Benjamin Otte  <otte@gnome.org>
18274
18275         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
18276           cast to GstClockTime to get higher granularity
18277         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18278           use gst_element_set_time_delay to get the exact time
18279         * ext/mad/gstmad.c: (gst_mad_chain):
18280           use the negotiated rate instead of the current frame's rate which
18281           might be wrong because of bit errors. This avoids emitting totally
18282           bogus timestamps and screwing sync.
18283         (fixes #143454)
18284
18285 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
18286
18287         reviewed by Benjamin Otte  <otte@gnome.org>
18288
18289         * gst/adder/gstadder.c: (gst_adder_loop):
18290           properly error out when no negotiation has happened yet. (fixes
18291           #143032)
18292
18293 2004-06-06  Benjamin Otte  <otte@gnome.org>
18294
18295         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18296           forward correctly transformed offset in discont events. Based on
18297           patch by Arwed v. Merkatz. (fixes #142851)
18298
18299 2004-06-06  David Schleef  <ds@schleef.org>
18300
18301         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
18302         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
18303         problems on several systems.
18304
18305 2004-06-06  Benjamin Otte  <otte@gnome.org>
18306
18307         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
18308           use explicit caps on the srcpad
18309         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18310           properly error out if caps couldn't be set (fixes #142764)
18311
18312 2004-06-06  Benjamin Otte  <otte@gnome.org>
18313
18314         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
18315         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
18316         (gst_alsa_start_audio):
18317           - don't call set_periods_integer anymore, it breaks the
18318           configuration randomly
18319           - call snd_pcm_hw_params_set_access directly instead of using masks
18320           - don't fail if the sw_params can't be set, just use the default
18321           params and hope it works. Alsalib has weird issues when you touch
18322           sw_params and does no proper error reporting about what failed.
18323         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18324         (gst_alsa_close_audio):
18325           make our alsa debugging go via gst debugging and not conditionally
18326           defined
18327         * ext/alsa/gstalsa.h:
18328           add ALSA_DEBUG_FLUSH macro
18329         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
18330         (plugin_init):
18331           wrap alsa errors to be printed via the gst debugging system and not
18332           spammed to stderr
18333
18334 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18335
18336         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18337         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
18338         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18339         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
18340         (qtdemux_parse_trak):
18341         * gst/qtdemux/qtdemux.h:
18342           Bitch. Also known as seeking, querying & co.
18343         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
18344         (gst_osssink_change_state):
18345         * sys/oss/gstosssink.h:
18346           Resyncing is for weenies, this hack is no longer needed and was
18347           broken anyway (since it - unintendedly - always leaves resync to
18348           TRUE).
18349
18350 2004-06-05  Andrew Turner <zxombie@hotpop.com>
18351
18352         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
18353         * gst/tcp/gsttcpclientsrc.h: idem
18354           - define MSG_NOSIGNAL if not done
18355           - include unistd.h for off_t
18356           (fixes #143749)
18357
18358 2004-06-05  Benjamin Otte  <otte@gnome.org>
18359
18360         * configure.ac:
18361         * ext/kio/Makefile.am:
18362           check for qt's moc preprocessor explicitly and use it
18363
18364 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18365
18366         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
18367           don't get a signal for EPIPE on socket writes
18368           (somebody check if this works on other platforms)
18369
18370 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18371
18372         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
18373         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18374           check error condition on available samples correctly
18375
18376 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18377
18378         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
18379           avoid a segfault
18380         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
18381         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
18382         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
18383         (gst_tcpserversrc_gdp_read_header):
18384          use ssize_t over size_t since the former is signed and thus the
18385          check for error codes can work
18386
18387 2004-06-02  Wim Taymans  <wim@fluendo.com>
18388
18389         reviewed by: Johan
18390
18391         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18392         (gst_multipart_mux_loop):
18393         Oops
18394
18395 2004-06-02  Wim Taymans  <wim@fluendo.com>
18396
18397         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18398         (gst_multipart_mux_init), (gst_multipart_mux_loop),
18399         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18400         (gst_multipart_mux_change_state):
18401         Added configurable boundary specifier, added the value as a
18402         caps field as well.
18403
18404 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18405
18406         * gst/tcp/gsttcp.c:
18407         * gst/tcp/gsttcpclientsrc.c:
18408         * gst/tcp/gsttcpclientsrc.h:
18409         * gst/tcp/gsttcpserversrc.c:
18410           - portability fix, to compile on OSX
18411             (fixes #143146)
18412
18413         * sys/osxaudio/gstosxaudioelement.c:
18414         * sys/osxaudio/gstosxaudiosink.c:
18415         * sys/osxaudio/gstosxaudiosrc.c:
18416           - compilation warnings on OSX
18417             (fixes #143153)
18418
18419 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18420
18421         * ext/vorbis/vorbisdec.c : sign warning fixes
18422
18423         * gst-libs/gst/mixer/mixertrack.c :
18424           do no use defines which are glib 2.4 specific
18425
18426 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
18427
18428         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
18429           buffer since libflac doesn't expect it (reports a sync error when
18430           it encounters that)
18431
18432
18433 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
18434
18435         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
18436         * gst-libs/gst/mixer/mixertrack.c:
18437         (gst_mixer_track_get_property), (get_mixer_track_init),
18438         (get_mixer_track_get_property): Added property accessors
18439         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
18440         * gst-libs/gst/mixer/mixeroptions.c:
18441         (gst_mixer_options_get_values): Added
18442         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
18443         * gst-libs/gst/mixer/mixer.c: Fixed comment
18444
18445
18446 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18447
18448         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
18449           improve error messages on open
18450
18451
18452 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18453
18454         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
18455           check if v4l-conf is in path
18456
18457 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18458
18459         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
18460           change assert to a more readable error message
18461
18462 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18463
18464         * gst-libs/gst/tuner/tunerchannel.h:
18465           - add a freq_multiplicator field to make the conversion
18466             between internal frequency unit and Hz
18467         * sys/v4l/gstv4lelement.c:
18468         * sys/v4l2/gstv4l2element.c:
18469           - change default video device to /dev/video0
18470         * sys/v4l/v4l_calls.c:
18471         * sys/v4l2/v4l2_calls.c:
18472           - we only expose frequency to the user in Hz instead of
18473             bastard v4lX unit (either 62.5kHz or 62.5Hz)
18474
18475 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
18476         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18477           Initialise b_o_s and e_o_s variables
18478         * gst-libs/gst/riff/riff-media.c:
18479         (gst_riff_create_video_caps_with_data):
18480           Add some unusual fourcc's from mplayer avi's
18481         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
18482           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
18483           autoplugging.
18484
18485 2004-05-28  Wim Taymans  <wim@fluendo.com>
18486
18487         * configure.ac:
18488         * gst/alpha/Makefile.am:
18489         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18490         (gst_alpha_get_type), (gst_alpha_base_init),
18491         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18492         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
18493         (gst_alpha_chroma_key), (gst_alpha_chain),
18494         (gst_alpha_change_state), (plugin_init):
18495         A plugin to add an alpha channel to I420 video. Can optionally do
18496         chroma keying.
18497         * gst/multipart/Makefile.am:
18498         * gst/multipart/multipart.c: (plugin_init):
18499         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18500         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18501         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
18502         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18503         (gst_multipart_demux_change_state),
18504         (gst_multipart_demux_plugin_init):
18505         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
18506         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
18507         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
18508         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
18509         (gst_multipart_mux_pad_unlink),
18510         (gst_multipart_mux_request_new_pad),
18511         (gst_multipart_mux_handle_src_event),
18512         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
18513         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
18514         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18515         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
18516         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
18517         send multipart jpeg images to a browser.
18518         * gst/videobox/Makefile.am:
18519         * gst/videobox/README:
18520         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
18521         (gst_video_box_get_type), (gst_video_box_base_init),
18522         (gst_video_box_class_init), (gst_video_box_init),
18523         (gst_video_box_set_property), (gst_video_box_get_property),
18524         (gst_video_box_sink_link), (gst_video_box_i420),
18525         (gst_video_box_ayuv), (gst_video_box_chain),
18526         (gst_video_box_change_state), (plugin_init):
18527         Crops or adds borders around an image. can do alpha channel
18528         borders as well.
18529         * gst/videomixer/Makefile.am:
18530         * gst/videomixer/README:
18531         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
18532         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
18533         (gst_videomixer_pad_get_sink_event_masks),
18534         (gst_videomixer_pad_get_property),
18535         (gst_videomixer_pad_set_property),
18536         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
18537         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
18538         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
18539         (gst_videomixer_base_init), (gst_videomixer_class_init),
18540         (gst_videomixer_init), (gst_videomixer_request_new_pad),
18541         (gst_videomixer_handle_src_event),
18542         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
18543         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
18544         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
18545         (gst_videomixer_loop), (gst_videomixer_get_property),
18546         (gst_videomixer_set_property), (gst_videomixer_change_state),
18547         (plugin_init):
18548         Generic video mixer plugin, can handle multiple inputs all with
18549         different framerates and video sizes. Is fully alpha channel
18550         aware.
18551
18552 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18553
18554         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18555           Select first track as master track. Not sure how else to handle
18556           that...
18557         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
18558           Discard discont events. Should fix #142962.
18559
18560 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18561
18562         * ext/alsa/Makefile.am:
18563         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
18564         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
18565         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
18566         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
18567         (gst_alsa_mixer_get_option):
18568         * ext/alsa/gstalsamixer.h:
18569         * ext/alsa/gstalsamixeroptions.c:
18570         (gst_alsa_mixer_options_get_type),
18571         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
18572         (gst_alsa_mixer_options_new):
18573         * ext/alsa/gstalsamixeroptions.h:
18574         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
18575         * ext/alsa/gstalsamixertrack.h:
18576           Add enumerations (as GstMixerOptions). Make correct distinction
18577           between input/output tracks. Add capture/playback private flag.
18578           Use flag to decide on whether to set capture or playback volumes
18579           or switches. Use playback and record switches.
18580         * gst-libs/gst/mixer/Makefile.am:
18581         * gst-libs/gst/mixer/mixer-marshal.list:
18582         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
18583         (gst_mixer_set_option), (gst_mixer_get_option),
18584         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
18585         (gst_mixer_volume_changed), (gst_mixer_option_changed):
18586         * gst-libs/gst/mixer/mixer.h:
18587         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
18588         (gst_mixer_options_class_init), (gst_mixer_options_init),
18589         (gst_mixer_options_dispose):
18590         * gst-libs/gst/mixer/mixeroptions.h:
18591           Add GstMixerOptions.
18592         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18593           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
18594           broken device detection on computers with multiple OSS sound
18595           cards.
18596
18597 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18598
18599         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18600           fixate nicely even when the peer is not negotiating
18601
18602 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18603
18604         * gst/audioconvert/gstaudioconvert.c:
18605         (gst_audio_convert_parse_caps):
18606           make sure we don't allow depth > width
18607         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18608           fixate endianness to G_BYTE_ORDER as default
18609         * gst/audioscale/gstaudioscale.c:
18610           we don't handle another endianness as host-endianness
18611
18612 2004-05-25  David Schleef  <ds@schleef.org>
18613
18614         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
18615
18616 2004-05-24  Benjamin Otte  <otte@gnome.org>
18617
18618         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
18619         (gst_oggvorbisenc_setup):
18620           properly fail when we can't setup the vorbis encoder due to
18621           unsupported settings
18622         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
18623         (gst_vorbisenc_setup):
18624           same
18625         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18626           fix case where warnings occured when one pad was unlinked while the
18627           other's link function was called
18628
18629 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18630
18631         * gst/tcp/Makefile.am:
18632           use GST_ENABLE_NEW
18633
18634 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18635
18636         * gst-libs/gst/resample/private.h:
18637           don't use optimizations that are #if 0'ed
18638
18639 2004-05-24  Wim Taymans  <wim@fluendo.com>
18640
18641         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18642         Fix potential division by zero error and hopefully get
18643         the position query right to get correct timestamps on avi
18644         audio.
18645
18646 2004-05-24  Wim Taymans  <wim@fluendo.com>
18647
18648         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
18649         (gst_videoscale_scale_nearest_str2),
18650         (gst_videoscale_scale_nearest_str4),
18651         (gst_videoscale_scale_nearest_32bit),
18652         (gst_videoscale_scale_nearest_24bit),
18653         (gst_videoscale_scale_nearest_16bit):
18654         Fix the scaling algorithm and avoid a buffer overflow.
18655         removed the while loop in the scaling function as it
18656         was used for point sampling only.
18657
18658 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18659
18660         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
18661         (gst_id3_tag_class_init), (gst_id3_tag_init),
18662         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
18663         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
18664         (gst_id3_tag_send_tag_event):
18665           lots of fixes to make id3mux work and id3demux work correctly
18666
18667 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18668
18669         * ext/Makefile.am:
18670           add rules to build shout2send (was removed by accident
18671           when this module was no more marked experimental/broken)
18672
18673 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18674
18675         * ext/shout2/gstshout2.c:
18676         * ext/shout2/gstshout2.h:
18677           adding a "connection problem" signal to shout2send
18678           (fixes #142954)
18679
18680 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18681
18682         * ext/kio/kioreceiver.cpp:
18683         * ext/kio/kioreceiver.h:
18684           fix sign comparison issues
18685
18686 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18687
18688         * gst/cdxaparse/gstcdxaparse.c:
18689         * gst/cdxaparse/gstcdxaparse.h:
18690           some renaming
18691           add some checks/sanity
18692           prepare for seek addition
18693
18694         * sys/sunaudio/gstsunaudio.c:
18695           remove exported dupe init function
18696
18697 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
18698
18699         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
18700         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
18701           Fix format conversion and position querying.
18702         * gst/debug/progressreport.c: (gst_progressreport_report):
18703           Don't output a bogus total value that we didn't query.
18704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18705           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
18706           only a blank window after xine has been used.
18707
18708 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18709
18710         * m4/as-arts.m4:
18711           sync with upstream version to fix test on FC2
18712           readd with -ko to preserve Id header
18713
18714 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18715
18716         * configure.ac:
18717           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
18718         * gst/tcp/gsttcpclientsrc.c: idem
18719         * gst/tcp/gsttcpserversink.c: idem
18720         * gst/tcp/gsttcpserversrc.c: idem
18721         * m4/gst-fionread.m4: idem
18722
18723         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
18724
18725         * configure.ac: enable speex plugin for speex 1.1.5+
18726         * ext/speex/gstspeexenc.c: fix cast warning
18727
18728         * ext/esd/README: fix typo
18729
18730 2004-05-20  David Schleef  <ds@schleef.org>
18731
18732         * configure.ac: Minor cosmetic change to convince the buildbot to
18733         reautogen.
18734         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
18735         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
18736         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
18737         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
18738         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
18739         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
18740         More hacking.  Plays audio now.
18741
18742 2004-05-20  David Schleef  <ds@schleef.org>
18743
18744         * configure.ac:
18745         * sys/Makefile.am:
18746
18747 2004-05-20  David Schleef  <ds@schleef.org>
18748
18749         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
18750         * sys/osxaudio/gstosxaudio.c:
18751         * sys/osxaudio/gstosxaudioelement.c:
18752         * sys/osxaudio/gstosxaudioelement.h:
18753         * sys/osxaudio/gstosxaudiosink.c:
18754         * sys/osxaudio/gstosxaudiosink.h:
18755         * sys/osxaudio/gstosxaudiosrc.c:
18756         * sys/osxaudio/gstosxaudiosrc.h:
18757
18758 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18759
18760         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
18761         (gst_vorbisenc_chain):
18762           put the codec headers on the caps as streamheader as well as
18763           pushing them out
18764
18765 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18766
18767         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18768         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18769         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
18770         split up push_packet into two functions
18771
18772 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18773
18774         * gst/tcp/.cvsignore:
18775           ignore enums
18776         * gst/tcp/Makefile.am:
18777         * gst/tcp/README:
18778         * gst/tcp/gsttcp.c:
18779         * gst/tcp/gsttcp.h:
18780         * gst/tcp/gsttcpclientsink.c:
18781         * gst/tcp/gsttcpclientsink.h:
18782         * gst/tcp/gsttcpclientsrc.c:
18783         * gst/tcp/gsttcpclientsrc.h:
18784         * gst/tcp/gsttcpplugin.c:
18785         * gst/tcp/gsttcpserversink.c:
18786         * gst/tcp/gsttcpserversink.h:
18787         * gst/tcp/gsttcpserversrc.c:
18788         * gst/tcp/gsttcpserversrc.h:
18789           add new tcp elements
18790
18791 2004-05-19  Wim Taymans  <wim@fluendo.com>
18792
18793         * gst/law/mulaw-conversion.c: (mulaw_encode):
18794         Fix overflow bug in ulaw encoding.
18795
18796 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18797
18798         * ext/mad/gstmad.c: (gst_mad_handle_event):
18799           don't unref the event twice
18800
18801 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18802
18803         * configure.ac:
18804           remove -Wno-sign-compare
18805
18806 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18807
18808         * configure.ac:
18809           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
18810           if you want to work against glib 2.2 and 2.4
18811
18812 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18813
18814         * gst/tcp/Makefile.am:
18815         * gst/tcp/gsttcp.c:
18816         * gst/tcp/gsttcp.h:
18817         * gst/tcp/gsttcpsink.h:
18818         * gst/tcp/gsttcpsrc.h:
18819           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
18820
18821 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18822
18823         * gst/debug/tests.c: (md5_get_value):
18824           fix segfault on gst-inspect
18825
18826 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18827
18828         * gst/debug/testplugin.c:
18829         * gst/debug/tests.c:
18830         * gst/debug/tests.h:
18831           add new extensible and configurable testing element. Current tests
18832           include buffer count, stream length, timestamp/duration matching and
18833           md5.
18834         * gst/debug/Makefile.am:
18835         * gst/debug/gstdebug.c: (plugin_init):
18836           add infrastructure for new element
18837
18838 2004-05-19  Johan Dahlin  <johan@gnome.org>
18839
18840         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
18841         ending of the array. Fixes gst-inspect segfault on ppc.
18842
18843 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18844
18845         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
18846
18847         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
18848
18849 2004-05-18  David Schleef  <ds@schleef.org>
18850
18851         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
18852         warnings (bugs, actually) noticed by gcc but not forte.
18853
18854 2004-05-18  David Schleef  <ds@schleef.org>
18855
18856         * sys/sunaudio/Makefile.am:
18857         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
18858
18859 2004-05-18  David Schleef  <ds@schleef.org>
18860
18861         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18862         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
18863         to allow qtdemux to use non-seekable streams. (bug #142272)
18864
18865 2004-05-18  David Schleef  <ds@schleef.org>
18866
18867         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
18868         (gst_resample_sinc_ft_float): Remove use of static temporary
18869         buffer.  This code was obviously not supposed to last long, but
18870         it's stuck in our ABI, so it required a little hack to make it
18871         ABI-compatible.  Fixes #142585.
18872         * gst-libs/gst/resample/resample.h: same.
18873
18874 2004-05-18  David Schleef  <ds@schleef.org>
18875
18876         * configure.ac: Add sunaudio
18877         * examples/Makefile.am: make gstplay depend on gconf
18878         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
18879         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
18880         (convert_table_lookup), (img_convert): remove c99-isms
18881         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
18882           unsigned, to fix a warning on Solaris
18883         * gst/mpeg1sys/systems.c: bcopy->memcpy
18884         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
18885         * sys/Makefile.am: Add sunaudio
18886
18887 2004-05-18  Wim Taymans  <wim@fluendo.com>
18888
18889         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
18890         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
18891         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
18892         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
18893         (gst_ogg_mux_loop):
18894         Fix an ugly memleak where the muxer didn't flush enough ogg
18895         pages. This also resulted in badly muxed ogg files.
18896
18897 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18898
18899         * gst/asfdemux/asfheaders.c :
18900         * gst/asfdemux/asfheaders.h :
18901         * gst/asfdemux/gstasfdemux.c :
18902           - fix ASF_OBJ_PADDING guid
18903           - add 3 new object guids (language list, metadata,
18904             extended stream properties)
18905           - add a function to parse extended header objects
18906
18907 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18908
18909         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18910           remove leftover debugging g_print
18911
18912 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18913
18914         * ext/mad/gstmad.c: (gst_mad_handle_event):
18915           Fix for when the first format in a discont event is not a
18916           byte-based one. Should fix #137710.
18917
18918 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18919
18920         * m4/a52.m4 : fix compilation with -Wall -Werror
18921         * m4/libfame.m4 : idem
18922         * m4/libmikmod.m4 : idem
18923
18924 2004-05-17  Benjamin Otte  <otte@gnome.org>
18925
18926         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18927           signal the new tags before giving up the reference
18928
18929 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18930
18931         * ext/shout2/gstshout2.c:
18932           use application/ogg instead of application/x-ogg (patch by Patrick
18933           Guimond, fixes #142432)
18934         * sys/oss/gstosselement.c: (gst_osselement_reset),
18935         (gst_osselement_sync_parms):
18936           don't set fragment size unless specified (fixes #142493)
18937
18938 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18939
18940         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
18941           fixes #142664
18942
18943 2004-05-17  Benjamin Otte  <otte@gnome.org>
18944
18945         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18946           compute offsets correctly for internal buffers so timestamps are set
18947           correctly when we can't seek. Also handle cases where there are no
18948           offsets. (based on a patch by David Moore, fixes #142507)
18949
18950 2004-05-17  Benjamin Otte  <otte@gnome.org>
18951
18952         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18953           use correct variable when determining amount of data to skip so we
18954           don't skip into the void and segfault
18955
18956 2004-05-16  Benjamin Otte  <otte@gnome.org>
18957
18958         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
18959           Hi, I'm a memleak
18960
18961 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18962
18963         * gst/asfdemux/gstasfdemux.c:
18964           - fix a mem leak and always propagate tags
18965           - add WMV3 to known video codecs (but no decoder yet)
18966           - replace "surplus data" at end of audio header for what
18967             it is : codec specific data
18968           - fix a typo
18969
18970 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
18971
18972         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
18973
18974         * gst-libs/gst/audio/audioclock.c:
18975           Fix wrong return type (#142205).
18976
18977 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18978
18979         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
18980           Ignore CRCs by default (fixes #142566).
18981
18982 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18983
18984         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
18985         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
18986         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
18987         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
18988         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
18989         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
18990           Fix for cases where we fail to attach to a mixer.
18991
18992 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18993
18994         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
18995           Don't touch events after not owning them anymore.
18996         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18997         (gst_wavparse_fmt), (gst_wavparse_other),
18998         (gst_wavparse_handle_seek), (gst_wavparse_loop),
18999         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
19000         (gst_wavparse_srcpad_event):
19001         * gst/wavparse/gstwavparse.h:
19002           Add seeking, fix querying.
19003
19004 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19005
19006         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19007           - process comments even if they don't end with \0\0
19008             g_convert would ignore them if present and works well without them
19009
19010 2004-05-16  Benjamin Otte  <otte@gnome.org>
19011
19012         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
19013           simplify caps
19014
19015 2004-05-16  Benjamin Otte  <otte@gnome.org>
19016
19017         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19018           don't write to memory we might not write to - g_convert does that
19019           for us anyway (fixes #142613)
19020         (gst_asf_demux_audio_caps):
19021           comment out gst_util_dump_mem
19022
19023 2004-05-16  Benjamin Otte  <otte@gnome.org>
19024
19025         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19026           compute correct expected timestamps after seek (broken since
19027           last commit)
19028         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
19029           rename element and debugging category to gdkpixbufscale
19030
19031 2004-05-16  Benjamin Otte  <otte@gnome.org>
19032
19033         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19034           add error checking to snd_pcm_delay and remove duplicate call to
19035           snd_pcm_delay that caused issues (see inline code comments)
19036         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19037           make more readable and fix return value when snd_pcm_delay fails
19038         (fixes #142586)
19039
19040 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
19041         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
19042         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
19043         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
19044         (gst_pixbufscale_link), (gst_pixbufscale_init),
19045         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
19046         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
19047         (gst_pixbufscale_get_property), (pixbufscale_init):
19048         * ext/gdk_pixbuf/pixbufscale.h:
19049         Add these files I forgot earlier
19050
19051 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
19052         * ext/gdk_pixbuf/Makefile.am:
19053         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
19054         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19055         Add new pixbufscale element to scale RGB video
19056         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
19057         and HYPER interpolation correctly.
19058         * ext/theora/theoraenc.c: (theora_enc_chain),
19059         Discard buffer and return if explicit caps could not be set
19060         (theora_enc_get_property):
19061         Make _get return kbps for the bitrate consistent with
19062         the _set function.
19063
19064
19065 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19066
19067         * ext/libvisual/visual.c: (gst_visual_chain):
19068           add missing visual_audio_analyze
19069
19070 2004-05-14  David Schleef  <ds@schleef.org>
19071
19072         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
19073         is killed while we're playing.
19074         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
19075         gst_element_no_more_pads().
19076
19077 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19078
19079         * gst-libs/gst/riff/riff-read.c :
19080           - fix INFO tag extraction in RIFF/AVI files
19081             because gst_event_unref (event) also freed taglist
19082           - avoid a mem leak
19083
19084 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19085
19086         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
19087         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
19088
19089         * gst/auparse/gstauparse.c :
19090           - add code (commented for now) to support audio/x-adpcm on src pad
19091             (we have no decoder for those layout yet)
19092
19093         * gst/cdxaparse/gstcdxaparse.c :
19094         * gst/cdxaparse/gstcdxaparse.h :
19095           - partial rewrite using RiffRead (ripped iain's wavparse code)
19096
19097         * gst/rtp/gstrtpL16enc.c : typo
19098         * gst/rtp/gstrtpgsmenc.c : typo
19099
19100 2004-05-13  Benjamin Otte  <otte@gnome.org>
19101
19102         * configure.ac:
19103           check for exact version of libvisual, it's not supposed to be
19104           API/ABI stable yet
19105
19106 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19107
19108         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
19109           signal no-more-pads
19110
19111 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
19112
19113         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
19114         Report which format was used for GST_FORMAT_DEFAULT
19115         * gst/debug/Makefile.am:
19116         * gst/debug/gstdebug.c: (plugin_init):
19117         * gst/debug/progressreport.c: (gst_progressreport_base_init),
19118         (gst_progressreport_class_init), (gst_progressreport_init),
19119         (gst_progressreport_report), (gst_progressreport_set_property),
19120         (gst_progressreport_get_property), (gst_progressreport_chain),
19121         (gst_progressreport_plugin_init):
19122         Add progressreport element for testing.
19123
19124 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19125
19126         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
19127         * sys/v4l/gstv4lsrc.h:
19128         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
19129         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
19130         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
19131         (gst_v4lsrc_grab_frame):
19132           add more debugging
19133           send a discont at start
19134
19135 2004-05-12  Colin Walters  <walters@redhat.com>
19136
19137         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
19138         inflooping if we can't find a chunk.  Or in other words, don't blow
19139         chunks if we don't have a chunk to blow.
19140
19141 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
19142         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
19143         Remove old debug output
19144         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
19145         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
19146         (gst_dvdec_set_property), (gst_dvdec_get_property):
19147         Change the quality setting to an enum, so it works from gst-launch
19148         Don't renegotiate a non-linked pad. Allows audio only decoding.
19149         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
19150         (gst_deinterlace_link), (gst_deinterlace_init):
19151         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
19152         (gst_videodrop_link):
19153         Some caps negotiation fixes
19154
19155 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19156
19157         * ext/tarkin/gsttarkin.c :
19158           - Change RANK from NONE to PRIMARY
19159         * ext/gdk_pixbuf/gstgdkpixbuf.c :
19160           - Change RANK from NONE to MARGINAL
19161         * ext/divx/gstdivxenc.c :
19162           - Change RANK from PRIMARY to NONE (encoder/spider issue)
19163
19164 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19165
19166         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
19167         (gst_vorbisenc_push_packet):
19168           copy a function that was added between 1.0 and 1.0.1 until we
19169           depend on worthwhile features of post-1.0
19170
19171 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19172
19173         * configure.ac:
19174           enable shout2 by default
19175         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
19176         (gst_shout2send_base_init), (gst_shout2send_init),
19177         (gst_shout2send_connect), (gst_shout2send_change_state):
19178         * ext/shout2/gstshout2.h:
19179           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
19180           #142262)
19181         * ext/theora/theora.c: (plugin_init):
19182           don't set rank on encoders
19183
19184 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
19185
19186         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19187           Use codec_data property instead of flag1 and flag2 for wma
19188
19189 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19190
19191         * gst/cdxaparse/gstcdxaparse.c :
19192           - Add mpegversion to CAPS to make it link
19193           - Rank is as GST_RANK_SECONDARY instead of NONE
19194         * gst/auparse/gstauparse.c :
19195           - Document all audio encoding we can encounter from Solaris 9
19196             headers and libsndfile information.
19197           - Increase max. rate from 48000 to 192000 (to match other elements)
19198           - Don't try to play junk data between header and samples
19199
19200 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19201
19202         * ext/libvisual/visual.c: (gst_visual_getcaps):
19203           use the right caps depending on endianness (I hope)
19204         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
19205           use GST_RANK_NONE for all non-decoding elements or spider gets
19206           mighty confused
19207
19208 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19209
19210         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19211           Fix some odd cases and fix BE metadata parsing of unicode16 text.
19212
19213 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19214
19215         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19216         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
19217         (gst_switch_loop), (gst_switch_get_type):
19218           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
19219           HEADERS. Had to be said.
19220
19221 2004-05-10  David Schleef  <ds@schleef.org>
19222
19223         * configure.ac: Add prototype Dirac support.
19224         * ext/Makefile.am:
19225         * ext/dirac/Makefile.am:
19226         * ext/dirac/gstdirac.cc:
19227         * ext/dirac/gstdiracdec.cc:
19228
19229 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19230
19231         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19232         (gst_auparse_init), (gst_auparse_chain),
19233         (gst_auparse_change_state):
19234           Hack around spider. Remove me some day please.
19235
19236 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19237
19238         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19239           Fix for some uninitialized variables in previous patch, also
19240           makes it work. Fixes #142286 while we're at it.
19241
19242 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19243
19244         * gst/auparse/gstauparse.c:
19245                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
19246                 only unsupported formats are ADPCM/CCITT G.72x
19247                 reviewed by Ronald
19248         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
19249
19250 2004-05-10  Wim Taymans  <wim@fluendo.com>
19251
19252         * ext/vorbis/Makefile.am:
19253         * ext/vorbis/README:
19254         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
19255         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
19256         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
19257         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
19258         (gst_oggvorbisenc_convert_sink),
19259         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
19260         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
19261         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
19262         (get_constraints_string), (update_start_message),
19263         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
19264         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
19265         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
19266         * ext/vorbis/oggvorbisenc.h:
19267         * ext/vorbis/vorbis.c: (plugin_init):
19268         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
19269         (raw_caps_factory), (gst_vorbisenc_class_init),
19270         (gst_vorbisenc_init), (gst_vorbisenc_setup),
19271         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
19272         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
19273         * ext/vorbis/vorbisenc.h:
19274         Added a raw vorbis encoder to be used with the oggmuxer.
19275         We still need the old encoder for some gnome applications,
19276         read the README to find out how that works.
19277         The raw encoder is called "rawvorbisenc" until 0.9.
19278
19279 2004-05-10  Wim Taymans  <wim@fluendo.com>
19280
19281         * ext/ogg/gstogg.c: (plugin_init):
19282         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
19283         (gst_ogg_print):
19284         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
19285         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
19286         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
19287         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
19288         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
19289         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
19290         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
19291         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
19292         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
19293         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
19294         Added an ogg muxer.
19295         Small typo fixes in the demuxer.
19296
19297 2004-05-10  Wim Taymans  <wim@fluendo.com>
19298
19299         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19300         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
19301         (theora_enc_change_state), (theora_enc_set_property),
19302         (theora_enc_get_property):
19303         Mark the last packet with an EOS flag which is not really needed
19304         in gstreamer.
19305         Do some better video framerate initialisation.
19306         Update the buffer timestamp.
19307
19308 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
19309
19310         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
19311         Return the result of the parent state change call
19312
19313 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19314
19315         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
19316         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
19317         * gst/law/alaw-encode.c : (idem)
19318         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
19319         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
19320         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
19321
19322 2004-05-09  Benjamin Otte  <otte@gnome.org>
19323
19324         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19325           don't use a fixed buffer size when writing variable length data to
19326           it. Fixes memory corruption and makes alsasrc work
19327
19328 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19329
19330         * ext/gnomevfs/gstgnomevfssink.c:
19331         (_gst_boolean_allow_overwrite_accumulator),
19332         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
19333           Run glib's default signal handler (??) in RUN_CLEANUP rather than
19334           RUN_LAST, and don't use that to set the accumulator value because
19335           then it's always FALSE.
19336
19337 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19338
19339         * gst-libs/gst/riff/riff-media.c:
19340         (gst_riff_create_video_caps_with_data),
19341         (gst_riff_create_audio_caps),
19342         (gst_riff_create_audio_template_caps):
19343         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19344           Fix for unaligned RIFF files (i.e. where all the chunks together
19345           in a LIST chunk are not of the same size as the size given in
19346           the LIST chunk header). Fixes several odd WAVE files. Also fix
19347           ADPCM (block_align property) in audio, so that wavparse based
19348           on this works now as it used to stand-alone.
19349
19350 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
19351
19352         reviewed by Benjamin Otte  <otte@gnome.org>
19353
19354         * ext/a52dec/gsta52dec.c:
19355         * ext/divx/gstdivxdec.c:
19356         * ext/divx/gstdivxenc.c:
19357         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
19358         * ext/faac/gstfaac.c: (gst_faac_base_init):
19359         * ext/faad/gstfaad.c: (gst_faad_base_init):
19360         * ext/ivorbis/vorbisfile.c:
19361         * ext/lame/gstlame.c:
19362         * ext/libfame/gstlibfame.c:
19363         * ext/mpeg2enc/gstmpeg2enc.cc:
19364         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
19365         * ext/sidplay/gstsiddec.cc:
19366         * ext/speex/gstspeexdec.c:
19367         * ext/speex/gstspeexenc.c:
19368         * ext/xvid/gstxviddec.c:
19369         * ext/xvid/gstxvidenc.c:
19370           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
19371           (fixes #142193)
19372
19373 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19374
19375         * ext/alsa/gstalsa.c: (device_list),
19376         (gst_alsa_class_probe_devices):
19377         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19378           Fix alsa oddness in mixer after the combination of using mixer
19379           in source/sink elements and using hw:x,y instead of just hw:x.
19380
19381 2004-05-09  Benjamin Otte  <otte@gnome.org>
19382
19383         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
19384         (gst_wavparse_create_sourcepad):
19385           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
19386           sourcepads
19387
19388 2004-05-09  Benjamin Otte  <otte@gnome.org>
19389
19390         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19391           allow discont events before caps nego
19392
19393 2004-05-08  Benjamin Otte  <otte@gnome.org>
19394
19395         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19396           don't leak events
19397
19398 2004-05-08  Benjamin Otte  <otte@gnome.org>
19399
19400         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
19401         (gst_level_change_state), (gst_level_init):
19402         * gst/level/gstlevel.h:
19403           figure out if we're initialized directly instead of keeping a
19404           variable that's wrong in 90% of cases
19405           don't initialize pads and then leak them and use a new unitialized
19406           pad. (fixes #142084)
19407           these were bugs so n00bish I didn't find them for an hour :/
19408
19409 2004-05-08 Iain <iain@prettypeople.org>
19410
19411         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
19412         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
19413         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
19414         return the length that was read.
19415         (gst_riff_read_strf_auds): Allow fmt tags as well.
19416
19417 2004-05-07  David Schleef  <ds@schleef.org>
19418
19419         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
19420         signed char assumption in faad.h.
19421
19422 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19423
19424         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19425           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
19426
19427 2004-05-07  Colin Walters  <walters@redhat.com>
19428
19429         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
19430         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
19431         function.
19432         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
19433         Add dispose function.
19434
19435 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
19436         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
19437           Fix caps nego and pad templates. RGB mode caps should
19438           work now.
19439         * ext/dvdnav/gst-dvd:
19440           Move mpeg2dec inside the thread because otherwise the
19441           queue rejects cap changes mid-stream
19442         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
19443         (gst_mpeg2dec_flush_decoder):
19444           For mpeg2dec > 0.4.0, call the flush function instead of
19445           manually extracting all in-flight frames.
19446         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
19447         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
19448           Change mime type video/dv go video/x-dv to match the
19449           rest of gst-plugins
19450
19451 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19452
19453         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19454         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
19455         (gst_alsa_sink_class_init):
19456         * ext/alsa/gstalsasink.h:
19457         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
19458         (gst_alsa_src_class_init):
19459         * ext/alsa/gstalsasrc.h:
19460           Make alsasink/src a subclass of alsamixer so that mixer stuff
19461           shows up in gst-rec. Needs some finetuning.
19462
19463 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19464
19465         * ext/lame/gstlame.c: (gst_lame_chain):
19466           simplify
19467         * ext/mad/gstmad.c: (gst_mad_handle_event):
19468           fix event leak
19469         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19470           be able to detect mp3 files < 4096 bytes
19471
19472 2004-05-06  Wim Taymans  <wim@fluendo.com>
19473
19474         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19475         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
19476         (theora_enc_set_property), (theora_enc_get_property):
19477         Also encode the first frame, cleanup some code.
19478
19479 2004-05-06  Wim Taymans  <wim@fluendo.com>
19480
19481         * ext/mpeg2enc/gstmpeg2enc.cc:
19482         Forward events first before deciding that negotiation was
19483         not performed.
19484
19485 2004-05-06  Wim Taymans  <wim@fluendo.com>
19486
19487         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19488         First process the events before deciding that negotiation
19489         was not performed.
19490
19491 2004-05-06  Wim Taymans  <wim@fluendo.com>
19492
19493         * ext/theora/Makefile.am:
19494         * ext/theora/theora.c: (plugin_init):
19495         * ext/theora/theoradec.c: (theora_dec_change_state):
19496         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
19497         (gst_theora_enc_class_init), (gst_theora_enc_init),
19498         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
19499         (theora_enc_chain), (theora_enc_change_state),
19500         (theora_enc_set_property), (theora_enc_get_property):
19501         Added a theora encoder, grouped the encoder and decoder into the
19502         same plugin.
19503
19504 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19505
19506         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19507         (gst_jpegenc_chain):
19508         fix DURATION on outgoing buffers
19509         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19510         debug using time formats
19511         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19513         (gst_xvimagesink_sink_link):
19514         windows with width/height 0 generate X errors, so don't allow them
19515
19516 2004-05-05  Wim Taymans  <wim@fluendo.com>
19517
19518         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
19519         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
19520         (gst_mpeg2dec_negotiate_format):
19521         * ext/mpeg2dec/gstmpeg2dec.h:
19522           removed the static pad template so that we can add the
19523           more accurate framerate value to the caps.
19524
19525
19526 2004-05-04  Benjamin Otte  <otte@gnome.org>
19527
19528         * configure.ac:
19529           check for kdemacros.h, too (should fix #141821)
19530         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19531           don't crash if no header was sent, but nicely error out (fixes part
19532           of #141554)
19533
19534 2004-05-04  Wim Taymans  <wim@fluendo.com>
19535
19536         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
19537         parent dispose function to avoid segfault on destroy.
19538
19539 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19540
19541         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19542         (plugin_init):
19543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19544         (gst_xvimagesink_sink_link):
19545         clean up debugging caps
19546         also recreate xvimage when format has changed
19547
19548 2004-05-04  Benjamin Otte  <otte@gnome.org>
19549
19550         * ext/libvisual/Makefile.am:
19551         * ext/libvisual/visual.c: (gst_visual_class_init),
19552         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
19553         (gst_visual_srclink), (gst_visual_chain),
19554         (gst_visual_change_state), (plugin_init):
19555           use a GstAdapter to correctly adapt buffer sizes - allows using a
19556           framerate
19557
19558 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19559
19560         * sys/v4l/gstv4lelement.h:
19561         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19562         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
19563         (gst_v4lsrc_buffer_free):
19564         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
19565         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19566         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
19567         (gst_v4lsrc_requeue_frame):
19568         move some debugging categories around
19569         query for fps index and set accordingly if found
19570
19571 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19572
19573         * ext/lame/gstlame.c:
19574         correct defaults that lame_init puts out of range
19575
19576 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19577
19578         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
19579         (gst_divxenc_class_init):
19580         fix range since -1 is the default
19581         * gst/mpeg1sys/gstmpeg1systemencode.c:
19582         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
19583         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
19584         (gst_rtjpegdec_chain):
19585         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
19586         (gst_rtjpegenc_chain):
19587         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
19588         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
19589         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
19590         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
19591         * sys/v4l/gstv4lsrc.c:
19592         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19593         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
19594         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
19595         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
19596         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
19597           remove gst_info calls
19598
19599 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19600
19601         * Makefile.am:
19602         * po/af.po:
19603         * po/az.po:
19604         * po/en_GB.po:
19605         * po/nl.po:
19606         * po/sr.po:
19607         * po/sv.po:
19608           Updated translations
19609
19610 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19611
19612         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19613           refactor/comment code
19614
19615 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19616
19617         * gst/asfdemux/Makefile.am:
19618         * gst/asfdemux/asfheaders.c:
19619         * gst/asfdemux/asfheaders.h:
19620         * gst/asfdemux/gstasf.c: (plugin_init):
19621         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
19622         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
19623         (gst_asf_demux_setup_pad):
19624         * gst/asfdemux/gstasfdemux.h:
19625         * gst/asfdemux/gstasfmux.c:
19626         * gst/asfdemux/gstasfmux.h:
19627           Add tagging support to demuxer, split out registration in its own
19628           file instead of in demux (hacky), and prevent having some tables
19629           in our memory multiple times (in asfheaders.h).
19630
19631 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19632
19633         * gst/matroska/matroska-demux.c:
19634         (gst_matroska_demux_parse_metadata):
19635         * gst/matroska/matroska-ids.h:
19636           Basic tag reading support.
19637
19638 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19639
19640         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
19641           Really detect ac-3 audio.
19642         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
19643           really detect matroska files (off-by-1).
19644
19645 2004-04-30  David Schleef  <ds@schleef.org>
19646
19647         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19648         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
19649         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
19650         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
19651         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
19652         hackage -- parse a lot more atoms, extract a few tags.  One might even
19653         mistake this for tag support.  Maybe it is.
19654         * gst/qtdemux/qtdemux.h:
19655
19656 2004-04-30  Colin Walters  <walters@verbum.org>
19657
19658         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
19659
19660 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19661
19662         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19663         (gst_ffmpegcolorspace_getcaps):
19664           remove broken nego fix
19665
19666 2004-04-30  Benjamin Otte  <otte@gnome.org>
19667
19668         * configure.ac:
19669         * ext/Makefile.am:
19670         * ext/libvisual/Makefile.am:
19671         * ext/libvisual/visual.c:
19672           add initial support for libvisual (http://libvisual.sourceforge.net)
19673           libvisual is still quite alpha, so expect crashes in there :)
19674
19675 2004-04-29  David Schleef  <ds@schleef.org>
19676
19677         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
19678         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
19679         up qtdemux to make it spit out codec_data.  Do _not_ look at this
19680         code; you will no longer respect me.
19681
19682 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19683
19684         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
19685         * ext/alsa/gstalsa.h :
19686         change alsa pcm device discovery to find more than 1 device
19687         per card. code review by Ronald.
19688
19689 2004-04-29  David Schleef  <ds@schleef.org>
19690
19691         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
19692         Add a check for a driver bug on FreeBSD.  (bug #140565)
19693
19694 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19695
19696         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
19697         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19698         (gst_jpegenc_getcaps):
19699           move format setting to inner loop
19700         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19701         (gst_ffmpegcolorspace_getcaps):
19702           use GST_PAD_CAPS if available so that we use already negotiated
19703           caps
19704         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19705         (qtdemux_parse_moov), (qtdemux_parse):
19706           extra debugging
19707         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
19708         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
19709           move hardcoded path to DEFINE
19710
19711 2004-04-28  David Schleef  <ds@schleef.org>
19712
19713         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
19714         (bug #140064)
19715
19716 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19717
19718         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19719           Don't probe for playback device if we're a source element. Fixes
19720           #139658.
19721
19722 2004-04-29  Benjamin Otte  <otte@gnome.org>
19723
19724         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19725         (gst_id3_tag_chain):
19726           rewrite buffer offset
19727
19728 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19729
19730         * configure.ac:
19731         * ext/Makefile.am:
19732         * ext/dts/Makefile.am:
19733         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
19734         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
19735         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
19736         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
19737         (gst_dtsdec_loop), (gst_dtsdec_change_state),
19738         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
19739         (plugin_init):
19740         * ext/dts/gstdtsdec.h:
19741           New DTS decoder.
19742         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
19743         (gst_faad_srcconnect):
19744           Add ESDS atom handling (.m4a).
19745
19746 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19747
19748         * ext/divx/gstdivxdec.c: (plugin_init):
19749           Remove comment that makes no sense.
19750         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
19751           Fix for obvious typo that resulted in warnings during gst-register.
19752         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
19753         (gst_xviddec_sink_link):
19754           Fix caps negotiation a bit better.
19755         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19756           We call this 'codec_data', not 'esds'.
19757
19758 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19759
19760         * gst/monoscope/gstmonoscope.c:
19761           make sure we only provide 256x128
19762         * gst/monoscope/monoscope.c: (monoscope_init):
19763           assert size of 256x128
19764
19765 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19766
19767         * Makefile.am:
19768         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
19769         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
19770           fixate to max width and height of device
19771
19772 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19773
19774         * Makefile.am:
19775         * sys/v4l/gstv4l.c:
19776         * sys/v4l/gstv4lsrc.c:
19777         * sys/v4l/v4l_calls.c:
19778         * sys/v4l/v4lsrc_calls.c:
19779           fix for qc-usb driver which fakes having more than one buffer
19780           by handing the same buffer twice, which confused GStreamer's/v4lsrc
19781           buffer_free override
19782           add debugging
19783
19784 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19785
19786         * Makefile.am:
19787         * gst/videotestsrc/gstvideotestsrc.c:
19788         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
19789         (gst_videotestsrc_init), (gst_videotestsrc_get),
19790         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
19791         * gst/videotestsrc/gstvideotestsrc.h:
19792           add num-buffers property
19793
19794         2004-04-26  Benjamin Otte  <otte@gnome.org>
19795
19796         * ext/mad/gstid3tag.c: (plugin_init):
19797           set id3mux rank to NONE so it doesn't confuse spider
19798           require audio/mpeg,mpegversion=1 in id3mux
19799
19800 2004-04-26  Benjamin Otte  <otte@gnome.org>
19801
19802         * configure.ac:
19803           detect faad correctly as non-working if it's indeed non-working
19804
19805 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19806
19807         * Makefile.am:
19808         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19809         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
19810         fix _getcaps so it only negotiates to its supported format
19811
19812 2004-04-25  Benjamin Otte  <otte@gnome.org>
19813
19814         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19815           fix memleak
19816
19817 2004-04-23  Benjamin Otte  <otte@gnome.org>
19818
19819         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19820           audio/x-raw-int with height rules! not. Now it's depth.
19821
19822 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19823
19824         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
19825         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
19826         (gst_wavparse_loop):
19827           Missing variable initialization. Add handling of DVI ADPCM. Fix
19828           mis-parsing of LIST chunks. This works around a bug where we mis-
19829           parse non-aligning LIST chunks (so LIST chunks where the contents
19830           don't align with the actual LIST size). The correct fix is to use
19831           rifflib, I'm not going to fix wavparse - too much work. All this
19832           fixes #104878.
19833
19834 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19835
19836         reviewed by Benjamin Otte  <otte@gnome.org>
19837
19838         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
19839           fix shoutcast not working (fixes #140844)
19840
19841 2004-04-22  Benjamin Otte  <otte@gnome.org>
19842
19843         * ext/hermes/gsthermescolorspace.c:
19844         (gst_hermes_colorspace_caps_remove_format_info):
19845         * gst/colorspace/gstcolorspace.c:
19846         (gst_colorspace_caps_remove_format_info):
19847         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19848         (gst_ffmpegcolorspace_caps_remove_format_info):
19849           s/gst_caps_simplify/gst_caps_do_simplify/
19850
19851 2004-04-22  Benjamin Otte  <otte@gnome.org>
19852
19853         * gst-libs/gst/riff/riff-media.c:
19854         (gst_riff_create_video_caps_with_data):
19855           mpegversion is an int
19856         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
19857           don't try to create pad templates with NULL caps, use any caps
19858           instead.
19859
19860 2004-04-20  David Schleef  <ds@schleef.org>
19861
19862         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
19863         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
19864         (bug #140384)
19865
19866 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19867
19868         reviewed by David Schleef
19869
19870         * ext/mad/gstid3tag.c: Add stdlib.h
19871         * gst/rtp/gstrtpgsmenc.c: same
19872         * gst/tags/gstid3tag.c: same
19873         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
19874         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
19875         GST_DISABLE_LOADSAVE use.
19876         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
19877         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
19878         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
19879         atol(3)).
19880         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
19881         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
19882         strtoul(3)).
19883         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
19884         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
19885         $(ID3_CFLAGS).
19886         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
19887         $(LIBFAME_CFLAGS).
19888
19889 2004-04-20  David Schleef  <ds@schleef.org>
19890
19891         * gst/realmedia/rmdemux.c:  This was supposed to part of the
19892         last checkin.  Same idea.
19893
19894 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19895
19896         reviewed by David Schleef
19897
19898         * configure.ac: bump required gstreamer version to 0.8.1.1
19899         because of following changes [--ds]
19900
19901         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
19902         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
19903         (gst_riff_read_header):  Use GST_READ_UINT*
19904         macros to access possibly unaligned memory.
19905
19906         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
19907         (mp3_type_find):  Use GST_READ_UINT*
19908         macros to access possibly unaligned memory.
19909         (mp3_type_find, mpeg1_parse_header, qt_type_find)
19910         (speex_type_find): Likewise
19911
19912         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
19913
19914         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
19915         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
19916         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
19917         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
19918         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
19919         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
19920         macros to access possibly unaligned memory.
19921
19922         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
19923         Likewise.
19924
19925         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
19926         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
19927
19928         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19929         Likewise.
19930
19931         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
19932         (gst_mpeg2subt_chain_subtitle): Likewise.
19933
19934         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
19935         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
19936         Likewise.
19937
19938         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
19939         Likewise.
19940
19941         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
19942         Likewise.
19943
19944         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
19945         Likewise.
19946
19947 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19948
19949         * configure.ac:
19950           update required version of GStreamer because of GST_TIME_FORMAT
19951
19952 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19953
19954         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
19955           remove leftover g_print
19956         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19957           don't try setting only a subset of the caps. We don't want to kill
19958           autoplugging on purpose
19959
19960 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19961
19962         * sys/ximage/ximagesink.c: (plugin_init):
19963         * sys/xvimage/xvimagesink.c: (plugin_init):
19964           add debugging categories
19965
19966 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19967
19968         * po/en_GB.po:
19969         * po/LINGUAS:
19970           Adding en_GB translation (Gareth Owen)
19971
19972 2004-04-20  David Schleef  <ds@schleef.org>
19973
19974         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
19975         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
19976         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
19977         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
19978         A number of new features and hacks to extract the esds atom and
19979         put it into the caps.  (bug #137724)
19980
19981 2004-04-19  David Schleef  <ds@schleef.org>
19982
19983         * gconf/Makefile.am: Fix for non-GNU make
19984         * gst-libs/gst/Makefile.am: Change directory order to handle
19985         GstPlay linking with gstinterfaces
19986         * gst-libs/gst/audio/make_filter: make use of tr portable
19987         * gst-libs/gst/play/Makefile.am: Add intended \
19988         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19989         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
19990         function prototype instead of void *.
19991         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
19992         macro.
19993         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19994         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
19995         * gst/videofilter/make_filter: make use of tr portable
19996         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
19997
19998 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19999
20000         * po/LINGUAS:
20001         * po/uk.po:
20002           Added Ukrainian translation (Maxim V. Dziumanenko)
20003
20004 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20005
20006         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
20007         (gst_gsmdec_link), (gst_gsmdec_chain):
20008           Fix capsnego, simplify chain function slightly.
20009         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20010           Add GSM.
20011
20012 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20013
20014         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20015         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
20016         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
20017           Hack to make wavparse work with spider (always -> sometimes pad).
20018           Fixes #135862 && #140411.
20019
20020 2004-04-18  Benjamin Otte  <otte@gnome.org>
20021
20022         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
20023         (gst_osselement_rate_probe_check),
20024         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
20025           get rid of \n in debug output
20026
20027 2004-04-17  Iain <iain@prettypeople.org>
20028
20029         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
20030         not just EOS.
20031
20032 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20033
20034         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
20035         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
20036         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
20037         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
20038         (gst_id3_tag_src_link), (gst_id3_tag_chain),
20039         (gst_id3_tag_change_state), (plugin_init):
20040           deprecate id3tag element and replace with id3demux/id3mux.
20041           great side effect: this ugly file is now even uglier, yay!
20042         * ext/mad/gstmad.h:
20043           remove non-available function
20044           update for new get_type
20045
20046 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20047
20048         * configure.ac:
20049           require mpeg2dec >= 0.4.0
20050
20051 2004-04-17  Benjamin Otte  <otte@gnome.org>
20052
20053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20054         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
20055         (gst_xvimagesink_set_xwindow_id):
20056           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
20057           assorted cleanup fixes.
20058
20059 2004-04-16  David Schleef  <ds@schleef.org>
20060
20061         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
20062         * sys/xvimage/xvimagesink.h: same
20063
20064 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20065
20066         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
20067           Fix GST_ELEMENT_ERROR with (NULL)
20068
20069 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20070
20071         * gst-libs/gst/riff/riff-media.c:
20072         (gst_riff_create_video_caps_with_data):
20073           Add div[3456] as fourccs for DivX 3 (fixes #140137).
20074
20075 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20076
20077         * gst-libs/gst/riff/riff-media.c:
20078         (gst_riff_create_video_caps_with_data),
20079         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
20080         (gst_riff_create_video_template_caps),
20081         (gst_riff_create_audio_template_caps):
20082         * gst-libs/gst/riff/riff-media.h:
20083         * gst-libs/gst/riff/riff-read.c:
20084         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
20085         * gst-libs/gst/riff/riff-read.h:
20086         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20087           Add MS RLE support. I added some functions to read out strf chunks
20088           into strf chunks and the data behind it. This is usually color
20089           palettes (as in RLE, but also in 8-bit RGB). Also use those during
20090           caps creation. Lastly, add ADPCM (similar to wavparse - which
20091           should eventually be rifflib based).
20092         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
20093         (gst_matroska_demux_init), (gst_matroska_demux_reset):
20094         * gst/matroska/matroska-demux.h:
20095           Remove placeholders for some prehistoric tagging system. Didn't add
20096           support for any tag system really anyway.
20097         * gst/qtdemux/qtdemux.c:
20098           Add support for audio/x-m4a (MPEG-4) through spider.
20099         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
20100         (gst_wavparse_loop):
20101           ADPCM support (#135862). Increase max. buffer size because we
20102           cannot split buffers for ADPCM (screws references) and I've seen
20103           files with 2048 byte chunks. 4096 seems safe for now.
20104
20105 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20106
20107         * configure.ac: bump nano to 1
20108
20109 === release 0.8.1 ===
20110
20111 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20112
20113         * configure.ac: releasing 0.8.1, "Comforting Sounds"
20114
20115 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20116
20117         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20118           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
20119           Fixes #140058
20120
20121 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20122
20123         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
20124           lower rank of dvddemux so that it's not used for mpeg playback.
20125
20126 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20127
20128         * configure.ac:
20129           save libs correctly when checking mad
20130
20131 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20132
20133         * ext/mad/gstid3tag.c: (plugin_init):
20134           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
20135
20136 2004-04-13  David Schleef  <ds@schleef.org>
20137
20138         * common/m4/gst-feature.m4: Call -config scripts with
20139         --plugin-libs if it is supported.
20140         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
20141         JPEG images are image/jpeg.
20142         * gst/debug/Makefile.am:
20143         * gst/debug/negotiation.c: (gst_negotiation_class_init),
20144         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
20145         (gst_negotiation_update_caps), (gst_negotiation_get_property),
20146         (gst_negotiation_plugin_init): Add a property that acts like
20147         filter caps.
20148         * testsuite/gst-lint:  Move license checking to be a standard
20149         test.
20150
20151 2004-04-13  David Schleef  <ds@schleef.org>
20152
20153         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
20154         patch from Sebastien Cote (bug #139958)
20155
20156 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20157
20158         * examples/gstplay/Makefile.am:
20159         * examples/gstplay/player.c: (main):
20160           make the commandline player example use gconf settings
20161
20162 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20163
20164         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
20165         (gst_cacasink_sinkconnect), (gst_cacasink_init),
20166         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
20167           init/end library during state transition, not object
20168           creation/disposal.  get rid of custom dispose handler.
20169
20170
20171 2004-04-12  Christian Schaller <Uraeus@gnome.org>
20172
20173         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
20174         be a symlink
20175
20176 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20177
20178         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
20179           Handle JUNK chunks inside data section. Prevents warnings.
20180
20181 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20182
20183         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20184         (gst_riff_create_video_template_caps):
20185           Add MS video v1.
20186         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20187         (gst_avi_demux_stream_data):
20188           Add support for "rec-list" chunks.
20189
20190 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20191
20192         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
20193           Fix another codecname mismatch.
20194
20195 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20196
20197         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20198           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
20199           so that MJPEG plays back.
20200
20201 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20202
20203         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
20204         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
20205         * gst/mpeg1videoparse/gstmp1videoparse.h:
20206           Fix for some slight mis-cuts in buffer parsing, and for some
20207           potential overflows or faults-causers. Adds disconts. Also fixes
20208           #139105 while we're at it.
20209
20210 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20211
20212         * configure.ac:
20213         * sys/v4l2/gstv4l2element.h:
20214           Workaround for missing struct v4l2_buffer declaration in Suse 9
20215           and Mandrake 10 linux/videodev2.h header file (#135919).
20216
20217 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20218
20219         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
20220           Bail out if no filename was given.
20221
20222 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20223
20224         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
20225         (gst_v4l2_fourcc_from_structure):
20226           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
20227           Y41B somewhere).
20228
20229 2004-04-09  Benjamin Otte  <otte@gnome.org>
20230
20231         * ext/gnomevfs/gstgnomevfssink.c:
20232         (_gst_boolean_allow_overwrite_accumulator),
20233         (gst_gnomevfssink_class_init):
20234           fix erase signal - if any handler returns false the file will not be
20235           overwritten. If no handler is connected, the file will not be
20236           overwritten either.
20237           renamed signal to "allow-overwrite"
20238         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
20239           free string when adding it to ID3 failed
20240         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20241           unref event when done
20242         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
20243           free caps
20244         * gst/typefind/gsttypefindfunctions.c:
20245         (mpeg_video_stream_type_find):
20246           fix invalid read
20247
20248 2004-04-08  David Schleef  <ds@schleef.org>
20249
20250         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20251         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
20252
20253 2004-04-08  David Schleef  <ds@schleef.org>
20254
20255         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
20256         we don't support (bug #139532)
20257
20258 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20259
20260         * ext/mad/gstmad.c: (gst_mad_handle_event),
20261         (gst_mad_check_caps_reset), (gst_mad_chain),
20262         (gst_mad_change_state):
20263           only set explicit caps if they haven't been set before for
20264           this stream.  MPEG-audio sample rate/channels aren't allowed
20265           to change in-stream.
20266           Fixes #139382
20267
20268 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20269
20270         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
20271         (_gst_boolean_did_something_accumulator),
20272         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
20273         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
20274         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
20275         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
20276         (gst_gnomevfssink_change_state):
20277           Fix erase signal. Don't erase by default. Remove handoff signal.
20278           Remove erase property. Don't segfault. General cleanup.
20279
20280 2004-04-07  Benjamin Otte  <otte@gnome.org>
20281
20282         * gst-libs/gst/gconf/test-gconf.c: (main):
20283           add missing gst_init
20284
20285 2004-04-07  Benjamin Otte  <otte@gnome.org>
20286
20287         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
20288           free the mutexes, too
20289
20290 2004-04-07  Benjamin Otte  <otte@gnome.org>
20291
20292         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
20293           actually free the URI string
20294         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
20295           compute offset correctly when passing discont events
20296         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20297           don't leak discont events
20298         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
20299           add some missing breaks so caps aren't copied randomly
20300         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
20301           if we realloc memory, we better use it
20302
20303 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20304
20305         * ext/mad/gstmad.c: (normal_seek):
20306           fix GST_FORMAT_TIME usage
20307
20308 2004-04-05  David Schleef  <ds@schleef.org>
20309
20310         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
20311         a deprecated function (hack!)
20312
20313 2004-04-05  Benjamin Otte  <otte@gnome.org>
20314
20315         * ext/esd/esdmon.c: (gst_esdmon_get):
20316           fix nonterminated vararg and memleak
20317
20318 2004-04-05  Benjamin Otte  <otte@gnome.org>
20319
20320         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
20321         (gst_ladspa_init), (gst_ladspa_force_src_caps),
20322         (gst_ladspa_set_property), (gst_ladspa_get_property),
20323         (gst_ladspa_instantiate), (gst_ladspa_activate),
20324         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
20325           clean up debugging
20326
20327 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
20328
20329         reviewed by Benjamin Otte  <otte@gnome.org>
20330
20331         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
20332           check for broken LADSPA parameters (fixes #138635)
20333
20334 2004-04-05  Benjamin Otte  <otte@gnome.org>
20335
20336         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
20337           advertise buffer-frames correctly on sinkpads
20338
20339 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20340
20341         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
20342         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
20343         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
20344         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
20345         (gst_mad_check_caps_reset), (gst_mad_chain):
20346         add more debugging, only reset caps when we're not in error state
20347
20348 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20349
20350         * ext/mad/gstmad.c: add debugging category, comment + cleanups
20351
20352 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
20353
20354         reviewed by Benjamin Otte  <otte@gnome.org>
20355
20356         * configure.ac:
20357           fix == in test(1) operator
20358
20359 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
20360
20361         reviewed by Benjamin Otte  <otte@gnome.org>
20362
20363         * configure.ac:
20364           fix --export-symblos-regex to a working regex.
20365
20366 2004-04-04  Benjamin Otte  <otte@gnome.org>
20367
20368         * sys/oss/.cvsignore:
20369           add for oss_probe
20370
20371 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20372
20373         reviewed by Benjamin Otte  <otte@gnome.org>
20374
20375         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20376           add missing 'new_media' argument (fixes #138168)
20377         * gst/matroska/matroska-demux.c:
20378         (gst_matroska_demux_handle_seek_event):
20379           add vararg terminator (fixes #138169)
20380
20381 2004-04-02  David Schleef  <ds@schleef.org>
20382
20383         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
20384         disted (bug #138914)
20385
20386 2004-04-01  Benjamin Otte  <otte@gnome.org>
20387
20388         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
20389         (gst_alsa_close_audio):
20390           handle case better where a soundcard can't pause
20391         * ext/ogg/gstoggdemux.c:
20392           don't crash when we get events but don't have pads yet
20393
20394 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20395
20396         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
20397           throw an error if we couldn't probe any caps.
20398
20399 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
20400
20401         * ext/dvdnav/gst-dvd:
20402         Add a really simple sample DVD player
20403
20404 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
20405
20406         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
20407         (gst_a52dec_push), (gst_a52dec_handle_event),
20408         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
20409         (gst_a52dec_change_state):
20410         * ext/a52dec/gsta52dec.h:
20411           Use a debug category, Output timestamps correctly
20412           Emit tag info, Handle events, tell liba52dec about cpu
20413           capabilities so it can use MMX etc.
20414         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
20415           Fix a crasher accessing invalid memory
20416         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
20417         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
20418         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20419         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
20420         (dvdnavsrc_query):
20421           Some support for byte-format seeking.
20422           Small fixes for still frames and menu button overlays
20423         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
20424         (gst_mpeg2dec_alloc_buffer):
20425           Use a debug category. Adjust the report level of several items to
20426           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
20427           so it doesn't lose the GstBuffer pointer
20428         * gst/debug/Makefile.am:
20429         * gst/debug/gstdebug.c: (plugin_init):
20430         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
20431         (gst_navseek_base_init), (gst_navseek_class_init),
20432         (gst_navseek_init), (gst_navseek_seek),
20433         (gst_navseek_handle_src_event), (gst_navseek_set_property),
20434         (gst_navseek_get_property), (gst_navseek_chain),
20435         (gst_navseek_plugin_init):
20436         * gst/debug/gstnavseek.h:
20437           Add the navseek debug element for seeking back and forth in a
20438           video stream using arrow keys.
20439         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
20440         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
20441         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
20442         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
20443         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
20444         (gst_mpeg2subt_parse_header), (gst_get_nibble),
20445         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
20446         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
20447         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
20448         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
20449         * gst/mpeg2sub/gstmpeg2subt.h:
20450           Pretty much a complete rewrite. Now a loopbased element. May still
20451           require work to properly synchronise subtitle buffers.
20452         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
20453         (gst_dvd_demux_send_subbuffer):
20454         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
20455           Don't attempt to create subbuffers of size 0
20456           Reduce a couple of error outputs to warnings.
20457         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
20458         (gst_y4mencode_chain):
20459         Output the y4m frame header correctly.
20460
20461 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20462
20463         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
20464           throw errors instead of allowing SIGFPE
20465
20466 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20467
20468         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
20469         (gst_gconf_render_bin_from_key):
20470           leak plugging and style fixing
20471
20472 2004-03-31  David Schleef  <ds@schleef.org>
20473
20474         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
20475         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
20476         (bug #138225)
20477         * gst/debug/Makefile.am:
20478         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
20479         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
20480         plugin.
20481         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
20482         (gst_negotiation_base_init), (gst_negotiation_class_init),
20483         (gst_negotiation_init), (gst_negotiation_getcaps),
20484         (gst_negotiation_pad_link), (gst_negotiation_chain),
20485         (gst_negotiation_set_property), (gst_negotiation_get_property),
20486         (gst_negotiation_plugin_init):  New element to talk about random
20487         negotiation things happening in a pipeline.
20488
20489 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20490
20491         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
20492           fix integer addition with help of Stefan Kost
20493
20494 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20495
20496         * po/nl.po: updated Dutch translation (Elros Cyriatan)
20497
20498 2004-03-30  David Schleef  <ds@schleef.org>
20499
20500         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
20501         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
20502         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
20503         (bug #137504)
20504         * ext/mpeg2dec/gstmpeg2dec.h:
20505
20506 2004-03-30  David Schleef  <ds@schleef.org>
20507
20508         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
20509
20510 2004-03-30  David Schleef  <ds@schleef.org>
20511
20512         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
20513         Michael Petullo) to handle .mov
20514
20515 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20516
20517         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
20518         (gst_osselement_rate_check_rate):
20519           probe caps correctly for sound cards that only support one format
20520
20521 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20522
20523         * ext/kio/kiosrc.cpp: (process_events):
20524           update handling event processing if inside KDE - untested
20525
20526 2004-03-29  David Schleef  <ds@schleef.org>
20527
20528         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
20529         by 2 to not interfere with other colorspaces.
20530         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
20531         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
20532         one to not interfere with ffmpeg_colorspace.
20533
20534 2004-03-29  David Schleef  <ds@schleef.org>
20535
20536         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
20537         aren't in the caps.
20538         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
20539         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
20540
20541 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20542
20543         * gst-libs/gst/riff/riff-media.c:
20544           fail on error, don't try to set stuff on NULL caps
20545
20546 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20547
20548         * configure.ac:
20549         * ext/Makefile.am:
20550         * ext/kio/Makefile.am:
20551         * ext/kio/kioreceiver.cpp:
20552         * ext/kio/kioreceiver.h:
20553         * ext/kio/kiosrc.cpp:
20554         * ext/kio/kiosrc.h:
20555           add experimental kiosrc plugin
20556         * ext/alsa/gstalsaplugin.c: (plugin_init):
20557           initialize debugging category only when we're sure registering the
20558           plugins worked.
20559
20560 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20561
20562         * examples/gstplay/player.c: (main):
20563         * gst-libs/gst/play/play.c: (gst_play_class_init),
20564         (gst_play_set_location), (gst_play_set_data_src),
20565         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20566         (gst_play_set_visualization), (gst_play_connect_visualization):
20567           check return values of element_set_state and return FALSE where
20568           failed
20569
20570 2004-03-29  Benjamin Otte  <otte@gnome.org>
20571
20572         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20573           try harder to check if an event is really a discont
20574
20575 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20576
20577         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
20578         * po/az.po:
20579
20580 2004-03-28  Benjamin Otte  <otte@gnome.org>
20581
20582         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20583         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20584         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20585           get rid of non-standard "..." ranges in case statements.
20586
20587 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
20588
20589         * gst/mpegstream/gstmpegdemux.c:
20590         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
20591         specific functionality split to the new dvddemux element.
20592         * gst/mpegstream/gstdvddemux.c:
20593         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
20594         streams, derived from mpegdemux.
20595         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
20596         up. SCR based timestamp rewriting can be turned off (will probably
20597         completely disappear soon).
20598         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
20599         hacking. General cleanup. All printf statements replaced by
20600         debugging messages. Almost complete libdvdnav support.
20601         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
20602         by events. New properties for audio and subpicture languages.
20603         (dvdnavsrc_update_highlight): Now uses events.
20604         (dvdnavsrc_user_op): Cleaned up.
20605         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
20606         based). Lots of cleanup, and propper support for most libdvdnav
20607         events.
20608         (dvdnavsrc_make_dvd_event): New function.
20609         (dvdnavsrc_make_dvd_nav_packet_event): New function.
20610         (dvdnavsrc_make_clut_change_event): New function.
20611
20612 2004-03-26  Benjamin Otte  <otte@gnome.org>
20613
20614         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
20615           fix bug where typefinding would claim it's theora whenever less then
20616           7 bytes of data were available
20617
20618 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20619
20620         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
20621         (gst_alawdec_base_init), (gst_alawdec_class_init),
20622         (gst_alawdec_init), (gst_alawdec_chain):
20623         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
20624         (gst_alawenc_base_init), (gst_alawenc_class_init),
20625         (gst_alawenc_init), (gst_alawenc_chain):
20626         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
20627         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
20628         (gst_mulawdec_init), (gst_mulawdec_chain):
20629         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
20630         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
20631         (gst_mulawenc_init), (gst_mulawenc_chain):
20632           Fix capsnego in all four, remove the unused property functions and
20633           simplify the chain functions slightly. I guess we could use macros
20634           or something similar for those, since the code is so similar, but
20635           I'm currently too lazy...
20636
20637 2004-03-24  David Schleef  <ds@schleef.org>
20638
20639         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
20640         (gst_osselement_close_audio), (gst_osselement_probe_caps),
20641         (gst_osselement_get_format_structure),
20642         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
20643         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
20644         (gst_osselement_rate_int_compare): Add code to handle rate probing
20645         (bug #120883)
20646         * sys/oss/gstosselement.h: same
20647         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
20648         Use rate probing provided by osselement.
20649         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
20650
20651 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20652
20653         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
20654         (gst_xvidenc_get_property):
20655           ulong/int mess-up.
20656
20657 2004-03-24  David Schleef  <ds@schleef.org>
20658
20659         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
20660         (gst_speexdec_init):
20661         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
20662         (gst_speexenc_init):  Create the pad template correctly (from
20663         the static pad template, not a NULL pointer.)
20664
20665 2004-03-25  Benjamin Otte  <otte@gnome.org>
20666
20667         * gst/debug/Makefile.am:
20668         * gst/debug/breakmydata.c:
20669           add element that quasi-randomly changes bytes in the stream.
20670           Intended use is robustness checking of demuxers and decoders in
20671           media tests.
20672
20673 2004-03-24  Benjamin Otte  <otte@gnome.org>
20674
20675         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20676         (gst_alsa_probe_hw_params):
20677         * ext/alsa/gstalsa.h:
20678           debugging output fixes
20679
20680 2004-03-24  Benjamin Otte  <otte@gnome.org>
20681
20682         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
20683           don't g_return_if_fail if element is PLAYING, fail silently as every
20684           other element.
20685         * gst/effectv/gstquark.c: (gst_quarktv_chain):
20686           only fix needed for cast lvalue issues in gst-plugins
20687         * gst/volenv/gstvolenv.c: (gst_volenv_init):
20688           add proxy_getcaps
20689
20690 2004-03-24  Benjamin Otte  <otte@gnome.org>
20691
20692         * gst/level/gstlevel.c: (gst_level_init):
20693           add proxying getcaps function, so level doesn't advertise impossible
20694           caps
20695
20696 2004-03-24  David Schleef  <ds@schleef.org>
20697
20698         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20699         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
20700         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
20701         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
20702         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
20703         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
20704         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
20705         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
20706         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
20707         messages.  Divide the chunk size by the compression ratio
20708         (needed for MACE audio)
20709
20710 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20711
20712         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20713           Fix buffer overflow read error.
20714
20715 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20716
20717         * ext/alsa/gstalsa.h:
20718           Remove unused entry.
20719         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20720           Add cinepak.
20721         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20722         (gst_videodrop_link), (gst_videodrop_chain):
20723           Fix, sort of. Was horribly broken with new capsnego. Bah...
20724
20725 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
20726
20727         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
20728         (plugin_init):
20729         Add a monkeysaudio typefind function
20730
20731 2004-03-23  Johan Dahlin  <johan@gnome.org>
20732
20733         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
20734         (gst_play_video_fixate): Check so the structure has the field
20735         before trying to fixate them, this makes it possible to have
20736         fakesinks for video and audio output without printing errors on
20737         the output console.
20738
20739 2004-03-22  David Schleef  <ds@schleef.org>
20740
20741         * sys/oss/Makefile.am:
20742         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
20743         (check_rate), (add_rate):  Rate probing test app.
20744
20745 2004-03-21  Benjamin Otte  <otte@gnome.org>
20746
20747         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20748         (_fixate_caps_to_int), (gst_audio_convert_fixate):
20749           add a fixation function that pretty much does the right thing (fixes
20750           #137556)
20751
20752 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
20753
20754         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
20755
20756 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20757
20758         reviewed by: Benjamin Otte  <otte@gnome.org>
20759
20760         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20761           terminate gst_event_new_discontinuous correctly (fixes parts of
20762           #137711)
20763
20764 2004-03-19  David Schleef  <ds@schleef.org>
20765
20766         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
20767         since it doesn't depend on X, and it's part of our ABI.
20768
20769 2004-03-19  Iain <iain@prettypeople.org>
20770
20771         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
20772         is_int in the structure, not the local variable.
20773
20774 2004-03-19  David Schleef  <ds@schleef.org>
20775
20776         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
20777         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
20778         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
20779         Improvements in caps negotiation.
20780
20781 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20782
20783         * po/LINGUAS:
20784         * po/af.po:
20785           adding Afrikaans (Petri Jooste)
20786
20787 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20788
20789         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20790         (gst_ffmpegcolorspace_chain):
20791         throw error instead of g_critical (#137588)
20792
20793 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20794
20795         * Makefile.am:
20796         * configure.ac:
20797           dist common and m4 correctly
20798         * po/sv.po:
20799
20800 2004-03-17  David Schleef  <ds@schleef.org>
20801
20802         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
20803         (bug #137348)
20804
20805 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20806
20807         * po/LINGUAS:
20808         * po/sv.po:
20809           adding Swedish translation (Christian Rose)
20810
20811 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20812
20813         * Makefile.am: use release.mak
20814
20815 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20816
20817         * common/ChangeLog:
20818         * common/gst-autogen.sh:
20819           add some explanation about the version detection
20820         * configure.ac:
20821           fix X check
20822
20823 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20824
20825         * configure.ac: bump nano to 1
20826
20827 === release 0.8.0 ===
20828
20829 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20830
20831         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
20832
20833 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20834
20835         * configure.ac:
20836           update libtool version
20837         * gst-libs/gst/media-info/Makefile.am:
20838           actually use libtool version
20839
20840 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20841
20842         * configure.ac: fix speex detection to work with 1.0 but not 1.1
20843
20844 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20845
20846         * configure.ac:
20847         * gst-plugins.spec.in:
20848         * pkgconfig/Makefile.am:
20849         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
20850         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20851         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20852         * pkgconfig/gstreamer-libs.pc.in:
20853         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20854         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20855         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
20856         * pkgconfig/gstreamer-plugins.pc.in:
20857           remove @VERSION@ from some of the pc files since core and plugins
20858           are decoupled.
20859           created gstreamer-plugins.pc as it's a better name, but keeping
20860           -libs around for now to get fixes upstream done first.
20861
20862 2004-03-15  Julien MOUTTE <julien@moutte.net>
20863
20864         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
20865         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
20866         * gst-libs/gst/play/play.h:
20867
20868 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20869
20870         * *.c, *.cc: don't mix tabs and spaces
20871
20872 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20873
20874         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
20875           use the new ffmpegcolorspace
20876         * gst-plugins.spec.in:
20877           package new colorspace and media-info
20878         * configure.ac:
20879         * pkgconfig/Makefile.am:
20880           fix some more disting issues
20881         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20882         * pkgconfig/gstreamer-media-info.pc.in:
20883           generate media-info pc files
20884
20885 2004-03-15  Johan Dahlin  <johan@gnome.org>
20886
20887         * *.h: Revert indenting
20888
20889 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20890
20891         * configure.ac:
20892           adding ffmpegcolorspace element
20893         * gst/ffmpegcolorspace/Makefile.am:
20894         * gst/ffmpegcolorspace/avcodec.h:
20895         * gst/ffmpegcolorspace/common.h:
20896         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
20897         * gst/ffmpegcolorspace/dsputil.h:
20898         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
20899         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20900         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
20901         (gst_ffmpeg_caps_to_pix_fmt):
20902         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
20903         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20904         (gst_ffmpegcolorspace_caps_remove_format_info),
20905         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
20906         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
20907         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
20908         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
20909         (gst_ffmpegcolorspace_set_property),
20910         (gst_ffmpegcolorspace_get_property),
20911         (gst_ffmpegcolorspace_register):
20912         * gst/ffmpegcolorspace/imgconvert.c:
20913         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20914         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
20915         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
20916         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
20917         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
20918         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
20919         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
20920         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
20921         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
20922         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
20923         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
20924         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
20925         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
20926         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
20927         (img_get_alpha_info), (deinterlace_line),
20928         (deinterlace_line_inplace), (deinterlace_bottom_field),
20929         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
20930         * gst/ffmpegcolorspace/imgconvert_template.h:
20931         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
20932         * gst/ffmpegcolorspace/mmx.h:
20933         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
20934           adding ffmpegcolorspace element supplied by Ronald after cleaning
20935           up and pulling in the right bits of upstream source.
20936           I'm sure a better C/compiler wizard could do some cleaning up (for
20937           example use GLIB's malloc stuff), but as a first pass this
20938           works very well
20939
20940 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20941
20942         * ext/alsa/gstalsa.h:
20943           I assume Ronald forgot to commit the change to have cardname
20944           as a struct member.  Expect some public spanking at the next
20945           opportunity.
20946
20947 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20948
20949         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
20950         (gst_alsa_open_audio), (gst_alsa_close_audio):
20951         * ext/alsa/gstalsa.c:
20952           Don't open the device if we're a mixer (= padless).
20953         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
20954         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
20955         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
20956           Open mixer during state change rather than during object
20957           initialization. Also, get a device name. Currently in a somewhat
20958           hackish fashion, but I didn't really find something better.
20959
20960 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20961
20962         * *.c, *.h: run gst-indent
20963
20964 2004-03-14  Benjamin Otte  <otte@gnome.org>
20965
20966         * gst/modplug/gstmodplug.cc:
20967         * gst/modplug/gstmodplug.h:
20968           set correct timestamps on outgoing buffers
20969
20970 2004-03-14  Benjamin Otte  <otte@gnome.org>
20971
20972         * gst/modplug/gstmodplug.cc:
20973           handle events - don't do crap when a discont arrives that's not
20974           necessary
20975           This allows correct loading and playback of mods in Rhythmbox
20976
20977 2004-03-14  Benjamin Otte  <otte@gnome.org>
20978
20979         * configure.ac:
20980         * gst-libs/gst/gconf/Makefile.am:
20981         * pkgconfig/Makefile.am:
20982           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
20983           they get rebuilt properly
20984         * configure.ac:
20985           when checking for vorbis, try pkgconfig first.
20986         * gst/modplug/gstmodplug.cc:
20987           add fixate function
20988
20989 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20990
20991         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20992           Fix for obvious mistake, where we first shift the offset and then
20993           read a samplesize element assuming the old offset. Note that this
20994           part still has something weird, i.e. my movies containing those
20995           don't actually play well, but at least there's something that looks
20996           like sound now.
20997
20998 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
20999         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
21000         (plugin_init):
21001         Add a typefind function for speex format
21002
21003 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21004
21005         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
21006         (gst_asf_demux_setup_pad):
21007           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
21008           instead of 0. Reason is simple: some elements have a fps range
21009           of 1-max instead of 0-max. So now ASF video actually works.
21010
21011 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21012
21013         * po/LINGUAS:
21014         * po/sr.po:
21015           adding serbian as a language
21016
21017 2004-03-13  Benjamin Otte  <otte@gnome.org>
21018
21019         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
21020           return taglist correctly from _get function, don't gst_pad_push it.
21021           (fixes #137042)
21022
21023 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
21024         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
21025
21026 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21027
21028         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
21029         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
21030         (gst_alsa_mixer_track_new):
21031         * ext/alsa/gstalsamixertrack.h:
21032           Fix ancient leftovers... MixerTrack is a GObject.
21033
21034 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21035
21036         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
21037         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
21038           Don't block during probing...
21039
21040 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21041
21042         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
21043         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
21044         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
21045         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
21046         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
21047         (gst_alsa_open_audio), (gst_alsa_close_audio):
21048         * ext/alsa/gstalsa.h:
21049           Add propertyprobe interface implementation, add some device-name
21050           property, all this so that it looks good in gnome-volume-control.
21051
21052 2004-03-12  David Schleef  <ds@schleef.org>
21053
21054         * configure.ac: the Hermes library controls hermescolorspace, not
21055         colorspace.
21056         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
21057         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
21058         not /* */
21059         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
21060         * ext/sdl/sdlvideosink.h: ditto.
21061         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
21062
21063 2004-03-12  Benjamin Otte  <otte@gnome.org>
21064
21065         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
21066         (gst_x_overlay_got_xwindow_id):
21067         * gst-libs/gst/xoverlay/xoverlay.h:
21068           replace XID with unsigned long to get rid of the xlibs dependency in
21069           XOverlay (fixes #137004)
21070
21071 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
21072         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
21073         (gst_agingtv_setup):
21074         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
21075         (gst_dicetv_base_init), (gst_dicetv_class_init),
21076         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
21077         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
21078         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
21079         (gst_edgetv_setup), (gst_edgetv_rgb32):
21080         * gst/effectv/gsteffectv.c:
21081         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
21082         (gst_quarktv_set_property):
21083         * gst/effectv/gstrev.c: (gst_revtv_get_type),
21084         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
21085         (gst_revtv_setup), (gst_revtv_rgb32):
21086         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
21087         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
21088         (gst_shagadelictv_init), (gst_shagadelictv_setup),
21089         (gst_shagadelictv_rgb32):
21090         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
21091         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
21092         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
21093         * gst/effectv/gstwarp.c:
21094         Port everything that can be ported to videofilter and fix up the caps.
21095         Can someone with a big-endian machine please check these?
21096
21097 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21098
21099         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
21100         (gst_osssink_chain), (gst_osssink_change_state):
21101           Latest fixes for A/V sync, audio playback and such. This is about
21102           all... MPEG playback issues are mostly related to the async build-
21103           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
21104
21105 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21106
21107         patch from: Stephane Loeuillet
21108
21109         * configure.ac:
21110           use pkg-config for some libraries, falling back to the old .m4 way
21111           (fixes #131270)
21112         * m4/libdv.m4:
21113           removed
21114
21115 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21116
21117         * configure.ac:
21118         * tools/Makefile.am:
21119         * tools/Makefile.in:
21120         * tools/gst-launch-ext-m.m:
21121         * tools/gst-launch-ext.1.in:
21122         * tools/gst-visualise-m.m:
21123         * tools/gst-visualise.1:
21124         * tools/gst-visualise.1.in:
21125           reorganizing generation of script tools
21126
21127 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21128
21129         * ext/divx/gstdivxdec.c:
21130           Downgrade priority. We prefer ffdec_mpeg4.
21131         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
21132         (gst_faad_chain), (gst_faad_change_state):
21133           Fix capsnego. Doesn't work for some sounds because we don't have
21134           a 5:1 to stereo element.
21135         * ext/xvid/gstxvid.c: (plugin_init):
21136           Add priority.
21137         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
21138         (gst_osssink_change_state):
21139           Add discont handling.
21140
21141 2004-03-09  Colin Walters  <walters@verbum.org>
21142
21143         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
21144         conversion.
21145
21146 2004-03-09  Benjamin Otte  <otte@gnome.org>
21147
21148         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
21149           the signals take 2 arguments
21150
21151 2004-03-09  David Schleef  <ds@schleef.org>
21152
21153         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
21154         (gst_alsa_fixate): Add fixate function.  (bug #136686)
21155         * ext/alsa/gstalsa.h:
21156         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
21157
21158 2004-03-09  Benjamin Otte  <otte@gnome.org>
21159
21160         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
21161         (gst_mikmod_change_state):
21162         * ext/mikmod/gstmikmod.h:
21163           make mikmod's loop function not loop infinitely and call
21164           gst_element_yield anymore
21165         * gst/modplug/gstmodplug.cc:
21166           fix pad negotiation (fixes #136590)
21167
21168 2004-03-09  David Schleef  <ds@schleef.org>
21169
21170         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
21171         doesn't conflict with the internal colorspace plugin.
21172         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
21173         satisfy the crappy-ass shell shipped by a certain vendor.
21174         * gst/videofilter/make_filter: same (bug #135299)
21175
21176 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21177
21178         * configure.ac: bump nano to 1
21179
21180 === release 0.7.6 ===
21181
21182 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21183
21184         * configure.in: releasing 0.7.6, "There"
21185
21186 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21187
21188         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21189         * pkgconfig/gstreamer-play.pc.in:
21190           synchronize the two
21191
21192 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21193
21194         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
21195         (cdparanoia_open), (cdparanoia_event):
21196           fix/add error handling
21197         * po/POTFILES.in:
21198           add cdparanoia source
21199         * tools/Makefile.am:
21200           make scripts executable
21201
21202 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21203
21204         * configure.ac:
21205         * ext/vorbis/Makefile.am:
21206         * sys/Makefile.am:
21207           remove id3types, vorbisfile and xvideosink from the build (#133783)
21208
21209 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21210
21211         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21212           Fix metadata read crash (#136537).
21213
21214 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21215
21216         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
21217         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
21218           adding mime types, fixing the one-stop function
21219
21220 2004-03-08  Christian Schaller <Uraeus@gnome.org>
21221
21222         * ext/nas/nassink.c and /ext/nas/nassink.h:
21223         More NAS love from Arwed von Merkatz
21224         So lets all sing 'Can you feel the NAS tonight'
21225
21226 2004-03-08  Christian Schaller <Uraeus@gnome.org>
21227
21228         * tools/gst-launch-ext.in:
21229         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
21230
21231 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21232
21233         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
21234         (gst_mpeg2dec_init):
21235         remove the user_data pad for now, because it is being used in
21236         fixating causing MPEG playback to fixate on 1000 Hz for playback.
21237         If someone knows how to fix this properly, please do.
21238
21239 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21240
21241         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21242         (gst_osssink_get_time):
21243         add a warning, IMO this won't get triggered anymore, remove later
21244
21245 2004-03-07  David Schleef  <ds@schleef.org>
21246
21247         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
21248         format (bug #136470)
21249
21250 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
21251
21252         * gst-libs/Makefile.am:
21253         * gst-libs/gst/media-info/Makefile.am:
21254         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
21255         (error_callback), (gst_media_info_error_create),
21256         (gst_media_info_error_element), (gmip_init), (gmip_reset),
21257         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
21258         * gst-libs/gst/media-info/media-info-priv.h:
21259         * gst-libs/gst/media-info/media-info-test.c: (main):
21260         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
21261         (gst_media_info_class_init), (gst_media_info_instance_init),
21262         (gst_media_info_set_source), (gst_media_info_read_with_idler),
21263         (gst_media_info_read_idler), (gst_media_info_read):
21264         * gst-libs/gst/media-info/media-info.h:
21265         fixed, should work now
21266
21267 2004-03-07  Christian Schaller <Uraeus@gnome.org>
21268
21269         * ext/nas/nassink.c:
21270         A bunch of NAS fixes from Arwed von Merkatz
21271
21272 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21273
21274         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21275         (qtdemux_parse_trak):
21276           Fix crash (j might be greater than n_samples, in which case we're
21277           writing outside the allocated space for the array) and memleak.
21278
21279 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21280
21281         * sys/oss/gstosssink.c: (gst_osssink_chain):
21282           And another caller that couldn't handle delay < 0 (unsigned
21283           integer overflow). Video now continues playing on an audio
21284           buffer underrun, and the clock continues working. Audio still
21285           stalls.
21286
21287 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21288
21289         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21290         (gst_osssink_get_time):
21291           get_delay() may return values lower than 0. In those cases, we
21292           should not actually cast to *unsigned* int64, that will break
21293           stuff horribly. In my case, it screwed up A/V sync in movies
21294           in totem rather badly.
21295
21296 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21297
21298         * ext/faac/gstfaac.c: (gst_faac_chain):
21299         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21300         * ext/libpng/gstpngenc.c: (user_write_data):
21301         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
21302         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
21303         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
21304         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
21305         Fix several misuse of gst_buffer_merge (it doesn't take ownership
21306         of any buffer), should fix some leaks. I hope I didn't unref buffers
21307         that shouldn't be...
21308
21309 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21310
21311         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
21312         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
21313         (error_callback), (gmi_reset), (gmi_seek_to_track),
21314         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
21315         (gmip_find_type_post), (gmip_find_stream_post),
21316         (gmip_find_track_streaminfo_post):
21317         * gst-libs/gst/media-info/media-info-priv.h:
21318         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
21319         (info_print), (main):
21320         * gst-libs/gst/media-info/media-info.c:
21321         (gst_media_info_error_create), (gst_media_info_error_element),
21322         (gst_media_info_instance_init), (gst_media_info_get_property),
21323         (gst_media_info_new), (gst_media_info_set_source),
21324         (gst_media_info_read_idler), (gst_media_info_read):
21325         * gst-libs/gst/media-info/media-info.h:
21326           first pass at making this work again.  This seems to work on
21327           tagged ogg/vorbis and mp3 files.
21328
21329 2004-03-06  Benjamin Otte  <otte@gnome.org>
21330
21331         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21332           fix huge leak: gst_buffer_merge doesn't unref the first argument
21333           itself.
21334
21335 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21336
21337         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
21338           report layer/mode/emphasis
21339
21340 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21341
21342         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
21343
21344 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21345
21346         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
21347           signal serial
21348
21349 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21350
21351         * ext/vorbis/vorbis.c: (plugin_init):
21352         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
21353         (gst_vorbis_dec_init), (vorbis_dec_event):
21354         add debug category
21355         make vorbisdec handle _BYTE and _TIME queries
21356
21357 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21358
21359         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
21360           from the xing header
21361
21362 2004-03-06  Benjamin Otte  <otte@gnome.org>
21363
21364         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
21365         (gst_audio_convert_link), (gst_audio_convert_change_state),
21366         (gst_audio_convert_buffer_from_default_format):
21367           do conversions from/to float correctly, fix some caps nego errors,
21368           export correct supported caps in template and getcaps, use correct
21369           caps in try_set_caps functions
21370
21371 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21372
21373         For some reason, I only committed a ChangeLog entry yesterday and
21374         not the corresponding code...
21375         * ext/mad/gstmad.c: Fix detection of Xing headers
21376         * gst/tags/gstid3tag.c: Changes to support TLEN tags
21377
21378 2004-03-06  Benjamin Otte  <otte@gnome.org>
21379
21380         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
21381         (gst_ogg_demux_src_query):
21382           make sure to handle the case where there's no current chain
21383           gracefully.
21384
21385 2004-03-05  David Schleef  <ds@schleef.org>
21386
21387         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
21388         Add fixate function. (bug #131128)
21389         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
21390         (gst_sdlvideosink_fixate):  Add fixate function.
21391         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21392         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
21393         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
21394         Fix missing break that was causing ulaw to be interpreted as
21395         raw int.
21396
21397 2004-03-05  David Schleef  <ds@schleef.org>
21398
21399         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
21400         Fix code that ignores return value of gst_buffer_merge().
21401         (bug #114560)
21402         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
21403         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
21404         * testsuite/gst-lint:  Check for above.
21405
21406 2004-03-05  David Schleef  <ds@schleef.org>
21407
21408         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
21409         caps and throw an element error.  (bug #136334)
21410
21411 2004-03-05  David Schleef  <ds@schleef.org>
21412
21413         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
21414         (gst_faad_chain): Fix negotiation.
21415         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
21416         key and button events.
21417         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
21418         dung heap of code.
21419         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
21420         depends on gconf
21421         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
21422         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
21423         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
21424         function to encourage better negotiation, particularly between
21425         audioconvert and osssink.
21426         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21427         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
21428         more important.
21429         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
21430         typefinding.
21431         * gst/vbidec/vbiscreen.c:  Add glib header
21432         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
21433
21434 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
21435
21436         * ext/mad/gstmad.c: Fix detection of Xing headers
21437         * gst/tags/gstid3tag.c: Changes to support TLEN tags
21438
21439 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21440
21441         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21442         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
21443           debug updates
21444
21445 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21446
21447         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21448         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
21449         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
21450         files, and report the parsed length as a GST_TAG_DURATION tag.
21451         * gst/tags/gstid3tag.c: support TLEN (duration) tag
21452
21453 2004-03-05  Benjamin Otte  <otte@gnome.org>
21454
21455         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
21456           convert channels correctly. convert correctly to unsigned.
21457
21458 2004-03-05  Julien MOUTTE <julien@moutte.net>
21459
21460         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
21461         we have a window before clearing it.
21462
21463 2004-03-05  Julien MOUTTE <julien@moutte.net>
21464
21465         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
21466         have a window before clearing it.
21467
21468 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21469
21470         * gconf/gstreamer.schemas.in:
21471         * gst-libs/gst/gconf/Makefile.am:
21472           version installation path the same way as for 0.6
21473         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
21474         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21475         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21476           remove comment that was fixed
21477
21478 2004-03-05  David Schleef  <ds@schleef.org>
21479
21480         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
21481         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
21482         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
21483         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
21484         Add prototype code for handling seeking and querying.
21485
21486 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21487
21488         * examples/gstplay/player.c: (main):
21489           Initialize variables to NULL. Prevents a segfault because the
21490           (uninitialized) variable is not NULL, resulting in a crash on
21491           trying to reach error->message.
21492
21493 2004-03-05  Benjamin Otte  <otte@gnome.org>
21494
21495         * gst/audioconvert/gstaudioconvert.c:
21496         (gst_audio_convert_buffer_to_default_format):
21497         make float=>int conversion work correctly even in cornercases.
21498
21499 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
21500
21501         * debian/README.Debian:
21502         * debian/build-deps:
21503         * debian/changelog:
21504         * debian/control:
21505         * debian/control.in:
21506         * debian/copyright:
21507         * debian/gstreamer-a52dec.files:
21508         * debian/gstreamer-aa.files:
21509         * debian/gstreamer-alsa.files:
21510         * debian/gstreamer-alsa.manpages:
21511         * debian/gstreamer-arts.files:
21512         * debian/gstreamer-artsd.files:
21513         * debian/gstreamer-audiofile.files:
21514         * debian/gstreamer-avifile.files:
21515         * debian/gstreamer-cdparanoia.files:
21516         * debian/gstreamer-colorspace.files:
21517         * debian/gstreamer-doc.files:
21518         * debian/gstreamer-dv.files:
21519         * debian/gstreamer-dvd.files:
21520         * debian/gstreamer-esd.files:
21521         * debian/gstreamer-festival.files:
21522         * debian/gstreamer-flac.files:
21523         * debian/gstreamer-gconf.conffiles:
21524         * debian/gstreamer-gconf.files:
21525         * debian/gstreamer-gconf.postinst:
21526         * debian/gstreamer-gnomevfs.files:
21527         * debian/gstreamer-gsm.files:
21528         * debian/gstreamer-http.files:
21529         * debian/gstreamer-jack.files:
21530         * debian/gstreamer-jpeg.files:
21531         * debian/gstreamer-mad.files:
21532         * debian/gstreamer-mikmod.files:
21533         * debian/gstreamer-misc.files:
21534         * debian/gstreamer-mpeg2dec.files:
21535         * debian/gstreamer-oss.files:
21536         * debian/gstreamer-plugin-apps.files:
21537         * debian/gstreamer-plugin-apps.manpages:
21538         * debian/gstreamer-plugin-libs-dev.files:
21539         * debian/gstreamer-plugin-libs.files:
21540         * debian/gstreamer-plugin-template.postinst:
21541         * debian/gstreamer-plugin-template.postrm:
21542         * debian/gstreamer-sdl.files:
21543         * debian/gstreamer-sid.files:
21544         * debian/gstreamer-vorbis.files:
21545         * debian/gstreamer-x.files:
21546         * debian/mk.control:
21547         * debian/rules:
21548         Debian package info not maintained here.
21549
21550 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21551
21552         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
21553         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
21554         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
21555         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
21556         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
21557         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
21558         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
21559         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
21560         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
21561         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
21562         * gst-libs/gst/colorbalance/colorbalance.c:
21563         (gst_color_balance_class_init):
21564         * gst-libs/gst/colorbalance/colorbalancechannel.c:
21565         (gst_color_balance_channel_class_init):
21566         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
21567         * gst-libs/gst/play/play.c: (gst_play_class_init):
21568         * gst-libs/gst/propertyprobe/propertyprobe.c:
21569         (gst_property_probe_iface_init):
21570         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
21571         * gst-libs/gst/tuner/tunerchannel.c:
21572         (gst_tuner_channel_class_init):
21573         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
21574         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
21575         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
21576         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
21577         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
21578         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
21579         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
21580         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
21581         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
21582           fix signals to use - instead of _
21583         * ext/libcaca/gstcacasink.h:
21584         * ext/sdl/sdlvideosink.h:
21585           fix header rename
21586
21587 2004-03-04  David Schleef  <ds@schleef.org>
21588
21589         * testsuite/gst-lint:  Add a check for bad signal names.
21590
21591 2004-03-04  <kost@imn.htwk-leipzig.de>
21592
21593         reviewed by David Schleef
21594
21595         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
21596         modified the alpha channel and caused a warning. (bug #136192)
21597
21598 2004-04-03  Christian Schaller <Uraeus@gnome.org>
21599
21600         * gst-plugins.spec.in:
21601         Change names of plugins to actually be correct. Try to keep things
21602         alphabetical to avoid getting beat up by Thomas
21603
21604 2004-03-03  Julien MOUTTE <julien@moutte.net>
21605
21606         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
21607         Using ximagesink as a default if no gconf key found. We should
21608         probably consider using alsasink instead of osssink for the audio
21609         part.
21610
21611 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21612
21613         * configure.ac:
21614           fix --with-plugins, don't think it ever worked before
21615         * gst-plugins.spec.in:
21616           even more updates
21617
21618 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21619
21620         * ext/sdl/sdlvideosink.h:
21621         * sys/ximage/ximagesink.h:
21622         * sys/xvideo/xvideosink.h:
21623         * sys/xvimage/xvimagesink.h:
21624           Fix for move of gstvideosink.h -> videosink.h.
21625
21626 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21627
21628         * gst-libs/gst/xwindowlistener/Makefile.am:
21629           this is a plugin library, not a library
21630
21631 2004-03-01  David Schleef  <ds@schleef.org>
21632
21633         * AUTHORS:  Added some names.  Add yourself if you're still
21634         missing.
21635
21636 2004-03-01  David Schleef  <ds@schleef.org>
21637
21638         * MAINTAINERS: Add
21639
21640 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21641
21642         * gst-plugins.spec.in: clean up spec file
21643
21644 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21645
21646         * gst-libs/gst/video/Makefile.am:
21647         * gst-libs/gst/video/gstvideosink.c:
21648         * gst-libs/gst/video/gstvideosink.h:
21649           rename gstvideosink.h to videosink.h to match other headers
21650         * gst/mixmatrix/Makefile.am:
21651           fix plugin filename
21652         * gst/tags/Makefile.am: fix plugin filename
21653
21654 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21655
21656         * gst/tags/Makefile.am: fix plugin filename
21657
21658 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21659
21660         * examples/gstplay/player.c: (got_time_tick), (main):
21661           add error handler
21662           display time_tick more readably
21663         * gst/mixmatrix/Makefile.am:
21664           fix plugin file name
21665
21666 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
21667
21668         * sys/oss/gstosselement.c: (gst_osselement_probe),
21669         (device_combination_append), (gst_osselement_class_probe_devices):
21670         * sys/oss/gstosselement.h:
21671           Reworked enumeration of oss dsps and mixers so that gst-mixer works
21672           on my system using alsa oss emulation, fixes bug #135597
21673
21674 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21675
21676         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
21677         (gst_videodrop_chain), (gst_videodrop_change_state):
21678         * gst/videodrop/gstvideodrop.h:
21679           Work based on timestamp of input data, not based on the expected
21680           framerate from the input. The consequence is that this element now
21681           not only scales framerates, but also functions as a framerate
21682           corrector or framerate stabilizer/constantizer.
21683
21684 2004-02-27  David Schleef  <ds@schleef.org>
21685
21686         patches from jmmv@menta.net (Julio M. Merino Vidal)
21687
21688         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
21689         GST_ELEMENT_ERROR call (bug #135634)
21690         * gst/interleave/interleave.c: (interleave_buffered_loop),
21691         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
21692         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
21693         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21694         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
21695         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
21696         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
21697         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
21698         Fix GST_ELEMENT_ERROR call.
21699         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
21700         GST_ELEMENT_ERROR call.
21701
21702 2004-02-27  Benjamin Otte  <otte@gnome.org>
21703
21704         * gst-libs/gst/audio/audio.h:
21705           add macro to make sure header isn't included twice
21706         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
21707           don't use gst_buffer_free
21708         * gst/playondemand/filter.func:
21709           don't use gst_data_free. Free data only once.
21710
21711 2004-02-26  David Schleef  <ds@schleef.org>
21712
21713         * gst-libs/gst/colorbalance/Makefile.am:
21714         * gst-libs/gst/mixer/Makefile.am:
21715         * gst-libs/gst/tuner/Makefile.am:
21716         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
21717         should not be disted, -marshal.h files should not be installed,
21718         and -enum.h files _should_ be installed.  Fix to make this the
21719         case.
21720
21721 === release 0.7.5 ===
21722
21723 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21724
21725         * configure.ac: release 0.7.5, "Under The Sea"
21726
21727 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21728
21729         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
21730         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
21731         * gst/videoscale/gstvideoscale.c:
21732         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
21733           assorted debug/warning fixes
21734
21735 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21736
21737         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21738         (gst_videoscale_init), (gst_videoscale_chain),
21739         (gst_videoscale_set_property), (plugin_init):
21740         * gst/videoscale/gstvideoscale.h:
21741         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
21742         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
21743         (gst_videoscale_planar400), (gst_videoscale_packed422),
21744         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
21745         (gst_videoscale_24bit), (gst_videoscale_16bit),
21746         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
21747         (gst_videoscale_scale_plane_slow),
21748         (gst_videoscale_scale_point_sample),
21749         (gst_videoscale_scale_nearest),
21750         (gst_videoscale_scale_nearest_str2),
21751         (gst_videoscale_scale_nearest_str4),
21752         (gst_videoscale_scale_nearest_32bit),
21753         (gst_videoscale_scale_nearest_24bit),
21754         (gst_videoscale_scale_nearest_16bit):
21755         add debugging category and use it properly
21756         fix use of GST_PTR_FORMAT
21757
21758 2004-02-25  Andy Wingo  <wingo@pobox.com>
21759
21760         * gst/interleave/interleave.c (interleave_buffered_loop): Always
21761         push only when channel->buffer is NULL. Prevents segfaults doing
21762         the state change after a nonlocal exit, like a scheme exception.
21763
21764         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
21765         Handle the case where the intersected caps is empty.
21766
21767 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21768
21769         * gst/law/mulaw-decode.c: (mulawdec_link):
21770         * gst/law/mulaw.c: (plugin_init):
21771           fix mulawdec so it actually works again
21772
21773 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
21774
21775         reviewed by: David Schleef  <ds@schleef.org>
21776
21777         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
21778         (gst_gamma_init), (gst_gamma_set_property),
21779         (gst_gamma_get_property), (gst_gamma_calculate_tables),
21780         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
21781         for RGB, with separate r g and b correction factors. (#131167)
21782
21783 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21784
21785         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21786           only signal tags for bitrate if they're > 0 (#134894)
21787
21788 2004-02-24  David Schleef  <ds@schleef.org>
21789
21790         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
21791         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
21792         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
21793         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
21794         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
21795         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
21796         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
21797         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
21798         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
21799         category.  Attempt to fix timestamp calculation.
21800
21801 2004-02-24  Johan Dahlin  <johan@gnome.org>
21802
21803         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
21804
21805 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21806
21807         * configure.ac:
21808         * gconf/Makefile.am:
21809         * gconf/gstreamer.schemas:
21810         * gst-libs/gst/gconf/Makefile.am:
21811         * gst-libs/gst/gconf/gconf.c:
21812           version gconf schemas and install locations
21813
21814 2004-02-23  Benjamin Otte  <otte@gnome.org>
21815
21816         * ext/xine/xineinput.c: (gst_xine_input_dispose):
21817         (gst_xine_input_subclass_init):
21818           call parent dispose.
21819           change pad template for CD reader correctly
21820         * ext/xine/Makefile.am:
21821         * ext/xine/gstxine.h:
21822         * ext/xine/xine.c: (plugin_init):
21823         * ext/xine/xineaudiosink.c:
21824           wrap audio sinks, too
21825         * gst-libs/gst/resample/private.h:
21826         * gst-libs/gst/resample/resample.c: (gst_resample_init),
21827         (gst_resample_reinit), (gst_resample_scale),
21828         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
21829         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
21830         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
21831         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
21832         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
21833         * gst-libs/gst/resample/resample.h:
21834         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
21835         (gst_audioscale_class_init), (gst_audioscale_link),
21836         (gst_audioscale_get_buffer), (gst_audioscale_init),
21837         (gst_audioscale_chain), (gst_audioscale_set_property),
21838         (gst_audioscale_get_property):
21839         * gst/audioscale/gstaudioscale.h:
21840           s/resample_*/gst_resample_*/i to not clobber namespaces
21841
21842 2004-02-23  Julien MOUTTE  <julien@moutte.net>
21843
21844         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21845         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
21846         (gst_riff_create_video_template_caps),
21847         (gst_riff_create_audio_template_caps),
21848         (gst_riff_create_iavs_template_caps):
21849         * gst-libs/gst/riff/riff-media.h:
21850         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21851         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
21852         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
21853         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21854         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21855         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
21856         (gst_matroska_demux_plugin_init): First batch implementing audio and
21857         video codec tags in demuxers.
21858
21859 2004-02-22  Benjamin Otte  <otte@gnome.org>
21860
21861         * ext/xine/Makefile.am:
21862         * ext/xine/gstxine.h:
21863         * ext/xine/xine.c: (plugin_init):
21864         * ext/xine/xineinput.c:
21865           add input plugin wrapper. Playback from files, http, mms and cdda
21866           works.
21867         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21868           remove leftover G_GNUC_UNUSED
21869         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
21870         (gst_asf_demux_identify_guid):
21871           improve debugging output
21872
21873 2004-02-22  Benjamin Otte  <otte@gnome.org>
21874
21875         reported by: Padraig O'Briain <padraig.obriain@sun.com>
21876
21877         * autogen.sh:
21878           replace test -e with test -x for mkinstalldirs to be more portable.
21879           (fixes #134816)
21880
21881 2004-02-22  Benjamin Otte  <otte@gnome.org>
21882
21883         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
21884
21885         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
21886           set rank to PRIMARY
21887         * gst/volume/gstvolume.c: (plugin_init):
21888           set rank to NONE
21889         fixes #134960
21890
21891 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
21892
21893         reviewed by Benjamin Otte  <otte@gnome.org>
21894
21895         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21896           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
21897
21898 2004-02-22  Benjamin Otte  <otte@gnome.org>
21899
21900         * configure.ac:
21901           export [_]*{gst,Gst,GST}.* symbols from plugins
21902
21903 2004-02-22  Christophe Fergeau <teuf@gnome.org>
21904
21905         reviewed by: Benjamin Otte  <otte@gnome.org>
21906
21907         * ext/lame/gstlame.c: (add_one_tag):
21908         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21909         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
21910         (gst_vorbisenc_metadata_set1):
21911         * gst/tags/gstid3tag.c:
21912         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
21913           apply fixes from bugs #135042 (lame can't write tags) and #133817
21914           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
21915
21916 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
21917
21918         * configure.ac: Export only gst_plugin_desc from plugins.
21919          Note that this change only makes any effect with Linux using libtool
21920          1.5.2 or higher. Otherwise it is silently ignored, but it would build
21921          fine. And don't try to have several versions of libtool in different
21922          directories.
21923
21924 2004-02-20  Andy Wingo  <wingo@pobox.com>
21925
21926         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
21927         interleave respectively.
21928
21929         * gst/interleave/deinterleave.c: New plugin: deinterleave
21930         (replaces on oneton).
21931         * gst/interleave/interleave.c: New plugin: interleave.
21932         * gst/interleave/plugin.h: Support file.
21933         * gst/interleave/plugin.c: Support file.
21934
21935         * configure.ac: Remove intfloat and oneton, add interleave.
21936
21937         * ext/sndfile/gstsf.c: Handle events better.
21938
21939         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
21940         and float2int operation. int2float has scheduling problems as
21941         noted in in2float_chain.
21942
21943 2004-02-20  Benjamin Otte  <otte@gnome.org>
21944
21945         * ext/xine/Makefile.am:
21946         * ext/xine/gstxine.h:
21947         * ext/xine/xine.c:
21948         * ext/xine/xineaudiodec.c:
21949         * ext/xine/xinecaps.c:
21950           add first version of xine plugin wrapper. Currently only wraps the
21951           QDM2 win32 DLL, and even that only in proof-of-concept quality.
21952         * configure.ac:
21953         * ext/Makefile.am:
21954           add xine plugin wrapper, disabled by default. Use --enable-xine to
21955           build. Note that it'll segfault on gst-register if you don't remove
21956           the goom and tvtime post plugins from xine.
21957         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21958         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
21959           add extradata parsing for QDM2.
21960           change around debugging prints.
21961
21962 2004-02-19  Benjamin Otte  <otte@gnome.org>
21963
21964         * ext/lame/gstlame.c: (gst_lame_chain):
21965         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
21966           use gst_tag_list_insert when you want to insert tags
21967
21968 2004-02-18  David Schleef  <ds@schleef.org>
21969
21970         * configure.ac:  Move massink to gst-rotten
21971         * ext/Makefile.am:
21972         * ext/mas/Makefile.am:
21973         * ext/mas/massink.c:
21974         * ext/mas/massink.h:
21975
21976 2004-02-18  David Schleef  <ds@schleef.org>
21977
21978         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
21979         typefinding, since it seems to be worse than nothing.
21980         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
21981         atom to recognize .mp4 and .m4a files as video/quicktime.
21982
21983 2004-02-18  David Schleef  <ds@schleef.org>
21984
21985         * gst/sine/demo-dparams.c: (quit_live),
21986         (dynparm_log_value_changed), (dynparm_value_changed), (main):
21987         Use double dparams, not float.
21988         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21989         (gst_sinesrc_init): Change sync default to FALSE, since multiple
21990         sync'd elements don't really work correctly.
21991         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
21992         (volume_update_volume), (volume_get_property):  Change dparam
21993         to double.
21994
21995 2004-02-18  Julien MOUTTE  <julien@moutte.net>
21996
21997         * sys/ximage/ximagesink.c:
21998         (gst_ximagesink_xwindow_update_geometry),
21999         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
22000         (gst_ximagesink_change_state), (gst_ximagesink_expose),
22001         (gst_ximagesink_init): Rework the way software video scaling works. So
22002         now we check on each chain call if the video frames are feeling the
22003         window. If not we try to renegotiate caps. On failure we memorize that
22004         and we won't try again for that PLAYING sessions.
22005         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
22006         failure.
22007         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
22008         synchronous flag.
22009
22010 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22011
22012         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
22013           break up _link so we can give a better debug message for errors
22014
22015 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22016
22017         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
22018           set up debug category
22019
22020 2004-02-18  Julien MOUTTE <julien@moutte.net>
22021
22022         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22023         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
22024         the way renegotiation work. The event handling function is not taking
22025         care of external windows and renegotiate method check for pad flags
22026         NEGOTIATING. Should fix : #133209
22027
22028 2004-02-17  Julien MOUTTE  <julien@moutte.net>
22029
22030         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
22031         pad is negotiating before trying renegotiation.
22032
22033 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22034
22035         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
22036           pass on all possible mime types as typefind hints
22037
22038 2004-02-17  Julien MOUTTE <julien@moutte.net>
22039
22040         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
22041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
22042         possible SHM leak if we crash. All other apps using XShm are doing
22043         that.
22044
22045 2004-02-17  Julien MOUTTE  <julien@moutte.net>
22046
22047         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22048         (gst_ximagesink_expose): Renegotiate size on expose.
22049         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
22050         size on expose.
22051
22052 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22053
22054         * testsuite/alsa/sinesrc.c:
22055           cosmetic fix to fix compile issue with gcc 2.95.4
22056
22057 2004-02-16  Julien MOUTTE <julien@moutte.net>
22058
22059         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22060         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
22061         failed opening the audio device.
22062         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22063         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
22064         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
22065         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
22066         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
22067         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
22068         (gst_ximagesink_change_state), (gst_ximagesink_chain),
22069         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
22070         Removing some useless g_return_if_fail like wingo suggested.
22071         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22072         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
22073         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
22074         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
22075         (gst_xvimagesink_update_colorbalance),
22076         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
22077         (gst_xvimagesink_xcontext_clear),
22078         (gst_xvimagesink_get_fourcc_from_caps),
22079         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
22080         (gst_xvimagesink_set_xwindow_id),
22081         (gst_xvimagesink_colorbalance_list_channels),
22082         (gst_xvimagesink_colorbalance_set_value),
22083         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
22084         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
22085
22086 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22087
22088         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22089           throw error when not negotiated instead of asserting
22090
22091 2004-02-15  Julien MOUTTE  <julien@moutte.net>
22092
22093         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
22094         correct data refcounting.
22095
22096 2004-02-15  Julien MOUTTE  <julien@moutte.net>
22097
22098         * gst/switch/gstswitch.c: (gst_switch_change_state),
22099         (gst_switch_class_init): Cleaning the sinkpads correctly on state
22100         change, mostly the EOS flag.
22101
22102 2004-02-15  Julien MOUTTE  <julien@moutte.net>
22103
22104         * examples/gstplay/player.c: (got_eos), (main): Adding some
22105         output for debugging.
22106         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
22107         timeouts if we go to any state different from PLAYING.
22108         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
22109         more EOS bugs in riff lib.
22110
22111 2004-02-14  Julien MOUTTE  <julien@moutte.net>
22112
22113         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
22114         visualization until i find a way to fix switch correctly.
22115         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
22116         EOS arrives.
22117         * gst/switch/gstswitch.c: (gst_switch_release_pad),
22118         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
22119         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
22120         Reworked switch to get a more correct behaviour with events and refing
22121         of data stored in sinkpads.
22122         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
22123         we don't pull from a pad in EOS.
22124
22125 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22126
22127         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22128           remove v1 tag even if we can't read it (makes sure we don't detect
22129           it again)
22130
22131 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22132
22133         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
22134         (gst_alsa_xrun_recovery):
22135         * ext/alsa/gstalsa.h:
22136           try xrun recovery when wait failed. Make xrun recovery function
22137           return TRUE/FALSE to indicate success. (might fix #134354)
22138
22139 2004-02-13  David Schleef  <ds@schleef.org>
22140
22141         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
22142         (dynparm_value_changed), (main): Convert from float to double.
22143         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
22144
22145 2004-02-13  David Schleef  <ds@schleef.org>
22146
22147         * gst/silence/gstsilence.c: (gst_silence_class_init),
22148         (gst_silence_set_clock), (gst_silence_get),
22149         (gst_silence_set_property), (gst_silence_get_property):
22150         * gst/silence/gstsilence.h: Add sync property.
22151         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22152         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
22153         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
22154         * gst/sine/gstsinesrc.h: Add sync property.
22155
22156 2004-02-13  David Schleef  <ds@schleef.org>
22157
22158         * gst/intfloat/gstint2float.c: (conv_f32_s16),
22159         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
22160
22161 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22162
22163         * configure.ac:
22164         * ext/Makefile.am:
22165         * gst-libs/ext/Makefile.am:
22166           move ffmpeg plugin to gst-ffmpeg module
22167
22168 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22169
22170         * configure.ac: use GST_ARCH to detect architecture
22171
22172 2004-02-12  Julien MOUTTE  <julien@moutte.net>
22173
22174         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
22175
22176 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22177
22178         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22179           classify LADSPA plugins based on number of src/sink pads
22180           (#133663, Stefan Kost)
22181         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
22182           fix dparams registration
22183           (#133528, Stefan Kost)
22184         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
22185           fix use of isprint and use g_ascii_isprint instead
22186           (#133316, Stefan Kost)
22187
22188 2004-02-11  David Schleef  <ds@schleef.org>
22189
22190         Convert a few inner loops to use liboil.  This is currently
22191         optional, and is only enabled if liboil is present (duh!).
22192         * configure.ac: Check for liboil-0.1
22193         * gst/intfloat/Makefile.am:
22194         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
22195         (gst_int2float_chain_gint16):
22196         * gst/videofilter/Makefile.am:
22197         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
22198         (tablelookup_u8), (gst_videobalance_planar411):
22199         * gst/videotestsrc/Makefile.am:
22200         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
22201         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
22202         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
22203         (paint_hline_RGB565), (paint_hline_xRGB1555):
22204
22205 2004-02-11  David Schleef  <ds@schleef.org>
22206
22207         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
22208         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
22209         (gst_colorspace_getcaps), (gst_colorspace_link),
22210         (gst_colorspace_base_init), (gst_colorspace_init),
22211         (gst_colorspace_chain), (gst_colorspace_change_state),
22212         (plugin_init): Merge Ronald's patch (bug #117897) and update
22213         for new caps and negotiation.  Seems to work, although it
22214         shows off bugs in lcs.
22215
22216 2004-02-11  David Schleef  <ds@schleef.org>
22217
22218         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
22219         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
22220
22221 2004-02-11  David Schleef  <ds@schleef.org>
22222
22223         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
22224         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
22225         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
22226         Add server and port properties
22227
22228 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22229
22230         * m4/a52.m4:
22231         * m4/aalib.m4:
22232         * m4/as-ffmpeg.m4:
22233         * m4/as-liblame.m4:
22234         * m4/as-slurp-ffmpeg.m4:
22235         * m4/check-libheader.m4:
22236         * m4/esd.m4:
22237         * m4/freetype2.m4:
22238         * m4/gconf-2.m4:
22239         * m4/glib.m4:
22240         * m4/gst-alsa.m4:
22241         * m4/gst-artsc.m4:
22242         * m4/gst-ivorbis.m4:
22243         * m4/gst-matroska.m4:
22244         * m4/gst-sdl.m4:
22245         * m4/gst-shout2.m4:
22246         * m4/gst-sid.m4:
22247         * m4/gtk.m4:
22248         * m4/libdv.m4:
22249         * m4/libfame.m4:
22250         * m4/libmikmod.m4:
22251         * m4/ogg.m4:
22252         * m4/vorbis.m4:
22253           fix underquotedness of macros (#133800)
22254         * m4/as-avifile.m4:
22255         * m4/xmms.m4:
22256           removed because no longer used
22257
22258 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22259
22260         * configure.ac:
22261           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
22262           by autopoint (fixes #132996)
22263
22264 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22265
22266         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
22267         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
22268         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
22269         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
22270           fix memleaks
22271
22272 2004-02-11  David Schleef  <ds@schleef.org>
22273
22274         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
22275         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
22276         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
22277         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
22278         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
22279         (gst_jpegenc_class_init), (gst_jpegenc_init),
22280         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
22281         (gst_jpegenc_chain), (gst_jpegenc_set_property),
22282         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
22283         * ext/jpeg/gstjpegenc.h: Fix negotiation.
22284
22285 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22286
22287         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
22288         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
22289         * ext/mikmod/gstmikmod.h:
22290           fix caps negotiation in mikmod
22291         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
22292           output debug information
22293
22294 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22295
22296         * gst-libs/gst/colorbalance/Makefile.am:
22297         * gst-libs/gst/navigation/Makefile.am:
22298         * gst-libs/gst/xoverlay/Makefile.am:
22299           remove unused GST_OPT_CFLAGS from Makefiles
22300           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
22301
22302 2004-02-07  David Schleef  <ds@schleef.org>
22303
22304         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
22305         push events to pads that haven't been created (#133508)
22306
22307 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
22308
22309         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
22310         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
22311         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
22312         (gst_dvdec_loop), (gst_dvdec_change_state):
22313         Second attempt at committing a working dvdec element.
22314
22315 2004-02-06  David Schleef  <ds@schleef.org>
22316
22317         Build fixes for OS X: (see #129600)
22318         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
22319         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
22320         (gst_riff_read_strf_iavs):
22321         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22322         (gst_avi_demux_stream_odml):
22323         * gst/playondemand/Makefile.am:
22324         * gst/rtp/rtp-packet.c:
22325
22326 2004-02-05  David Schleef  <ds@schleef.org>
22327
22328         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
22329         last change, because it Just Doesn't Compile.
22330
22331 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22332
22333         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22334           skip undecodable id3v2 tag instead of keeping it
22335
22336 2004-02-05  David Schleef  <ds@schleef.org>
22337
22338         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
22339         Unref leaked buffer.  (Noticed by Ronald)
22340
22341 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
22342
22343         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22344         Sync requires with other checks.  >= vs =.
22345
22346 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
22347
22348         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
22349         (gst_dvdec_video_link), (gst_dvdec_loop):
22350         * ext/dv/gstdvdec.h:
22351           rework the caps negotiation so that dvdec works again instead
22352           of just segfaulting.
22353
22354 === release 0.7.4 ===
22355
22356 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22357
22358         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
22359         * configure.ac: changed for release
22360
22361 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22362
22363         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
22364         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22365         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22366         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22367           reworked patch by David Lehn to fix libdir and includedir for
22368           uninstalled libraries
22369           removed play and gconf from gstreamer-libs since they have their
22370           own pkgconfig files
22371
22372 2004-02-04  David Schleef  <ds@schleef.org>
22373
22374         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
22375         memleak.
22376
22377 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22378
22379         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22380           use correct GST_TAG_ENCODER tag
22381
22382 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22383
22384         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22385           be sure to stop the clock when going to paused
22386         * sys/oss/gstosssink.c: (gst_osssink_change_state):
22387           reset number of transmitted when going to ready.
22388         fixes #132935
22389
22390 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
22391
22392         reviewed by Benjamin Otte
22393
22394         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22395           extract track count (fixes #133410)
22396
22397 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22398
22399         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
22400           that should be !=, not == (fixes #132519)
22401
22402 2004-02-04  David Schleef  <ds@schleef.org>
22403
22404         Make sure set_explicit_caps() is called before adding pad.
22405         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22406         * gst/id3/gstid3types.c: (gst_id3types_loop):
22407         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22408         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22409
22410 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22411
22412         * configure.ac:
22413           bump nano to 2, first prerelease
22414           put back AM_PROG_LIBTOOL
22415
22416 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22417
22418         * testsuite/alsa/Makefile.am:
22419           these are user test apps, not automatic testsuite tests
22420
22421 2004-02-04  David Schleef  <ds@schleef.org>
22422
22423         Convert GST_DEBUG_CAPS() to GST_DEBUG():
22424         * gst/mpeg1videoparse/gstmp1videoparse.c:
22425         (mp1videoparse_parse_seq):
22426         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22427         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22428         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
22429         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
22430         (gst_xvideosink_getcaps):
22431         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22432         * testsuite/gst-lint: more tests
22433
22434 2004-02-04  David Schleef  <ds@schleef.org>
22435
22436         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
22437         with the code that they would expand to.
22438         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
22439         (gst_flacdec_get_src_query_types),
22440         (gst_flacdec_get_src_event_masks):
22441         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
22442         (gst_gnomevfssrc_get_query_types),
22443         (gst_gnomevfssrc_get_event_mask):
22444
22445 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22446
22447         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22448         (gst_sinesrc_dispose):
22449           fix memleak by properly disposing sinesrc
22450
22451 2004-02-04  Julien MOUTTE  <julien@moutte.net>
22452
22453         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
22454         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
22455         an overlay to redraw the image because it has been exposed.
22456         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
22457         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
22458         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
22459         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
22460         interface
22461         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
22462         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
22463         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
22464         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
22465         interface
22466
22467 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22468
22469         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
22470           more memleak fixage
22471
22472 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22473
22474         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
22475         * gst/typefind/gsttypefindfunctions.c:
22476           fix memleaks shown by gst-typefind
22477
22478 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22479
22480         * common/glib-gen.mak:
22481           add hack rule to touch .Plo files
22482         * gst-libs/gst/colorbalance/Makefile.am:
22483         * gst-libs/gst/mixer/Makefile.am:
22484         * gst-libs/gst/play/Makefile.am:
22485         * gst-libs/gst/tuner/Makefile.am:
22486           remove glib_root variable
22487
22488 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22489
22490         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
22491           set explicit caps before adding the element, so the autopluggers can
22492           plug correctly.
22493         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
22494         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
22495         (mpeg_video_type_find), (mpeg_video_stream_type_find),
22496         (dv_type_find):
22497           fix memleaks in typefind functions. gst_type_find_suggest takes a const
22498           argument.
22499
22500 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22501
22502         * gst-libs/gst/colorbalance/Makefile.am:
22503         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
22504         * gst-libs/gst/colorbalance/colorbalance.c:
22505         * gst-libs/gst/colorbalance/colorbalance.h:
22506         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
22507         * gst-libs/gst/mixer/Makefile.am:
22508         * gst-libs/gst/mixer/mixer-marshal.list:
22509         * gst-libs/gst/mixer/mixer.c:
22510         * gst-libs/gst/mixer/mixer.h:
22511         * gst-libs/gst/mixer/mixermarshal.list:
22512         * gst-libs/gst/play/Makefile.am:
22513         * gst-libs/gst/play/play.h:
22514         * gst-libs/gst/tuner/Makefile.am:
22515         * gst-libs/gst/tuner/tuner-marshal.list:
22516         * gst-libs/gst/tuner/tuner.c:
22517         * gst-libs/gst/tuner/tuner.h:
22518         * gst-libs/gst/tuner/tunermarshal.list:
22519           use new glib-gen.mak snippet to clean up Makefile.am
22520           fix various bugs in Makefile.am's
22521
22522 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22523
22524         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22525           handle chain parsing correctly in the multichain case
22526         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
22527         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
22528         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22529         (theora_dec_chain):
22530           handle events and queries correctly
22531
22532 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22533
22534         * .cvsignore:
22535         Ignore generated file _stdint.h.
22536
22537 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22538
22539         * gst-libs/gst/colorbalance/Makefile.am:
22540         * gst-libs/gst/colorbalance/colorbalance.h:
22541         * gst-libs/gst/mixer/Makefile.am:
22542         * gst-libs/gst/mixer/mixer.h:
22543         * gst-libs/gst/play/Makefile.am:
22544         * gst-libs/gst/play/play.h:
22545         * gst-libs/gst/tuner/Makefile.am:
22546         * gst-libs/gst/tuner/tuner.h:
22547         Generate enum type code with glib-mkenums.
22548         * gst-libs/gst/colorbalance/.cvsignore:
22549         * gst-libs/gst/mixer/.cvsignore:
22550         * gst-libs/gst/play/.cvsignore:
22551         * gst-libs/gst/tuner/.cvsignore:
22552         Ignore generated files.
22553
22554 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22555
22556         * gst-libs/gst/audio/.cvsignore:
22557         Ignore generated file.
22558         * gst-libs/gst/audio/Makefile.am:
22559         Do not install example filter.
22560
22561 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22562
22563         * examples/switch/.cvsignore:
22564         Ignore generated file.
22565
22566 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22567
22568         * common/m4/ax_create_stdint_h.m4:
22569         * configure.ac:
22570           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
22571           _stdint.h.
22572         * Makefile.am:
22573           remove generated _stdint.h in DISTCLEANFILES
22574         * ext/a52dec/gsta52dec.c:
22575           include _stdint.h for a52dec. (should fix #133064)
22576
22577 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22578
22579         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
22580         (gst_tag_to_vorbis_comments):
22581         Add replaygain support to vorbistag
22582
22583 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22584         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22585         (gst_ffmpeg_caps_to_extradata):
22586           Fix SVQ3 caps flag properties
22587           Use glib macro for bytes swap
22588
22589 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22590
22591         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
22592         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
22593         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
22594         * ext/sndfile/gstsf.c: (plugin_init):
22595         * gst/avi/gstavi.c: (plugin_init):
22596         * sys/dxr3/dxr3init.c: (plugin_init):
22597         * sys/oss/gstossaudio.c: (plugin_init):
22598         * sys/v4l/gstv4l.c: (plugin_init):
22599         * sys/v4l2/gstv4l2.c: (plugin_init):
22600           remove textdomain calls
22601         * po/nl.po:
22602           update Dutch translation
22603
22604 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22605
22606         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22607         (gst_play_set_audio_sink): Moving volume in the audio thread for
22608         instantaneous volume change. Maybe i will add another volume in front
22609         of visualization later, not sure yet though.
22610
22611 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22612
22613         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22614         (gst_ximagesink_handle_xevents): Better X events handling, only take
22615         the latest events for configure and motion.
22616         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
22617
22618 2004-02-02  Jon Trowbridge  <trow@gnu.org>
22619
22620         reviewed by: David Schleef  <ds@schleef.org>
22621
22622         Fix memory leaks:
22623         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
22624         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
22625
22626 2004-02-02  David Schleef  <ds@schleef.org>
22627
22628         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
22629         of lines.
22630         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
22631         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22632         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
22633         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
22634         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
22635         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
22636         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
22637         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
22638         (gst_float2_2_int_link):
22639         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
22640         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
22641         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
22642         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
22643         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
22644         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
22645         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
22646         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
22647         * testsuite/gst-lint: Add tests for bzero and ;;
22648
22649 2004-02-02  David Schleef  <ds@schleef.org>
22650
22651         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
22652
22653 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22654
22655         * ext/aalib/gstaasink.c: (gst_aasink_open):
22656         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
22657         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22658         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
22659         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
22660         (gst_afsink_close_file):
22661         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
22662         (gst_afsrc_close_file):
22663         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22664         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22665         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22666         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
22667         * ext/esd/esdmon.c: (gst_esdmon_get):
22668         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
22669         * ext/faac/gstfaac.c: (gst_faac_chain):
22670         * ext/faad/gstfaad.c: (gst_faad_chain):
22671         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
22672         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22673         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
22674         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
22675         (gst_flacdec_loop):
22676         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22677         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22678         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
22679         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22680         (gst_gnomevfssink_close_file):
22681         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22682         (gst_gnomevfssrc_open_file):
22683         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
22684         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
22685         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
22686         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
22687         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
22688         * ext/mad/gstmad.c: (gst_mad_chain):
22689         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22690         * ext/mpeg2dec/gstmpeg2dec.c:
22691         * ext/mpeg2enc/gstmpeg2enc.cc:
22692         * ext/mplex/gstmplex.cc:
22693         * ext/mplex/gstmplexibitstream.cc:
22694         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
22695         (gst_ogg_demux_push):
22696         * ext/raw1394/gstdv1394src.c:
22697         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
22698         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
22699         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
22700         (gst_sf_loop):
22701         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
22702         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
22703         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
22704         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
22705         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22706         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
22707         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
22708         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
22709         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22710         (gst_riff_read_element_data), (gst_riff_read_seek),
22711         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
22712         * gst/adder/gstadder.c: (gst_adder_loop):
22713         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
22714         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
22715         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
22716         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22717         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
22718         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22719         * gst/goom/gstgoom.c: (gst_goom_chain):
22720         * gst/id3/gstid3types.c: (gst_id3types_loop):
22721         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22722         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
22723         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
22724         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22725         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
22726         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
22727         (gst_ebml_read_float), (gst_ebml_read_header):
22728         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
22729         (gst_matroska_demux_parse_blockgroup):
22730         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
22731         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22732         * gst/oneton/gstoneton.c: (gst_oneton_chain):
22733         * gst/silence/gstsilence.c: (gst_silence_get):
22734         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22735         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
22736         * gst/speed/gstspeed.c: (speed_loop):
22737         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22738         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22739         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
22740         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22741         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22742         (gst_wavparse_loop):
22743         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
22744         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
22745         (dxr3audiosink_close):
22746         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
22747         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
22748         (dxr3videosink_close), (dxr3videosink_write_data):
22749         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22750         * sys/oss/gstosssink.c: (gst_osssink_chain):
22751         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22752         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22753         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
22754         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
22755         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
22756         (gst_v4l_set_window), (gst_v4l_enable_overlay):
22757         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
22758         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
22759         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
22760         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
22761         (gst_v4l_set_audio):
22762         * sys/v4l/v4l_calls.h:
22763         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
22764         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
22765         (gst_v4lmjpegsink_playback_init),
22766         (gst_v4lmjpegsink_playback_start):
22767         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
22768         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
22769         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
22770         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
22771         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
22772         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
22773         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
22774         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22775         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
22776         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
22777         (gst_v4l2_get_output), (gst_v4l2_set_output),
22778         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
22779         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
22780         (gst_v4l2_set_attribute):
22781         * sys/v4l2/v4l2_calls.h:
22782         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
22783         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
22784         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
22785         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
22786         (gst_v4l2src_capture_stop):
22787         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
22788         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22789         (gst_ximagesink_chain):
22790         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
22791         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
22792         (gst_xvideosink_xwindow_new):
22793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22794         (gst_xvimagesink_chain):
22795
22796 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22797
22798         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22799         (gst_volume_get_volume), (volume_class_init), (volume_init),
22800         (volume_chain_int16), (volume_update_volume):
22801         * gst/volume/gstvolume.h:
22802           make code more readable by removing magic numbers
22803           make mixer interface export 0-100 range
22804           make it internally map to 0.0-1.0 range so users don't distort
22805           output by putting the sliders at full volume
22806
22807 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22808
22809         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
22810         (gst_play_state_change), (gst_play_seek_to_time):
22811         block the tick callback for 0.5 secs after doing a seek
22812
22813 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22814
22815         * gst-libs/gst/play/play.c: (gst_play_new):
22816           check for GError
22817
22818 2004-02-01  Julien MOUTTE  <julien@moutte.net>
22819
22820         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
22821         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
22822         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22823         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
22824         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22825         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
22826
22827 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22828
22829         * configure.ac:
22830         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22831           check for a function added in vorbis 1.1
22832
22833 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22834
22835         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
22836         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
22837           really start/stop clock only on PLAYING <=> PAUSED
22838         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22839           remove \n from debugging lines
22840         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22841           make it work when seeking does not
22842         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22843           reset on DISCONT
22844
22845 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22846
22847         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
22848           start clock on PAUSED=>PLAYING, not later
22849         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22850           extract correct time for different discont formats
22851         (gst_alsa_sink_get_time):
22852           don't segfault when no format is negotiated yet, just return 0
22853         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22854         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
22855         (gst_ogg_pad_push):
22856           handle flush and discont events correctly
22857         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
22858           handle discont events correctly
22859
22860 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
22861
22862         * gst-libs/gst/play/play.c: (gst_play_error_quark),
22863         (gst_play_error_create), (gst_play_error_plugin),
22864         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
22865         * gst-libs/gst/play/play.h:
22866           add error handling during creation
22867         * examples/gstplay/player.c: (main):
22868           use new gst_play_new
22869
22870
22871 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22872
22873         * ext/theora/theoradec.c: (theora_dec_chain):
22874           make comments work
22875         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22876         (vorbis_dec_src_event), (vorbis_dec_chain):
22877           add encoder tag, fix tag reading to be more error tolerant, change
22878           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
22879           gst_pad_event_default.
22880         * gst/tags/gstvorbistag.c:
22881         (gst_tag_list_from_vorbiscomment_buffer):
22882           undefine function specific define at end of function
22883
22884 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
22885
22886         * ext/flac/gstflac.c: (plugin_init):
22887         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
22888         * ext/flac/gstflacdec.h:
22889         * ext/flac/gstflacenc.h:
22890           Fix typos
22891
22892 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
22893
22894         * examples/gstplay/player.c: s/gstplay.h/play.h/
22895
22896 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22897
22898         * gst-libs/gst/play/Makefile.am:
22899         * gst-libs/gst/play/gstplay.c:
22900         * gst-libs/gst/play/gstplay.h:
22901         * gst-libs/gst/play/play.c:
22902           more surgery, operation complete
22903
22904 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22905
22906         * gst-libs/gst/play/play.old.c:
22907         * gst-libs/gst/play/play.old.h:
22908           after CVS surgery by moving, remove
22909         * gst-libs/gst/play/playpipelines.c:
22910           remove
22911
22912         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22913           add negotiation error
22914
22915 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22916
22917         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22918         (gst_ogg_demux_push):
22919           add some seeking debug info
22920           send a flush when seeking
22921
22922 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22923
22924         * configure.ac:
22925           use AC_C_INLINE
22926         * configure.ac:
22927         * ext/Makefile.am:
22928         * ext/theora/Makefile.am:
22929         * ext/theora/theoradec.c:
22930           add theora video decoder. Does just do simple decoding for now and
22931           has been tested against Theora cvs only. It only works when theora
22932           is compiled with --enable-static.
22933         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22934           always reset packetno on DISCONT
22935
22936 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22937
22938         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22939           Fix audio.
22940
22941 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22942
22943         * gst/mpegaudioparse/gstmpegaudioparse.c:
22944         (mp3_type_frame_length_from_header):
22945           Fix header parsing - stolen from ffmpeg (thank you! :) ).
22946
22947 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22948
22949         * ext/esd/esdsink.c: (gst_esdsink_init):
22950           Since we have static pad template caps, we don't need to negotiate;
22951           either the core errors out or we know the format.
22952
22953 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22954
22955         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22956         (gst_riff_read_seek):
22957         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22958         (gst_ebml_read_seek):
22959           Fix event handling.
22960
22961 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22962
22963         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
22964           removee video/x-theora from vp3 decoder, it doesn't handle raw
22965           theora streams
22966         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
22967           fix bug with finalizing element that never went to PAUSED
22968         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
22969           length and position queries were swapped
22970         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
22971         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
22972         (vorbis_dec_src_event):
22973           implement querying time and bytes
22974
22975 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22976
22977         * just about every source file:
22978           gst_element_error -> GST_ELEMENT_ERROR
22979
22980 2004-01-29  Julien MOUTTE  <julien@moutte.net>
22981
22982         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
22983         emiting FLUSH and even before DISCONT.
22984         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
22985         get the best instant seeking as possible yay!
22986
22987 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22988
22989         * gst/mpeg1videoparse/gstmp1videoparse.c:
22990         (gst_mp1videoparse_real_chain):
22991           Committed wrong version last week... Grr... Didn't notice until now.
22992
22993 2004-01-29  Julien MOUTTE <julien@moutte.net>
22994
22995         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
22996         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
22997         have_xwindow_id signal in xwindow_create.
22998
22999 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23000
23001         * ext/ogg/gstoggdemux.c:
23002           lots of changes - mainly support for chained bitstreams, seeking,
23003           querying and bugfixes of course
23004         * ext/vorbis/Makefile.am:
23005         * ext/vorbis/vorbisdec.c:
23006         * ext/vorbis/vorbisdec.h:
23007           add vorbisdec raw vorbis decoder
23008         * ext/vorbis/vorbis.c: (plugin_init):
23009           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
23010         * gst/intfloat/Makefile.am:
23011         * gst/intfloat/float22int.c:
23012         * gst/intfloat/float22int.h:
23013         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
23014           add float2intnew plugin. It converts multichannel interleaved float to
23015           multichannel interleaved int. The name should probably be changed.
23016         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
23017         (plugin_init):
23018           add typefinding for raw theora video so oggdemux can detect it.
23019
23020 2004-01-28  Julien MOUTTE  <julien@moutte.net>
23021
23022         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
23023         sink element first.
23024         * gst/videoscale/gstvideoscale.c:
23025         (gst_videoscale_handle_src_event): Fixing src event handler.
23026
23027 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23028
23029         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23030         (gst_v4lsrc_open), (gst_v4lsrc_close),
23031         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
23032         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
23033         * sys/v4l/gstv4lsrc.h:
23034         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
23035         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
23036           Implement resizing... Hack. But that's why v4l is b0rked...
23037
23038 2004-01-28  Julien MOUTTE <julien@moutte.net>
23039
23040         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
23041         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
23042         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
23043         (gst_ximagesink_xwindow_destroy):
23044         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23045         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23046         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
23047         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
23048         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
23049         correctly cleaning the image created to check xshm calls on succes,
23050         added a lot of XSync calls in X11 functions, and fixed a segfault when
23051         no image format was defined before negotiation happened.
23052
23053 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23054
23055         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
23056           use gst_element_get_time to get correct time
23057
23058 2004-01-28  Julien MOUTTE  <julien@moutte.net>
23059
23060         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23061         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
23062         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
23063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
23064         (gst_xvimagesink_check_xshm_calls),
23065         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
23066         X plugins are now able to detect that XShm calls will fail even if the
23067         server claims that it has XShm support (remote displays most of the
23068         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
23069         so that we use non XShm functions. This feature is almost useless for
23070         xvimagesink as Xv is not supported on remote displays anyway, but
23071         it might happen than even on the local display XShm calls fail.
23072
23073 2004-01-27  David Schleef  <ds@schleef.org>
23074
23075         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
23076         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
23077         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
23078         changed esdsink to only use 44100,16,2, since esd sucks at rate
23079         conversion and esdsink has had difficulty negotiating.
23080
23081 2004-01-27  Julien MOUTTE <julien@moutte.net>
23082
23083         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
23084         (gst_play_seek_to_time): Fixing the way to get current position.
23085
23086 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23087
23088         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
23089           use gst_element_get_time to get correct time
23090
23091 2004-01-27  Julien MOUTTE <julien@moutte.net>
23092
23093         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
23094         fix ever... Inverting 2 lines of code make spider autoplug correctly
23095         tagged mp3 !
23096
23097 2004-01-27  David Schleef  <ds@schleef.org>
23098
23099         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23100         Use gst_pad_try_set_caps_nonfixed().
23101
23102 2004-01-27  David Schleef  <ds@schleef.org>
23103
23104         * gst/ac3parse/gstac3parse.c: update to checklist 5
23105         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
23106         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
23107         * gst/audioscale/gstaudioscale.c: same
23108         * gst/auparse/gstauparse.c: same
23109         * gst/avi/gstavidemux.c: same
23110
23111 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23112
23113         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
23114           stop processing after EOS
23115
23116 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23117
23118         * gst/asfdemux/asfheaders.h:
23119         * gst/asfdemux/gstasfdemux.c:
23120         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
23121         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
23122         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
23123           lot's of fixes to make data extraction simpler and get the code
23124           architecture and compiler independant. Add debugging category
23125         * gst/goom/gstgoom.c: (gst_goom_change_state):
23126           reset channel count on PAUSED=>READY, not READY=>PAUSED
23127
23128 2004-01-26  Colin Walters  <walters@verbum.org>
23129
23130         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
23131         code to pull a bigger buffer in iradio mode.  This as a side effect
23132         makes typefinding work.
23133
23134 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
23135
23136         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
23137         Fix SVQ3 decoding on PPC
23138
23139 2004-01-26  Julien MOUTTE <julien@moutte.net>
23140
23141         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
23142         that one managed to stay there... Fixed.
23143
23144 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
23145
23146         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
23147         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
23148         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
23149         (qtdemux_video_caps):
23150         * gst/qtdemux/qtdemux.h:
23151         Add SVQ3 specific flags to qtdemux and ffmpeg
23152
23153 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23154
23155         * gst-libs/gst/audio/audio.h:
23156           remove buffer-frames from audio caps
23157         * gst/audioconvert/gstaudioconvert.c:
23158           fix plugin to really work.
23159
23160 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23161
23162         * gst-libs/gst/mixer/mixer.c:
23163         * gst-libs/gst/propertyprobe/propertyprobe.c:
23164         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
23165         (gst_tuner_find_channel_by_name):
23166         * gst-libs/gst/tuner/tuner.h:
23167           Add gtk-doc style comments. Also fix a function name.
23168
23169 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23170
23171         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
23172         (gst_divxdec_negotiate):
23173           Fix for new capsnego - also fixes gst-player with divxdec.
23174
23175 2004-01-25  Julien MOUTTE  <julien@moutte.net>
23176
23177         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23178         (gst_play_identity_handoff), (gst_play_set_location),
23179         (gst_play_set_visualization), (gst_play_connect_visualization): Another
23180         try in visualization implementation. Still have an issue with switch
23181         blocking when pulling from video_queue and only audio comes out of
23182         spider.
23183         * gst/switch/gstswitch.c: (gst_switch_release_pad),
23184         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
23185         release method. And check if the pad is usable before pulling.
23186
23187 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23188
23189         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
23190         (gst_videobalance_init),
23191         (gst_videobalance_colorbalance_list_channels),
23192         (gst_videobalance_colorbalance_set_value),
23193         (gst_videobalance_colorbalance_get_value),
23194         (gst_videobalance_update_properties),
23195         (gst_videobalance_update_tables_planar411),
23196         (gst_videobalance_planar411):
23197         * gst/videofilter/gstvideobalance.h:
23198           Implement lookup-tables. +/- 10x faster.
23199
23200 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23201
23202         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23203         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
23204           The index reading was broken. The rest worked fine, but the whole
23205           goal of my rewrite was to make avidemux readable, and this was
23206           not at all readable. Please use typed variables.
23207
23208 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23209
23210         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23211           Additional pad usability check.
23212         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
23213         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
23214         (gst_mp1videoparse_real_chain):
23215           Fix MPEG video stream parsing. The original plugin had several
23216           issues, including not timestamping streams where the source was
23217           not timestamped (this happens with PTS values in mpeg system
23218           streams, but MPEG video is also a valid stream on its own so
23219           that needs timestamps too). We use the display time code for that
23220           for now. Also, if one incoming buffer contains multiple valid
23221           frames, we push them all on correctly now, including proper EOS
23222           handling. Lastly, several potential segfaults were fixed, and we
23223           properly sync on new sequence/gop headers to include them in next,
23224           not previous frames (since they're header for the next frame, not
23225           the previous). Also see #119206.
23226         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
23227         (bpf_from_header):
23228           Move caps setting so we only do it after finding several valid
23229           MPEG-1 fraes sequentially, not right after the first one (which
23230           might be coincidental).
23231         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
23232         (mpeg_video_type_find), (mpeg_video_stream_type_find),
23233         (plugin_init):
23234           Add unsynced MPEG video stream typefinding, and change some
23235           probability values so we detect streams rightly. The idea is as
23236           follows: I can have an unsynced system stream which contains
23237           video. In the current code, I would randomly get a type for either
23238           system or video stream type found, because the probabilities are
23239           being calculated rather randomly. I now use fixed values, so we
23240           always prefer system stream if that was found (and that is how it
23241           should be). If no system stream was found, we can still identity                the stream as video-only.
23242
23243 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23244
23245         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23246         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
23247           don't write to buffer. Extract data without the need of
23248           __attribute__ ((packed))
23249
23250 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23251
23252         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
23253         (mpeg1_sys_type_find):
23254           Fix MPEG-1 stream typefinding.
23255
23256 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23257
23258         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
23259           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
23260
23261 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23262
23263         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
23264         * ext/esd/gstesd.c: (plugin_init):
23265           private debugging, better error reporting
23266
23267 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23268
23269         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23270         (gst_riff_read_init), (gst_riff_read_change_state):
23271         * gst-libs/gst/riff/riff-read.h:
23272           Remove stuff fromold metadata system.
23273
23274 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23275
23276         * ext/ogg/gstoggdemux.c:
23277           Fix wrong file comment.
23278         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23279         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
23280           Add metadata reading properly.
23281
23282 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23283
23284         * ext/Makefile.am:
23285           Fix nas DIST_SUBDIRS
23286           Uraeus:
23287           Fix bug where make distcheck doesn't get run on adding stuff to
23288           the build.
23289
23290 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23291
23292         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
23293         * ext/divx/gstdivxdec.h:
23294           Fix divx3 ("msmpeg4") playback using divxdec.
23295
23296 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23297
23298         * gst/typefind/gsttypefindfunctions.c:
23299         (mp3_type_frame_length_from_header): fix bug in length computation
23300         (mp3_type_find): improve debugging output
23301
23302 2004-01-23  Julien MOUTTE  <julien@moutte.net>
23303
23304         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23305         (gst_play_set_location), (gst_play_seek_to_time),
23306         (gst_play_set_audio_sink), (gst_play_set_visualization),
23307         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
23308         the pipeline from scratch. Visualization is back and switch went out as
23309         i realized it was not possible to use the way i wanted.
23310         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
23311         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
23312         clearing in state change from READY to NULL. So that one can clean the
23313         X ressources keeping the element.
23314         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23315         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
23316         (gst_xvimagesink_colorbalance_set_value),
23317         (gst_xvimagesink_colorbalance_get_value),
23318         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
23319         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
23320         change from READY to NULL and fixed some stupid bugs in colorbalance
23321         get/set values. Also added the following feature : when nobody tries to
23322         set some values to the colorbalance levels before the xcontext is
23323         grabbed, then when creating channels list from Xv attributes we set the
23324         internal values to the Xv defaults. This way we handle buggy Xv drivers
23325         that set default hue values far from the middle of the range (Thanks
23326         to Jon Trowbridge for pointing that issue).
23327         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
23328         colorbalance levels have been set before xcontext is grabbed.
23329
23330 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23331
23332         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
23333           Fix the ossmixer case where we shouldn't open /dev/dsp* because
23334           it might block operations (which is bad for a mixer).
23335
23336 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23337
23338         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
23339         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
23340         (gmip_find_type_pre):
23341         * gst-libs/gst/media-info/media-info-priv.h:
23342         * gst-libs/gst/media-info/media-info.c:
23343         (gst_media_info_instance_init), (gst_media_info_read_idler):
23344         add fakesink to get caps on decoder src pad again
23345         fix callback prototype to match new have_type signal signature
23346
23347 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23348
23349         * gst/adder/gstadder.c: (gst_adder_link):
23350           fix non-compile and cut-n-paste code
23351
23352 2004-01-21  David Schleef  <ds@schleef.org>
23353
23354         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
23355         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
23356         (gst_swfdec_init), (gst_swfdec_change_state):
23357         * ext/swfdec/gstswfdec.h:
23358         Fix negotiation.
23359         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
23360         (gst_adder_request_new_pad): Fix negotiation.
23361         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
23362         Add a fixate function.
23363         * gst/intfloat/gstfloat2int.c:
23364         * gst/intfloat/gstfloat2int.h:
23365         * gst/intfloat/gstint2float.c:
23366         * gst/intfloat/gstint2float.h:
23367         Completely rewrite the negotiation.  Doesn't quite work yet,
23368         due to some buffer-frames problem.
23369
23370 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23371
23372         * ext/gnomevfs/gstgnomevfssrc.c:
23373         * sys/v4l2/v4l2_calls.h:
23374           fix includes for distcheck
23375
23376 2004-01-21  Christian Schaller <uraeus@gnome.org>
23377
23378         * ext/nas/
23379         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
23380         based on earlier patch from Laurent Vivier
23381
23382 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
23383
23384         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
23385         Fix wma caps property
23386         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
23387         Fix typo (flags1 and flags2)
23388
23389 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23390
23391         * gst-libs/gst/media-info/media-info-priv.c:
23392         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
23393         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
23394         (gmip_find_stream), (gmip_find_track_metadata),
23395         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
23396         (gmip_find_track_format):
23397         * gst-libs/gst/media-info/media-info-priv.h:
23398         * gst-libs/gst/media-info/media-info-test.c: (main):
23399         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
23400         (gst_media_info_read_idler), (gst_media_info_read):
23401         * gst-libs/gst/media-info/media-info.h:
23402           register debugging category and use it for debugging
23403
23404 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23405
23406         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
23407         (gst_vorbisfile_new_link):
23408           signal streaminfo through tags
23409
23410 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23411
23412         * ext/mplex/gstmplex.cc:
23413         * ext/mplex/gstmplexibitstream.cc:
23414           g++ doesn't like NULL in our i18n/error macros, should be
23415           either (NULL) or ("").
23416
23417 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23418
23419         * sys/dxr3/dxr3audiosink.c:
23420         * sys/dxr3/dxr3init.c:
23421         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
23422         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
23423           Fix more error error error errors (missing includes here).
23424
23425 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23426
23427         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23428           fix thomas' error errors.
23429
23430 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23431
23432         * ext/mpeg2enc/gstmpeg2enc.cc:
23433           fix error errors.
23434
23435 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23436
23437         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23438         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23439           Fix for new error system.
23440
23441 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23442
23443         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23444           fix for new error reporting
23445
23446 2004-01-20  David Schleef  <ds@schleef.org>
23447
23448         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23449         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
23450         (gst_ximagesink_set_xwindow_id): Change to using a framerate
23451         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
23452         and neither is 100+, most likely.
23453         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
23454         (gst_xvimagesink_getcaps): same
23455
23456 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23457
23458         * configure.ac:
23459           Up version requirement to 2.0.3 (not yet released) to avoid symbol
23460           clashes with ffmpeg.
23461
23462 2004-01-20  Julien MOUTTE  <julien@moutte.net>
23463
23464         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
23465         (gst_switch_init): Fixed switch element : proxying link and setting
23466         caps from src to sink on request.
23467
23468 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23469
23470         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23471         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
23472         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
23473         fix element_error
23474
23475 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23476
23477         * sys/v4l/v4l_calls.h:
23478         * sys/v4l2/v4l2_calls.h:
23479           element_error fixes
23480
23481 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23482
23483         * gst-libs/gst/gst-i18n-plugin.h:
23484           add locale.h
23485           remove config.h inclusion
23486
23487 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23488
23489         * autogen.sh:
23490           adding autopoint invocation
23491         * Makefile.am:
23492         * configure.ac:
23493         * gst-libs/gst/gettext.h:
23494           adding gettext bits
23495         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
23496         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
23497         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23498         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23499         (gst_gnomevfssink_close_file):
23500         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
23501         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
23502         * gst-libs/gst/gst-i18n-plugin.h:
23503         * gst/avi/gstavi.c: (plugin_init):
23504         * sys/dxr3/dxr3init.c: (plugin_init):
23505         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
23506         * sys/oss/gstossaudio.c: (plugin_init):
23507         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23508         * sys/v4l/gstv4l.c: (plugin_init):
23509         * sys/v4l/v4l_calls.c: (gst_v4l_open):
23510         * sys/v4l2/gstv4l2.c: (plugin_init):
23511         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23512         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
23513         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
23514         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
23515         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
23516         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
23517           make sure locale and translation domain are set
23518           fix translated strings
23519         * po/.cvsignore:
23520         * po/LINGUAS:
23521         * po/Makevars:
23522         * po/POTFILES.in:
23523         * po/nl.po:
23524           put translation files into place
23525         * sys/xvideo/imagetest.c: (main):
23526         * ext/dv/demo-play.c: (main):
23527           fix unnecessary translations
23528
23529 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23530
23531         * ext/sndfile/gstsf.c:
23532         * gst/avi/gstavimux.c:
23533         * ext/audiofile/gstafsink.c:
23534         * ext/audiofile/gstafsrc.c:
23535         * ext/gnomevfs/gstgnomevfssink.c:
23536         * ext/gnomevfs/gstgnomevfssrc.c:
23537         * sys/oss/gstosselement.c:
23538         * sys/v4l/v4l_calls.h:
23539           fix i18n include
23540
23541 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23542
23543         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23544         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
23545         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
23546         (gst_v4l2_get_output), (gst_v4l2_set_output),
23547         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
23548         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
23549         (gst_v4l2_set_attribute):
23550         update to new error handling
23551
23552 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23553
23554         * ext/sidplay/gstsiddec.cc:
23555         * gst/modplug/gstmodplug.cc:
23556           parenthese NULL because C++ seems angry about it
23557
23558 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23559
23560         * gst-libs/gst/gst-i18n-plugin.h:
23561           add skeleton i18n stuff, but needs to be further implemented
23562
23563 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23564
23565         * examples/gstplay/player.c: (main):
23566         * ext/aalib/gstaasink.c: (gst_aasink_open):
23567         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
23568         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23569         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23570         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
23571         (gst_afsink_close_file):
23572         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
23573         (gst_afsrc_close_file):
23574         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23575         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
23576         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
23577         * ext/esd/esdmon.c: (gst_esdmon_get):
23578         * ext/esd/esdsink.c: (gst_esdsink_chain):
23579         * ext/faac/gstfaac.c: (gst_faac_chain):
23580         * ext/faad/gstfaad.c: (gst_faad_chain):
23581         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
23582         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23583         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
23584         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
23585         (gst_flacdec_loop):
23586         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
23587         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
23588         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
23589         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23590         (gst_gnomevfssink_close_file):
23591         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23592         (gst_gnomevfssrc_open_file):
23593         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
23594         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
23595         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
23596         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
23597         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
23598         * ext/mad/gstmad.c: (gst_mad_chain):
23599         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
23600         * ext/mpeg2dec/gstmpeg2dec.c:
23601         * ext/mpeg2enc/gstmpeg2enc.cc:
23602         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23603         * ext/mplex/gstmplex.cc:
23604         * ext/mplex/gstmplexibitstream.cc:
23605         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
23606         (gst_ogg_demux_push), (gst_ogg_pad_push):
23607         * ext/raw1394/gstdv1394src.c:
23608         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
23609         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
23610         * ext/sidplay/gstsiddec.cc:
23611         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
23612         (gst_sf_loop):
23613         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
23614         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
23615         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
23616         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23617         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
23618         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
23619         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
23620         * gst-libs/gst/Makefile.am:
23621         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23622         (gst_riff_read_element_data), (gst_riff_read_seek),
23623         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
23624         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
23625         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
23626         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
23627         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
23628         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23629         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
23630         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
23631         * gst/goom/gstgoom.c: (gst_goom_chain):
23632         * gst/id3/gstid3types.c: (gst_id3types_loop):
23633         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
23634         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
23635         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
23636         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23637         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
23638         (gst_ebml_read_float), (gst_ebml_read_header):
23639         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
23640         (gst_matroska_demux_parse_blockgroup):
23641         * gst/modplug/gstmodplug.cc:
23642         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
23643         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
23644         * gst/oneton/gstoneton.c: (gst_oneton_chain):
23645         * gst/silence/gstsilence.c: (gst_silence_get):
23646         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23647         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
23648         * gst/speed/gstspeed.c: (speed_loop):
23649         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
23650         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23651         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
23652         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
23653         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
23654         (gst_wavparse_loop):
23655         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
23656         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
23657         (dxr3audiosink_close):
23658         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
23659         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
23660         (dxr3videosink_close), (dxr3videosink_write_data):
23661         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23662         * sys/oss/gstosselement.h:
23663         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
23664         (gst_osssink_chain):
23665         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23666         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23667         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
23668         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
23669         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
23670         (gst_v4l_enable_overlay):
23671         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
23672         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
23673         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
23674         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
23675         (gst_v4l_set_audio):
23676         * sys/v4l/v4l_calls.h:
23677         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23678         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
23679         (gst_v4lmjpegsink_playback_init),
23680         (gst_v4lmjpegsink_playback_start):
23681         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23682         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
23683         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
23684         (gst_v4lmjpegsrc_requeue_frame):
23685         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23686         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
23687         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
23688         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
23689         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
23690         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
23691         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
23692         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
23693         (gst_v4l2src_capture_stop):
23694         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
23695         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23696         (gst_ximagesink_chain):
23697         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
23698         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
23699         (gst_xvideosink_xwindow_new):
23700         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23701         (gst_xvimagesink_chain):
23702         use new error signal, function and categories
23703
23704 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
23705
23706         * configure.ac:
23707         * ext/Makefile.am:
23708         * ext/musicbrainz/gsttrm.c:
23709         * ext/musicbrainz/gsttrm.h:
23710         * ext/musicbrainz/Makefile.am:
23711         Add a trm plugin
23712
23713 2004-01-18  Julien MOUTTE  <julien@moutte.net>
23714
23715         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
23716         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
23717         synchronous property for debugging.
23718         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
23719         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23720         (gst_xvimagesink_set_property): Moving a pointer declaration to a
23721         smaller block, fixing indent.
23722
23723 2004-01-16  David Schleef  <ds@schleef.org>
23724
23725         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
23726         property affects the video stream.
23727         * sys/xvimage/xvimagesink.c:
23728         * sys/xvimage/xvimagesink.h:
23729         Add synchronous property for debugging.  Should probably be
23730         disabled in non-CVS builds.  Make sure that the Xv attribute
23731         exists before we set it (crash!).  Fix a silly float bug that
23732         caused colorbalance to just not work.
23733
23734 2004-01-17  Christian Schaller <Uraeus@gnome.org>
23735
23736         * tools/gst-launch-ext.in - update for new plugins
23737
23738 2004-01-16  David Schleef  <ds@schleef.org>
23739
23740         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
23741         already-freed caps.
23742
23743 2994-01-16  Christian Schaller <Uraeus@gnome.org>
23744
23745         * Update spec for new colorspace plugin and libcaca plugin
23746         * Fix compilation of libcaca plugin (clock -> id)
23747
23748 2004-01-16  Julien MOUTTE <julien@moutte.net>
23749
23750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
23751         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
23752         (gst_xvimagesink_set_xwindow_id),
23753         (gst_xvimagesink_colorbalance_set_value),
23754         (gst_xvimagesink_colorbalance_get_value),
23755         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23756         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
23757         correct colorbalance properties. They can now be set when the element
23758         is still in NULL state. The values will be committed to the Xv Port
23759         when xcontext is initialized.
23760         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
23761         brightness int values in the GstXvImagesink structure.
23762
23763 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23764
23765         * gst-libs/gst/Makefile.am:
23766           restructure so having local patches works easier.
23767
23768 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23769
23770         * ext/mpeg2enc/Makefile.am:
23771         * ext/mpeg2enc/gstmpeg2enc.cc:
23772         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23773           Bugfix with respect to EOS handling.
23774
23775 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23776
23777         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
23778           Link with right caps (else, it segfaults).
23779         * ext/mplex/gstmplexjob.cc:
23780           Fix for slight API change in 1.6.1.93 release of mjpegtools.
23781
23782 2004-01-15  David Schleef  <ds@schleef.org>
23783
23784         * gst-libs/gst/audio/Makefile.am:
23785         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
23786         from the template.
23787         * gst-libs/gst/audio/gstaudiofilter.c:
23788         * gst-libs/gst/audio/gstaudiofilter.h:
23789         Add bytes_per_sample and size and n_samples calculation.
23790         * gst-libs/gst/audio/gstaudiofilterexample.c:
23791         Remove, now autogenerated.
23792         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23793         Moved from gstaudiofilterexample, object name changed, code added
23794         so that it actually works.
23795         * gst-libs/gst/audio/make_filter:
23796         Script to build an audiofilter subclass from the template.
23797         * gst/colorspace/Makefile.am:
23798         * gst/colorspace/yuv2yuv.c:
23799         Remove file, since it's GPL, and we don't use it.
23800
23801 2004-01-15  Julien MOUTTE  <julien@moutte.net>
23802
23803         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23804         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
23805         them use the buffer free function to test how the buffer was allocated.
23806
23807 2004-01-15  David Schleef  <ds@schleef.org>
23808
23809         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
23810         that handles osssink fallback.
23811         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23812         (gst_audio_convert_getcaps):
23813         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23814         Add audio/x-qdm2 for QDM2 audio.
23815         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23816         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
23817         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23818         Decrease minimum size to 16x16.
23819         * gst/wavparse/gstwavparse.c:
23820         Convert disabled pad template caps to new caps.
23821         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23822         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23823         (gst_xvimagesink_chain): Throw element error when display cannot
23824         be opened.  Increase minimum framerate to 1.0.  Check the data
23825         free function on a buffer to make sure it is the type we expect
23826         before manipulating it.
23827
23828 2004-01-15  Julien MOUTTE <julien@moutte.net>
23829
23830         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23831         (gst_videobalance_colorbalance_set_value): Implement passthru if
23832         settings are in the middle.
23833         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
23834
23835 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23836
23837         * gst/videofilter/Makefile.am:
23838         * gst/volume/Makefile.am:
23839           Since we use videofilter symbols, link to it.
23840
23841 2004-01-15  Julien MOUTTE <julien@moutte.net>
23842
23843         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
23844         mixer interface type to HARDWARE.
23845         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
23846         type to SOFTWARE.
23847         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
23848         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
23849         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
23850         (gst_volume_interface_init), (gst_volume_list_tracks),
23851         (gst_volume_set_volume), (gst_volume_get_volume),
23852         (gst_volume_set_mute), (gst_volume_mixer_init),
23853         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
23854         (volume_init): Implementing mixer interface.
23855         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
23856         * sys/oss/gstosselement.c: (gst_osselement_get_type),
23857         (gst_osselement_change_state): Removing some trailing commas in
23858         structures.
23859         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
23860         interface type to HARDWARE.
23861         * sys/v4l/gstv4lcolorbalance.c:
23862         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
23863         type to HARDWARE.
23864         * sys/v4l2/gstv4l2colorbalance.c:
23865         (gst_v4l2_color_balance_interface_init): Setting colorbalance
23866         interface type to HARDWARE.
23867         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
23868         same code than ximagesink for event handling.
23869
23870 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23871
23872         * ext/snapshot/Makefile.am:
23873         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
23874         (gst_snapshot_chain):
23875         * ext/snapshot/gstsnapshot.h:
23876           This has to be a joke... Snapshot should be connected to a tee,
23877           colorspace element before it and EOS after that, where the other
23878           src of the tee receives normal data.
23879           The current way is *wrong*.
23880
23881 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23882
23883         * ext/hermes/gsthermescolorspace.c:
23884           Fix another compile error. Same as below.
23885
23886 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23887
23888         * gst/colorspace/gstcolorspace.c:
23889         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
23890         (gst_colorspace_i420_to_yv12):
23891           Fix compiling... Didn't test if it actually works.
23892
23893 2004-01-15  David Schleef  <ds@schleef.org>
23894
23895         * configure.ac:
23896         * gst/colorspace/Makefile.am:
23897         * gst/colorspace/gstcolorspace.c:
23898         * gst/colorspace/gstcolorspace.h:
23899         * gst/colorspace/yuv2rgb.c:
23900         * gst/colorspace/yuv2rgb.h:
23901         Duplicate the ext/hermes colorspace plugin, and remove Hermes
23902         code and GPL code.  Fix for new caps negotiation.  Rewrite
23903         much of the format handling code, and some of the conversion
23904         code.  Basically, rewrote almost everything.  This element
23905         handles I420, YV12 to RGB conversions.
23906         * ext/hermes/Makefile.am:
23907         * ext/hermes/gsthermescolorspace.c:
23908         Rename colorspace to hermescolorspace.  Fix negotiation issues.
23909         Remove non-Hermes related code.  This element handles lots of
23910         RGB to RGB conversions, but no YUV.
23911         * ext/hermes/gstcolorspace.c:
23912         * ext/hermes/gstcolorspace.h:
23913         * ext/hermes/rgb2yuv.c:
23914         * ext/hermes/yuv2rgb.c:
23915         * ext/hermes/yuv2rgb.h:
23916         * ext/hermes/yuv2rgb_mmx16.s:
23917         * ext/hermes/yuv2yuv.c:
23918         * ext/hermes/yuv2yuv.h:
23919         Remove old code.
23920
23921 2004-01-14  Colin Walters  <walters@verbum.org>
23922
23923         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
23924         they've already been.
23925
23926 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23927
23928         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
23929           assume tag mode when pad is not connected
23930
23931 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23932
23933         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23934           Don't update the time of the clock
23935         (gst_alsa_sink_loop):
23936           sync to the clock given to alsasink, not the own clock
23937         * sys/oss/gstosssink.c: (gst_osssink_chain):
23938           sync to the clock
23939         (gst_osssink_change_state):
23940           activate the clock
23941         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23942         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
23943           remove bogus code that made DISCONT events unhandled
23944         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
23945           explicitly case to double in _set_simple. (fixes 2nd warning in bug
23946           #131502)
23947         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
23948         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
23949         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
23950           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
23951           2nd warning in bug #131502)
23952
23953 2004-01-14  Julien MOUTTE  <julien@moutte.net>
23954
23955         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23956         (gst_videobalance_colorbalance_set_value),
23957         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
23958         for colorbalance interface implementation.
23959         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23960         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
23961         (gst_ximagesink_dispose), (gst_ximagesink_init),
23962         (gst_ximagesink_class_init): Adding DISPLAY property.
23963         * sys/ximage/ximagesink.h: Adding display_name to store display.
23964         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23965         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23966         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
23967         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
23968         properties (they still need polishing though for gst-launch use : no
23969         xcontext yet, i ll do that tomorrow).
23970         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
23971
23972 2004-01-14  Julien MOUTTE  <julien@moutte.net>
23973
23974         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23975         (gst_play_set_location), (gst_play_set_visualization): Preparing
23976         switch integration, adding videobalance in the pipeline.
23977
23978 2004-01-14  Julien MOUTTE <julien@moutte.net>
23979
23980         * gst-libs/gst/colorbalance/colorbalance.c:
23981         (gst_color_balance_class_init): Adding a default type.
23982         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
23983         the type.
23984         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
23985         (gst_videobalance_dispose), (gst_videobalance_class_init),
23986         (gst_videobalance_init), (gst_videobalance_interface_supported),
23987         (gst_videobalance_interface_init),
23988         (gst_videobalance_colorbalance_list_channels),
23989         (gst_videobalance_colorbalance_set_value),
23990         (gst_videobalance_colorbalance_get_value),
23991         (gst_videobalance_colorbalance_init): Implementing colorbalance
23992         interface.
23993         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
23994         list.
23995         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
23996         bug which was triggering a BadAccess X error when setting an overlay
23997         before pad was really negotiated.
23998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
23999         Using the colorbalance type macro.
24000
24001 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24002
24003         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
24004         (gst_flacenc_chain):
24005           handle tags correctly
24006         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24007           extract ID3v1 tags correctly
24008
24009 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24010
24011         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
24012         (plugin_init):
24013           Improve matroska typefinding for odd-typed headers...
24014
24015 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24016
24017         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
24018           Fix for using incremental number on padnames.
24019
24020 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24021
24022         * ext/divx/gstdivxdec.c:
24023         * ext/divx/gstdivxenc.c:
24024           Set category to divx4linux instead of divx (too generic).
24025         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24026         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
24027         (gst_wavparse_loop), (gst_wavparse_change_state):
24028         * gst/wavparse/gstwavparse.h:
24029           fix parsing of WAV files with non-standard fmt-tag size and fix
24030           skipping of unrecognized chunks... Someone please fix this thing
24031           to use rifflib so all this is automated.
24032         * sys/v4l/Makefile.am:
24033         * sys/v4l2/Makefile.am:
24034           Add X_CFLAGS because we depend on X (for overlay).
24035
24036 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
24037
24038         * ext/mpeg2dec/gstmpeg2dec.c:
24039           Don't issue a timestamp unless we tagged the frame
24040           with a PTS.
24041
24042 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24043
24044         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
24045           Query the audio element to get the time, not the clock. We're
24046           interested in the element's time here.
24047
24048 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24049
24050         * ext/aalib/gstaasink.c: (gst_aasink_chain):
24051         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24052         * ext/esd/esdsink.c: (gst_esdsink_chain):
24053         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
24054         * ext/mas/massink.c: (gst_massink_chain):
24055         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
24056         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
24057         (gst_matroska_demux_parse_metadata):
24058         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
24059         (gst_mpeg_parse_release_locks):
24060         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
24061         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
24062         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24063         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24064         (gst_osssink_change_state):
24065         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
24066         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
24067         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
24068         (gst_xvideosink_release_locks):
24069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
24070           use element time.
24071         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
24072         (gst_alsa_clock_stop):
24073         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
24074         (gst_audio_clock_get_internal_time):
24075           simplify for use with new clocking code.
24076         * testsuite/alsa/Makefile.am:
24077         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
24078           fix testsuite for new caps system
24079
24080 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24081
24082         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
24083         * ext/flac/gstflacenc.c: (add_one_tag):
24084           length is already host endian, no need to convert. Fixes playback of
24085           tagged files on PPC. (bug #128384)
24086
24087 2004-01-13  Julien MOUTTE <julien@moutte.net>
24088
24089         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
24090         colorbalance interface stating if it is hardware based or software
24091         based.
24092         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
24093         Removing a trailing comma.
24094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24095         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
24096         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
24097         the documentation seems to be wrong on the -1000 to 1000 interval.
24098
24099 2004-01-12  David Schleef  <ds@schleef.org>
24100
24101         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
24102         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
24103         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
24104         Fix negotiation.  Add a bufferalloc function for the sink pad,
24105         and generally clean up some of the code.
24106
24107 2004-01-12  Julien MOUTTE <julien@moutte.net>
24108
24109         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24110         (gst_color_balance_channel_dispose): Adding safety check in dispose
24111         method.
24112         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24113         (gst_xvimagesink_xcontext_clear),
24114         (gst_xvimagesink_interface_supported),
24115         (gst_xvimagesink_colorbalance_list_channels),
24116         (gst_xvimagesink_colorbalance_set_value),
24117         (gst_xvimagesink_colorbalance_get_value),
24118         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
24119         Adding colorbalance interface support to set XV parameters such as
24120         HUE, BRIGHTNESS, CONTRAST, SATURATION.
24121         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
24122         interface.
24123
24124 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24125
24126         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
24127         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
24128         (gst_audio_convert_init), (gst_audio_convert_set_property),
24129         (gst_audio_convert_get_property), (gst_audio_convert_chain),
24130         (gst_audio_convert_link),
24131         (gst_audio_convert_buffer_to_default_format),
24132         (gst_audio_convert_buffer_from_default_format), (plugin_init):
24133           - implement _getcaps and use it
24134           - improve linking
24135           - remove float caps since no float conversion is actually done
24136           - remove properties and arguments that were to be used for rate
24137             conversion
24138
24139 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24140
24141         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
24142         (gst_audio_structure_set_int):
24143         * gst-libs/gst/audio/audio.h:
24144           add helper functions for _getcaps matching the standard audio
24145           templates
24146
24147 2004-01-12  David Schleef  <ds@schleef.org>
24148
24149         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24150         Test that pad is negotiated before getting its caps.
24151
24152 2004-01-12  Julien MOUTTE <julien@moutte.net>
24153
24154         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
24155         analyzing the pads of an element the bin is mostly in READY state so
24156         no caps were negotiated. This helper function needs to work with
24157         _get_caps directly then. I was not freeing them though, added that to
24158         fix the mem leak.
24159
24160 2004-01-12  Julien MOUTTE <julien@moutte.net>
24161
24162         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
24163         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
24164         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
24165         than the free_func.
24166
24167 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24168
24169         * sys/oss/gstossaudio.c: (plugin_init):
24170         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24171         * sys/oss/gstosselement.h:
24172           make an oss debugging category
24173           make failure more descriptive
24174
24175 2004-01-11  David Schleef  <ds@schleef.org>
24176
24177         * ext/ffmpeg/gstffmpeg.c:
24178         * ext/ffmpeg/gstffmpegcodecmap.c:
24179         * ext/ffmpeg/gstffmpegdec.c:
24180         * ext/ffmpeg/gstffmpegenc.c:
24181         * ext/ffmpeg/gstffmpegprotocol.c:
24182         * ext/gdk_pixbuf/gstgdkanimation.c:
24183         * ext/jpeg/gstjpeg.c:
24184         * ext/libpng/gstpng.c:
24185         * ext/mpeg2dec/perftest.c:
24186         * ext/speex/gstspeex.c:
24187         * gst-libs/gst/resample/dtos.c:
24188         * gst/intfloat/gstintfloatconvert.c:
24189         * gst/oneton/gstoneton.c:
24190         * gst/rtjpeg/RTjpeg.c:
24191         * gst/rtp/gstrtp.c:
24192         * sys/dxr3/dxr3init.c:
24193         * sys/glsink/gstgl_nvimage.c:
24194         * sys/glsink/gstgl_pdrimage.c:
24195         * sys/glsink/gstglsink.c:
24196         * testsuite/gst-lint:
24197         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
24198
24199 2004-01-11  David Schleef  <ds@schleef.org>
24200
24201         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
24202         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
24203         * ext/gdk_pixbuf/gstgdkanimation.c:
24204         (gst_gdk_animation_iter_create_pixbuf):
24205         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
24206         (gst_gdk_pixbuf_chain):
24207         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24208         * ext/jack/gstjack.c: (gst_jack_change_state):
24209         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
24210         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
24211         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
24212         * gst/videofilter/gstvideofilter.c:
24213         (gst_videofilter_set_output_size):
24214         Remove all usage of gst_pad_get_caps(), and replace it with
24215         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
24216
24217 2004-01-11  David Schleef  <ds@schleef.org>
24218
24219         * configure.ac:
24220         * ext/Makefile.am: Fixes to make ext/libcaca compile.
24221         * ext/divx/gstdivxdec.c:
24222         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
24223         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
24224         handle images that span multiple buffers.  Now work with both
24225         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
24226         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24227         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
24228         video/video.h changes
24229         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
24230         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24231         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
24232         of GstData free function.
24233         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
24234         same.
24235
24236 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24237
24238         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
24239         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
24240         (gst_v4l2element_get_property):
24241         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
24242           add norm, channel and frequency properties.
24243         * sys/v4l2/gstv4l2tuner.c:
24244           fixes for tuner interface changes
24245         * sys/v4l2/gstv4l2element.h:
24246         * sys/v4l2/gstv4l2src.c:
24247         * sys/v4l2/gstv4l2src.h:
24248         * sys/v4l2/v4l2src_calls.c:
24249         * sys/v4l2/v4l2src_calls.h:
24250           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
24251
24252 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24253
24254         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
24255         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
24256         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
24257         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
24258         * gst-libs/gst/tuner/tuner.h:
24259           GObjects aren't const.
24260           Add find_by_name functions.
24261           Add checks to _changed functions.
24262         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
24263         (gst_v4l_tuner_get_norm):
24264           Fixes for above.
24265
24266 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24267
24268         * gst-libs/gst/video/video.h:
24269           Fix caps template names to be understandable.
24270           Prefix everything with GST_VIDEO.
24271         * ext/aalib/gstaasink.c:
24272         * ext/divx/gstdivxdec.c:
24273         * ext/divx/gstdivxenc.c:
24274         * ext/gdk_pixbuf/gstgdkpixbuf.c:
24275         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
24276         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
24277         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
24278         * ext/libcaca/gstcacasink.c:
24279         * ext/libpng/gstpngenc.c: (raw_caps_factory):
24280         * ext/snapshot/gstsnapshot.c:
24281         * ext/swfdec/gstswfdec.c:
24282         * ext/xvid/gstxviddec.c:
24283         * ext/xvid/gstxvidenc.c:
24284         * gst/chart/gstchart.c:
24285         * gst/deinterlace/gstdeinterlace.c:
24286         * gst/effectv/gsteffectv.c:
24287         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
24288         * gst/goom/gstgoom.c:
24289         * gst/median/gstmedian.c:
24290         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
24291         (gst_monoscope_srcconnect), (gst_monoscope_chain):
24292         * gst/overlay/gstoverlay.c:
24293         * gst/smooth/gstsmooth.c:
24294         * gst/smpte/gstsmpte.c:
24295         * gst/synaesthesia/gstsynaesthesia.c:
24296         * gst/videocrop/gstvideocrop.c:
24297         * gst/videodrop/gstvideodrop.c:
24298         * gst/y4m/gsty4mencode.c:
24299         * sys/qcam/gstqcamsrc.c:
24300         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
24301           Make them work with new video.h file.
24302         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24303         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
24304         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24305         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
24306           Make it work with new buffer allocation system.
24307
24308 2004-01-11  Julien MOUTTE  <julien@moutte.net>
24309
24310         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
24311         pad_alloc_buffer implementation to use ->srcpad
24312         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
24313         pad_alloc_buffer implementation to use ->srcpad
24314         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
24315         pad_alloc_buffer implementation to use ->srcpad
24316         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24317         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
24318         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
24319         a reference to everything we need.
24320         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
24321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24322         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
24323         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
24324         a reference to everything we need.
24325         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
24326
24327 2004-01-11  David Schleef  <ds@schleef.org>
24328
24329         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
24330         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
24331         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
24332         structure members.
24333         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
24334         value during a resize/renegotiation.
24335         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
24336         gst_pad_alloc_buffer();
24337         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24338         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
24339         structure members.
24340         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
24341         Fix for rename of buffer private structure members.
24342         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24343         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
24344         Fix for rename of buffer private structure members.
24345         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24346         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
24347         Fix for rename of buffer private structure members.
24348
24349 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
24350
24351         reviewed by: David Schleef <ds@schleef.org>
24352
24353         * gst/videofilter/Makefile.am:
24354         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
24355         from the patch by ds to fit in with recent make_filter changes.
24356
24357 2004-01-11  Julien MOUTTE  <julien@moutte.net>
24358
24359         * configure.ac: Adding examples/switch/Makefile
24360         * examples/Makefile.am: Adding examples/switch
24361         * examples/switch/Makefile.am: Adding switcher example.
24362         * examples/switch/switcher.c: (got_eos), (idle_iterate),
24363         (switch_timer), (main): Adding an example demonstrating switch usage
24364         with 2 videotestsrc showing different patterns.
24365         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
24366         (gst_switch_init): Fixing switch with the new caps system.
24367
24368 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24369
24370         * gst-libs/gst/video/video.h:
24371           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
24372           They should probably be like
24373           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
24374
24375 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24376
24377         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24378         (qtdemux_parse_trak):
24379           fix audio chunk size/timestamp calculation
24380
24381 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24382
24383         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
24384           fix SVQ3 caps
24385
24386 2004-01-11  Steve Baker  <steve@stevebaker.org>
24387
24388         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
24389         (gst_agingtv_base_init), (gst_agingtv_class_init),
24390         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
24391         (gst_agingtv_set_property), (gst_agingtv_get_property):
24392         Port agingTV to videofilter
24393
24394 2004-01-09  Julien MOUTTE <julien@moutte.net>
24395
24396         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
24397         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24398
24399 2004-01-09  Julien MOUTTE <julien@moutte.net>
24400
24401         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
24402         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24403         * gst-libs/gst/xoverlay/xoverlay.c:
24404         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
24405         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
24406         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24407         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24408         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24409         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24410         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24411         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
24412         the bufferalloc_function to replace bufferpools, fixing the XOverlay
24413         interface implementation to handle xid being 0 and fix some bugs
24414         triggered by Benjamin's testcase.
24415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24416         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24417         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
24418         the bufferalloc_function to replace bufferpools, fixing the XOverlay
24419         interface implementation to handle xid being 0 and fix some bugs
24420         triggered by Benjamin's testcase.
24421
24422 2004-01-09  David Schleef  <ds@schleef.org>
24423
24424         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
24425         mouse pointer events.  It works.
24426
24427 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24428
24429         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
24430           Use explicit caps - fix capsnego.
24431         * ext/xvid/gstxviddec.c:
24432         * ext/xvid/gstxvidenc.c:
24433           Remove macro-inside-macro which caused compile errors.
24434         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
24435           Error out if it's not a RIFF file. Else we error out without
24436           gst_element_error() which is not good...
24437
24438 2004-01-08  David Schleef  <ds@schleef.org>
24439
24440         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
24441         Fix pad_link function to handle formats that ffmpeg returns
24442         as multiple caps structures.
24443         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
24444         Only complain if source buffer is _smaller_ than expected.
24445         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
24446         (gst_videoscale_handle_src_event): Resize navigation events
24447         when passing them upstream.
24448         * gst/videotestsrc/gstvideotestsrc.c:
24449         * gst/videotestsrc/gstvideotestsrc.h:
24450         * gst/videotestsrc/videotestsrc.c:
24451         * gst/videotestsrc/videotestsrc.h:
24452         Rewrite many of the buffer painting functions to handle odd
24453         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
24454         been verified to work with my video card.
24455         * testsuite/gst-lint:  Add check for elements calling
24456         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
24457
24458 2004-01-08  David Schleef  <ds@schleef.org>
24459
24460         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
24461         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
24462
24463 2004-01-08  Julien MOUTTE  <julien@moutte.net>
24464
24465         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
24466         configure event is not emiting the desired size signal. That fixes
24467         aspect ratio issues with gst-player.
24468
24469 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24470
24471         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
24472           Fix capsnego.
24473
24474 2004-01-08  Julien MOUTTE  <julien@moutte.net>
24475
24476         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
24477         public method to fire size signal.
24478
24479 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24480
24481         * examples/gstplay/Makefile.am: Adding the interface library.
24482         * gst-libs/gst/play/Makefile.am: Adding the interface library.
24483         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
24484         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
24485         GST_IS_X_OVERLAY before signal connect.
24486         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
24487         Removing the have_video_size signal.
24488         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
24489         and associated public method.
24490         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24491         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
24492         signal.
24493         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
24494         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
24495         signal.
24496         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
24497         Using XOverlay public method to fire size signal.
24498
24499 2004-01-07  David Schleef  <ds@schleef.org>
24500
24501         * gst/videofilter/Makefile.am:
24502         * gst/videofilter/gstvideotemplate.c:
24503         * gst/videofilter/make_filter:
24504         Create gstvideoexample.c in a srcdir!=builddir friendly way.
24505         Convert make_filter to /bin/sh script.
24506
24507 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
24508
24509         * gst/modplug/gstmodplug.cc: fix element description
24510
24511 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24512
24513         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
24514         (got_video_size): Adding some new lines in g_print calls.
24515         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24516         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
24517         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
24518         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
24519         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
24520         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
24521         Complete code review, reverting some stuff i disagree with, adding
24522         some fixes : time synchronization on invalid timestamps, renegotiation
24523         of private window.
24524         * sys/ximage/ximagesink.h:
24525         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
24526         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
24527         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
24528         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
24529         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
24530         (gst_xvimagesink_buffer_new),
24531         (gst_xvimagesink_navigation_send_event),
24532         (gst_xvimagesink_set_xwindow_id),
24533         (gst_xvimagesink_get_desired_size),
24534         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
24535         stuff i disagree with, adding some fixes : Renegotiation of private
24536         window, implementing get_desired_size.
24537
24538 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24539
24540         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
24541         (gst_afsink_handle_event):
24542         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
24543         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
24544         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
24545         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
24546         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
24547           Fix for instantiate-test (see core). Also remove dead code from
24548           jpegenc (which still needs fixing, but that's lower on my TODO
24549           list...).
24550         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
24551           Never return NULL as caps.
24552
24553 2004-01-07  David Schleef  <ds@schleef.org>
24554
24555         * configure.ac:
24556         * ext/Makefile.am:
24557         * ext/librfb/Makefile.am:
24558         * ext/librfb/gstrfbsrc.c:
24559         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
24560         is the protocol used by VNC.
24561
24562 2004-01-07  David Schleef  <ds@schleef.org>
24563
24564         * gst/videofilter/gstvideotemplate.c:
24565         * gst/videofilter/gstvideotemplate.h:
24566         * gst/videofilter/make_filter:
24567         Merge videotemplate header into source file.
24568         * gst/effectv/Makefile.am:
24569         * gst/effectv/gsteffectv.c: (plugin_init):
24570         * gst/effectv/gstwarp.c:
24571         Make warpTV a subclass of videofilter.
24572
24573 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24574
24575         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
24576           Add guard against invalid utf-8 conversions in mad. Just in case.
24577
24578 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24579
24580         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24581           Fix for bug shown by poisoning
24582
24583 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24584
24585         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24586         (gst_v4lmjpegsrc_buffer_free):
24587         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
24588         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
24589         (gst_v4lsrc_buffer_free):
24590           Fix for removed bufferpools.
24591
24592 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24593
24594         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24595         Fix caps negotiation.
24596
24597         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
24598         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
24599         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
24600         (dvdnavsrc_event):
24601         * ext/mpeg2dec/gstmpeg2dec.c:
24602         * gst-libs/gst/navigation/navigation.c:
24603         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
24604         * gst-libs/gst/navigation/navigation.h:
24605         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
24606         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
24607         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
24608         Super-simple first version of mouse and keyboard events. Clicking
24609         on a DVD menu now works, although it may not take you where you
24610         expected.
24611
24612         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24613         * gst/videotestsrc/gstvideotestsrc.c:
24614         (gst_videotestsrc_src_fixate):
24615         These fixate functions were broken - they never actually
24616         fixated :)
24617
24618 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24619
24620         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
24621         (gst_icecastsend_init):
24622           fix for new caps system.
24623         * gst-libs/gst/mixer/mixertrack.h:
24624         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
24625           Add 'master track' flag (for tools like ACME that only want to
24626           change the main volume).
24627
24628 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24629
24630         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
24631         (gst_xvid_csp_to_caps):
24632         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
24633         * ext/xvid/gstxvidenc.c:
24634         ifdef out ARGB type when it isn't available
24635         in xvidcore 1.0.0beta2
24636
24637 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24638
24639         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
24640           When we have received a new SCR right in the first buffer after
24641           a seek (so in the same cycle that handles the discont), we should
24642           handle the buffer instead of unreffing it, else we lose data.
24643
24644 2004-01-06  Iain <iain@prettypeople.org>
24645
24646         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
24647           buffer-frames caps too.
24648
24649         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
24650           caps that we need, don't destroy them all and rebuild them. And when
24651           creating src pads, use the src pad template rather than the sink...
24652
24653 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24654
24655         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
24656           Add pad to element *after* setting functions such as event handler.
24657           Without this, the scheduler (opt) will link pads, set the event
24658           handler from the default event function (dispatcher in gstpad.c)
24659           and *after* that, we will set our own event function, which will
24660           thus never be used (and thus mpegdemux doesn't handle events).
24661
24662 2004-01-04  David Schleef  <ds@schleef.org>
24663
24664         Fix the fixate functions to handle new prototype:
24665         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24666         * gst/videotestsrc/gstvideotestsrc.c:
24667         (gst_videotestsrc_src_fixate):
24668         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24669         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
24670         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
24671
24672 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24673
24674         * sys/ximage/ximagesink.h:
24675         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24676         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
24677         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
24678         (gst_ximagesink_xoverlay_init):
24679           assorted fixes to make (re)embedding work
24680         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
24681         (gst_ximagesink_get_desired_size):
24682           implement desired size additions to XOverlay
24683
24684 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24685
24686         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
24687         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
24688         (gst_x_overlay_got_desired_size):
24689         * gst-libs/gst/xoverlay/xoverlay.h:
24690           Add optional "desired size" signal and querying.
24691
24692 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24693
24694         * gst/matroska/matroska-demux.c:
24695         (gst_matroska_demux_parse_blockgroup):
24696           Fix EBML-laced block parsing. Diffs are relative to previous
24697           lace, not the first lace. Thanks to Mosu from the Matroska
24698           team for detecting this.
24699         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24700         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
24701         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
24702         (gst_wavparse_change_state):
24703         * gst/wavparse/gstwavparse.h:
24704           Quickfix for capsnego.
24705
24706 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24707
24708         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
24709           Fix indenting, fix pad creation.
24710
24711 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24712
24713         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
24714         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
24715         (gst_xviddec_sink_link):
24716           Implement src_getcaps() so proper size caps is negotiated.
24717
24718 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24719
24720         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
24721           Finish flac decoder on EOS. See #116178.
24722
24723 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24724
24725         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
24726         (gst_matroska_demux_add_stream):
24727         * gst/matroska/matroska-ids.h:
24728           Add getcaps() function to fix capsnego...
24729
24730 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24731
24732         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24733         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
24734         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
24735           Fix more integer overflows. Again, see #126967.
24736
24737 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24738
24739         * ext/mpeg2dec/gstmpeg2dec.c:
24740           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
24741           #130416.
24742
24743 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24744
24745         * configure.ac:
24746         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
24747         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
24748         * ext/xvid/gstxvid.h:
24749         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
24750         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
24751         (gst_xviddec_src_link), (gst_xviddec_sink_link),
24752         (gst_xviddec_change_state):
24753         * ext/xvid/gstxviddec.h:
24754         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
24755         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
24756         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
24757         (gst_xvidenc_link), (gst_xvidenc_set_property),
24758         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
24759         * ext/xvid/gstxvidenc.h:
24760           Update xvid plugin to latest xvid (1.0.0-beta3) API.
24761
24762 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24763
24764         * gst/rtp/rtp-packet.c:
24765           Add sys/types.h include, since OS X doesn't define in_addr_t
24766           in netinet/in.h, like it does on Linux (see #129600).
24767
24768 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
24769
24770         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24771
24772         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
24773           Correct logic of dispose function (see #129306).
24774
24775 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24776
24777         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
24778         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
24779         (gst_mpeg_parse_init):
24780         * gst/mpegstream/gstmpegparse.h:
24781           Remove clock (which was never provided, i.e. dead code), and
24782           also fix integer overflows at high PTS values (see #126967).
24783
24784 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24785
24786         * ext/flac/gstflacdec.c:
24787         * ext/libpng/gstpngenc.h:
24788         * ext/mikmod/gstmikmod.h:
24789           OS X fixes (see #126628).
24790
24791 2004-01-02  David Schleef  <ds@schleef.org>
24792
24793         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
24794         (gst_alsa_src_base_init): Remove bogus "src" request pad.
24795         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
24796         (gst_mpeg_parse_class_init): Move pad template registration
24797         to class_init, since the derived class (mpegdemux) doesn't
24798         want them.
24799
24800 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24801
24802         * sys/ximage/Makefile.am:
24803         * sys/xvideo/Makefile.am:
24804         * sys/xvimage/Makefile.am:
24805           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
24806           after installation (see #127664).
24807
24808 2004-01-02  David Schleef  <ds@schleef.org>
24809
24810         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
24811         (gst_ffmpegenc_connect):  Negotiation fixes.
24812         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
24813         Remove inappropriate gst_caps_free().
24814         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24815         Reenable Ronald's internal resize code, since the core handles
24816         it correctly now.
24817
24818 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24819
24820         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
24821         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
24822         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
24823           Fix pad template stuff.
24824
24825 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24826
24827         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
24828         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
24829           fix signed integer reading/writing.
24830
24831 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24832
24833         * ext/alsa/README:
24834           Remove outdated document
24835
24836 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
24837
24838         * gst/cutter/gstcutter.c: (gst_cutter_init):
24839           src pad was being created twice - oops.
24840
24841 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24842
24843         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24844           Comment out internal resize. It doesn't handle the resulting
24845           XEvent internally, does another try_set_caps() which leads to
24846           a really nice loop.
24847           Real fix will come when Julien and Dave are awake. ;).
24848
24849 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24850
24851         * ext/mpeg2enc/gstmpeg2enc.cc:
24852           fix const/nonconst compile issue.
24853
24854 2004-01-02  David Schleef  <ds@schleef.org>
24855
24856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
24857         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
24858         Add fixate function and a check for bad formats.
24859
24860 2004-01-01  David Schleef  <ds@schleef.org>
24861
24862         Negotiation fixes:
24863         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24864         (gst_audiofilter_init):
24865         * gst/debug/efence.c: (gst_efence_init):
24866         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
24867         (gst_deinterlace_init):
24868         * gst/volume/gstvolume.c: (volume_connect):
24869
24870 2004-01-01  David Schleef  <ds@schleef.org>
24871
24872         Convert elements to use gst_pad_use_explicit_caps() where
24873         appropriate:
24874         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
24875         * ext/audiofile/gstafparse.c: (gst_afparse_init),
24876         (gst_afparse_open_file):
24877         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
24878         (gst_afsrc_open_file):
24879         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
24880         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
24881         (gst_ffmpegdec_chain):
24882         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24883         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
24884         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
24885         (gst_gdk_pixbuf_chain):
24886         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
24887         (gst_jpegdec_chain):
24888         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
24889         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
24890         (gst_mikmod_negotiate):
24891         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
24892         (gst_mpeg2dec_negotiate_format):
24893         * ext/mpeg2enc/gstmpeg2enc.cc:
24894         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24895         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
24896         (gst_speexdec_sinkconnect):
24897         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
24898         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
24899         (gst_vorbisfile_new_link):
24900         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
24901         (gst_ac3parse_chain):
24902         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
24903         (gst_asf_demux_setup_pad):
24904         * gst/auparse/gstauparse.c: (gst_auparse_init),
24905         (gst_auparse_chain):
24906         * gst/id3/gstid3types.c: (gst_id3types_loop):
24907         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
24908         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
24909         (mp1videoparse_parse_seq):
24910         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
24911         (bpf_from_header):
24912         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24913         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
24914         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
24915         (gst_mpeg_parse_send_data):
24916         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24917         (gst_qtdemux_add_stream):
24918         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
24919         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24920         (gst_wavparse_parse_fmt):
24921
24922 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24923
24924         * configure.ac:
24925           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
24926           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
24927           it therefore uses the wrong include paths. Too bad... Note
24928           that 1.6.1.93 is not release yet. ;).
24929           Also add a check for mplex, which is now using the lib'ified
24930           mplex from mjpegtools, too.
24931         * ext/ffmpeg/gstffmpegcodecmap.c:
24932           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
24933           issues. I don't think ffmpeg handles 3ivx correctly, so this
24934           probably won't work. But it won't hurt either.
24935         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
24936         (gst_ffmpegdec_chain):
24937         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
24938         (gst_ffmpegenc_chain_audio):
24939           Fix memleak in audio encoding. Close codec if open fails, this
24940           calls the cleanup routines so we can re-use the context.
24941         * ext/mpeg2enc/gstmpeg2enc.cc:
24942           Fix pad template names/types, fix memory issue with getcaps().
24943         * ext/mpeg2enc/gstmpeg2encoder.cc:
24944         * ext/mpeg2enc/gstmpeg2encoder.hh:
24945           Fix compile issue with new caps system (const thingy).
24946         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24947         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
24948           We read a first frame right on initing, so that we have a caps
24949           when we init the output. This caps is cached in padprivate and
24950           read as first frame.
24951         * ext/mplex/Makefile.am:
24952         * ext/mplex/gstmplex.cc:
24953         * ext/mplex/gstmplex.h:
24954         * ext/mplex/gstmplex.hh:
24955         * ext/mplex/gstmplexibitstream.cc:
24956         * ext/mplex/gstmplexibitstream.hh:
24957         * ext/mplex/gstmplexjob.cc:
24958         * ext/mplex/gstmplexjob.hh:
24959         * ext/mplex/gstmplexoutputstream.cc:
24960         * ext/mplex/gstmplexoutputstream.hh:
24961           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
24962           had issues, didn't do capsnego, supported only a subset of the
24963           mplex features and required a mplex fork in our local CVS. Plus
24964           that it worked agaist a very old mplex version. Rewriting was
24965           faster than updating it.
24966         * gst-libs/ext/Makefile.am:
24967         * gst-libs/ext/mplex/INSTRUCT:
24968         * gst-libs/ext/mplex/Makefile.am:
24969         * gst-libs/ext/mplex/README:
24970         * gst-libs/ext/mplex/TODO:
24971         * gst-libs/ext/mplex/ac3strm_in.cc:
24972         * gst-libs/ext/mplex/audiostrm.hh:
24973         * gst-libs/ext/mplex/audiostrm_out.cc:
24974         * gst-libs/ext/mplex/aunit.hh:
24975         * gst-libs/ext/mplex/bits.cc:
24976         * gst-libs/ext/mplex/bits.hh:
24977         * gst-libs/ext/mplex/buffer.cc:
24978         * gst-libs/ext/mplex/buffer.hh:
24979         * gst-libs/ext/mplex/fastintfns.h:
24980         * gst-libs/ext/mplex/format_codes.h:
24981         * gst-libs/ext/mplex/inputstrm.cc:
24982         * gst-libs/ext/mplex/inputstrm.hh:
24983         * gst-libs/ext/mplex/lpcmstrm_in.cc:
24984         * gst-libs/ext/mplex/mjpeg_logging.cc:
24985         * gst-libs/ext/mplex/mjpeg_logging.h:
24986         * gst-libs/ext/mplex/mjpeg_types.h:
24987         * gst-libs/ext/mplex/mpastrm_in.cc:
24988         * gst-libs/ext/mplex/mpegconsts.cc:
24989         * gst-libs/ext/mplex/mpegconsts.h:
24990         * gst-libs/ext/mplex/mplexconsts.hh:
24991         * gst-libs/ext/mplex/multplex.cc:
24992         * gst-libs/ext/mplex/outputstream.hh:
24993         * gst-libs/ext/mplex/padstrm.cc:
24994         * gst-libs/ext/mplex/padstrm.hh:
24995         * gst-libs/ext/mplex/stillsstream.cc:
24996         * gst-libs/ext/mplex/stillsstream.hh:
24997         * gst-libs/ext/mplex/systems.cc:
24998         * gst-libs/ext/mplex/systems.hh:
24999         * gst-libs/ext/mplex/vector.cc:
25000         * gst-libs/ext/mplex/vector.hh:
25001         * gst-libs/ext/mplex/videostrm.hh:
25002         * gst-libs/ext/mplex/videostrm_in.cc:
25003         * gst-libs/ext/mplex/videostrm_out.cc:
25004         * gst-libs/ext/mplex/yuv4mpeg.cc:
25005         * gst-libs/ext/mplex/yuv4mpeg.h:
25006         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
25007         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
25008           We don't fork mjpegtools' mplex in our CVS anymore.
25009         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
25010         (gst_avi_demux_add_stream):
25011         * gst/avi/gstavidemux.h:
25012           Add getcaps() function for proper caps nego. This makes some
25013           parts of AVI playback/reading work.
25014         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
25015           Resize window on new capsnego. This is probably wrong, but
25016           I'm still committing it because with current capsnego, the
25017           first successfull capsnego is auto-fixated, therefore rounded
25018           down to the lowest values in the caps. this results in a 16x16
25019           XWindow that is not reized when real capsnego finishes.
25020           Dave, I see more cases of this, do you know a proper solution?
25021         * tools/gst-launch-ext.in:
25022           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
25023
25024 2003-12-31  David Schleef  <ds@schleef.org>
25025
25026         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
25027         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
25028           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
25029
25030 2003-12-30  David Schleef  <ds@schleef.org>
25031
25032         * ext/ffmpeg/gstffmpegcolorspace.c:
25033         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25034         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
25035         (gst_ffmpegcsp_chain): Negotiation fixes
25036         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
25037         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25038         (gst_audio_convert_link), (gst_audio_convert_channels):
25039         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
25040         (gst_audioscale_link), (gst_audioscale_get_buffer),
25041         (gst_audioscale_chain): Negotiation fixes
25042         * gst/audioscale/gstaudioscale.h:
25043         * gst/videofilter/gstvideofilter.c:
25044         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
25045         (gst_videofilter_link), (gst_videofilter_init),
25046         (gst_videofilter_set_output_size), (gst_videofilter_setup),
25047         (gst_videofilter_find_format_by_structure):
25048         * gst/videofilter/gstvideofilter.h: Negotiation fixes
25049         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
25050         (gst_videoscale_link):
25051         * gst/videoscale/videoscale.c: (videoscale_get_structure),
25052         (videoscale_find_by_structure), (gst_videoscale_setup):
25053         * gst/videoscale/videoscale.h: Negotiation fixes
25054         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
25055         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
25056         function, restrict resizing to a multiple of 4 (hack until
25057         everyone supports odd sizes correctly).
25058
25059 2003-12-29  Colin Walters  <walters@verbum.org>
25060
25061         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
25062         signed.
25063
25064 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
25065
25066         * ext/sndfile/gstsf.c: (gst_sf_loop):
25067           Fix warning about discarding const qualifier
25068
25069 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
25070
25071         * gst/cutter/gstcutter.c:
25072         * gst/videoscale/gstvideoscale.c:
25073         * gst/volenv/gstvolenv.c:
25074         * gst-libs/gst/audio/audio.c:
25075         * gst-libs/gst/video/video.c:
25076           Fix warnings
25077
25078 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25079
25080         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
25081           Don't send ALSA debugging to stderr.
25082         * ext/alsa/gstalsa.h:
25083           Use GST_WARNING instead of g_warning when ALSA functions fail.
25084
25085 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25086
25087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25088           Free XVAdapterInfo correctly.
25089
25090 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25091
25092         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
25093         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
25094           Make id3tag use correct caps nego.
25095
25096 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
25097
25098         * ext/ivorbis/vorbis.c:
25099         * ext/ivorbis/vorbisenc.h:
25100         * ext/ivorbis/vorbisfile.c:
25101           Modify so that it uses the new caps things
25102
25103 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25104
25105         * testsuite/spider/spider1.c: (main):
25106         * testsuite/spider/spider2.c: (main):
25107         * testsuite/spider/spider3.c: (main):
25108           Make tests compile again. They probably don't work.
25109
25110 2003-12-24  Colin Walters  <walters@verbum.org>
25111
25112         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
25113         we can't fixate the caps anymore.
25114
25115 2003-12-23  David Schleef  <ds@schleef.org>
25116
25117         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
25118         * sys/oss/gstosssink.c: (gst_osssink_init),
25119         (gst_osssink_sink_fixate): Add fixate function.
25120
25121 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25122
25123         * ext/ffmpeg/gstffmpegcodecmap.c:
25124         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
25125         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
25126         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
25127         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
25128         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
25129         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
25130         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
25131           fix typo in RGB masks, and move back to "old" colorspace
25132           capsnego code until whoever wrote this new crap has actually
25133           tested it so that it works.
25134           And yes, this works, keep it that way please.
25135
25136 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25137
25138         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
25139         (gst_divxdec_init), (gst_divxdec_negotiate):
25140         * ext/divx/gstdivxdec.h:
25141         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
25142         (gst_divxenc_init):
25143         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
25144         (gst_faac_sinkconnect), (gst_faac_srcconnect):
25145         * ext/mpeg2enc/gstmpeg2enc.cc:
25146         * ext/mpeg2enc/gstmpeg2encoder.cc:
25147         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
25148         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
25149         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
25150         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
25151         (dxr3spusink_init):
25152         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
25153         (dxr3videosink_init):
25154           Fix caps breakage after Dave's caps branch merge.
25155
25156 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25157
25158         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25159           Fix for 24bpp display.
25160
25161 2003-12-23  Colin Walters  <walters@verbum.org>
25162
25163         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
25164         a GnomeVFSHandle directly.
25165
25166 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25167
25168         * gst/volume/Makefile.am:
25169         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
25170         (volume_base_init), (volume_init):
25171           Reenable volume element and fix to work with new caps stuff.
25172           Rhythmbox needs this.
25173
25174 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25175
25176         * gst/qtdemux/qtdemux.c: (plugin_init):
25177           qtdemux requires bytestream
25178
25179 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25180
25181         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
25182           Fix remaining caps handling errors due to CAPS merge.
25183
25184 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25185
25186         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
25187         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
25188         (gst_faad_srcconnect):
25189           Port to new caps system.
25190
25191 2003-12-21  Julien MOUTTE  <julien@moutte.net>
25192
25193         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
25194         (got_video_size), (main): using g_print instead of g_message.
25195         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
25196         signal which was not emitted because of "switch" element added to the
25197         bin but not connected. (Removing from the bin temporarily)
25198
25199 2003-12-21  Julien MOUTTE  <julien@moutte.net>
25200
25201         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
25202         find X development files. I don't understand the previous tests and
25203         they fail on my debian/ppc unstable. This one works.
25204         * examples/gstplay/player.c: (main): Set the pipeline to READY before
25205         exiting.
25206         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
25207         (gst_play_set_video_sink), (gst_play_set_audio_sink),
25208         (gst_play_set_visualization): Add some safety checks in set_ methods
25209         and state_change. This was throwing some ugly CRITICAL messages when
25210         pipeline was getting disposed and casts were failing.
25211
25212 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25213
25214         * configure.ac:
25215           Improve mpeg2enc detection. This is for distributions that do
25216           ship mjpegtools, but without mpeg2enc. Also does object check
25217           for might there ever be ABI incompatibility.
25218         * ext/mpeg2enc/gstmpeg2enc.cc:
25219           Add Andrew as second maintainer (he's helping me), and also add
25220           an error if no caps was set. This happens if I pull before capsnego
25221           and that's something I should solve sometime else.
25222         * gst/matroska/matroska-demux.c:
25223         (gst_matroska_demux_parse_blockgroup):
25224           Fix time parsing.
25225         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
25226         (gst_matroska_mux_track_header):
25227           Add caps to templates.
25228         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
25229           Add mpegversion=1 to prevent confusion with MPEG/AAC.
25230         * gst/mpegstream/gstmpegdemux.c:
25231           Remove layer since it causes warnings about unfixed caps.
25232         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25233           Fix obvious typo (we error out if caps were set, we should of
25234           course error out if *no* caps were set).
25235         * sys/oss/gstosselement.c: (gst_osselement_convert):
25236           Fix format conversion, we confused bits/bytes.
25237         * sys/oss/gstosselement.h:
25238           Improve documentation for 'bps'.
25239         * sys/v4l/TODO:
25240           Remove stuff about plugins that need removing - this was done
25241           ages ago.
25242         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
25243         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
25244         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
25245         (gst_v4lsrc_src_query):
25246         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
25247         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
25248           Add get_query_types(), get_formats() and query() functions.
25249
25250 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25251
25252         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
25253         * moved CVS to freedesktop.org