gst/videoscale/gstvideoscale.c: Add call to oil_init().
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-04-26  David Schleef  <ds@schleef.org>
2
3         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
4           Fixes #338897.
5
6 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7
8         * configure.ac:
9         * win32/common/config.h:
10           new prerelease
11
12 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13
14         patch by: Wim Taymans
15
16         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17         (gst_ogg_demux_perform_seek):
18           make sure correct newsegments are sent, so that the decoder
19           and the demuxer agree on timestamps.  Fixes playback of a lot
20           of Ogg files that do not start from 0.  Fixes #339833.
21
22 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23
24         Patch by: Edward Hervey  <edward@fluendo.com>
25
26         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
27         * tests/check/Makefile.am:
28         * tests/check/elements/videorate.c: (assert_videorate_stats),
29         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
30         (videorate_suite), (main):
31           Fix an infinite loop if frames are passed in with wrongly ordered
32           timestamps.  Fixes #339013.
33
34 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
35
36         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
37
38         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
39           fix typefinding on some ISO files.  Fixes #339212.
40
41 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
42
43         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
44
45         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
46           add another H264 fourcc.  Fixes #339047.
47
48 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
49
50         Patch by: Jan Schmidt
51
52         * gst/playback/gststreamselector.c:
53         (gst_stream_selector_bufferalloc):
54           Restore old StreamSelector behaviour.
55           Fixes #338419.
56
57 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
58
59         * configure.ac:
60         * win32/common/config.h:
61           prerelease
62
63 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
64
65         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
66
67         * gst-libs/gst/rtp/gstbasertpdepayload.c:
68         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
69           Fix some memory leaks: on finalize, free buffers left in the queue
70           before destroying the queue; in _push(), unref rtp_buf even if
71           the process vfunc returned a NULL buffer as output buffer (#337548);
72           demote some recuring debug messages to LOG level.
73
74 2006-04-11  Wim Taymans  <wim@fluendo.com>
75
76         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
77         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
78         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
79         (gst_ogg_demux_loop):
80         More cleanups.
81         Respect segment stop when emiting EOS or SEGMENT_DONE.
82         Fixes (#337945).
83
84 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
85
86         * gst/playback/gststreamselector.c:
87         (gst_stream_selector_get_property):
88           Don't leak pad name.
89
90 2006-04-10  Michael Smith  <msmith@fluendo.com>
91
92         * tests/check/Makefile.am:
93         * tests/check/gst-plugins-base.supp:
94           Suppress an old libtheora bug (fixed in more recent versions), so 
95           that FC4 buildslaves can pass.
96
97 2006-04-10  Wim Taymans  <wim@fluendo.com>
98
99         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
100         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
101         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
102         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
103         (gst_ogg_demux_loop):
104         Don't leak events.
105         Remember what error we got when finding chains, if we
106         were shutdown, that would not be an error.
107
108 2006-04-10  Wim Taymans  <wim@fluendo.com>
109
110         * gst-libs/gst/audio/gstbaseaudiosink.c:
111         (gst_base_audio_sink_event):
112         Starting the ringbuffer when we did not acquire it can cause
113         a deadlock, is pointless and causes nasty things for
114         subclasses. 
115         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
116
117 2006-04-10  Wim Taymans  <wim@fluendo.com>
118
119         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
120         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
121         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
122         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
123         (gst_ogg_demux_deactivate_current_chain),
124         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
125         (gst_ogg_demux_bisect_forward_serialno),
126         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
127         Add some more debugging.
128
129 2006-04-10  Wim Taymans  <wim@fluendo.com>
130
131         * ext/theora/theoradec.c: (theora_dec_src_event),
132         (theora_handle_data_packet):
133         Some more debug info.
134
135         * tests/examples/seek/seek.c: (start_seek), (main):
136         Print element messages too.
137
138 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
139
140         * gst/audioresample/debug.h:
141           replace debug macros with variable number of parameters
142           by a simple alias to gstreamer standard debug macros 
143          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
144           supported by MSVC 6.0 and 7.1)
145         * gst/audioresample/resample.h:
146           define M_PI and rint for WIN32
147         * win32/common/libgstaudio.def:
148         * win32/common/libgstriff.def:
149         * win32/common/libgsttag.def:
150         * win32/common/libgstvideo.def:
151           add new exported functions
152         * win32/vs6:
153           update project files
154
155 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
156
157         * ext/alsa/gstalsamixeroptions.c:
158         (gst_alsa_mixer_options_class_init):
159         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
160         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
161         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
162         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
163         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
164         * gst-libs/gst/audio/gstaudiofilter.c:
165         (gst_audio_filter_class_init):
166         * gst-libs/gst/audio/gstaudiosink.c:
167         (gst_audioringbuffer_class_init):
168         * gst-libs/gst/audio/gstaudiosrc.c:
169         (gst_audioringbuffer_class_init):
170         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
171         * gst-libs/gst/interfaces/colorbalancechannel.c:
172         (gst_color_balance_channel_class_init):
173         * gst-libs/gst/interfaces/mixeroptions.c:
174         (gst_mixer_options_class_init):
175         * gst-libs/gst/interfaces/mixertrack.c:
176         (gst_mixer_track_class_init):
177         * gst-libs/gst/interfaces/tunerchannel.c:
178         (gst_tuner_channel_class_init):
179         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
180         * gst-libs/gst/netbuffer/gstnetbuffer.c:
181         (gst_netbuffer_class_init):
182         * gst-libs/gst/rtp/gstbasertppayload.c:
183         (gst_basertppayload_class_init):
184         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
185         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
186         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
187         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
188         * gst/playback/gststreamselector.c:
189         (gst_stream_selector_class_init):
190         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
191         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
192         * sys/v4l/gstv4lcolorbalance.c:
193         (gst_v4l_color_balance_channel_class_init):
194         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
195         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
196         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
197         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
198         (gst_v4l_tuner_norm_class_init):
199         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
200         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
201         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
202         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
203
204 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
205
206         * ext/pango/gsttextrender.h:
207         * gst-libs/gst/audio/gstaudiosink.h:
208         * gst-libs/gst/audio/gstaudiosrc.h:
209         * gst-libs/gst/audio/gstbaseaudiosink.h:
210         * gst-libs/gst/audio/gstbaseaudiosrc.h:
211         * gst-libs/gst/audio/gstringbuffer.h:
212         * gst-libs/gst/rtp/gstbasertpdepayload.h:
213         * gst-libs/gst/rtp/gstbasertppayload.h:
214         * gst-libs/gst/video/gstvideofilter.h:
215         * gst-libs/gst/video/gstvideosink.h:
216         * gst/playback/gstplaybasebin.h:
217         * gst/tcp/gstmultifdsink.h:
218         * sys/v4l/gstv4lelement.h:
219         Fix broken GObject macros
220
221 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
222
223         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
224         More debug to trace why my USB headset is not working with gst
225
226 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
227
228         * gst/playback/gstplaybasebin.c: (group_destroy):
229         Clean up our group elements properly in the case where it never 
230         got committed - it still got added unconditionally to the bin.
231
232 2006-04-07  Wim Taymans  <wim@fluendo.com>
233
234         * ext/theora/theoradec.c: (theora_dec_sink_event),
235         (theora_handle_data_packet), (theora_dec_chain):
236         Unref unhandled events.
237         Protect against empty buffers.
238         Perform QoS on running time.
239
240 2006-04-07  Michael Smith  <msmith@fluendo.com>
241
242         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
243         (gst_vorbis_enc_chain):
244           Remove leaks from vorbisenc.
245           Mostly minor changes, the only significant one is that now the
246           buffers we set as 'streamheader' on the caps are copies of the
247           original buffers, to avoid circular refcounting problems.
248
249 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
250
251         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
252           Don't remove our mute-probe if someone else already did so.
253           Don't set a 2nd one if there is already one pending on the pad.
254
255         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
256         (do_playbin_seek):
257           When a seek fails, ensure that playbin is still set back to playing.
258           
259         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
260         (mpeg_ts_type_find), (plugin_init):
261           Add a typefind function for mpeg-ts streams. (Closes: #336617)
262
263 2006-04-06  Andy Wingo  <wingo@pobox.com>
264
265         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
266         (gst_video_rate_init): Caps-related parameters should not be reset
267         by a flush -- move their inits to the instance init function.
268         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
269         is not OK, just return the result.
270
271         * gst/audiotestsrc/gstaudiotestsrc.c
272         (gst_audio_test_src_class_init)
273         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
274         broken by Stefan's commit on 24 March.
275
276         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
277         buffers being pushed out. Fixes oggmux ! multifdsink.
278
279 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
280
281         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
282         (gst_vorbis_dec_init), (vorbis_dec_finalize):
283         * ext/vorbis/vorbisdec.h:
284         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
285         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
286         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
287         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
288         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
289         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
290         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
291         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
292         (gst_vorbis_enc_buffer_from_packet),
293         (gst_vorbis_enc_buffer_from_header_packet),
294         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
295         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
296         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
297         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
298         (gst_vorbis_enc_change_state):
299         * ext/vorbis/vorbisenc.h:
300           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
301           vorbisenc adhere to the official nomenclature; use boilerplate
302           macro.
303
304 2006-04-04  Andy Wingo  <wingo@pobox.com>
305
306         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
307         Whoops, fix bug introduced. Bad hacker!
308         
309         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
310         Properly handle the case where you get EOS before any buffers are
311         received. Use gst_buffer_make_metadata_writable where appropriate.
312
313         * ext/theora/theoradec.c (theora_handle_data_packet): This value
314         is often negative -- make it signed so as not to wrap around.
315         Fixes segfaults introduced on 9 March.
316
317 2006-04-03  Wim Taymans  <wim@fluendo.com>
318
319         * ext/theora/gsttheoradec.h:
320         * ext/theora/theoradec.c: (theora_dec_src_event):
321         Don't try to store a gdouble in a gboolean.
322         Small cleanups.
323
324 2006-04-03  Michael Smith  <msmith@fluendo.com>
325
326         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
327           Oggmux sucks.
328           Make it suck slightly less by writing out the final page.
329           Still can't encode a vorbis-in-ogg file correctly, though.
330
331 2006-04-03  Andy Wingo  <wingo@pobox.com>
332
333         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
334         a g_print.
335
336         * ext/theora/theora.c (plugin_init): Register theoraparse.
337
338         * ext/theora/gsttheoraparse.h: 
339         * ext/theora/theoraparse.c: New files implementing a theora
340         parser. Now we can properly remux ogg/theora+vorbis, yay.
341
342         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
343
344 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
345
346         * gst/audiotestsrc/gstaudiotestsrc.c:
347           Fixed the sample pipeline (see #323798)
348
349 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
350
351         * configure.ac:
352         * win32/common/config.h:
353         * win32/common/config.h.in:
354           use AS_VERSION and AS_NANO
355           more cleanups
356
357 2006-03-31  Andy Wingo  <wingo@pobox.com>
358
359         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
360         uninitialized variable return that would happen.
361         
362         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
363         uninitialized variable return that would never happen.
364
365         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
366         (vorbis_parse_sink_event): Add an event function to flush our
367         state on a seek, and to drain buffers on a premature EOS.
368         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
369         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
370         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
371         (vorbis_parse_drain_queue): Queue up buffers until we can set
372         their timestamps and granulepos values.
373
374         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
375         and keep track of data needed for deriving granulepos and
376         timestamps for buffers.
377
378 2006-03-29  Wim Taymans  <wim@fluendo.com>
379
380         Patch by: j^ <j at bootlab dot org>
381
382         * ext/alsa/gstalsamixerelement.c:
383         (gst_alsa_mixer_element_class_init):
384         * ext/alsa/gstalsasink.c:
385         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
386         * ext/ogg/gstoggdemux.c:
387         * ext/ogg/gstoggmux.c:
388         * ext/ogg/gstoggparse.c:
389         * ext/pango/gstclockoverlay.c:
390         * ext/pango/gsttextoverlay.c:
391         * ext/pango/gsttextrender.c:
392         * ext/pango/gsttimeoverlay.c:
393         * ext/theora/theoradec.c:
394         * ext/theora/theoraenc.c:
395         * ext/vorbis/vorbisdec.c:
396         * ext/vorbis/vorbisenc.c:
397         * gst/audioconvert/gstaudioconvert.c:
398         * gst/subparse/gstsubparse.c:
399         * gst/tcp/gstmultifdsink.c:
400         * gst/tcp/gsttcpclientsink.c:
401         * gst/tcp/gsttcpclientsrc.c:
402         * gst/tcp/gsttcpserversink.c:
403         * gst/tcp/gsttcpserversrc.c:
404           better/unified long descriptions
405           Fixes #336477
406
407 2006-03-29  Wim Taymans  <wim@fluendo.com>
408
409         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
410         (stop_seek):
411         Don't let double and tripple clicks mess up our state.
412
413 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
414
415         * gst/playback/gstplaybin.c: (gen_video_element),
416         (gen_text_element), (gen_audio_element), (gen_vis_element):
417           Error out gracefully when we can't create any of the usual
418           conversion elements for some reason. Also, don't try to
419           create an audioscale (sic) element that's not used anyway.
420
421 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
422
423         * gst/playback/gstplaybasebin.c: (setup_source):
424           Don't post RESOURCE_NOT_FOUND error when we can't find a source
425           element for a particular protocol, that's confusing for users.
426           Instead, post a RESOURCE_FAILED error, so that our own error
427           message is actually shown in totem etc. (#336303).
428
429 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
430
431         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
432
433         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
434         (gst_gnome_vfs_src_get_icy_metadata):
435           Fix some minor memory leaks (#336194).
436
437 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
438
439         * ext/gnomevfs/gstgnomevfs.c:
440         (gst_gnome_vfs_location_to_uri_string):
441         * ext/gnomevfs/gstgnomevfs.h:
442         * ext/gnomevfs/gstgnomevfssink.c:
443         (gst_gnome_vfs_sink_set_property):
444         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
445           Make gnomevfssink accept filenames as well as URIs for the
446           "location" property, just like gnomevfssrc does (and
447           filesrc/filesink do) (#336190).
448
449 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
450
451         * tests/check/generic/clock-selection.c: (GST_START_TEST):
452           set to NULL before unreffing, fixes a valgrind leak.
453           Why was this not triggering the error that an object needs to
454           be NULL before unreffing ?
455         * win32/common/config.h:
456           update
457
458 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
459
460         * gst/subparse/gstsubparse.c: (convert_encoding),
461         (gst_sub_parse_change_state):
462         * gst/subparse/gstsubparse.h:
463           Text subtitle files may or may not be UTF-8. If it's not, we
464           don't really want to see '?' characters in place of non-ASCII
465           characters like accented characters. So let's assume the input
466           is UTF-8 until we come across text that is clearly not. If it's
467           not UTF-8, we don't really know what it is, so try the following:
468           (a) see whether the GST_SUBTITLE_ENCODING environment variable
469           is set; if not, check (b) if the current locale encoding is
470           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
471           the current locale encoding is UTF-8 and the environment variable
472           was not set to any particular encoding. Not perfect, but better
473           than nothing (and better than before, I think) (fixes #172848).
474
475 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
476
477         * configure.ac:
478           update core requirement to 0.10.4.1 because of async_playback
479           vmethod on GstBaseSink
480
481 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
482
483         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
484         * gst/adder/gstadder.c: (gst_adder_init):
485         use DEBUG_FUNCPTR for collectpads
486
487 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
488
489         * docs/plugins/Makefile.am:
490         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
491         * docs/plugins/gst-plugins-base-plugins-sections.txt:
492         * ext/cdparanoia/gstcdparanoiasrc.c:
493         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
494         (gst_gnome_vfs_sink_class_init):
495         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
496         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
497         * ext/ogg/gstoggmux.c:
498         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
499         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
500         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
501         * ext/pango/gsttextoverlay.c:
502         * ext/pango/gsttextrender.c:
503         * ext/theora/theoradec.c:
504         * ext/theora/theoraenc.c:
505         * ext/vorbis/vorbisdec.c:
506         * ext/vorbis/vorbisenc.c:
507         * gst-libs/gst/audio/gstaudiofilter.c:
508         (gst_audio_filter_base_init):
509         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
510         (gst_audio_filter_template_base_init):
511         * gst/adder/gstadder.c: (gst_adder_get_type):
512         * gst/adder/gstadder.h:
513         * gst/audioconvert/gstaudioconvert.c:
514         * gst/audiotestsrc/gstaudiotestsrc.c:
515         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
516         (gst_audio_test_src_create):
517         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
518         * gst/playback/gstdecodebin.c:
519         * gst/playback/gstplaybin.c:
520         * gst/playback/gststreamselector.c:
521         (gst_stream_selector_base_init):
522         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
523         * gst/volume/gstvolume.c:
524         * sys/v4l/gstv4lmjpegsink.c:
525         * sys/v4l/gstv4lmjpegsrc.c:
526         * tests/check/libs/cddabasesrc.c:
527         * tests/old/examples/gob/gst-identity2.gob:
528         Add docs for adder, use GST_ELEMENT_DETAILS macro,
529         define GstElementDetails at the top
530
531 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
532
533         * win32/common/libgstinterfaces.def:
534         Add a lot of export functions for gst-python
535         * win32/vs6/libgstinterfaces.dsp:
536         Add a missing include folder in the project configuration
537         
538 2006-03-23  Wim Taymans  <wim@fluendo.com>
539
540         * gst-libs/gst/audio/gstbaseaudiosrc.c:
541         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
542         (gst_base_audio_src_change_state):
543         Fix audio sources, forgot to make the ringbuffer
544         startable...
545
546 2006-03-23  Wim Taymans  <wim@fluendo.com>
547
548         * gst-libs/gst/audio/gstbaseaudiosrc.c:
549         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
550         (gst_base_audio_src_change_state):
551         unparent instead of unref the ringbuffer.
552
553 2006-03-23  Wim Taymans  <wim@fluendo.com>
554
555         * gst-libs/gst/audio/gstbaseaudiosink.c:
556         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
557         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
558         Implement new async_play vmethod to start slaving and allow
559         playback start in case of async PLAY state changes. 
560
561         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
562         Enable QoS with new method in base class.
563
564 2006-03-23  Wim Taymans  <wim@fluendo.com>
565
566         Patch by: Julien MOUTTE <julien at moutte dot net>
567
568         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
569         (gst_video_test_src_do_seek), (gst_video_test_src_create):
570         Partially handle 0 framerate, only EOS after the first frame
571         is missing.
572
573 2006-03-23  Wim Taymans  <wim@fluendo.com>
574
575         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
576
577         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
578         (gst_riff_create_video_template_caps):
579         * gst/ffmpegcolorspace/avcodec.h:
580         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
581         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
582         (gst_ffmpegcsp_avpicture_fill):
583         * gst/ffmpegcolorspace/imgconvert.c:
584         Patch for support of YVU9 AVI files (#334822)
585
586 2006-03-22  Edward Hervey  <edward@fluendo.com>
587
588         * docs/design/design-decodebin.txt:
589         Added design document for new decodebin
590         (Target Caps): text/x-pango-markup is also a default target caps.
591
592 2006-03-22  Wim Taymans  <wim@fluendo.com>
593
594         * gst-libs/gst/audio/gstbaseaudiosink.c:
595         (gst_base_audio_sink_dispose):
596         Since we _parent the ringbuffer, we also need to
597         _unparent instead of a plain _unref.
598
599 2006-03-22  Wim Taymans  <wim@fluendo.com>
600
601         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
602         (stop_seek), (scrub_toggle_cb), (main):
603         Add scrub checkbox.
604
605 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
606
607         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
608         (gst_ogg_parse_chain):
609           Fix very inefficient usage of linked lists (#335365).
610
611 2006-03-21  Edward Hervey  <edward@fluendo.com>
612
613         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
614         * gst/playback/gstplaybin.c: (handoff):
615         * gst/playback/gststreamselector.c:
616         (gst_stream_selector_set_property):
617         gcc 4.1 unreferenced pointer fixes.
618         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
620         gst_buffer_ref() now takes a GstBuffer*.
621
622 2006-03-20  Julien MOUTTE  <julien@moutte.net>
623
624         * sys/xvimage/xvimagesink.c:
625         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
626         by Jan Schmidt.
627
628 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
629
630         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
631         (id3v1_type_find), (apetag_type_find), (plugin_init):
632           Can't do tag preferences via probability, as tags would then
633           lose against types that are recognised with MAXIMUM probability
634           (like .wav); so let all tag typefinders return MAXIMUM themselves
635           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
636           that we can prefer APE to ID3v1 (fixes #335028).
637           
638 2006-03-17  Wim Taymans  <wim@fluendo.com>
639
640         * gst-libs/gst/audio/gstbaseaudiosink.c:
641         (gst_base_audio_sink_change_state):
642         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
643         (gst_ring_buffer_may_start):
644         * gst-libs/gst/audio/gstringbuffer.h:
645         Only start playback if we are playing.
646         should fix #330748.
647
648 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
649
650         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
651         * win32/common/config.h:
652           Revert accidental commits to these files.
653
654 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
655
656         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
657
658         * tests/Makefile.am:
659           Don't try to build tests in tests/icles if we
660           don't have X (#323852)
661
662 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
663
664         * gst-libs/gst/tag/gstid3tag.c:
665           Add TXXX frame identifiers for replaygain stuff as used
666           by some taggers (see #323721).
667
668 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
669
670         * gst/playback/gststreamselector.c:
671         (gst_stream_selector_set_property),
672         (gst_stream_selector_bufferalloc):
673           Preserve the existing buggy streamselector behaviour by performing
674           a fallback buffer allocation when downstream isn't linked yet.
675           This should really be fixed in playbin by blocking pads until it's
676           linked them.
677           Also, use gst_pad_alloc_buffer instead of
678           gst_pad_alloc_buffer_and_set.
679
680 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
681
682         * gst-libs/gst/tag/gstid3tag.c:
683           Don't crash on unknown ID3v2 TXXX frames.
684           
685 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
686
687         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
688           Chain up to the parent finalize method.
689           Add 32-bit sample size to the template caps.
690
691         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
692         (gst_riff_create_video_template_caps):
693           Add the fourcc that the VMWare codec uses.
694           
695         * gst/playback/gststreamselector.c:
696         (gst_stream_selector_set_property),
697         (gst_stream_selector_bufferalloc),
698         (gst_stream_selector_request_new_pad):
699           For the active pad, forward buffer-alloc requests, otherwise
700           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
701           having to memcpy every frame when used by playbin.
702
703         * gst/tcp/gstmultifdsink.c:
704         (gst_multi_fd_sink_handle_client_write):
705           Get negotiated caps from the sink pad, rather than the sink
706           pad's peer.
707
708 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
709
710         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
711         
712         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
713           Don't forget to set src->callbacks_pushed to FALSE again when
714           popping them, otherwise re-activation in a different mode won't
715           work (#334620).
716
717 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
718
719         Patch by: Sebastien Moutte  <sebastien moutte net>
720
721         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
722         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
723         (gst_ffmpeg_smpfmt_to_caps):
724           Replace __VA_ARGS__ caps creation macros with varargs functions.
725           Makes things compile on MSVC (#320765), looks nicer, and we can
726           tell the compiler to check for the NULL terminator.
727
728 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
729
730         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
731
732         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
733           Make sure the buffer we copy into is really always big
734           enough, this time for real (#333488).
735           
736 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
737
738         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
739           Add support for 24bpp DIB (#305279).
740
741 2006-03-14  Wim Taymans  <wim@fluendo.com>
742
743         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
744         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
745         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
746         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
747         (gst_video_scale_init), (gst_video_scale_src_event):
748         Re-enable QoS after the release.
749         Rework videoscale to use the base class src_event handler.
750
751 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
752
753         * configure.ac:
754           back to CVS.
755
756 === release 0.10.5 ===
757
758 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
759
760         * configure.ac:
761           releasing 0.10.5, "Net"
762
763 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
764
765         * docs/plugins/Makefile.am:
766           Part of previous cdparanoiasrc docs fixes, forgot to commit.
767           
768 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
769
770         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
771         * docs/plugins/gst-plugins-base-plugins-sections.txt:
772         * docs/plugins/gst-plugins-base-plugins.hierarchy:
773           Add cdparanoiasrc to docs.
774
775         * gst-libs/gst/cdda/gstcddabasesrc.c:
776           More GstCddaBaseSrc docs.
777
778 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
779
780         * docs/libs/gst-plugins-base-libs-sections.txt:
781         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
782         * gst-libs/gst/tag/tag.h:
783           API: libgsttag: new method gst_tag_from_id3_user_tag().
784
785 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
786
787         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
788           NULL-terminate array of mpeg4 video file extensions.
789           Fixes crash on PPC (#334226).
790
791 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
792
793         * ext/gnomevfs/gstgnomevfssrc.c:
794         (gst_gnome_vfs_src_check_get_range):
795           gnome_vfs_uri_is_local() alone is not a good indicator
796           whether we can operate in pull-mode with a specific URI,
797           as it returns FALSE for file:// URIs that point to an
798           NFS-mounted path. Be more conservative here: whitelist
799           local files, blacklist http URIs and use the old
800           mechanism for anything else (fixes #334216).
801
802 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
803
804         * configure.ac:
805           back to trunk
806
807 === release 0.10.4 ===
808
809 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
810
811         * configure.ac:
812           releasing 0.10.4, "Power"
813
814 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
815
816         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
817         Disable max-lateness by setting it to -1 for now, so that 
818         we can bed QoS stuff in thoroughly between now and the next
819         release.
820
821 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
822
823         Patch by: Fabrizio Gennari
824
825         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
826           Make sure we don't read beyond the palette buffer in case of
827           broken or manipulated files (#333488)
828
829 2006-03-10  Edward Hervey  <edward@fluendo.com>
830
831         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
832         Fix for variable not initialized.
833
834 2006-03-09  Wim Taymans  <wim@fluendo.com>
835
836         * ext/libvisual/visual.c: (gst_visual_get_type),
837         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
838         (gst_visual_chain):
839         Small cleanups.
840
841         * ext/theora/gsttheoradec.h:
842         * ext/theora/theoradec.c: (gst_theora_dec_init),
843         (gst_theora_dec_reset), (_theora_granule_time),
844         (theora_dec_src_convert), (theora_dec_sink_convert),
845         (theora_dec_src_query), (theora_dec_src_event),
846         (theora_dec_sink_event), (theora_handle_comment_packet),
847         (theora_handle_header_packet), (theora_dec_push),
848         (theora_handle_data_packet), (theora_dec_chain),
849         (theora_dec_change_state):
850         Add simple QoS.
851
852 2006-03-09  Wim Taymans  <wim@fluendo.com>
853
854         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
855         (audiocast_register_listener), (gst_gnome_vfs_src_start):
856         Some cleanups.
857
858 2006-03-09  Wim Taymans  <wim@fluendo.com>
859
860         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
861         Don't try to activate NULL chains.
862
863 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
864
865         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
866           Fix invalid memory access to region before peek'd data (#332964).
867
868 2006-03-09  Wim Taymans  <wim@fluendo.com>
869
870         Patch by: Christophe Fergeau
871
872         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
873         * ext/pango/gsttextrender.c: (gst_text_render_init):
874         * gst/adder/gstadder.c: (gst_adder_init):
875         Don't leak padtemplates, closes #333510.
876
877 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
878
879         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
880           Fix invalid memory access: make sure string passed to
881           regexec() is NUL-termianted.
882
883 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
884
885         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
886         (mp3_type_find):
887           Refactor mpeg/audio typefinding to make it more maintainable
888           and easier to fine-tune. Make probing into middle of the file
889           work properly (fixes #333900, also see #152688).
890
891 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
892
893         * gst/typefind/gsttypefindfunctions.c:
894         (utf8_type_find_have_valid_utf8_at_offset):
895           Remove part from previous commit that was bogus:
896           g_utf8_validate() does in fact not accept embedded
897           zeroes, so we don't need to check for those (thanks
898           to Mike for the hint).
899
900 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
901
902         * gst/typefind/gsttypefindfunctions.c:
903         (utf8_type_find_count_embedded_zeroes),
904         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
905           Make plain/text typefinder more conservative: firstly, check
906           for embedded zeroes, which are perfectly valid UTF-8 characters,
907           but also a fairly good sign that something is not a plain text
908           file; secondly, probe into the middle of the file if possible.
909           If we can't probe into the middle, limit the probability value
910           to be returned to TYPE_FIND_POSSIBLE (see #333900).
911
912 2006-03-08  Michael Smith  <msmith@fluendo.com>
913
914         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
915           Make typefind function name for mpeg4 video unique.
916
917 2006-03-08  Wim Taymans  <wim@fluendo.com>
918
919         * ext/libvisual/visual.c: (gst_visual_init),
920         (gst_visual_clear_actors), (gst_visual_dispose),
921         (gst_visual_reset), (gst_visual_src_setcaps),
922         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
923         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
924         (gst_visual_chain), (gst_visual_change_state):
925         Cleanups, post nice errors.
926         Handle sink and src events.
927         Implement simple QoS.
928
929         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
930         Use new basesink methods to configure max-lateness.
931         Small doc update.
932
933         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
934         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
935         Debug statement cleanups.
936
937         * gst/volume/gstvolume.c: (gst_volume_class_init):
938         Simple cleanup.
939
940 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
941
942         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
943         (gst_text_overlay_init), (gst_text_overlay_set_property),
944         (gst_text_overlay_get_property):
945           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
946           as string type properties, but mark them deprecated. Add
947           'halignment' and 'valignment' properties that use enums
948           instead of strings.
949
950 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
951
952         Patch by: Fabrizio Gennari
953
954         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
955           Allow palettes with less than 256 colours in AVI files
956           (#333488)
957
958 2006-03-07  Julien MOUTTE  <julien@moutte.net>
959
960         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
961         (gst_text_overlay_video_event): Fix wrong EOS handling on text
962         pad. We were releasing the queued text buffer when we should keep
963         it until video pad gets EOS or discard the text buffer because it's
964         too old. That was eating the last subtitle buffer. Add some more
965         debug.
966
967 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
968
969         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
970         (gst_text_overlay_video_chain):
971           Fix invalid memory access (we can't access a buffer after it's been
972           pushed downstream without taking a reference); fix memory leak (if
973           there's no text to render, bail out before allocating stuff).
974
975 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
976
977         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
978         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
979         * ext/pango/gsttextoverlay.h:
980           If input is plain text, escape it before passing it to
981           pango_layout_set_markup().
982
983 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
984
985         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
986           Don't ignore flow return from gst_pad_push().
987
988 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
989
990         Patch by: Fabrizio Gennari
991
992         * ext/libvisual/visual.c: (gst_visual_getcaps),
993         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
994         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
995         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
996         (gst_vorbisenc_convert_sink):
997         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
998         (gst_audio_duration_from_pad_buffer):
999         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
1000         (gst_audio_filter_chain):
1001         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1002         (gst_base_rtp_depayload_setcaps):
1003         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
1004         (gst_video_get_size):
1005         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
1006           Don't leak references returned by gst_pad_get_parent()
1007           (#333663)
1008
1009 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
1010
1011         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
1012           change location param details
1013         * gst/volume/gstvolume.c: (plugin_init):
1014           correct plugin description
1015
1016 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
1017
1018         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
1019         (gst_gnome_vfs_src_check_get_range):
1020           Override GstBaseSrc::check_get_range() in order to avoid opening
1021           the resource just to check whether we can operate in pull-mode or
1022           not - we can predict that pretty well from the URI alone. Should
1023           fix problems with last.fm (#331690). (Requires latest core CVS).
1024
1025 2006-03-06  Wim Taymans  <wim@fluendo.com>
1026
1027         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
1028         (gst_video_sink_class_init):
1029         Throw away frames that are later than 20 ms.
1030
1031 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
1032
1033         Patch by: Fabrizio Gennari
1034
1035         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1036           Set depth on WMA caps (#333545)
1037
1038 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1039
1040         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
1041         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
1042           put Theora BOS pages before others.  This hardcodes
1043           the Ogg/Theora I profile, but hey.
1044
1045 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1046
1047         * ext/ogg/README:
1048           updated with some examples
1049         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
1050         (granulepos_add), (theora_buffer_from_packet):
1051         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
1052         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
1053         (gst_vorbisenc_chain):
1054           implement strategy from ext/ogg/README
1055         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
1056         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1057         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
1058         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
1059           Fix muxer so that oggz-validate is happy with all streams;
1060           except for no eos mark, and the BOS page ordering
1061         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
1062         (check_buffer_granulepos):
1063         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
1064           update tests to check for OFFSET being set as requested
1065           fixed type of granulepos, it's not a ClockTime
1066
1067 2006-03-05  Julien MOUTTE  <julien@moutte.net>
1068
1069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1070         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
1071         Check that the xvimage we are creating has a correct size
1072         before returning it. (#314897)
1073
1074 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
1075
1076         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1077           Give id3 and ape tag typefinders a rank slightly higher
1078           than PRIMARY to ensure they're always run before any of
1079           the other typefinders (in particular wav and mp3) (#324186).
1080
1081 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
1082
1083         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1084           Add support for '3IVD' fourcc (#333403).
1085
1086 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
1087
1088         * configure.ac:
1089           Bump requirements to GStreamer CVS for the new error enum.
1090
1091         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
1092           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
1093           space left on the device (fixes #333352).
1094
1095 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
1096
1097         * win32/vs6:
1098           add a project file for libgstvolume
1099           update the workspace
1100
1101 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1102
1103         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
1104         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
1105         (GST_START_TEST):
1106           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
1107           Set IN_CAPS on header buffers
1108
1109 2006-03-02  Wim Taymans  <wim@fluendo.com>
1110
1111         * docs/plugins/Makefile.am:
1112         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1113         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1114         Add audioresample to docs.
1115
1116         * gst/audioconvert/gstaudioconvert.c:
1117         Add revision date.
1118
1119         * gst/audioresample/gstaudioresample.c:
1120         (gst_audioresample_base_init), (gst_audioresample_class_init),
1121         (gst_audioresample_init), (gst_audioresample_dispose),
1122         (audioresample_get_unit_size), (audioresample_transform_caps),
1123         (resample_set_state_from_caps), (audioresample_transform_size),
1124         (audioresample_set_caps), (audioresample_event),
1125         (audioresample_do_output), (audioresample_transform),
1126         (audioresample_pushthrough), (gst_audioresample_set_property),
1127         (gst_audioresample_get_property), (plugin_init):
1128         * gst/audioresample/gstaudioresample.h:
1129         Added docs.
1130         Small code cleanups.
1131
1132 2006-03-02  Wim Taymans  <wim@fluendo.com>
1133
1134         * docs/plugins/Makefile.am:
1135         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1136         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1137         Added videoscale to docs.
1138
1139         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
1140         (gst_video_rate_swap_prev), (gst_video_rate_event),
1141         (gst_video_rate_chain):
1142         Fix typo in docs.
1143
1144         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
1145         (gst_video_scale_init), (gst_video_scale_prepare_size),
1146         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
1147         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
1148         * gst/videoscale/gstvideoscale.h:
1149         Added docs, examples.
1150         Some code cleanups.
1151         Post errors instead of g_warning.
1152
1153 2006-03-02  Wim Taymans  <wim@fluendo.com>
1154
1155         * docs/libs/gst-plugins-base-libs-docs.sgml:
1156         * docs/libs/gst-plugins-base-libs-sections.txt:
1157         * docs/libs/gst-plugins-base-libs.types:
1158         * docs/plugins/Makefile.am:
1159         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1160         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1161         Added some more docs to libs and plugins.
1162
1163         * gst-libs/gst/audio/gstringbuffer.c:
1164         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
1165         * gst-libs/gst/audio/gstringbuffer.h:
1166         Document ringbuffer some more.
1167
1168         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
1169         (gst_video_rate_setcaps), (gst_video_rate_reset),
1170         (gst_video_rate_init), (gst_video_rate_flush_prev),
1171         (gst_video_rate_swap_prev), (gst_video_rate_event),
1172         (gst_video_rate_chain), (gst_video_rate_change_state):
1173         * gst/videorate/gstvideorate.h:
1174         Fix videorate to use segments.
1175         Make it work with 0/1 framerates (closes #331903)
1176         Handle EOS correctly.
1177         Added docs.
1178
1179 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
1180
1181         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
1182         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
1183         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
1184           In state change function, first chain up to parent class,
1185           then handle downwards state change stuff. Remove some
1186           commented out cruft from 0.8 code.
1187
1188 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
1189
1190         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
1191         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
1192         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
1193         (gst_ogm_parse_chain):
1194           Don't remove/re-add source pad if the new caps are the same as
1195           the old caps anyway (#333042). When removing source pad, don't
1196           unref it afterwards - we didn't ref it when adding. Sprinkle some
1197           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
1198           after using gst_pad_get_parent(). Return downstream flow return
1199           value in chain function.
1200
1201 2006-03-02  Wim Taymans  <wim@fluendo.com>
1202
1203         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1204         * docs/plugins/gst-plugins-base-plugins.args:
1205         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1206         * docs/plugins/gst-plugins-base-plugins.interfaces:
1207         * docs/plugins/gst-plugins-base-plugins.signals:
1208         Fix hierarchy, added some more elements to the docs.
1209
1210         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1211         (gst_ffmpegcsp_get_type):
1212         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
1213         Fix docs for ffmpegcolorspace.
1214
1215 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
1216
1217         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
1218         (apetag_type_find), (ape_type_find), (plugin_init):
1219           Some typefinding fine-tuning:
1220           - rank ID3/APE tags in order of preference via probabilities, so that
1221             ID3v2 > APEv2 > APEv1 > ID3v1.
1222           - three or four bytes don't really justify MAXIMUM probability,
1223             change those to 'very likely' (musepack and monkeysaudio).
1224
1225 2006-03-01  Wim Taymans  <wim@fluendo.com>
1226
1227         * docs/plugins/Makefile.am:
1228         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1229         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1230         * ext/alsa/gstalsamixer.c:
1231         * ext/alsa/gstalsamixer.h:
1232         * ext/alsa/gstalsamixerelement.c:
1233         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
1234         * ext/alsa/gstalsamixerelement.h:
1235         * ext/alsa/gstalsasink.c:
1236         * ext/alsa/gstalsasink.h:
1237         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
1238         (gst_alsasrc_init):
1239         * ext/alsa/gstalsasrc.h:
1240         Added alsa docs.
1241         Small code cleanups.
1242
1243 2006-03-01  Wim Taymans  <wim@fluendo.com>
1244
1245         * ext/theora/Makefile.am:
1246         Dist new header too,
1247
1248 2006-03-01  Wim Taymans  <wim@fluendo.com>
1249
1250         * docs/plugins/Makefile.am:
1251         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1252         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1253         * ext/gnomevfs/gstgnomevfssink.h:
1254         * ext/gnomevfs/gstgnomevfssrc.h:
1255         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1256         * ext/vorbis/vorbisdec.h:
1257         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
1258         * ext/vorbis/vorbisenc.h:
1259         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
1260         (vorbis_parse_chain), (vorbis_parse_change_state):
1261         * ext/vorbis/vorbisparse.h:
1262         * gst/audioconvert/gstaudioconvert.h:
1263         * gst/tcp/gsttcpserversink.h:
1264         * gst/videotestsrc/gstvideotestsrc.c:
1265         * gst/videotestsrc/gstvideotestsrc.h:
1266         * gst/volume/gstvolume.c:
1267         * gst/volume/gstvolume.h:
1268         Fix some more docs.
1269         Added docs for vorbisdec and vorbisparse.
1270         Fix vorbisparse.
1271
1272 2006-03-01  Wim Taymans  <wim@fluendo.com>
1273
1274         * docs/plugins/Makefile.am:
1275         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1276         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1277         * ext/pango/gstclockoverlay.h:
1278         * ext/pango/gsttextoverlay.h:
1279         * ext/pango/gsttextrender.h:
1280         * ext/pango/gsttimeoverlay.h:
1281         * ext/theora/gsttheoradec.h:
1282         * ext/theora/gsttheoraenc.h:
1283         * ext/theora/theoradec.c:
1284         * ext/theora/theoraenc.c:
1285         * gst/audioconvert/gstaudioconvert.h:
1286         * gst/audiotestsrc/gstaudiotestsrc.h:
1287         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
1288         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
1289         * gst/tcp/gstmultifdsink.h:
1290         Updated/added documentation.
1291
1292         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
1293         (gst_text_overlay_halign_get_type),
1294         (gst_text_overlay_wrap_mode_get_type),
1295         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
1296         (gst_text_overlay_init), (gst_text_overlay_set_property),
1297         (gst_text_overlay_get_property):
1298         Fix up properties to be enums instead of string to make bindings,
1299         introspection and automatic GUI creation possible.
1300         Add getters for the properties.
1301
1302 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
1303
1304         * gst/audiotestsrc/gstaudiotestsrc.c:
1305           added defines of M_PI and M_PI_2
1306         * gst/ffmpegcolorspace/avcodec.h:
1307           removed #include "stdint.h" for win32 as _stdint.h is 
1308           autogenerated to win32/common
1309         * win32/common/libgstaudio.def:
1310         * win32/common/libgsttag.def:
1311           added some exports
1312         * win32/vs6:
1313           some project files bugs corrected
1314         * win32/vs7:
1315           project files are reset to the default vs7 configuration 
1316           (they link to msvcr71.dll using default optimizations)
1317           
1318 2006-02-28  Wim Taymans  <wim@fluendo.com>
1319
1320         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
1321         Fix some docs.
1322
1323 2006-02-28  Edward Hervey  <edward@fluendo.com>
1324
1325         * ext/alsa/gstalsasrc.c:
1326         Set proper class on the ElementDetails:
1327         Source/Audio instead of Src/Audio/
1328
1329 2006-02-28  Edward Hervey  <edward@fluendo.com>
1330
1331         * gst/videoscale/vs_scanline.c:
1332         (vs_scanline_resample_nearest_RGBA):
1333         Revert optimization in videoscale. It should go in liboil and have
1334         an appropriate liboil function.
1335
1336 2006-02-28  Wim Taymans  <wim@fluendo.com>
1337
1338         * gst-libs/gst/audio/gstbaseaudiosink.c:
1339         (gst_base_audio_sink_provide_clock):
1340         Don't try to provide a clock in the NULL state.
1341
1342 2006-02-28  Wim Taymans  <wim@fluendo.com>
1343
1344         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
1345         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
1346         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1347         (gst_ogg_demux_deactivate_current_chain),
1348         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
1349         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
1350         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
1351         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
1352         Use GstSegment infrastructure to remove duplicated code
1353         and handle more seek cases correctly.
1354
1355 2006-02-28  Wim Taymans  <wim@fluendo.com>
1356
1357         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1358         (gst_ffmpegcsp_transform):
1359         Don't ignore return code from ffmpeg convert function.
1360
1361         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
1362         Split out some long statements to ease debugging.
1363
1364 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
1365
1366         * ext/libvisual/visual.c: (gst_visual_init),
1367         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
1368         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
1369         being able to renegotiate the size. Instead, use the negotiation
1370         algorithm from the goom plugin to pick an initial output caps. 
1371
1372         Also, allow theoretical libvisual plugins that might support non-GL 
1373         output even if they also do GL.
1374
1375 2006-02-26  Julien MOUTTE  <julien@moutte.net>
1376
1377         * ext/libvisual/visual.c: (gst_visual_init),
1378         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
1379         (plugin_init): Load only non GL plugins. Fix some memleaks and 
1380         possible negotiation issues.
1381
1382 2006-02-25  Julien MOUTTE  <julien@moutte.net>
1383
1384         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
1385
1386 2006-02-24  Michael Smith  <msmith@fluendo.com>
1387
1388         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
1389         (cmml_type_find), (plugin_init):
1390           Fix CMML type find function to not require a specific minor version
1391           of the CMML header.
1392
1393           Add an MPEG4 video elementary stream typefind function.
1394
1395 2006-02-04  Michael Smith  <msmith@fluendo.com>
1396
1397         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
1398         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
1399         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1400         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
1401         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
1402         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
1403           Annodex support in ogg demuxer. Doesn't do very much without the
1404           other annodex patches (to come).
1405
1406 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1407
1408         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
1409
1410         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1411           Pick up palette for MS video v1 (#327028)
1412
1413 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1414
1415         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1416         (gst_ffmpegcsp_caps_remove_format_info),
1417         (gst_ffmpegcsp_get_unit_size):
1418           The 'palette_data' field from incoming RGB caps shouldn't be
1419           proxied on outgoing YUV caps; also, restrict unit size
1420           adjustment in case of paletted data only to the unit that
1421           actually has a palette. Fixes #330711.
1422
1423 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1424
1425         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1426         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
1427         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
1428         (gst_ffmpegcsp_get_unit_size):
1429           Plug some memory leaks.
1430
1431 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1432
1433         * sys/ximage/Makefile.am:
1434         * sys/xvimage/Makefile.am:
1435           Add some _CFLAGS and _LIBS that seem to be missing
1436           and/or required for Cygwin (see #317048).
1437
1438 2006-02-22  Wim Taymans  <wim@fluendo.com>
1439
1440         * ext/alsa/gstalsasrc.c:
1441         Fix description as pointed out by caugier.
1442
1443 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
1444
1445         Reviewed by : Edward Hervey  <edward@fluendo.com>
1446
1447         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1448         (qt_type_find):
1449         Better 3gp typefinding (#331526).
1450
1451 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
1452
1453         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1454           Don't send EOS event here, the base class will send one for us.
1455
1456         * gst/playback/gstplaybasebin.c: (prepare_output):
1457           Subpictures without video stream aren't allowed either.
1458         
1459         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1460           Fix debug statement copy'n'paste-o.
1461
1462 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
1463
1464         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
1465           Fix issues with mixer keeping state when muting/unmuting
1466           and when changing the volume whilst muted (see #331763
1467           and #331765).
1468
1469 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
1470
1471         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
1472         (parse_subrip), (gst_sub_parse_format_autodetect):
1473           Set right caps given that we send escaped text. Also,
1474           honour <i></i>, <b></b> and <u></u> markers that can be found
1475           in .srt files (fixes #310202).
1476
1477 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
1478
1479         * gst-libs/gst/audio/mixerutils.c:
1480         (element_factory_rank_compare_func):
1481           Make order in which elements are tried more determinable.
1482
1483 2006-02-20  Julien MOUTTE  <julien@moutte.net>
1484
1485         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
1486         (remove_element_chain), (cleanup_decodebin),
1487         (gst_decode_bin_change_state): Make decodebin reusable by
1488         fixing remove_element_chain first and then introduce a
1489         cleaner in state change to ->NULL. (Closes #331678)
1490
1491 2006-02-19  Wim Taymans  <wim@fluendo.com>
1492
1493         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
1494         use 0666 mask when creating files so umask gets applied
1495         correctly. Fixes #331295.
1496
1497 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1498
1499         * gst/subparse/Makefile.am:
1500         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
1501         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
1502         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
1503         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
1504         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
1505         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
1506         * gst/subparse/gstssaparse.h:
1507         * gst/subparse/gstsubparse.c: (plugin_init):
1508           Add very basic parser for SSA subtitle streams (as often
1509           found in matroska files).
1510
1511 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1512
1513         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
1514           That should be text/x-pango-markup, not text/x-pango-layout.
1515
1516 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1517
1518         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
1519         Polishing.
1520
1521 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1522
1523         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1524         (gst_text_overlay_finalize), (gst_text_overlay_init),
1525         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1526         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1527         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
1528         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
1529         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
1530         Fix state change deadlock.
1531
1532 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1533
1534         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1535         (gst_text_overlay_finalize), (gst_text_overlay_init),
1536         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1537         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1538         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
1539         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
1540         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
1541         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
1542         and subtitles files.
1543
1544 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1545
1546         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
1547         should be considered as raw.
1548
1549 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1550
1551         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
1552         (cb_probe):
1553         * gst/playback/gststreaminfo.h: Introduce language informations.
1554
1555 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
1556
1557         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1558         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
1559         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1560         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
1561         Set shared memory segments to be deleted as soon as we have attached,
1562         that way they get cleaned up automatically if we crash.
1563
1564 2006-02-18  Julien MOUTTE  <julien@moutte.net>
1565
1566         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
1567         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
1568         functions are called with lock held.
1569
1570 2006-02-18  Julien MOUTTE  <julien@moutte.net>
1571
1572         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1573         (gst_text_overlay_finalize), (gst_text_overlay_init),
1574         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1575         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1576         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1577         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1578         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1579         (gst_text_overlay_change_state): Refactoring of textoverlay
1580         without collectpads. This now supports sparse subtitles coming
1581         from a demuxer instead of a sub file. Seeking is still broken 
1582         though. Need to discuss with wtay some more on how to handle
1583         seeking correctly.
1584         * ext/pango/gsttextoverlay.h:
1585         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
1586         subtitles coming from the demuxer.
1587
1588 2006-02-17  Wim Taymans  <wim@fluendo.com>
1589
1590         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
1591         (gst_vorbisenc_convert_sink):
1592         Use some more scaling functions.
1593
1594 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
1595
1596         * ext/cdparanoia/gstcdparanoiasrc.c:
1597         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
1598         (gst_cd_paranoia_paranoia_callback),
1599         (gst_cd_paranoia_src_signal_is_being_watched),
1600         (gst_cd_paranoia_src_read_sector):
1601         * ext/cdparanoia/gstcdparanoiasrc.h:
1602           Add back 'transport-error' and 'uncorrected-error' signals and
1603           make them actually be fired when bad stuff happens (#319340).
1604
1605 2006-02-17  Wim Taymans  <wim@fluendo.com>
1606
1607         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
1608         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1609         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
1610         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
1611         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
1612         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
1613         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
1614         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1615         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
1616         (gst_ring_buffer_clear):
1617         Small cleanups.
1618         Added some G_LIKELY.
1619
1620 2006-02-17  Wim Taymans  <wim@fluendo.com>
1621
1622         * gst-libs/gst/audio/TODO:
1623         Update TODO
1624
1625         * gst-libs/gst/audio/gstbaseaudiosink.c:
1626         (gst_base_audio_sink_get_offset):
1627         When trying to play samples ASAP and we don't have a
1628         previous sample, try to play at position 0 instead of
1629         an invalid position.
1630
1631 2006-02-17  Wim Taymans  <wim@fluendo.com>
1632
1633         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
1634         (gst_alsasink_reset):
1635         Also release lock when we get an error in _reset();
1636         fix an error message.
1637
1638 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1639
1640         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
1641         (gst_alsasink_init), (get_channel_free_structure),
1642         (caps_add_channel_configuration), (gst_alsasink_getcaps),
1643         (gst_alsasink_close):
1644         * ext/alsa/gstalsasink.h:
1645           Add support for more than 2 channels (#326720).
1646
1647 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1648
1649         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1650           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
1651           with 4 or 6 channels, assume a default channel layout to make things
1652           work (not sure there's anything else we can do in those cases).
1653
1654 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1655
1656         * gst-libs/gst/audio/multichannel.c:
1657           Minor docs fix.
1658
1659         * gst-libs/gst/riff/Makefile.am:
1660         * gst-libs/gst/riff/riff-ids.h:
1661         * gst-libs/gst/riff/riff-media.c:
1662         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
1663           Add support for WAVEFORMATEX, eg. PCM audio with more than two
1664           channels and a channel layout map.
1665           
1666 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
1667
1668         Reviewed by Edward Hervey  <edward@fluendo.com>
1669
1670         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
1671         C-level optimization of the RGBA nearest neighbour function.
1672         Eventually this might end up in liboil with vectorized versions.
1673
1674 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1675
1676         * gst-libs/gst/audio/multichannel.c:
1677         (gst_audio_get_channel_positions):
1678           When we have more than 2 channels, but no channel layout is
1679           specified in the caps, return some default channel layout
1680           to the caller and warn about about a possibly buggy element
1681           (could be buggy filtercaps as well of course) (#317038).
1682
1683 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1684
1685         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1686           Add gst-libs/gst/cdda to list of lib search paths.
1687
1688 2006-02-15  Andy Wingo  <wingo@pobox.com>
1689
1690         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
1691         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
1692         to the Lord Jesus that I do not have to touch the ogg muxer ever
1693         again.
1694
1695 2006-02-15  Edward Hervey  <edward@fluendo.com>
1696
1697         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1698         quicktime movie files can also contain 'uuid' atoms.
1699
1700 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
1701
1702         * gst/audioconvert/plugin.c: (plugin_init):
1703           Register the GstAudioChannelPosition enum type with the type
1704           system in the plugin_init function, so that it is known before
1705           any element actually makes use of multi-channel stuff. This is
1706           required for example if one wants to be able to deserialise/use
1707           a caps string with channel positions before any pipeline has
1708           been setup and started, like with gst-launch.
1709
1710 2006-02-14  Wim Taymans  <wim@fluendo.com>
1711
1712         * gst-libs/gst/audio/gstringbuffer.c:
1713         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
1714         (gst_ring_buffer_samples_done), (wait_segment),
1715         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
1716         Add some compiler G_(UN_)LIKELY help.
1717         SIGNAL the ringbuffer waiters when going to PAUSED as well to
1718         make sure they can exit their functions. Should fix #330748
1719
1720 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1721
1722         * Makefile.am:
1723         * configure.ac:
1724         * win32/MANIFEST:
1725         * win32/common/_stdint.h:
1726           Windows does not have long long; copy the generated _stdint.h
1727         * win32/common/interfaces-enumtypes.c:
1728         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
1729         (gst_mixer_track_flags_get_type),
1730         (gst_tuner_channel_flags_get_type):
1731         * win32/common/multichannel-enumtypes.c:
1732         (gst_audio_channel_position_get_type):
1733           update
1734
1735 2006-02-13  Wim Taymans  <wim@fluendo.com>
1736
1737         * gst-libs/gst/audio/gstbaseaudiosink.c:
1738         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
1739         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1740         Always sync on first sample we receive when starting.
1741
1742 2006-02-13  Wim Taymans  <wim@fluendo.com>
1743
1744         * gst/playback/gstplaybin.c: (gen_vis_element):
1745         Update vis bin docs.
1746         Move queue after tee so we don't queue video buffers but
1747         audio samples instead. Fixes problems where the video queue
1748         is filled and the audio queue empty.
1749
1750 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
1751
1752         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1753           No need to push an EOS event here, GstBaseSrc will do that for us
1754           when we return FLOW_UNEXPECTED.
1755           
1756 2006-02-12  Wim Taymans  <wim@fluendo.com>
1757
1758         * gst-libs/gst/audio/gstbaseaudiosink.c:
1759         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
1760         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
1761         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1762         Use scale functions when possible.
1763         Fix error messages.
1764         Free clockid when after waiting for EOS.
1765         Use G_(UN_)LIKLY when it makes sense.
1766         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
1767
1768 2006-02-12  Edward Hervey  <edward@fluendo.com>
1769
1770         * gst/playback/gstplaybasebin.c: (prepare_output): 
1771         Remove stray semi-colon (fixes #330888).
1772
1773 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
1774
1775         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
1776         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1777         Fix up the XShm call testing so that we catch errors, and don't
1778         cause new ones by attempting to detach from a segment we failed
1779         to attach to. Fixes #312439.
1780
1781 2006-02-10  Edward Hervey  <edward@fluendo.com>
1782
1783         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1784         Added flv file typefind (video/x-flv).
1785
1786 2006-02-10  Edward Hervey  <edward@fluendo.com>
1787
1788         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1789         (gst_riff_create_video_template_caps):
1790         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
1791         Also added the caps to the default set of riff video caps.
1792
1793 2006-02-09  Andy Wingo  <wingo@pobox.com>
1794
1795         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
1796         time and the end time of the last packet in the page.
1797         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
1798         on the pages in our queue, set the duration as well. Reflow a
1799         debug statement.
1800         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
1801         Fixes bad muxing order.
1802
1803 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1804
1805         * gst-libs/gst/rtp/gstbasertppayload.c:
1806         (gst_basertppayload_setcaps), (gst_basertppayload_push):
1807           update seqnum before setting it on the packet; this makes sure
1808           that the timestamp and seqnum properties match after pushing
1809           a buffer
1810
1811 2006-02-09  Andy Wingo  <wingo@pobox.com>
1812
1813         * gst-libs/gst/audio/gstringbuffer.c
1814         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
1815         overflow after 13.5 hours of recording. Kapow!
1816
1817         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
1818         the buffer size -- we don't care about underrun/overrun reporting
1819         right now, just need to return a useful value.
1820
1821 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
1822
1823         * configure.ac:
1824           Back to CVS
1825
1826 === release 0.10.3 ===
1827
1828 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
1829
1830         * configure.ac:
1831           releasing 0.10.3, "Under Pressure"
1832
1833 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1834
1835         * configure.ac:
1836         Drat. Bump libtool version number for new API.
1837         Prelease 0.10.2.3 (of 0.10.3)
1838
1839 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1840
1841         * configure.ac:
1842         * win32/common/config.h:
1843         0.10.2.2 prerelease (of 0.10.3).
1844
1845 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1846
1847         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
1848           Revert Andy's newsegment change pending a more correct
1849           fix.
1850
1851 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1852
1853         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1854         (qt_type_find), (plugin_init):
1855           detect more files as 3gp
1856           group and reorder the iso file formats
1857
1858 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1859
1860         * ext/vorbis/vorbis.c: (plugin_init):
1861           Register musicbrainz tags, so apps don't have to.
1862
1863 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1864
1865         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
1866         (gst_tag_to_vorbis_tag):
1867           Make sure we called gst_tag_register_musicbrainz_tags()
1868           before possibly mapping a vorbiscomment string from/to a
1869           musicbrainz tag.
1870
1871 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1872
1873         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
1874           In case we can't find the required number of consecutive
1875           mpeg audio frames to positively identify an MPEG audio
1876           stream, check if there's at least a valid mpeg audio
1877           frame right at offset 0 and if so suggest mpeg/audio
1878           caps with a very low probability (#153004).
1879
1880 2006-02-07  Andy Wingo  <wingo@pobox.com>
1881
1882         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
1883         a TIME segment if we get timestamped buffers. Requires recent
1884         fixes in core to work properly.
1885
1886 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1887
1888         * gst/playback/gstplaybasebin.c: (prepare_output):
1889           Don't print the URI as part of the error message, it
1890           makes error dialogs look rather ugly, especially if
1891           the URI is very long or has characters in it that
1892           need escaping.
1893
1894 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1895
1896         * gst/playback/gstplaybasebin.c: (prepare_output):
1897           Error out if we have only text or subtitles, but nothing
1898           else. Also error out if we have subtitles but no video
1899           stream.
1900
1901 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1902
1903         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1904           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
1905           Post an error message on the bus when we encounter an
1906           error, which will hopefully be more meaningful than the
1907           'Internal Flow Error' message users get to see if we
1908           just return GST_FLOW_ERROR.
1909
1910 2006-02-07  Andy Wingo  <wingo@pobox.com>
1911
1912         * configure.ac (GST_MAJORMINOR): Update core version req to
1913         0.10.2.2, for the collectpads API addition (#330244).
1914
1915 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
1916
1917         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1918           Return FALSE from plugin_init() when GnomeVFS can't
1919           be initialised for some reason (#328423).
1920
1921 2006-02-06  Julien MOUTTE  <julien@moutte.net>
1922
1923         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
1924         Stick to seeking theory until i find the bug.
1925         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
1926
1927 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1928
1929         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1930         (theora_enc_finalize), (theora_enc_sink_setcaps),
1931         (theora_set_header_on_caps), (theora_enc_chain),
1932         (theora_enc_change_state):
1933         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
1934           Make theoraenc and the tests leak free. Like, really.
1935
1936 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1937
1938         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1939         (theora_enc_finalize), (theora_enc_sink_setcaps):
1940           Add a finalize method to ensure we clean up state even if
1941           someone omitted the state change back to NULL.
1942
1943         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
1944         (gst_vorbisenc_chain):
1945           Free some more leaked bits.
1946
1947         * tests/check/pipelines/theoraenc.c: (start_pipeline),
1948         (stop_pipeline):
1949           Wait for state changes to happen if they're ASYNC.
1950
1951           This ought to teach those fancy pants buildbots a lesson.
1952
1953 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1954
1955         * gst-libs/gst/tag/gstid3tag.c:
1956           Add mapping for ID3 International Standard Recording Code
1957           tag "TSRC"
1958
1959 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1960
1961         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
1962           Don't leak tag names.
1963
1964 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1965
1966         * docs/libs/gst-plugins-base-libs-docs.sgml:
1967         * docs/libs/gst-plugins-base-libs-sections.txt:
1968         * gst-libs/gst/tag/gstid3tag.c:
1969         * gst-libs/gst/tag/gstvorbistag.c:
1970         * gst-libs/gst/tag/tags.c:
1971           Split libgsttag docs into multiple sections.
1972
1973 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1974
1975         * docs/libs/Makefile.am:
1976         * docs/libs/gst-plugins-base-libs-docs.sgml:
1977         * docs/libs/gst-plugins-base-libs-sections.txt:
1978         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
1979         * gst-libs/gst/tag/gstvorbistag.c:
1980         * gst-libs/gst/tag/tag.h:
1981         * gst-libs/gst/tag/tags.c:
1982           Add libgsttag to the docs.
1983
1984 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1985
1986         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
1987         (gst_text_overlay_init), (gst_text_overlay_src_event),
1988         (gst_text_overlay_collected): Fix clockoverlay.
1989
1990 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1991
1992         * docs/libs/compiling.sgml:
1993           Fix typo: it's pkg-config, not pkg-gconfig
1994
1995         * docs/libs/gst-plugins-base-libs-docs.sgml:
1996         * docs/libs/gst-plugins-base-libs-sections.txt:
1997         * docs/libs/tmpl/gstgconf.sgml:
1998           There is no libgstgconf in 0.10, remove it
1999           from the docs.
2000
2001 2006-02-05  Julien MOUTTE  <julien@moutte.net>
2002
2003         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
2004         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2005         (gst_text_overlay_src_event), (gst_text_overlay_collected):
2006         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2007         (gst_sub_parse_class_init), (gst_sub_parse_init),
2008         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
2009         (parse_mpsub), (parser_state_init), (handle_buffer),
2010         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
2011         * gst/subparse/gstsubparse.h: Introduce seeking code.
2012
2013 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
2014
2015         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2016           Add comment about LANGUAGE tag inconsistency (we want
2017           ISO-639-1, but extract three-letter identifiers?)
2018
2019         * po/POTFILES.in:
2020           Add two translatable files.
2021
2022 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
2023
2024         * gst-libs/gst/tag/Makefile.am:
2025         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2026         * gst-libs/gst/tag/tag.h:
2027         * gst-libs/gst/tag/tags.c:
2028         (gst_tag_register_musicbrainz_tags_internal),
2029         (gst_tag_register_musicbrainz_tags):
2030           Forward-port some tags stuff from the 0.8 branch. This is
2031           mostly the addition of musicbrainz tags and their mapping
2032           to vorbistags, and a vorbistag mapping of the language tag.
2033
2034 2006-02-05  Julien MOUTTE  <julien@moutte.net>
2035
2036         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
2037         refactoring.
2038
2039 2006-02-04  David Schleef  <ds@schleef.org>
2040
2041         * ext/ogg/gstoggmux.c:
2042         * gst/typefind/gsttypefindfunctions.c:
2043           Add Dirac typefinding and add dirac format to oggmux.
2044
2045 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
2046
2047         * gst/playback/gstdecodebin.c: (try_to_link_1):
2048           Don't put essential function call into
2049           g_return_*() macro, otherwise it'll all be
2050           replaced by NOOPs when compiling with
2051           G_DISABLE_CHECKS defined.
2052
2053 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
2054
2055         * ext/ogg/gstoggdemux.c:
2056         * ext/ogg/gstoggparse.c:
2057         * gst/tcp/gsttcpserversink.c:
2058         * sys/v4l/v4lsrc_calls.c:
2059         * sys/v4l/v4lsrc_calls.h:
2060         Just make it compile with --disable-gst-debug.
2061
2062 2006-02-03  Wim Taymans  <wim@fluendo.com>
2063
2064         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
2065         (gst_alsasink_class_init), (gst_alsasink_init),
2066         (gst_alsasink_write), (gst_alsasink_reset):
2067         * ext/alsa/gstalsasink.h:
2068         Add lock to protect alsa calls.
2069         Implement reset to flush samples ASAP, does not work
2070         with dmix though.
2071
2072 2006-02-02  Wim Taymans  <wim@fluendo.com>
2073
2074         * gst-libs/gst/audio/gstbaseaudiosink.c:
2075         (gst_base_audio_sink_provide_clock):
2076         Ugh.. getting late I guess...
2077
2078 2006-02-02  Wim Taymans  <wim@fluendo.com>
2079
2080         * gst-libs/gst/audio/gstbaseaudiosink.c:
2081         (gst_base_audio_sink_provide_clock),
2082         (gst_base_audio_sink_set_property),
2083         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
2084         Don't try to provide a clock when we are not negotiated since
2085         we might not be able to make it run.
2086
2087 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
2088
2089         * gst/playback/gstdecodebin.c: (try_to_link_1):
2090           Unlinking two source pads is ... hard.
2091
2092 2006-02-02  Wim Taymans  <wim@fluendo.com>
2093
2094         * gst-libs/gst/audio/TODO:
2095         Updated.
2096
2097         * gst-libs/gst/audio/gstbaseaudiosink.c:
2098         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
2099         On EOS, wait till the last sample is played before posting EOS.
2100
2101 2006-02-01  Philippe Kalaf <burger at speedy dot org>
2102
2103         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2104           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
2105           setting queue_delay to zero. Also avoid thread being started if
2106           queue_delay is zero.
2107
2108 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2109
2110         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
2111           Make test work again by connecting fakesinks to each decoded pad,
2112           which makes the pipeline wait until each fakesink has a buffer
2113           queued before going to PAUSED state. At that point we know the
2114           decodebin pads are negotiated.
2115
2116 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2117
2118         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
2119         (gst_cdda_base_src_handle_event):
2120         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
2121           Pass unhandled queries to the parent class's query function.
2122
2123 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2124
2125         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
2126         (gst_ogg_pad_src_query):
2127         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
2128         * ext/theora/theoradec.c: (theora_dec_src_query),
2129         (theora_dec_sink_query):
2130         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2131         (vorbis_dec_sink_query):
2132         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
2133         (gst_vorbisenc_sink_query):
2134         * gst/adder/gstadder.c: (gst_adder_query):
2135           Pass unhandled queries upstream instead of just
2136           dropping them (#326447). Also, fix supported
2137           query types list for some elements.
2138
2139 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2140
2141         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
2142         (paris_type_find), (ilbc_type_find), (plugin_init):
2143           Fix typefinding for audio/x-au, audio/x-paris and
2144           audio/iLBC-sh. We cannot use the START_WITH macros
2145           here, because there can only be one typefind factory
2146           with the same name (caps), so the second one would
2147           replace the first one and the first one would never
2148           be called when doing typefinding (see #161712).
2149           
2150
2151 2006-01-31  Wim Taymans  <wim@fluendo.com>
2152
2153         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
2154         (vorbis_handle_header_packet), (vorbis_dec_push),
2155         (vorbis_handle_data_packet):
2156         Use scale_int when we can, add some more scaling.
2157         Check packettype before parsing it.
2158
2159 2006-01-31  Wim Taymans  <wim@fluendo.com>
2160
2161         * ext/theora/theoradec.c: (_theora_granule_time),
2162         (theora_dec_src_convert), (theora_dec_sink_convert):
2163         Call right _scale functions.
2164         Use parameter instead of some other random value.
2165
2166 2006-01-31  Wim Taymans  <wim@fluendo.com>
2167
2168         * ext/theora/theoradec.c: (_theora_granule_frame),
2169         (_theora_granule_time), (_inc_granulepos),
2170         (theora_dec_src_convert), (theora_dec_sink_convert),
2171         (theora_handle_type_packet), (theora_handle_data_packet),
2172         (theora_dec_chain):
2173         Use higher precision timestamps calculation.
2174         Convert some other conversions to _scale.
2175
2176 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
2177
2178         * gst/audiotestsrc/gstaudiotestsrc.c:
2179         (gst_audio_test_src_create_sine_table), (plugin_init):
2180         * gst/volume/gstvolume.c: (plugin_init):
2181           initialize gst_controller before using
2182
2183 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
2184
2185         * tests/check/pipelines/theoraenc.c:
2186         * tests/check/pipelines/vorbisenc.c:
2187         Define constant using G_GINT64_CONSTANT to avoid errors when
2188         passing it around - otherwise it gets truncated to 32 bits.
2189
2190         Fixes failing tests.
2191
2192 2006-01-31  Andy Wingo  <wingo@pobox.com>
2193
2194         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
2195         caps being set doesn't have a framerate value. Basically a stopgap
2196         measure.
2197
2198         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
2199         technically correct enough to put into core though.
2200         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
2201         DURATION. Fixes theoraenc ! oggmux.
2202
2203         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
2204         fraction, not double.
2205
2206 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
2207
2208         * win32/vs7:
2209         add vs7 project files created by Sergey Scobich
2210
2211 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
2212
2213         * win32/vs8:
2214         add vs8 project files created by Sergey Scobich
2215         
2216 2006-01-30  Andy Wingo  <wingo@pobox.com>
2217
2218         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
2219         timestamp + duration, not just timestamp -- ogg pages should be
2220         ordered by stop time. Necessary fix given the change in vorbis
2221         timestamps.
2222
2223         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
2224         (gst_theora_enc_init): Pull the granule shift out of the encoder.
2225         (granulepos_add): New function, handles the messiness of adjusting
2226         granulepos values.
2227         (theora_buffer_from_packet):
2228         (theora_enc_chain):
2229         (theora_enc_sink_event): Use granulepos_add, not +.
2230
2231         * tests/check/pipelines/theoraenc.c
2232         (check_buffer_granulepos_from_starttime): Just check the frame
2233         count, not the actual granulepos -- we can't dictate to the
2234         encoder when it should be placing keyframes.
2235
2236 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2237
2238         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
2239           SERVICE_NOT_AVAILABLE happens for example when you're trying to
2240           play an http:// stream from a server that's not serving
2241
2242 2006-01-30  Andy Wingo  <wingo@pobox.com>
2243
2244         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
2245         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
2246         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
2247         available.
2248
2249         * ext/theora/gsttheoraenc.h:
2250         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
2251         although theoraenc was timestamping correctly. Added handling of
2252         streams that start with nonzero timestamps.
2253
2254         * tests/check/Makefile.am:
2255         * tests/check/pipelines/theoraenc.c: New file, basically does same
2256         tests as vorbisenc.
2257
2258         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
2259
2260 2006-01-30  Wim Taymans  <wim@fluendo.com>
2261
2262         * gst-libs/gst/audio/gstaudiosink.c:
2263         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
2264         (gst_audioringbuffer_pause):
2265         Implement pause that does not wait for completion.
2266
2267         * gst-libs/gst/audio/gstbaseaudiosink.c:
2268         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2269         Don't drop buffers when going to PAUSED but perform preroll on
2270         remaining samples now that core base class supports this.
2271
2272         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
2273         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
2274         (gst_ring_buffer_commit):
2275         Pause should not signal waiters.
2276         Implement return value of _commit correctly.
2277
2278 2006-01-30  Andy Wingo  <wingo@pobox.com>
2279
2280         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
2281
2282         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
2283         updated to timestamp from the first sample, not the last.
2284         (gst_vorbisenc_buffer_from_header_packet): New function, takes
2285         special care of granulepos and timestamp for header packets.
2286         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
2287         when the first buffer has a nonzero timestamp.
2288
2289         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
2290         (GstVorbisEnc.subgranule_offset): New members. Take care of the
2291         case when the first audio buffer we get has a nonzero timestamp.
2292         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
2293         properly timestamp vorbis buffers with the time of the first
2294         sample, not the last.
2295         
2296         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
2297         vorbis_granule_time_copy -- now it takes the granule/subgranule
2298         offset into account.
2299
2300         * tests/check/pipelines/vorbisenc.c: New test for correctness of
2301         timestamps, durations, and granulepos on buffers produced by
2302         vorbisenc.
2303
2304 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
2305
2306         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2307         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
2308           Patch from Eric Jonas to support conversions to/from UYVY 
2309           (Fixes: #324626)
2310
2311 2006-01-30  Julien MOUTTE  <julien@moutte.net>
2312
2313         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
2314         (setup_subtitle), (setup_source), (set_active_source):
2315         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
2316         (gen_text_element), (gen_audio_element), (gen_vis_element),
2317         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
2318
2319 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
2320
2321         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
2322         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
2323                 use gst_guint64_to_gdouble to be compliant with vs6
2324         * gst/playback/gstdecodebin.c: (try_to_link_1)
2325         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
2326                 use G_GINT64_CONSTANT for int64 constants
2327         * win32/common/libgstinterfaces.def:
2328                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
2329         * win32/vs6:
2330                 update and add new project files
2331                 
2332 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2333
2334         * Makefile.am:
2335         * win32/MANIFEST:
2336         * win32/common/interfaces-enumtypes.c:
2337         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
2338         (gst_mixer_track_flags_get_type),
2339         (gst_tuner_channel_flags_get_type):
2340         * win32/common/interfaces-enumtypes.h:
2341         * win32/common/multichannel-enumtypes.c:
2342         (gst_audio_channel_position_get_type):
2343         * win32/common/multichannel-enumtypes.h:
2344           add a win32-update rule like in core, and copy over enumtypes files
2345
2346 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2347
2348         * win32/MANIFEST:
2349         * win32/common/config.h:
2350         * win32/common/config.h.in:
2351           add config files just like in core
2352
2353 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
2354
2355         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
2356           Make gcc-4.1 happy (part of #327357).
2357
2358 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2359
2360         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
2361         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
2362         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
2363         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
2364         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
2365         (gst_alsasrc_unprepare), (gst_alsasrc_read):
2366           Update all error messages.  All of them should either use
2367           the default translated message, or actually provide a
2368           translatable string.
2369           Make the string for channel count problems meaningful.
2370
2371 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2372
2373         * sys/v4l/v4l_calls.c: (gst_v4l_open):
2374           check for and throw RESOURCE_BUSY
2375
2376 2006-01-27  David Schleef  <ds@schleef.org>
2377
2378         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
2379           checked in this change -- it requires liboil features not
2380           in 0.3.6.  Revert parts.
2381
2382 2006-01-27  David Schleef  <ds@schleef.org>
2383
2384         * REQUIREMENTS:
2385         * configure.ac: update liboil requirement to 0.3.6
2386         * gst/videoscale/Makefile.am:
2387         * gst/videoscale/vs_scanline.c: liboilify
2388
2389 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
2390
2391         * ext/libvisual/visual.c: (get_buffer):
2392           When pad_alloc returns a GstFlowReturn other
2393           than GST_FLOW_OK, make sure it is passed upstream.
2394
2395 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
2396
2397         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
2398         (gst_alsasink_class_init):
2399           Free the device name string.
2400
2401         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2402         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
2403         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
2404           Don't remove a pad from the collectpads structure until it
2405           is released - it's a request pad, and may receive data again
2406           if the element gets moved back to PLAYING state.
2407
2408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2409           Ensure we turn on double buffering on the Xv port, and
2410           set the colour key to something dark and mysterious that
2411           isn't black.
2412
2413 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2414
2415         * ext/alsa/gstalsaplugin.c: (plugin_init):
2416         * ext/cdparanoia/gstcdparanoiasrc.c:
2417         (gst_cd_paranoia_src_base_init), (plugin_init):
2418         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
2419         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
2420           - a library should not call setlocale. see "Libraries" node in
2421             gettext manual
2422           - make sure all plugins that use translation do bindtextdomain
2423             to point to the localedir
2424         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
2425         (setup_sinks), (plugin_init):
2426           all this, and check for NULL when creating sinks
2427
2428 2006-01-27  Julien MOUTTE  <julien@moutte.net>
2429
2430         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
2431         (plugin_init): Make typefinding of subtitles work again.
2432
2433 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
2434
2435         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2436         (mp3_type_frame_length_from_header), (mp3_type_find),
2437         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
2438         (plugin_init):
2439           Backport a bunch of typefinding fixes from the 0.8 branch.
2440           Also, improve wavpack typefinding: if we can't peek the
2441           entire wavpack block, try to parse the bits we can get and
2442           see if we find what we're looking for in those.
2443
2444 2006-01-26  Julien MOUTTE  <julien@moutte.net>
2445
2446         * sys/ximage/ximagesink.c:
2447         (gst_ximagesink_calculate_pixel_aspect_ratio):
2448         * sys/xvimage/xvimagesink.c:
2449         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
2450         more cases of pixel aspect ratio.
2451
2452 2006-01-26  Edward Hervey  <edward@fluendo.com>
2453
2454         * gst/playback/gstdecodebin.c: (pad_probe):
2455         Also consider the flush-start and tag events as unblockers
2456         for the pad probes.
2457
2458 2006-01-26  Julien MOUTTE  <julien@moutte.net>
2459
2460         * gst/playback/gstplaybin.c: (gst_play_bin_init),
2461         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
2462         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
2463         On the fly visualisation switch, works disabling, enabling as
2464         well but it won't be able to enable vis in a playbin that was
2465         created with no visualisation.
2466
2467 2006-01-25  Wim Taymans  <wim@fluendo.com>
2468
2469         * gst-libs/gst/audio/gstbaseaudiosink.c:
2470         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2471         Undo previous commit that returned WRONG_STATE sooner, it breaks 
2472         resume after pause.
2473
2474 2006-01-25  Wim Taymans  <wim@fluendo.com>
2475
2476         * gst-libs/gst/audio/gstbaseaudiosink.c:
2477         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
2478         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
2479         Improve debugging.
2480         Post error when caps cannot be parsed.
2481         Resync on discontinuity in the stream.
2482         Clip samples to segment boundaries.
2483         return WRONG_STATE sooner when we are flushing.
2484
2485         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
2486         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
2487         Make audiosrc operate in TIME.
2488         Set TIMESTAMP and DURATION on buffers.
2489
2490 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
2491
2492         * tests/examples/seek/seek.c: (main):
2493           Output tag messages as well.
2494
2495 2006-01-23  Edward Hervey  <edward@fluendo.com>
2496
2497         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2498         (free_pad_probes), (remove_fakesink), (pad_probe),
2499         (close_pad_link), (gst_decode_bin_change_state):
2500         Replace GstPadBlockCallback with pad probes that detect
2501         first buffer AND eos before removing fakesink.
2502         Fixes hang with demuxers doing EOS while pre-rolling.
2503         Solves #328279
2504
2505 2006-01-23  Andy Wingo  <wingo@pobox.com>
2506
2507         * ext/alsa/gstalsasink.c:
2508         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2509         (gst_base_rtp_depayload_setcaps),
2510         (gst_base_rtp_depayload_add_to_queue),
2511         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
2512         
2513         Patch by: Jens Granseuer <jensgr at gmx dot net>
2514
2515 2006-01-22  Julien MOUTTE  <julien@moutte.net>
2516
2517         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
2518         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2519         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
2520         frames. We might get a frame destroyed after changing state to
2521         NULL, adding a safety check on xcontext.
2522
2523 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
2524
2525         * gst-libs/gst/interfaces/xoverlay.c:
2526           Fix prepare-xwindow-id code example in the docs - we need to
2527           ignore all messages that aren't element messages as well.
2528           
2529 2006-01-21  Julien MOUTTE  <julien@moutte.net>
2530
2531         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2532           I think one day i'll completely undestand how caps negotiation
2533           is supposed to work. This refactoring handles buffer_alloc
2534           called with caps we can't handle. We definitely don't want a
2535           set_caps with those caps, so we define and allocate a buffer
2536           we would like to receive.
2537
2538 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
2539
2540         * gst/playback/gstplaybasebin.c: (setup_source):
2541           Free iterator when done.
2542
2543 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
2544
2545         * gst-libs/gst/audio/gstbaseaudiosink.c:
2546         (gst_base_audio_sink_render):
2547           Fix playback of non-synchronised streams by assuming a rate
2548           of 1.0 instead of a random one.
2549
2550           Makes this work again:
2551
2552           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
2553           endianness=(int)4321, signed=(boolean)true, width=(int)16,
2554           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
2555           audioresample ! alsasink
2556
2557 === release 0.10.2 ===
2558
2559 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
2560
2561         * configure.ac:
2562           releasing 0.10.2, "Then the devil is six"
2563
2564 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
2565
2566         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2567         * gst/playback/gststreamselector.c:
2568         (gst_stream_selector_set_property):
2569           Comment out broken code that connects to the state-changed signal.
2570           At this point, changing current stream selection is broken, but 
2571           stuff like gst-launch playbin current-audio=1 works and filters
2572           to the chosen stream.
2573
2574 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2575
2576         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
2577           Fix #327216 (null dereference in vorbisdec)
2578
2579 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
2580
2581         * ext/theora/theoradec.c: (theora_handle_comment_packet):
2582           Post taglist actually on bus instead of just freeing it
2583           (fixes #327114 and totem bug #327080).
2584
2585         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
2586           Use gst_element_found_tags_for_pad(), so that the tags
2587           are sent downstream as an event as well.
2588
2589 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2590
2591         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2592         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
2593         (gst_ximagesink_buffer_alloc):
2594         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
2595         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
2596         (gst_xvimagesink_buffer_alloc):
2597           move all regularly occurring messages to GST_LOG level
2598           add some more object logs
2599
2600 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2601
2602         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
2603           fix a silly segfault
2604
2605 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
2606
2607         * docs/libs/gst-plugins-base-libs-docs.sgml:
2608         * docs/libs/gst-plugins-base-libs-sections.txt:
2609         * gst-libs/gst/audio/mixerutils.c:
2610         * gst-libs/gst/audio/mixerutils.h:
2611           Add docs for mixerutils stuff.
2612
2613 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
2614
2615         * gst/playback/gstplaybasebin.c: (setup_source):
2616           Fix playback for sources that emit raw audio or
2617           raw video streams (e.g.: cd audio sources) (#325984).
2618
2619 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2620
2621         * gst-libs/gst/audio/mixerutils.c:
2622         (gst_audio_mixer_filter_do_filter):
2623           actually save the element we create
2624
2625 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
2626
2627         * gst-libs/gst/cdda/gstcddabasesrc.c:
2628         (gst_cdda_base_src_handle_track_seek):
2629           No need to post a tag message on the bus when seeking
2630           within the same track, only post it when the current
2631           track changes.
2632
2633 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2634
2635         * gst/playback/gstplaybasebin.c: (group_destroy),
2636         (probe_triggered), (new_decoded_pad), (mute_group_type),
2637         (set_active_source):
2638         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2639         * gst/playback/gststreamselector.c:
2640         (gst_stream_selector_base_init),
2641         (gst_stream_selector_set_property),
2642         (gst_stream_selector_request_new_pad):
2643           Reenable stream selection. These mechanisms need a complete overhaul
2644           in the face of 0.8->0.10 changes though.
2645
2646 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2647
2648         * ext/ogg/gstoggdemux.c:
2649           Change the pad template to src_%d to match the pads that 
2650           are created from it. decodebin needs this information in order
2651           to decide that oggdemux is capable of producing multiple pads
2652           (and hence needs queues inserted).
2653
2654         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2655         (gst_ogg_mux_collected):
2656           Make debug output more useful by using GST_PTR_FORMAT.
2657
2658 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2659
2660         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2661
2662         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
2663           Set depth and width for alaw/mulaw (fixes #326601).
2664
2665 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2666
2667         * tests/icles/Makefile.am:
2668           don't build the tests if we don't have the libs
2669
2670 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2671
2672         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
2673         (gst_cd_paranoia_paranoia_callback):
2674           Don't try to free NULL pointers.
2675
2676 2006-01-10  Edward Hervey  <edward@fluendo.com>
2677
2678         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
2679         (gst_audio_rate_change_state), (plugin_init):
2680         Add debugging category.
2681         Fix type issues.
2682         Add case for incoming buffers without valid offset/offset_end.
2683
2684 2006-01-10  Michael Smith  <msmith@fluendo.com>
2685
2686         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
2687           Don't leak GCond in audio sources.
2688
2689 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
2690
2691         * gst/playback/gstplaybin.c: (gen_audio_element):
2692           Don't leak an autoaudiosink/alsasink when we generate
2693           a new audio element. (old code, I guess)
2694
2695 2006-01-10  Michael Smith  <msmith@fluendo.com>
2696
2697         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
2698           Support float audio in audiorate.
2699           Use width rather than depth for selecting sample width.
2700
2701 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2702
2703         * gst/videotestsrc/videotestsrc.h:
2704           Use GLib types here (that way we don't have to include the
2705           generated _stdint.h header, which makes life easier for win32
2706           folks that don't use autotools for the build) (#325990, patch
2707           by: Sergey Scobich).
2708
2709 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2710
2711         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2712         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2713         (gst_ring_buffer_pause), (wait_segment):
2714         * gst-libs/gst/audio/gstringbuffer.h:
2715           Name (private) union, makes Forte compiler happy (this time
2716           for real) (#324900).
2717
2718 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2719
2720         * gst-libs/gst/audio/Makefile.am:
2721           Link against libgstinterfaces, needed for mixer
2722           and property probe stuff.
2723
2724 2006-01-09  Edward Hervey  <edward@fluendo.com>
2725
2726         * gst-libs/gst/Makefile.am:
2727
2728 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2729
2730         * gst-libs/gst/audio/Makefile.am:
2731         * gst-libs/gst/audio/mixerutils.c:
2732         (gst_audio_mixer_filter_do_filter),
2733         (gst_audio_mixer_filter_check_element),
2734         (gst_audio_mixer_filter_probe_feature),
2735         (element_factory_rank_compare_func),
2736         (gst_audio_default_registry_mixer_filter):
2737         * gst-libs/gst/audio/mixerutils.h:
2738           Add gst_audio_default_registry_mixer_filter() utility
2739           function.
2740
2741 2006-01-03  Michael Smith  <msmith@fluendo.com>
2742
2743         * gst/audioresample/resample.h:
2744           As before, but for o_buf
2745
2746 2006-01-03  Michael Smith  <msmith@fluendo.com>
2747
2748         * gst/audioresample/resample.h:
2749           Declare struct _ResampleState.buffer as unsigned char *, not void *,
2750           since we do arithmetic on it.
2751
2752 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
2753
2754         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2755         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2756         (gst_ring_buffer_pause), (wait_segment):
2757         * gst-libs/gst/audio/gstringbuffer.h:
2758           Sun's Forte compiler doesn't seem to like anonymous structs,
2759           so use same setup as in GstBaseSrc (fixes #324900).
2760
2761 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
2762
2763         * configure.ac:
2764         * gst/volume/Makefile.am:
2765         * gst/volume/demo.c:
2766           move old example to tests/examples/volume/volune.c
2767         * tests/examples/Makefile.am:
2768         * tests/examples/seek/seek.c: (main):
2769           change window-close event from "delete-event" to "destroy"
2770         * tests/examples/volume/Makefile.am:
2771         * tests/examples/volume/volume.c: (value_changed_callback),
2772         (setup_gui), (message_received), (eos_message_received), (main):
2773           fix event handling and bus usage
2774
2775 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
2776
2777         * gst/audiotestsrc/gstaudiotestsrc.c:
2778         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
2779         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
2780         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
2781         (gst_audio_test_src_create_square),
2782         (gst_audio_test_src_create_saw),
2783         (gst_audio_test_src_create_triangle),
2784         (gst_audio_test_src_create_silence),
2785         (gst_audio_test_src_create_white_noise),
2786         (gst_audio_test_src_create_pink_noise),
2787         (gst_audio_test_src_init_sine_table),
2788         (gst_audio_test_src_create_sine_table),
2789         (gst_audio_test_src_change_wave),
2790         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
2791         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
2792         * gst/audiotestsrc/gstaudiotestsrc.h:
2793           update to basesrc changes, implement segmented seeking and eos
2794           handling, add a 'sine-tab' waveform for performance critical playback
2795
2796 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2797
2798         * po/POTFILES.in:
2799           ... and this time the other modified file that I missed last time.
2800
2801 2005-12-29  Michael Smith  <msmith@fluendo.com>
2802
2803         * gst/playback/gstdecodebin.c: (new_pad):
2804           Fix non-C89 variable declaration not at the start of a block. Should
2805           help some compilers.
2806
2807 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2808
2809         * tests/check/Makefile.am:
2810           And now fix 'make distcheck' (builddir != srcdir)
2811
2812 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2813
2814         * configure.ac:
2815         * ext/cdparanoia/Makefile.am:
2816         * ext/cdparanoia/gstcdparanoia.c:
2817         * ext/cdparanoia/gstcdparanoia.h:
2818         * ext/cdparanoia/gstcdparanoiasrc.c:
2819         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
2820         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
2821         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
2822         (gst_cd_paranoia_paranoia_callback),
2823         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
2824         (gst_cd_paranoia_src_set_property),
2825         (gst_cd_paranoia_src_get_property), (plugin_init):
2826         * ext/cdparanoia/gstcdparanoiasrc.h:
2827           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
2828           plugin again (there are still fixes required to playbin to make
2829           cdda:// uris work there).
2830
2831 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2832
2833         * tests/check/Makefile.am:
2834           Fix test case compilation.
2835
2836 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2837
2838         * gst-libs/gst/cdda/gstcddabasesrc.c:
2839         (gst_cdda_base_src_update_duration),
2840         (gst_cdda_base_src_calculate_cddb_id):
2841           An integer is not a string. Fix access to uninitialised variable.
2842
2843         * tests/check/Makefile.am:
2844           Add cddabasesrc unit test; also actually enable the vorbis test.
2845
2846         * tests/check/generic/states.c:
2847           Blacklist new cd audio elements as well.
2848
2849         * tests/check/libs/cddabasesrc.c:
2850           Unit test for GstCddaBaseSrc (discid calculation mostly).
2851
2852 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2853
2854         * docs/libs/Makefile.am:
2855         * docs/libs/gst-plugins-base-libs-docs.sgml:
2856         * docs/libs/gst-plugins-base-libs-sections.txt:
2857         * docs/libs/gst-plugins-base-libs.types:
2858           Add docs for libgstcdda/GstCddaBaseSrc.
2859
2860         * gst-libs/gst/interfaces/mixertrack.h:
2861           Do one struct member per line with a semicolon at the end, that way
2862           even gtk-doc might parse it without complaining.
2863
2864 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2865
2866         * configure.ac:
2867         * gst-libs/gst/Makefile.am:
2868         * gst-libs/gst/cdda/Makefile.am:
2869         * gst-libs/gst/cdda/base64.c:
2870         * gst-libs/gst/cdda/base64.h:
2871         * gst-libs/gst/cdda/gstcddabasesrc.c:
2872         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
2873         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
2874         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
2875         (gst_cdda_base_src_get_property),
2876         (gst_cdda_base_src_get_track_from_sector),
2877         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
2878         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
2879         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
2880         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
2881         (gst_cdda_base_src_uri_get_protocols),
2882         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
2883         (gst_cdda_base_src_uri_handler_init),
2884         (gst_cdda_base_src_setup_interfaces),
2885         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
2886         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
2887         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
2888         (gst_cdda_base_src_add_tags),
2889         (gst_cdda_base_src_add_index_associations),
2890         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
2891         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
2892         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
2893         (gst_cdda_base_src_create):
2894         * gst-libs/gst/cdda/gstcddabasesrc.h:
2895         * gst-libs/gst/cdda/sha1.c:
2896         * gst-libs/gst/cdda/sha1.h:
2897           Add new libgstcdda with GstCddaBaseSrc class.
2898
2899 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2900
2901         * ext/gnomevfs/gstgnomevfssink.h:
2902           Use GstBaseSinkClass as parent_class member for class struct, not
2903           GstBaseSink.
2904
2905 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2906
2907         Patch by: Michael Benes
2908
2909         * gst/videotestsrc/gstvideotestsrc.c:
2910         (gst_video_test_src_class_init), (gst_video_test_src_start):
2911           Add start method to reset running time and number of frames sent
2912           when starting up (fixes #324696)
2913
2914 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2915
2916         * docs/plugins/Makefile.am:
2917         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2918         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2919         * docs/plugins/gst-plugins-base-plugins.args:
2920         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2921         * docs/plugins/gst-plugins-base-plugins.signals:
2922           Add docs stuff for gnomevfssrc and gnomevfssink.
2923
2924         * ext/gnomevfs/gstgnomevfssrc.c:
2925           Fix example pipeline in gtk-doc blurb.
2926
2927 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2928
2929         * ext/gnomevfs/Makefile.am:
2930         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
2931         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
2932         (gst_gnome_vfs_handle_get_type), (plugin_init):
2933         * ext/gnomevfs/gstgnomevfs.h:
2934         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
2935         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
2936         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
2937         (gst_gnome_vfs_sink_set_property),
2938         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
2939         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
2940         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
2941         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
2942         (gst_gnome_vfs_sink_uri_get_type),
2943         (gst_gnome_vfs_sink_uri_get_protocols),
2944         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
2945         (gst_gnome_vfs_sink_uri_handler_init):
2946         * ext/gnomevfs/gstgnomevfssink.h:
2947           Port gnomevfssink; add gtk-doc blurb.
2948
2949         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
2950         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
2951         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
2952         (gst_gnome_vfs_src_uri_get_type),
2953         (gst_gnome_vfs_src_uri_get_protocols),
2954         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
2955         (gst_gnome_vfs_src_uri_handler_init),
2956         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
2957         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
2958         (gst_gnome_vfs_src_send_additional_headers_callback),
2959         (gst_gnome_vfs_src_received_headers_callback),
2960         (gst_gnome_vfs_src_push_callbacks),
2961         (gst_gnome_vfs_src_pop_callbacks),
2962         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
2963         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
2964         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2965         * ext/gnomevfs/gstgnomevfssrc.h:
2966           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
2967           file; add gtk-doc blurb with example pipelines.
2968
2969 === release 0.10.1 ===
2970
2971 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
2972
2973         * configure.ac:
2974           releasing 0.10.1, "Dobro Dedek"
2975
2976 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
2977
2978         * gst/typefind/gsttypefindfunctions.c:
2979         iLBC30 and iLBC20 added to typefind.
2980
2981 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2982
2983         * gst-libs/gst/audio/gstbaseaudiosink.c:
2984         (gst_base_audio_sink_class_init):
2985         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2986         (gst_base_audio_src_class_init):
2987           update strings, values are in microseconds
2988           change the default sink buffer time to something that is smaller
2989           (to help software volume mixing have a slightly lower delay) but
2990           still be acceptable on Wim's laptop
2991
2992 2005-12-20  Edward Hervey  <edward@fluendo.com>
2993
2994         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
2995         Made a quack, forgot to add DUCK to the riff video template.
2996
2997 2005-12-19  Edward Hervey  <edward@fluendo.com>
2998
2999         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
3000         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3001         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3002         (gst_ogm_parse_chain):
3003         Make sure pads are initialized correctly.
3004         * gst-libs/gst/riff/riff-ids.h:
3005         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3006         (gst_riff_create_video_template_caps):
3007         Add a whole bunch of FOURCC <=> MimeType.
3008         Extend the riff video pad template to support the newly added fourcc.
3009
3010 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
3011
3012         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
3013         (gst_ogg_demux_activate_chain):
3014           Extra debug output when activating/deactivating chains.
3015
3016         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3017         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
3018         (unlinked):
3019           Remove a queue from our list when it becomes unlinked.
3020           Don't add queues to elements in class 'Demux' if they
3021           can only produce one pad 
3022
3023 2005-12-18  Julien MOUTTE  <julien@moutte.net>
3024
3025         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
3026         (gst_video_sink_get_type): Add a debug category.
3027
3028 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
3029
3030         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3031         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
3032           Handle downstream newsegment by sending our own newsegment before the
3033           next buffer to be released. (#323900)
3034
3035 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
3036
3037         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3038         (gst_base_rtp_depayload_set_gst_timestamp):
3039           add queue delay to new segment as well (as opposed to just the first
3040           buffer). (bug #322347)
3041
3042 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
3043
3044         * ext/libvisual/visual.c: (make_valid_name):
3045           change some char* into char[]
3046         * gst/audiotestsrc/gstaudiotestsrc.c:
3047         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
3048         (gst_audio_test_src_create):
3049         * gst/audiotestsrc/gstaudiotestsrc.h:
3050           prepare to handle EOS and SEGMENT_DONE
3051
3052 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
3053
3054         * tests/check/generic/states.c: (GST_START_TEST):
3055           Blacklist cdparanoia element in state test.
3056
3057 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
3058
3059           Patch by: Benjamin Pineau
3060
3061         * gst/tcp/gsttcp.c:
3062         * gst/tcp/gsttcpclientsink.c:
3063         * gst/tcp/gsttcpserversink.c:
3064         * gst/tcp/gsttcpserversrc.c:
3065           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
3066
3067 2005-12-15  Michael Smith  <msmith@fluendo.com>
3068
3069         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
3070         (gst_video_rate_chain):
3071           Fix timestamping for videorate when the first buffer it sees has a
3072           non-zero timestamp. Fix some misleading debug output.
3073
3074 2005-12-15  Michael Smith  <msmith@fluendo.com>
3075
3076         * gst/audioresample/gstaudioresample.c:
3077           Don't leak all input buffers to audioresample.
3078
3079 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
3080
3081         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
3082           Don't operate on empty text buffers. Strip newlines and
3083           tabs only from the end of the text, but leave them intact
3084           in the middle. Fix typo in gtk-doc description.
3085
3086 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
3087
3088         * gst/playback/gstplaybasebin.c:
3089         * gst/playback/gstplaybin.c: (handoff):
3090           Make sure the video frame buffer we return to apps via the
3091           "frame" property always has caps set on it. Modify
3092           _gst_gvalue_set_object() macro to handle NULL objects
3093           gracefully too.
3094
3095 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
3096
3097         * gst/audiotestsrc/gstaudiotestsrc.c:
3098         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
3099         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
3100         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
3101         (gst_audio_test_src_create):
3102         * gst/audiotestsrc/gstaudiotestsrc.h:
3103         Adjust to some recent api changes and add wtays new cool seeking
3104         capabillities
3105
3106 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
3107
3108         * ext/alsa/Makefile.am:
3109         * ext/alsa/gstalsadeviceprobe.c:
3110         * ext/alsa/gstalsadeviceprobe.h:
3111           Helper functions to add device probing via the GstPropertyProbe
3112           interface to a class.
3113
3114         * ext/alsa/gstalsamixer.h:
3115           Comment out GST_ALSA_MIXER, it returns a struct that's not
3116           used.
3117
3118         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3119           Add some debug info. 
3120
3121         * ext/alsa/gstalsamixerelement.c:
3122         (gst_alsa_mixer_element_interface_supported),
3123         (gst_implements_interface_init),
3124         (gst_alsa_mixer_element_init_interfaces),
3125         (gst_alsa_mixer_element_class_init),
3126         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
3127         (gst_alsa_mixer_element_set_property),
3128         (gst_alsa_mixer_element_get_property),
3129         (gst_alsa_mixer_element_change_state):
3130         * ext/alsa/gstalsamixerelement.h:
3131           Add 'device' and 'device-name' properties. Add GstPropertyProbe
3132           for device handling (gnome-volume-control will need that).
3133
3134 2005-12-12  Christian Schaller  <uraeus@gnome.org>
3135
3136         * ext/Makefile.am: fix cdparanoia entry
3137         * gst-plugins-base.spec.in: add cdparanoia
3138
3139 2005-12-12  Michael Smith  <msmith@fluendo.com>
3140
3141         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
3142           Use the correct function to free list of typefind factories.
3143
3144 2005-12-12  Wim Taymans  <wim@fluendo.com>
3145
3146         * gst/videotestsrc/gstvideotestsrc.c:
3147         (gst_video_test_src_class_init), (gst_video_test_src_init),
3148         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
3149         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
3150         (gst_video_test_src_create):
3151         * gst/videotestsrc/gstvideotestsrc.h:
3152         Implement seeking in videotestsrc.
3153         Small cleanups.
3154
3155 2005-12-12  Wim Taymans  <wim@fluendo.com>
3156
3157         * ext/cdparanoia/Makefile.am:
3158         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
3159         (gst_paranoia_endian_get_type), (_do_init),
3160         (cdparanoia_class_init), (cdparanoia_init),
3161         (cdparanoia_set_property), (cdparanoia_get_property),
3162         (cdparanoia_do_seek), (cdparanoia_is_seekable),
3163         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
3164         (cdparanoia_convert), (cdparanoia_get_query_types),
3165         (cdparanoia_query), (cdparanoia_set_index),
3166         (cdparanoia_uri_set_uri):
3167         * ext/cdparanoia/gstcdparanoia.h:
3168         Partially ported cdparanoia now that basesrc can support a
3169         plugin like this..
3170
3171 2005-12-12  Wim Taymans  <wim@fluendo.com>
3172
3173         * tests/examples/seek/scrubby.c: (main):
3174         Set higher priority for bus events so they don't get reordered with
3175         gtk gui events.
3176
3177         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
3178         (flush_toggle_cb), (main):
3179         Added checkbox to disable flushing seeks. 
3180         Disable scrubbing when doing non flushing seeks.
3181
3182 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
3183
3184         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
3185         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
3186         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
3187         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
3188           Implement some sort of event handling that doesn't rely on
3189           g_return_if_fail; make sure we always push the last chunk of an 
3190           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
3191           state change function; remove some old cruft. Seeking is still
3192           rather unlikely to work though.
3193
3194         * tools/.cvsignore:
3195           Ignore more.
3196
3197 2005-12-11  Julien MOUTTE  <julien@moutte.net>
3198
3199         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
3200         Fixed a leak of the current image reference when cleaning up.
3201         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
3202
3203 2005-12-09  Michael Smith  <msmith@fluendo.com>
3204
3205         * tools/Makefile.am:
3206         * tools/gst-launch-ext-m.m:
3207           Remove gst-launch-ext. It doesn't work, and is no longer
3208           particularly useful.
3209
3210 2005-12-08  Luca Ognibene  <luogni@tin.it>
3211
3212         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
3213           don't pass random values to ogmparse convert function.
3214           Make seeking possible in the exile1.ogm file.
3215
3216 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
3217
3218         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3219         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3220           Work around refcount problem with g_value_set_object() that occur
3221           if the core has been compiled against GLib-2.6 (g_value_set_object()
3222           will only g_object_ref() the element, but the caller will
3223           gst_object_unref() it and bad things will happen due to the way
3224           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
3225           totem for people on FC4 using Thomas's 0.10 RPMs.
3226           
3227 2005-12-07  Edward Hervey  <edward@fluendo.com>
3228
3229         Time to welcome ogm to 0.10 :)
3230         
3231         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
3232         (gst_ogg_pad_typefind):
3233         Oggdemux can now properly typefind elements with dynamic pads.
3234         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3235         Properly set caps on src pad, and set caps on outgoing buffers.
3236
3237 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3238
3239         * ext/alsa/gstalsamixer.h:
3240         * ext/alsa/gstalsamixerelement.h:
3241         * ext/alsa/gstalsamixeroptions.h:
3242         * ext/alsa/gstalsamixertrack.h:
3243         * ext/alsa/gstalsasink.c:
3244         * ext/alsa/gstalsasink.h:
3245         * ext/alsa/gstalsasrc.c:
3246         * ext/alsa/gstalsasrc.h:
3247         * ext/cdparanoia/gstcdparanoia.h:
3248         * ext/gnomevfs/gstgnomevfsuri.h:
3249         * ext/ogg/gstoggdemux.c:
3250         * ext/ogg/gstoggmux.c:
3251         * ext/pango/gsttextoverlay.h:
3252         * ext/theora/theoradec.c:
3253         * ext/theora/theoraenc.c:
3254         * ext/vorbis/vorbisdec.h:
3255         * ext/vorbis/vorbisenc.c:
3256         * ext/vorbis/vorbisenc.h:
3257         * ext/vorbis/vorbisparse.h:
3258         * gst-libs/gst/audio/gstaudioclock.h:
3259         * gst-libs/gst/audio/gstaudiosink.c:
3260         * gst-libs/gst/audio/gstaudiosink.h:
3261         * gst-libs/gst/audio/gstaudiosrc.c:
3262         * gst-libs/gst/audio/gstaudiosrc.h:
3263         * gst-libs/gst/audio/gstbaseaudiosink.c:
3264         * gst-libs/gst/audio/gstbaseaudiosink.h:
3265         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3266         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3267         * gst-libs/gst/audio/gstringbuffer.h:
3268         * gst-libs/gst/audio/multichannel.h:
3269         * gst-libs/gst/floatcast/floatcast.h:
3270         * gst-libs/gst/interfaces/colorbalance.c:
3271         * gst-libs/gst/interfaces/colorbalance.h:
3272         * gst-libs/gst/interfaces/colorbalancechannel.h:
3273         * gst-libs/gst/interfaces/mixer.h:
3274         * gst-libs/gst/interfaces/mixeroptions.h:
3275         * gst-libs/gst/interfaces/mixertrack.h:
3276         * gst-libs/gst/interfaces/navigation.h:
3277         * gst-libs/gst/interfaces/propertyprobe.h:
3278         * gst-libs/gst/interfaces/tuner.h:
3279         * gst-libs/gst/interfaces/tunerchannel.h:
3280         * gst-libs/gst/interfaces/tunernorm.h:
3281         * gst-libs/gst/interfaces/xoverlay.h:
3282         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3283         * gst-libs/gst/riff/riff-ids.h:
3284         * gst-libs/gst/riff/riff-media.h:
3285         * gst-libs/gst/riff/riff-read.h:
3286         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3287         * gst-libs/gst/rtp/gstbasertppayload.c:
3288         * gst-libs/gst/rtp/gstbasertppayload.h:
3289         * gst-libs/gst/rtp/gstrtpbuffer.c:
3290         * gst-libs/gst/rtp/gstrtpbuffer.h:
3291         * gst-libs/gst/tag/gsttageditingprivate.h:
3292         * gst-libs/gst/tag/gstvorbistag.c:
3293         (gst_tag_list_from_vorbiscomment_buffer):
3294         * gst-libs/gst/tag/tag.h:
3295         * gst-libs/gst/video/video.h:
3296         * gst/adder/gstadder.c:
3297         * gst/adder/gstadder.h:
3298         * gst/audioconvert/audioconvert.c:
3299         * gst/audioconvert/audioconvert.h:
3300         * gst/audioconvert/gstaudioconvert.c:
3301         * gst/audioconvert/gstchannelmix.c:
3302         * gst/audioconvert/gstchannelmix.h:
3303         * gst/audiorate/gstaudiorate.c:
3304         * gst/audioresample/buffer.h:
3305         * gst/audioresample/functable.h:
3306         * gst/audioresample/gstaudioresample.c:
3307         * gst/audioresample/resample.h:
3308         * gst/ffmpegcolorspace/avcodec.h:
3309         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3310         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
3311         * gst/ffmpegcolorspace/imgconvert.c:
3312         * gst/ffmpegcolorspace/imgconvert_template.h:
3313         * gst/playback/gstdecodebin.c:
3314         * gst/playback/gstplaybasebin.h:
3315         * gst/playback/gstplaybin.c:
3316         * gst/playback/gststreaminfo.h:
3317         * gst/tcp/gstfdset.c:
3318         * gst/tcp/gstfdset.h:
3319         * gst/tcp/gstmultifdsink.c:
3320         * gst/tcp/gstmultifdsink.h:
3321         * gst/tcp/gsttcp.h:
3322         * gst/tcp/gsttcpclientsrc.c:
3323         * gst/tcp/gsttcpclientsrc.h:
3324         * gst/tcp/gsttcpplugin.h:
3325         * gst/tcp/gsttcpserversink.c:
3326         * gst/tcp/gsttcpserversrc.c:
3327         * gst/typefind/gsttypefindfunctions.c:
3328         * gst/videorate/gstvideorate.c:
3329         * gst/videotestsrc/gstvideotestsrc.h:
3330         * gst/videotestsrc/videotestsrc.h:
3331         * sys/v4l/gstv4lcolorbalance.h:
3332         * sys/v4l/gstv4ltuner.h:
3333         * sys/v4l/gstv4lxoverlay.h:
3334         * sys/v4l/v4l_calls.h:
3335         * sys/v4l/videodev_mjpeg.h:
3336         * tests/check/elements/audioconvert.c:
3337         * tests/check/elements/audioresample.c:
3338         * tests/check/elements/audiotestsrc.c:
3339         * tests/check/elements/videotestsrc.c:
3340         * tests/check/elements/volume.c:
3341         * tests/examples/seek/scrubby.c:
3342         * tests/examples/seek/seek.c:
3343           expand tabs
3344
3345 === release 0.10.0 ===
3346
3347 2005-12-05   <thomas (at) apestaart (dot) org>
3348
3349         * configure.ac:
3350           releasing 0.10.0, "Mont-d'or"
3351
3352 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
3353
3354         * tests/examples/seek/Makefile.am:
3355         Build fix for when gtk is not available.
3356
3357 2005-12-05  Andy Wingo  <wingo@pobox.com>
3358
3359         * ext/libvisual/visual.c: (get_buffer):
3360         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
3361         * ext/pango/gsttextrender.c: (gst_text_render_chain):
3362         * ext/theora/theoradec.c: (theora_handle_data_packet):
3363         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
3364         (theora_enc_chain):
3365         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3366         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
3367         Update for alloc_buffer changes.
3368
3369 2005-12-05  Andy Wingo  <wingo@pobox.com>
3370
3371         patch by: Kai Vehmanen <kv2004 eca cx>
3372         
3373         * gst-libs/gst/rtp/gstbasertpdepayload.c
3374         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
3375
3376 2005-12-04  Andy Wingo  <wingo@pobox.com>
3377
3378         patch by: Sebastien Cote <sebas642 yahoo ca>
3379         
3380         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
3381         Fixes #319172.
3382
3383 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
3384
3385         * docs/plugins/Makefile.am:
3386         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3387         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3388         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3389         * ext/pango/gstclockoverlay.c:
3390         * ext/pango/gsttextoverlay.c: 
3391         * ext/pango/gsttextrender.c:
3392         * ext/pango/gsttimeoverlay.c:
3393           Add gtk-doc blurbs to pango elements.
3394
3395 2005-12-02  Wim Taymans  <wim@fluendo.com>
3396
3397         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
3398         * gst/audioresample/buffer.h:
3399         * gst/audioresample/gstaudioresample.c:
3400         * gst/audioresample/gstaudioresample.h:
3401         * gst/audioresample/resample.c: (resample_input_flush),
3402         (resample_input_pushthrough), (resample_input_eos),
3403         (resample_get_output_size_for_input),
3404         (resample_get_input_size_for_output), (resample_get_output_size),
3405         (resample_get_output_data):
3406         * gst/audioresample/resample.h:
3407         * gst/audioresample/resample_ref.c: (resample_scale_ref):
3408         Fix audioresample, seek torture, new segments, reverse negotiation
3409         etc.. work fine.
3410
3411 2005-12-02  Wim Taymans  <wim@fluendo.com>
3412
3413         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3414         Small cleanups.
3415
3416 2005-12-02  Wim Taymans  <wim@fluendo.com>
3417
3418         * gst/audioconvert/gstaudioconvert.c:
3419         (gst_audio_convert_transform):
3420         Post errors.
3421
3422 === release 0.9.7 ===
3423
3424 2005-12-01   <thomas (at) apestaart (dot) org>
3425
3426         * configure.ac:
3427           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
3428
3429 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3430
3431         * Makefile.am:
3432         * po/hu.po:
3433         * win32/MANIFEST:
3434         * win32/gst.sln:
3435           add win32 MANIFEST file
3436           do something to the hungarian translation
3437
3438 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
3439
3440         * ext/Makefile.am:
3441           Add $(PANGO_DIR) to SUBDIRS
3442
3443         * ext/pango/gstclockoverlay.c:
3444         * ext/pango/gsttimeoverlay.c:
3445           Fix and improve element descriptions.
3446
3447 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3448
3449         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3450         * docs/plugins/inspect/plugin-libvisual.xml:
3451         * docs/plugins/inspect/plugin-pango.xml:
3452           add pango plugin to docs
3453
3454 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3455
3456         * configure.ac:
3457         * ext/Makefile.am:
3458           moved pango to base
3459
3460 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3461
3462         * configure.ac:
3463         * tests/Makefile.am:
3464         * tests/icles/.cvsignore:
3465         * tests/icles/Makefile.am:
3466         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
3467         (close_display), (resize_window), (move_window), (create_window),
3468         (terminate_playback), (pause_playback), (start_playback), (main):
3469           add stress test for xoverlay from Julien
3470
3471 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3472
3473         * docs/libs/tmpl/gstcolorbalance.sgml:
3474         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3475         * gst-libs/gst/rtp/gstbasertppayload.c:
3476         * gst-libs/gst/rtp/gstrtpbuffer.c:
3477         * gst-libs/gst/rtp/gstrtpbuffer.h:
3478           Do burger's rename for rtp payloaders and depayloaders
3479
3480 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3481
3482         * win32/:
3483           add Visual Studio 6 build files
3484
3485 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3486
3487         * docs/libs/gst-plugins-base-libs-docs.sgml:
3488         * docs/libs/gst-plugins-base-libs-sections.txt:
3489         * docs/libs/tmpl/gstaudio.sgml:
3490         * docs/libs/tmpl/gstringbuffer.sgml:
3491         * gst-libs/gst/interfaces/xoverlay.c:
3492         * gst-libs/gst/video/gstvideofilter.c:
3493         * gst-libs/gst/video/gstvideosink.c:
3494           update documentation
3495
3496 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3497
3498         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
3499         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
3500         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
3501         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
3502         (gst_multi_fd_sink_get_stats),
3503         (gst_multi_fd_sink_remove_client_link),
3504         (gst_multi_fd_sink_handle_client_read),
3505         (gst_multi_fd_sink_client_queue_data),
3506         (gst_multi_fd_sink_client_queue_caps),
3507         (gst_multi_fd_sink_client_queue_buffer),
3508         (gst_multi_fd_sink_new_client),
3509         (gst_multi_fd_sink_handle_client_write),
3510         (gst_multi_fd_sink_recover_client),
3511         (gst_multi_fd_sink_queue_buffer),
3512         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
3513         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
3514         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
3515         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
3516         * gst/tcp/gstmultifdsink.h:
3517         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
3518         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
3519         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
3520         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3521         (gst_tcp_client_sink_set_property),
3522         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
3523         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
3524         * gst/tcp/gsttcpclientsink.h:
3525         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
3526         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
3527         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
3528         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
3529         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
3530         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3531         * gst/tcp/gsttcpclientsrc.h:
3532         * gst/tcp/gsttcpplugin.c: (plugin_init):
3533         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
3534         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
3535         (gst_tcp_server_sink_finalize),
3536         (gst_tcp_server_sink_handle_server_read),
3537         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
3538         (gst_tcp_server_sink_set_property),
3539         (gst_tcp_server_sink_get_property),
3540         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3541         * gst/tcp/gsttcpserversink.h:
3542         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
3543         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
3544         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
3545         (gst_tcp_server_src_set_property),
3546         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
3547         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3548         * gst/tcp/gsttcpserversrc.h:
3549           more borgifying
3550
3551 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3552
3553         * docs/plugins/Makefile.am:
3554         * docs/plugins/gst-plugins-base-plugins.args:
3555         * docs/plugins/inspect/plugin-libvisual.xml:
3556         * gst/audioconvert/plugin.h:
3557         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
3558         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
3559         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3560         (gst_audio_rate_chain), (gst_audio_rate_set_property),
3561         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
3562         (plugin_init):
3563         * gst/audiotestsrc/gstaudiotestsrc.c:
3564         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
3565         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
3566         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
3567         (gst_audio_test_src_get_query_types),
3568         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
3569         (gst_audio_test_src_create_square),
3570         (gst_audio_test_src_create_saw),
3571         (gst_audio_test_src_create_triangle),
3572         (gst_audio_test_src_create_silence),
3573         (gst_audio_test_src_create_white_noise),
3574         (gst_audio_test_src_init_pink_noise),
3575         (gst_audio_test_src_generate_pink_noise_value),
3576         (gst_audio_test_src_create_pink_noise),
3577         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
3578         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
3579         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
3580         (plugin_init):
3581         * gst/audiotestsrc/gstaudiotestsrc.h:
3582         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
3583         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
3584         (gst_sub_parse_init), (gst_sub_parse_formats),
3585         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
3586         (convert_encoding), (get_next_line),
3587         (gst_sub_parse_data_format_autodetect),
3588         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
3589         (gst_sub_parse_loop), (gst_sub_parse_chain),
3590         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
3591         (plugin_init):
3592         * gst/subparse/gstsubparse.h:
3593         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
3594         (gst_video_rate_base_init), (gst_video_rate_class_init),
3595         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
3596         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
3597         (gst_video_rate_init), (gst_video_rate_event),
3598         (gst_video_rate_chain), (gst_video_rate_set_property),
3599         (gst_video_rate_get_property), (gst_video_rate_change_state),
3600         (plugin_init):
3601         * gst/videoscale/gstvideoscale.c:
3602         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
3603         (gst_video_scale_src_template_factory),
3604         (gst_video_scale_sink_template_factory),
3605         (gst_video_scale_get_type), (gst_video_scale_base_init),
3606         (gst_video_scale_class_init), (gst_video_scale_init),
3607         (gst_video_scale_set_property), (gst_video_scale_get_property),
3608         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
3609         (gst_video_scale_prepare_size), (parse_caps),
3610         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
3611         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
3612         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
3613         (plugin_init):
3614         * gst/videoscale/gstvideoscale.h:
3615         * gst/videotestsrc/gstvideotestsrc.c:
3616         (gst_video_test_src_pattern_get_type),
3617         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
3618         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
3619         (gst_video_test_src_set_pattern),
3620         (gst_video_test_src_set_property),
3621         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
3622         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
3623         (gst_video_test_src_event), (gst_video_test_src_get_times),
3624         (gst_video_test_src_create), (plugin_init):
3625         * gst/videotestsrc/gstvideotestsrc.h:
3626         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
3627         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3628         (gst_video_test_src_black):
3629         * gst/videotestsrc/videotestsrc.h:
3630           borgify further
3631           clean up docs a little
3632
3633 2005-11-30  Wim Taymans  <wim@fluendo.com>
3634
3635         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3636         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3637         (gst_basertppayload_event), (gst_basertppayload_push),
3638         (gst_basertppayload_change_state):
3639         * gst-libs/gst/rtp/gstbasertppayload.h:
3640         closed #320644.
3641
3642 2005-11-30  Julien MOUTTE  <julien@moutte.net>
3643
3644         * docs/libs/gst-plugins-base-libs-docs.sgml:
3645         * docs/libs/gst-plugins-base-libs-sections.txt:
3646         * gst-libs/gst/video/gstvideofilter.c:
3647         * gst-libs/gst/video/gstvideosink.c:
3648         * gst-libs/gst/video/gstvideosink.h: Adding docs.
3649
3650 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3651
3652         * LICENSE:
3653           move
3654         * po/af.po:
3655         * po/az.po:
3656         * po/cs.po:
3657         * po/en_GB.po:
3658         * po/hu.po:
3659         * po/it.po:
3660         * po/nb.po:
3661         * po/nl.po:
3662         * po/or.po:
3663         * po/sq.po:
3664         * po/sr.po:
3665         * po/sv.po:
3666         * po/uk.po:
3667         * po/vi.po:
3668         * Makefile.am:
3669           update
3670         * scripts/autoplugins.sh:
3671           remove
3672
3673 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3674
3675         * Makefile.am:
3676         * configure.ac:
3677         * examples/Makefile.am:
3678         * examples/capsfilter/Makefile.am:
3679         * examples/capsfilter/capsfilter1.c:
3680         * examples/gob/Makefile.am:
3681         * examples/gob/gst-identity2.gob:
3682         * examples/indexing/.cvsignore:
3683         * examples/indexing/Makefile.am:
3684         * examples/indexing/indexmpeg.c:
3685         * examples/seeking/.cvsignore:
3686         * examples/seeking/Makefile.am:
3687         * examples/seeking/cdparanoia.c:
3688         * examples/seeking/cdplayer.c:
3689         * examples/seeking/chained.c:
3690         * examples/seeking/scrubby.c:
3691         * examples/seeking/seek.c:
3692         * examples/stats/Makefile.am:
3693         * examples/stats/mp2ogg.c:
3694         * examples/switch/.cvsignore:
3695         * examples/switch/Makefile.am:
3696         * examples/switch/switcher.c:
3697         * tests/Makefile.am:
3698         * tests/check/generic/.cvsignore:
3699         * tests/check/pipelines/.cvsignore:
3700         * tests/examples/Makefile.am:
3701         * tests/examples/seek/Makefile.am:
3702           reorganize stuff under tests/
3703
3704 2005-11-30  Edward Hervey  <edward@fluendo.com>
3705
3706         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
3707         Go away you stupid GstStaticPadTemplate memleak.
3708
3709 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3710
3711         * gst-libs/gst/net/Makefile.am:
3712         * gst-libs/gst/net/README:
3713         * gst-libs/gst/net/gstnetbuffer.c:
3714         * gst-libs/gst/net/gstnetbuffer.h:
3715           this was moved to "netbuffer"
3716
3717 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3718
3719         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
3720         (gst_video_filter_class_init), (gst_video_filter_init):
3721         * gst-libs/gst/video/gstvideofilter.h:
3722           borgify name to bring in line with other classes
3723
3724 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3725
3726         * gst/audioscale/.cvsignore:
3727         * gst/audioscale/Makefile.am:
3728         * gst/audioscale/README:
3729         * gst/audioscale/audioscale.vcproj:
3730         * gst/audioscale/dtof.c:
3731         * gst/audioscale/dtos.c:
3732         * gst/audioscale/functable.c:
3733         * gst/audioscale/gstaudioscale.c:
3734         * gst/audioscale/gstaudioscale.h:
3735         * gst/audioscale/private.h:
3736         * gst/audioscale/resample.c:
3737         * gst/audioscale/resample.h:
3738         * gst/audioscale/test.c:
3739           remove
3740
3741 2005-11-30  Edward Hervey  <edward@fluendo.com>
3742
3743         * gst-libs/gst/netbuffer/Makefile.am:
3744         really, really tired
3745
3746 2005-11-30  Edward Hervey  <edward@fluendo.com>
3747
3748         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3749         Update for new GstTypeFindFactory _register()
3750
3751 2005-11-30  Edward Hervey  <edward@fluendo.com>
3752
3753         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
3754         Let's not override libgstnet from core for no reason...
3755         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
3756         Ok, maybe not so quick next time.
3757
3758 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3759
3760         * configure.ac:
3761         * gst-libs/gst/Makefile.am:
3762           moved gst-libs/gst/net to netbuffer through CVS surgery
3763           remove old directory
3764           updating build to accomodate
3765           (#322257)
3766
3767 2005-11-29  Andy Wingo  <wingo@pobox.com>
3768
3769         * pkgconfig/gstreamer-plugins-base.pc.in:
3770         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3771         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
3772         (#322257).
3773
3774 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3775
3776         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
3777         3rd time's the charm. Correct ref-counting for discarded buffers.
3778
3779 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3780
3781         * gst/playback/gststreamselector.c:
3782         (gst_stream_selector_class_init),
3783         (gst_stream_selector_set_property),
3784         (gst_stream_selector_get_property),
3785         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3786         Fix ref-counting
3787
3788 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
3789
3790         * gst/subparse/gstsubparse.c: (feed_textbuf):
3791           Don't access already unref'ed buffer.
3792
3793 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3794
3795         * gst/playback/gststreamselector.c:
3796         (gst_stream_selector_class_init), (gst_stream_selector_init),
3797         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
3798         (gst_stream_selector_get_property),
3799         (gst_stream_selector_get_linked_pad),
3800         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3801         * gst/playback/gststreamselector.h:
3802         Add the active-pad property for playbin to use shortly. Ignore buffers
3803         from any other pad, returning GST_FLOW_NOT_LINKED
3804
3805 2005-11-29  Julien MOUTTE  <julien@moutte.net>
3806
3807         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
3808         patch from bug #322704 (Alessandro Decina).
3809
3810 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3811
3812         * gst-libs/gst/audio/Makefile.am:
3813           folded audiofilter into the audio library
3814
3815 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3816
3817         * gst/videoscale/gstvideoscale.h:
3818         * gst/videoscale/gstvideoscale.c:
3819           remove unimplemented scale methods
3820
3821 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
3822
3823         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
3824           Don't leak caps.
3825
3826 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3827
3828         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3829         (gst_ximagesink_setcaps):
3830         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3831         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
3832         happens (only visible on ximagesink but bug is in xv too) set_caps was
3833         destroying the internal x[v]image used to memcpy non locally alloced
3834         buffers so that it got renewed on next _chain. The issue is that 
3835         _expose will try to put that image as it reffed it in _put.
3836         Using gst_buffer_unref instead of destroy fixes it !
3837
3838 2005-11-28  Edward Hervey  <edward@fluendo.com>
3839
3840         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3841         (try_to_link_1), (queue_filled_cb):
3842         Better use of the queues. Start with a small size queue and only increase
3843         the size of the queues when the other queues are empty.
3844
3845 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3846
3847         * gst-libs/gst/video/Makefile.am:
3848           compile in copied-over videofilter into the video library
3849         * gst-libs/gst/video/videosink.h:
3850           rename the header to gstvideosink.h since it's a base GstObject class
3851         * sys/ximage/ximagesink.h:
3852         * sys/xvimage/xvimagesink.h:
3853           use the new header
3854
3855 2005-11-28  Wim Taymans  <wim@fluendo.com>
3856
3857         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
3858         * gst/playback/gstplaybasebin.h:
3859         Prepare to handle errors betters.
3860
3861         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
3862         Set sinks to PAUSED first before adding and linking them so that
3863         we don't interrupt dataflow.
3864
3865 2005-11-28  Wim Taymans  <wim@fluendo.com>
3866
3867         * gst-libs/gst/audio/TODO:
3868         Updated TODO
3869
3870         * gst-libs/gst/audio/gstaudiosink.c:
3871         (gst_audioringbuffer_open_device),
3872         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
3873         (gst_audioringbuffer_release):
3874         Small cleanups.
3875
3876         * gst-libs/gst/audio/gstbaseaudiosink.c:
3877         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
3878         (gst_base_audio_sink_change_state):
3879         Slave to the master clock when going to PLAYING and unslave when
3880         going to PAUSED.
3881
3882         * gst-libs/gst/audio/gstringbuffer.c:
3883         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3884         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
3885         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3886         (gst_ring_buffer_clear_all), (wait_segment),
3887         (gst_ring_buffer_commit), (gst_ring_buffer_read),
3888         (gst_ring_buffer_advance):
3889         * gst-libs/gst/audio/gstringbuffer.h:
3890         Add some docs and cleanups.
3891
3892 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3893
3894         * sys/xvimage/xvimagesink.c:
3895         (gst_xvimagesink_navigation_send_event): Fix navigation events
3896         coordinates translation with pixel aspect ratios.
3897
3898 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3899
3900         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
3901         Use calculated video geometry from _setcaps instead of buffer
3902         caps to respect pixel aspect ratio. (fixes #322388)
3903
3904 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3905
3906         * docs/libs/tmpl/gstcolorbalance.sgml:
3907         * docs/libs/tmpl/gstmixer.sgml:
3908         * docs/libs/tmpl/gstxoverlay.sgml:
3909         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
3910         interface.
3911
3912 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3913
3914         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3915         Refuse to create an XvImage if we can't find the format.
3916
3917 2005-11-28  Edward Hervey  <edward@fluendo.com>
3918
3919         * gst-libs/gst/riff/riff-media.c:
3920         (gst_riff_create_audio_template_caps):
3921         Add ATRAC3 to the list of riff-possible audio caps.
3922         I know we still don't have a plugin for atrac3, but it's saner to output
3923         that than a cryptic mimetype.
3924
3925 2005-11-27  Edward Hervey  <edward@fluendo.com>
3926
3927         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
3928         Don't try to create a zero-sized subbuffer.
3929
3930 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3931
3932         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
3933         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3934         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
3935         (gst_ximagesink_expose): Fixed a tricky race.
3936         * sys/ximage/ximagesink.h:
3937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3938         (gst_xvimagesink_expose): Fixed a tricky race.
3939         * sys/xvimage/xvimagesink.h:
3940
3941 2005-11-27  Edward Hervey  <edward@fluendo.com>
3942
3943         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3944         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
3945         Remove unused properties, and add queues between demuxers and decoders
3946         so that a lot more files can preroll properly.
3947
3948 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3949
3950         * gst-libs/gst/net/Makefile.am:
3951         * gst-libs/gst/rtp/Makefile.am:
3952         * gst-libs/gst/tag/Makefile.am:
3953           remove silly include
3954         * gst/tags/Makefile.am:
3955         * gst/tags/gsttagediting.c:
3956         * gst/tags/gsttageditingprivate.h:
3957         * gst/tags/tagedit.vcproj:
3958           remove directory, is as good as empty
3959
3960 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3961
3962         * configure.ac:
3963           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
3964         * gst-libs/Makefile.am:
3965         * gst-libs/gst/audio/Makefile.am:
3966         * gst-libs/gst/interfaces/Makefile.am:
3967         * gst-libs/gst/net/Makefile.am:
3968         * gst-libs/gst/riff/Makefile.am:
3969         * gst-libs/gst/rtp/Makefile.am:
3970         * gst-libs/gst/tag/Makefile.am:
3971         * gst-libs/gst/video/Makefile.am:
3972           and use them
3973
3974 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3975
3976         * docs/libs/tmpl/gstcolorbalance.sgml:
3977         * docs/libs/tmpl/gstmixer.sgml:
3978         * docs/libs/tmpl/gstxoverlay.sgml:
3979         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
3980         * sys/ximage/ximagesink.h:
3981         * sys/xvimage/xvimagesink.h: More and more documentation.
3982
3983 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3984
3985         * docs/libs/gst-plugins-base-libs-docs.sgml:
3986         * docs/libs/gst-plugins-base-libs-sections.txt:
3987         * docs/libs/tmpl/gstcolorbalance.sgml:
3988         * docs/libs/tmpl/gstmixer.sgml:
3989         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
3990         to documentation.
3991
3992 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3993
3994         * docs/plugins/Makefile.am:
3995         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3996         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3997         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
3998
3999 2005-11-26  Julien MOUTTE  <julien@moutte.net>
4000
4001         * docs/plugins/Makefile.am:
4002         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4003         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4004         * docs/plugins/inspect/plugin-adder.xml:
4005         * docs/plugins/inspect/plugin-alsa.xml:
4006         * docs/plugins/inspect/plugin-audioconvert.xml:
4007         * docs/plugins/inspect/plugin-audiorate.xml:
4008         * docs/plugins/inspect/plugin-audioresample.xml:
4009         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4010         * docs/plugins/inspect/plugin-decodebin.xml:
4011         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4012         * docs/plugins/inspect/plugin-gnomevfs.xml:
4013         * docs/plugins/inspect/plugin-ogg.xml:
4014         * docs/plugins/inspect/plugin-playbin.xml:
4015         * docs/plugins/inspect/plugin-subparse.xml:
4016         * docs/plugins/inspect/plugin-tcp.xml:
4017         * docs/plugins/inspect/plugin-theora.xml:
4018         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4019         * docs/plugins/inspect/plugin-video4linux.xml:
4020         * docs/plugins/inspect/plugin-videorate.xml:
4021         * docs/plugins/inspect/plugin-videoscale.xml:
4022         * docs/plugins/inspect/plugin-videotestsrc.xml:
4023         * docs/plugins/inspect/plugin-volume.xml:
4024         * docs/plugins/inspect/plugin-vorbis.xml:
4025         * docs/plugins/inspect/plugin-ximagesink.xml:
4026         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
4027         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
4028
4029 2005-11-26  Edward Hervey  <edward@fluendo.com>
4030
4031         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
4032         Properly return GstFlowReturn from gst_pad_push in chain functions.
4033
4034 2005-11-25  Michael Smith  <msmith@fluendo.com>
4035
4036         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
4037         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
4038         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
4039         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
4040           Handle various conditions better when we don't understand a stream.
4041           Removes a heap of CRITICALs on ogg streams containing unknown data.
4042
4043 2005-11-24  Andy Wingo  <wingo@pobox.com>
4044
4045         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
4046         Be threadsafe.
4047
4048 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4049
4050         * configure.ac: back to HEAD
4051
4052 === release 0.9.6 ===
4053
4054 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
4055
4056         * configure.ac:
4057           releasing 0.9.6, "White Eight"
4058
4059 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4060
4061         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
4062         * docs/plugins/inspect/plugin-sine.xml:
4063           remove sinesrc some more
4064
4065 2005-11-23  Wim Taymans  <wim@fluendo.com>
4066
4067         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
4068         If we are reading too slowly, jump forward in the ringbuffer
4069         instead of blocking.
4070
4071 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
4072
4073         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
4074         (gst_visual_chain):
4075         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
4076         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
4077         (gst_videorate_chain):
4078         * gst/videotestsrc/gstvideotestsrc.c:
4079         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
4080         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
4081         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
4082         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
4083         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
4084         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
4085           Updates for API changes
4086
4087 2005-11-23  Wim Taymans  <wim@fluendo.com>
4088
4089         * gst-libs/gst/audio/gstbaseaudiosink.c:
4090         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
4091         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
4092         Fix for calibration API change.
4093
4094 2005-11-23  Michael Smith <msmith@fluendo.com>
4095
4096         * gst-libs/gst/audio/multichannel.c:
4097         (gst_audio_get_channel_positions),
4098         (gst_audio_set_channel_positions),
4099         (gst_audio_set_structure_channel_positions_list),
4100         (gst_audio_fixate_channel_positions):
4101           Use gst_value_array_*() functions on value arrays, not
4102           gst_value_list_*().
4103
4104 2005-11-23  Edward Hervey  <edward@fluendo.com>
4105
4106         * autogen.sh:
4107         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
4108         Fixes autogen
4109
4110 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4111
4112         * check/Makefile.am:
4113         * check/elements/videotestsrc.c: (setup_videotestsrc),
4114         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
4115         (main):
4116           add a test for videotestsrc
4117
4118 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4119
4120         * gst/sine/.cvsignore:
4121         * gst/sine/Makefile.am:
4122         * gst/sine/gstsinesrc.c:
4123         * gst/sine/gstsinesrc.h:
4124         * gst/sine/sinesrc.vcproj:
4125           and remove sinesrc from the repository.  Closes #321446
4126
4127 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4128
4129         * configure.ac:
4130         * gst-plugins-base.spec.in:
4131           remove sinesrc from the build
4132
4133 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4134
4135         * check/Makefile.am:
4136         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
4137         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
4138         (main):
4139           add a test for audiotestsrc, testing all waves.  Even seems
4140           leak-free at first glance, nice job Stefan
4141
4142 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
4143
4144         * po/af.po:
4145         * po/az.po:
4146         * po/cs.po:
4147         * po/en_GB.po:
4148         * po/hu.po:
4149         * po/it.po:
4150         * po/nb.po:
4151         * po/nl.po:
4152         * po/or.po:
4153         * po/sq.po:
4154         * po/sr.po:
4155         * po/sv.po:
4156         * po/uk.po:
4157         * po/vi.po:
4158           Translation string updates
4159
4160         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
4161         (gst_v4lsrc_set_caps):
4162         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
4163         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
4164         * sys/v4l/v4lsrc_calls.h:
4165           Improve v4lsrc, by making it work again.
4166
4167 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
4168
4169         * ext/libvisual/visual.c: (gst_visual_chain):
4170           Fix the fps calculations.
4171
4172         * gst/ffmpegcolorspace/avcodec.h:
4173           Move structure element for clarity
4174
4175         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
4176         * gst-libs/gst/interfaces/tunernorm.h:
4177         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
4178         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
4179         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
4180         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
4181         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
4182         (gst_v4lmjpegsrc_getcaps):
4183         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
4184         (gst_v4lsrc_set_caps):
4185         * sys/v4l/gstv4lsrc.h:
4186         * sys/v4l/v4l_calls.c: (gst_v4l_open):
4187         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
4188         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
4189         * sys/v4l/v4lsrc_calls.h:
4190           Fractional framerates...
4191
4192 2005-11-22  Wim Taymans  <wim@fluendo.com>
4193
4194         * gst-libs/gst/audio/gstbaseaudiosink.c:
4195         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
4196         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
4197         And we provide a clock by default, of course...
4198
4199 2005-11-22  Wim Taymans  <wim@fluendo.com>
4200
4201         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
4202         This clock can be slaved to a master clock now.
4203
4204         * gst-libs/gst/audio/gstbaseaudiosink.c:
4205         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
4206         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
4207         (gst_base_audio_sink_set_clock),
4208         (gst_base_audio_sink_set_property),
4209         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
4210         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
4211         * gst-libs/gst/audio/gstbaseaudiosink.h:
4212         Handle slaving the internal clock to the clock selected in the
4213         pipeline.
4214         Add property to make the basesink not provide a clock.
4215
4216         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4217         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4218         (gst_base_rtp_depayload_wait):
4219         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4220         We can use the clock in GstElement, no need to store it ourselves.
4221
4222 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4223
4224         * docs/libs/tmpl/gstaudio.sgml:
4225           update
4226         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
4227         (gst_paranoia_endian_get_type):
4228         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
4229         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
4230         * gst/audiotestsrc/gstaudiotestsrc.c:
4231         (gst_audiostestsrc_wave_get_type):
4232         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
4233         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
4234         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
4235         (gst_sync_method_get_type), (gst_unit_type_get_type),
4236         (gst_client_status_get_type), (gst_multifdsink_class_init),
4237         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
4238         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
4239         (gst_multifdsink_get_property):
4240         * gst/tcp/gstmultifdsink.h:
4241         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
4242         * gst/videotestsrc/gstvideotestsrc.c:
4243         (gst_videotestsrc_pattern_get_type):
4244           remove deprecated properties
4245           fix up enums to correctly have short lowercase dashed nicks
4246
4247 2005-11-22  Michael Smith <msmith@fluendo.com>
4248
4249         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
4250         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
4251           Add underscore.
4252
4253 2005-11-22  Michael Smith <msmith@fluendo.com>
4254
4255         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
4256         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
4257           Use utility method for scaling clocktime for fractional framerates.
4258
4259 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
4260
4261         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
4262         (gst_visual_chain):
4263         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4264         * ext/theora/theoradec.c: (theora_handle_type_packet):
4265         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
4266         (theora_enc_chain):
4267         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4268         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
4269         * gst-libs/gst/video/video.h:
4270         * gst/ffmpegcolorspace/avcodec.h:
4271         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4272         (gst_ffmpeg_caps_to_pixfmt):
4273         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4274         (gst_ffmpegcsp_set_caps):
4275         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4276         (gst_videorate_setcaps), (gst_videorate_blank_data),
4277         (gst_videorate_chain):
4278         * gst/videotestsrc/gstvideotestsrc.c:
4279         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
4280         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
4281         (gst_videotestsrc_event), (gst_videotestsrc_create):
4282         * gst/videotestsrc/gstvideotestsrc.h:
4283         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
4284         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
4285         (gst_ximagesink_get_times), (gst_ximagesink_init):
4286         * sys/ximage/ximagesink.h:
4287         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
4288         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4289         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
4290         * sys/xvimage/xvimagesink.h:
4291           Convert elements to use fractions for their framerate.
4292           V4L elements to come later tonight.
4293
4294 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4295
4296         * gst-libs/gst/audio/audio.c:
4297         * gst-libs/gst/audio/audio.h:
4298           remove some deprecated functions
4299
4300 2005-11-22  Andy Wingo  <wingo@pobox.com>
4301
4302         * Update for gst_tag_setter API changes.
4303
4304 2005-11-22  Andy Wingo  <wingo@pobox.com>
4305
4306         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
4307         (gst_ogg_demux_perform_seek):
4308         * ext/theora/theoradec.c (theora_dec_sink_event):
4309         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
4310         update-funcnames.
4311
4312 2005-11-22  Wim Taymans  <wim@fluendo.com>
4313
4314         * examples/seeking/seek.c: (main):
4315         Give higher priority to bus signals than the gtk events
4316         to fix a race condition in the segment looping.
4317
4318 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4319
4320         * ext/theora/Makefile.am:
4321         * ext/vorbis/Makefile.am:
4322         * gst-libs/gst/tag/Makefile.am:
4323         * gst-plugins-base.spec.in:
4324           Rename libgsttagedit to libgsttag (#322117).
4325
4326 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4327
4328         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4330           Call gst_x_overlay_prepare_xwindow_id() to give applications
4331           a final chance to set their own xwindow id before the video
4332           sink creates its own window.
4333
4334 2005-11-22  Julien MOUTTE  <julien@moutte.net>
4335
4336         * sys/xvimage/xvimagesink.c:
4337         (gst_xvimagesink_navigation_send_event): Handle navigation
4338         events correcly with borders if applicable.
4339
4340 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4341
4342         Patch by: Luca Ognibene
4343
4344         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4345         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
4346         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4347         (gst_ffmpegcsp_caps_remove_format_info):
4348         * gst/ffmpegcolorspace/imgconvert.c:
4349         * gst/ffmpegcolorspace/imgconvert_template.h:
4350           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
4351           #318353); use gst_structure_has_name().
4352
4353 2005-11-22  Julien MOUTTE  <julien@moutte.net>
4354
4355         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
4356         (gst_ximagesink_class_init): Add debug macros on functions.
4357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4358         (gst_xvimagesink_xwindow_draw_borders),
4359         (gst_xvimagesink_xvimage_put),
4360         (gst_xvimagesink_xwindow_update_geometry),
4361         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
4362         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
4363         (gst_xvimagesink_xcontext_clear),
4364         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4365         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4366         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
4367         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
4368         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
4369         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4370         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
4371         expose while being PAUSED, out of data flow navigation events, etc..
4372
4373 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4374
4375         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
4376         * gst-libs/gst/audio/audio.h:
4377           fix prototype - wondering why the test worked regardless
4378
4379 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4380
4381         * check/Makefile.am:
4382         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
4383         * gst-libs/gst/audio/audio.h:
4384           add a method that returns a proper GstClockTime
4385
4386 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4387
4388         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
4389         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
4390         * gst-libs/gst/interfaces/xoverlay.h:
4391           Remove everything having to do with the desired size; add 
4392           gst_x_overlay_prepare_xwindow_id() function; remove the
4393           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
4394           post a message on the bus instead (#321816).
4395
4396         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
4397         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
4398         (gst_xvimagesink_xoverlay_init):
4399           Remove desired size stuff (#321816).
4400
4401 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4402
4403         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
4404         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
4405         (mpeg_video_type_find), (mpeg_video_stream_type_find):
4406           Terminate vararg functions with NULL instead of 0 to 
4407           make gcc4 happy.
4408
4409 2005-11-21  Andy Wingo  <wingo@pobox.com>
4410
4411         patch by: Sebastien Cote <sebas642@yahoo.ca>
4412         
4413         * gst-libs/gst/rtp/gstrtpbuffer.h: 
4414         * gst-libs/gst/rtp/gstrtpbuffer.c
4415         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
4416
4417 2005-11-21  Andy Wingo  <wingo@pobox.com>
4418
4419         * gst/playback/gstplaybin.c (gen_audio_element) 
4420         (gen_video_element): Use the new MISSING_PLUGIN core error
4421         category. Closes #320060.
4422
4423         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
4424         * gst/videorate/gstvideorate.c (gst_videorate_event):
4425         * ext/theora/theoradec.c (theora_dec_sink_event): 
4426         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
4427         stream lock.
4428
4429         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
4430         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
4431         stream lock changes.
4432
4433 2005-11-21  Wim Taymans  <wim@fluendo.com>
4434
4435         * gst-libs/gst/audio/gstbaseaudiosink.c:
4436         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
4437         (gst_base_audio_sink_provide_clock),
4438         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
4439         (gst_base_audio_sink_change_state):
4440         * gst/audioresample/gstaudioresample.c:
4441         Segment update fix.
4442
4443 2005-11-21  Andy Wingo  <wingo@pobox.com>
4444
4445         * *.h:
4446         * *.c: Ran scripts/update-macros. Oh yes.
4447
4448 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4449
4450         * sys/ximage/Makefile.am:
4451         * sys/ximage/ximage.c:
4452           Rename ximage plugin to ximagesink (#321426) (Don't forget to
4453           remove your old libgstximage.* manually if necessary).
4454
4455 2005-11-21  Michael Smith <msmith@fluendo.com>
4456
4457         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
4458           Minimal fix for bug #320200: set the min/max bitrate in the correct
4459           units. A better fix would be to upgrade to the RATEMANAGE2
4460           interface, rather than using the deprecated interface used here, but
4461           that would require an update in our libvorbis dependency (to 1.1),
4462           which is probably undesirable.
4463
4464 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
4465
4466         * ext/libvisual/visual.c: (get_buffer):
4467         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4468         (gst_base_audio_src_fixate):
4469         * gst/audioconvert/gstaudioconvert.c:
4470         (gst_audio_convert_fixate_caps):
4471         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
4472         * gst/audiotestsrc/gstaudiotestsrc.c:
4473         (gst_audiotestsrc_src_fixate):
4474         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
4475         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
4476         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
4477         * gst/videotestsrc/gstvideotestsrc.c:
4478         (gst_videotestsrc_src_fixate):
4479         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
4481           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
4482           (#322027)
4483
4484
4485 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4486
4487         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4488         (gst_riff_create_iavs_caps):
4489         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
4490         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
4491         (gst_riff_parse_info):
4492         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
4493         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
4494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4495           Fixes for GST_FOURCC_FORMAT API change.
4496
4497 2005-11-21  Andy Wingo  <wingo@pobox.com>
4498
4499         patch by: Alessandro Dessina <alessandro nnva org>
4500
4501         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
4502         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
4503         (gst_ogg_parse_chain):
4504         * ext/theora/theoraenc.c (theora_set_header_on_caps):
4505         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
4506         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
4507         gst_value_list calls on arrays. Fixes #321962.
4508
4509 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4510
4511         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4512         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
4513         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4514         * gst/adder/gstadder.c: (gst_adder_init),
4515         (gst_adder_request_new_pad), (gst_adder_collected),
4516         (gst_adder_change_state):
4517           Update for gst_collectpads_foo() to gst_collect_pads_foo()
4518           API change.
4519
4520 2005-11-21  Michael Smith <msmith@fluendo.com>
4521
4522         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
4523         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
4524           Properly handle pad_push return values.
4525
4526 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
4527
4528         * gst-libs/gst/tag/Makefile.am:
4529         * gst-libs/gst/tag/gstvorbistag.c:
4530         (gst_tag_list_to_vorbiscomment_buffer):
4531           Remove obsolete vorbistag element and debug category.
4532
4533         * gst/playback/gstplaybasebin.c: (check_queue):
4534           Don't divide by 0 when queue-threshold is 0.
4535
4536         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
4537           Don't modify an existing pixel-aspect-ratio if we fail to read
4538           a new one.
4539
4540 2005-11-20  Wim Taymans  <wim@fluendo.com>
4541
4542         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
4543         (gst_vorbisenc_push_packet):
4544         GST_PAD_IS_USABLE is gone, use the return value of
4545         the push or pad_alloc_buffer instead.
4546
4547 2005-11-18  Julien MOUTTE  <julien@moutte.net>
4548
4549         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4550         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
4551         (gst_ximagesink_ximage_destroy),
4552         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
4553         (gst_ximagesink_xwindow_new),
4554         (gst_ximagesink_xwindow_update_geometry),
4555         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
4556         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
4557         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
4558         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
4559         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
4560         (gst_ximagesink_navigation_send_event),
4561         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
4562         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
4563         (gst_ximagesink_finalize), (gst_ximagesink_init),
4564         (gst_ximagesink_class_init):
4565         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
4566         This new version brings correct software scaling, non flickering
4567         window while resizing, pixel aspect ratio handling, usage of
4568         hardware buffer pools, out of data flow event thread for 
4569         navigation and handling of expose events even when being PAUSED,
4570         a new property to keep video aspect ratio when resizing, etc...
4571
4572 2005-11-18  Julien MOUTTE  <julien@moutte.net>
4573
4574         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4575         (gst_videoscale_fixate_caps): Introduce back caps fixate with
4576         handling of PAR.
4577
4578 2005-11-18    <bilboed@dvdsrc.fluendo.com>
4579
4580         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
4581         Unsetting IS_SINK flag from the fakesink, so decodebin
4582         never behaves as a sink.
4583
4584 2005-11-17  Wim Taymans  <wim@fluendo.com>
4585
4586         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4587         (gst_base_audio_src_change_state):
4588         Fix the audiosrc base class again, we did not unflush.
4589
4590 2005-11-17  Julien MOUTTE  <julien@moutte.net>
4591
4592         * examples/seeking/seek.c: (make_dv_pipeline),
4593         (make_vorbis_theora_pipeline), (make_avi_pipeline),
4594         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
4595         to ogg/vorbis/theora pipeline.
4596
4597 2005-11-17  Wim Taymans  <wim@fluendo.com>
4598
4599         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
4600         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
4601         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
4602         Fix EOS on multiple streams.
4603         More debugging.
4604
4605 2005-11-16  Wim Taymans  <wim@fluendo.com>
4606
4607         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
4608         (gst_ogg_demux_perform_seek):
4609         Segment done must include stream time.
4610
4611         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
4612         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
4613         (gst_ogg_mux_change_state):
4614         Fix ogg muxer again.
4615
4616 2005-11-16  Wim Taymans  <wim@fluendo.com>
4617
4618         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
4619         Fix compile again.
4620
4621 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4622
4623         * ext/libvisual/visual.c: (gst_visual_init):
4624         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
4625         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
4626         (gst_ogg_parse_chain):
4627         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4628         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
4629         * ext/theora/theoradec.c: (gst_theora_dec_init):
4630         * ext/theora/theoraenc.c: (gst_theora_enc_init):
4631         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
4632         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
4633         * gst/adder/gstadder.c: (gst_adder_class_init),
4634         (gst_adder_dispose):
4635         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4636         * gst/subparse/gstsubparse.c: (gst_subparse_init):
4637         * gst/videorate/gstvideorate.c: (gst_videorate_init):
4638           Fix a whole set of pad template leaks
4639
4640 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4641
4642         * check/generic/states.c: (GST_START_TEST):
4643           fix the test so that it only checks for elements that are part of
4644           this source module
4645
4646 2005-11-16  Michael Smith <msmith@fluendo.com>
4647
4648         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
4649         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
4650         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4651         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4652         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
4653         (gst_ogg_mux_change_state):
4654           Fix leaking collectpads.
4655
4656 2005-11-16  Edward Hervey  <edward@fluendo.com>
4657
4658         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
4659         (gst_videorate_event), (gst_videorate_chain):
4660         Handle segment seeks
4661
4662 2005-11-16  Wim Taymans  <wim@fluendo.com>
4663
4664         * gst-libs/gst/audio/gstbaseaudiosink.c:
4665         (gst_base_audio_sink_provide_clock),
4666         (gst_base_audio_sink_change_state):
4667         Set ringbuffer to non-flushing when going to PAUSED, set to
4668         flushing again when going to READY.
4669
4670         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4671         (gst_ring_buffer_stop):
4672         Start in flushing mode by default.
4673         Don't set flushing in the _stop method, let the app call
4674         this explicitly.
4675
4676 2005-11-16  Julien MOUTTE  <julien@moutte.net>
4677
4678         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
4679         * gst-libs/gst/video/videosink.h: Add helper function needed
4680         for video sinks.
4681
4682 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4683
4684         * gst/videoscale/gstvideoscale.c:
4685         (gst_videoscale_handle_src_event):
4686           Don't leak reference to pad parent.
4687
4688 2005-11-16  Wim Taymans  <wim@fluendo.com>
4689
4690         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
4691         Set ringbuffer to flushing when stopping so that we don't
4692         block on wait_segment anymore and livelock.
4693
4694 2005-11-16  Wim Taymans  <wim@fluendo.com>
4695
4696         * examples/seeking/seek.c: (send_event), (do_seek),
4697         (loop_toggle_cb), (segment_done), (main):
4698         Added looping checkbox.
4699
4700 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4701
4702         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4703         (gst_ogg_demux_init):
4704         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4705         (gst_vorbis_dec_init):
4706           revert unrefs, they don't pass make check
4707
4708 2005-11-15  Johan Dahlin  <johan@gnome.org>
4709
4710         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4711         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
4712         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4713         (gst_vorbis_dec_init):
4714         Fix pad template leaks. 
4715
4716 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
4717
4718         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4719           Make state change function thread safe.
4720
4721 2005-11-15  Edward Hervey  <edward@fluendo.com>
4722
4723         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
4724         (gst_ogg_demux_class_init):
4725         Implement GstElement::send_event, so we can send seek events
4726         in GST_STATE_READY
4727
4728 2005-11-14  Julien MOUTTE  <julien@moutte.net>
4729
4730         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
4731         Discovered how to take away flickering while resizing the
4732         window. Please don't put that in ximagesink, refactoring in
4733         progress.
4734
4735 2005-11-14  Michael Smith <msmith@fluendo.com>
4736
4737         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
4738         (gst_multifdsink_render):
4739           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
4740
4741 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
4742
4743         * gst/playback/gstplaybin.c: (gen_audio_element):
4744           Use autoaudiosink, it tends to be more widely available than
4745           autoaudiiosink.
4746           
4747 2005-11-14  Andy Wingo  <wingo@pobox.com>
4748
4749         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
4750         as well if it is available. Fixes #316442.
4751
4752 2005-11-14  Michael Smith <msmith@fluendo.com>
4753
4754         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
4755         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
4756         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4757         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4758         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
4759         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4760         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
4761         (gst_vorbisenc_change_state):
4762           Fix a small memory leak in vorbisenc.
4763           Fix large memory leaks in oggmux, also fix lots of state change
4764           bugs in oggmux.
4765
4766 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4767
4768         * gst/videotestsrc/gstvideotestsrc.c:
4769         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
4770         (gst_videotestsrc_src_fixate):
4771           move fixation to a fixate function
4772           remove negotiate function, basesrc's is good enough
4773           fixes a bug for check when using the element alone
4774
4775 2005-11-13  Edward Hervey  <edward@fluendo.com>
4776
4777         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
4778         (key_toggle_cb), (main):
4779         Added checkboxes for adding/removing the accurate and key_unit seek
4780         flags.
4781
4782 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4783
4784         * configure.ac: back to HEAD
4785
4786 === release 0.9.5 ===
4787
4788 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
4789
4790         * configure.ac:
4791           releasing 0.9.5, "No No Kia"
4792
4793 2005-11-11  Edward Hervey  <edward@fluendo.com>
4794
4795         * examples/seeking/seek.c: (make_parselaunch_pipeline):
4796         Added parse-launch syntax seeking mode for the seeking example.
4797         This should help stress-test even more cases.
4798         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
4799
4800 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4801
4802         * sys/xvimage/xvimagesink.c:
4803         (gst_xvimagesink_navigation_send_event):
4804           Check whether peer pad exists before sending navigation events
4805           to it.
4806
4807 2005-11-11  Michael Smith <msmith@fluendo.com>
4808
4809         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
4810         (gst_vorbisenc_buffer_from_packet):
4811         * ext/vorbis/vorbisenc.h:
4812           Set duration on encoded buffers. This allows oggmux's
4813           max_page_delay parameter to actually work.
4814
4815 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4816
4817         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4818         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
4819         (gst_ffmpegcsp_avpicture_fill):
4820         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4821         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
4822           Make palettes work again (see #132341). Use our own macros
4823           for rounding up.
4824
4825 2005-11-10  Andy Wingo  <wingo@pobox.com>
4826
4827         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
4828         string doober.
4829
4830 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4831
4832         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4833         (gst_ffmpegcsp_transform_caps):
4834           Prefer passthrough in transform_caps
4835
4836 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4837
4838         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4839           check for ALSA errors properly, instead of relying on ALSA's
4840           error strings to serve to the user.
4841
4842 2005-11-10  Wim Taymans  <wim@fluendo.com>
4843
4844         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
4845         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
4846         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
4847         Modernise the seek code.
4848
4849 2005-11-10  Michael Smith <msmith@fluendo.com>
4850         
4851         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
4852         (setup_substreams), (set_active_source):
4853           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
4854           trying to go to NULL if we failed to read a file.
4855
4856 2005-11-10  Wim Taymans  <wim@fluendo.com>
4857
4858         * gst/audiotestsrc/gstaudiotestsrc.c:
4859         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
4860         (gst_audiotestsrc_create):
4861         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4862         (gst_sinesrc_get_times), (gst_sinesrc_create):
4863         * gst/videotestsrc/gstvideotestsrc.c:
4864         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
4865         (gst_videotestsrc_create):
4866         The base class can now sync for us.
4867
4868 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4869
4870         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
4871           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
4872           name=source autoprobe=false autoprobe-fps=false copy-mode=1
4873           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
4874           format=(fourcc)I420" ! xvimagesink
4875
4876 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4877
4878         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4879         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
4880         (gst_sinesrc_newsegment):
4881           Send newsegment event in TIME format, set duration if
4882           num-buffers is set, fix duration querying.
4883
4884 2005-11-10  Michael Smith <msmith@fluendo.com>
4885
4886         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4887         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4888         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4889         (gst_ogg_mux_collected):
4890          Fix EOS handling, partially. Now forwarding an EOS event once we have
4891          EOS on all pads works correctly. However, we still don't properly set
4892          EOS on the actual ogg stream pages.
4893
4894 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4895
4896         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
4897           Set elements to NULL state before disposing of them.
4898
4899 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
4900
4901         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4902
4903         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4904         (gst_base_rtp_depayload_init),
4905         (gst_base_rtp_depayload_set_gst_timestamp):
4906         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4907           We need to send a newsegment event for each instance, not
4908           just for the first instance of this class (get rid of
4909           static variable in function). (#321011).
4910           
4911 2005-11-08  Michael Smith <msmith@fluendo.com>
4912
4913         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4914         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
4915         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
4916         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
4917           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
4918           This makes us mux things correctly according to the ogg muxing
4919           rules. Still not handling EOS correctly right now, though.
4920
4921 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4922
4923         * gst/audioconvert/gstaudioconvert.c:
4924           Fix typo in docs. 
4925
4926 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4927
4928         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4929         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
4930           Initialise segment_stop to GST_CLOCK_TIME_NONE when
4931           creating a new chain; should fix live streaming. Also
4932           add more debug output and fix a typo.
4933
4934 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
4935
4936         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4937
4938         * gst/volume/gstvolume.c: (volume_set_caps):
4939           Fix compilation on Solaris with Forte. (#320923)
4940
4941 2005-11-08  Wim Taymans  <wim@fluendo.com>
4942
4943         * gst-libs/gst/audio/gstbaseaudiosink.c:
4944         (gst_base_audio_sink_render):
4945         No need to do a typecheck.
4946
4947 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
4948
4949         * ext/alsa/gstalsa.h:
4950           We register a debug category, so let's use it.
4951
4952 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4953
4954         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4955         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
4956         Fixed a small problem.
4957
4958 2005-11-04  Wim Taymans  <wim@fluendo.com>
4959
4960         * examples/seeking/Makefile.am:
4961         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
4962         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
4963         (make_playerbin_pipeline), (format_value), (update_scale),
4964         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
4965         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
4966         (print_usage), (main):
4967         Added app for playback speed testing.
4968
4969         * examples/seeking/seek.c: (dynamic_link),
4970         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
4971         (make_mpeg_pipeline), (do_seek), (set_update_scale),
4972         (message_received), (main):
4973         Updated seek example.
4974
4975 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4976
4977         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4978         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4979         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
4980         (gst_base_rtp_depayload_set_clock):
4981         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4982         Don't sleep on the bench (system clock) when you have a nice 
4983         comfortable bed (Gstreamer clock) to sleep on.
4984
4985 2005-11-03  Wim Taymans  <wim@fluendo.com>
4986
4987         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4988         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
4989         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
4990         Handle the case where a pad_block failed.
4991
4992 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
4993
4994         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
4995
4996         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4997         (gst_base_rtp_depayload_add_to_queue),
4998         (gst_base_rtp_depayload_push),
4999         (gst_base_rtp_depayload_set_gst_timestamp),
5000         (gst_base_rtp_depayload_queue_release):
5001           Fixes some bugs in the depayloader's queuing/de-queueing code.
5002
5003 2005-10-31  Michael Smith <msmith@fluendo.com>
5004
5005         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
5006         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5007         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
5008           Patch from Alessandro Decina <alessandro@nnva.org>.
5009           Make oggdemux only find the final time in a chain, not per-pad,
5010           since the per-pad information can be very expensive to locate, and
5011           it isn't used anywhere. This makes reading a file containing
5012           OggSkeleton reasonably fast.
5013           Also, make chain finding work when there are logical bitstreams that
5014           can't be decoded. Fixes #319110.
5015
5016 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
5017
5018         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5019         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
5020         (gst_base_rtp_depayload_chain),
5021         (gst_base_rtp_depayload_add_to_queue),
5022         (gst_base_rtp_depayload_push),
5023         (gst_base_rtp_depayload_set_gst_timestamp),
5024         (gst_base_rtp_depayload_queue_release),
5025         (gst_base_rtp_depayload_start_thread),
5026         (gst_base_rtp_depayload_set_property),
5027         (gst_base_rtp_depayload_get_property):
5028         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5029         Some random fixes, to fullfill the desires of thomas.
5030
5031 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
5032
5033         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5034         (gst_base_rtp_depayload_add_to_queue),
5035         (gst_base_rtp_depayload_push):
5036         Fixed the queueing algorithm.
5037
5038 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
5039
5040         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5041         (gst_base_rtp_depayload_push):
5042         A small fix
5043
5044 2005-10-31  Wim Taymans  <wim@fluendo.com>
5045
5046         * gst-libs/gst/audio/gstringbuffer.h:
5047         Don't break ABI.
5048
5049         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5050         (gst_ffmpeg_caps_to_pixfmt):
5051         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5052         (gst_ffmpegcsp_set_caps):
5053         Some more comments.
5054         Handle missing required caps fields better.
5055
5056 2005-10-31  Wim Taymans  <wim@fluendo.com>
5057
5058         * gst-libs/gst/audio/gstbaseaudiosink.c:
5059         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
5060         (gst_base_audio_sink_render):
5061         * gst-libs/gst/audio/gstringbuffer.c:
5062         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5063         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5064         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
5065         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
5066         (gst_ring_buffer_read):
5067         * gst-libs/gst/audio/gstringbuffer.h:
5068         Add flushing mode to the ringbuffer so that it in all cases does
5069         not try to handle more audio. This makes sure it does not try to
5070         block anymore when flushing and fixes a livelock.
5071
5072 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
5073
5074         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
5075         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
5076         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
5077           Explicitly check for -1 values before doing a conversion
5078           and always map them to -1. (#315545)
5079
5080 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5081
5082         * gst/playback/gstplaybin.c: (gen_video_element):
5083           first try autovideosink, then xvimagesink, then error out
5084         * po/POTFILES.in:
5085           add translatable file
5086         * po/af.po:
5087         * po/az.po:
5088         * po/cs.po:
5089         * po/en_GB.po:
5090         * po/hu.po:
5091         * po/it.po:
5092         * po/nb.po:
5093         * po/nl.po:
5094         * po/or.po:
5095         * po/sq.po:
5096         * po/sr.po:
5097         * po/sv.po:
5098         * po/uk.po:
5099         * po/vi.po:
5100           update translations
5101
5102 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
5103
5104         * gst-libs/gst/rtp/gstbasedepayload.c:
5105         * gst-libs/gst/rtp/gstbasedepayload.h:
5106           Minor cleanups
5107
5108 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
5109
5110         * gst/playback/.cvsignore:
5111         * gst/playback/decodetest.c:
5112         * gst/playback/test3.c:
5113           Port these two tests as well.
5114
5115 2005-10-27  Wim Taymans  <wim@fluendo.com>
5116
5117         * ext/theora/theoradec.c: (theora_dec_src_query),
5118         (theora_dec_sink_event):
5119         * ext/theora/theoraenc.c: (theora_enc_sink_event),
5120         (theora_enc_change_state):
5121         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5122         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
5123         Take proper locks when handling events.
5124
5125 2005-10-27  Wim Taymans  <wim@fluendo.com>
5126
5127         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
5128         (gst_adder_change_state):
5129         Fix timestamps and fix deadlock when stopping the collectpads.
5130
5131 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
5132
5133         * gst-libs/gst/rtp/gstrtpbuffer.h:
5134         Declaring the payload types as strings too so that they can be used
5135         in the padtemplate inialization.
5136
5137 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
5138
5139         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
5140
5141         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5142         (gst_base_rtp_depayload_class_init):
5143         Fixes a small but nasty bug. The derived elements no longer segfaults
5144         on finalization.
5145
5146 2005-10-26  Michael Smith <msmith@fluendo.com>
5147
5148         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
5149           When clearing an audioconvert context, set tmpbufsize to zero, so
5150           we'll allocate it again later if required.
5151           This fixes audioconvert re-negotiating formats, which previously
5152           segfaulted with a NULL destination buffer.
5153
5154 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
5155
5156         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5157         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
5158         (gst_base_rtp_depayload_set_gst_timestamp),
5159         (gst_base_rtp_depayload_queue_release):
5160         Fixed a smalll memleak.
5161
5162 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
5163         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5164         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
5165         (gst_base_rtp_depayload_finalize),
5166         (gst_base_rtp_depayload_setcaps),
5167         (gst_base_rtp_depayload_add_to_queue),
5168         (gst_base_rtp_depayload_push),
5169         (gst_base_rtp_depayload_set_gst_timestamp),
5170         (gst_base_rtp_depayload_queue_release),
5171         (gst_base_rtp_depayload_thread),
5172         (gst_base_rtp_depayload_change_state):
5173         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5174         Changed the C++ comments to C comments
5175
5176 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5177
5178         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
5179         * gst/tcp/gsttcpclientsrc.h:
5180         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
5181         * gst/tcp/gsttcpserversrc.h:
5182           Remove unused 'curoffset' structure member.
5183
5184 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
5185
5186         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5187         (gst_base_rtp_depayload_base_init),
5188         (gst_base_rtp_depayload_finalize):
5189         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5190         * gst-libs/gst/rtp/gstbasertppayload.h:
5191           The pad-template on the sinkpad should be set by the derived classes.
5192           Also added some useful macros.
5193
5194 2005-10-24  Wim Taymans  <wim@fluendo.com>
5195
5196         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5197         Correctly flush decoder samples even if we could not
5198         copy them to an output buffer. Fixes #319618.
5199
5200 2005-10-24  Julien MOUTTE  <julien@moutte.net>
5201
5202         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
5203         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
5204         the caps against our xcontext caps.
5205
5206 2005-10-24  Wim Taymans  <wim@fluendo.com>
5207
5208         * gst-libs/gst/audio/gstbaseaudiosink.c:
5209         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
5210         Remove g_print
5211         Use sync property from baseclass to disable sync.
5212
5213 2005-10-24  Wim Taymans  <wim@fluendo.com>
5214
5215         * gst-libs/gst/audio/gstbaseaudiosink.c:
5216         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
5217         Buffers with no timestamps get aligned with previous buffers or
5218         on underrun, played ASAP.
5219
5220 2005-10-24  Julien MOUTTE  <julien@moutte.net>
5221
5222         * gst-libs/gst/video/video.h:
5223         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5224         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
5225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
5226         here comes my change on caps for framerate and geometry range.
5227         We are now accepting 1 to MAXINT for width and height, and from
5228         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
5229         to be blended correctly in videomixer.
5230
5231 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5232
5233         * configure.ac:
5234           back to HEAD
5235
5236 === release 0.9.4 ===
5237
5238 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5239
5240         * NEWS:
5241         * RELEASE:
5242         * configure.ac:
5243           releasing 0.9.4, "Velociraptor"
5244
5245 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5246
5247         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
5248         * po/POTFILES.in:
5249           STOPPED -> FAILED
5250
5251 2005-10-21  Wim Taymans  <wim@fluendo.com>
5252
5253         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5254         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
5255         (pad_blocked), (close_pad_link), (new_pad):
5256         Don't try to remove elements twice.
5257
5258 2005-10-21  Wim Taymans  <wim@fluendo.com>
5259
5260         * ext/theora/theoradec.c: (theora_dec_src_query),
5261         (theora_dec_sink_event):
5262         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5263         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5264         (vorbis_handle_data_packet):
5265         * ext/vorbis/vorbisdec.h:
5266         Fix old naming.
5267
5268         * gst-libs/gst/audio/gstbaseaudiosink.c:
5269         (gst_base_audio_sink_render):
5270         Don't try to sync on buffers without a timestamp.
5271
5272 2005-10-21  Wim Taymans  <wim@fluendo.com>
5273
5274         * ext/theora/theoradec.c: (theora_dec_src_query),
5275         (theora_dec_sink_event):
5276         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5277         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5278         (vorbis_handle_data_packet):
5279         * ext/vorbis/vorbisdec.h:
5280         Fix old naming.
5281
5282 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5283
5284         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
5285         (gst_vorbisenc_src_query):
5286           Implement position and duration queries.
5287
5288         * gst/playback/test3.c: (update_scale), (main):
5289           Fix for async state changes and print nicer output.
5290
5291 2005-10-20  Wim Taymans  <wim@fluendo.com>
5292
5293         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5294         (dump_element_stats), (main):
5295         * gst/playback/test6.c: (main):
5296         Fix tests again
5297
5298 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5299
5300         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
5301         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5302           Don't use functions for position queries when handling
5303           duration queries.
5304
5305 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5306
5307         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5308         (vorbis_handle_data_packet), (vorbis_dec_chain),
5309         (vorbis_dec_change_state):
5310         * ext/vorbis/vorbisdec.h:
5311           Vorbis streams can be embedded in other container formats
5312           than ogg, container formats where the demuxer might set 
5313           timestamps on encoded vorbis buffers instead of those silly 
5314           granulepos thingies. In short: make vorbisdec handle 
5315           timestamps on incoming buffers as well.
5316
5317 2005-10-20  Wim Taymans  <wim@fluendo.com>
5318
5319         * gst/playback/gstplaybasebin.c: (group_destroy),
5320         (gst_play_base_bin_change_state):
5321         Fix leak.
5322         Handle case where playbasebin is now ASYNC because
5323         decodebin is.
5324
5325 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5326
5327         * gst/audioconvert/Makefile.am:
5328         * gst/audioconvert/bufferframesconvert.c:
5329         * gst/audioconvert/plugin.c: (plugin_init):
5330         * gst/audioconvert/plugin.h:
5331           And bye bye buffer-frames-convert
5332
5333 2005-10-19  Wim Taymans  <wim@fluendo.com>
5334
5335         * check/elements/audioconvert.c:
5336         * docs/libs/tmpl/gstaudio.sgml:
5337         * docs/libs/tmpl/gstcolorbalance.sgml:
5338         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5339         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
5340         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
5341         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
5342         * gst-libs/gst/audio/audio.h:
5343         * gst/audioconvert/audioconvert.h:
5344         * gst/audioconvert/gstaudioconvert.c:
5345         (gst_audio_convert_parse_caps):
5346         * gst/volume/gstvolume.c:
5347         Bye bye buffer-frames.
5348
5349 2005-10-19  Wim Taymans  <wim@fluendo.com>
5350
5351         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5352         (query_positions_elems), (query_positions_pads), (update_scale),
5353         (do_seek), (set_update_scale), (message_received), (main):
5354         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5355         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
5356         (gst_ogg_demux_loop):
5357         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
5358         * ext/theora/theoradec.c: (theora_dec_src_query),
5359         (theora_dec_sink_event):
5360         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5361         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
5362         * gst/adder/gstadder.c: (gst_adder_query):
5363         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
5364         * gst/playback/test3.c: (update_scale):
5365         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5366         (dump_element_stats), (main):
5367         * gst/playback/test6.c: (main):
5368         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5369         Query API update.
5370
5371 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5372
5373         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
5374         (xml_check_first_element), (xml_type_find), (smil_type_find),
5375         (plugin_init):
5376           Add typefinding for SMIL and for generic XML. Based on patch by
5377           Akos Maroy (#308663).
5378
5379 2005-10-18  Wim Taymans  <wim@fluendo.com>
5380
5381         * gst/playback/Makefile.am:
5382         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5383         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
5384         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
5385         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
5386         (gst_decode_bin_change_state):
5387         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5388         (gst_play_bin_send_event_to_sink):
5389         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5390         (dump_element_stats), (main):
5391         * gst/playback/test6.c: (main):
5392         Make playbin async, it'll commit state to paused when all streams
5393         are detected.
5394         Remove ugly hack.
5395         Added test6.c to show async behaviour.
5396
5397 2005-10-18  Wim Taymans  <wim@fluendo.com>
5398
5399         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5400         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
5401         Fix for segment-start/stop API change.
5402
5403 2005-10-18  Wim Taymans  <wim@fluendo.com>
5404
5405         * check/Makefile.am:
5406         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
5407         (main):
5408         Add future test for clock selection.
5409
5410 2005-10-18  Wim Taymans  <wim@fluendo.com>
5411
5412         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
5413         (gst_alsasink_close):
5414         Set handle to NULL.
5415
5416         * gst-libs/gst/audio/gstringbuffer.c:
5417         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5418         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
5419         (gst_ring_buffer_start), (gst_ring_buffer_pause),
5420         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
5421         (gst_ring_buffer_read):
5422         More debug info.
5423
5424 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
5425
5426         * gst/audiotestsrc/Makefile.am:
5427         * gst/sine/Makefile.am:
5428         * gst/volume/Makefile.am:
5429           fix broken build of controllerized plugins
5430
5431 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
5432
5433         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5434
5435         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5436         (gst_riff_create_video_template_caps):
5437           Add support for Indeo-3 (IV32).
5438
5439 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5440
5441         * configure.ac:
5442           rewrite
5443
5444 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5445
5446         * gst-libs/gst/video/video.c: (gst_video_get_size):
5447         * gst/audiotestsrc/gstaudiotestsrc.c:
5448           doc updates
5449
5450 2005-10-17  Andy Wingo  <wingo@pobox.com>
5451
5452         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
5453         with the collectpads change.
5454         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
5455
5456         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
5457
5458         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
5459
5460         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
5461         alloc_buffer flow return to callers.
5462         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
5463         change. Fix some memleaks in theoraenc.
5464
5465         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
5466         in strange circumstance.
5467
5468 2005-10-17  Julien MOUTTE  <julien@moutte.net>
5469
5470         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5471         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
5472         from caps, let's use the caps...
5473
5474 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5475
5476         * configure.ac:
5477           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
5478
5479 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5480
5481         * gst-libs/gst/interfaces/Makefile.am:
5482           fix silly typo
5483
5484 2005-10-16  Andy Wingo  <wingo@pobox.com>
5485
5486         * gst/playback/gstdecodebin.c
5487         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
5488         function!
5489         (try_to_link_1): Increase kraziness level.
5490
5491 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5492
5493         * configure.ac:
5494           restructure like the core one
5495         * gst-libs/gst/audio/Makefile.am:
5496         * gst-libs/gst/interfaces/Makefile.am:
5497         * gst-libs/gst/net/Makefile.am:
5498         * gst-libs/gst/riff/Makefile.am:
5499         * gst-libs/gst/rtp/Makefile.am:
5500         * gst-libs/gst/tag/Makefile.am:
5501         * gst-libs/gst/video/Makefile.am:
5502           use correct linker flags, now the libs are properly versioned
5503         * check/elements/audioconvert.c: (verify_convert):
5504         * ext/alsa/gstalsaplugin.c:
5505         * ext/cdparanoia/gstcdparanoia.c:
5506         * ext/gnomevfs/gstgnomevfs.c:
5507         * ext/libvisual/visual.c:
5508         * ext/ogg/gstogg.c:
5509         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
5510         * ext/theora/theora.c:
5511         * ext/vorbis/vorbis.c:
5512         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5513         * gst-libs/gst/tag/gsttagediting.c:
5514         * gst-libs/gst/video/video.c:
5515         * gst/adder/gstadder.c:
5516         * gst/audioconvert/plugin.c:
5517         * gst/audiorate/gstaudiorate.c:
5518         * gst/audioresample/gstaudioresample.c:
5519         * gst/audioresample/resample_ref.c: (resample_scale_ref):
5520         * gst/audioscale/gstaudioscale.c:
5521         * gst/audioscale/resample.c:
5522         * gst/audiotestsrc/gstaudiotestsrc.c:
5523         * gst/ffmpegcolorspace/gstffmpeg.c:
5524         * gst/playback/gstdecodebin.c: (close_pad_link):
5525         * gst/playback/gstplaybin.c: (gen_video_element),
5526         (gen_audio_element):
5527         * gst/sine/gstsinesrc.c:
5528         * gst/subparse/gstsubparse.c:
5529         * gst/tags/gsttagediting.c:
5530         * gst/tcp/gsttcpplugin.c:
5531         * gst/typefind/gsttypefindfunctions.c:
5532         * gst/videorate/gstvideorate.c:
5533         * gst/videoscale/gstvideoscale.c:
5534         * gst/videotestsrc/gstvideotestsrc.c:
5535         * gst/volume/gstvolume.c:
5536         * sys/v4l/gstv4l.c:
5537         * sys/ximage/ximage.c:
5538         * sys/xvimage/xvimagesink.c:
5539           fix up defines
5540
5541 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5542
5543         * ext/vorbis/vorbisenc.c:
5544         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5545         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
5546         (gst_tag_to_vorbis_comments):
5547           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
5548
5549 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
5550
5551         * examples/stats/mp2ogg.c:
5552         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5553           typo fixes
5554
5555 2005-10-13  Michael Smith <msmith@fluendo.com>
5556
5557         * ext/ogg/gstoggmux.c:
5558           Use magic glib macros to define constants as 64 bit, to ensure
5559           appropriate vararg passing.
5560
5561 2005-10-13  Michael Smith <msmith@fluendo.com>
5562
5563         * ext/ogg/gstoggmux.c:
5564         * gst/audioconvert/audioconvert.c: (float):
5565           Don't use LL suffix, as it's not portable, and neither of these
5566           uses required it anyway.
5567
5568 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
5569
5570         * examples/indexing/indexmpeg.c: (main):
5571         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
5572         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
5573         (cdparanoia_convert), (cdparanoia_query):
5574         * ext/cdparanoia/gstcdparanoia.h:
5575         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
5576         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
5577         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
5578         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
5579         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
5580         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
5581         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
5582         (gst_multifdsink_render), (gst_multifdsink_start),
5583         (gst_multifdsink_stop):
5584         * gst/tcp/gstmultifdsink.h:
5585         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
5586         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
5587         (gst_tcpclientsink_stop):
5588         * gst/tcp/gsttcpclientsink.h:
5589         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
5590         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
5591         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
5592         * gst/tcp/gsttcpclientsrc.h:
5593         * gst/tcp/gsttcpserversink.h:
5594         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
5595         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
5596         (gst_tcpserversrc_stop):
5597         * gst/tcp/gsttcpserversrc.h:
5598         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
5599         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
5600         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
5601           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
5602           moved bitshift from macro to enum definition
5603
5604 2005-10-12  Wim Taymans  <wim@fluendo.com>
5605
5606         * examples/seeking/Makefile.am:
5607         Oops.
5608
5609 2005-10-12  Wim Taymans  <wim@fluendo.com>
5610
5611         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5612         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5613         Don't assert on normal stuff.
5614
5615         * gst/playback/gstplaybin.c: (do_playbin_seek):
5616         API fix.
5617
5618 2005-10-12  Wim Taymans  <wim@fluendo.com>
5619
5620         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5621         * examples/seeking/Makefile.am:
5622         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
5623         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5624         (do_seek), (set_update_scale), (message_received), (main):
5625         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5626         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5627         Update for _get_state() API change.
5628
5629 2005-10-11  Wim Taymans  <wim@fluendo.com>
5630
5631         * gst-libs/gst/audio/gstbaseaudiosink.c:
5632         (gst_base_audio_sink_render):
5633         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5634         (gst_base_audio_src_create):
5635         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5636         (gst_ring_buffer_read):
5637         Cleanups.
5638         Commit and read from ringbuffer in samples rather than bytes.
5639
5640 2005-10-11  Wim Taymans  <wim@fluendo.com>
5641
5642         * gst-libs/gst/audio/gstbaseaudiosink.c:
5643         (gst_base_audio_sink_render):
5644         Respect segment rate and accum when scheduling samples.
5645
5646 2005-10-11  Julien MOUTTE  <julien@moutte.net>
5647
5648         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5649         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
5650         EOS correctly, that needs more work.
5651
5652 2005-10-11  Wim Taymans  <wim@fluendo.com>
5653
5654         * check/generic/states.c: (GST_START_TEST):
5655         remove old property.
5656
5657         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5658         (gst_ogg_demux_perform_seek):
5659         * ext/theora/theoradec.c: (theora_dec_sink_event):
5660         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5661         (vorbis_handle_data_packet):
5662         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5663         (gst_base_rtp_depayload_set_gst_timestamp):
5664         * gst/videorate/gstvideorate.c: (gst_videorate_event):
5665         Update for newsegment API change.
5666
5667 2005-10-11  Michael Smith <msmith@fluendo.com>
5668
5669         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
5670         (do_playbin_seek), (gst_play_bin_send_event):
5671           Override send_event differently, so that we can takes bits of
5672           functionality from GstPipeline (special handling for seeks,
5673           including pausing/resuming, and resetting stream time) and still get
5674           the appropriate behaviour of only forwarding event to a single sink,
5675           rather than all of them.
5676           Unfortunately requires a lot of code duplication, but the
5677           alternatives are equally ugly in the end.
5678
5679 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5680
5681         * check/elements/audioconvert.c: (setup_audioconvert),
5682         (cleanup_audioconvert), (get_int_caps), (verify_convert),
5683         (GST_START_TEST), (audioconvert_suite):
5684           clean up tests a little, fix some leaks.
5685
5686 2005-10-10  Wim Taymans  <wim@fluendo.com>
5687
5688         * ext/alsa/gstalsasink.c:
5689         Also allow unsigned int.
5690
5691         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5692         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5693         Small cleanup
5694
5695 2005-10-10  Wim Taymans  <wim@fluendo.com>
5696
5697         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5698         Small update, use API as stated in design docs.
5699
5700         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5701         (update_scale), (do_seek), (seek_cb), (set_update_scale),
5702         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
5703         (message_received), (main):
5704         Updated seek example for GOption. Some usability improvements.
5705
5706 2005-10-10  Wim Taymans  <wim@fluendo.com>
5707
5708         * gst/audioconvert/audioconvert.h:
5709         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
5710         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
5711         Alloc temp storage somewhere else where we can do it more
5712         portable.
5713
5714 2005-10-10  Wim Taymans  <wim@fluendo.com>
5715
5716         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
5717         (gst_tcpserversrc_start):
5718         Don't block in accept while doing the state change, move
5719         to poll and make cancellable.
5720
5721 2005-10-09  Philippe Khalaf <burger@speedy.org>
5722
5723         * gst-libs/gst/rtp/rtpbasedepayload.c:
5724         Set timestamp and add queue delay to timestamp
5725         * gst-libs/gst/rtp/rtpbuffer.h:
5726         Set correct payload type for h263
5727
5728 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5729
5730         * gst/audiotestsrc/gstaudiotestsrc.c:
5731         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
5732         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
5733         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
5734         (gst_audiotestsrc_create_triangle),
5735         (gst_audiotestsrc_create_silence),
5736         (gst_audiotestsrc_create_white_noise),
5737         (gst_audiotestsrc_init_pink_noise),
5738         (gst_audiotestsrc_generate_pink_noise_value),
5739         (gst_audiotestsrc_create_pink_noise),
5740         (gst_audiotestsrc_change_wave):
5741         * gst/audiotestsrc/gstaudiotestsrc.h:
5742           fixed typo, added pink noise
5743
5744 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5745
5746         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
5747         (plugin_init):
5748           Add wavpack and spc typefind functions from 0.8 branch.
5749
5750 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5751
5752         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
5753         (ar_type_find), (msdos_type_find), (plugin_init):
5754           Add typefind functions for tar archives, ar archives,
5755           RAR archives, and msdos-executables (dlls, exe, etc.).
5756           Some of those would be wrongly identified as mpeg
5757           streams of some sort before (#315550).
5758
5759 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5760
5761         * configure.ac:
5762         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5763         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5764         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
5765         * gst/audiotestsrc/Makefile.am:
5766         * gst/audiotestsrc/gstaudiotestsrc.c:
5767         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
5768         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
5769         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
5770         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
5771         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
5772         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
5773         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
5774         (gst_audiotestsrc_create_silence),
5775         (gst_audiotestsrc_create_white_noise),
5776         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
5777         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
5778         (gst_audiotestsrc_start), (plugin_init):
5779         * gst/audiotestsrc/gstaudiotestsrc.h:
5780           add new plugin and element
5781         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
5782           use gobject_class
5783
5784 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5785
5786         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
5787         (gst_adder_init), (gst_adder_request_new_pad),
5788         (gst_adder_change_state):
5789           Add query function to source pad, so adder reports the correct
5790           time/sample position when queried (#315457); fix state change
5791           function; use GST_DEBUG_FUNCPTR() for pad functions.
5792
5793 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5794
5795         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
5796           Fix leaks in typefind registration
5797           Clean up the gratuitous commenting and whitespacing a little
5798
5799 2005-10-08  Wim Taymans  <wim@fluendo.com>
5800
5801         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
5802         Only actually wait for the thread to be stopped if it's 
5803         running.
5804
5805 2005-10-08  Wim Taymans  <wim@fluendo.com>
5806
5807         * gst-libs/gst/audio/gstbaseaudiosink.c:
5808         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5809         If we receive EOS we can start playback of what we had.
5810
5811 2005-10-08  Wim Taymans  <wim@fluendo.com>
5812
5813         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
5814         (gst_multifdsink_finalize), (multifdsink_hash_remove),
5815         (gst_multifdsink_stop):
5816         Fix crasher when going to NULL multiple times.
5817
5818 2005-10-06  Wim Taymans  <wim@fluendo.com>
5819
5820         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
5821         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5822         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5823         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
5824         patch from Edgard Lima <edgard.lima@indt.org.br>
5825         Fixed gstbaseaudiosrc adding ring buffer sync to it.
5826
5827 2005-10-06  Wim Taymans  <wim@fluendo.com>
5828
5829         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
5830         Report the FLOW_RETURN as string in the error message.
5831
5832         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
5833         Don't assert when clearing an unnegotiated buffer.
5834
5835 2005-10-04  Michael Smith <msmith@fluendo.com>
5836
5837         * gst/playback/gstplaybasebin.c: (group_destroy),
5838         (gen_preroll_element), (remove_groups), (setup_source):
5839         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
5840         (setup_sinks), (gst_play_bin_send_event),
5841         (gst_play_bin_change_state):
5842           Set state to NULL before removing from bin. Fix refcounting.
5843
5844 2005-10-04  Michael Smith <msmith@fluendo.com>
5845
5846         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
5847           Correct refcounting in send_event() function. Previously was wrong
5848           if the first sink was unable to handle the event.
5849
5850 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5851
5852         * configure.ac:
5853           back to development
5854
5855 === release 0.9.3 ===
5856
5857 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5858
5859         * configure.ac:
5860           Releasing 0.9.3, "De Facto"
5861
5862 2005-10-03  Andy Wingo  <wingo@pobox.com>
5863
5864         * gst/playback/gstdecodebin.c (try_to_link_1)
5865         (remove_element_chain): set element to NULL before removing it.
5866
5867 2005-10-02  Johan Dahlin  <johan@gnome.org>
5868
5869         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
5870         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
5871         MT safe.
5872
5873 2005-10-02  Andy Wingo  <wingo@pobox.com>
5874
5875         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
5876         (gst_ring_buffer_prepare_read): 
5877         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
5878         Demote to LOG.
5879
5880 2005-09-29  Wim Taymans  <wim@fluendo.com>
5881
5882         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
5883         * ext/theora/theoradec.c: (theora_handle_data_packet):
5884         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5885         Propagate error codes from alloc_buffer too.
5886
5887 2005-09-29  Wim Taymans  <wim@fluendo.com>
5888
5889         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5890         We use fixed caps.
5891
5892         * gst/playback/Makefile.am:
5893         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5894         (dump_element_stats), (main):
5895         Added example stream introspection code.
5896
5897 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
5898
5899         * gst/adder/gstadder.c: (gst_adder_collected):
5900           fix adder for float elements
5901
5902 2005-09-28  Wim Taymans  <wim@fluendo.com>
5903
5904         * gst-libs/gst/audio/gstbaseaudiosink.c:
5905         (gst_base_audio_sink_class_init),
5906         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
5907         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5908         (gst_base_audio_src_class_init),
5909         (gst_base_audio_src_provide_clock):
5910         get_clock -> provide_clock
5911
5912 2005-09-28  Andy Wingo  <wingo@pobox.com>
5913
5914         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
5915         and unlocking.
5916
5917         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
5918         unlocking.
5919
5920         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
5921         Actually add the pad template.
5922         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
5923
5924         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
5925         I'm at it...
5926
5927         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
5928         from fdsrc. Get caps in create() instead of start() so it can be
5929         interrupted. Interruption somewhat untested.
5930
5931         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
5932         Proper EOS handling.
5933
5934 2005-09-27  Andy Wingo  <wingo@pobox.com>
5935
5936         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
5937
5938         * gst/tcp/gsttcpserversrc.c: Cleaned up.
5939
5940         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
5941
5942         * gst/tcp/gsttcp.h: 
5943         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
5944         out of tcpclientsrc.c. Cancellable.
5945         (gst_tcp_socket_read): Made private, cancellable, with better
5946         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
5947         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
5948         whole buffer, and better diagnostics.
5949         (gst_tcp_gdp_read_caps): Same.
5950
5951         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
5952
5953 2005-09-26  Andy Wingo  <wingo@pobox.com>
5954
5955         * gst/sine/gstsinesrc.h:
5956         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
5957         change the 'sync' property to 'is-live' and implement it halfway,
5958         update for controller api change.
5959
5960         * gst/volume/gstvolume.c (volume_transform_ip): Update for
5961         controller api change.
5962
5963 2005-09-24  Wim Taymans  <wim@fluendo.com>
5964
5965         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
5966         * gst-libs/gst/audio/gstaudiosink.c:
5967         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
5968         (gst_audioringbuffer_stop):
5969         * gst-libs/gst/audio/gstbaseaudiosink.c:
5970         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
5971         (gst_base_audio_sink_change_state):
5972         * gst-libs/gst/audio/gstbaseaudiosink.h:
5973         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
5974         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5975         (gst_ring_buffer_commit), (gst_ring_buffer_read):
5976         * gst-libs/gst/audio/gstringbuffer.h:
5977         Fix sync again. Moved sample alignment to basesink.
5978
5979 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5980
5981         * docs/plugins/Makefile.am:
5982         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5983         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5984         * gst/volume/gstvolume.c:
5985           add/fix docs
5986         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
5987         * gst-libs/gst/audio/audio.h:
5988           add conversion macros for frames <-> clocktime
5989
5990 2005-09-23  David Schleef  <ds@schleef.org>
5991
5992         * gst/audioresample/Makefile.am:
5993         * gst/audioresample/debug.h:
5994         * gst/audioresample/gstaudioresample.c:
5995         * gst/audioresample/resample.c: Convert to using gst debugging
5996
5997 2005-09-22  Wim Taymans  <wim@fluendo.com>
5998
5999         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6000         (gst_play_bin_send_event):
6001         Only seek on one sink, the first one that succeeds.
6002
6003 2005-09-22  Michael Smith <msmith@fluendo.com>
6004
6005         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
6006         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
6007         Don't flush encoder state unless we have an initialised encoder.
6008         Clear out encoder state on PAUSED_TO_READY.
6009
6010 2005-09-22  Wim Taymans  <wim@fluendo.com>
6011
6012         * gst-libs/gst/rtp/gstbasertppayload.c:
6013         (gst_basertppayload_class_init), (gst_basertppayload_init),
6014         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6015         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6016         (gst_basertppayload_is_filled), (gst_basertppayload_push),
6017         (gst_basertppayload_set_property),
6018         (gst_basertppayload_get_property),
6019         (gst_basertppayload_change_state):
6020         * gst-libs/gst/rtp/gstbasertppayload.h:
6021         Added max-ptime to control amount of data in the rtp packets.
6022
6023 2005-09-21  Andy Wingo  <wingo@pobox.com>
6024
6025         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
6026         thingies.
6027
6028         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
6029         can be called multiple times, dogs.
6030
6031 2005-09-21  Wim Taymans  <wim@fluendo.com>
6032
6033         * gst-libs/gst/rtp/gstbasertppayload.c:
6034         (gst_basertppayload_class_init), (gst_basertppayload_init),
6035         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6036         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6037         (gst_basertppayload_push), (gst_basertppayload_get_property),
6038         (gst_basertppayload_change_state):
6039         Allow 0 ssrc too.
6040
6041 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
6042
6043         * docs/libs/compiling.sgml:
6044           fixing typos
6045
6046 2005-09-20  Wim Taymans  <wim@fluendo.com>
6047
6048         * gst-libs/gst/rtp/gstbasertppayload.c:
6049         (gst_basertppayload_class_init), (gst_basertppayload_init),
6050         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6051         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6052         (gst_basertppayload_push), (gst_basertppayload_set_property),
6053         (gst_basertppayload_get_property),
6054         (gst_basertppayload_change_state):
6055         * gst-libs/gst/rtp/gstbasertppayload.h:
6056         Added property to configure sequence number offsets.
6057
6058 2005-09-20  Wim Taymans  <wim@fluendo.com>
6059
6060         * gst-libs/gst/rtp/gstbasertppayload.c:
6061         (gst_basertppayload_class_init), (gst_basertppayload_init),
6062         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6063         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6064         (gst_basertppayload_push), (gst_basertppayload_set_property),
6065         (gst_basertppayload_get_property),
6066         (gst_basertppayload_change_state):
6067         * gst-libs/gst/rtp/gstbasertppayload.h:
6068         Make timestamp offset configurable.
6069
6070 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6071
6072         * check/pipelines/simple_launch_lines.c: (run_pipeline):
6073           fix wrong pop/unref
6074
6075 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
6076
6077         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6078
6079         * gst-libs/gst/interfaces/propertyprobe.c:
6080         (gst_property_probe_probe_property_name),
6081         (gst_property_probe_needs_probe_name),
6082         (gst_property_probe_get_values_name),
6083         (gst_property_probe_probe_and_get_values_name):
6084           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
6085           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
6086
6087 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6088
6089         * check/Makefile.am:
6090           have some tests be disabled for valgrinding
6091         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
6092         (GST_START_TEST):
6093         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
6094           Fix A Leak.  Chain To Parent Finalize.
6095
6096 2005-09-19  Wim Taymans  <wim@fluendo.com>
6097
6098         * examples/seeking/seek.c: (make_wav_pipeline), (main):
6099         Fixed wav pipeline.
6100
6101 2005-09-19  Wim Taymans  <wim@fluendo.com>
6102
6103         * gst-libs/gst/rtp/gstbasertppayload.c:
6104         (gst_basertppayload_class_init), (gst_basertppayload_init),
6105         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6106         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6107         (gst_basertppayload_push), (gst_basertppayload_get_property),
6108         (gst_basertppayload_change_state):
6109         Posting ERROR and WARNING messages is good.
6110
6111 2005-09-19  Wim Taymans  <wim@fluendo.com>
6112
6113         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6114         (gst_base_rtp_depayload_add_to_queue),
6115         (gst_base_rtp_depayload_push),
6116         (gst_base_rtp_depayload_set_gst_timestamp),
6117         (gst_base_rtp_depayload_queue_release):
6118         This one was not supposed to go in.
6119
6120 2005-09-19  Wim Taymans  <wim@fluendo.com>
6121
6122         * check/pipelines/simple_launch_lines.c: (run_pipeline):
6123         Fix for bus API.
6124
6125         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6126         (gst_base_rtp_depayload_chain),
6127         (gst_base_rtp_depayload_add_to_queue),
6128         (gst_base_rtp_depayload_push),
6129         (gst_base_rtp_depayload_set_gst_timestamp),
6130         (gst_base_rtp_depayload_queue_release):
6131         Some cleanups.
6132
6133         * gst-libs/gst/rtp/gstbasertppayload.c:
6134         (gst_basertppayload_class_init), (gst_basertppayload_init),
6135         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
6136         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6137         (gst_basertppayload_get_property),
6138         (gst_basertppayload_change_state):
6139         Added debugging category.
6140
6141 2005-09-18  David Schleef  <ds@schleef.org>
6142
6143         * gst/playback/gstdecodebin.c: free plugin list correctly
6144         * gst/playback/gstplaybin.c: emit warning if autovideosink
6145           and autoaudiosink can't be found (instead of segfaulting)
6146
6147 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6148
6149         * check/elements/audioconvert.c: (GST_START_TEST):
6150           try out 24 bit conversion
6151
6152 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6153
6154         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6155         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
6156         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
6157         * ext/vorbis/vorbisenc.h:
6158           Fix EOS handling.  Still needs a fix in the ogg muxer to
6159           mark the last page as eos.
6160
6161 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6162
6163         * common/gtk-doc-plugins.mak:
6164         * docs/plugins/Makefile.am:
6165         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6166         * gst/ffmpegcolorspace/Makefile.am:
6167         * gst/ffmpegcolorspace/avcodec.h:
6168         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6169         * gst/tcp/gstmultifdsink.c:
6170           fix up ffmpegcolorspace docs; extract header
6171
6172 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6173
6174         * common/gtk-doc-plugins.mak:
6175         * docs/plugins/Makefile.am:
6176         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6177         * ext/theora/Makefile.am:
6178         * ext/theora/gsttheoraenc.h:
6179         * ext/theora/theoraenc.c:
6180         * ext/vorbis/vorbisenc.c:
6181           pick up signals and args for vorbis; add some docs for vorbis
6182
6183 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6184
6185         * common/gstdoc-scangobj:
6186         * common/gtk-doc-plugins.mak:
6187         * docs/libs/Makefile.am:
6188         * docs/plugins/gst-plugins-base-plugins.args:
6189         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6190         * docs/plugins/gst-plugins-base-plugins.interfaces:
6191         * docs/plugins/gst-plugins-base-plugins.prerequisites:
6192         * docs/plugins/gst-plugins-base-plugins.signals:
6193           only scanobj stuff from our source module.  Not sure yet
6194           if that's correct, given the hierarchy stuff :)
6195
6196 2005-09-15  Wim Taymans  <wim@fluendo.com>
6197
6198         * gst/audioconvert/gstaudioconvert.c:
6199         And enable 24 bits mode as well..
6200
6201 2005-09-15  Wim Taymans  <wim@fluendo.com>
6202
6203         * gst-libs/gst/rtp/Makefile.am:
6204         * gst-libs/gst/rtp/gstbasertppayload.c:
6205         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
6206         (gst_basertppayload_class_init), (gst_basertppayload_init),
6207         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
6208         (gst_basertppayload_chain), (gst_basertppayload_set_options),
6209         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6210         (gst_basertppayload_set_property),
6211         (gst_basertppayload_get_property),
6212         (gst_basertppayload_change_state):
6213         * gst-libs/gst/rtp/gstbasertppayload.h:
6214         Added rtp payloader base class.
6215
6216 2005-09-15  Andy Wingo  <wingo@pobox.com>
6217
6218         * configure.ac (plugindir): Remove the EOL matcher from the
6219         regexp, as it causes me problems. Libtool? Make? Who knows?
6220
6221 2005-09-14  David Schleef  <ds@schleef.org>
6222
6223         * check/generic/states.c: 
6224         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
6225         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
6226           Fixes for changes in registry API.
6227
6228         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
6229           to GST_PLUGIN_LDFLAGS.
6230         * ext/libvisual/visual.c: Make the library shut up.
6231         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
6232         * gst-libs/gst/audio/gstaudiofilter.c: same
6233
6234 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6235
6236         * docs/plugins/Makefile.am:
6237         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6238         * docs/plugins/inspect/plugin-libvisual.xml:
6239         * docs/plugins/tmpl/element-tcpserversink.sgml:
6240         * ext/theora/theoraenc.c:
6241           add libvisual plugin and theoraenc element to docs
6242
6243 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6244
6245         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6246         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6247         * ext/theora/theoraenc.c:
6248           add theoraenc
6249
6250 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
6251
6252         * gst/audioconvert/Makefile.am:
6253           Audioconvert derives from GstBaseTransform and should
6254           link to the library with our base elements to avoid
6255           unresolved symbols. Makes things work with MinGW (#316160)
6256
6257         * gst/playback/test4.c: (main):
6258           Fix MinGW build problem and use g_usleep() instead of 
6259           sleep() (#316162)
6260
6261 2005-09-12  Wim Taymans  <wim@fluendo.com>
6262
6263         * gst/audioconvert/audioconvert.c: (float),
6264         (audio_convert_prepare_context), (audio_convert_convert):
6265         * gst/audioconvert/audioconvert.h:
6266         Cleanups, speedups, simplifications, added back support
6267         for 24 bits.
6268
6269 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6270
6271         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6272         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6273         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6274         * docs/plugins/tmpl/element-tcpserversink.sgml:
6275         * gst/ffmpegcolorspace/gstffmpeg.c:
6276         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6277         * gst/videotestsrc/gstvideotestsrc.c:
6278         * gst/volume/gstvolume.c:
6279           add more elements to the docs
6280
6281 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
6282
6283         * check/Makefile.am:
6284         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
6285         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
6286           Add extra tests for basetransform based components. 
6287           Comment out the test_element_negotiation test until we decide
6288           if it's testing correct behaviour.
6289         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
6290         (gst_visual_chain), (gst_visual_change_state):
6291           Slightly more correct but still bogus timestamping.
6292           Fix state change function.
6293         * gst/audioconvert/gstaudioconvert.c:
6294         (gst_audio_convert_class_init):
6295         * gst/audioresample/gstaudioresample.c:
6296         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6297         (gst_ffmpegcsp_class_init):
6298         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6299         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
6300         (gst_videoscale_prepare_image):
6301         * gst/volume/gstvolume.c: (gst_volume_class_init),
6302         (volume_transform_ip):
6303           Basetransform updates. Enable passthrough modes.
6304         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6305         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
6306         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
6307           Negotiation fix that allows the window to return to the original
6308           size and renegotiate passthrough upstream. Extra debug output.
6309
6310 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6311
6312         * gst/sine/gstsinesrc.c:
6313         * gst/volume/gstvolume.c:
6314           fix up header include
6315
6316 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
6317
6318         * gst-libs/gst/audio/gstbaseaudiosink.c:
6319         (gst_base_audio_sink_render):
6320         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
6321         * gst/volume/gstvolume.c: (gst_volume_class_init),
6322         (volume_transform):
6323           fixing lost sync, some more debugging
6324
6325 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
6326
6327         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6328         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
6329         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
6330         (gst_xvimagesink_check_xshm_calls):
6331           Fix compilation when XShm is not available.
6332
6333 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
6334
6335         * ext/libvisual/visual.c: (gst_visual_dispose),
6336         (gst_visual_getcaps), (gst_visual_src_setcaps),
6337         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
6338         (gst_visual_change_state):
6339           Finish fixing up libvisual plugin so that it runs. 
6340
6341 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6342
6343         * ext/vorbis/vorbisenc.c:
6344         * gst-libs/gst/tag/gstvorbistag.c:
6345           gsttaginterface.h -> gsttagsetter.h
6346
6347 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6348
6349         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
6350           added another test that failes for me (test is not active by default)
6351
6352 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6353
6354         * configure.ac:
6355           v4l2 is no longer in gst-plugins-base
6356
6357 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
6358
6359         * configure.ac:
6360           In the output at the end, don't show the first plugin on the same
6361           line as "Core plug-ins, always built:".
6362           Indent the output as for other plugin categories
6363         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
6364           #define that can be used to not use peer buffer_alloc functions for
6365           test purposes.
6366         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6367         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
6368         (gst_ximagesink_show_frame):
6369         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
6370         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
6371         (gst_xvimagesink_show_frame):
6372           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
6373           fails gracefully instead of XError aborting or deadlocking.
6374
6375 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6376
6377         * ext/libvisual/Makefile.am:
6378           link against gst-base-libs
6379
6380 2005-09-06  David Schleef  <ds@schleef.org>
6381
6382         * configure.ac: Enable libvisual plugin.
6383         * ext/libvisual/Makefile.am:
6384         * ext/libvisual/visual.c: Fixes to make it compile.
6385
6386 === release 0.9.2 ===
6387
6388 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6389
6390         * NEWS:
6391         * RELEASE:
6392         * configure.ac:
6393         * docs/random/ChangeLog-0.8:
6394           releasing 0.9.2, "Spoon"
6395
6396 2005-09-05  Michael Smith <msmith@fluendo.com>
6397
6398         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
6399           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
6400           that in the vorbisenc element.
6401
6402 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6403
6404         * common/gtk-doc-plugins.mak:
6405         * docs/plugins/Makefile.am:
6406           fix distcheck
6407         * gst/audioresample/resample.c:
6408           fix wrong docstring
6409
6410 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6411
6412         * common/gst-xmlinspect.py:
6413         * common/gtk-doc-plugins.mak:
6414           only inspect plugins for this given package
6415           require gst-python 0.9
6416
6417 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6418
6419         * Makefile.am:
6420         * autogen.sh:
6421         * common/gst-xmlinspect.py:
6422         * configure.ac:
6423         * docs/Makefile.am:
6424         * docs/plugins/inspect/plugin-alsa.xml:
6425         * docs/plugins/inspect/plugin-audioresample.xml:
6426         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6427         * docs/plugins/inspect/plugin-ogg.xml:
6428         * docs/plugins/tmpl/element-gnomevfssink.sgml:
6429         * docs/plugins/tmpl/element-multifdsink.sgml:
6430         * docs/plugins/tmpl/element-tcpserversink.sgml:
6431         * docs/plugins/tmpl/element-vorbisenc.sgml:
6432         * gst-plugins-base.spec.in:
6433           various doc-related updates
6434
6435 2005-08-31  Wim Taymans  <wim@fluendo.com>
6436
6437         * gst-libs/gst/audio/gstbaseaudiosink.c:
6438         (gst_base_audio_sink_render):
6439         Resync if the buffer timestamps drift more than a 10th 
6440         of a second.
6441
6442 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
6443
6444         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
6445         (gst_v4lsrc_get_property):
6446           The 'timestamp-offset' property is registered as an int64, so
6447           let's use g_value_{set|get}_int64() in our setter and getter
6448           functions (makes it work and fixes warnings with gst-inspect).
6449
6450 2005-08-30  Wim Taymans  <wim@fluendo.com>
6451
6452         * check/elements/audioconvert.c: (setup_audioconvert):
6453         * check/elements/audioresample.c: (setup_audioresample):
6454         * check/elements/volume.c: (setup_volume):
6455         Fix checks.
6456
6457 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6458
6459         * common/gtk-doc-plugins.mak:
6460         * common/plugins.xsl:
6461         * docs/plugins/Makefile.am:
6462           make module a param
6463
6464 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
6465
6466         * examples/seeking/seek.c: (make_mp3_pipeline),
6467         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
6468         (play_cb), (pause_cb), (stop_cb):
6469           update the example
6470
6471 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
6472
6473         * gst/volume/gstvolume.c: (gst_volume_class_init),
6474         (volume_transform):
6475           do not update controlled params, if buffer has no timestamp
6476
6477 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
6478
6479         * configure.ac:
6480         * gst/sine/Makefile.am:
6481         * gst/volume/Makefile.am:
6482           controllerized elements also need to link against controller-libs ;)
6483
6484 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
6485
6486         * docs/libs/tmpl/gstcolorbalance.sgml:
6487         * docs/libs/tmpl/gstgconf.sgml:
6488         * docs/libs/tmpl/gstmixer.sgml:
6489         * docs/libs/tmpl/gstringbuffer.sgml:
6490         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6491         (gst_sinesrc_create):
6492         * gst/volume/gstvolume.c: (gst_volume_class_init),
6493         (volume_transform):
6494           controllerized two audio plugins
6495
6496 2005-08-29  Andy Wingo  <wingo@pobox.com>
6497
6498         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
6499         (vorbis_handle_data_packet): Fix some int overflow errors.
6500
6501         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
6502         -1.
6503         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
6504         valid.
6505         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
6506         if it's valid. Fixed streaming-mode playback.
6507
6508         * check/elements/volume.c (cleanup_volume): Fix for running
6509         CK_FORK=no.
6510
6511         * check/elements/audioconvert.c: Convert from native endian, not
6512         little endian.
6513
6514 2005-08-29  Michael Smith <msmith@fluendo.com>
6515
6516         * ext/ogg/Makefile.am:
6517         * ext/ogg/gstogg.c: (plugin_init):
6518         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
6519         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
6520         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
6521         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
6522         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
6523         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
6524         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
6525         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
6526         Add an ogg parser element.
6527
6528 2005-08-28  Andy Wingo  <wingo@pobox.com>
6529
6530         * Updates for two-arg init from GST_BOILERPLATE_FULL.
6531
6532 2005-08-26  Wim Taymans  <wim@fluendo.com>
6533
6534         * gst/audioconvert/audioconvert.c: (if), (float),
6535         (audio_convert_get_func_index), (check_default),
6536         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6537         (audio_convert_clean_context), (audio_convert_get_sizes),
6538         (audio_convert_convert):
6539         Cleanups.
6540
6541 2005-08-26  Wim Taymans  <wim@fluendo.com>
6542
6543         * gst/audioconvert/audioconvert.c: (if), (float),
6544         (audio_convert_get_func_index), (check_default),
6545         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6546         (audio_convert_clean_context), (audio_convert_get_sizes),
6547         (audio_convert_convert):
6548         More elegant and working temp buffer selection algo.
6549
6550 2005-08-26  Wim Taymans  <wim@fluendo.com>
6551
6552         * gst/audioconvert/audioconvert.c: (if), (float),
6553         (audio_convert_get_func_index), (check_default),
6554         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6555         (audio_convert_clean_context), (audio_convert_get_sizes),
6556         (get_temp_buffer), (audio_convert_convert):
6557         Use realloc else we lose our original data.
6558
6559 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6560
6561         * gst/audioresample/gstaudioresample.c:
6562           use base class' newsegment to properly timestamp
6563
6564 2005-08-26  Wim Taymans  <wim@fluendo.com>
6565
6566         * gst/audioconvert/audioconvert.c: (if), (float),
6567         (audio_convert_get_func_index), (check_default),
6568         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6569         (audio_convert_clean_context), (audio_convert_get_sizes),
6570         (get_temp_buffer), (audio_convert_convert):
6571         * gst/audioconvert/gstaudioconvert.c:
6572         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
6573         (gst_audio_convert_transform_caps),
6574         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
6575         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
6576         Oops, allocate enough space to perform the channel mix.
6577
6578 2005-08-26  Wim Taymans  <wim@fluendo.com>
6579
6580         * gst/audioconvert/Makefile.am:
6581         * gst/audioconvert/audioconvert.c: (if), (float),
6582         (audio_convert_get_func_index), (check_default),
6583         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6584         (audio_convert_clean_context), (audio_convert_get_sizes),
6585         (get_temp_buffer), (audio_convert_convert):
6586         * gst/audioconvert/audioconvert.h:
6587         * gst/audioconvert/gstaudioconvert.c:
6588         (gst_audio_convert_class_init), (gst_audio_convert_init),
6589         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
6590         (gst_audio_convert_get_unit_size),
6591         (gst_audio_convert_transform_caps),
6592         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
6593         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
6594         * gst/audioconvert/gstaudioconvert.h:
6595         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
6596         (gst_channel_mix_fill_identical),
6597         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
6598         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
6599         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
6600         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
6601         (gst_channel_mix_mix):
6602         * gst/audioconvert/gstchannelmix.h:
6603         Cleanups, librarify a bit, optimize, better negotiation and more.
6604
6605 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6606
6607         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
6608         Another from MikeS:
6609         During typefinding, don't support negative offsets
6610         (offsets from the end of the stream) in our typefind->peek() function
6611         - nothing embedded in ogg ever needs them. However, we need to recognise
6612         those requests and reject them, otherwise we return invalid pointers.
6613
6614 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6615
6616         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6617         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6618         (vorbisdec_finalize), (vorbis_handle_type_packet):
6619           Big shout-out to MikeS for fixing this giant memory leak.
6620           Huzzah!
6621
6622 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6623
6624         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
6625         (audio_convert_get_unit_size):
6626           plug some leaks
6627
6628 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6629
6630         * check/Makefile.am:
6631         * check/elements/audioconvert.c: (setup_audioconvert),
6632         (cleanup_audioconvert), (get_int_caps), (verify_convert),
6633         (GST_START_TEST), (audioconvert_suite), (main):
6634           add a test for audioconvert
6635         * gst/audioresample/gstaudioresample.c:
6636         * gst/audioresample/gstaudioresample.h:
6637           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
6638           note that for buffers of 1/3 sec this means DURATION(c) is 
6639           one nanosecond more than for a and b
6640
6641 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6642
6643         * check/Makefile.am:
6644         * check/elements/audioresample.c: (setup_audioresample),
6645         (cleanup_audioresample), (fail_unless_perfect_stream),
6646         (test_perfect_stream_instance), (GST_START_TEST),
6647           add a check for audioresample
6648         (audioresample_suite), (main):
6649         * check/elements/volume.c: (GST_START_TEST):
6650           remove unused method
6651         * gst/audioresample/gstaudioresample.c:
6652           set correct buffer parameters since we're changing them
6653         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6654           add some debug
6655
6656 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6657
6658         * gst/audioresample/debug.c:
6659         * gst/audioresample/gstaudioresample.c:
6660           add room for extra overlap samples when asked to transform size
6661           protect against possible mem corruption and check for discrepancies
6662           between written size and outbuffer's size so we can warn for
6663           potential problems
6664         * gst/audioresample/resample.c: (resample_init),
6665         (resample_get_output_size_for_input), (resample_get_output_size),
6666         (resample_set_n_channels), (resample_set_format):
6667           set debug level based on RESAMPLE_DEBUG env var
6668           make sure that get_output_size* returns a whole number of
6669           sample_size
6670           set sample_size each time either channel or format is set
6671         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
6672         * gst/audioresample/resample_functable.c:
6673         (resample_scale_functable):
6674         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6675           remove r->sample_size, it's done in resample.c now
6676           add some debugging to the ref implementation
6677           make sure we only give back bytes that are wholes of the sample
6678           size
6679
6680 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
6681         * gst/playback/gstplaybasebin.c: (fill_buffer):
6682         Revert unpopular change for GST_MESSAGE_SRC to GObject.
6683
6684 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
6685
6686         * gst/volume/gstvolume.c:
6687           made set_caps function static
6688
6689 2005-08-24  Wim Taymans  <wim@fluendo.com>
6690
6691         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6692         (gst_vorbisenc_change_state):
6693         Stop leaking taglists.
6694
6695 2005-08-24  Wim Taymans  <wim@fluendo.com>
6696
6697         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6698         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
6699         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
6700         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
6701         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6702         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
6703         Parse seeking events better.
6704         Unref static caps.
6705         Generate correct newsegment events, fixes seeking in live oggs.
6706
6707         * ext/theora/theoradec.c: (theora_dec_src_query),
6708         (theora_dec_src_event), (theora_dec_src_getcaps),
6709         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
6710         Use newsegment values to report correct play time.
6711
6712         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6713         (vorbis_dec_src_event), (vorbis_dec_sink_event):
6714         * ext/vorbis/vorbisdec.h:
6715         Parse and use newsegment values to report correct play time.
6716
6717         * gst-libs/gst/audio/gstbaseaudiosink.c:
6718         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6719         Clear ringbuffer on flush.
6720         Use newsegment values to calculate playback time.
6721
6722         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
6723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
6724         Basesink does newsegment calculations for us now.
6725
6726 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6727
6728         * check/Makefile.am:
6729         * configure.ac:
6730           add core's plugins to the mix so that playbin works
6731         * check/generic/states.c: (GST_START_TEST):
6732           set a 0 timeout on pipelines, so they don't force the next
6733           state change
6734         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
6735         (gst_play_base_bin_change_state):
6736           remove the crappy error handling and do GST error handling
6737
6738 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6739
6740         * check/Makefile.am:
6741         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
6742           add same test as to core, it bitches out on playbin atm.
6743
6744 2005-08-24  Wim Taymans  <wim@fluendo.com>
6745
6746         * configure.ac:
6747         Remove audioscale.
6748
6749 2005-08-24  Wim Taymans  <wim@fluendo.com>
6750
6751         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
6752         (gst_videoscale_prepare_size), (parse_caps),
6753         (gst_videoscale_set_caps), (gst_videoscale_get_size),
6754         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
6755         (gst_videoscale_transform):
6756         * gst/videoscale/gstvideoscale.h:
6757         Refactor, make use of BaseTranform really well.
6758
6759 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6760
6761         * configure.ac:
6762           compile audioresample
6763         * gst/audioresample/Makefile.am:
6764         * gst/audioresample/buffer.c:
6765         * gst/audioresample/functable.c:
6766         * gst/audioresample/gstaudioresample.c:
6767         * gst/audioresample/gstaudioresample.h:
6768         * gst/audioresample/resample.c:
6769         (resample_get_output_size_for_input):
6770         * gst/audioresample/resample.h:
6771         * gst/audioresample/resample_chunk.c:
6772         * gst/audioresample/resample_functable.c:
6773         * gst/audioresample/resample_ref.c:
6774           port to use basetransform; doesn't work in all cases yet
6775
6776 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6777
6778         * gst/audioconvert/gstaudioconvert.c:
6779         (gst_audio_convert_class_init), (gst_audio_convert_init),
6780         (audio_convert_get_unit_size), (audio_convert_transform_caps),
6781         (audio_convert_fixate_caps), (audio_convert_set_caps),
6782         (audio_convert_transform),
6783         (gst_audio_convert_buffer_to_default_format),
6784         (gst_audio_convert_buffer_from_default_format),
6785         (gst_audio_convert_channels):
6786         * gst/audioconvert/gstchannelmix.c:
6787         * gst/audioconvert/gstchannelmix.h:
6788           port to basetransform
6789         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6790         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
6791         (gst_ffmpegcsp_get_unit_size):
6792         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6793         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
6794           fix for basetransform changes
6795
6796 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6797
6798         * check/Makefile.am:
6799           Add CHECK_CFLAGS and LDFLAGS
6800
6801         * gst/playback/gstplaybasebin.c: (fill_buffer):
6802           GST_MESSAGE_SRC became a GObject
6803
6804 2005-08-24  Wim Taymans  <wim@fluendo.com>
6805
6806         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
6807         (gst_ring_buffer_clear_all):
6808         * gst-libs/gst/audio/gstringbuffer.h:
6809         Added function to clear the ringbuffer.
6810
6811 2005-08-24  Andy Wingo  <wingo@pobox.com>
6812
6813         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
6814         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
6815         of _open and _close.
6816
6817         * sys/v4l/gstv4lxoverlay.h:
6818         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
6819         an Xv connection here, instead of all the time. Make Xv only be
6820         loaded if you axe for it. Kindof a workaround for buggy behaviour
6821         of Xv when using remote xservers (XvQueryExtension would block).
6822         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
6823         replace the _open and _close public API. Only start the xv
6824         connection if necessary.
6825         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
6826
6827 2005-08-23  David Schleef  <ds@schleef.org>
6828
6829         * gst/audioresample/Makefile.am: Leet audioresampling code
6830         * gst/audioresample/buffer.c:
6831         * gst/audioresample/buffer.h:
6832         * gst/audioresample/debug.c:
6833         * gst/audioresample/debug.h:
6834         * gst/audioresample/functable.c:
6835         * gst/audioresample/functable.h:
6836         * gst/audioresample/gstaudioresample.c:
6837         * gst/audioresample/gstaudioresample.h:
6838         * gst/audioresample/resample.c:
6839         * gst/audioresample/resample.h:
6840         * gst/audioresample/resample_chunk.c:
6841         * gst/audioresample/resample_functable.c:
6842         * gst/audioresample/resample_ref.c:
6843
6844 2005-08-23  Wim Taymans  <wim@fluendo.com>
6845
6846         * examples/seeking/seek.c: (make_vorbis_pipeline),
6847         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
6848         Small seek updates.
6849
6850 2005-08-23  Andy Wingo  <wingo@pobox.com>
6851
6852         * gst-libs/gst/audio/gstbaseaudiosrc.c
6853         (gst_base_audio_src_fixate): Only fixate endianness if it is
6854         present in the caps.
6855
6856 2005-08-22  Andy Wingo  <wingo@pobox.com>
6857
6858         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
6859         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
6860         device-name property.
6861
6862         * gst-libs/gst/audio/gstaudiosrc.h:
6863         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
6864         close_device in the ring buffer, like gstaudiosink.
6865
6866         * ext/alsa/gstalsamixer.h:
6867         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
6868         macro to implement the interface without much code. Cleanups. 
6869
6870         * ext/alsa/gstalsasrc.h:
6871         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
6872         READY.
6873
6874         * ext/alsa/Makefile.am: Add new files.
6875         * ext/alsa/gstalsamixerelement.c: 
6876         * ext/alsa/gstalsamixerelement.c: Split element code out from
6877         mixer code so that alsasrc can be a mixer too.
6878
6879 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6880
6881         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6882         (GST_START_TEST):
6883         * check/elements/vorbisdec.c: (setup_vorbisdec),
6884         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
6885         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6886         (vorbis_handle_identification_packet),
6887         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
6888         (vorbis_handle_header_packet), (vorbis_dec_push),
6889         (vorbis_dec_chain):
6890           use the setup/teardown methods to save code.  save code is good.
6891
6892 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6893
6894         * check/Makefile.am:
6895           add ext dir for plugins
6896           add vorbisdec test conditionally
6897         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6898         (GST_START_TEST), (volume_suite):
6899           add a test with wrong caps
6900         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
6901         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
6902           add a vorbisdec test
6903         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
6904         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
6905           clean up debug output
6906         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6907           yay, fix a segfault/security issue in vorbisdec
6908           gst-launch fakesrc ! vorbisdec wasn't happy
6909         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
6910         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
6911         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
6912         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
6913         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
6914         (gst_vorbisenc_set_metadata), (get_constraints_string),
6915         (update_start_message), (gst_vorbisenc_setup),
6916         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
6917         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
6918         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
6919         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
6920         * ext/vorbis/vorbisenc.h:
6921           march in line
6922         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6923         (gst_ffmpegcsp_transform):
6924           have the kow come home
6925         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6926           debug my func ptr
6927         * gst/volume/gstvolume.c: (volume_set_caps):
6928           add a debug
6929
6930 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6931
6932         * Makefile.am:
6933         * check/.cvsignore:
6934         * check/Makefile.am:
6935         * check/elements/.cvsignore:
6936         * check/elements/volume.c: (chain_func), (event_func),
6937         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
6938         (main):
6939         * configure.ac:
6940           add unit test structure for gst-plugins-base
6941           add a test for volume
6942         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
6943         (gst_volume_set_volume), (gst_volume_get_volume),
6944         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
6945         (volume_funcfind), (volume_process_float), (volume_process_int16),
6946         (volume_set_caps), (volume_transform), (volume_update_mute),
6947         (volume_update_volume), (volume_set_property),
6948         (volume_get_property):
6949           document a little; use basetransform vmethod _set_caps
6950
6951 2005-08-19  Andy Wingo  <wingo@pobox.com>
6952
6953         * ext/alsa/gstalsamixertrack.h:
6954         * ext/alsa/gstalsamixertrack.c:
6955         * ext/alsa/gstalsamixeroptions.h:
6956         * ext/alsa/gstalsamixeroptions.c:
6957         * ext/alsa/gstalsamixer.h:
6958         * ext/alsa/gstalsamixer.c: Port to 0.9.
6959
6960         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
6961         Remove gstalsa.c and alsaclock. No more cruft here.
6962         
6963 2005-08-18  Wim Taymans  <wim@fluendo.com>
6964
6965         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6966         (gst_base_rtp_depayload_chain),
6967         (gst_base_rtp_depayload_add_to_queue),
6968         (gst_base_rtp_depayload_push),
6969         (gst_base_rtp_depayload_queue_release):
6970         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6971         Fix for RTPBuffer changes.
6972
6973         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
6974         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
6975         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
6976         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
6977         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
6978         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
6979         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
6980         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
6981         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
6982         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
6983         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
6984         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
6985         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
6986         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
6987         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
6988         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
6989         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
6990         (gst_rtpbuffer_get_payload):
6991         * gst-libs/gst/rtp/gstrtpbuffer.h:
6992         Don't subclass GstBuffer but add methods and helper functions
6993         to construct and manipulate RTP packets in regular GstBuffers.
6994
6995 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
6996
6997         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6998           moved statement below switch
6999         * gst/volume/gstvolume.c: (gst_volume_class_init):
7000           added debug ptr
7001
7002 2005-08-16  Wim Taymans  <wim@fluendo.com>
7003
7004         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7005         (gst_base_audio_src_change_state):
7006         Open and close device in READY<->NULL state change.
7007
7008 2005-08-16  Andy Wingo  <wingo@pobox.com>
7009
7010         * examples/seeking/Makefile.am: Don't compile non-compiling
7011         compiled objects with the compiler.
7012
7013         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
7014         elements.
7015
7016 2005-08-12  Philippe Khalaf <burger@speedy.org>
7017         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7018         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7019           Made a thread to release the queue.
7020           Removed timestamp conversion for now.
7021
7022 2005-08-10  Philippe Khalaf <burger@speedy.org>
7023         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7024         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7025           Added rtp timestamp -> gst timestamp conversion.
7026           Fixed several problems with queue.
7027
7028 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
7029
7030         * gst-libs/gst/audio/gstaudioclock.h:
7031         * gst-libs/gst/audio/gstaudiofilter.h:
7032         * gst-libs/gst/audio/gstaudiosink.h:
7033         * gst-libs/gst/audio/gstaudiosrc.h:
7034         * gst-libs/gst/audio/gstbaseaudiosink.h:
7035         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7036         * gst-libs/gst/audio/gstringbuffer.h:
7037         * gst-libs/gst/net/gstnetbuffer.h:
7038         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7039         * gst-libs/gst/rtp/gstrtpbuffer.h:
7040           Add padding (you will need to rebuild gst-plugins-base,
7041           gst-plugins and all applications afterwards!)
7042
7043 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
7044
7045         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
7046         (gst_riff_parse_chunk):
7047           Fix bug in debug message and add some more debug messages.
7048
7049 2005-08-08  Edward Hervey  <edward@fluendo.com>
7050
7051         * gst-libs/gst/riff/riff-media.c:
7052         backported updates since branch
7053
7054 2005-08-08  Andy Wingo  <wingo@pobox.com>
7055
7056         * gst-libs/gst/audio/gstbaseaudiosink.c
7057         (gst_base_audio_sink_change_state): Open the device in NULL->READY
7058         like good elements should. Close on READY->NULL too.
7059
7060         * gst-libs/gst/audio/gstaudiosink.c
7061         (gst_audioringbuffer_open_device,
7062         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
7063         (gst_audioringbuffer_release): Updates for new ring buffer API,
7064         hook into the new audio sink api.
7065
7066         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
7067         (GstAudioSinkClass.close): Just open and close the device -- no
7068         resource allocation or configuration.
7069         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
7070         vmethods, handle device setup and resource allocation.
7071
7072         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
7073         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
7074         base class API.
7075
7076         * gst-libs/gst/audio/gstringbuffer.h
7077         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
7078         New vmethods.
7079
7080         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
7081         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
7082         New API functions. The device should be opened before acquiring
7083         and closed after releasing.
7084
7085 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
7086
7087         * gst-libs/gst/interfaces/mixer.h:
7088           Reset padding to GST_PADDING.
7089
7090 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7091
7092         * gst/playback/gstplaybin.c: (remove_sinks):
7093           Remove visualization from parent explicitely; works around some
7094           apparent refcount issue that I haven't tracked down yet.
7095
7096 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7097
7098         * ext/alsa/gstalsasink.c: (set_hwparams):
7099           Assign debug category, add negotiation debug msgs.
7100
7101 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7102
7103         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
7104           Fix error code for file-not-found to NOT_FOUND.
7105
7106 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7107
7108         * common/gtk-doc-plugins.mak:
7109         * docs/plugins/Makefile.am:
7110         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7111         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7112           renamed to actual element names, so much nicer to look at
7113         * docs/plugins/tmpl/gstmultifdsink.sgml:
7114           remove
7115         * docs/plugins/tmpl/multifdsink.sgml:
7116         * docs/plugins/tmpl/tcpserversink.sgml:
7117           add
7118         * ext/alsa/gstalsa.c:
7119         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
7120         * ext/ogg/gstoggmux.c:
7121         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
7122         * gst/playback/gstdecodebin.c:
7123         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
7124         * gst/tcp/gsttcpserversink.c:
7125           various fixes and documentation additions
7126
7127 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7128
7129         * common/Makefile.am:
7130         * common/gstdoc-scangobj:
7131         * common/gtk-doc-plugins.mak:
7132         * common/gtk-doc.mak:
7133           add a custom scangobj that uses the registry
7134           add a custom gtk-doc-plugins.mak that uses it
7135           some doc build fixes
7136         * configure.ac:
7137         * docs/Makefile.am:
7138         * docs/plugins/Makefile.am:
7139         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7140         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7141         * docs/plugins/gst-plugins-base-plugins.types:
7142         * docs/plugins/tmpl/gstmultifdsink.sgml:
7143           add docs for one element, multifdsink
7144         * gst/adder/gstadder.h:
7145         * gst/volume/gstvolume.h:
7146           don't privatize enum
7147         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
7148         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
7149         (gst_sync_method_get_type), (gst_client_status_get_type),
7150         (gst_multifdsink_class_init),
7151         (gst_multifdsink_client_queue_buffer),
7152         (gst_multifdsink_handle_client_write):
7153         * gst/tcp/gstmultifdsink.h:
7154         * gst/tcp/gsttcp.h:
7155         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7156         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
7157         (gst_tcpclientsink_render):
7158         * gst/tcp/gsttcpclientsink.h:
7159         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
7160         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
7161         (gst_tcpclientsrc_start):
7162         * gst/tcp/gsttcpclientsrc.h:
7163         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
7164         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
7165         * gst/tcp/gsttcpserversrc.h:
7166         * gst/typefind/gsttypefindfunctions.c:
7167           remove superfluous Type stuff
7168
7169 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7170
7171         * gst/playback/gstplaybin.c: (gen_video_element):
7172           Enable videoscale.
7173
7174 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7175
7176         * gst-libs/gst/gconf/gconf.c:
7177         * gst-libs/gst/gconf/gconf.h:
7178           Fix some Andy Problem [tm].
7179
7180 2005-08-04  Andy Wingo  <wingo@pobox.com>
7181
7182         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
7183         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
7184         (gst_ffmpegcsp_get_size): Adapt to API changes.
7185
7186         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
7187         Implement an in-place do-nothing transform.
7188
7189 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7190
7191         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
7192         (gst_ximagesink_renegotiate_size):
7193           Do not set new window sizes yet if we prepare a new buffer size
7194           for upstream renegotiation (software scaling) at some point in the
7195           future, because this new size waqs not actually accepted yet. Once
7196           accepted, renegotiation later on will set the new sizes just fine.
7197           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
7198           embedding testcase.
7199
7200 2005-08-03  Andy Wingo  <wingo@pobox.com>
7201
7202         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
7203         (gst_ximagesink_buffer_alloc): 
7204         Protect the height, width, and desired_caps with the pool_lock.
7205         Fixes videotestsrc ! queue ! ximagesink.
7206
7207 2005-08-02  Edward Hervey  <edward@fluendo.com>
7208
7209         * gst/volume/gstvolume.c:
7210         include left from controller cleanup
7211
7212 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
7213         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
7214           Stop collectpads before calling the parent state
7215           change function on PAUSED->READY.
7216
7217 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
7218         * configure.ac:
7219           When testing for X libs, use the X CFlags 
7220         * gst/adder/gstadder.c: (gst_adder_change_state):
7221           Stop the collectpads before calling parent state change function
7222           on PAUSED->READY, otherwise we deadlock deactivating pads.
7223
7224 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
7225
7226         * configure.ac:
7227         * docs/libs/tmpl/gstcolorbalance.sgml:
7228         * docs/libs/tmpl/gstmixer.sgml:
7229         * examples/Makefile.am:
7230         * gst/sine/Makefile.am:
7231         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
7232         (gst_sinesrc_set_property), (plugin_init):
7233         * gst/sine/gstsinesrc.h:
7234         * gst/volume/Makefile.am:
7235         * gst/volume/gstvolume.c: (gst_volume_set_volume),
7236         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
7237         (volume_process_float), (volume_process_int16),
7238         (volume_set_property), (plugin_init):
7239         * gst/volume/gstvolume.h:
7240           deactivate and remove dparams (libgstcontrol)
7241
7242 2005-07-29  Wim Taymans  <wim@fluendo.com>
7243
7244         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
7245         Convert me to BaseTransform!! help..
7246
7247 2005-07-29  Andy Wingo  <wingo@pobox.com>
7248
7249         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
7250         sinks.
7251
7252         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
7253         support of both endiannesses.
7254
7255 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
7256
7257         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7258           Fix confusing debug message (s/event/query/)
7259
7260 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
7261
7262         * gst/videotestsrc/videotestsrc.h:
7263           Use "_stdint.h" instead of <stdint.h>
7264
7265 2005-07-27  Wim Taymans  <wim@fluendo.com>
7266
7267         * ext/vorbis/Makefile.am:
7268         Revert wrong commit.
7269
7270 2005-07-27  Wim Taymans  <wim@fluendo.com>
7271
7272         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
7273         More compilation fixen.
7274
7275 2005-07-27  Wim Taymans  <wim@fluendo.com>
7276
7277         * gst-libs/gst/audio/gstbaseaudiosink.c:
7278         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
7279         (gst_base_audio_sink_create_ringbuffer),
7280         (gst_base_audio_sink_change_state):
7281         Fix compilation.
7282
7283 2005-07-27  Wim Taymans  <wim@fluendo.com>
7284
7285         * examples/seeking/seek.c: (setup_dynamic_link),
7286         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
7287         (query_positions_elems), (query_positions_pads), (do_seek):
7288         Update seek example.
7289
7290         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
7291         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
7292         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
7293         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7294         (gst_ogg_demux_handle_event),
7295         (gst_ogg_demux_deactivate_current_chain),
7296         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7297         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
7298         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
7299         (gst_ogg_demux_loop):
7300         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
7301         * ext/theora/theoradec.c: (theora_dec_src_event),
7302         (theora_dec_src_getcaps), (theora_dec_sink_event),
7303         (theora_dec_push), (theora_dec_chain):
7304         * ext/vorbis/Makefile.am:
7305         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
7306         (vorbis_dec_sink_event), (vorbis_dec_push),
7307         (vorbis_handle_data_packet):
7308         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
7309         (gst_vorbisenc_chain):
7310         * gst/playback/gststreaminfo.c: (cb_probe):
7311         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
7312         * gst/videorate/gstvideorate.c: (gst_videorate_event):
7313         * gst/videoscale/gstvideoscale.c:
7314         (gst_videoscale_handle_src_event):
7315         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
7316         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
7317         (gst_ximagesink_navigation_send_event):
7318         * sys/xvimage/xvimagesink.c:
7319         (gst_xvimagesink_navigation_send_event):
7320         Various event updates and cleanups
7321
7322 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7323
7324         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
7325           Fix segfault for I420/YV12.
7326
7327 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7328
7329         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
7330           Report bitrate.
7331
7332 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7333
7334         * gst/playback/gstplaybin.c: (gen_video_element),
7335         (gen_audio_element):
7336           Switch to auto*sink elements as default sinks; add volume element
7337           so that volume control in totem works.
7338
7339 2005-07-21  Wim Taymans  <wim@fluendo.com>
7340
7341         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
7342         * gst/playback/gstplaybin.c: (setup_sinks),
7343         (gst_play_bin_change_state):
7344         Refcount fix and more comments.
7345
7346 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7347
7348         * sys/ximage/Makefile.am:
7349         * sys/ximage/ximage.c: (plugin_init):
7350         * sys/ximage/ximagesink.c:
7351         Prepare for adding ximagesrc, rename of plugin to ximage etc.
7352         
7353
7354 2005-07-21  Wim Taymans  <wim@fluendo.com>
7355
7356         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
7357         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
7358         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7359         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7360         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
7361         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
7362         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
7363         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
7364         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
7365         Generate correct disconts for live chained oggs.
7366
7367         * gst-libs/gst/audio/gstbaseaudiosink.c:
7368         (gst_base_audio_sink_render),
7369         (gst_base_audio_sink_create_ringbuffer),
7370         (gst_base_audio_sink_change_state):
7371         Handle discont math correctly.
7372
7373         * gst/playback/gstplaybin.c: (add_sink):
7374         Some small debug cleanup.
7375
7376 2005-07-21  Wim Taymans  <wim@fluendo.com>
7377
7378         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
7379         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
7380         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7381         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7382         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
7383         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
7384         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7385         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
7386         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
7387         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7388         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
7389         (gst_ogg_demux_change_state), (gst_ogg_print):
7390         Reorganize code to send the right disconts when in streaming
7391         mode.
7392
7393 2005-07-20  Andy Wingo  <wingo@pobox.com>
7394
7395         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
7396         fix (?), fixes a seggie mcfalterson (#310894).
7397
7398 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7399
7400         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
7401         (gst_ogg_mux_set_header_on_caps):
7402         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7403         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7404         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
7405         * gst-libs/gst/audio/multichannel.c:
7406         (gst_audio_set_channel_positions),
7407         (gst_audio_set_structure_channel_positions_list):
7408         * gst/playback/gstdecodebin.c: (dynamic_create):
7409         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
7410         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
7411           Fixes for API changes in core.
7412
7413 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7414
7415         * gst/playback/gstplaybasebin.c: (fill_buffer):
7416           Use _new_custom() so we can set custom message types for buffering
7417           messages.
7418
7419 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7420
7421         * configure.ac:
7422         * gst-libs/gst/Makefile.am:
7423         * gst-libs/gst/gconf/.cvsignore:
7424         * gst-libs/gst/gconf/Makefile.am:
7425         * gst-libs/gst/gconf/test-gconf.c:
7426         * pkgconfig/Makefile.am:
7427         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
7428         * pkgconfig/gstreamer-gconf.pc.in:
7429           Remove gconf stuff, use gconf elements instead from now on.
7430
7431 2005-07-20  Wim Taymans  <wim@fluendo.com>
7432
7433         * gst-libs/gst/audio/TODO:
7434         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
7435         (gst_audio_clock_get_internal_time):
7436         * gst-libs/gst/audio/gstaudioclock.h:
7437         * gst-libs/gst/audio/gstbaseaudiosink.c:
7438         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
7439         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
7440         (gst_base_audio_sink_render),
7441         (gst_base_audio_sink_create_ringbuffer),
7442         (gst_base_audio_sink_change_state):
7443         Make sure the audio clock always returns an increasing value.
7444
7445 2005-07-19  Andy Wingo  <wingo@pobox.com>
7446
7447         * gst/videotestsrc/: Cleanups.
7448
7449 2005-07-19  Wim Taymans  <wim@fluendo.com>
7450
7451         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
7452         Better debugging.
7453
7454 2005-07-19  Wim Taymans  <wim@fluendo.com>
7455
7456         * examples/seeking/seek.c: (make_dv_pipeline),
7457         (make_vorbis_theora_pipeline), (query_rates),
7458         (query_positions_elems), (query_positions_pads), (do_seek):
7459         Make correct DV pipeline.
7460
7461 2005-07-18  Andy Wingo  <wingo@pobox.com>
7462
7463         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
7464         default. Also because it's the only thing that really works. (This
7465         is used in the GConf elements).
7466         Use AS_LIBTOOL_TAGS.
7467
7468 2005-07-18  Wim Taymans  <wim@fluendo.com>
7469
7470         * gst/playback/gstdecodebin.c: (remove_element_chain):
7471         * gst/playback/gstplaybin.c: (add_sink):
7472         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7473         (gst_stream_info_set_mute):
7474         * gst/playback/gststreamselector.c:
7475         (gst_stream_selector_get_linked_pad),
7476         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
7477         More leak and compile fixes.
7478
7479 2005-07-18  Wim Taymans  <wim@fluendo.com>
7480
7481         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7482         (query_rates), (query_positions_elems), (query_positions_pads),
7483         (do_seek), (seek_cb), (stop_seek):
7484         Updated seek example. 
7485
7486         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
7487         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
7488         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
7489         * gst/playback/gstplaybin.c: (add_sink):
7490         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7491         (gst_stream_info_set_mute):
7492         Some refcount leak fixes.
7493
7494 2005-07-16  Wim Taymans  <wim@fluendo.com>
7495
7496         * gst-libs/gst/audio/gstbaseaudiosink.c:
7497         (gst_base_audio_sink_render):
7498         Align samples even if we have roundoff errors in the 
7499         timestamp conversion.
7500
7501 2005-07-16  Wim Taymans  <wim@fluendo.com>
7502
7503         * docs/libs/tmpl/gstringbuffer.sgml:
7504         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7505         (query_rates), (query_positions_elems), (query_positions_pads),
7506         (update_scale), (do_seek):
7507         Updated seek example.
7508
7509         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7510         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
7511         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
7512         (gst_ogg_demux_loop):
7513         Push out correct discont values.
7514
7515         * ext/theora/theoradec.c: (theora_dec_src_convert),
7516         (theora_dec_sink_convert), (theora_dec_src_getcaps),
7517         (theora_dec_sink_event), (theora_handle_type_packet),
7518         (theora_handle_header_packet), (theora_dec_push),
7519         (theora_handle_data_packet), (theora_dec_chain),
7520         (theora_dec_change_state):
7521         Better timestamping.
7522
7523         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7524         (vorbis_dec_sink_event), (vorbis_dec_push),
7525         (vorbis_handle_data_packet), (vorbis_dec_chain):
7526         * ext/vorbis/vorbisdec.h:
7527         Better timestamping.
7528
7529         * gst-libs/gst/audio/gstbaseaudiosink.c:
7530         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
7531         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7532         Handle syncing on timestamps instead of sample offsets. Make
7533         use of DISCONT values as described in design docs.
7534
7535         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7536         (gst_base_audio_src_get_time):
7537         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
7538         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
7539         (gst_ring_buffer_read):
7540         * gst-libs/gst/audio/gstringbuffer.h:
7541         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
7542         (gst_ximagesink_show_frame):
7543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
7544         Correcly convert buffer timestamp to stream time.
7545
7546 2005-07-16  Wim Taymans  <wim@fluendo.com>
7547
7548         * gst/audioconvert/gstaudioconvert.c:
7549         (gst_audio_convert_get_buffer):
7550         Timestamp buffers correctly.
7551
7552         * gst/playback/gstplaybin.c: (gen_video_element):
7553         Make internal fakesink silent.
7554
7555 2005-07-15  Wim Taymans  <wim@fluendo.com>
7556
7557         * gst/ffmpegcolorspace/Makefile.am:
7558         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7559         (gst_ffmpegcsp_caps_remove_format_info),
7560         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7561         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
7562         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
7563         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
7564         Ported ffmpegcolorspace to basetransform.
7565
7566         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
7567         * gst/volume/gstvolume.c: (volume_transform):
7568         Ported to new API.
7569
7570 2005-07-14  Wim Taymans  <wim@fluendo.com>
7571
7572         * gst/videotestsrc/Makefile.am:
7573         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
7574         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
7575         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
7576         (gst_videotestsrc_init), (gst_videotestsrc_event),
7577         (gst_videotestsrc_create), (gst_videotestsrc_start),
7578         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
7579         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
7580         (gst_videotestsrc_get_property):
7581         * gst/videotestsrc/gstvideotestsrc.h:
7582         Make videotestsrc a pushsrc.
7583
7584 2005-07-14  Wim Taymans  <wim@fluendo.com>
7585
7586         * gst/tcp/gstfdset.c: (gst_fdset_free):
7587         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
7588         (gst_multifdsink_add), (gst_multifdsink_remove),
7589         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
7590         (gst_multifdsink_remove_client_link),
7591         (gst_multifdsink_client_queue_data),
7592         (gst_multifdsink_client_queue_caps),
7593         (gst_multifdsink_client_queue_buffer),
7594         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
7595         (gst_multifdsink_stop):
7596         * gst/tcp/gstmultifdsink.h:
7597         0.8 backporting.
7598
7599         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
7600         Also draw image when not from a pool.
7601
7602 2005-07-14  Wim Taymans  <wim@fluendo.com>
7603
7604         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
7605         (mute_stream), (silence_stream):
7606         Small debug additions.
7607
7608 2005-07-14  Wim Taymans  <wim@fluendo.com>
7609
7610         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
7611         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7612         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
7613         Better error recovery, ignore unconnected pads and
7614         non-fatal errors.
7615
7616 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7617
7618         * docs/libs/tmpl/gstaudio.sgml:
7619         * docs/libs/tmpl/gstcolorbalance.sgml:
7620         * docs/libs/tmpl/gstgconf.sgml:
7621         * docs/libs/tmpl/gstmixer.sgml:
7622         * docs/libs/tmpl/gstringbuffer.sgml:
7623         * docs/libs/tmpl/gsttuner.sgml:
7624         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7625         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7626         (gst_tcpclientsrc_class_init):
7627         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7628         (gst_tcpserversrc_class_init):
7629         * sys/v4l/gstv4lelement.c:
7630           more autistic cleanliness in functions/names/defines
7631
7632 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7633
7634         * configure.ac:
7635           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
7636           added manually to each Makefile.am so we are sure it goes
7637           *last* and doesn't add -L flags before linking in libs of our
7638           own, like, say, internal .la libs, that then accidentally pick
7639           up the installed copy.
7640         * docs/libs/Makefile.am:
7641         * ext/alsa/Makefile.am:
7642         * ext/cdparanoia/Makefile.am:
7643         * ext/gnomevfs/Makefile.am:
7644         * ext/libvisual/Makefile.am:
7645         * ext/ogg/Makefile.am:
7646         * ext/theora/Makefile.am:
7647         * ext/vorbis/Makefile.am:
7648         * gst-libs/gst/video/Makefile.am:
7649         * gst/adder/Makefile.am:
7650         * gst/audioconvert/Makefile.am:
7651         * gst/audiorate/Makefile.am:
7652         * gst/audioscale/Makefile.am:
7653         * gst/ffmpegcolorspace/Makefile.am:
7654         * gst/playback/Makefile.am:
7655         * gst/sine/Makefile.am:
7656         * gst/subparse/Makefile.am:
7657         * gst/tags/Makefile.am:
7658         * gst/tcp/Makefile.am:
7659         * gst/typefind/Makefile.am:
7660         * gst/videorate/Makefile.am:
7661         * gst/videoscale/Makefile.am:
7662         * gst/videotestsrc/Makefile.am:
7663         * gst/volume/Makefile.am:
7664         * sys/v4l/Makefile.am:
7665         * sys/ximage/Makefile.am:
7666         * sys/xvimage/Makefile.am:
7667           adapt properly to this change. This should make sure that
7668           plugins and libs properly link to the as-yet-uninstalled
7669           copies of stuff like libgstinterfaces and libgstvideo
7670
7671 2005-07-13  Andy Wingo  <wingo@pobox.com>
7672
7673         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
7674         (gst_v4lsrc_fixate): Fixate on format as well.
7675
7676         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
7677         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
7678         buffer points to it.
7679         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
7680         rather just doing X calls ourselves. Also fixes a memleak.
7681
7682 2005-07-12  Andy Wingo  <wingo@pobox.com>
7683
7684         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
7685         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
7686         (gst_v4lsrc_create): Re-add the copy-mode property, default to
7687         TRUE to avoid deadlocks if an element holds on to our buffers.
7688
7689 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7690
7691         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7692         (gst_sinesrc_init), (gst_sinesrc_create),
7693         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7694         (gst_sinesrc_start):
7695         * gst/sine/gstsinesrc.h:
7696           removing num-buffers property before moving it
7697
7698 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7699
7700         * configure.ac:
7701           use overridable ERROR_CFLAGS
7702         * docs/libs/gst-plugins-base-libs.types:
7703         * docs/libs/tmpl/gstringbuffer.sgml:
7704         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
7705         (gst_alsasink_class_init):
7706         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7707         (gst_alsasrc_class_init):
7708         * gst-libs/gst/audio/audio.h:
7709         * gst-libs/gst/audio/gstaudioclock.h:
7710         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
7711         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
7712         (gst_audio_filter_link), (gst_audio_filter_init),
7713         (gst_audio_filter_chain), (gst_audio_filter_set_property),
7714         (gst_audio_filter_get_property),
7715         (gst_audio_filter_class_add_pad_templates):
7716         * gst-libs/gst/audio/gstaudiofilter.h:
7717         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7718         (gst_audio_filter_template_get_type),
7719         (gst_audio_filter_template_base_init),
7720         (gst_audio_filter_template_class_init),
7721         (gst_audio_filter_template_init),
7722         (gst_audio_filter_template_set_property),
7723         (gst_audio_filter_template_get_property), (plugin_init),
7724         (gst_audio_filter_template_setup),
7725         (gst_audio_filter_template_filter),
7726         (gst_audio_filter_template_filter_inplace):
7727         * gst-libs/gst/audio/gstaudiosink.c:
7728         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7729         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
7730         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7731         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7732         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
7733         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
7734         * gst-libs/gst/audio/gstaudiosink.h:
7735         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7736         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7737         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7738         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
7739         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
7740         (gst_audio_src_class_init), (gst_audio_src_init),
7741         (gst_audio_src_create_ringbuffer):
7742         * gst-libs/gst/audio/gstaudiosrc.h:
7743         * gst-libs/gst/audio/gstbaseaudiosink.c:
7744         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
7745         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
7746         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
7747         (gst_base_audio_sink_set_property),
7748         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
7749         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
7750         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
7751         (gst_base_audio_sink_create_ringbuffer),
7752         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
7753         * gst-libs/gst/audio/gstbaseaudiosink.h:
7754         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7755         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
7756         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
7757         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
7758         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
7759         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
7760         (gst_base_audio_src_event), (gst_base_audio_src_create),
7761         (gst_base_audio_src_create_ringbuffer),
7762         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
7763         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7764         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7765         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
7766         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
7767         (gst_ring_buffer_debug_spec_caps),
7768         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
7769         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
7770         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
7771         (gst_ring_buffer_start), (gst_ring_buffer_pause),
7772         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
7773         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
7774         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
7775         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
7776         (gst_ring_buffer_clear):
7777         * gst-libs/gst/audio/gstringbuffer.h:
7778         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7779         (gst_video_sink_class_init), (gst_video_sink_get_type):
7780         * gst-libs/gst/video/videosink.h:
7781         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7782         (gst_multifdsink_class_init),
7783         (gst_multifdsink_handle_client_write),
7784         (gst_multifdsink_change_state):
7785         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7786         (gst_tcpclientsink_setcaps):
7787         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7788         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
7789         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
7790         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
7791         (gst_ximagesink_send_pending_navigation),
7792         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
7793         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
7794         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
7795         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7796         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
7797         (gst_xvimagesink_send_pending_navigation),
7798         (gst_xvimagesink_navigation_send_event),
7799         (gst_xvimagesink_set_xwindow_id),
7800         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
7801         (gst_xvimagesink_get_type):
7802         more macro splitting
7803
7804 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7805
7806         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7807           plug a memleak, allows me to import 1479 albums in one go
7808           in jamboree
7809         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7810         (vorbis_handle_type_packet), (vorbis_dec_chain),
7811         (vorbis_dec_change_state):
7812           fix some format strings
7813
7814 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7815
7816         * docs/libs/tmpl/gstcolorbalance.sgml:
7817         * docs/libs/tmpl/gstmixer.sgml:
7818         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7819         (gst_alsasink_set_property), (gst_alsasink_get_property):
7820         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7821         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
7822           add device property
7823
7824 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7825
7826         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7827         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7828         (audiocast_register_listener), (audiocast_thread_run),
7829         (gst_gnomevfssrc_send_additional_headers_callback),
7830         (gst_gnomevfssrc_received_headers_callback),
7831         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
7832         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
7833         (gst_gnomevfssrc_get_size):
7834           add/clean up debugging
7835         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
7836           cleanups
7837
7838 2005-07-07  Andy Wingo  <wingo@pobox.com>
7839
7840         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
7841         framerate. Need to get a handle on when exactly this function is
7842         called, tho.
7843
7844         * sys/v4l/v4lsrc_calls.h:
7845         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
7846         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
7847         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
7848
7849         * sys/v4l/v4l_calls.h: Cast to V4lElement.
7850         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
7851         v4lelements are sources.
7852
7853         * sys/v4l/gstv4lxoverlay.h:
7854         * sys/v4l/gstv4lxoverlay.c:
7855         * sys/v4l/gstv4ltuner.h:
7856         * sys/v4l/gstv4ltuner.c: Header loc fixen.
7857         
7858         * sys/v4l/gstv4lsrc.h:
7859         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
7860         PushSrc/BaseSrc. Removed most sync-related properties, videorate
7861         or something should handle that. Made a live source.
7862
7863         * sys/v4l/gstv4lelement.h:
7864         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
7865         signals. Some cleanups.
7866
7867         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
7868
7869         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
7870         stuff.
7871
7872         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
7873         stuff.
7874
7875         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
7876
7877 2005-07-07  Wim Taymans  <wim@fluendo.com>
7878
7879         * ext/theora/theoradec.c: (theora_get_query_types),
7880         (theora_dec_src_getcaps), (theora_dec_push):
7881         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
7882         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
7883         Remove deprecated/unused query types.
7884
7885 2005-07-06  Wim Taymans  <wim@fluendo.com>
7886
7887         * ext/alsa/Makefile.am:
7888         * ext/alsa/gstalsaplugin.c: (plugin_init):
7889         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
7890         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7891         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
7892         (gst_alsasrc_class_init), (gst_alsasrc_init),
7893         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
7894         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
7895         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
7896         (gst_alsasrc_reset):
7897         * ext/alsa/gstalsasrc.h:
7898         * gst-libs/gst/audio/Makefile.am:
7899         * gst-libs/gst/audio/gstaudiosink.c:
7900         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7901         (gst_audioringbuffer_start):
7902         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7903         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7904         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
7905         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
7906         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7907         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7908         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
7909         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
7910         * gst-libs/gst/audio/gstaudiosrc.h:
7911         * gst-libs/gst/audio/gstbaseaudiosink.c:
7912         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7913         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
7914         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
7915         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7916         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
7917         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
7918         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
7919         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
7920         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
7921         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
7922         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
7923         (gst_baseaudiosrc_change_state):
7924         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7925         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7926         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
7927         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
7928         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7929         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
7930         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
7931         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
7932         * gst-libs/gst/audio/gstringbuffer.h:
7933         Added audiosource base classes.
7934         Ported alsasrc, still very basic.
7935
7936 2005-07-06  Wim Taymans  <wim@fluendo.com>
7937
7938         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
7939         (theora_dec_push), (theora_handle_data_packet):
7940         Prepare for better timestamp fix later.
7941
7942         * gst/audioconvert/gstaudioconvert.c:
7943         List most accurate caps first
7944
7945         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
7946         Use proper pad task function.
7947
7948         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7949         (gst_xvimagesink_show_frame):
7950         Fix deadlock when alloc failed.
7951
7952 2005-07-05  Andy Wingo  <wingo@pobox.com>
7953
7954         * ext/gnomevfs/gstgnomevfssrc.c:
7955         * gst/sine/gstsinesrc.c:
7956         * gst/tcp/gsttcpserversrc.c:
7957         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
7958
7959         * sys/v4l/: Port from 0.8.
7960
7961         * Many files: Null if we got it....
7962
7963 2005-07-05  Andy Wingo  <wingo@pobox.com>
7964
7965         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
7966         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
7967         Signedness fixes.
7968
7969 2005-07-05  Wim Taymans  <wim@fluendo.com>
7970
7971         * configure.ac:
7972         * gst/tcp/Makefile.am:
7973         * gst/tcp/README:
7974         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7975         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
7976         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
7977         (is_sync_frame), (gst_multifdsink_handle_client_write),
7978         (gst_multifdsink_render), (gst_multifdsink_start),
7979         (gst_multifdsink_stop), (gst_multifdsink_change_state):
7980         * gst/tcp/gstmultifdsink.h:
7981         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
7982         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
7983         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
7984         * gst/tcp/gsttcp.h:
7985         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7986         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
7987         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
7988         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
7989         * gst/tcp/gsttcpclientsink.h:
7990         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7991         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
7992         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
7993         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
7994         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
7995         * gst/tcp/gsttcpclientsrc.h:
7996         * gst/tcp/gsttcpplugin.c: (plugin_init):
7997         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
7998         * gst/tcp/gsttcpserversink.h:
7999         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
8000         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
8001         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
8002         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
8003         (gst_tcpserversrc_stop):
8004         * gst/tcp/gsttcpserversrc.h:
8005         * gst/tcp/gsttcpsink.c:
8006         * gst/tcp/gsttcpsink.h:
8007         * gst/tcp/gsttcpsrc.c:
8008         * gst/tcp/gsttcpsrc.h:
8009         Ported tcp plugins to 0.9. 
8010         
8011
8012 2005-07-05  Andy Wingo  <wingo@pobox.com>
8013
8014         * gst/playback/gstplaybasebin.c (fill_buffer):
8015         message_new_application fixen.
8016
8017         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
8018         Style fix.
8019
8020 2005-07-04  Wim Taymans  <wim@fluendo.com>
8021
8022         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
8023         Set caps on output buffer.
8024
8025 2005-07-04  Andy Wingo  <wingo@pobox.com>
8026
8027         * ext/gnomevfs/gstgnomevfssrc.c
8028         (gst_gnomevfssrc_received_headers_callback) 
8029         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
8030         hopefully.
8031
8032         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
8033         No refcount leakage.
8034
8035         * configure.ac: Enable -Werror.
8036         
8037         * ext/theora/theoradec.c (theora_dec_src_getcaps):
8038         * gst/audioconvert/bufferframesconvert.c
8039         (buffer_frames_convert_fixate):
8040         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
8041         (gst_audio_convert_fixate):
8042         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
8043         (gst_sinesrc_create): Fixate func changes.
8044         
8045         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
8046         (gst_ximagesink_buffer_alloc): Unused var.
8047
8048 2005-07-01  Andy Wingo  <wingo@pobox.com>
8049
8050         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
8051         getcaps to do explicit caps. Needs to be done in all decoders,
8052         possibly via a base class.
8053
8054         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
8055
8056         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
8057         caps on the sink pad, just rely on the pad template. Also, setting
8058         ANY caps on a pad is not valid because the caps are not fixed.
8059
8060         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
8061         caps on the buffer, and get the width from the desired_caps if
8062         they're set.
8063         (gst_ximagesink_renegotiate_size): Implement via setting the
8064         desired_caps on the ximagesink.
8065         (gst_ximagesink_setcaps): Only reset the width of the player if it
8066         wasn't already set. Not sure if this is right.
8067         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
8068
8069         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
8070         that the user wants. NULL unless the window has been resized.
8071
8072         * gst/volume/gstvolume.c (volume_transform): Adapt to
8073         basetransform refcount changes.
8074         
8075 2005-07-01  Andy Wingo  <wingo@pobox.com>
8076
8077         * gst/videoscale/gstvideoscale.c:
8078         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
8079         from BaseTransform, implements a transform_caps. Removed dead code
8080         including some PAR stuff that was never reached -- should probably
8081         be added back somehow.
8082
8083 2005-07-01  Andy Wingo  <wingo@pobox.com>
8084
8085         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
8086         come later.
8087
8088 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8089
8090         * configure.ac:
8091         * docs/libs/Makefile.am:
8092         * docs/libs/gst-plugins-libs.types:
8093         * ext/alsa/Makefile.am:
8094         * ext/alsa/gstalsamixer.h:
8095         * ext/alsa/gstalsamixeroptions.h:
8096         * ext/alsa/gstalsamixertrack.h:
8097         * gst-libs/gst/Makefile.am:
8098         * gst-libs/gst/colorbalance/.cvsignore:
8099         * gst-libs/gst/colorbalance/Makefile.am:
8100         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
8101         * gst-libs/gst/colorbalance/colorbalance.c:
8102         * gst-libs/gst/colorbalance/colorbalance.h:
8103         * gst-libs/gst/colorbalance/colorbalance.vcproj:
8104         * gst-libs/gst/colorbalance/colorbalancechannel.c:
8105         * gst-libs/gst/colorbalance/colorbalancechannel.h:
8106         * gst-libs/gst/interfaces/Makefile.am:
8107         * gst-libs/gst/interfaces/colorbalance.c:
8108         (gst_color_balance_class_init):
8109         * gst-libs/gst/interfaces/colorbalance.h:
8110         * gst-libs/gst/interfaces/interfaces-marshal.list:
8111         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
8112         * gst-libs/gst/interfaces/mixer.h:
8113         * gst-libs/gst/interfaces/mixeroptions.h:
8114         * gst-libs/gst/interfaces/navigation.c:
8115         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
8116         * gst-libs/gst/interfaces/tuner.h:
8117         * gst/volume/Makefile.am:
8118         * gst/volume/gstvolume.c:
8119         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
8120         * sys/ximage/Makefile.am:
8121         * sys/ximage/ximagesink.c:
8122         * sys/xvimage/Makefile.am:
8123         * sys/xvimage/xvimagesink.c:
8124           fold in all interfaces into an interfaces dir, preserving CVS
8125           history
8126
8127 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8128
8129         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8130           Fix build after riff changes.
8131
8132 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8133
8134         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8135         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
8136         (gst_riff_create_video_template_caps),
8137         (gst_riff_create_audio_template_caps),
8138         (gst_riff_create_iavs_template_caps):
8139         * gst-libs/gst/riff/riff-media.h:
8140         * gst-libs/gst/riff/riff-read.h:
8141         * gst-libs/gst/riff/riff.c: (gst_riff_init):
8142           Add gst_riff_init() to initialize the debug category, instead
8143           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
8144
8145 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8146
8147         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
8148           Oops, I shouldn't apply hacks.
8149
8150 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8151
8152         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
8153           Remove pad_loop function which doesn't work.
8154
8155 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8156
8157         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
8158           Send EOS when deactivating.
8159         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
8160         (check_queue), (queue_threshold_reached), (queue_out_of_data),
8161         (gen_preroll_element), (probe_triggered), (mute_stream),
8162         (silence_stream), (new_decoded_pad), (setup_substreams),
8163         (set_active_source):
8164         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
8165         (remove_sinks), (add_sink):
8166         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
8167           Change for new probe API.
8168
8169 2005-06-29  Wim Taymans  <wim@fluendo.com>
8170
8171         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
8172         * gst-libs/gst/audio/gstbaseaudiosink.c:
8173         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
8174         (gst_baseaudiosink_change_state):
8175         * gst-libs/gst/audio/gstbaseaudiosink.h:
8176         * gst-libs/gst/audio/gstringbuffer.c:
8177         (gst_ringbuffer_set_callback):
8178         Fix compilation error.
8179         Ringbuffer starts out as not running.
8180         Free our clock in dispose.
8181         When releasing the ringbuffer we need to renegotiate so
8182         clear the pad caps.
8183
8184 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8185
8186         * autogen.sh:
8187         * configure.ac:
8188         * docs/Makefile.am:
8189         * docs/libs/Makefile.am:
8190         * docs/libs/gst-plugins-libs-docs.sgml:
8191         * docs/libs/gst-plugins-libs-sections.txt:
8192         * docs/libs/gst-plugins-libs.types:
8193         * docs/libs/tmpl/gstaudio.sgml:
8194         * docs/libs/tmpl/gstcolorbalance.sgml:
8195         * docs/libs/tmpl/gstringbuffer.sgml:
8196         * gst-libs/gst/audio/gstringbuffer.c:
8197         (gst_ringbuffer_set_callback):
8198           reinstate gtk-doc docs for plugin libs
8199
8200 2005-06-28  Wim Taymans  <wim@fluendo.com>
8201
8202         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8203         (gst_ogg_demux_init):
8204         Removed pad loop function.
8205
8206 2005-06-28  Wim Taymans  <wim@fluendo.com>
8207
8208         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8209         If we're building a chain we are not in an error case
8210         when we queue a buffer.
8211
8212 2005-06-28  Andy Wingo  <wingo@pobox.com>
8213
8214         * *.c: Don't cast to GstObject before reffing/unreffing.
8215
8216 2005-06-27  Andy Wingo  <wingo@pobox.com>
8217
8218         * gst/videotestsrc/gstvideotestsrc.c
8219         (gst_videotestsrc_activate_push): Activation API changes.
8220
8221         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
8222         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
8223         they have refs on the decodebin.
8224
8225         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
8226         parent class.
8227         (gst_ogg_pad_typefind): Don't leak a pad ref.
8228         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
8229         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
8230         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
8231
8232 2005-06-27  Edward Hervey  <edward@fluendo.com>
8233
8234         * ext/theora/theoradec.c: (theora_dec_change_state): 
8235         re-arranged call to parent's state change in order to avoid locks (or
8236         worse).
8237
8238 2005-06-26  Edward Hervey  <edward@fluendo.com>
8239
8240         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8241         2nd argument of 'unknow-type' signal is a GstCaps and not a
8242         GstMiniObject
8243
8244 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
8245         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
8246           Set the worker thread's running flag to TRUE before starting the
8247           thread.
8248         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
8249           Catch a failure to add typefind to the bin.
8250
8251 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8252
8253         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8254         (gst_sinesrc_init), (gst_sinesrc_create),
8255         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
8256         (gst_sinesrc_start):
8257         * gst/sine/gstsinesrc.h:
8258           add num-buffers and timestamp-offset properties
8259         * gst/videotestsrc/gstvideotestsrc.c:
8260         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
8261         (gst_videotestsrc_get_property):
8262           add timestamp-offset property
8263
8264 2005-06-23  Christian Schaller  <uraeus@gnome.org>
8265
8266         * configure.ac: add videorate
8267         * gst-plugins-base.spec.in: add videorate
8268
8269 2005-06-23  Wim Taymans  <wim@fluendo.com>
8270
8271         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8272         (gst_videorate_getcaps), (gst_videorate_setcaps),
8273         (gst_videorate_event), (gst_videorate_chain):
8274         Fixed videorate, fixating an already fixated caps is not
8275         an error.
8276
8277 2005-06-23  Wim Taymans  <wim@fluendo.com>
8278
8279         * ext/ogg/README:
8280         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
8281         Buffer on caps is not boxed anymore.
8282
8283 2005-06-22  Wim Taymans  <wim@fluendo.com>
8284
8285         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
8286         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8287         Set buffers on caps as miniobjects and not as boxed.
8288
8289 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8290
8291         * configure.ac:
8292           back to HEAD
8293
8294 === release 0.9.1 ===
8295
8296 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8297
8298         * .cvsignore:
8299         * NEWS:
8300         * README:
8301         * RELEASE:
8302         * configure.ac:
8303         * po/af.po:
8304         * po/az.po:
8305         * po/cs.po:
8306         * po/en_GB.po:
8307         * po/hu.po:
8308         * po/it.po:
8309         * po/nb.po:
8310         * po/nl.po:
8311         * po/or.po:
8312         * po/sq.po:
8313         * po/sr.po:
8314         * po/sv.po:
8315         * po/uk.po:
8316         * po/vi.po:
8317           updates for release
8318
8319 2005-06-09  Andy Wingo  <wingo@pobox.com>
8320
8321         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
8322         
8323 2005-06-09  Andy Wingo  <wingo@pobox.com>
8324
8325         * configure.ac:
8326         * gst-libs/gst/Makefile.am:
8327         * gst-libs/gst/net/Makefile.am:
8328         Add gstnet to build.
8329
8330 2005-06-09  Andy Wingo  <wingo@pobox.com>
8331
8332         * gst-libs/gst/gconf/gconf.c:
8333         * gst/playback/test.c:
8334         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
8335         fixes.
8336
8337         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
8338
8339         * ext/theora/theoraenc.c (theora_enc_chain): 
8340         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
8341
8342         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
8343         RealPad.
8344
8345 2005-06-02  Wim Taymans  <wim@fluendo.com>
8346
8347         * gst-libs/gst/net/Makefile.am:
8348         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
8349         * pkgconfig/gstreamer-libs.pc.in:
8350         Added net stuff, version net lib.
8351
8352 2005-06-02  Wim Taymans  <wim@fluendo.com>
8353
8354         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8355         (query_rates), (query_positions_elems), (query_positions_pads),
8356         (do_seek):
8357         Updated seek example.
8358
8359 2005-06-02  Andy Wingo  <wingo@pobox.com>
8360
8361         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
8362         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
8363         list.
8364
8365         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
8366         remove the typefind, the bin dispose will do it for us. When it's
8367         removed and unreffed, the signal handler will be disconnected,
8368         too.
8369         (unlinked): It's too difficult to disconnect from unlinked
8370         handlers, as they are on pads not elements. Just punt if the pads
8371         aren't grandkids of the bin.
8372
8373 2005-06-02  Wim Taymans  <wim@fluendo.com>
8374
8375         * ext/ogg/README:
8376         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8377         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
8378         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
8379         * ext/theora/theoradec.c: (theora_dec_src_query),
8380         (theora_handle_data_packet):
8381         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8382         (theora_enc_chain):
8383         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8384         (vorbis_handle_data_packet):
8385         * gst/audioconvert/bufferframesconvert.c:
8386         (buffer_frames_convert_chain):
8387         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8388         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8389         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8390         (gst_ffmpegcsp_chain):
8391         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8392         (gst_videorate_getcaps), (gst_videorate_setcaps),
8393         (gst_videorate_event), (gst_videorate_chain):
8394         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
8395         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
8396         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8397         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
8398         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8399         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
8400         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
8401         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8402         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
8403         Cleanups and buffer alloc.
8404
8405 2005-05-31  Wim Taymans  <wim@fluendo.com>
8406
8407         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
8408         Don't try to call the delay method when the device is not
8409         opened.
8410
8411 2005-05-31  Wim Taymans  <wim@fluendo.com>
8412
8413         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
8414         Get actual segment size and buffer size after opening
8415         the device.
8416
8417 2005-05-30  Wim Taymans  <wim@fluendo.com>
8418
8419         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
8420         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
8421         Also FLUSH upstream, makes the loop function exit faster.
8422         
8423         * ext/theora/theoradec.c: (theora_dec_src_query):
8424         Some more debug info in the query.
8425         
8426         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8427         (gst_ximagesink_setcaps):
8428         Release lock on par error, better error reporting.
8429
8430 2005-05-26  Wim Taymans  <wim@fluendo.com>
8431
8432         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8433         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
8434         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
8435         Clear chains in READY
8436         Queue packets until the chain is activated.
8437
8438 2005-05-25  Wim Taymans  <wim@fluendo.com>
8439
8440         * gst-libs/gst/audio/gstaudiosink.c:
8441         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8442         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8443         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8444         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8445         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8446         (gst_audiosink_create_ringbuffer):
8447         * gst-libs/gst/audio/gstbaseaudiosink.c:
8448         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8449         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8450         (gst_baseaudiosink_set_property), (build_linear_format),
8451         (debug_spec_caps), (debug_spec_buffer),
8452         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8453         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8454         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8455         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8456         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8457         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8458         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8459         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8460         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8461         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8462         (wait_segment), (gst_ringbuffer_commit),
8463         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8464         (gst_ringbuffer_clear):
8465         Various small cleanups.
8466
8467         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8468         (gst_audio_convert_change_state):
8469         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
8470         No need to take the locks anymore.
8471
8472 2005-05-25  Wim Taymans  <wim@fluendo.com>
8473
8474         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8475         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
8476         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
8477         (type_found):
8478         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
8479         (group_destroy), (group_commit), (queue_overrun),
8480         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
8481         (mute_stream), (new_decoded_pad), (setup_substreams),
8482         (setup_source), (mute_group_type), (set_active_source),
8483         (gst_play_base_bin_change_state):
8484         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8485         (gen_video_element), (gen_text_element), (gen_audio_element),
8486         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
8487         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
8488         (gst_stream_info_dispose), (gst_stream_info_set_mute):
8489         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
8490         Some playbin cleanups mostly refcounting sloppyness.
8491
8492 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8493
8494         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8495           Work with streaming input.
8496
8497 2005-05-25  Wim Taymans  <wim@fluendo.com>
8498
8499         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8500         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8501         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8502         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
8503         No need to take the STREAM lock anymore.
8504
8505 2005-05-25  Wim Taymans  <wim@fluendo.com>
8506
8507         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
8508         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
8509         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
8510         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
8511         (gst_ogg_demux_sink_activate):
8512         * ext/theora/theoradec.c: (theora_dec_src_event),
8513         (theora_handle_comment_packet), (theora_dec_chain),
8514         (theora_dec_change_state):
8515         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8516         (vorbis_handle_data_packet), (vorbis_dec_chain),
8517         (vorbis_dec_change_state):
8518         Remove STREAM locks as they are taken in core now.
8519         Never set bogus granulepos on vorbis/theora.
8520         Fix leaks in theoradec tag parsing.
8521
8522 2005-05-25  Wim Taymans  <wim@fluendo.com>
8523
8524         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
8525         Fix memleaks, GST_BUFFER_DATA() is not freed.
8526
8527 2005-05-25  Wim Taymans  <wim@fluendo.com>
8528
8529         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
8530         Open non-blocking, set to blocking mode afterwards to avoid
8531         lockups when audio device is busy.
8532
8533 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8534
8535         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
8536           This can't be good.
8537
8538 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8539
8540         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8541         (gst_audio_convert_chain), (gst_audio_convert_link_src),
8542         (gst_audio_convert_setcaps):
8543           Implement instant setup switching.
8544
8545 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8546
8547         * gst/playback/gstplaybasebin.c: (probe_triggered):
8548           Fix missing unlock.
8549         * gst/playback/gstplaybin.c: (add_sink):
8550           First add, then link (otherwise pad link fails).
8551
8552 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8553
8554         * examples/Makefile.am:
8555         fix buildbot (make distcheck)
8556
8557 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8558
8559         * gst/playback/gstplaybin.c: (gen_vis_element):
8560           Remove some wrong code. Doesn't work yet.
8561
8562 2005-05-19  Wim Taymans  <wim@fluendo.com>
8563
8564         * gst-libs/gst/net/Makefile.am:
8565         * gst-libs/gst/net/README:
8566         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
8567         (gst_netbuffer_class_init), (gst_netbuffer_init),
8568         (gst_netbuffer_finalize), (gst_netbuffer_copy),
8569         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
8570         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
8571         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
8572         * gst-libs/gst/net/gstnetbuffer.h:
8573         Added buffer subclass to store extra to/from addresses for
8574         network sources/sinks.
8575
8576 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8577
8578         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
8579           Don't lock an unassigned variable.
8580
8581 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8582
8583         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8584           Increase buffer for video, decrease buffer for other media types.
8585         * gst/playback/gstplaybin.c: (gen_video_element),
8586         (gen_audio_element):
8587           Change names for debugging purposes.
8588
8589 2005-05-18  Wim Taymans  <wim@fluendo.com>
8590
8591         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8592         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8593         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8594         (gst_ffmpegcsp_chain):
8595         Enable buffer alloc passthrough if the source and dest
8596         formats are the same.
8597
8598 2005-05-17  Wim Taymans  <wim@fluendo.com>
8599
8600         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8601         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
8602         (gst_ogg_demux_chain_unlocked):
8603         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8604         (gst_audio_convert_caps_remove_format_info),
8605         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8606         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
8607         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8608         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8609         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
8610         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
8611         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
8612         (gst_ffmpegcsp_get_property):
8613         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8614         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
8615         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
8616         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
8617         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
8618         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
8619         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
8620         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
8621         Leak fixes in oggdemux.
8622         Some cleanups in audioconvert.
8623         Make passthrough work along with buffer_alloc etc.
8624         Make buffer_alloc and buffer recycling actually work in
8625         xvimagesink.
8626
8627 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8628
8629         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
8630           make the compiler happy
8631
8632 2005-05-17  Wim Taymans  <wim@fluendo.com>
8633
8634         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8635         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8636         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
8637         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
8638         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8639         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
8640         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
8641         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
8642         (gst_xvimagesink_set_xwindow_id):
8643         * sys/xvimage/xvimagesink.h:
8644         Port xvimagesink to new MiniObject.
8645
8646 2005-05-17  Wim Taymans  <wim@fluendo.com>
8647
8648         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
8649         (gst_audiofilter_chain):
8650         * gst-libs/gst/audio/gstaudiosink.c:
8651         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8652         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8653         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8654         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8655         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8656         (gst_audiosink_create_ringbuffer):
8657         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8658         (gst_audio_convert_caps_remove_format_info),
8659         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8660         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8661         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8662         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8663         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8664         Fix passthrough in ffmpegcolorspace.
8665         Fix memset in audiosink on wrong memory.
8666
8667 2005-05-16  David Schleef  <ds@schleef.org>
8668
8669         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
8670         to GstMiniObject.
8671
8672 2005-05-16  David Schleef  <ds@schleef.org>
8673
8674         Port from GstData to GstMiniObject.
8675         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
8676         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
8677         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
8678         (gst_ogg_mux_collected):
8679         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8680         * ext/theora/theoradec.c: (theora_handle_comment_packet),
8681         (theora_handle_data_packet):
8682         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8683         (theora_set_header_on_caps), (theora_enc_chain):
8684         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8685         (vorbis_handle_comment_packet):
8686         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8687         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
8688         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
8689         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
8690         * gst/audioconvert/gstaudioconvert.c:
8691         (gst_audio_convert_get_buffer):
8692         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8693         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
8694         (mute_stream), (silence_stream):
8695         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
8696         * gst/volume/gstvolume.c: (volume_transform):
8697         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8698         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
8699         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
8700         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
8701         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
8702         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
8703         (gst_ximagesink_buffer_alloc):
8704         * sys/ximage/ximagesink.h:
8705
8706 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8707
8708         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8709         (fill_buffer), (check_queue), (queue_threshold_reached),
8710         (queue_out_of_data):
8711         * gst/playback/gstplaybasebin.h:
8712           Post buffer-fullness on the bus.
8713
8714 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8715
8716         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8717         (try_to_link_1):
8718         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8719         (group_commit), (probe_triggered), (setup_source),
8720         (gst_play_base_bin_change_state):
8721         * gst/playback/gstplaybasebin.h:
8722         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8723         (gst_play_bin_init), (remove_sinks), (setup_sinks),
8724         (gst_play_bin_change_state):
8725           Move setup_output_pads into a virtual function, remove
8726           group-switch (no longer needed) and redirect (handled by bus
8727           now) signals.
8728
8729 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8730
8731         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
8732         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
8733         (get_active_group), (get_building_group), (group_destroy),
8734         (group_commit), (check_queue), (queue_overrun),
8735         (queue_threshold_reached), (queue_out_of_data),
8736         (gen_preroll_element), (remove_groups), (unknown_type),
8737         (add_element_stream), (no_more_pads), (probe_triggered),
8738         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
8739         (setup_substreams), (setup_source), (finish_source),
8740         (prepare_output), (muted_group_change_state),
8741         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8742         (gst_play_base_bin_change_state):
8743         * gst/playback/gstplaybasebin.h:
8744         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8745         (gst_play_bin_init), (gst_play_bin_set_property),
8746         (gen_video_element), (gen_text_element), (gen_audio_element),
8747         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
8748         (gst_play_bin_change_state):
8749         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
8750         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
8751         (stream_info_change_state), (gst_stream_info_set_mute),
8752         (gst_stream_info_get_property):
8753         * gst/playback/gststreaminfo.h:
8754         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8755         (gst_stream_selector_get_linked_pad),
8756         (gst_stream_selector_getcaps),
8757         (gst_stream_selector_get_linked_pads),
8758         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
8759         * gst/playback/gststreamselector.h:
8760           Rough port of playbin. Needs some more work, but is mostly done,
8761           and uses a few locks in important places, which should make stuff
8762           like chain-switches clean. Still uses GST_STATE() in a few places,
8763           which isn't all that good an idea, subtitles/elements disabled
8764           because no elements to test with and thus probably broken, query
8765           and event handling moved to GstBin, internal thread removed
8766           alltogether because the pipeline does that for us now. Can play
8767           Ogg/Vorbis files. Haven't tested anything else yet.
8768
8769 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8770
8771         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
8772           Do no-more-pads (needed for autoplugging).
8773
8774 2005-05-10  Andy Wingo  <wingo@pobox.com>
8775
8776         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
8777         message to the bus with the tags. Still not sent downstream tho.
8778
8779         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
8780         get_parent.
8781         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
8782         avoid refcounting hassles.
8783
8784 2005-05-09  Andy Wingo  <wingo@pobox.com>
8785
8786         * gst/volume/Makefile.am:
8787         * gst/volume/demo.c
8788         * gst/volume/gstvolume.h
8789         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
8790         basetransform. Probably need an audio filter base class.
8791
8792 2005-05-09  Wim Taymans  <wim@fluendo.com>
8793
8794         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
8795         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
8796         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
8797         (gst_vorbisenc_chain):
8798         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8799         (gst_audio_convert_caps_remove_format_info),
8800         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8801         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8802         Make caps writable before writing to it.
8803         Fix negotiation in audioconvert some more.
8804
8805 2005-05-09  Wim Taymans  <wim@fluendo.com>
8806
8807         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8808         (gst_videorate_getcaps), (gst_videorate_setcaps),
8809         (gst_videorate_event), (gst_videorate_chain):
8810         Better negotiation.
8811
8812 2005-05-09  Wim Taymans  <wim@fluendo.com>
8813
8814         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
8815         (gst_videorate_getcaps), (gst_videorate_setcaps),
8816         (gst_videorate_blank_data), (gst_videorate_init),
8817         (gst_videorate_event), (gst_videorate_chain),
8818         (gst_videorate_change_state):
8819         Port videorate, do a better job at negotiation while we're at
8820         it.
8821
8822 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
8823
8824         * configure.ac:
8825           Disable libvisual
8826
8827         * examples/Makefile.am:
8828         * gst-libs/gst/audio/Makefile.am:
8829         * gst-libs/gst/riff/Makefile.am:
8830         * gst-libs/gst/tag/Makefile.am:
8831         * gst-libs/gst/video/Makefile.am:
8832           Fixups for missing variables.
8833
8834 2005-05-09  Wim Taymans  <wim@fluendo.com>
8835
8836         * examples/seeking/seek.c: (make_theora_pipeline),
8837         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
8838         (query_rates), (query_positions_elems), (query_positions_pads),
8839         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
8840         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
8841         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
8842         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
8843         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
8844         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
8845         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8846         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8847         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8848         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
8849         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
8850         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
8851         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8852         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
8853         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
8854         (theora_dec_src_convert), (theora_dec_sink_convert),
8855         (theora_dec_src_query), (theora_dec_sink_query),
8856         (theora_dec_src_event), (theora_dec_sink_event),
8857         (theora_handle_comment_packet), (theora_handle_type_packet),
8858         (theora_handle_header_packet), (theora_handle_data_packet),
8859         (theora_dec_chain):
8860         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8861         (vorbis_dec_convert), (vorbis_dec_src_query),
8862         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8863         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8864         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8865         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8866         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8867         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
8868         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
8869         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8870         (gst_play_bin_query):
8871         * gst/playback/test3.c: (update_scale):
8872         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
8873         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
8874         * gst/subparse/gstsubparse.c: (gst_subparse_init):
8875         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
8876         (gst_videotestsrc_src_query):
8877         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
8878         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
8879         (paint_hline_YUV9):
8880         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8881         Port to new query API.
8882         Updated seek.
8883         Cleanups in x[v]imagesink
8884
8885 2005-05-09  Andy Wingo  <wingo@pobox.com>
8886
8887         * ext/alsa/gstalsasink.h:
8888         * ext/gnomevfs/gstgnomevfssrc.c:
8889         (gst_gnomevfssrc_get_icy_metadata):
8890         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
8891         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
8892         * ext/theora/theoradec.c (theora_dec_src_query)
8893         (theora_dec_src_event, theora_dec_sink_event)
8894         (theora_handle_comment_packet, theora_handle_data_packet):
8895         * ext/theora/theoraenc.c (theora_enc_chain):
8896         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
8897         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
8898         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
8899         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
8900         (qt_type_find):
8901         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
8902         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
8903         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
8904         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
8905         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
8906         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
8907         (paint_setup_xBGR8888, paint_setup_RGBx8888)
8908         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
8909         (paint_setup_RGB565, paint_setup_xRGB1555):
8910         * gst/videotestsrc/videotestsrc.h:
8911         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
8912         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
8913         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
8914         GCC4 fixes.
8915         
8916         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
8917         gst_pad_query_position. Fixes oggdemux.
8918
8919 2005-05-08  David Schleef  <ds@schleef.org>
8920
8921         * configure.ac: Require liboil.
8922         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
8923         a few more.
8924         * gst/videotestsrc/videotestsrc.c:
8925         * gst/videotestsrc/videotestsrc.h:
8926
8927 2005-05-06  Wim Taymans  <wim@fluendo.com>
8928
8929         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8930         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8931         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8932         Well, unreffing a buffer right before pushing it is asking
8933         for trouble..
8934
8935 2005-05-06  Christian Schaller  <uraeus@gnome.org>
8936
8937         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
8938
8939 2005-05-06  Wim Taymans  <wim@fluendo.com>
8940
8941         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8942         (gst_audio_convert_caps_remove_format_info),
8943         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8944         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8945         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8946         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8947         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8948         * gst/sine/Makefile.am:
8949         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
8950         (gst_sinesrc_class_init), (gst_sinesrc_init),
8951         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
8952         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
8953         (gst_sinesrc_update_freq):
8954         * gst/sine/gstsinesrc.h:
8955         * gst/tcp/gstmultifdsink.c:
8956         * sys/xvimage/xvimagesink.c:
8957         Fixed negotiation wrt _peer_get_caps()
8958         Some cleanups.
8959
8960
8961 2005-05-06  Wim Taymans  <wim@fluendo.com>
8962
8963         * gst-libs/gst/audio/gstaudiosink.c:
8964         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8965         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8966         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8967         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8968         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8969         (gst_audiosink_create_ringbuffer):
8970         * gst-libs/gst/audio/gstbaseaudiosink.c:
8971         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8972         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8973         (gst_baseaudiosink_set_property), (build_linear_format),
8974         (debug_spec_caps), (debug_spec_buffer),
8975         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8976         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8977         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8978         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8979         * gst-libs/gst/audio/gstbaseaudiosink.h:
8980         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8981         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8982         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8983         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8984         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8985         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8986         (wait_segment), (gst_ringbuffer_commit),
8987         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8988         (gst_ringbuffer_clear):
8989         * gst-libs/gst/audio/gstringbuffer.h:
8990         Make the base audiosink return an error when there is no
8991         audiobuffer negotiated.
8992
8993 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8994
8995         * ext/Makefile.am:
8996         Disable cdparanoia until someone ports it!
8997
8998 2005-05-06  Wim Taymans  <wim@fluendo.com>
8999
9000         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9001         (gst_ogg_demux_sink_activate):
9002         And revert after wingo's revert.. sigh..
9003
9004 2005-05-05  Andy Wingo  <wingo@pobox.com>
9005
9006         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
9007         GObject.
9008         * configure.ac: Return audiorate and subparse from the ghetto.
9009         Re-enable -Wall -Werror.
9010         * gst/subparse/gstsubparse.c:
9011         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
9012         or chain-based. Cleaned up a bit. Not tested.
9013         
9014 2005-05-05  Christian Schaller <christian@fluendo.com> 
9015
9016         * Makefile.am: remove stuff that is not building
9017         * configure.ac: remove stuff that is not building
9018         * examples/Makefile.am: remove stuff that is not building
9019         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
9020         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
9021         * sys/Makefile.am: remove stuff that is not building
9022         * testsuite/Makefile.am: remove stuff that is not building
9023
9024 2005-05-05  Andy Wingo  <wingo@pobox.com>
9025
9026         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
9027         * gst-libs/gst/tag/gstvorbistag.c:
9028         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
9029         * gst/adder/gstadder.h:
9030         * gst/audioconvert/gstchannelmix.c:
9031         (gst_audio_convert_fill_one_other):
9032         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
9033         (gst_audiorate_init), (gst_audiorate_chain):
9034         * gst/playback/gstplaybasebin.c: (setup_source):
9035         * gst/playback/test3.c: (update_scale):
9036         Some GCC4 fixes
9037         
9038         * po/af.po:
9039         * po/az.po:
9040         * po/cs.po:
9041         * po/en_GB.po:
9042         * po/hu.po:
9043         * po/it.po:
9044         * po/nb.po:
9045         * po/nl.po:
9046         * po/or.po:
9047         * po/sq.po:
9048         * po/sr.po:
9049         * po/sv.po:
9050         * po/uk.po:
9051         * po/vi.po: Foo
9052
9053 2005-05-05  Wim Taymans  <wim@fluendo.com>
9054
9055         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9056         (gst_audio_convert_caps_remove_format_info),
9057         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
9058         (gst_audio_convert_change_state), (gst_audio_convert_channels):
9059         * gst/videotestsrc/gstvideotestsrc.c:
9060         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
9061         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
9062         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
9063         (gst_videotestsrc_init), (gst_videotestsrc_loop):
9064         Don't ignore _push() return values.
9065         Make sure no processing is done when shutting down.
9066         Videotestsrc pad activation fix.
9067
9068 2005-05-05  Wim Taymans  <wim@fluendo.com>
9069
9070         * gst/adder/Makefile.am:
9071         * gst/adder/gstadder.c: (gst_adder_setcaps),
9072         (gst_adder_class_init), (gst_adder_init),
9073         (gst_adder_request_new_pad), (gst_adder_collected),
9074         (gst_adder_change_state):
9075         * gst/adder/gstadder.h:
9076         Ported adder as an example of a mixer element using
9077         collect pads. Needs more negotiation work.
9078
9079 2005-05-05  Wim Taymans  <wim@fluendo.com>
9080
9081         * ext/theora/theoradec.c: (_inc_granulepos),
9082         (theora_dec_src_event), (theora_dec_sink_event),
9083         (theora_handle_comment_packet), (theora_handle_type_packet),
9084         (theora_handle_header_packet), (theora_handle_data_packet),
9085         (theora_dec_chain):
9086         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
9087         (gst_theora_enc_init), (theora_enc_sink_setcaps),
9088         (theora_push_buffer), (theora_push_packet),
9089         (theora_enc_sink_event), (theora_enc_chain),
9090         (theora_enc_change_state), (theora_enc_set_property),
9091         (theora_enc_get_property):
9092         Added stream lock to decoder so that we can serialize
9093         the discont event.
9094         More theoraenc porting, recover from errors, do clean
9095         shutdown.
9096
9097 2005-05-05  Wim Taymans  <wim@fluendo.com>
9098
9099         * ext/ogg/Makefile.am:
9100         * ext/ogg/README:
9101         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9102         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
9103         (gst_ogg_print):
9104         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
9105         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
9106         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
9107         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
9108         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
9109         (gst_ogg_mux_change_state):
9110         Ported ogg muxer.
9111
9112 2005-05-05  Wim Taymans  <wim@fluendo.com>
9113
9114         * docs/design-audiosinks.txt:
9115         * gst-libs/gst/audio/TODO:
9116         * gst-libs/gst/audio/gstaudiosink.c:
9117         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9118         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9119         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9120         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9121         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9122         (gst_audiosink_create_ringbuffer):
9123         * gst-libs/gst/audio/gstbaseaudiosink.c:
9124         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9125         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9126         (gst_baseaudiosink_set_property), (build_linear_format),
9127         (debug_spec_caps), (debug_spec_buffer),
9128         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9129         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9130         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9131         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9132         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
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         More work on the audiosink, mostly debugging and a race in
9141         shutdown.
9142
9143 2005-04-28  Wim Taymans  <wim@fluendo.com>
9144
9145         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9146         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
9147         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
9148         (vorbis_dec_src_query), (vorbis_dec_src_event),
9149         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
9150         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
9151         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
9152         Don't crap out when seeking back to position 0.
9153
9154 2005-04-28  Wim Taymans  <wim@fluendo.com>
9155
9156         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
9157         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
9158         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
9159         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
9160         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
9161         Make audio sink configurable, use alsasink as default.
9162
9163 2005-04-28  Wim Taymans  <wim@fluendo.com>
9164
9165         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9166         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
9167         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
9168         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
9169         (vorbis_dec_change_state):
9170         * ext/vorbis/vorbisdec.h:
9171         Refactor, use STREAM_LOCK.
9172
9173 2005-04-28  Wim Taymans  <wim@fluendo.com>
9174
9175         * ext/theora/theoradec.c: (_inc_granulepos),
9176         (theora_dec_sink_event), (theora_handle_comment_packet),
9177         (theora_handle_type_packet), (theora_handle_header_packet),
9178         (theora_handle_data_packet), (theora_dec_chain),
9179         (theora_dec_change_state):
9180         Refactor a bit, use STREAM_LOCK.
9181
9182 2005-04-28  Wim Taymans  <wim@fluendo.com>
9183
9184         * ext/alsa/Makefile.am:
9185         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
9186         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
9187         (gst_alsa_link), (gst_alsa_close_audio):
9188         * ext/alsa/gstalsaplugin.c: (plugin_init):
9189         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
9190         (gst_alsasink_dispose), (gst_alsasink_base_init),
9191         (gst_alsasink_class_init), (gst_alsasink_init),
9192         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
9193         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
9194         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
9195         (gst_alsasink_reset):
9196         * ext/alsa/gstalsasink.h:
9197         Implement alsasink with simple open/write/close API. 
9198         Make alsa dir build by disabling compilation of code.
9199
9200 2005-04-28  Wim Taymans  <wim@fluendo.com>
9201
9202         * gst-libs/gst/audio/Makefile.am:
9203         * gst-libs/gst/audio/audio.h:
9204         * gst-libs/gst/audio/audioclock.c:
9205         * gst-libs/gst/audio/audioclock.h:
9206         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
9207         (gst_audio_clock_class_init), (gst_audio_clock_init),
9208         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
9209         * gst-libs/gst/audio/gstaudioclock.h:
9210         * gst-libs/gst/audio/gstaudiosink.c:
9211         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9212         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9213         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9214         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9215         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9216         (gst_audiosink_create_ringbuffer):
9217         * gst-libs/gst/audio/gstbaseaudiosink.c:
9218         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9219         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9220         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
9221         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
9222         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9223         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9224         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9225         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9226         * gst-libs/gst/audio/gstbaseaudiosink.h:
9227         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9228         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
9229         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9230         (gst_ringbuffer_release), (gst_ringbuffer_play),
9231         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
9232         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
9233         (gst_ringbuffer_set_sample), (wait_segment),
9234         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
9235         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
9236         * gst-libs/gst/audio/gstringbuffer.h:
9237         Make ringbuffer faster and more simple by removing the locks
9238         in the playback thread.
9239         Add sample accurate playback based on buffer sample offsets.
9240         Make the baseaudiosink provide a clock.
9241         Parse caps in the base class.
9242         Correctly handle seeking, flushing and state changes.
9243
9244 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9245
9246         * configure.ac:
9247         * gst/audioconvert/Makefile.am:
9248         * gst/audioscale/Makefile.am:
9249           Fix part of the build.  Come on guys, autogen didn't even work :)
9250
9251 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9252
9253         * configure.ac:
9254         * gst-libs/gst/Makefile.am:
9255         * gst-libs/gst/media-info/.cvsignore:
9256         * gst-libs/gst/media-info/Makefile.am:
9257         * gst-libs/gst/media-info/README:
9258         * gst-libs/gst/media-info/media-info-priv.c:
9259         * gst-libs/gst/media-info/media-info-priv.h:
9260         * gst-libs/gst/media-info/media-info-test.c:
9261         * gst-libs/gst/media-info/media-info.c:
9262         * gst-libs/gst/media-info/media-info.h:
9263         * gst-libs/gst/media-info/media-info.vcproj:
9264         * pkgconfig/Makefile.am:
9265         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
9266         * pkgconfig/gstreamer-media-info.pc.in:
9267           Remove media-info, which is also successed by playbin (see Totem
9268           implementation).
9269
9270 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9271
9272         * configure.ac:
9273         * examples/Makefile.am:
9274         * examples/gstplay/.cvsignore:
9275         * examples/gstplay/Makefile.am:
9276         * examples/gstplay/player.c:
9277         * gst-libs/gst/Makefile.am:
9278         * gst-libs/gst/play/.cvsignore:
9279         * gst-libs/gst/play/Makefile.am:
9280         * gst-libs/gst/play/play.c:
9281         * gst-libs/gst/play/play.h:
9282         * gst-libs/gst/play/play.vcproj:
9283         * pkgconfig/Makefile.am:
9284         * pkgconfig/gstreamer-play-uninstalled.pc.in:
9285         * pkgconfig/gstreamer-play.pc.in:
9286           Remove libgstplay, playbin is now the official successor.
9287
9288 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9289
9290         * configure.ac:
9291         * gst-libs/gst/Makefile.am:
9292         * gst-libs/gst/xwindowlistener/Makefile.am:
9293         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9294         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
9295           Remove deprecated xwindowlistener (I've moved xwindowlistening
9296           in the v4l/v4l2 plugins over to serverside).
9297
9298 2005-04-25  David Schleef  <ds@schleef.org>
9299
9300         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
9301         to examples/dynparams.  Examples do not belong interspersed with
9302         source code.
9303         * examples/dynparams/demo-dparams.c:
9304         * gst/sine/Makefile.am:
9305         * gst/sine/demo-dparams.c:
9306
9307 2005-04-25  David Schleef  <ds@schleef.org>
9308
9309         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
9310         * gst-libs/gst/audio/Makefile.am:
9311         * gst-libs/gst/riff/Makefile.am:
9312         * gst-libs/gst/tag/Makefile.am:
9313         * gst-libs/gst/video/Makefile.am:
9314         * gst-libs/gst/xwindowlistener/Makefile.am:
9315
9316         Convert to 0.9 API, seems to work:
9317         * sys/ximage/Makefile.am:
9318         * sys/ximage/ximagesink.c:
9319
9320 2005-04-24  David Schleef  <ds@schleef.org>
9321
9322         Link plugins against libraries:
9323         * ext/alsa/Makefile.am:
9324         * gst/tcp/Makefile.am:
9325
9326         Remove asm code that should be in liboil
9327         * gst/videoscale/Makefile.am:
9328         * gst/videoscale/videoscale_x86_asm.s:
9329
9330         gettext wants these checked in:
9331         * po/af.po:
9332         * po/az.po:
9333         * po/cs.po:
9334         * po/en_GB.po:
9335         * po/hu.po:
9336         * po/it.po:
9337         * po/nb.po:
9338         * po/nl.po:
9339         * po/or.po:
9340         * po/sq.po:
9341         * po/sr.po:
9342         * po/sv.po:
9343         * po/uk.po:
9344         * po/vi.po:
9345
9346 2005-04-24  David Schleef  <ds@schleef.org>
9347
9348         Convert gst_main() to g_main_loop_run()
9349         * gst/playback/decodetest.c: (main):
9350         * gst/playback/test2.c: (main):
9351         * gst/playback/test3.c: (main):
9352         * gst/playback/test4.c: (main):
9353
9354         Link plugins against libraries:
9355         * ext/libvisual/Makefile.am:
9356         * sys/xvimage/Makefile.am:
9357
9358 2005-04-24  David Schleef  <ds@schleef.org>
9359
9360         * configure.ac: Remove idct and resample libs
9361         * gst-libs/gst/Makefile.am: same
9362
9363         Remove usage of gst_library_load():
9364         * ext/alsa/gstalsaplugin.c: (plugin_init):
9365         * ext/libvisual/visual.c: (plugin_init):
9366         * ext/ogg/gstogg.c: (plugin_init):
9367         * ext/theora/theora.c: (plugin_init):
9368         * ext/vorbis/vorbis.c: (plugin_init):
9369         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
9370         * gst/audioscale/gstaudioscale.c:
9371         * gst/adder/gstadder.c: (plugin_init):
9372         * gst/audioconvert/plugin.c: (plugin_init):
9373         * sys/ximage/ximagesink.c: (plugin_init):
9374         * sys/xvimage/xvimagesink.c: (plugin_init):
9375         * gst/tcp/gsttcpplugin.c: (plugin_init):
9376
9377         Link plugins against libraries:
9378         * ext/ogg/Makefile.am:
9379         * ext/theora/Makefile.am:
9380         * ext/vorbis/Makefile.am:
9381         * gst/audioconvert/Makefile.am:
9382
9383         Create proper libraries:
9384         * gst-libs/gst/riff/Makefile.am:
9385         * gst-libs/gst/audio/Makefile.am:
9386         * gst-libs/gst/video/Makefile.am:
9387
9388         Move resample library to audioscale plugin directory:
9389         * gst-libs/gst/resample/Makefile.am:
9390         * gst-libs/gst/resample/README:
9391         * gst-libs/gst/resample/dtof.c:
9392         * gst-libs/gst/resample/dtos.c:
9393         * gst-libs/gst/resample/functable.c:
9394         * gst-libs/gst/resample/private.h:
9395         * gst-libs/gst/resample/resample.c:
9396         * gst-libs/gst/resample/resample.h:
9397         * gst-libs/gst/resample/resample.vcproj:
9398         * gst-libs/gst/resample/test.c:
9399         * gst/audioscale/Makefile.am:
9400         * gst/audioscale/README:
9401         * gst/audioscale/dtof.c:
9402         * gst/audioscale/dtos.c:
9403         * gst/audioscale/functable.c:
9404         * gst/audioscale/private.h:
9405         * gst/audioscale/resample.c:
9406         * gst/audioscale/resample.h:
9407         * gst/audioscale/test.c:
9408
9409         Move tagedit library to gst-libs:
9410         * gst-libs/gst/tag/Makefile.am:
9411         * gst-libs/gst/tag/gstid3tag.c:
9412         * gst-libs/gst/tag/gsttagediting.c:
9413         * gst-libs/gst/tag/gsttageditingprivate.h:
9414         * gst-libs/gst/tag/gstvorbistag.c:
9415         * gst/tags/Makefile.am:
9416         * gst/tags/gstid3tag.c:
9417         * gst/tags/gstvorbistag.c:
9418
9419         Fix for core changes:
9420         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9421         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
9422         (gst_sinesrc_getrange):
9423
9424 2005-04-23  David Schleef  <ds@schleef.org>
9425
9426         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
9427         in gst-plugins in a long time, and properly belongs in liboil.
9428         * gst-libs/gst/idct/Makefile.am:
9429         * gst-libs/gst/idct/README:
9430         * gst-libs/gst/idct/dct.h:
9431         * gst-libs/gst/idct/doieee:
9432         * gst-libs/gst/idct/fastintidct.c:
9433         * gst-libs/gst/idct/floatidct.c:
9434         * gst-libs/gst/idct/idct.c:
9435         * gst-libs/gst/idct/idct.h:
9436         * gst-libs/gst/idct/idtc.vcproj:
9437         * gst-libs/gst/idct/ieeetest.c:
9438         * gst-libs/gst/idct/intidct.c:
9439
9440 2005-04-20  Wim Taymans  <wim@fluendo.com>
9441
9442         * docs/design-audiosinks.txt:
9443         * gst-libs/gst/audio/Makefile.am:
9444         * gst-libs/gst/audio/TODO:
9445         * gst-libs/gst/audio/gstaudiosink.c:
9446         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9447         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9448         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
9449         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9450         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9451         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
9452         (gst_audiosink_class_init), (gst_audiosink_init),
9453         (gst_audiosink_create_ringbuffer):
9454         * gst-libs/gst/audio/gstaudiosink.h:
9455         * gst-libs/gst/audio/gstbaseaudiosink.c:
9456         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
9457         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
9458         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
9459         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
9460         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
9461         (gst_baseaudiosink_create_ringbuffer),
9462         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9463         * gst-libs/gst/audio/gstbaseaudiosink.h:
9464         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9465         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
9466         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
9467         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9468         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
9469         (gst_ringbuffer_play), (gst_ringbuffer_pause),
9470         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
9471         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
9472         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
9473         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
9474         * gst-libs/gst/audio/gstringbuffer.h:
9475         An attempt at a set of audio base classes together with some
9476         design docs.
9477
9478 2005-04-20  Wim Taymans  <wim@fluendo.com>
9479
9480         * gst/audioconvert/Makefile.am:
9481         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9482         (gst_audio_convert_caps_remove_format_info),
9483         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
9484         (gst_audio_convert_channels):
9485         Link against audio libs.
9486         Fix audio convert plugin.
9487
9488 2005-04-20  Wim Taymans  <wim@fluendo.com>
9489
9490         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
9491         (gst_ogg_demux_sink_activate):
9492         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9493         (theora_set_header_on_caps), (theora_enc_sink_event),
9494         (theora_enc_chain):
9495         Fix theora encoder.
9496
9497 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9498
9499         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
9500         * gst/playback/gstdecodebin.c: (find_compatibles):
9501           Work with staticpadtemplates in elementfactories.
9502
9503 2005-04-12  Wim Taymans  <wim@fluendo.com>
9504
9505         * gst/playback/README:
9506         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9507         (compare_ranks), (print_feature), (gst_decode_bin_init),
9508         (dynamic_create), (dynamic_free), (find_compatibles),
9509         (mimetype_is_raw), (close_pad_link), (got_redirect),
9510         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9511         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
9512         (gst_decode_bin_change_state):
9513         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9514         (gst_play_base_bin_init), (group_destroy), (group_commit),
9515         (check_queue), (queue_overrun), (queue_threshold_reached),
9516         (queue_out_of_data), (gen_preroll_element), (unknown_type),
9517         (new_decoded_pad), (setup_subtitle), (gen_source_element),
9518         (got_redirect), (setup_source), (play_base_eos),
9519         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9520         (gst_play_base_bin_remove_element):
9521         * gst/playback/gstplaybasebin.h:
9522         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9523         (gst_play_bin_init), (gst_play_bin_dispose),
9524         (gst_play_bin_set_property), (gen_video_element),
9525         (gen_text_element), (gen_audio_element), (remove_sinks),
9526         (gst_play_bin_send_event):
9527         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
9528         (stream_info_change_state), (gst_stream_info_set_mute):
9529         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
9530         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
9531         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
9532         (gst_stream_selector_chain):
9533         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
9534         (main):
9535         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
9536         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
9537         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9538         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
9539         Raw and crude port of decodebin. 
9540         Make playbin compile.
9541
9542 2005-04-06  Wim Taymans  <wim@fluendo.com>
9543
9544         * ext/gnomevfs/Makefile.am:
9545         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
9546         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9547         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
9548         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
9549         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
9550         (gst_gnomevfssrc_stop):
9551         * ext/ogg/Makefile.am:
9552         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
9553         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
9554         * ext/theora/Makefile.am:
9555         * ext/theora/theoradec.c: (_inc_granulepos),
9556         (theora_dec_sink_event), (theora_dec_chain):
9557         * ext/vorbis/Makefile.am:
9558         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9559         (vorbis_dec_sink_event), (vorbis_dec_chain):
9560         * gst-libs/gst/audio/Makefile.am:
9561         * sys/xvimage/Makefile.am:
9562         Make gnomevfssrc extend the source base class.
9563         Fix linking against libs in various plugins.
9564
9565 2005-04-06  Andy Wingo  <wingo@pobox.com>
9566
9567         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
9568         GST_BASE_LIBS.
9569
9570         * configure.ac: Add check and AC_SUBST for libgstbase.
9571
9572 2005-03-31  Wim Taymans  <wim@fluendo.com>
9573
9574         * examples/seeking/Makefile.am:
9575         * examples/seeking/cdparanoia.c: (main):
9576         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
9577         (play_cb), (pause_cb), (stop_cb), (main):
9578         * examples/seeking/playbin.c:
9579         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
9580         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
9581         (make_sid_pipeline), (make_vorbis_pipeline),
9582         (make_theora_pipeline), (make_vorbis_theora_pipeline),
9583         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
9584         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
9585         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
9586         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
9587         (stop_cb), (main):
9588         * examples/seeking/spider_seek.c:
9589         * examples/seeking/vorbisfile.c:
9590         * ext/gnomevfs/Makefile.am:
9591         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9592         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
9593         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9594         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
9595         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
9596         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
9597         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
9598         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
9599         * ext/ogg/README:
9600         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
9601         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
9602         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
9603         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
9604         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
9605         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
9606         (gst_ogg_pad_event), (gst_ogg_pad_reset),
9607         (gst_ogg_demux_factory_filter), (compare_ranks),
9608         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
9609         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
9610         (gst_ogg_chain_new), (gst_ogg_chain_free),
9611         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
9612         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
9613         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
9614         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
9615         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
9616         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
9617         (gst_ogg_demux_get_prev_page),
9618         (gst_ogg_demux_deactivate_current_chain),
9619         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9620         (gst_ogg_demux_bisect_forward_serialno),
9621         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9622         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
9623         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
9624         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
9625         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
9626         (gst_ogg_demux_change_state), (gst_ogg_print):
9627         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9628         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
9629         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
9630         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
9631         (gst_ogg_mux_loop):
9632         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9633         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
9634         (theora_dec_src_convert), (theora_dec_sink_convert),
9635         (theora_dec_src_query), (theora_dec_src_event),
9636         (theora_dec_sink_event), (theora_dec_chain),
9637         (theora_dec_change_state):
9638         * ext/theora/theoraenc.c: (gst_theora_enc_init),
9639         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
9640         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
9641         (theora_enc_change_state):
9642         * ext/vorbis/Makefile.am:
9643         * ext/vorbis/oggvorbisenc.c:
9644         * ext/vorbis/oggvorbisenc.h:
9645         * ext/vorbis/vorbis.c: (plugin_init):
9646         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
9647         (vorbis_dec_src_query), (vorbis_dec_src_event),
9648         (vorbis_dec_sink_event), (vorbis_dec_chain),
9649         (vorbis_dec_change_state):
9650         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
9651         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
9652         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
9653         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
9654         (gst_vorbisenc_change_state):
9655         * ext/vorbis/vorbisenc.h:
9656         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
9657         * gst-libs/gst/audio/audioclock.c:
9658         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
9659         (gst_audiofilter_init), (gst_audiofilter_chain):
9660         * gst-libs/gst/audio/testchannels.c: (main):
9661         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
9662         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
9663         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
9664         (gmip_find_track_streaminfo), (gmip_find_track_format):
9665         * gst-libs/gst/media-info/media-info.c:
9666         (gst_media_info_read_idler):
9667         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
9668         (gst_play_get_all_by_interface):
9669         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
9670         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
9671         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
9672         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
9673         (gst_riff_parse_info):
9674         * gst-libs/gst/riff/riff-read.h:
9675         * gst-libs/gst/riff/riff.c: (plugin_init):
9676         * gst-libs/gst/video/Makefile.am:
9677         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
9678         (gst_videosink_class_init), (gst_videosink_get_type):
9679         * gst-libs/gst/video/videosink.h:
9680         * gst/audioconvert/bufferframesconvert.c:
9681         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
9682         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
9683         * gst/audioconvert/channelmixtest.c: (main):
9684         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9685         (gst_audio_convert_chain),
9686         (gst_audio_convert_caps_remove_format_info),
9687         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
9688         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
9689         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
9690         (gst_audio_convert_buffer_to_default_format),
9691         (gst_audio_convert_buffer_from_default_format),
9692         (gst_audio_convert_channels):
9693         * gst/audioconvert/gstchannelmix.h:
9694         * gst/ffmpegcolorspace/avcodec.h:
9695         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9696         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9697         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
9698         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
9699         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
9700         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9701         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9702         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
9703         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9704         (dv_type_find):
9705         * gst/videotestsrc/gstvideotestsrc.c:
9706         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
9707         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
9708         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
9709         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
9710         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
9711         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
9712         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
9713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
9714         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
9715         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
9716         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
9717         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9718         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
9719         (gst_xvimagesink_navigation_send_event),
9720         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
9721         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
9722         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
9723         * sys/xvimage/xvimagesink.h:
9724         Plugin port to 0.9, ogg/theora playback should work in the seek
9725         example now.
9726         Removed old examples.
9727         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
9728         explained in 0.9 TODO doc.
9729
9730
9731 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9732
9733         * autogen.sh:
9734         * configure.ac:
9735         * ext/Makefile.am:
9736         * gst/Makefile.am:
9737         * po/POTFILES.in:
9738         * po/af.po:
9739         * po/az.po:
9740         * po/cs.po:
9741         * po/en_GB.po:
9742         * po/hu.po:
9743         * po/it.po:
9744         * po/nb.po:
9745         * po/nl.po:
9746         * po/or.po:
9747         * po/sq.po:
9748         * po/sr.po:
9749         * po/sv.po:
9750         * po/uk.po:
9751         * po/vi.po:
9752         * sys/Makefile.am:
9753         * testsuite/Makefile.am:
9754           remove a whole bunch of plugins.  This module now contains a set
9755           of free reference plugins/elements as agreed.
9756
9757 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9758
9759         * configure.ac:
9760           hunting season on 0.9 is now OPEN
9761
9762 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9763
9764         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
9765           Kick the hell out of gcc for not warning me about a symbol conflict.
9766
9767 2005-02-22  Luca Ognibene  <luogni@tin.it>
9768
9769         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9770
9771         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
9772           Don't leak caps string (fixes #168134)
9773
9774         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
9775         (gst_jpegenc_init), (gst_jpegenc_finalize),
9776         (gst_jpegenc_change_state):
9777           Don't leak line buffers and context struct (fixes #168133).
9778
9779 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
9780
9781         * configure.ac:
9782         * ext/dirac/gstdiracdec.cc:
9783         (gst_diracdec_chain):
9784           Since dirac 0.5.0 the framerate in dirac is expressed as a
9785           rational number. Fix build and up requirement to 0.5.0, and
9786           also pass parameters to gst_diracdec_link in the right order
9787           (fixes #167959).
9788
9789 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
9790
9791         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
9792         * ext/faad/gstfaad.h:
9793         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
9794         certain invalid muxed streams, where some packets will contain 
9795         junk after decoder data. Partially fixes #149158.
9796
9797 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
9798         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
9799           Make sure we only write to writable buffers
9800
9801 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
9802
9803         * gst-libs/gst/riff/riff-media.c:
9804         (gst_riff_create_audio_caps_with_data):
9805           Do actually fix invalid RIFF fmt header values for alaw
9806           and mulaw audio instead of just saying so.
9807
9808         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9809           Give gst_riff_create_audio_caps_with_data() a chance to
9810           fix up broken format header fields before extracting any
9811           parameters from the header. (fixes #167633)
9812
9813 2005-02-19  Martin Holters  <martin.holters@gmx.de>
9814
9815         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9816
9817         * gst/audioconvert/bufferframesconvert.c:
9818         (buffer_frames_convert_link):
9819           Don't leak othercaps. (fixes #167878)
9820
9821 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
9822
9823         * configure.ac:
9824         * ext/libvisual/visual.c: (gst_visual_srclink),
9825         (gst_visual_change_state):
9826           Support libvisual 0.2.0.
9827
9828 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
9829
9830         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
9831         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
9832           Use same rowstrides for I420 as used everywhere else.
9833
9834 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
9835
9836         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
9837           Declare variables at beginning of block and make gcc-2.95 happy
9838           (fixes # 167482, patch by Gergely Nagy).
9839           
9840         * gst/tcp/gsttcpclientsrc.c:
9841         * gst/tcp/gsttcpclientsrc.h:
9842           Move some includes into the header, so that struct sockaddr_in is
9843           defined when it should be defined on FreeBSD as well (fixes
9844           #167483).
9845           
9846         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
9847           Don't pass uninitialised values to setsockopt() here either.
9848
9849 2005-02-17  Luca Ognibene  <luogni at tin dot it>
9850
9851         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9852
9853         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
9854           Don't pass uninitialised values to setsockopt(). (fixes #167704)
9855
9856 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9857
9858         * gst/playback/gstplaybin.c: (add_sink):
9859           Invert bin_add/link order to workaround deadlock in opt.
9860
9861 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9862
9863         * gst/modplug/gstmodplug.cc:
9864           Add missing break causing position queries to fail.
9865
9866 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9867
9868         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
9869           Granpos can apparently be -1, which screws up calculations...
9870
9871 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
9872
9873         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
9874         (gst_ximagesink_send_pending_navigation),
9875         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
9876         (gst_ximagesink_init):
9877         * sys/ximage/ximagesink.h:
9878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
9879         (gst_xvimagesink_send_pending_navigation),
9880         (gst_xvimagesink_navigation_send_event),
9881         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
9882         * sys/xvimage/xvimagesink.h:
9883           Use a mutex protected list to marshal navigation
9884           events into the stream thread from whichever thread
9885           sends them.
9886
9887 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
9888
9889         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
9890           Display current position and track length; misc. clean-ups.
9891           
9892         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
9893         (speed_init), (speed_chain):
9894           Add query function, so that the stream length and current position
9895           get adjusted when queried (note that current position queries may
9896           still be wrong if the audio sink returns values based on buffer
9897           timestamps instead of passing on the query).
9898
9899 2005-02-13  Benjamin Otte  <otte@gnome.org>
9900
9901         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
9902         (gst_audio_convert_channels):
9903           create channel conversion matrix when linking
9904         * gst/audioconvert/.cvsignore:
9905         * gst/audioconvert/Makefile.am:
9906         * gst/audioconvert/channelmixtest.c: (main):
9907           add (ugly) test that ensures stereo <=> mono conversion works
9908           correctly
9909
9910 2005-02-13  Benjamin Otte  <otte@gnome.org>
9911
9912         * gst/audioconvert/gstchannelmix.h:
9913           include missing header file
9914         * gst/audioconvert/gstchannelmix.c:
9915         (gst_audio_convert_fill_compatible):
9916           use same sign for both channels when converting to/from compatible
9917           channel. Previously used different signs made the signals cancel
9918           each other out and appear like silence. (fixes #167269)
9919
9920 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9921
9922         * gst/ffmpegcolorspace/avcodec.h:
9923         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9924         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9925         (gst_ffmpegcsp_avpicture_fill):
9926         * gst/ffmpegcolorspace/imgconvert.c:
9927           Convert to and from YV12 (fixes #156379).
9928
9929 2005-02-12  Julien MOUTTE  <julien@moutte.net>
9930
9931         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
9932         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
9933         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
9934         (gst_ximagesink_expose), (gst_ximagesink_set_property),
9935         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
9936         methods from chain and negotiation and vice versa (Fixes #166142).
9937         * sys/ximage/ximagesink.h: Add stream_lock.
9938         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9939         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9940         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9941         (gst_xvimagesink_expose): Check for xcontext before trying to link.
9942
9943 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9944
9945         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
9946           Don't send "Hey! You gave me a NULL pointer you naughty person" as
9947           error message when we can't open the DVD device (when dvdnav_open()
9948           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
9949           the above). Send something more useful instead (fixes #167117).
9950
9951 2005-02-11  Julien MOUTTE  <julien@moutte.net>
9952
9953         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9954         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
9955         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9956         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9957         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
9958         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
9959         methods from chain and negotiation and vice versa (Fixes #166142).
9960         Fix a possible bug of images in the buffer pool being discarded because
9961         we are looking at the wrong geometry.
9962         * sys/xvimage/xvimagesink.h: Add stream_lock.
9963
9964 2005-02-11  David Schleef  <ds@schleef.org>
9965
9966         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
9967         unsigned int. (fixes #167128)
9968
9969 2005-02-11  David Schleef  <ds@schleef.org>
9970
9971         * gst/librfb/Makefile.am: Testing stuff before committing is
9972           for wimps... and people with fast machines.  Fix stupid
9973           mistake.
9974
9975 2005-02-11  David Schleef  <ds@schleef.org>
9976
9977         * configure.ac: Pull in librfb from my CVS tree, because it is
9978           too small and annoying to be separate.  Move rfbsrc plugin
9979           to gst/.
9980         * ext/Makefile.am:
9981         * ext/librfb/Makefile.am:
9982         * ext/librfb/gstrfbsrc.c:
9983         * gst/librfb/Makefile.am:
9984         * gst/librfb/gstrfbsrc.c:
9985         * gst/librfb/rfb.c:
9986         * gst/librfb/rfb.h:
9987         * gst/librfb/rfbbuffer.c:
9988         * gst/librfb/rfbbuffer.h:
9989         * gst/librfb/rfbbytestream.c:
9990         * gst/librfb/rfbbytestream.h:
9991         * gst/librfb/rfbcontext.h:
9992         * gst/librfb/rfbdecoder.c:
9993         * gst/librfb/rfbdecoder.h:
9994         * gst/librfb/rfbutil.h:
9995
9996 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
9997
9998         * gst/speed/Makefile.am:
9999         * gst/speed/demo-mp3.c: (main):
10000         * gst/speed/filter.func:
10001         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
10002         (speed_class_init), (speed_init), (speed_chain_int16),
10003         (speed_chain_float32), (speed_chain), (speed_set_property),
10004         (speed_get_property), (speed_change_state):
10005         * gst/speed/gstspeed.h:
10006           Fix speed element and make it chain-based (fixes #156467),
10007           and make it handle more than one channel.
10008
10009 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
10010
10011         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
10012         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
10013         (gst_dtsdec_chain), (gst_dtsdec_change_state):
10014         * ext/dts/gstdtsdec.h:
10015           Don't clobber the stack constructing the channels array.
10016           Make the element chain-based. DTS tracks can now be played.
10017           
10018 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
10019
10020         * gst-libs/gst/audio/multichannel.h:
10021         * gst-libs/gst/gconf/gconf.h:
10022         * gst-libs/gst/idct/idct.h:
10023         * gst-libs/gst/media-info/media-info-priv.h:
10024         * gst-libs/gst/play/play.h:
10025         * gst-libs/gst/resample/private.h:
10026         * gst-libs/gst/resample/resample.h:
10027         * gst-libs/gst/riff/riff-ids.h:
10028         * gst-libs/gst/video/video.h:
10029         * gst-libs/gst/video/videosink.h:
10030           Add G_BEGIN_DECLS and G_END_DECLS around headers where
10031           missing, so that they work when included from C++ code.
10032
10033 2005-02-09  David Schleef  <ds@schleef.org>
10034
10035         * testsuite/gst-lint: Check for non-statically scoped
10036           parent_class variables.  This won't be a problem once
10037           plugins are loaded with RTLD_LOCAL.
10038
10039 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10040
10041         * ext/mplex/gstmplexibitstream.cc:
10042           gcc madness.
10043
10044 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10045
10046         * ext/ogg/gstogmparse.c:
10047         * gst/debug/gstnavigationtest.c:
10048           Die, thou faulty symbol pollutors (non-static parent_class).
10049
10050 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10051
10052         * ext/mplex/gstmplexibitstream.cc:
10053           Fix event handling (#165525).
10054
10055 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10056
10057         * ext/mikmod/gstmikmod.c:
10058         * gst/modplug/gstmodplug.cc:
10059           Add missing endianness to template (fixes #165509).
10060
10061 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10062
10063         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
10064           Fix wrong order of reading of optional bytes (#165290).
10065
10066 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10067
10068         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10069           Implement FILLER event awareness.
10070
10071 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10072
10073         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
10074           Fix track calculations (#166208).
10075
10076 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
10077
10078         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10079
10080         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
10081         * ext/libpng/gstpngenc.c:
10082           Fix byte-order, use proper fixed caps. Fixes #164197.
10083
10084 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10085
10086         * configure.ac:
10087           Add dvdlpcmdec 
10088
10089         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
10090         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
10091           Don't push buffers if the src pad isn't negotiated yet.
10092           
10093         * gst/audioconvert/gstaudioconvert.c:
10094         (gst_audio_convert_buffer_to_default_format),
10095         (gst_audio_convert_buffer_from_default_format):
10096           Add support for 24-bit width.
10097
10098         * gst/dvdlpcmdec/.cvsignore:
10099         * gst/dvdlpcmdec/Makefile.am:
10100         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
10101         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
10102         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
10103         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
10104         (plugin_init):
10105         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
10106           New decoder for rearranging DVD LPCM into our audio/x-raw-int
10107           format. Needs support for the channels maps if someone can find 
10108           a DVD LPCM track with > 2 channels.
10109
10110         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
10111         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
10112         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
10113         * gst/mpegstream/gstdvddemux.h:
10114         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
10115         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
10116         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
10117         * gst/mpegstream/gstmpegdemux.h:
10118         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
10119         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
10120         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
10121         (gst_mpeg_parse_handle_src_query),
10122         (gst_mpeg_parse_handle_src_event):
10123           Use audio/x-dvd-lpcm for LPCM output.
10124           Add DTS output.
10125
10126 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
10127
10128         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10129
10130         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
10131         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
10132           Add BGRA handling (#165736).
10133
10134 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
10135
10136         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10137
10138         * gst/law/alaw-decode.c: (alawdec_link):
10139         * gst/law/alaw-encode.c: (alawenc_link):
10140         * gst/law/mulaw-decode.c: (mulawdec_link):
10141         * gst/law/mulaw-encode.c: (mulawenc_link):
10142           Fix caps memleaks (#166600).
10143
10144 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
10145
10146         * ext/tarkin/mem.h:
10147         * ext/tarkin/wavelet.h:
10148         * ext/tarkin/yuv.h:
10149         * gst/ffmpegcolorspace/avcodec.h:
10150           Include "_stdint.h" instead of <stdint.h>. Fixes build on
10151           systems that don't have stdint.h, like Solaris9 (fixes #166631).
10152
10153 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10154
10155         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
10156         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
10157         (gst_xvimagesink_change_state):
10158           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
10159           Xv video (and thereby regenerate Xv colourkey) in clear() so
10160           that PLAY -> READY -> PLAY works (fixes #162504).
10161
10162 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10163
10164         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
10165           Switch to list instead of range, since MJPEG-devices really just
10166           support decimations, not any size.
10167
10168 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10169         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
10170         (gst_mpeg2dec_reset), (free_all_buffers),
10171         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
10172         * ext/mpeg2dec/gstmpeg2dec.h:
10173           The libmpeg2 user-allocated buffer management is awkward, 
10174           to say the least. Hopefully this fixes things.
10175
10176 2005-02-04  Andy Wingo  <wingo@pobox.com>
10177
10178         * gst/audioconvert/bufferframesconvert.c
10179         (buffer_frames_convert_fixate): New function, fixates to 256
10180         frames per buffer by default. (Much better than 1.)
10181         (buffer_frames_convert_init): Set the fixate function for both src
10182         and sink pad.
10183         (buffer_frames_convert_link): After success setting nonfixed caps,
10184         get the negotiated caps so we can know how many buffer-frames it
10185         will be. No idea how this worked at all before.
10186
10187 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10188
10189         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
10190         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
10191         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
10192         (handle_sequence), (handle_picture):
10193         * ext/mpeg2dec/gstmpeg2dec.h:
10194           Rearrange buffer tracking and refcounting and refactor
10195           a little for readability. 
10196
10197 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
10198         * sys/v4l/gstv4l.c: (plugin_init):
10199         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
10200         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
10201         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
10202         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
10203         * sys/v4l/gstv4ljpegsrc.h:
10204         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
10205         * sys/v4l/v4l_calls.h:
10206         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
10207         (gst_v4lsrc_get_fps):
10208         * sys/v4l/v4lsrc_calls.h:
10209           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
10210           you jpeg inside rgb frames" driver.
10211           Don't error in the v4lsrc link function, just return 
10212           REFUSED.
10213
10214 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10215
10216         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
10217         (gst_qcamsrc_open):
10218           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
10219
10220 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10221
10222         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
10223           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
10224
10225 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10226
10227         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
10228           Reset negotiated state on PAUSED->READY.
10229
10230 2005-02-02  David Schleef  <ds@schleef.org>
10231
10232         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
10233         whereever possible.  (Fixes #165997)
10234         * examples/capsfilter/capsfilter1.c: (main):
10235         * examples/dynparams/filter.c: (create_ui):
10236         * examples/seeking/cdparanoia.c: (get_track_info), (main):
10237         * examples/seeking/chained.c: (main):
10238         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
10239         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
10240         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
10241         (make_mpeg_pipeline), (make_mpegnt_pipeline):
10242         * examples/seeking/spider_seek.c: (make_spider_pipeline):
10243         * examples/switch/switcher.c: (main):
10244         * ext/dv/demo-play.c: (main):
10245         * ext/faad/gstfaad.c: (gst_faad_change_state):
10246         * ext/mad/gstmad.c: (gst_mad_chain):
10247         * ext/smoothwave/demo-osssrc.c: (main):
10248         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
10249         (gst_gconf_render_bin_from_description),
10250         (gst_gconf_get_default_audio_sink),
10251         (gst_gconf_get_default_video_sink),
10252         (gst_gconf_get_default_audio_src),
10253         (gst_gconf_get_default_video_src),
10254         (gst_gconf_get_default_visualization_element):
10255         * gst/level/demo.c: (main):
10256         * gst/level/plot.c: (main):
10257         * gst/playback/gstplaybin.c: (gen_video_element),
10258         (gen_audio_element):
10259         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
10260         * gst/playondemand/demo-mp3.c: (setup_pipeline):
10261         * gst/sine/demo-dparams.c: (main):
10262         * gst/spectrum/demo-osssrc.c: (main):
10263         * gst/speed/demo-mp3.c: (main):
10264         * gst/volume/demo.c: (main):
10265         * testsuite/embed/embed.c: (main):
10266
10267 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
10268
10269         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
10270         (gst_tcpclientsink_finalize):
10271         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
10272         (gst_tcpclientsrc_finalize):
10273         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
10274         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
10275         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
10276         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
10277           Don't leak the hostname when shutting down.
10278           In tcpserversrc, take a copy of the default hostname.
10279
10280 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10281
10282         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
10283           Set caps to systemstream=TRUE.
10284
10285 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10286
10287         * testsuite/Makefile.am:
10288           Fix more OSX buildbots.
10289
10290 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
10291
10292         * ext/mpeg2dec/gstmpeg2dec.c:
10293           Don't send things to NULL PAD_PEERs
10294
10295         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
10296           Copy-on-write the incoming buffer.
10297
10298         * gst/mpegstream/gstdvddemux.h:
10299         * gst/mpegstream/gstmpegclock.h:
10300         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
10301         (normal_seek), (gst_mpeg_demux_handle_src_event):
10302         * gst/mpegstream/gstmpegdemux.h:
10303         * gst/mpegstream/gstmpegpacketize.h:
10304         * gst/mpegstream/gstmpegparse.c:
10305         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
10306         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
10307         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
10308         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
10309         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
10310         * gst/mpegstream/gstmpegparse.h:
10311         * gst/mpegstream/gstrfc2250enc.h:
10312           Various changes to the way time is computed that make seeking and
10313           total time estimation much better here.
10314           Use G_BEGIN/END_DECLS instead of __cplusplus
10315
10316         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
10317           Use gst_buffer_stamp instead of only copying the TIMESTAMP
10318
10319 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10320
10321         * gst/subparse/gstsubparse.c:
10322           Fix OSX buildbot.
10323
10324 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
10325
10326         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
10327         (theora_enc_chain), (theora_enc_change_state):
10328         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10329         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
10330         (gst_vorbisenc_change_state):
10331         * ext/vorbis/vorbisenc.h:
10332           Set granulepos and timestamp correctly for streams not
10333           starting at 0, taking into account the initial delay.
10334
10335 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
10336
10337         * gst/mpegstream/gstdvddemux.c:
10338           Add audio/x-dts to audio pad template caps
10339
10340 2005-01-30  David Schleef  <ds@schleef.org>
10341
10342         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
10343         (create_context), (gst_polypsink_link): Fix silly endianness
10344         bug.  Add some debugging.  Remove float from caps; it doesn't
10345         work.  Attempt to get remote audio working.
10346
10347 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10348
10349         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
10350           Add 3IV2 fourcc.
10351
10352 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10353
10354         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
10355         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
10356         (gst_avi_demux_stream_data):
10357         * gst/avi/gstavidemux.h:
10358           Invert DIB images. Fixes #132341.
10359
10360 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10361
10362         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10363         (gst_ffmpegcsp_chain):
10364           D'oh, reference the palette data, not the palette structure.
10365           Fixes color distortion in #132341.
10366
10367 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10368
10369         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10370           PAR can be non-fixed when not provided as argument (#162626).
10371
10372 2005-01-29  David Moore  <dcm@acm.org>
10373
10374         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10375
10376         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10377         (gst_qtdemux_loop_header):
10378           Re-apply patch from #142272 that allows non-seekable sources,
10379           re-proposed by Daniel Drake <dsd@gentoo.org>.
10380
10381 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10382
10383         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
10384           Use the src template for creating the src pad (#162330).
10385
10386 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10387
10388         * configure.ac:
10389         * ext/musepack/Makefile.am:
10390         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
10391         (gst_musepackdec_init), (gst_musepackdec_dispose),
10392         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
10393         (gst_musepack_stream_init), (gst_musepackdec_loop),
10394         (gst_musepackdec_change_state):
10395         * ext/musepack/gstmusepackdec.cpp:
10396         * ext/musepack/gstmusepackdec.h:
10397         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
10398         (gst_musepack_reader_read), (gst_musepack_reader_seek),
10399         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
10400         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
10401         * ext/musepack/gstmusepackreader.cpp:
10402         * ext/musepack/gstmusepackreader.h:
10403           Update to 1.1 API (#165446).
10404
10405 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10406
10407         * ext/Makefile.am:
10408           Unbreak buildbot.
10409
10410 2005-01-28  Andy Wingo  <wingo@pobox.com>
10411
10412         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
10413         to reflect a different dubious internet source. Add a reference
10414         and some commentary.
10415
10416 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10417
10418         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10419         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
10420         * gst/playback/gststreamselector.h:
10421           Be more selective when we're redoing caps negotiation from
10422           within the chain function on a stream change.
10423
10424 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10425
10426         * configure.ac:
10427         * ext/Makefile.am:
10428         * ext/amrnb/Makefile.am:
10429         * ext/amrnb/amrnb.c: (plugin_init):
10430         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
10431         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
10432         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
10433         (gst_amrnbdec_state_change):
10434         * ext/amrnb/amrnbdec.h:
10435         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
10436         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
10437         (gst_amrnbparse_init), (gst_amrnbparse_formats),
10438         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
10439         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
10440         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
10441         * ext/amrnb/amrnbparse.h:
10442           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
10443         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10444           Add AMR-NB/-WB raw formats.
10445         * ext/alsa/gstalsa.c: (gst_alsa_link):
10446           Keep valid time when changing format.
10447         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10448         (qtdemux_parse_trak):
10449           Add some more format-specific options (#140141, #143555, #155163).
10450
10451 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10452
10453         * gst/matroska/matroska-demux.c:
10454         (gst_matroska_demux_parse_blockgroup):
10455           Fix logic error in timing of subtitle stream synchronization.
10456         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10457           Add skip-chunk, which is found in kodak-camera streams.
10458
10459 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10460
10461         * po/LINGUAS:
10462         * po/vi.po:
10463           Adding Vietnamese translation (submitted by Clytie Siddall)
10464
10465 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10466
10467         * gst/playback/gstdecodebin.c: (try_to_link_1):
10468           Use realpad for signal.
10469
10470 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10471
10472         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
10473           Fix category so decodebin picks it up.
10474
10475 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10476
10477         * ext/mad/Makefile.am:
10478         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
10479         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
10480         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
10481         (found_type), (gst_id3demux_bin_change_state):
10482         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
10483         (gst_id3_tag_init), (gst_id3_tag_handle_event),
10484         (gst_id3_tag_src_link), (gst_id3_tag_chain),
10485         (gst_id3_tag_change_state), (plugin_init):
10486         * ext/mad/gstmad.h:
10487           Add id3demuxbin (which is a simple bin consisting of id3demux
10488           and typefind), take over rank from id3demux, remove typefind
10489           code from id3demux. Makes all broken mp3s that I know of work,
10490           and thereby fixes #152688.
10491
10492 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
10493
10494         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10495
10496         * ext/mad/gstmad.c: (gst_mad_src_event):
10497         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10498           Allow seeks on audio pad, make mad forward those (#164826).
10499         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10500           Set duration (#165335).
10501
10502 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10503
10504         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
10505         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
10506         (gst_asf_demux_process_ext_content_desc),
10507         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
10508         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
10509         * gst/asfdemux/gstasfdemux.h:
10510           Improve metadata display, e.g. if the metadata comes before the
10511           streams are loaded (which is perfectly valid).
10512
10513 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10514
10515         * tools/gst-launch-ext-m.m:
10516           Fix AVI/ASF pipelines (#165340).
10517
10518 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
10519         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
10520         build failure on amd64
10521
10522 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
10523
10524         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
10525         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
10526           Check environment variables GST_ID3V2_TAG_ENCODING,
10527           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
10528           list of character encodings to force interpretation of non-unicode
10529           strings stored in an ID3v2 tag to a particular encoding. If none
10530           is specified, try to use current locale's encoding, then fall back
10531           to ISO-8859-1 (which will always succeed). (Resolves #149274)
10532         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
10533         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
10534           Check environment variables GST_ID3V1_TAG_ENCODING,
10535           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
10536           list of character encodings to use in case a string encountered
10537           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
10538           specified, try to use the current locale's encoding, then fall
10539           back to ISO-8859-1 (which will always succeed).
10540
10541 2005-01-25  Benjamin Otte  <otte@gnome.org>
10542
10543         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10544           - on half framerate, compute the rate in advance so the comparisons
10545             don't compare wrong values
10546           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
10547             behaviour
10548           - don't use mad_header_decode anymore, mad_frame_decode does that
10549             automatically
10550           - when getting rid of consumed bytes, reset the stream's skiplen
10551           (fixes #163867)
10552
10553 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
10554
10555         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
10556           Use 1/2 a second for default max_discont, as PES streams from DVB
10557           seem to have larger spacings in the SCR. 
10558           Fix a typo.
10559
10560 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10561
10562         * gst/playback/gstplaybasebin.c: (group_commit):
10563           Notify delayed stream-info availability.
10564
10565 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
10566         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
10567         (gst_a52dec_handle_event), (gst_a52dec_chain):
10568         Add some debug output. Check that a discont has a valid
10569         time associated.
10570         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
10571         (gst_alsa_sink_loop):
10572         Ignore TAG events. A little extra debug for broken timestamps.
10573         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
10574         (dvdnavsrc_change_state):
10575         Ensure we send a discont to engage the link before we send any
10576         other events.
10577         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
10578         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
10579         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
10580         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
10581         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
10582         dvd://title works in totem because typefinding sends a seek that ends
10583         up going back to chapter 1 regardless.
10584         * ext/mpeg2dec/gstmpeg2dec.c:
10585         * ext/mpeg2dec/gstmpeg2dec.h:
10586         Output correct timestamps and handle disconts.
10587         * ext/ogg/gstoggdemux.c: (get_relative):
10588         Small guard against a null dereference.
10589         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
10590         (gst_textoverlay_set_property):
10591         Free memory when done. Don't call gst_event_filler_get_duration on
10592         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
10593         g_warning.
10594         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
10595         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
10596         (gst_sw_srclink), (gst_smoothwave_chain):
10597         Draw solid lines, prettier colours.
10598         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
10599         Add a default palette that'll work for some movies.
10600         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
10601         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
10602         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
10603         * gst/mpegstream/gstdvddemux.h:
10604         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
10605         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
10606         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
10607         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
10608         * gst/mpegstream/gstmpegparse.h:
10609         Use PTM/NAV events when for timestamp adjustment when connected to 
10610         dvdnavsrc. Don't use many discont events where one suffices.
10611         * gst/playback/gstplaybasebin.c: (group_destroy),
10612         (gen_preroll_element), (gst_play_base_bin_add_element):
10613         * gst/playback/gstplaybasebin.h:
10614         Make sure we remove subtitles from the same bin we put them in.
10615         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
10616         (gst_subparse_buffer_format_autodetect),
10617         (gst_subparse_change_state):
10618         Fix some memleaks and invalid accesses.
10619         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
10620         (oggskel_type_find), (cmml_type_find), (plugin_init):
10621         Some typefind functions for Annodex v3.0 files
10622         * gst/wavparse/gstwavparse.h:
10623         GstRiffReadClass is the correct parent class.
10624
10625 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10626
10627         * gst-libs/gst/riff/riff-media.c:
10628         (gst_riff_create_video_caps_with_data):
10629           Add extradata to huffyuv (fixes #165013).
10630         * gst-libs/gst/riff/riff-read.c:
10631         (gst_riff_read_strf_vids_with_data):
10632           Fix extradata extraction if it is in the chunk size.
10633
10634 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
10635
10636         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10637
10638         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
10639         (gst_quarktv_change_state), (gst_quarktv_dispose):
10640           Memory free'ing location fix (#164708).
10641
10642 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10643
10644         * gst/playback/gstplaybasebin.c: (group_commit),
10645         (gen_preroll_element), (probe_triggered), (gen_source_element),
10646         (setup_source), (gst_play_base_bin_change_state),
10647         (gst_play_base_bin_add_element):
10648           Don't block for streams.
10649         * gst/playback/gststreaminfo.c: (stream_info_change_state),
10650         (gst_stream_info_set_mute):
10651           Use gst_pad_set_active_recursive.
10652
10653 2005-01-25  Andy Wingo  <wingo@pobox.com>
10654
10655         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
10656         for #ifndef HAVE_XVIDEO.
10657
10658 2005-01-24  Jeffrey C. Ollie
10659
10660         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
10661
10662         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
10663         * ext/gsm/gstgsmdec.h:
10664         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
10665         * ext/gsm/gstgsmenc.h:
10666         Fix rate to 8kHz as per spec, removes obscure errors when no rate
10667         was given by property. Add proper buffer timestamps and offsets.
10668
10669 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10670
10671         * gst-libs/gst/riff/riff-media.c:
10672         (gst_riff_create_audio_caps_with_data):
10673           Audio can be <8000Hz.
10674
10675 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10676
10677         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10678           Explicit state change to workaround refcount bugs.
10679
10680 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10681
10682         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
10683         (gst_avimux_riff_get_avi_header):
10684           Fix...
10685
10686 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10687
10688         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
10689         (gst_riff_read_element_data):
10690         * gst-libs/gst/riff/riff-read.h:
10691           Add _peek version (req'ed in CDXA).
10692         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
10693         (gst_cdxaparse_loop):
10694           Fix parsing in playbin.
10695         * gst/playback/gstdecodebin.c: (close_pad_link):
10696           Ignore current_ pads, they cause major annoyance.
10697
10698 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10699
10700         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10701           Safety guard.
10702
10703 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10704
10705         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
10706           Fix padding...
10707
10708 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10709
10710         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
10711           Allow for 0-sized buffers. Fixes length query problems in
10712           starwars.mkv from the testsuite.
10713
10714 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
10715
10716         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
10717         (gst_video_box_i420), (gst_video_box_chain):
10718           Fix row strides for I420 (fixes #163159)
10719           
10720 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10721
10722         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10723           MPEG2 has a useful rate property, so we can actually use that.
10724           For MPEG-1, continue using the bytes/time properties.
10725
10726 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10727
10728         * gst-libs/gst/riff/riff-media.c:
10729         (gst_riff_create_video_caps_with_data),
10730         (gst_riff_create_video_template_caps):
10731           Add intel-h263.
10732
10733 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10734
10735         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10736           Fail if caps negotiation fails. Should fix #162184, and should
10737           definately be in there regardless of it fixing the actual bug.
10738         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
10739         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
10740         (gst_avimux_riff_get_avix_header),
10741         (gst_avimux_riff_get_video_header),
10742         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
10743         (gst_avimux_start_file), (gst_avimux_handle_event),
10744         (gst_avimux_change_state):
10745         * gst/avi/gstavimux.h:
10746           Refactor structure writing to use GST_WRITE_UINT macros, add
10747           metadata writing support.
10748
10749 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10750
10751         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
10752           Elements may already be destroyed when this function is called.
10753
10754 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10755
10756         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10757         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
10758           More memory leak fixes (#149162).
10759
10760 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10761
10762         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10763         (gst_qtdemux_add_stream):
10764           Fix two memleaks.
10765
10766 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10767
10768         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10769           Argh...
10770
10771 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10772
10773         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10774           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
10775           when fixating to six channels in Totem.
10776
10777 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10778
10779         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
10780           Fix compile warnings on Solaris 10 buildbot
10781
10782 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10783
10784         * ext/dvdread/dvdreadsrc.c: (_read):
10785           Don't read beyond the last cell in a chapter (fixes 
10786           invalid memory access)
10787
10788 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10789
10790         * ext/dvdread/stream_labels.c:
10791         (dvdreadsrc_get_audio_stream_labels):
10792           Use NULL for an empty GList instead of g_list_alloc(); fix 
10793           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
10794           of GString (easier to bulk free later)
10795
10796 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10797
10798         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10799
10800         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10801         (gst_ffmpeg_pixfmt_to_caps):
10802           Fix BGRA32 caps (#164209).
10803
10804 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10805
10806         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10807
10808         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10809         (gst_ffmpeg_caps_to_pixfmt):
10810           alpha_mask can be RGBA/ABGR. Fixes #164265.
10811
10812 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
10813
10814         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10815
10816         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
10817         (gst_mpeg2dec_alloc_buffer):
10818         * ext/mpeg2dec/gstmpeg2dec.h:
10819           Crop if decoding size is not the actual image size (#163676).
10820
10821 2005-01-17  Steve Baker  <steve@stevebaker.org>
10822
10823         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10824
10825         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
10826         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
10827           Add libsndfile typefind functions (#163309).
10828
10829 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10830
10831         * tools/gst-launch-ext-m.m:
10832           Add .aac, fix .m1v/.m2v (#163891).
10833
10834 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10835
10836         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
10837           Sanity check, don't wait endlessly since the clock might not
10838           actually run at this point (which is a deadlock). Fixes #164069.
10839
10840 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10841
10842         * gst/playback/gstplaybasebin.c: (probe_triggered):
10843           Of course, only pause if group is done...
10844
10845 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10846
10847         * gst/playback/gstplaybasebin.c: (probe_triggered):
10848           Thread safety.
10849
10850 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
10851
10852         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
10853           Don't return state change success when the parent
10854           failed.
10855
10856 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10857
10858         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
10859           Free events (fix memleak in #162905).
10860
10861 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
10862
10863         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10864
10865         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10866         (gst_ffmpeg_caps_to_pixfmt):
10867           Fix for depth = 15. Fixes #161675.
10868
10869 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10870
10871         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10872           Set FPS correctly, even for webcams and the like.
10873         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
10874           Don error on setting while capturing.
10875
10876 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10877
10878         * ext/dv/gstdvdec.c:
10879         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10880         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10881           I'm a bad boy. using /1001. to force C to do float division
10882           and not integer division (as it did in my last commit)
10883           Thanks to David I. Lehn for pointing this mistake.
10884
10885 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10886
10887         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10888           Revert Johan??s 1.35->1.36 since it breaks compat.
10889
10890 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10891
10892         * ext/dv/gstdvdec.c:
10893         * ext/libfame/gstlibfame.c:
10894         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10895         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10896           replace framerate aproximations by their real value
10897           (24000/1001, 30000/1001, 60000/1001)
10898           Finish fixing bug #164049
10899
10900 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10901
10902         * ext/ogg/gstoggmux.c:
10903           eos/bos debugging
10904         * gst/tcp/gstmultifdsink.c:
10905         * gst/tcp/gstmultifdsink.h:
10906         * gst/tcp/gsttcp.c:
10907         * gst/tcp/gsttcp.h:
10908         * gst/tcp/gsttcpclientsink.c:
10909         * gst/tcp/gsttcpclientsrc.c:
10910         * gst/tcp/gsttcpserversink.c:
10911         * gst/tcp/gsttcpserversrc.c:
10912           improve reusability of elements after state changes and errors
10913           make multifdsink throw away streamheaders when receiving new ones
10914
10915 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10916
10917         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10918           Fix for if items are already in list...
10919
10920 2005-01-12  Benjamin Otte  <otte@gnome.org>
10921
10922         * gst/adder/gstadder.c: (gst_adder_loop):
10923           fix adder a bit so it doesn't screw up with events as much anymore
10924
10925 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
10926
10927         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
10928         (pixbufscale_scale), (gst_pixbufscale_chain):
10929         * ext/gdk_pixbuf/pixbufscale.h:
10930           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
10931           to ensure rowstrides are calculated the same way as 
10932           ffmpegcolorspace
10933           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
10934           that we pick up duration and offset also.
10935
10936 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10937
10938         * gst/avi/gstavimux.c: (gst_avimux_class_init),
10939         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
10940           Reusability fixes.
10941
10942 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10943
10944         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
10945         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
10946         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
10947         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
10948           Update flags when requested.
10949
10950 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10951
10952         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10953           Fix dmix.
10954
10955 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10956
10957         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10958         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
10959         (probe_triggered), (new_decoded_pad), (gen_source_element),
10960         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
10961         * gst/playback/gstplaybasebin.h:
10962         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10963         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
10964         (gst_play_bin_change_state):
10965           Implement group-switch signal for use in apps to clear metadata
10966           cache, clean up subtitle, add suburi property instead of # hack,
10967           some error-out fixes.
10968
10969 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10970
10971         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10972           Debug.
10973         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
10974           If we got a state change in the _get handler, don't return success.
10975
10976 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10977
10978         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
10979         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
10980           Make jpegdec quiet on MJPEG decoding
10981         * gst/asfdemux/README:
10982           Fix mimetypes for MJPEG and H263
10983
10984 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10985
10986         * ext/theora/theoradec.c: (theora_dec_chain):
10987           Fix broken code generation by gcc by swapping arguments.
10988         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10989           Fix \n in debug.
10990
10991 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10992
10993         * TODO:
10994           delete this file, it is by far outdated
10995         * ext/alsa/gstalsa.1: remove
10996         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
10997         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
10998         (gst_alsa_get_caps):
10999           Add HW probing for supported sample rates. Fixes #161704
11000
11001 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11002
11003         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
11004           Don't crash, biatch! :).
11005
11006 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11007
11008         * ext/musepack/gstmusepackreader.cpp:
11009         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
11010           Some work on tags - still doesn't work in playbin...
11011         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
11012           Handle events...
11013
11014 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11015
11016         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
11017           Also shove tags on kid pads.
11018
11019 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11020
11021         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
11022           Don't bail on unknown events.
11023         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
11024           Don't crash on events before negotiation.
11025         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
11026           Send tags on pads, too.
11027         * gst/playback/gststreamselector.c:
11028         (gst_stream_selector_request_new_pad):
11029           Forward events on first pad if no input was selected yet.
11030
11031 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11032
11033         * gst/playback/gstplaybasebin.c: (setup_substreams):
11034           Don't disable streamtype if the stream doesn't exist, since
11035           then playing a video after audio will disable both and nothing
11036           will happen. Fixes the testsuite.
11037
11038 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11039
11040         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
11041         (gst_v4l_xoverlay_set_xwindow_id):
11042         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
11043         (gst_v4l2_xoverlay_set_xwindow_id):
11044           Add debug categories, fix overlay disabling.
11045
11046 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11047
11048         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
11049         * ext/alsa/gstalsa.h:
11050           Add HW probing for period_count/size and buffer_size MIX/MAX
11051           Adjust default/user defined value if out of bounds
11052           Should fix bug #162024
11053
11054 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11055
11056         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
11057           Fix warning (#161191).
11058
11059 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11060
11061         * ext/dvdread/stream_labels.c:
11062         (dvdreadsrc_get_audio_stream_labels):
11063           Fix warning (init the good variable in switch default)
11064
11065 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
11066
11067         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11068
11069         * gst/tta/gstttaparse.c: (gst_tta_src_event):
11070           Fix gcc-2.95 compile (#163485).
11071
11072 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11073
11074         * configure.ac:
11075         * ext/flac/gstflacenc.c: (gst_flacenc_init),
11076         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
11077         (gst_flacenc_tell_callback), (gst_flacenc_chain),
11078         (gst_flacenc_change_state):
11079         * ext/flac/gstflacenc.h:
11080           Update for API change in flac-1.1.1. Update requirement in
11081           configure.ac. Fixes #162974.
11082
11083 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11084
11085         * gst/playback/gstplaybasebin.c: (group_destroy):
11086           Remove hack to get rid of assert and get rid of unlinked
11087           signals properly.
11088
11089 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11090
11091         * gst/playback/gstplaybasebin.c: (setup_source):
11092           Set source to NULL so that resources are free'ed. Fixes issues
11093           with playback of CDDA and similar device-accessing things.
11094
11095 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11096
11097         * testsuite/embed/Makefile.am:
11098           test->noinst, fix make test in buildbot.
11099
11100 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11101
11102         * ext/dvdread/stream_labels.c: new file
11103         * ext/dvdread/stream_labels.h: new file
11104         * ext/dvdread/Makefile.am:
11105         * ext/dvdread/dvdreadsrc.c: (_seek_title):
11106           Extract audio stream label from DVD IFO files.
11107           It only dump them on the console for now, still have to
11108           make playbin aware of them.
11109
11110 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11111
11112         * gst/playback/gstplaybasebin.c: (setup_source):
11113           Fix hanging subs.
11114
11115 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11116
11117         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11118         (gen_preroll_element), (remove_groups), (setup_subtitle),
11119         (gen_source_element), (setup_source):
11120         * gst/playback/gstplaybasebin.h:
11121           Multiple .sub files is just a stupid idea... Fix some threading
11122           mistakes. Interestingly, external .sub files cause playbin to
11123           hang, I don't know why... Parsing fixes contributed by Fran??ois
11124           Kooman <fkooman@tuxed.net>.
11125
11126 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11127
11128         * testsuite/embed/Makefile.am:
11129           Fix buildbot.
11130
11131 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
11132
11133         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11134
11135         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
11136         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
11137         (gst_pngenc_set_property):
11138         * ext/libpng/gstpngenc.h:
11139           Add compression level property (#163323).
11140
11141 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11142
11143         * configure.ac:
11144         * examples/capsfilter/capsfilter1.c: (main):
11145         * examples/seeking/spider_seek.c: (make_spider_pipeline):
11146         * ext/dvdread/Makefile.am:
11147         * ext/dvdread/demo-play:
11148         * ext/dvdread/demo-play.c:
11149         * gconf/gstreamer.schemas.in:
11150         * gst-libs/gst/gconf/gconf.c:
11151         * sys/v4l/TODO:
11152         * testsuite/Makefile.am:
11153         * testsuite/embed/Makefile.am:
11154         * testsuite/embed/embed.c: (cb_expose), (main):
11155           Remove all references to xvideosink, fix examples (#140845).
11156         * gst/playback/gstplaybasebin.c: (group_destroy):
11157           Apparently, disposal does not unlink - so do explicitely.
11158         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11159           Add debug.
11160
11161 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
11162
11163         * README: fix PKG_CONFIG_PATH instructions, what was there
11164         previously was breaking default search path, not nice. 
11165         Fixes #163358
11166
11167 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11168
11169         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
11170         (gst_audioscale_chain):
11171           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
11172           when resampling - how the ^@$^!@^! is this possible?!?
11173
11174 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11175
11176         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
11177           Reset variables on READY.
11178         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
11179         (gst_matroska_mux_loop):
11180           Require data before writing header.
11181
11182 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
11183
11184         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11185
11186         * ext/mad/gstmad.c: (gst_mad_chain):
11187           Don't call mad_stream_sync() directly after recovering sync.
11188           Fixes #151661.
11189
11190 2005-01-09  Martin Eikermann  <meiker@upb.de>
11191
11192         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11193
11194         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
11195         (snapshot_handler), (gst_snapshot_sinkconnect),
11196         (gst_snapshot_chain):
11197           Allocate resources when required, fix recursive signal emission
11198           and fix caps. Fixes #161667.
11199
11200 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
11201
11202         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11203
11204         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
11205         (gst_pngdec_chain):
11206           Handle only 8-bppc (bits-per-pixel-component) images, better
11207           error handling and correct strides. Fixes #163177.
11208         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
11209         (gst_pngenc_chain):
11210           Better error handling. Fixes #163348.
11211
11212 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11213
11214         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
11215         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
11216         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
11217         (dvdnavsrc_uri_handler_init):
11218           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
11219         * gst/playback/gstplaybasebin.c: (gen_source_element):
11220           Add MMS to streaming URIs.
11221
11222 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11223
11224         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
11225         * sys/xvimage/xvimagesink.c:
11226         (gst_xvimagesink_navigation_send_event):
11227           Check for pad availability before sending event.
11228
11229 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11230
11231         * gst-plugins.spec.in:
11232           Add subparse.
11233
11234 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11235
11236         * configure.ac:
11237           Since we use functions from CVS, up requirement.
11238
11239 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11240
11241         * gst/playback/Makefile.am:
11242         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11243         (group_destroy), (group_commit), (group_is_muted),
11244         (gen_preroll_element), (add_stream), (unknown_type),
11245         (probe_triggered), (preroll_unlinked), (mute_stream),
11246         (silence_stream), (new_decoded_pad), (setup_substreams),
11247         (setup_source), (get_active_source), (mute_group_type),
11248         (muted_group_change_state), (set_active_source),
11249         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
11250         (play_base_eos), (gst_play_base_bin_change_state):
11251         * gst/playback/gstplaybasebin.h:
11252         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
11253         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
11254         (gst_stream_info_dispose), (stream_info_mute_pad),
11255         (stream_info_change_state), (gst_stream_info_set_mute):
11256         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
11257         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
11258         (gst_stream_selector_init), (gst_stream_selector_dispose),
11259         (gst_stream_selector_get_linked_pad),
11260         (gst_stream_selector_get_caps), (gst_stream_selector_link),
11261         (gst_stream_selector_get_linked_pads),
11262         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
11263         * gst/playback/gststreamselector.h:
11264           Adding stream selection support plus required properties for
11265           applications to use this. Fully fixes #100931.
11266
11267 2005-01-08  Benjamin Otte  <otte@gnome.org>
11268
11269         * gst/games/gstpuzzle.c: (nav_event_handler):
11270           - handle nav events differently: forward every event no matter if it
11271             was handled or not.
11272           - translate events
11273           You can now cheat by using navigationtest ! puzzle and moving the
11274           mouse close to the edge of a tile. ;)
11275
11276 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11277
11278         * configure.ac:
11279         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
11280         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
11281         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
11282         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
11283         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
11284         (gst_ogm_parse_plugin_init):
11285         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
11286         (gst_textoverlay_link), (gst_textoverlay_getcaps),
11287         (gst_textoverlay_event), (gst_textoverlay_video_chain),
11288         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
11289         * ext/pango/gsttextoverlay.h:
11290         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11291         (gst_matroska_demux_handle_seek_event),
11292         (gst_matroska_demux_sync_streams),
11293         (gst_matroska_demux_parse_blockgroup),
11294         (gst_matroska_demux_subtitle_caps),
11295         (gst_matroska_demux_plugin_init):
11296         * gst/matroska/matroska-ids.h:
11297         * gst/playback/gstdecodebin.c: (close_pad_link):
11298         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11299         (gen_preroll_element), (remove_groups), (add_stream),
11300         (new_decoded_pad), (setup_subtitles), (gen_source_element),
11301         (setup_source):
11302         * gst/playback/gstplaybasebin.h:
11303         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
11304         * gst/subparse/Makefile.am:
11305         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
11306         (gst_subparse_base_init), (gst_subparse_class_init),
11307         (gst_subparse_init), (gst_subparse_formats),
11308         (gst_subparse_eventmask), (gst_subparse_event),
11309         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
11310         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
11311         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
11312         (parse_mpsub_deinit), (parse_mpsub_init),
11313         (gst_subparse_buffer_format_autodetect),
11314         (gst_subparse_format_autodetect), (gst_subparse_loop),
11315         (gst_subparse_change_state), (gst_subparse_type_find),
11316         (plugin_init):
11317         * gst/subparse/gstsubparse.h:
11318         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
11319         (plugin_init):
11320           Add subtitle support, .sub parser (supports SRT and MPsub),
11321           OGM text support, Matroska UTF-8 text support, deadlock fixes
11322           all over the place, subtitle awareness in decodebin/playbin
11323           and some fixes to textoverlay to handle subtitles in a stream
11324           correctly. Fixes #100931.
11325
11326 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11327
11328         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11329           Check for pad availability before doing a query on it.
11330
11331 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11332
11333         * ext/dv/gstdvdec.c:
11334           really fix bpp24/32 dvdec caps (classic rgba indeed)
11335         * gst/asfdemux/gstasfdemux.c:
11336         (gst_asf_demux_process_ext_content_desc):
11337           don't send text tags if they are empty (bis repetita)
11338
11339 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11340
11341         * ext/dv/gstdvdec.c:
11342          remove unneeded comment from dvdec
11343           (related to DV 4CC codes in AVI files)
11344           moved them in gstreamer/docs/random/mimetypes
11345         * gst/asfdemux/gstasfdemux.c:
11346         (gst_asf_demux_process_ext_content_desc):
11347          don't send text tags if they are empty
11348          fix mem leak on error path
11349         * gst/ffmpegcolorspace/avcodec.h:
11350         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11351         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11352         (gst_ffmpegcsp_avpicture_fill):
11353         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
11354         * gst/ffmpegcolorspace/imgconvert_template.h:
11355          adds BGR32 and BGRA32 to ffmpegcolorspace
11356           (still bad colors, fixing it on next commit)
11357           helps with dvdec outputing BGR32
11358
11359 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11360
11361         * ext/dv/gstdvdec.c:
11362          Fix audio caps i just broke (missing ',')
11363         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
11364         (gst_matroska_mux_reset):
11365          Fix typo + add FIXME about old "x-gst-metadata" crap
11366
11367 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11368
11369         * ext/dv/demo-play.c: (main):
11370          xvideosink -> xvimagesink
11371         * ext/dv/gstdvdec.c:
11372          change rgb 32/32 caps to 24/32 (no alpha)
11373          change nb of channels to be a list (2 or 4, not 2)
11374          change sample rate to be a list (32, 44.1, 48 kHz) not a range
11375         * gst/asfdemux/gstasfdemux.c:
11376         (gst_asf_demux_process_ext_content_desc):
11377          Add 'date/year' to extracted metadata list
11378
11379 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11380
11381         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
11382           The return value of fixate_to does not imply that the requested
11383           value was set, so don't assume.
11384
11385 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
11386
11387         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11388
11389         * ext/libpng/gstpngdec.c:
11390         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
11391         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
11392         * ext/libpng/gstpngenc.h:
11393           Alpha support (encoder; #163161), mime fixage.
11394
11395 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
11396
11397         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11398
11399         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
11400         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
11401         (gst_faac_set_property), (gst_faac_get_property):
11402         * ext/faac/gstfaac.h:
11403           Allow for ADTS output (#153434).
11404
11405 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11406
11407         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
11408           Fix against template (#150576).
11409
11410 2005-01-06  Benjamin Otte  <otte@gnome.org>
11411
11412         * gst/games/gstpuzzle.c: (draw_puzzle):
11413           don't draw a puzzle if either width or height of tiles would be 0.
11414
11415 2005-01-06  Benjamin Otte  <otte@gnome.org>
11416
11417         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
11418         (gst_puzzle_class_init), (gst_puzzle_finalize):
11419           no memleaks, please
11420         (gst_puzzle_create), (gst_puzzle_init),
11421         (gst_puzzle_set_property), (gst_puzzle_setup):
11422           change initialization code around so we don't reshuffle on resize
11423         (draw_puzzle):
11424           fix another stupid typo
11425
11426 2005-01-06  Benjamin Otte  <otte@gnome.org>
11427
11428         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
11429           fix stupid typo that borked copying on YUY2
11430
11431 2005-01-06  Benjamin Otte  <otte@gnome.org>
11432
11433         * gst/games/gstpuzzle.c: (draw_puzzle):
11434           fix edges when image sizes aren't multiples of tile sizes
11435
11436 2005-01-06  Benjamin Otte  <otte@gnome.org>
11437
11438         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
11439           make RGB endianness work correctly
11440         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
11441           refactor and fix race with initial shuffling
11442         (nav_event_handler):
11443           allow using the mouse to puzzle
11444         (draw_puzzle):
11445           insist on tiles having width and height as multiples of 4 to get
11446           clean YUV image handling
11447         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11448         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
11449           s/DEBUG/LOG/ for common messages
11450         (gst_xvimagesink_navigation_send_event):
11451           fix mouse event translation to not include screen PAR
11452         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
11453           fix mouse event translation to actually work
11454
11455 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11456
11457         * gst/asfdemux/gstasfdemux.c:
11458         (gst_asf_demux_process_ext_content_desc):
11459          Extract TrackNumber metadata + clean up code
11460         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
11461          Hope this is the good fix (var used unitialised)
11462
11463 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11464
11465         * ext/faad/gstfaad.c: (gst_faad_chain):
11466           Only increment timestamp if it's valid. Fixes raw AAC streams.
11467
11468 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11469
11470         * configure.ac:
11471         * gst/games/Makefile.am:
11472         * gst/games/gstpuzzle.c:
11473           add a puzzle game with...
11474         * gst/games/gstvideoimage.c:
11475         * gst/games/gstvideoimage.h:
11476           ... full colorspace support (that includes YUV9 and RGB16)) stolen
11477           from videotestsrc and made into something that would be a nice
11478           library for a lot of other plugins.
11479
11480 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11481
11482         * configure.ac:
11483          don't compile faad plugin if a RC of 2.0 is found
11484          Fixes #155346 (and FC1 buildbot)
11485         * gst/asfdemux/gstasfdemux.c:
11486         (gst_asf_demux_process_ext_content_desc):
11487          try to make Solaris compiler happier
11488
11489 2005-01-06  Paul Jack  <pjack@sfaf.org>
11490
11491         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11492
11493         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
11494           Fix segfault (#161667).
11495
11496 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11497
11498         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
11499           Fix framerate reporting.
11500
11501 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11502
11503         * gst-libs/gst/riff/riff-ids.h:
11504         * gst/wavenc/riff.h:
11505          Add AMR (VBR and CBR) ids to riff.h audio codec list
11506         * gst/asfdemux/gstasfdemux.c:
11507         (gst_asf_demux_process_ext_content_desc),
11508         (gst_asf_demux_process_object):
11509           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
11510
11511 2005-01-05  Martin Eikermann  <meiker@upb.de>
11512
11513         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11514
11515         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11516         (gst_dvd_demux_handle_discont):
11517         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
11518         (gst_mpeg_demux_handle_discont):
11519           Recreate pads on new-media (#160730).
11520         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
11521           Send discont even if manager changes timestamps (#161929).
11522
11523 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
11524
11525         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11526
11527         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
11528           Fix invalid memory access (#159211).
11529
11530 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11531
11532         * examples/gstplay/player.c: (main):
11533           Don't iterate.
11534         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
11535           Add visualizations.
11536         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
11537         (gst_a52dec_handle_frame):
11538           Set duration.
11539         * ext/dvdnav/gst-dvd:
11540           Add audioconvert. Fixes #161325.
11541         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
11542           Explicitely case to gint64. Possible valgrind error.
11543         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
11544         (gst_play_tick_callback), (gst_play_change_state),
11545         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
11546         (gst_play_set_location), (gst_play_get_location),
11547         (gst_play_seek_to_time), (gst_play_set_data_src),
11548         (gst_play_set_video_sink), (gst_play_set_audio_sink),
11549         (gst_play_set_visualization), (gst_play_connect_visualization),
11550         (gst_play_get_framerate), (gst_play_get_all_by_interface),
11551         (gst_play_new):
11552           Use playbin. Fixes #139749 and #147744.
11553         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
11554           Add genre tag.
11555         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
11556         (audioscale_get_type), (gst_audioscale_base_init),
11557         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
11558         (gst_audioscale_getcaps), (gst_audioscale_fixate),
11559         (gst_audioscale_link), (gst_audioscale_get_buffer),
11560         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
11561         (gst_audioscale_init), (gst_audioscale_dispose),
11562         (gst_audioscale_chain), (gst_audioscale_set_property),
11563         (gst_audioscale_get_property), (plugin_init):
11564           Indent properly.
11565         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
11566           Fix LPCM.
11567         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
11568         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
11569         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
11570           Add more metadata (fixes #162656).
11571
11572 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11573
11574         * configure.ac:
11575           back to cvs
11576
11577 === release 0.8.7 ===
11578
11579 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11580
11581         * NEWS:
11582         * RELEASE:
11583         * configure.ac:
11584           releasing 0.8.7, "Hyperspace"
11585
11586 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11587
11588         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11589
11590         * gst/playback/gstplaybasebin.c:
11591          Fix for #162924 - free caps after use, not before
11592
11593 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11594
11595         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11596
11597         * gst/playback/gstplaybasebin.c:
11598         * gst/wavparse/gstwavparse.c:
11599           Fix for #154773 - fixes playback of small .wav files
11600
11601 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11602
11603         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11604
11605         * gst/audioscale/gstaudioscale.c:
11606           Fix for #162819 - make audioscale reusable
11607           Fixes playback of more than one file with playbin/totem
11608
11609 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11610
11611         * gst/ffmpegcolorspace/avcodec.h:
11612         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11613         * gst/ffmpegcolorspace/imgconvert.c:
11614           clean up the mess that made me cry and avoid needless duplication
11615
11616 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11617
11618         * gst/ffmpegcolorspace/imgconvert.c:
11619           give some indication of why we're segfaulting
11620
11621 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11622
11623         * configure.ac:
11624           Fix indentation, fix v4l2 plugin detection.
11625         * ext/Makefile.am:
11626           Fix libmms location (Maciej, use diff -u!).
11627         * ext/alsa/gstalsa.c: (gst_alsa_init):
11628           Initialize caps cache to NULL.
11629         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
11630           Only change state on audiosink if it exists.
11631
11632 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
11633
11634         * gst/matroska/matroska-demux.c:
11635         * gst/matroska/matroska-ids.h:
11636         * gst/matroska/matroska-demux.h:
11637         Fix Vorbis streams failing to decode in some files, where cluster_time
11638         isn't 0, because then it doesn't send codec_priv before actual data.
11639         Remove time-based test and replace it with marker set on beginning of
11640         new stream
11641
11642 2004-12-28  David Schleef  <ds@schleef.org>
11643
11644         Merge patch from Ronald fixing problems with streaming
11645         text.
11646         * ext/cairo/gstcairo.c: (plugin_init):
11647         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11648         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11649         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11650         (gst_textoverlay_font_init), (gst_textoverlay_init),
11651         (gst_textoverlay_set_property):
11652         * ext/cairo/gsttextoverlay.h:
11653
11654 2004-12-27  David Schleef  <ds@schleef.org>
11655
11656         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11657         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11658         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11659         (gst_textoverlay_font_init), (gst_textoverlay_init),
11660         (gst_textoverlay_set_property): Improvements to actually
11661         render text as white on black outline on video, including
11662         font selection and horizontal/vertical alignment.  (Ronald's
11663         christmas present)
11664         * ext/cairo/gsttextoverlay.h:
11665
11666 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11667
11668         * ext/ogg/gstogg.c:
11669         * ext/ogg/gstogmparse.c:
11670           fix ogm[audio/video]parse plugin registration
11671           (riff won't load if bytestream is already loaded)
11672
11673 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11674
11675         * gst/audioconvert/gstchannelmix.c:
11676           fix for GLIB < 2.4
11677
11678 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11679
11680         * Makefile.am:
11681         * configure.ac:
11682           disable docs again until it actually passes make distcheck.
11683
11684 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11685
11686         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
11687         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
11688         (plugin_init):
11689           Add 3GP (variables name Q3GP because they can't start with a
11690           number). Add samr audio fourcc (used in .3gp files), decoder
11691           is work in progress. Also do a GST_WARNING instead of ERROR
11692           in case of unknown nodes, to decrease output.
11693
11694 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11695
11696         * Makefile.am:
11697           really fix dist
11698
11699 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11700
11701         * configure.ac:
11702         * ext/speex/gstspeexdec.h:
11703         * ext/speex/gstspeexenc.h:
11704           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
11705           Fix detection code in configure.ac
11706
11707 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11708
11709         * gst/matroska/matroska-demux.c:
11710         (gst_matroska_demux_parse_blockgroup):
11711           Save position, so that queries give proper return values. Don't
11712           know how this could ever have worked before...
11713
11714 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11715
11716         * configure.ac:
11717           Put additional LAME check inside the conditional.  Fixes #152339
11718
11719 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11720
11721         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11722         (gst_avi_demux_stream_scan):
11723           Add some more debug. Fix logic error when setting movi offset
11724           while reading index.
11725
11726 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11727
11728         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11729         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
11730         (gst_avi_demux_process_next_entry):
11731           Add some debugging. Better detection of broken indexes and the
11732           accompanying index recovery. No infinite loops on state changes
11733           when we're still in our loopfunction.
11734
11735 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11736
11737         * configure.ac:
11738           Fix up.
11739
11740 2004-12-22  Archana Shah  <archana.shah@wipro.com>
11741
11742         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11743
11744         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
11745           Normalizing the value before setting
11746         (gst_sunaudiomixer_get_volume):
11747           Normalizing the value after getting. Fixes bug# 161980
11748
11749 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11750
11751         * Makefile.am: Make sure docs gets disted
11752         * docs/Makefile.am: Make sure all needed files get disted
11753         * gst-plugins.spec.in: latest updates
11754
11755 2004-12-22  Wim Taymans  <wim@fluendo.com>
11756
11757         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11758         Revert patch 1.38 as clock distribution over schedulers does
11759         not work correcly in the core yet.
11760
11761 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11762
11763         * sys/oss/README: remove this file, which predates my birth
11764           (and which content is by far outdated)
11765
11766 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
11767
11768         * Makefile.am:
11769         * configure.ac:
11770         * docs/Makefile.am:
11771         * docs/libs/Makefile.am:
11772         * docs/libs/gst-plugins-libs-docs.sgml:
11773         * docs/libs/gst-plugins-libs-sections.txt:
11774         * docs/libs/tmpl/gstgconf.sgml:
11775         * docs/upload.mak:
11776         * docs/version.entities.in:
11777           Added boilerplate gtk-doc files for plugin-libs documentation.
11778
11779 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11780
11781         * gst/auparse/gstauparse.c: fix int and float audio caps
11782
11783 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11784
11785         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11786         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
11787           g_assert() can be a macro, don't use #ifdef inside it.
11788
11789 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
11790
11791         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11792
11793         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11794         (gst_videorate_init), (gst_videorate_chain),
11795         (gst_videorate_change_state):
11796           Event handling (fixes #159986).
11797
11798 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11799
11800         * gst-libs/gst/riff/riff-media.c:
11801         (gst_riff_create_video_caps_with_data):
11802           Add BLZ0 (Blizzard's version of DivX) fourcc.
11803
11804 2004-12-18  David Schleef  <ds@schleef.org>
11805
11806         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
11807         portability fix.
11808
11809 2004-12-18  David Schleef  <ds@schleef.org>
11810
11811         * gst/tta/ttadec.h: Disable some header code that isn't used
11812         and clearly isn't portable.
11813
11814 2004-12-18  David Schleef  <ds@schleef.org>
11815
11816         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
11817         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11818         (avcodec_get_pix_fmt), (avpicture_layout),
11819         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
11820         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
11821         Fix code to not use GCC extensions (and c99 extensions that
11822         Forte does not like.)
11823
11824 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11825
11826         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11827
11828         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
11829         (gst_deinterlace_chain):
11830           Rowstride fixes. Fixes #161039.
11831         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
11832         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
11833         (gst_video_crop_getcaps), (gst_video_crop_link),
11834         (gst_video_crop_i420), (gst_video_crop_chain),
11835         (gst_video_crop_change_state):
11836           Rework of negotiation. Actually works now. Fixes #158650.
11837
11838 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11839
11840         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
11841           That was very stupid.
11842
11843 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11844
11845         * gst/matroska/matroska-demux.c:
11846         (gst_matroska_demux_parse_blockgroup):
11847           Fix possible crasher.
11848
11849 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11850
11851         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
11852         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
11853           Lace sizes can be zero.
11854
11855 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11856
11857         * ext/musepack/gstmusepackdec.cpp:
11858           Fetch error return values. Fixes #161624.
11859         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
11860           Really EOS.
11861
11862 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11863
11864         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
11865           Work for truncated (unfinished download etc.) files. Fixes #160514.
11866
11867 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11868
11869         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11870           Fix for integer overflow. Makes #156001 not crash. Probably masks
11871           the real bug.
11872
11873 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11874
11875         * gst/ac3parse/gstac3parse.c: (plugin_init):
11876           Parsers never have ranks. Fixes #159651.
11877
11878 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11879
11880         * gst/playback/gstdecodebin.c: (compare_ranks):
11881           make sure the facotries are ordered the same every time even if they
11882           have the same rank by using the name
11883         * gst/playback/gstdecodebin.c: (find_compatibles):
11884           make sure we don't add factories to the list twice
11885
11886 2004-12-16  David Schleef  <ds@schleef.org>
11887
11888         * configure.ac: look for musepack headers as musepack/*.h
11889         (fixes #159847)
11890         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
11891         * ext/musepack/gstmusepackreader.h: same
11892
11893 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11894
11895         * gst-libs/gst/riff/riff-read.c:
11896         (gst_riff_read_strf_auds_with_data):
11897           Read extradata correctly (fixes #155879).
11898
11899 2004-12-16  David Schleef  <ds@schleef.org>
11900
11901         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
11902         audio.  does _not_ attempt or allow conversion unless channels
11903         is 1 or 2.
11904
11905 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11906
11907         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
11908
11909 2004-12-16  David Schleef  <ds@schleef.org>
11910
11911         * gst/audioscale/gstaudioscale.c: the resample library only
11912         handles 1 or 2 channels.  Change caps to compensate.
11913
11914 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11915
11916         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
11917         (gst_matroska_demux_audio_caps):
11918           Some MPEG-AAC hacks, because else it doesn't work...
11919
11920 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11921
11922         * gst-libs/gst/riff/riff-media.c:
11923         (gst_riff_create_video_caps_with_data),
11924         (gst_riff_create_video_template_caps):
11925           Add h264.
11926
11927 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11928
11929         * gst-libs/gst/audio/Makefile.am:
11930           Try to fix buildbot.
11931
11932 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11933
11934         * gst/tcp/gstmultifdsink.c:
11935           Clean up and uniformize debugging.
11936
11937 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
11938
11939         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11940
11941         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11942         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
11943         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
11944         (gst_mpeg_demux_change_state):
11945           Reset on ready. Fixes 160276.
11946
11947 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11948
11949         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11950
11951         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11952         (gst_ffmpegcsp_pad_link):
11953           Fix memleak (#154815).
11954
11955 2004-12-16  James Bowes  <bowes@cs.dal.ca>
11956
11957         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11958
11959         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
11960         (gst_musicbrainz_init), (gst_musicbrainz_chain),
11961         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
11962         * ext/musicbrainz/gsttrm.h:
11963           Add support for using a proxy server when getting a trm id from
11964           the MusicBrainz database (#149613).
11965
11966 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
11967
11968         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11969
11970         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
11971         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11972           Fix memleaks (#157233).
11973
11974 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11975
11976         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11977
11978         * gst-libs/gst/resample/resample.c: (gst_resample_close):
11979         * gst-libs/gst/resample/resample.h:
11980         * gst/audioscale/gstaudioscale.c:
11981           Fix memleak (#159215).
11982
11983 2004-12-16  Toni Willberg  <toniw@iki.fi>
11984
11985         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11986
11987         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
11988         * sys/oss/oss_probe.c: (main):
11989           Check for mono/stereo support (similar to samplerate probing),
11990           fixes #159433. Also add missing copyright header to oss_probe.c.
11991
11992 2004-12-15  David Schleef  <ds@schleef.org>
11993
11994         * configure.ac: add audioresample and cairo plugins.  Remove
11995         HAVE_MMX stuff, because it's not used.
11996         * ext/Makefile.am: same
11997         * ext/audioresample/Makefile.am: You are not ready for an
11998         audio resampling element based on audioresample.
11999         * ext/audioresample/gstaudioresample.c:
12000         * ext/audioresample/gstaudioresample.h:
12001         * ext/cairo/Makefile.am: You are not ready for overlay elements
12002         based on cairo.  Don't look too closely, these elements kinda
12003         suck right now.
12004         * ext/cairo/gstcairo.c: new
12005         * ext/cairo/gsttextoverlay.c: new
12006         * ext/cairo/gsttextoverlay.h: new
12007         * ext/cairo/gsttimeoverlay.c: new
12008         * ext/cairo/gsttimeoverlay.h: new
12009         * gst-libs/gst/media-info/media-info-priv.h: fix compile
12010         problem with compilers that don't support variadic macros.
12011
12012 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
12013
12014         Reviewed by:  David Schleef  <ds@schleef.org>
12015
12016         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
12017         Bala, registering sunaudiosrc (oops!), and cleaning up code a
12018         bit.  Also ran indent-gst.
12019         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
12020         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
12021         (gst_sunaudiosrc_setparams):
12022
12023 2004-12-14  David Schleef  <ds@schleef.org>
12024
12025         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
12026         output rate to 16000.  Should fix #160235.
12027
12028 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12029
12030         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
12031         Add typefinding for mpeg2 pes streams
12032
12033 2004-12-13  David Schleef  <ds@schleef.org>
12034
12035         * configure.ac:  Applied patch from bug #143659, making default
12036         sources and sinks OS-dependent (for Solaris), and added code
12037         for OS/X.
12038         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
12039
12040 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12041
12042         * gst-libs/gst/riff/riff-media.c:
12043           forgot to add h2.64 to avidemux template caps
12044
12045 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12046
12047         * gst/wavenc/riff.h:
12048         * gst-libs/gst/riff/riff-media.c:
12049         * gst-libs/gst/riff/riff-ids.h:
12050         * gst/avi/gstavimux.c
12051         add 4CC code for VideoSoft h264 in AVI (VSSH)
12052           fixes bug #160655
12053         remove s323 from riff, it's quicktime specific :(
12054
12055 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12056
12057         * gst/asfdemux/README
12058         * gst/wavenc/riff.h
12059         * gst-libs/gst/riff/riff-ids.h
12060         * gst-libs/gst/riff/riff-media.c
12061         * gst/qtdemux/qtdemux.c:
12062           add new 4CC codes for h263 related codecs
12063           fixes partially bug #155163
12064
12065 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
12066
12067         * configure.ac: Update polyaudio requirement to 0.7
12068         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
12069
12070 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12071
12072         * gst/interleave/deinterleave.c:
12073         fix my name's spelling! :)
12074
12075 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12076
12077         * AUTHORS ChangeLog
12078         * gst/auparse/gstauparse.c
12079         * gst/interleave/deinterleave.c
12080         * gst/law/:
12081                 alaw-decode.c alaw-encode.c
12082                 mulaw-decode.c mulaw-encode.c
12083         * gst/oneton/gstoneton.c
12084         * sys/osxaudio/:
12085                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
12086         * sys/osxvideo/:
12087                 cocoawindow.h cocoawindow.m
12088                 osxvideosink.h osxvideosink.m
12089
12090         put the same mail address for Zaheer Abbas Merali everywhere
12091
12092 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12093
12094         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
12095           Align by packetsize, and assert that we a packet available before
12096           playing. The first makes webstreams work (they often include
12097           trailing padding data in a packet), the second allows pausing a
12098           ASF stream in totem without getting demux errors afterwards.
12099
12100 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12101
12102         * ext/ogg/gstoggdemux.c: (get_relative):
12103           Check for non-NULL before accessing member (end-of-chain).
12104
12105 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12106
12107         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12108         (cdparanoia_set_property), (cdparanoia_get_property):
12109         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
12110         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
12111         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12112         (dvdreadsrc_init), (dvdreadsrc_set_property),
12113         (dvdreadsrc_get_property):
12114         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
12115         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
12116           Synchronize property names where not yet the case. Devices are
12117           now device=X, other versions are deprecated (but still exist).
12118           Also use g_free() unconditionally.
12119         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12120         (setup_source), (gst_play_base_bin_get_property):
12121           Expose source.
12122
12123 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12124
12125         * configure.ac: move GCONF macro outside conditional for the am
12126           conditional. Fixes #160439
12127
12128 2004-12-08  David Schleef  <ds@schleef.org>
12129
12130         * tools/gst-visualise-m.m: Switch to elements that currently
12131         exist.
12132
12133 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12134
12135         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12136           We love wrong commas.
12137
12138 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12139
12140         * gst/matroska/matroska-demux.c:
12141         (gst_matroska_demux_handle_src_query):
12142           Don't set DEFAULT, unsupported - makes length display incorrectly
12143           in some cases.
12144
12145 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
12146
12147         * gst/monoscope/README: remove blurb about files being GPL
12148         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
12149         * gst/monoscope/monoscope.c: Change license to BSD with explanation
12150           monoscope is now effectively LGPL licensed
12151
12152 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
12153
12154         * gst/monoscope/README: Update information to be more correct
12155         * gst/monoscope/convolve.c: Relicense to LGPL
12156         * gst/monoscope/convolve.h: Relicense to LGPL
12157
12158 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
12159
12160         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
12161           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
12162         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
12163           set default_duration for mpeg1 audio
12164
12165 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12166
12167         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
12168         * ext/alsa/gstalsa.h:
12169           refactor big chunks of the core caps negotiation code to make it
12170           a lot faster, because people claim it's really slow
12171           (actually, just cache the getcaps when the device is opened)
12172
12173 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12174
12175         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
12176         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
12177         (gst_a52dec_handle_frame), (gst_a52dec_chain),
12178         (gst_a52dec_change_state), (plugin_init):
12179         * ext/a52dec/gsta52dec.h:
12180           Do something useful with timestamps. Make chain-based (since
12181           there's really no reason to be loopbased).
12182         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12183           Update current_byte/frame correctly.
12184
12185 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12186
12187         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
12188         (gst_ape_demux_stream_init):
12189           Forward tags, too.
12190
12191 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12192
12193         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
12194           Let's make sure we're done typefinding when detecting tags.
12195
12196 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12197
12198         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
12199         (gst_ebml_read_init), (gst_ebml_read_use_event),
12200         (gst_ebml_read_element_id), (gst_ebml_peek_id),
12201         (gst_ebml_read_seek), (gst_ebml_read_skip),
12202         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
12203         (gst_ebml_read_master):
12204         * gst/matroska/ebml-read.h:
12205         * gst/matroska/matroska-demux.c:
12206         (gst_matroska_demux_parse_contents),
12207         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
12208           Disgustingly evil hack for working around INTERRUPT events and
12209           their extremely annoying habit of being a pain in the ass. We
12210           simply peek a cluster before reading any of it.
12211
12212 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12213
12214         * ext/musepack/gstmusepackdec.cpp:
12215           There's also floating point libmusepacks.
12216
12217 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12218
12219         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
12220         (gst_faad_chanpos_to_gst), (gst_faad_chain):
12221           Set DURATION even if source buffer didn't. Also use increasing
12222           timestamps.
12223         * gst-libs/gst/riff/riff-media.c:
12224         (gst_riff_create_audio_caps_with_data):
12225           Block_align can have larger values than 8192.
12226
12227 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12228
12229         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
12230         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
12231         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
12232         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
12233           Fix caps.
12234
12235 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12236
12237         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
12238           Fix logic bug.
12239
12240 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12241
12242         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
12243           Yay, another one.
12244
12245 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12246
12247         * ext/esd/esdsink.c: (gst_esdsink_chain):
12248           Make error actually say something useful (fixes #156798).
12249         * gst-libs/gst/riff/riff-media.c:
12250         (gst_riff_create_video_caps_with_data),
12251         (gst_riff_create_video_template_caps):
12252           Add Intel Video 5.0 fourcc (IV50).
12253
12254 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
12255
12256         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
12257         detection on mono and stereo mp3 files.
12258
12259 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12260
12261         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12262           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
12263           the contained stream).
12264
12265 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12266
12267         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
12268           Oops, remove debug.
12269
12270 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12271
12272         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12273
12274         * gst/law/alaw-decode.c: (alawdec_getcaps):
12275         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
12276           Prevent warnings when negotiating caps (fixes #159338).
12277
12278 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12279
12280         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12281         (gst_ffmpegcsp_chain):
12282           Remove old leftover that shouldn't be there...
12283
12284 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12285
12286         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12287
12288         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
12289           Don't forward DISCONT events (fixes #159684).
12290
12291 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12292
12293         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
12294           Unlink manually since sometimes bin disposal (and therefore
12295           pad unlinking) is delayed, which will cause a new media file
12296           to not be able to start playing instantly.
12297
12298 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12299
12300         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
12301           On mute of an unlinked stream, check for pad availability so
12302           we don't crash on unlinked pad.
12303
12304 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12305
12306         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12307         (gst_avi_demux_massage_index):
12308           Fix quite humiliating bug in omitting 0-sized index chunks but
12309           forgetting to count them for timestamps.
12310
12311 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12312
12313         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
12314           Actually leave the loop if we failed to sync. Don't crash.
12315
12316 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12317
12318         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
12319         (gst_dvd_demux_process_private):
12320         * gst/mpegstream/gstdvddemux.h:
12321           Fix crash (#159759). Doesn't work, though. :-(.
12322
12323 2004-11-28  Benjamin Otte  <otte@gnome.org>
12324
12325         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
12326           more overwriting protection due to modifying channels one by one
12327           instead of all at once
12328
12329 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12330
12331         * gst/audioconvert/gstchannelmix.c:
12332         (gst_audio_convert_fill_normalize):
12333           Normalize using absolute values.
12334
12335 2004-11-28  Julien MOUTTE  <julien@moutte.net>
12336
12337         * configure.ac:
12338         * ext/Makefile.am:
12339         * ext/directfb/Makefile.am:
12340         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
12341         (gst_directfbvideosink_get_pixel_format),
12342         (gst_directfbvideosink_get_format_from_fourcc),
12343         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
12344         (gst_directfbvideosink_sink_link),
12345         (gst_directfbvideosink_change_state),
12346         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
12347         (gst_directfbvideosink_buffer_alloc),
12348         (gst_directfbvideosink_interface_supported),
12349         (gst_directfbvideosink_interface_init),
12350         (gst_directfbvideosink_navigation_send_event),
12351         (gst_directfbvideosink_navigation_init),
12352         (gst_directfbvideosink_set_property),
12353         (gst_directfbvideosink_get_property),
12354         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
12355         (gst_directfbvideosink_base_init),
12356         (gst_directfbvideosink_class_init),
12357         (gst_directfbvideosink_get_type), (plugin_init):
12358         * ext/directfb/directfbvideosink.h: Adding a first version of
12359         directfbvideosink.
12360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
12361         more.
12362
12363 2004-11-28  Benjamin Otte  <otte@gnome.org>
12364
12365         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
12366           walk the samples backwards if out_channels > in_channels so we don't
12367           overwrite data
12368
12369 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12370
12371         * gst/audioconvert/Makefile.am:
12372         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
12373         (gst_audio_convert_link), (gst_audio_convert_change_state),
12374         (gst_audio_convert_channels):
12375         * gst/audioconvert/gstchannelmix.c:
12376         (gst_audio_convert_unset_matrix),
12377         (gst_audio_convert_fill_identical),
12378         (gst_audio_convert_fill_compatible),
12379         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
12380         (gst_audio_convert_fill_others),
12381         (gst_audio_convert_fill_normalize),
12382         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
12383         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
12384         * gst/audioconvert/gstchannelmix.h:
12385           Implement a channel mixer.
12386
12387 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
12388
12389         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
12390         * ext/alsa/gstalsa.h:
12391         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
12392         Make alsasink actually honor gst_element_set_clock and use that
12393         clock instead of its internal one.
12394
12395 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
12396
12397         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
12398         (gst_play_base_bin_change_state): nullify source and decoder when
12399         going from READY to NULL so that we don't try to do weird stuff with
12400         them when going from NULL to READY
12401         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
12402         instead of g_object_unref
12403         (gen_video_element), (gen_audio_element): more refcounting fixes, now
12404         it should be correct
12405         (gst_play_bin_change_state): don't call remove_sinks if we are
12406         currently disposing the object
12407
12408 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12409
12410         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
12411           Don't forget bass if it's there. Else left channel is silent...
12412
12413 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12414
12415         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
12416         (gst_a52dec_change_state):
12417           Don't do sample adjusting anymore, we use float audio now.
12418         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12419           Don't fixate to non-existing properties.
12420
12421 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12422
12423         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
12424         (gst_a52dec_change_state):
12425           Advertise that we can do surround sound.
12426
12427 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12428
12429         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
12430           Add buffer-frames=0.
12431         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
12432         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
12433         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
12434         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
12435         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
12436         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
12437         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
12438         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
12439         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
12440         * ext/dvdread/dvdreadsrc.h:
12441           Add seeking, querying for bytes, sectors, title, angle and
12442           chapter. Handle multiple chapters. Relicense to LGPL because
12443           Billy agreed on that (thanks Billy!).
12444
12445 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
12446
12447         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
12448         call parent dispose method
12449
12450 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
12451
12452         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
12453         (gst_audio_clock_get_internal_time):
12454         Fix active <-> inactive transitions: ensure time value always
12455         grows and avoid abrupt value changes.
12456
12457 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
12458
12459         * configure.ac:
12460         * gst/tta/Makefile.am:
12461         * gst/tta/crc32.h:
12462         * gst/tta/filters.h:
12463         * gst/tta/gsttta.c:
12464         * gst/tta/gstttadec.c:
12465         * gst/tta/gstttadec.h:
12466         * gst/tta/gstttaparse.c:
12467         * gst/tta/gstttaparse.h:
12468         * gst/tta/ttadec.h:
12469           added TTA parser and decoder
12470
12471 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12472
12473         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12474         (probe_triggered), (check_queue), (buffer_underrun),
12475         (buffer_running), (buffer_overrun), (gen_source_element),
12476         (setup_source):
12477         * gst/playback/gstplaybasebin.h:
12478           Implement buffering. Needs some more work.
12479
12480 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12481
12482         * ext/theora/theoradec.c: (theora_dec_chain):
12483           Fix ilog mask range overflow.
12484
12485 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12486
12487         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
12488           Don't omit the last (which in case of dmix is the only :) )
12489           channel count. Don't set channels if <= 2.
12490
12491 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
12492
12493         * gst/playback/gstplaybin.c: (gen_video_element),
12494         (gen_audio_element): Removed 2 obsolete comments
12495
12496 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12497
12498         * ext/vorbis/oggvorbisenc.c
12499         * ext/vorbis/vorbisenc.c :
12500           change description fields of those plugins to differentiate them
12501           (pitivi show Encoders by description, they had the same one)
12502
12503 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
12504
12505         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12506
12507         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
12508         (gst_play_bin_set_property), (gen_video_element),
12509         (gen_audio_element):
12510           Refcounting fixes for provided audio-/videosinks.
12511
12512 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12513
12514         * gst/playback/gstplaybin.c: (gen_video_element),
12515         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
12516           Don't reference all sinks, but only the video- and audiosinks.
12517           The vis. element should be disposed when we're done with it.
12518           We don't have any reason to keep it around. This fixes warnings
12519           when reusing playbin for playing multiple audio files with
12520           vis. enabled. Also release audio device on pause - idea stolen
12521           from Rhythmbox.
12522
12523 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12524
12525         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
12526         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
12527         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
12528         * ext/alsa/gstalsaplugin.c: (plugin_init):
12529         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
12530         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
12531         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
12532         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
12533         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
12534         (gst_faad_change_state), (plugin_init):
12535         * ext/faad/gstfaad.h:
12536         * ext/vorbis/vorbis.c: (plugin_init):
12537         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12538         * gst-libs/gst/audio/Makefile.am:
12539         * gst-libs/gst/audio/audio.c: (plugin_init):
12540         * gst-libs/gst/audio/multichannel.c:
12541         (gst_audio_check_channel_positions),
12542         (gst_audio_get_channel_positions),
12543         (gst_audio_set_channel_positions),
12544         (gst_audio_set_structure_channel_positions_list),
12545         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
12546         (gst_audio_fixate_channel_positions):
12547         * gst-libs/gst/audio/multichannel.h:
12548         * gst-libs/gst/audio/testchannels.c: (main):
12549         * gst/audioconvert/gstaudioconvert.c:
12550         (gst_audio_convert_class_init), (gst_audio_convert_init),
12551         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
12552         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
12553         (gst_audio_convert_fixate), (gst_audio_convert_channels):
12554         * gst/audioconvert/plugin.c: (plugin_init):
12555           Surround sound support.
12556
12557 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12558
12559         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
12560           Fix position for discont if we're close as well. Nitpicking, but
12561           saves a few milliseconds of extra waiting or skipping.
12562
12563 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12564
12565         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
12566           We sometimes need parsers for playback, so add those too.
12567
12568 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12569
12570         * configure.ac:
12571         * gst/apetag/Makefile.am:
12572         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
12573         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
12574         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
12575         (gst_ape_demux_get_src_query_types),
12576         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
12577         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
12578         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
12579         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
12580         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
12581         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
12582         (gst_ape_demux_change_state):
12583         * gst/apetag/apedemux.h:
12584         * gst/apetag/apetag.c: (plugin_init):
12585         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
12586         (plugin_init):
12587           APE v1/2 tag reader plus typefind function.
12588
12589 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12590
12591         * configure.ac:
12592         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12593         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12594           Remove hacks for older core. Require newer core version
12595           accordingly.
12596
12597 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12598
12599         * gst/cdxaparse/Makefile.am:
12600         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
12601         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
12602         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
12603         * gst/cdxaparse/gstcdxaparse.h:
12604         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
12605         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
12606         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
12607         (gst_cdxastrip_get_src_query_types),
12608         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
12609         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
12610         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
12611         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
12612         * gst/cdxaparse/gstcdxastrip.h:
12613           SVCD/VCD header stripping separated from CDXA image parsing.
12614         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12615         (plugin_init):
12616           Add VCD/SVCD header typefinding for VCD/SVCD.
12617         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
12618         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
12619         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
12620         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
12621         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
12622         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
12623         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
12624         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
12625         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
12626         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
12627         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
12628         * sys/vcd/vcdsrc.h:
12629           Fix up, add seeking, querying, URI interface. Works in totem now.
12630
12631 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12632
12633         * configure.ac:
12634           back to CVS
12635
12636 === release 0.8.6 ===
12637
12638 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12639
12640         * NEWS:
12641         * RELEASE:
12642         * configure.ac:
12643         * po/af.po:
12644         * po/az.po:
12645         * po/cs.po:
12646         * po/en_GB.po:
12647         * po/hu.po:
12648         * po/it.po:
12649         * po/nb.po:
12650         * po/nl.po:
12651         * po/or.po:
12652         * po/sq.po:
12653         * po/sr.po:
12654         * po/sv.po:
12655         * po/uk.po:
12656           releasing 0.8.6, "IOU Love"
12657
12658 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12659
12660         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12661
12662         * gst/playback/gstplaybasebin.c:
12663           Fix unplayable files error handling.  Fixes #158365
12664
12665 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12666
12667         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12668
12669         * gst/typefind/gsttypefindfunctions.c:
12670           Fix broken mp3 typefinding.  Fixes #158375
12671
12672 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12673
12674         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12675
12676         * ext/ogg/gstoggdemux.c:
12677           Fix sync on broken files.  Fixes #158976
12678
12679 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12680
12681         patch by: Edward Hervey <bilboed@bilboed.com>
12682
12683         * ext/libpng/gstpngenc.c:
12684           Copy over buffer properties.  Fixes #158832
12685
12686 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12687
12688         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
12689
12690         * ext/dvdread/dvdreadsrc.c:
12691           Fixes invalid reads (#158462)
12692
12693 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12694
12695         * sys/v4l/gstv4lsrc.c:
12696         * sys/v4l/gstv4lsrc.h:
12697         * sys/v4l/v4lsrc_calls.c:
12698           Probe less and cache it.  Fixes #159187.
12699
12700 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12701
12702         * gst/videorate/gstvideorate.c:
12703           Handle all video formats. Fixes #159186.
12704
12705 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
12706         * gst/synaesthesia/gstsynaesthesia.c:
12707         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
12708         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
12709         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
12710         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
12711         (gst_synaesthesia_change_state), (plugin_init):
12712         Fix up synaesthesia to work under different samplerates/ buffer sizes.
12713         Force 320x200 output, as that's the only thing the underlying
12714         synaesthesia implementation supports. Still needs to be made
12715         re-entrant.
12716
12717 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12718
12719         * configure.ac:
12720           Fix mpeg2enc configure check (similar to mplex check below).
12721
12722 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
12723
12724         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12725
12726         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12727           Fix for gcc-2.95 (fixes #158221).
12728
12729 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12730
12731         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12732           Re-add clock distribution hack (until new core is released).
12733           Fixes #158125.
12734
12735 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
12736         * configure.ac:
12737           fix mplex configure check segfaulting on some systems (bug #140994)
12738
12739 2004-11-13  Benjamin Otte  <otte@gnome.org>
12740
12741         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
12742           add debugging
12743         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12744           do a wait when we enter the loop func with no data available to
12745           write instead of getting into an 100% CPU loop by just returning and
12746           being called again by the scheduler
12747
12748 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
12749
12750         * configure.ac:
12751         * ext/libvisual/visual.c: (gst_visual_get_type),
12752         (libvisual_log_handler), (gst_visual_getcaps),
12753         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
12754         (plugin_init):
12755           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
12756         * ext/smoothwave/Makefile.am:
12757         * ext/smoothwave/demo-osssrc.c: (main):
12758         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
12759         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
12760         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
12761         (plugin_init):
12762         * ext/smoothwave/gstsmoothwave.h:
12763           Make gstsmoothwave a working element in the 20th century.
12764
12765         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
12766           Fix incorrect link function
12767
12768 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12769
12770         * gst/volume/gstvolume.c:
12771           Allow buffer-frames=0.
12772
12773 2004-11-12 Iain <iaingnome@gmail.com>
12774
12775         * configure.ac: Check for polypaudio
12776
12777         * ext/Makefile.am: Build the polyp dir
12778
12779         * ext/polyp: The polypsink sources.
12780
12781 2004-10-30 Iain <iaingnome@gmail.com>
12782
12783         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
12784         caps to reflect the new number of channels.
12785
12786 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12787
12788         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12789           Fix for negotiation order problem. This would show when the
12790           ALSA loopfuction was called before any other function. ALSA
12791           wouldn't do anything because we're not negotiated yet, leading
12792           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
12793
12794 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12795
12796         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12797
12798         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12799           No warnings (#157986).
12800
12801 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12802
12803         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12804           Prefer apev1/2 and id3v1 (at end of file) over musepack.
12805
12806 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12807
12808         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
12809           Signal no-more-pads (so it works in playbin).
12810
12811 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12812
12813         * ext/musepack/gstmusepackreader.cpp:
12814           Workaround for older core.
12815
12816 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12817
12818         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
12819           Actually test for odd width/height rather than testing whether
12820           a temporary variable that was 0 before we subtracted 1 is now
12821           not equal to zero (which it always is).
12822
12823 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12824
12825         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
12826         Fix compilation if HAVE_XVIDEO is not defined
12827
12828 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12829
12830         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12831         Fix compilation if HAVE_XVIDEO is not defined
12832
12833 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
12834
12835         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12836         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
12837         (gst_goom_change_state), (plugin_init):
12838         Use the bytestream adapter so goom doesn't depend on the input
12839         buffer size.
12840         Add a debug category
12841
12842 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12843
12844         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12845           Only set hardware parameters *after* negotiation. Before
12846           negotiation, it will set ANY and that seems to cause crashes
12847           (see e.g. #151288, #153227).
12848
12849 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12850
12851         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
12852           This seems to be antique leftover. It needs to pass error
12853           checking.
12854         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
12855         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
12856         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
12857         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
12858           Fix GstXOverlay implementation (#151059).
12859
12860 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12861
12862         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12863           Don't assert (#157853).
12864
12865 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12866
12867         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
12868           Fix bytes/samples confustion.
12869         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
12870           Fix for underrun (#144389).
12871
12872 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12873
12874         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12875           Disable halfway-seek for pending release (since it needs a new
12876           core release).
12877
12878 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12879
12880         * sys/v4l/gstv4lsrc.c:
12881         * sys/v4l/gstv4lsrc.h:
12882         * sys/v4l/v4lsrc_calls.c:
12883           add autoprobe-fps property so we can separate autoprobing parts
12884
12885 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12886
12887         * sys/v4l/gstv4lsrc.c:
12888         * sys/v4l/v4lsrc_calls.c:
12889         initialise fourcc to catch unset fourcc's, and debug
12890
12891 2004-11-09  Wim Taymans  <wim@fluendo.com>
12892
12893         * gst/playback/README:
12894         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12895         * gst/playback/gstplaybin.c: (gst_play_bin_init),
12896         (gst_play_bin_dispose), (gst_play_bin_set_property),
12897         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
12898         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
12899         (gst_play_bin_get_formats), (gst_play_bin_convert),
12900         (gst_play_bin_get_query_types), (gst_play_bin_query):
12901         Cleanups and some more documentation.
12902
12903 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
12904
12905         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
12906         (gst_cacasink_init), (gst_cacasink_chain):
12907         * ext/libcaca/gstcacasink.h:
12908         Cacasink inherits from VideoSink, so let that store the clock.
12909
12910 2004-11-09  Wim Taymans  <wim@fluendo.com>
12911
12912         * gst/playback/README:
12913         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
12914         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
12915         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
12916         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
12917         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
12918         (setup_sinks):
12919         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
12920         (gst_stream_info_is_mute), (gst_stream_info_set_property):
12921         * gst/playback/gststreaminfo.h:
12922         Updated README.
12923         Only switch groups if all streams have muted (EOSed).
12924         Send Tags in sync with the stream playback instead of in
12925         the playback/preroll phase.
12926         Some cleanups, free the fakesrc elements.
12927
12928 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12929
12930         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
12931           buffer-frames property was missing
12932         * ext/arts/gst_arts.c:
12933           rate missing from sinkcaps
12934         * ext/audiofile/gstafparse.c:
12935         * ext/audiofile/gstafsink.c:
12936         * ext/audiofile/gstafsrc.c:
12937         * ext/swfdec/gstswfdec.c:
12938           int audio doesn't know buffer-frames
12939         * ext/cdparanoia/gstcdparanoia.c:
12940           int audio doesn't know chunksize either
12941         * ext/nas/nassink.c:
12942           it's endianness, not endianess
12943         * gst-libs/gst/audio/audio.h:
12944           make float standard pad template caps really describe float
12945         * gst/law/mulaw.c: (linear_factory):
12946           signed only, please
12947         * gst/mpegstream/gstdvddemux.c:
12948           widths of 20 are not valid
12949
12950 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12951
12952         Submitted by: Luca Ferretti <elle.uca@infinito.it>
12953
12954         * po/LINGUAS:
12955         * po/it.po:
12956           Add Italian
12957
12958 2004-11-08  Wim Taymans  <wim@fluendo.com>
12959
12960         * gst/playback/README:
12961         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12962         * gst/playback/gstplaybasebin.c: (probe_triggered),
12963         (gst_play_base_bin_change_state):
12964         Updated README, added more comments for fixmes etc..
12965
12966 2004-11-08  Wim Taymans  <wim@fluendo.com>
12967
12968         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12969         We can remove this hack now.
12970
12971 2004-11-08  Wim Taymans  <wim@fluendo.com>
12972
12973         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
12974         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12975         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12976         Only mix AYUV for maximum quality.
12977
12978 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12979
12980         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
12981         (gst_ogg_demux_push), (gst_ogg_pad_push):
12982           Let's act as if we're synchronized now! :).
12983         * ext/theora/theoradec.c: (theora_dec_chain):
12984           Add some debug.
12985
12986 2004-11-08  Wim Taymans  <wim@fluendo.com>
12987
12988         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12989         (gst_alpha_set_property), (gst_alpha_sink_link),
12990         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
12991         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
12992         (gst_alpha_init_params), (gst_alpha_chain):
12993         Implement alpha functions for AYUV too, this increases
12994         accuracy quite a bit.
12995
12996 2004-11-08  Wim Taymans  <wim@fluendo.com>
12997
12998         * gst/ffmpegcolorspace/avcodec.h:
12999         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13000         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
13001         (gst_ffmpegcsp_avpicture_fill):
13002         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13003         (gst_ffmpegcsp_caps_remove_format_info):
13004         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
13005         (shrink12), (img_get_alpha_info), (deinterlace_line),
13006         (deinterlace_line_inplace):
13007         * gst/ffmpegcolorspace/imgconvert_template.h:
13008         Added AYUV colorspace and handle RGBA a bit more respectful.
13009
13010 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13011
13012         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13013           Actually always send a discont (cornercase when resending the
13014           same serial-tagged chain twice).
13015
13016 2004-11-08  Julien MOUTTE  <julien@moutte.net>
13017
13018         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
13019         (gst_ximagesink_finalize):
13020         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
13021         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
13022
13023 2004-11-08  Wim Taymans  <wim@fluendo.com>
13024
13025         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
13026         Don't segfault on NULL data.
13027
13028 2004-11-08  Wim Taymans  <wim@fluendo.com>
13029
13030         * gst/playback/gstdecodebin.c: (unlinked):
13031         * gst/playback/gstplay-marshal.list:
13032         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13033         (gst_play_base_bin_init), (group_create), (get_active_group),
13034         (get_building_group), (group_destroy), (group_commit),
13035         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
13036         (add_element_stream), (no_more_pads), (probe_triggered),
13037         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
13038         (state_change), (setup_source), (gst_play_base_bin_get_property),
13039         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13040         (gst_play_base_bin_link_stream),
13041         (gst_play_base_bin_get_streaminfo):
13042         * gst/playback/gstplaybasebin.h:
13043         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13044         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
13045         Add support for chained ogg files. Prepare for playlist
13046         support. This patch introduces the concept of pad groups, which
13047         together compose one playable media file.
13048
13049 2004-11-07  David Schleef  <ds@schleef.org>
13050
13051         * testsuite/gst-lint: Check for pad templates that aren't statically
13052         scoped.
13053
13054 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13055
13056         * configure.ac:
13057         * ext/Makefile.am:
13058         * ext/musepack/Makefile.am:
13059         * ext/musepack/gstmusepackdec.cpp:
13060         * ext/musepack/gstmusepackdec.h:
13061         * ext/musepack/gstmusepackreader.cpp:
13062         * ext/musepack/gstmusepackreader.h:
13063           Add musepack decoder.
13064         * ext/faad/gstfaad.c: (gst_faad_base_init):
13065           Make pad templates static.
13066         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13067         (plugin_init):
13068           Add musepack typefinder, make mp3 typefinding work halfway stream,
13069           which doesn't actually work yet because id3demux doesn't implement
13070           _get_length().
13071
13072 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13073
13074         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13075         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
13076           Fix interrupt event handling (#144436).
13077
13078 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13079
13080         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
13081           Hide unused glory.
13082
13083 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13084
13085         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13086
13087         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
13088           Fix weird caps (#157548).
13089
13090 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13091
13092         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13093
13094         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
13095           Add missing NULL terminator (#157543).
13096
13097 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13098
13099         * gst/tcp/gsttcp.h:
13100         * gst/tcp/gsttcpclientsink.c:
13101         * gst/tcp/gsttcpclientsrc.c:
13102         * gst/tcp/gsttcpserversink.c:
13103         * gst/tcp/gsttcpserversrc.c:
13104           ports can go up to 65535.  Move common defines to gsttcp.h
13105
13106 2004-11-05  Wim Taymans  <wim@fluendo.com>
13107
13108         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
13109         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
13110         Added two more colorspaces.
13111
13112 2004-11-05  Wim Taymans  <wim@fluendo.com>
13113
13114         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13115         (gst_ffmpegcsp_avpicture_fill):
13116         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
13117         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
13118         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
13119         More stride fixes.
13120
13121 2004-11-05  Wim Taymans  <wim@fluendo.com>
13122
13123         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
13124         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
13125         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
13126         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
13127         (gst_videomixer_loop):
13128         More stride fixes.
13129
13130 2004-11-05  Benjamin Otte  <otte@gnome.org>
13131
13132         * ext/mad/gstmad.c: (gst_mad_chain):
13133           don't overflow data buffer. Flush not needed sync data when syncing
13134           failed.
13135
13136 2004-11-04  Wim Taymans  <wim@fluendo.com>
13137
13138         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
13139         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
13140         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
13141         (gst_alpha_init_params), (gst_alpha_chain),
13142         (gst_alpha_change_state):
13143         Updated the chroma keying algorithm with something more
13144         sophisticated.
13145
13146 2004-11-03  Wim Taymans  <wim@fluendo.com>
13147
13148         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
13149         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13150         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
13151         Fix stride issues. Does not completely work for odd
13152         heights.
13153
13154 2004-11-03  Wim Taymans  <wim@fluendo.com>
13155
13156         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
13157         (gst_alpha_chroma_key), (gst_alpha_chain):
13158         Fix stride issues. Does not completely work for odd
13159         heights.
13160
13161 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
13162
13163         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
13164         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
13165         leak fixes
13166
13167 2004-11-03  Wim Taymans  <wim@fluendo.com>
13168
13169         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13170         (gst_ffmpegcsp_avpicture_fill):
13171         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
13172         (avpicture_alloc):
13173         * gst/ffmpegcolorspace/imgconvert_template.h:
13174         Use correct _fill function to get correct strides.
13175
13176 2004-11-02  David Schleef  <ds@schleef.org>
13177
13178         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13179         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
13180         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
13181         Change all g_print()s to debugging.  Add a bunch of consistency
13182         checks.
13183
13184 2004-11-02  Wim Taymans  <wim@fluendo.com>
13185
13186         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13187         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
13188         (unlinked), (no_more_pads), (close_link):
13189         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13190         (unknown_type), (add_element_stream), (new_decoded_pad),
13191         (removed_decoded_pad), (setup_source):
13192         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
13193         (gst_stream_info_class_init), (gst_stream_info_init),
13194         (gst_stream_info_new), (gst_stream_info_dispose),
13195         (stream_info_mute_pad), (gst_stream_info_set_property),
13196         (gst_stream_info_get_property):
13197         * gst/playback/gststreaminfo.h:
13198         Fix playback of multiple files.
13199         a slightly different approach to handling dynamic pad removals.
13200         This one only looks at pads that we have linked.
13201
13202 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
13203
13204         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
13205         free" warning from libc.
13206
13207 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13208
13209         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13210         (get_unconnected_element), (remove_starting_from), (pad_removed),
13211         (close_link):
13212           Implement support for dynamic pad changing. We listen to "live"
13213           pad removals (i.e. while playing) and re-setup autoplugging
13214           after that. Playbasebin/playbin need some more work for this
13215           to finally work, but decodebin supports (and replugs) chained
13216           ogg now.
13217
13218 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
13219
13220         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
13221         (gst_alsa_finalize):
13222         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
13223         (gst_cdaudio_finalize):
13224         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13225         (cdparanoia_finalize):
13226         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
13227         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
13228         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
13229         (dvdreadsrc_finalize):
13230         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13231         (gst_flacdec_finalize):
13232         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
13233         (gst_flacenc_finalize):
13234         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
13235         (gst_gnomevfssink_finalize):
13236         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
13237         (gst_gnomevfssrc_finalize):
13238         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
13239         (gst_fameenc_finalize):
13240         * ext/nas/nassink.c: (gst_nassink_class_init),
13241         (gst_nassink_finalize):
13242         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
13243         (gst_sdlvideosink_class_init):
13244         * ext/sndfile/gstsf.c: (gst_sf_dispose):
13245         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
13246         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
13247         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
13248         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
13249         (gst_x_window_listener_dispose):
13250         * gst/audioscale/gstaudioscale.c:
13251         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
13252         (play_on_demand_finalize):
13253         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
13254         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
13255         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
13256         (cdplayer_finalize):
13257         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
13258         (gst_glimagesink_class_init):
13259         * sys/oss/gstosselement.c: (gst_osselement_class_init),
13260         (gst_osselement_finalize):
13261         * sys/oss/gstosssink.c: (gst_osssink_dispose):
13262         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
13263         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
13264           Fixes a bunch of problems with finalize and dispose functions,
13265           either assumptions that dispose is only called once, or not calling
13266           the parent class dispose/finalize function
13267
13268 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
13269
13270         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
13271           added two api precondition guards
13272           use g_strdup with getenv to fix crash when using ENVVAR
13273
13274 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
13275         * ext/esd/esdsink.c: (gst_esdsink_class_init),
13276         (gst_esdsink_finalize):
13277         Use a finalize function, not dispose, and more importantly,
13278         call the parent class finalize function too
13279
13280 2004-11-01  Johan Dahlin  <johan@gnome.org>
13281
13282         * ext/ogg/gstoggdemux.c:
13283         * gst/tags/gstvorbistag.c:
13284         Plug leaks.
13285
13286 2004-10-31  Benjamin Otte  <otte@gnome.org>
13287
13288         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
13289           lotsa memleaks today. But they're all small...
13290
13291 2004-10-31  Benjamin Otte  <otte@gnome.org>
13292
13293         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13294           another memleak crushed
13295
13296 2004-10-31  Benjamin Otte  <otte@gnome.org>
13297
13298         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
13299           fix memleak
13300
13301 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13302
13303         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13304           Hack to prevent crash when going to READY inside signal handler
13305           while this function is active.
13306
13307 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13308
13309         * gst/ffmpegcolorspace/Makefile.am:
13310         * gst/ffmpegcolorspace/avcodec.h:
13311         * gst/ffmpegcolorspace/common.h:
13312         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
13313         * gst/ffmpegcolorspace/dsputil.h:
13314         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
13315         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13316         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
13317         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
13318         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
13319         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
13320         (gst_ffmpegcsp_avpicture_fill):
13321         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
13322         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13323         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
13324         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
13325         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
13326         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
13327         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
13328         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
13329         * gst/ffmpegcolorspace/imgconvert.c:
13330         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
13331         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
13332         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
13333         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
13334         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
13335         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
13336         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
13337         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
13338         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
13339         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
13340         (grow21), (grow22), (grow41), (grow44), (conv411),
13341         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
13342         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
13343         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
13344         (avpicture_free), (is_yuv_planar), (img_convert),
13345         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
13346         (deinterlace_line_inplace), (deinterlace_bottom_field),
13347         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
13348         * gst/ffmpegcolorspace/imgconvert_template.h:
13349         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
13350         * gst/ffmpegcolorspace/mmx.h:
13351         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
13352         (av_fast_realloc), (av_mallocz_static), (av_free_static),
13353         (av_freep), (avcodec_get_context_defaults),
13354         (avcodec_alloc_context), (avcodec_init):
13355           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
13356           handling plus update from ffmpeg CVS. Large clean-up.
13357
13358 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13359
13360         * gst/playback/Makefile.am:
13361           We need the marshallers for decodebin, too.
13362
13363 2004-10-30  David Schleef  <ds@schleef.org>
13364
13365         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
13366           quicktime typefinding work with 64-bit offsets.
13367
13368 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
13369
13370         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
13371           Set EOS on the element when processing an EOS event.
13372         * ext/speex/gstspeexdec.h:
13373         * ext/speex/gstspeexenc.h:
13374           Only keep a const ptr to the mode
13375         * gst-libs/gst/riff/riff-media.c:
13376         (gst_riff_create_audio_caps_with_data),
13377         (gst_riff_create_audio_template_caps):
13378           Allow WMAV3, with up to 6 channels.
13379         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
13380           Don't call gst_pad_set_event_function on a sink pad.
13381         * gst/mpegstream/gstdvddemux.c:
13382         (gst_dvd_demux_get_subpicture_stream),
13383         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
13384           Copy the explicit caps that were set across to the cur_* pads,
13385           instead of trying to use a possibly non-existent negotiated caps.
13386           Reset the type of subpicture pads to UNKNOWN after calling
13387           init_stream, so that the caps get set.
13388
13389 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
13390
13391         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13392
13393         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13394           Don't touch buffer if it is of size 0 (fixes #151064).
13395
13396 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13397
13398         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
13399           Synchronized discont handling.
13400
13401 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13402
13403         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13404         (gst_ogg_demux_push):
13405           Make seeking sort-of exact again (fixes #156387).
13406
13407 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13408
13409         * gst/playback/gstplaybasebin.c: (unknown_type),
13410         (add_element_stream), (new_decoded_pad),
13411         (gst_play_base_bin_change_state):
13412         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
13413         (gst_stream_info_init), (gst_stream_info_new),
13414         (gst_stream_info_dispose), (gst_stream_info_get_property):
13415         * gst/playback/gststreaminfo.h:
13416           Make caps explicitely available. Makes testing for unsupported
13417           types possible. Improves error reporting.
13418
13419 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13420
13421         * gst/audioconvert/gstaudioconvert.c:
13422         (gst_audio_convert_buffer_to_default_format):
13423           Really don't touch read-only buffers (#156563).
13424
13425 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
13426
13427         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13428
13429         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13430           Fix memleak (#155223).
13431
13432 2004-10-29  Wim Taymans  <wim@fluendo.com>
13433
13434         * gst/tcp/.cvsignore:
13435         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13436         (gst_multifdsink_class_init), (gst_multifdsink_init),
13437         (gst_multifdsink_add), (gst_multifdsink_remove),
13438         (gst_multifdsink_remove_client_link), (is_sync_frame),
13439         (gst_multifdsink_new_client),
13440         (gst_multifdsink_handle_client_write),
13441         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13442         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
13443         (gst_multifdsink_get_property):
13444         * gst/tcp/gstmultifdsink.h:
13445         Added burst on connect sync_method, deprecated sync_clients,
13446         streamlined the sync code some more.
13447
13448 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13449
13450         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
13451         (gst_play_base_bin_change_state):
13452           Improve error reporting.
13453
13454 2004-10-28  Wim Taymans  <wim@fluendo.com>
13455
13456         * gst/tcp/Makefile.am:
13457         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
13458         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
13459         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
13460         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13461         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13462         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13463         (gst_fdset_wait):
13464         Added more locks around fdset structures. Fixed/reworked
13465         the poll array resizing code.
13466         Added stress test for fdset.
13467
13468 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13469
13470         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
13471         fix build
13472
13473 2004-10-28  Benjamin Otte  <otte@gnome.org>
13474
13475         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
13476           fix link function to always query channels and query width for
13477           floats
13478         * configure.ac:
13479           add equalizer dir
13480         * gst/equalizer/Makefile.am:
13481         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
13482         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13483         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
13484         (arg_to_scale), (setup_filter),
13485         (gst_iir_equalizer_compute_frequencies),
13486         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13487         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
13488         (plugin_init):
13489           add an equalizer
13490
13491 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13492
13493         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
13494
13495         * po/LINGUAS:
13496         * po/nb.po:
13497           Added Norwegian Bokmaal translation
13498
13499 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13500
13501         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13502           Don't break on options (fixes #156488).
13503
13504 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13505
13506         * configure.ac:
13507         * ext/cdaudio/Makefile.am:
13508         * sys/Makefile.am:
13509           fix build on older automake
13510
13511 2004-10-26  Wim Taymans  <wim@fluendo.com>
13512
13513         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13514         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13515         Allow a little margin when negotiating the framerate.
13516
13517 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
13518
13519         * gst/level/gstlevel.c:
13520           synchonised naming of pads and pad-templates
13521
13522 2004-10-26  Wim Taymans  <wim@fluendo.com>
13523
13524         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13525         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
13526         (_find_streams_check), (gst_ogg_demux_push):
13527         Fix EOS again. Needs to be done in a better way. We should not
13528         remove the pad if there is no new chained stream.
13529
13530 2004-10-26 Iain <iaingnome@gmail.com>
13531
13532         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
13533         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
13534         of the caps.
13535         * gst/interleave/interleave.c (interleave_class_init): Hook up release
13536         pad.
13537         (interleave_release_pad): Remove the pad.
13538         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
13539         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
13540         the set device.
13541         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
13542         attrs
13543         (gst_xvimagesink_xcontext_clear): Free the xcontext.
13544         (gst_xvimagesink_finalize): Free the par.
13545
13546 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13547
13548         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
13549         (gst_avimux_stop_file):
13550           First calculate the rate, and only then use it. Hdr.rate is a
13551           multiple and not a derivative of hdr.scale. Scale is not the
13552           same as blockalign but is solely related to rate.
13553
13554 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13555
13556         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
13557         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
13558           Implement seeking.
13559
13560 2004-10-25  James Henstridge  <james@jamesh.id.au>
13561
13562         Reviewed by:  David Schleef  <ds@schleef.org>
13563
13564         * examples/gstplay/player.c: (got_stream_length), (main):
13565         * examples/seeking/cdplayer.c: (update_scale):
13566         * examples/seeking/seek.c: (format_value), (update_scale):
13567         * examples/seeking/spider_seek.c: (format_value), (update_scale),
13568         (stop_seek):
13569         Build fixes on AMD64.
13570
13571 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13572
13573         reviewed by: Ronald Bultje <rbultje at gnome dot org>
13574
13575         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
13576         Fix for some v4l cards which hang in v4lsrc
13577
13578 2004-10-25  Wim Taymans  <wim@fluendo.com>
13579
13580         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
13581         (gst_ogg_demux_push), (gst_ogg_chains_clear):
13582         Make sure to remove the pad when a new chain is
13583         encountered. Set some vars to NULL so we don't try
13584         to reference freed memory.
13585
13586 2004-10-25  Wim Taymans  <wim@fluendo.com>
13587
13588         * examples/seeking/Makefile.am:
13589         * examples/seeking/cdplayer.c: (update_scale):
13590         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
13591         * examples/seeking/playbin.c: (make_playerbin_pipeline),
13592         (format_value), (update_scale), (iterate), (start_seek),
13593         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
13594         (print_usage), (main):
13595         Added some more examples, update others.
13596
13597 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13598
13599         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
13600         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13601         * ext/theora/theoradec.c: (theora_dec_chain):
13602         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13603           Add codec-name metadata.
13604
13605 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
13606
13607         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13608
13609         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13610         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13611         * ext/alsa/gstalsamixertrack.h:
13612         * po/POTFILES.in:
13613           ALSA mixer track label internationalization (#154054).
13614
13615 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13616
13617         * ext/theora/theoradec.c: (theora_dec_chain):
13618           Export bitrate as metadata.
13619
13620 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13621
13622         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13623         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13624         * ext/alsa/gstalsamixertrack.h:
13625           Fix names, fix loop.
13626
13627 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13628
13629         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
13630         (speex_dec_convert):
13631           sinkconvert function so oggdemux can get the file length (totem).
13632
13633 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
13634
13635         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13636
13637         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13638           Don't push incomplete packets.
13639         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
13640           Fix MPEG-4 audio typefinding.
13641
13642 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13643
13644         * sys/v4l/Makefile.am:
13645         * sys/v4l/gstv4l.c: (plugin_init):
13646         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
13647         (gst_v4lelement_init), (gst_v4lelement_dispose),
13648         (gst_v4lelement_change_state):
13649         * sys/v4l/gstv4lelement.h:
13650         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
13651         (gst_v4l_xoverlay_close), (idle_refresh),
13652         (gst_v4l_xoverlay_set_xwindow_id):
13653         * sys/v4l/gstv4lxoverlay.h:
13654         * sys/v4l/v4l-overlay_calls.c:
13655         * sys/v4l/v4l_calls.h:
13656         * sys/v4l2/Makefile.am:
13657         * sys/v4l2/gstv4l2.c: (plugin_init):
13658         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
13659         (gst_v4l2element_init), (gst_v4l2element_dispose),
13660         (gst_v4l2element_change_state):
13661         * sys/v4l2/gstv4l2element.h:
13662         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
13663         (gst_v4l2_xoverlay_close), (idle_refresh),
13664         (gst_v4l2_xoverlay_set_xwindow_id):
13665         * sys/v4l2/gstv4l2xoverlay.h:
13666         * sys/v4l2/v4l2-overlay_calls.c:
13667         * sys/v4l2/v4l2_calls.h:
13668           Remove client-side overlay handling, use the X-server v4l plugin
13669           for that. Nicer overlay, less code. Also make the plugin
13670           compileable without X (but then without overlay, obviously).
13671           Makes xwindowlistener obsolete, should we remove that?
13672
13673 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13674
13675         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
13676         (gst_osssrc_src_query):
13677         * sys/oss/gstosssrc.h:
13678           OK, so people want offset in DEFAULT. This time, actually fix all
13679           cases.
13680         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
13681           Add FPS properly.
13682
13683 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13684
13685         * gst/asfdemux/gstasfmux.c:
13686         * gst/avi/gstavimux.c:
13687           Framerate.
13688
13689 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13690
13691         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
13692           Fix properties (channel, norm, frequency).
13693
13694 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13695
13696         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
13697           Flag typo.
13698         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
13699           No warnings.
13700
13701 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13702
13703         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
13704           Fix hang.
13705
13706 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13707
13708         * sys/v4l2/gstv4l2element.h:
13709           Yet Another Hack (tm) for kernel header borkedness.
13710         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
13711         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
13712         (gst_v4l2src_link), (gst_v4l2src_getcaps),
13713         (gst_v4l2src_change_state):
13714         * sys/v4l2/gstv4l2src.h:
13715         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
13716         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
13717           Fix caps, keep track of state, work.
13718
13719 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13720
13721         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
13722           Quiet.
13723
13724 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13725
13726         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13727           Don't mix bytes and samples.
13728
13729 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13730
13731         * ext/ogg/gstoggmux.c:
13732           Basic pad template which accepts OGM tracks, speex, flac, vorbis
13733           and theora. Any is incorrect.
13734         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
13735           Fix caps.
13736         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
13737         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
13738         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
13739         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
13740         * sys/v4l/gstv4lmjpegsrc.h:
13741         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13742         (gst_v4lsrc_change_state):
13743         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
13744         (gst_v4lmjpegsrc_capture_stop):
13745           Fix caps. Keep track of internal state. Work.
13746
13747 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13748
13749         * ext/Makefile.am:
13750           Fix the build fixes.
13751
13752 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13753
13754         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13755         (gst_ogg_demux_src_event), (_find_chain_seek),
13756         (gst_ogg_pad_push):
13757           Check for pad availability before using it.
13758         * ext/ogg/gstoggdemux.c: (_find_chain_process):
13759           Fix parsing of chained ogg. Needs more work on the decoder side.
13760
13761 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13762
13763         * gst/spectrum/Makefile.am:
13764         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
13765         (idle_func):
13766           Fix demo and reenable it. Yes, I'm currently playing with audio
13767           analysis tools
13768
13769 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13770
13771         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13772           We love it if files that start at zero work too...
13773
13774 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13775
13776         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13777           Handle files with missing EOS headers.
13778
13779 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13780
13781         * gst/tcp/gsttcpserversink.c:
13782         (gst_tcpserversink_handle_server_read),
13783         (gst_tcpserversink_init_send):
13784         Zero some variables first (need for accept not to return EINVAL)
13785
13786 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13787
13788         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13789         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13790         * ext/theora/theoradec.c: (theora_dec_sink_convert),
13791         (theora_dec_chain):
13792         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13793         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
13794           Seeking and querying finetune.
13795
13796 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13797
13798         * configure.ac:
13799         * ext/Makefile.am:
13800         * ext/raw1394/Makefile.am:
13801           fix the build
13802
13803 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13804
13805         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13806           Wrong return.
13807         * gst/playback/Makefile.am:
13808         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
13809         * gst/playback/gstplay-marshal.list:
13810         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
13811           Fix marshallers.
13812
13813 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13814
13815         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
13816           Silence.
13817
13818 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13819
13820         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13821         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13822         (gst_ogg_pad_push):
13823           Yay for non-lineair granulepos in theora.
13824
13825 2004-10-18  Wim Taymans  <wim@fluendo.com>
13826
13827         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
13828         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13829         * ext/dv/gstdvdec.h:
13830         Make sure we renegotiate aspect ratio when the camera switches.
13831
13832 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13833
13834         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13835         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13836           Start at zero.
13837         * ext/theora/theoradec.c: (theora_dec_chain):
13838           Skip headers. Bad idea for chained ogg, but fixes seeking.
13839
13840 2004-10-18  Wim Taymans  <wim@fluendo.com>
13841
13842         * configure.ac:
13843         I swear, this is the last time I touch this.
13844
13845 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13846
13847         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13848         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13849         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
13850           Faster seeking.
13851         * ext/theora/theoradec.c: (theora_dec_sink_convert):
13852           Time-to-default conversion.
13853         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13854           Don't error on unknown packets, just skip. We should probably
13855           read them if we want to support chained ogg.
13856
13857 2004-10-18  Wim Taymans  <wim@fluendo.com>
13858
13859         * configure.ac:
13860         Added cdaudio to wrong list.
13861
13862 2004-10-18  Wim Taymans  <wim@fluendo.com>
13863
13864         * configure.ac:
13865         Revive cdaudio.
13866
13867 2004-10-18  Wim Taymans  <wim@fluendo.com>
13868
13869         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13870         (gst_dvdec_video_link), (gst_dvdec_push):
13871         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13872         (gst_smokeenc_resync), (gst_smokeenc_chain):
13873         Fix mimetype on smoke encoder.
13874         Add aspect ratio to dvdec. Not sure if these
13875         values are correct though....
13876
13877 2004-10-18  Wim Taymans  <wim@fluendo.com>
13878
13879         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
13880         Fix vorbis property descriptions and ranges.
13881
13882 2004-10-18  Wim Taymans  <wim@fluendo.com>
13883
13884         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13885         Really do nothing when no data is available.
13886         Go to the playing state when the stream is not seekable
13887         instead of failing.
13888
13889 2004-10-18  Wim Taymans  <wim@fluendo.com>
13890
13891         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
13892         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
13893         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
13894         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
13895         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
13896         Added uri handler for cd://
13897         Port to new API.
13898
13899 2004-10-18  Wim Taymans  <wim@fluendo.com>
13900
13901         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13902         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13903         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13904         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13905         (remove_prerolls), (unknown_type), (add_element_stream),
13906         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
13907         (gst_play_base_bin_remove_element),
13908         (gst_play_base_bin_link_stream):
13909         * gst/playback/gstplaybin.c: (gen_video_element),
13910         (gen_vis_element), (remove_sinks), (setup_sinks):
13911         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13912         (gst_stream_info_get_type), (gst_stream_info_class_init),
13913         (gst_stream_info_init), (gst_stream_info_new),
13914         (gst_stream_info_dispose), (stream_info_mute_pad),
13915         (gst_stream_info_set_property), (gst_stream_info_get_property):
13916         * gst/playback/gststreaminfo.h:
13917         Add sink padtemplate to decodebin.
13918         Added some more comments.
13919         Make queue size configurable in playbasebin.
13920         Added possibility to use elements as sinks (ex cdaudio).
13921
13922 2004-10-15  Wim Taymans  <wim@fluendo.com>
13923
13924         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
13925         (gst_speexenc_chain):
13926         Fix speex timestamps so that it gets muxed properly.
13927
13928 2004-10-15  Wim Taymans  <wim@fluendo.com>
13929
13930         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
13931         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
13932         (gst_dv1394src_init), (gst_dv1394src_dispose),
13933         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
13934         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
13935         (gst_dv1394src_event), (gst_dv1394src_get_formats),
13936         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
13937         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
13938         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
13939         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
13940         * ext/raw1394/gstdv1394src.h:
13941         Added conversion/query functions.
13942         Update buffer timestamps,
13943         Added signals.
13944         Added uri dv:// so it might play from the firewire in playbin.
13945         Fix a possible leak.
13946         Added debugging.
13947
13948 2004-10-15  Wim Taymans  <wim@fluendo.com>
13949
13950         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
13951         (gst_dv1394src_init), (gst_dv1394src_set_property),
13952         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
13953         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
13954         * ext/raw1394/gstdv1394src.h:
13955         Added AV/C VTR control support needed for some cameras.
13956         Added automatic port detection.
13957         Added properties for selecting the channel.
13958         The configure.ac script is not yet updated to reflect the
13959         new libavc1394 and librom1394 dependencies.
13960
13961 2004-10-15  Wim Taymans  <wim@fluendo.com>
13962
13963         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13964         (qtdemux_parse), (gst_qtdemux_handle_esds):
13965         An esds box is not a container.
13966         Fix parsing of mp4v boxes.
13967         Do not try to renegotiate fps for each frame. Need to
13968         find a better method. This should fix mp4 playback.
13969
13970 2004-10-14  David Schleef  <ds@schleef.org>
13971
13972         * configure.ac: update for swfdec-0.3 and liboil-0.2
13973         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
13974         * ext/swfdec/gstswfdec.h: same
13975         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
13976         * gst/videotestsrc/videotestsrc.c: same
13977
13978 2004-10-14  Wim Taymans  <wim@fluendo.com>
13979
13980         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13981         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
13982         (is_sync_frame), (gst_multifdsink_new_client),
13983         (gst_multifdsink_handle_client_write),
13984         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13985         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
13986         Turn warnings into info.
13987         Don't allow a state change in the streaming thread.
13988
13989 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13990
13991         * ext/vorbis/oggvorbisenc.c:
13992         * ext/vorbis/vorbisdec.c:
13993           fix template sample rate
13994
13995 2004-10-13  Wim Taymans  <wim@fluendo.com>
13996
13997         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
13998         Decoding the header first fixes some problems in resyncing
13999         in more mp3s.
14000
14001 2004-10-12  Wim Taymans  <wim@fluendo.com>
14002
14003         * gst/playback/gstplaybin.c: (gen_video_element),
14004         (gen_vis_element), (remove_sinks), (setup_sinks):
14005         Added vis plugin support, need to configure the vis
14006         element to activate it.
14007
14008 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14009
14010         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
14011         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
14012           Some debug.
14013         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14014         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
14015         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
14016         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
14017         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
14018         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
14019         * gst/avi/gstavidemux.h:
14020           Support for openDML-2.0 indx/ix## chunks. Support for broken index
14021           recovery (where, if part of the index is broken, we will still read
14022           the rest of the index and recover the broken part by stream
14023           scanning). More broken media support. EOS workarounds. General AVI
14024           braindamage headache recovery. Aspirin included.
14025
14026 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14027
14028         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
14029         (cdparanoia_event), (cdparanoia_query):
14030           Get rid of hideous lead-in.
14031
14032 2004-10-11  Wim Taymans  <wim@fluendo.com>
14033
14034         * gst/playback/gstplaybasebin.c: (setup_source):
14035         Wrong var used to get g_list_next.
14036
14037 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14038
14039         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
14040         (cdparanoia_get), (cdparanoia_open):
14041           Report discid as metadata, add duration.
14042
14043 2004-10-11  Wim Taymans  <wim@fluendo.com>
14044
14045         * gst/playback/gstplaybasebin.c: (setup_source):
14046         Cleanup the previous pipeline a little earlier for the
14047         case that a source element provides raw data.
14048
14049 2004-10-11  Benjamin Otte  <otte@gnome.org>
14050
14051         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
14052           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
14053           consuming the last 128 bytes, even though it was valid mp3 data.
14054
14055 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14056
14057         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
14058         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
14059         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14060         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
14061
14062 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14063
14064         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
14065         Fix for webcams that support only specific width or height
14066
14067 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14068
14069         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14070
14071         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
14072           Fix wrong discont event setup (fixes #154967).
14073
14074 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
14075
14076         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14077
14078         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14079           Error out on invalid data (fixes #154807).
14080
14081 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14082
14083         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14084
14085         * ext/dvdread/dvdreadsrc.c: (_read):
14086           Make titles > 0 work again (fixes #154834).
14087
14088 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14089
14090         * gst-libs/gst/riff/riff-media.c:
14091         (gst_riff_create_video_template_caps):
14092           WMV3 missing in template caps.
14093
14094 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14095
14096         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14097           OK, so the original code was too strict. It makes random AVI files
14098           hang for seconds upon opening, which is unacceptable and is far
14099           beyond the original goal of getting multiple chunks for one-chunk
14100           sounc stream files. So now do just that.
14101
14102 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14103
14104         * gst/playback/gstplaybasebin.c: (setup_source),
14105         (gst_play_base_bin_change_state):
14106           Actually clean up streaminfo if output fails. This would trigger
14107           if, for example, there was no CD in the drive. No preroll, so
14108           a streaminfo structure is created, but the subsequent state change
14109           of the thread fails.
14110         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
14111           Don't change state if parent failed.
14112
14113 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14114
14115         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14116         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
14117         (gen_video_element), (remove_sinks):
14118           Add small bits of code for screenshot handling.
14119
14120 2004-10-08  Wim Taymans  <wim@fluendo.com>
14121
14122         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
14123         (gen_video_element), (gen_audio_element), (setup_sinks):
14124         Don't assume the user provided sinks are named "sink"...
14125
14126 2004-10-08  Wim Taymans  <wim@fluendo.com>
14127
14128         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
14129         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
14130         (gst_play_base_bin_link_stream):
14131         Do not try to autoplug sources that generate raw streams like
14132         cdparanoia.
14133         disconnect the preroll overrun signal when we don't need it anymore.
14134
14135 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
14136
14137         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
14138         Added reworked patch from #154903 from milosz derezynski (deadchip).
14139
14140 2004-10-08  Wim Taymans  <wim@fluendo.com>
14141
14142         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
14143         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
14144         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
14145         (cdparanoia_convert), (cdparanoia_uri_get_type),
14146         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
14147         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
14148         * ext/cdparanoia/gstcdparanoia.h:
14149         This adds the cdda://<tracknum> uri.
14150
14151 2004-10-08  Wim Taymans  <wim@fluendo.com>
14152
14153         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14154         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
14155         (try_to_link_1), (no_more_pads), (close_link), (type_found):
14156         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14157         (unknown_type), (gst_play_base_bin_remove_element),
14158         (gst_play_base_bin_link_stream):
14159         * gst/playback/gstplaybasebin.h:
14160         * gst/playback/gstplaybin.c: (gst_play_bin_init),
14161         (gst_play_bin_set_property), (gen_video_element),
14162         (gen_audio_element), (setup_sinks):
14163         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
14164         (gst_stream_info_get_type), (gst_stream_info_class_init),
14165         (gst_stream_info_init), (gst_stream_info_new),
14166         (gst_stream_info_dispose), (stream_info_mute_pad),
14167         (gst_stream_info_set_property), (gst_stream_info_get_property):
14168         * gst/playback/gststreaminfo.h:
14169         Reuse the audio and video bins.
14170         Some internal cleanups in the stream selection code.
14171
14172 2004-10-08  Julien MOUTTE  <julien@moutte.net>
14173
14174         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
14175         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
14176         * sys/ximage/ximagesink.h:
14177         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
14178         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
14179         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
14180         not coming from those elements. Moreover these elements should not keep
14181         the xid they have been given when in NULL state.
14182
14183 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14184
14185         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
14186         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
14187         * sys/ximage/ximagesink.h:
14188         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
14189         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
14190         * sys/xvimage/xvimagesink.h:
14191           Actually only create a new toplevel window if we're not gonna
14192           embed it right after.
14193
14194 2004-10-07  Wim Taymans  <wim@fluendo.com>
14195
14196         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
14197         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
14198         * gst/playback/gstplaybin.c: (setup_sinks):
14199         Implement muting/unmuting of streams, mute streams that are not
14200         used.
14201
14202 2004-10-07  Wim Taymans  <wim@fluendo.com>
14203
14204         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
14205         (plugin_init):
14206         Added lame audio/x-ac3 typefind function.
14207
14208 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14209
14210         * configure.ac:
14211           bump nano to cvs
14212
14213 === release 0.8.5 ===
14214
14215 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14216
14217         * NEWS:
14218         * RELEASE:
14219         * configure.ac:
14220           releasing 0.8.5, "Take You On"
14221
14222 2004-10-06  Wim Taymans  <wim@fluendo.com>
14223
14224         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14225         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
14226         (no_more_pads), (close_link), (type_found):
14227         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14228         * gst/playback/gstplaybin.c: (gen_video_element):
14229         Do not signal the no_more_pads after the first pad when
14230         we are plugging a non dynamic element with multiple
14231         output pads (like swfdec, dvdec, ...).
14232
14233 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14234
14235         * configure.ac:
14236           bump for prerelease
14237
14238 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14239
14240         * gst/wavparse/gstwavparse.c:
14241           add ATRAC3 to STATIC CAPS to fix a warning
14242
14243         * gst/matroska/ebml-read.c:
14244         * gst-libs/gst/riff/riff-read.c:
14245           fix typos
14246
14247 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14248
14249         * gst-libs/gst/riff/riff-media.c:
14250           generate caps for ATRAC3 audio streams
14251
14252         * gst/realmedia/rmdemux.c:
14253           generate caps for ATRAC3 audio streams
14254
14255 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14256
14257         * gst/wavparse/Makefile.am
14258         * gst/wavparse/riff.h
14259         * gst/wavparse/wavparse.vcproj
14260           riff.h removal (unused and duplication with riff-ids.h)
14261
14262 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14263
14264         * gst/wavparse/gstwavparse.h
14265           remove duplicated defines for audio codec codes
14266
14267         * gst-libs/gst/riff/riff-ids.h
14268         * gst/wavenc/riff.h:
14269           add "4CC" code for ATRAC3 audio streams
14270           add "4CC" code for ITU_G721_ADPCM (unused for now)
14271
14272 2004-10-06  Wim Taymans  <wim@fluendo.com>
14273
14274         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
14275         Actually _do_ negotiation. Pass gdouble as arg instead
14276         of guint64 for the framerate.
14277
14278 2004-10-06  Wim Taymans  <wim@fluendo.com>
14279
14280         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14281         (find_compatibles), (close_pad_link), (try_to_link_1),
14282         (no_more_pads), (close_link), (type_found):
14283         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14284         * gst/playback/gstplaybin.c: (gen_video_element),
14285         (gen_audio_element):
14286         Set state on newly added element to READY so that negotiation
14287         can happen ASAP.
14288         Addes some more debug info.
14289         Do not try to plug pads with multiple caps structures or ANY
14290         because it is too dangerous since we do not do dynamic
14291         replugging.
14292
14293 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14294
14295         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
14296
14297         * po/LINGUAS:
14298         * po/or.po:
14299           add Oriya translation
14300
14301 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14302
14303         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14304           Prevent overwrite of size member. Makes audio sound crappy.
14305
14306 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14307
14308         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14309         Add rmvb to the list of known RealMedia extensions
14310
14311 2004-10-05  Wim Taymans  <wim@fluendo.com>
14312
14313         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
14314         (mngdec_openstream), (mngdec_closestream),
14315         (mngdec_handle_sink_event), (mngdec_readdata),
14316         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
14317         (mngdec_getcanvasline), (mngdec_refresh),
14318         (gst_mngdec_change_state):
14319         Set the framerate correctly.
14320
14321 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14322
14323         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14324           There was something wrong with the index massaging.
14325
14326 2004-10-04  Wim Taymans  <wim@fluendo.com>
14327
14328         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
14329         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
14330         (gst_smokedec_chain):
14331         * ext/jpeg/gstsmokedec.h:
14332         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
14333         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
14334         * ext/jpeg/gstsmokeenc.h:
14335         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
14336         (smokecodec_decode_new), (smokecodec_info_free),
14337         (smokecodec_set_quality), (smokecodec_get_quality),
14338         (smokecodec_set_threshold), (smokecodec_get_threshold),
14339         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14340         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
14341         (smokecodec_encode), (smokecodec_parse_id),
14342         (smokecodec_parse_header), (smokecodec_decode):
14343         * ext/jpeg/smokecodec.h:
14344         * ext/jpeg/smokeformat.h:
14345         Updated smoke, new bitstream, allows embedding in ogg.
14346
14347 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14348
14349         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
14350           Fix seeking in some files. All this code is no longer needed (and
14351           actually breaks stuff) because we now synchronize the full index
14352           right when reading the header.
14353
14354 2004-10-04  Wim Taymans  <wim@fluendo.com>
14355
14356         * configure.ac:
14357         configure update for libmng.
14358
14359 2004-10-04  Wim Taymans  <wim@fluendo.com>
14360
14361         * ext/libmng/Makefile.am:
14362         * ext/libmng/gstmng.c: (plugin_init):
14363         * ext/libmng/gstmng.h:
14364         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
14365         (gst_mngdec_base_init), (gst_mngdec_class_init),
14366         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
14367         (gst_mngdec_loop), (gst_mngdec_get_property),
14368         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
14369         (mngdec_closestream), (mngdec_handle_sink_event),
14370         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
14371         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
14372         (gst_mngdec_change_state):
14373         * ext/libmng/gstmngdec.h:
14374         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
14375         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
14376         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
14377         (gst_mngenc_chain), (gst_mngenc_get_property),
14378         (gst_mngenc_set_property):
14379         * ext/libmng/gstmngenc.h:
14380         Added basic MNG decoder. Needs more work. The encoder does
14381         not work yet.
14382
14383 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14384
14385         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
14386         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
14387         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
14388           Don't hang on length=0 chunks. Some negotiation fixes. Signal
14389           no-more-pads.
14390
14391 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14392
14393         * configure.ac:
14394           you need at least 1.0.4 of speex
14395
14396 2004-10-04 Iain <iaingnome@gmail.com>
14397
14398         * ext/speex/gstspeexdec.h: Revert the includes changes.
14399
14400         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
14401
14402 2004-09-30 Iain <iaingnome@gmail.com>
14403
14404         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
14405         found during init or set as a property instead of hardcoding /dev/audio
14406
14407 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14408
14409         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
14410         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
14411         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
14412         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
14413         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
14414         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
14415         (gst_rmdemux_dump_data):
14416           Use debug category, fix EOS handling. filesrc ! rmdemux now
14417           works.
14418
14419 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14420
14421         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14422         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
14423         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
14424           Improve allocation, cutting and sorting of the index. How takes a
14425           few seconds instead of minutes.
14426
14427 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
14428
14429         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
14430           fixed compilation
14431
14432 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14433
14434         * gst-libs/gst/riff/riff-media.c:
14435         (gst_riff_create_video_caps_with_data),
14436         (gst_riff_create_video_template_caps):
14437           Add wing commander format mimetype/fourccs.
14438         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14439           Don't crash if some value is 0.
14440
14441 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14442
14443         * gst-libs/gst/riff/riff-media.c:
14444         (gst_riff_create_video_caps_with_data),
14445         (gst_riff_create_video_template_caps):
14446           Add DIB fourcc (raw, palettized 8-bit RGB).
14447         * gst-libs/gst/riff/riff-read.c:
14448         (gst_riff_read_strf_vids_with_data):
14449           Oops, fix strf_data reading bug.
14450         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
14451           Use a non-NULL tag.
14452         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14453           Time for hacks. Sorry Dave. At least one quicktime movie (a
14454           trailer) that I've encountered contains multiple video tracks.
14455           One of those is the actual video track, the other are one-frame
14456           tracks (images). Unfortunately, the number of frames according
14457           to the trak header is 1 for each, so that doesn't help. So
14458           instead, I look at the duration and discard tracks with a
14459           duration shorter than 20% of the length of the stream. Better
14460           than nothing.
14461
14462 2004-10-01  Christian Schaller <christian@fluendo.com>
14463
14464         * ext/ivorbis/vorbis.c:
14465           Patch from Phil Blundell (Bug 152341)
14466
14467 2004-10-01  Wim Taymans  <wim@fluendo.com>
14468
14469         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
14470         (speex_dec_get_formats), (speex_dec_convert),
14471         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
14472         (speex_dec_chain), (gst_speexdec_get_property),
14473         (gst_speexdec_set_property):
14474         Small cleanups.
14475
14476 2004-10-01  Wim Taymans  <wim@fluendo.com>
14477
14478         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
14479         (gst_wavparse_stream_init), (gst_wavparse_fmt),
14480         (gst_wavparse_other), (gst_wavparse_loop),
14481         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14482         (gst_wavparse_srcpad_event):
14483         * gst/wavparse/gstwavparse.h:
14484         Added some more debugging info.
14485         Fix the case where the length of the file is 0.
14486         Make sure we seek to sample borders.
14487
14488 2004-10-01  Wim Taymans  <wim@fluendo.com>
14489
14490         * gst/playback/README:
14491         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
14492         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
14493         (try_to_link_1), (no_more_pads), (close_link), (type_found):
14494         Add some debug info to decodebin, update README
14495
14496 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14497
14498         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
14499           Don't use g_print(); use GST_DEBUG().
14500
14501 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14502
14503         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14504         (gst_ogg_mux_queue_pads):
14505           Handle EOS properly.
14506
14507 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
14508
14509         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14510
14511         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
14512         (gst_faad_chain), (gst_faad_change_state):
14513         * ext/faad/gstfaad.h:
14514           Allow playback of raw (unframed) MPEG AAC files (#148993).
14515
14516 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
14517
14518         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14519
14520         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14521           Throw error if we didn't recognize the stream. Fixes #152289.
14522
14523 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14524
14525         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
14526           Fix negotiation.
14527
14528 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
14529
14530         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14531
14532         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14533           Fix memleak.
14534
14535 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
14536
14537         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14538
14539         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
14540           Solve #152805.
14541         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
14542           Solve 152806.
14543
14544 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14545
14546         * gst-libs/gst/riff/riff-media.c:
14547         (gst_riff_create_video_caps_with_data),
14548         (gst_riff_create_audio_caps_with_data):
14549           Add codec_data handling (like asfdemux used to do).
14550         * gst/asfdemux/gstasf.c: (plugin_init):
14551         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14552         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
14553           Use riff-media for caps creation instead of our own (mostly
14554           broken) copy of its functions.
14555
14556 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14557
14558         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
14559           Don't actually error out if we get another return value than
14560           -EINVAL. Opposite to what I first thought, drivers have random
14561           return values for this, although -EINVAL is the expected return
14562           value. Since this is not fatal, we shouldn't use
14563           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
14564
14565 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14566
14567         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
14568         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
14569         (dvdreadsrc_get_property), (_open), (_seek), (_read),
14570         (dvdreadsrc_get), (dvdreadsrc_open_file),
14571         (dvdreadsrc_change_state):
14572           Fix. Don't do one big huge loop around the whole DVD, that will
14573           cache all data and thus eat sizeof(dvd) (several GB) before we
14574           see something.
14575         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14576           Actually NULL'ify event after using it.
14577         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
14578         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
14579         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
14580         (gst_ebml_read_seek), (gst_ebml_read_skip):
14581           Handle events.
14582         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
14583         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
14584         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
14585           Fix timing (this will probably break if I seek using menus, but
14586           I didn't get there yet). VOBs and normal DVDs should now work.
14587           Add a mpeg2-only pad with high rank so this get autoplugged for
14588           MPEG-2 movies.
14589         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
14590         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
14591         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
14592         (gst_mpeg_demux_get_audio_stream),
14593         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
14594         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
14595           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
14596           MPEG-1 but use dvddemux for MPEG-2.
14597         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
14598         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
14599         (gst_mpeg_parse_parse_packhead):
14600           Timing. Only add pad template if it exists. Add sink template from
14601           class and not from ourselves. This means we will always use the
14602           correct sink template even if it is not the one defined in this
14603           file.
14604
14605 2004-09-29  Wim Taymans  <wim@fluendo.com>
14606
14607         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
14608         (gst_mpeg_demux_parse_pes):
14609         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
14610         Fix playback of mpeg again, timestamps where screwed up by
14611         patch 1.61.
14612
14613 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14614
14615         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
14616           Only return true if we actually filled something in. Prevents
14617           player applications from showing a random length for flac files.
14618         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
14619         (gst_riff_read_use_event), (gst_riff_read_handle_event),
14620         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
14621         (gst_riff_read_strf_vids_with_data),
14622         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
14623           OK, ok, so I implemented event handling. Apparently it's normal
14624           that we receive random events at random points without asking
14625           for it.
14626         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14627         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14628         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
14629         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
14630         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
14631         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
14632         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14633         * gst/avi/gstavidemux.h:
14634           Implement non-lineair chunk handling and subchunk processing.
14635           The first solves playback of AVI files where the audio and video
14636           data of individual buffers that we read are not synchronized.
14637           This should not happen according to the wonderful AVI specs, but
14638           of course it does happen in reality. It is also a prerequisite for
14639           the second. Subchunk processing allows us to cut chunks in small
14640           pieces and process each of these pieces separately. This is
14641           required because I've seen several AVI files with incredibly large
14642           audio chunks, even some files with only one audio chunk for the
14643           whole file. This allows for proper playback including seeking.
14644           This patch is supposed to fix all AVI A/V sync issues.
14645         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
14646         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
14647           Work.
14648         * gst/modplug/gstmodplug.cc:
14649           Proper return value setting for the query() function.
14650         * gst/playback/gstplaybasebin.c: (setup_source):
14651           Being in non-playing state (after, e.g., EOS) is not necessarily
14652           a bad thing. Allow for that. This fixes playback of short files.
14653           They don't actually playback fully now, because the clock already
14654           runs. This means that small files (<500kB) with a small length
14655           (<2sec) will still not or barely play. Other files, such as mod
14656           or flx, will work correctly, however.
14657
14658 2004-09-28  Wim Taymans  <wim@fluendo.com>
14659
14660         * ext/speex/gstspeex.c: (plugin_init):
14661         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
14662         (gst_speex_dec_class_init), (speex_dec_get_formats),
14663         (speex_get_event_masks), (speex_get_query_types),
14664         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
14665         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
14666         (gst_speexdec_get_property), (gst_speexdec_set_property),
14667         (speex_dec_change_state):
14668         * ext/speex/gstspeexdec.h:
14669         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
14670         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
14671         (gst_speexenc_base_init), (gst_speexenc_class_init),
14672         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
14673         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
14674         (gst_speexenc_src_query), (gst_speexenc_init),
14675         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
14676         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
14677         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
14678         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
14679         (gst_speexenc_chain), (gst_speexenc_get_property),
14680         (gst_speexenc_set_property), (gst_speexenc_change_state):
14681         * ext/speex/gstspeexenc.h:
14682         Rewrote speex encoder, make sure it can be embedded in ogg.
14683         Implemented speex decoder.
14684
14685 2004-09-28  Christian Schaller <christian@fluendo.com>
14686
14687         * configure.ac:
14688         Remove kioslave plugin. Markey is brewing a new working one
14689         * ext/Makefile.am: Remove kioslave plugin
14690         * ext/kio: remove
14691         * gst-plugins.spec.in: remove kio plugin from spec
14692
14693 2004-09-27  Wim Taymans  <wim@fluendo.com>
14694
14695         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14696         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
14697         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
14698         (gst_multifdsink_new_client),
14699         (gst_multifdsink_handle_client_write),
14700         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14701         (gst_multifdsink_handle_clients):
14702         * gst/tcp/gstmultifdsink.h:
14703         Make syncing to keyframes actually work for new clients and lagging
14704         clients.
14705
14706 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14707
14708         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
14709         (gst_navigationtest_handle_src_event), (draw_box_planar411),
14710         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
14711         * gst/debug/gstnavigationtest.h:
14712           make navigationtest display button-press and button-release events
14713
14714 2004-09-26 Iain <iaingnome@gmail.com>
14715
14716         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
14717         the channels have received a new media event.
14718         (interleave_buffered_loop): Compresses a new media event on all
14719         channels into one.
14720
14721 2004-09-26 Iain <iaingnome@gmail.com>
14722
14723         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
14724         call the sinkpad's default event handler and not the srcpads. He also
14725         says this is confusing :)
14726         (gst_wavenc_stop_file): Company says that seek events only go upstream
14727         we should send a discontinuous downstream instead.
14728
14729 2004-09-25  Christian Schaller <christian@fluendo.com>
14730
14731         * Update SPEC file to be usable in conjunction with Fedora Core,
14732           Fedora.us and freshrpms packages
14733         * Fix typo in multifilesrc test Makefile
14734
14735 2004-09-24  Wim Taymans  <wim@fluendo.com>
14736
14737         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14738         Only signal the no_more_pads signal when we have
14739         added the stream to our list.
14740
14741 2004-09-24  Wim Taymans  <wim@fluendo.com>
14742
14743         * gst/playback/gstplaybasebin.c: (remove_prerolls),
14744         (new_decoded_pad):
14745         * gst/playback/gstplaybasebin.h:
14746         * gst/playback/gstplaybin.c: (setup_sinks):
14747         Don't try to preroll or decode more than one audio/video
14748         track.
14749
14750 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14751
14752         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
14753           Throw error if we failed to find a suitable output. This should
14754           throw an error if we successfully set up a pipeline (e.g. because
14755           we recognized a media file) but found no decodable streams in it
14756           (e.g. because it contains only media stream types for which we
14757           have no decoders, or because it's not a media type).
14758
14759 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14760
14761         * ext/dirac/Makefile.am:
14762         * ext/dirac/gstdirac.cc:
14763         * ext/dirac/gstdiracdec.cc:
14764         * ext/dirac/gstdiracdec.h:
14765           Do something. Don't actually know if this works because I don't
14766           have a demuxer yet.
14767         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
14768           Add channels=1 to caps returned from _getcaps().
14769         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
14770         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
14771         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
14772         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
14773         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
14774         (gst_ogm_parse_change_state):
14775           Separate between audio/video so ogmaudioparse actually uses the
14776           audio pad templates. Both audio and video work now, including
14777           autoplugging. Also use sometimes-srcpad hack.
14778         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14779           Handle events better. Don't hang on infinite loops.
14780         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14781         (gst_avi_demux_init), (gst_avi_demux_reset),
14782         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14783         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
14784         (gst_avi_demux_change_state):
14785         * gst/avi/gstavidemux.h:
14786           Improve A/V sync. Still not perfect.
14787         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
14788         (gst_ebml_read_skip):
14789           Handle events better.
14790         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14791         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
14792         (qtdemux_audio_caps):
14793           Add IMA4. Improve event handling. Save offset after a seek when
14794           the headers are at the end of the file so that we don't end up in
14795           an infinite loop.
14796         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
14797           Add low-priority typefind support for files with no length.
14798
14799 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14800
14801         * testsuite/multifilesink/Makefile.am:
14802         fix typo
14803
14804 2004-09-22  Julien MOUTTE  <julien@moutte.net>
14805
14806         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
14808         mistakes from thaytan's patches.
14809
14810 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14811
14812         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14813           For completeness, XSync in the destroy function as xvimage does.
14814
14815 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14816
14817         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
14818            Correct caps negotiation
14819         * gst/volume/gstvolume.c: (volume_chain_float),
14820         (volume_chain_int16):
14821            Modify debug output to be little more informative
14822         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
14823         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14824         (gst_xvimagesink_xvimage_destroy):
14825           Add XSync calls after detaching from the shared memory segment to
14826           avoid a crash.
14827
14828 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14829
14830         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14831         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
14832         * ext/vorbis/vorbis.c: (plugin_init):
14833         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14834         (gst_vorbisenc_chain):
14835         * ext/vorbis/vorbisenc.h:
14836         remove explicit newmedia support from oggmux and vorbisenc
14837         add debug category to vorbisenc
14838         * gst/multifilesink/gstmultifilesink.c:
14839         (gst_multifilesink_class_init), (gst_multifilesink_init),
14840         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
14841         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
14842         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
14843         (plugin_init):
14844         * gst/multifilesink/gstmultifilesink.h:
14845         add support for streamheader in multifilesink
14846
14847 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14848
14849         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
14850         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
14851         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
14852           Prevent infinite loops. More correct error reporting.
14853         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14854           Error out if negotiation fails.
14855         * gst/playback/gstplaybasebin.c: (setup_source),
14856         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
14857         (gst_play_base_bin_found_tag):
14858           Error/tag forwarding. Pre-roll fixes for source errors on state
14859           changes (e.g. "file does not exist") to prevent hangs.
14860
14861 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14862
14863         * testsuite/multifilesink/Makefile.am:
14864         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
14865         (gst_newmedia_class_init), (gst_newmedia_init),
14866         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14867         (newfile_signal), (test_signal), (main):
14868         * testsuite/multifilesink/multifilesrc_test.c: (main):
14869         * testsuite/multifilesink/oggtheora_test.c:
14870         (gst_newmedia_base_init), (gst_newmedia_class_init),
14871         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14872         (test_format), (newfile_signal), (test_signal), (main):
14873         * testsuite/multifilesink/oggvorbis_test.c:
14874         (gst_newmedia_base_init), (gst_newmedia_class_init),
14875         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14876         (test_format), (newfile_signal), (test_signal), (main):
14877         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
14878         (gst_newmedia_class_init), (gst_newmedia_init),
14879         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14880         (newfile_signal), (test_signal), (main):
14881         New media tests
14882
14883 2004-09-20  Christian Schaller <christian@fluendo.com>
14884
14885         * Fix mikmod license to LGPL as they have relicensed
14886         * Move Dirac and Effectv into LGPL section of README_license
14887
14888 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14889
14890         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
14891         (gst_mad_change_state):
14892           Allow for mp3 rate/channels changes. However, only very
14893           conservatively. Reason that we *have* to enable this is smiply
14894           because the mad find_sync() function is not good enough, it will
14895           regularly sync on random data as valid frames and therefore make
14896           us provide random caps as *final* caps of the stream. The best fix
14897           I could think of is to simply require several of the same stream
14898           changes in a row before we change caps.
14899           The actual testcase that works now is #
14900         * ext/ogg/Makefile.am:
14901         * ext/ogg/gstogg.c: (plugin_init):
14902         * ext/ogg/gstogmparse.c:
14903           OGM support (video only for now; I need an audio sample file).
14904         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14905         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
14906         (gst_asf_demux_add_video_stream):
14907           WMV extradata.
14908         * gst/playback/gstplaybasebin.c: (unknown_type):
14909           Don't error out on single unknown-types after all. It's wrong.
14910           If we found type of video and audio but not of a subtitle stream,
14911           it will still error out (which is unwanted). Will find a better fix
14912           later on.
14913         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
14914         (ogmaudio_type_find), (plugin_init):
14915           OGM support.
14916
14917 2004-09-20  Johan Dahlin  <johan@gnome.org>
14918
14919         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
14920         after setting caps.
14921
14922 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14923
14924         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
14925         * gst/wavenc/gstwavenc.h:
14926         Added newmedia support to wavenc
14927
14928 2004-09-17  Wim Taymans  <wim@fluendo.com>
14929
14930         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
14931         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
14932         (gst_fdset_fd_can_write), (gst_fdset_wait):
14933         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
14934         (gst_multifdsink_init), (gst_multifdsink_add),
14935         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
14936         (gst_multifdsink_remove_client_link),
14937         (gst_multifdsink_client_queue_buffer),
14938         (gst_multifdsink_handle_client_write),
14939         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
14940         (gst_multifdsink_close), (gst_multifdsink_change_state):
14941         * gst/tcp/gstmultifdsink.h:
14942         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14943         (gst_tcpserversink_removed):
14944         Small cleanups in fdset.c
14945         Use a hastable to map fd to the client structure for faster
14946         lookup in _remove and get_stats.
14947         Added virtual function to close the fds.
14948         Handle clients even when the select/poll call was unblocked because
14949         of a command.
14950         Implement syncing to keyframe in the recovery procedure.
14951
14952 2004-09-16 Iain <iaingnome@gmail.com>
14953
14954         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
14955         try caps.
14956
14957 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14958
14959         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
14960           Caps are only set if the type of the stream is unknown, but this
14961           is initialized in ->init_stream(), so set to UNKNOWN after calling
14962           ->init_stream() so that capsnego starts.
14963
14964 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14965
14966         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14967         (gst_avi_demux_stream_data):
14968           Just hardcode for raw audio then. AVI audio sucks.
14969
14970 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
14971
14972         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
14973         * gst/matroska/matroska-mux.c: (audiosink_templ),
14974         (gst_matroska_mux_audio_pad_link):
14975         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
14976         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
14977
14978 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14979
14980         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14981         (gst_avi_demux_stream_data):
14982           Try to fix a/v sync issues.
14983
14984 2004-09-15  David Schleef  <ds@schleef.org>
14985
14986         * configure.ac: remove NASM check, since we don't use it.  Update
14987         dirac check to 0.4
14988         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
14989         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14990         Initialized variables.
14991         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14992         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
14993         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
14994         SVQ3 format
14995
14996 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14997
14998         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14999         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
15000         * gst/avi/gstavidemux.h:
15001           Fix for compressed audio (mp3) timestamp generation. How did this
15002           ever work?
15003
15004 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15005
15006         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
15007           Volume is a double not a float.
15008
15009 2004-09-15  Wim Taymans  <wim@fluendo.com>
15010
15011         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
15012         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
15013         Don't close the fd in multifdsink as we didn't open it in the
15014         first place. Some cleanups.
15015
15016 2004-09-15  Wim Taymans  <wim@fluendo.com>
15017
15018         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
15019         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15020         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15021         Fix the case where the muxer would mark pages as delta
15022         frames when they are not (vorbis only ogg).
15023
15024 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15025
15026         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
15027         (gst_play_base_bin_change_state):
15028           Handle the case where we failed to setup a clear pipeline. This
15029           will throw an error (or EOS, another nice case) and if you don't
15030           catch that, the app will wait for the signal forever (and thus
15031           hang).
15032
15033 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15034
15035         * ext/gnomevfs/gstgnomevfssink.c:
15036         (gst_gnomevfssink_uri_get_protocols):
15037         * ext/gnomevfs/gstgnomevfssrc.c:
15038         (gst_gnomevfssrc_uri_get_protocols):
15039         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
15040         * ext/gnomevfs/gstgnomevfsuri.h:
15041           Use _uri_new() instead of _open(), so it doesn't take as long and
15042           Christophe's computer won't hang.
15043         * gst/playback/gstplaybasebin.c: (unknown_type):
15044           Throw error on unknown media type, so apps actually display it.
15045
15046 2004-09-14  Brian Cameron  <brian.cameron@sun.com
15047
15048         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
15049           this script to work on Solaris since bash shell handles echo
15050           differenly than bash.
15051
15052 2004-09-17  Wim Taymans  <wim@fluendo.com>
15053
15054         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
15055         (setup_source), (gst_play_base_bin_set_property),
15056         (gst_play_base_bin_add_element):
15057         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
15058         Some more work on making sure seeking pauses the pipeline and
15059         that changing the uri actually does something.
15060
15061 2004-09-17  Wim Taymans  <wim@fluendo.com>
15062
15063         * gst/tcp/gstfdset.c: (gst_fdset_wait):
15064         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
15065         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
15066         (gst_tcpserversink_close):
15067         Be a bit more paranoid when freeing memory.
15068
15069 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15070
15071         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
15072         (qtdemux_parse_trak):
15073           Don't crash by dividing by zero (see sample movie in #126922).
15074
15075 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15076
15077         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
15078           Don't touch non-existing data (fixes crash on file in #140147).
15079
15080 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15081
15082         * gst/playback/gstplaybasebin.c:
15083         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
15084           Handle double disposals, and proper change of URIs.
15085
15086 2004-09-13  Martin Eikermann <meiker@upb.de>
15087
15088         * gst/mpegstream/gstmpegparse.c:
15089           fix synchronistation for streams recorded from digital PCR
15090           fixes bug #119376
15091
15092 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15093
15094         * ext/gnomevfs/Makefile.am:
15095         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15096         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
15097         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
15098         (gst_gnomevfssink_uri_get_type),
15099         (gst_gnomevfssink_uri_get_protocols),
15100         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
15101         (gst_gnomevfssink_uri_handler_init),
15102         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
15103         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
15104         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15105         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
15106         (gst_gnomevfssrc_uri_get_type),
15107         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
15108         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
15109         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15110         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
15111         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
15112         * ext/gnomevfs/gstgnomevfsuri.h:
15113           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
15114           of fake URIs to see which this version of Gnome-VFS likes, and
15115           uses that for the Gst-URI interface. Makes playbin support http://
15116           streams. Also fix up some stupid behaviour in gnomevfssrc.
15117
15118 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15119
15120         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
15121         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
15122         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
15123         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
15124           Update mixer (to sync with other sessions) if we try to obtain
15125           a new value. This makes alsamixer work accross applications.
15126         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15127           Only call sync functions if we're running, else alsalib asserts.
15128         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
15129           Sometimes fails to compile. Possibly a gcc bug.
15130         * gst/playback/gstplaybin.c: (gen_video_element),
15131         (gen_audio_element):
15132           Add a reference to an application-provided object, because we lose
15133           this same reference if we add it to the bin. If we don't do this,
15134           we can only use this object once and thus crash if we go from
15135           ready to playing, back to ready and back to playing again.
15136           Also add an audioscale element because several cheap soundcards -
15137           like mine - don't support all samplerates.
15138         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
15139         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
15140           Fix wrong order or PAR calls. Makes automatically obtained PAR
15141           from the X server atually being used.
15142
15143 2004-09-12  David Schleef  <ds@schleef.org>
15144
15145         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
15146         #151887, #152102, #152247.
15147         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
15148         * examples/seeking/cdparanoia.c: same
15149         * examples/seeking/cdplayer.c: same
15150         * examples/seeking/seek.c: same
15151         * examples/seeking/spider_seek.c: same
15152         * examples/seeking/vorbisfile.c: same
15153         * examples/stats/mp2ogg.c: same
15154         * ext/esd/esdsink.c: (gst_esdsink_class_init),
15155         (gst_esdsink_dispose): Dispose of element properly.
15156         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
15157         fixes.
15158         * ext/nas/nassink.c: (gst_nassink_class_init),
15159         (gst_nassink_dispose): Dispose of element correctly.
15160         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
15161         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15162         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
15163         Fix 64-bit warning.
15164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15165         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
15166         Fix 64-bit warning.
15167
15168 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15169
15170         * configure.ac : change speex detection as 1.1.6 now uses
15171           .pc/pkg-config and they changed their headers location.
15172
15173 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
15174
15175         * gst/matroska/matroska-mux.h:
15176         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
15177         (gst_matroska_mux_start), (gst_matroska_mux_finish),
15178         (gst_matroska_mux_write_data):
15179           Write multiple blocks/frames per cluster.
15180                 Write meta-seek information (seek heads).
15181
15182 2004-09-09  Scott Wheeler <wheeler@kde.org>
15183
15184         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
15185         (gst_play_bin_set_property), (gst_play_bin_get_property),
15186         (gen_audio_element), (gen_audio_element):
15187           Add a volume element / property to the pipeline.
15188
15189 2004-09-07  Wim Taymans  <wim@fluendo.com>
15190
15191         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
15192         Copy timestamps from the master pad to the output buffers.
15193
15194 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15195
15196         * ext/raw1394/gstdv1394src.c:
15197           throw errors when applicable
15198
15199 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
15200
15201         * gst/matroska/ebml-ids.h:
15202         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
15203         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
15204         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
15205           automatically convert unix time <-> ebml time when reading/writing
15206           a date, use gst_ebml_write_uint to write CUETIME,
15207           not gst_ebml_write_date.
15208         * gst/matroska/matroska-ids.h:
15209         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
15210         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
15211         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
15212         (gst_matroska_mux_write_data):
15213           Write track and segment UIDs, write muxing date, write
15214           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
15215           Create cues for audio only files.
15216
15217 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15218
15219         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15220         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
15221           Re-commit ALSA switches.
15222         * gst/adder/gstadder.c: (gst_adder_loop):
15223           64-bit fix (#151416).
15224         * gst/debug/progressreport.c: (gst_progressreport_report):
15225           64-bit fix (#151419).
15226         * gst/matroska/matroska-demux.c:
15227         (gst_matroska_demux_parse_contents):
15228           64-bit fix (#151420).
15229         * gst/playback/test3.c: (update_scale):
15230           64-bit fix (#151421).
15231
15232 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15233
15234         * configure.ac:
15235           bump nano to cvs
15236
15237 === release 0.8.4 ===
15238
15239 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15240
15241         * configure.ac: releasing 0.8.4, "Alias"
15242
15243 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15244
15245         * ext/theora/Makefile.am:
15246           fix makefile.  Fixes #151462.
15247
15248 2004-08-30  Wim Taymans  <wim@fluendo.com>
15249
15250         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
15251         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15252         (gst_multifdsink_remove_client_link),
15253         (gst_multifdsink_client_queue_buffer),
15254         (gst_multifdsink_handle_client_write):
15255         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
15256         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
15257         Fix some memory leaks.
15258
15259 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15260
15261         Patch by: David Schleef
15262
15263         * configure.ac:
15264         * sys/Makefile.am:
15265           rename our detection macro for V4L2.  Fixes #151236.
15266
15267 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15268
15269         Patch by: David Schleef
15270
15271         * configure.ac:
15272           check to define LAMEPRESET.  Fixes #151232.
15273
15274 2004-08-27  David Schleef  <ds@schleef.org>
15275
15276         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
15277         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
15278         (gst_glimagesink_fixate):  Move local variable declarations to
15279         make gcc-2.95 happy.
15280
15281 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15282
15283         * configure.ac:
15284           bump nano for prerelease
15285
15286 2004-08-27  David Schleef  <ds@schleef.org>
15287
15288         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
15289         * sys/sunaudio/gstsunaudiosrc.c:
15290         * sys/sunaudio/gstsunaudiosrc.h:
15291
15292 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
15293
15294         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
15295         handle EOS correctly
15296         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
15297         * gst/matroska/matroska-mux.h:
15298         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
15299         VFW compatibility mode
15300
15301 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15302
15303         patch by: Zaheer Abbas Merali
15304
15305         * ext/ogg/gstoggmux.c:
15306         * ext/vorbis/vorbisenc.c:
15307         * ext/vorbis/vorbisenc.h:
15308           handle NEWMEDIA
15309
15310 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
15311
15312         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
15313         fix byte order reversion on little endian machines.
15314         * gst/matroska/matroska-mux.c: (audiosink_templ),
15315         (gst_matroska_mux_audio_pad_link):
15316         add TTA codec to the list of supported codecs.
15317         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
15318         (gst_matroska_mux_start), (gst_matroska_mux_finish),
15319         (gst_matroska_mux_write_data):
15320         * gst/matroska/matroska-mux.h:
15321         write segment duration correctly, write muxing app string, fixes bugs
15322         #140897 and #140898.
15323         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
15324         wait for all pads to be negotiated before starting to mux.
15325
15326 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15327
15328         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
15329         * ext/lame/gstlame.h:
15330         Added new media support to lame
15331
15332 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
15333
15334         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
15335         send vorbis headers at the beginning of a stream, fixes bug #141554.
15336         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
15337         bug #148950.
15338         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
15339         (gst_matroska_demux_plugin_init):
15340         * gst/matroska/matroska-ids.h:
15341         enable demuxing of TTA audio streams, fixes bug #148951.
15342         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
15343         enable typefinding for TTA audio files, fixes bug #148711.
15344         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
15345         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
15346         fixes playback of packed bitstream and xvid with bframes, bug #135407.
15347
15348 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
15349
15350         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
15351         (gst_riff_read_element_data), (gst_riff_read_seek),
15352         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
15353         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
15354         <teuf@gnome.org>
15355
15356 2004-08-23 Iain <iaingnome@gmail.com>
15357
15358         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
15359         tags. They appear to be handled differently to normal.
15360         (tag_list_to_id3_tag_foreach): Ditto.
15361
15362 2004-08-22  Wim Taymans  <wim@fluendo.com>
15363
15364         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15365         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15366         Make sure we never send -1 granulepos.
15367
15368 2004-08-20  Wim Taymans  <wim@fluendo.com>
15369
15370         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15371         (gst_ogg_mux_loop):
15372         I will accept bitchslappings with non sharp objects.
15373
15374 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15375
15376         * configure.ac:
15377         Clean up the test for lame presets
15378
15379 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15380
15381         * configure.ac:
15382         * ext/lame/Makefile.am:
15383         * ext/lame/gstlame.c: (gst_lame_class_init),
15384         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
15385         Only enable lame presets if version of lame has presets in API
15386
15387 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
15388         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
15389         * gst/udp/gstudpsrc.h:
15390           Don't call gst_pad_push in a get function. Fixes #150449
15391
15392 2004-08-18  Wim Taymans  <wim@fluendo.com>
15393
15394         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
15395         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
15396         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
15397         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15398         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15399         (gst_fdset_wait):
15400         * gst/tcp/gstfdset.h:
15401         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15402         (gst_multifdsink_client_queue_buffer),
15403         (gst_multifdsink_handle_client_write):
15404         * gst/tcp/gstmultifdsink.h:
15405         Some extra checks in gstfdset.
15406         Only use send() when the fd is a socket. Don't try to
15407         read from write only fds.
15408
15409 2004-08-18  Wim Taymans  <wim@fluendo.com>
15410
15411         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
15412         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
15413         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15414         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15415         (gst_fdset_wait):
15416         Add more locking and bounds checking.
15417
15418 2004-08-18  Wim Taymans  <wim@fluendo.com>
15419
15420         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
15421         Realloc test fdset in the lock and right before starting
15422         the poll call. Bump the limit to 4096.
15423
15424 2004-08-17  David Schleef  <ds@schleef.org>
15425
15426         * sys/sunaudio/Makefile.am:
15427         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
15428         of rates and channels.  Make debugging less obnoxious.
15429
15430         Patch from Balamurali Viswanathan implementing a mixer for
15431         Sun audio.  (bug #144091):
15432         * sys/sunaudio/gstsunelement.c:
15433         * sys/sunaudio/gstsunelement.h:
15434         * sys/sunaudio/gstsunmixer.c:
15435         * sys/sunaudio/gstsunmixer.h:
15436
15437 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15438
15439         * gst/audioscale/gstaudioscale.c:
15440         * gst/audioscale/gstaudioscale.h:
15441         made audioscale resample from any sample rate to any sample rate
15442
15443 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15444
15445         * ext/libpng/gstpngdec.c:
15446           error out on unsupported types
15447
15448 2004-08-17  Iain <iaingnome@gmail.com>
15449
15450         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
15451         mid_side and loose_mid_side properties if its a stereo stream.
15452
15453 2004-08-17  Wim Taymans  <wim@fluendo.com>
15454
15455         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15456         (theora_get_formats), (theora_dec_src_convert),
15457         (theora_dec_sink_convert), (theora_dec_src_query),
15458         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
15459         Add a debug line.
15460
15461 2004-08-17  Wim Taymans  <wim@fluendo.com>
15462
15463         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
15464         (gst_ogg_pad_push):
15465         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15466         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15467         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
15468         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15469         Mark delta units in the muxer.
15470         Try to decode the packet after an out-of-sync error from
15471         libogg.
15472
15473 2004-08-17  Wim Taymans  <wim@fluendo.com>
15474
15475         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15476         (gst_multifdsink_init), (gst_multifdsink_add),
15477         (gst_multifdsink_client_queue_buffer),
15478         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
15479         * gst/tcp/gstmultifdsink.h:
15480         Added option to send a keyframe to clients as the first buffer.
15481         Make timeout property writable.
15482
15483 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15484
15485         patch by: Wim Taymans
15486
15487         * gst/tcp/gstfdset.c:
15488         * gst/tcp/gstmultifdsink.c:
15489           fix index comparison, should include 0
15490
15491 2004-08-16  Wim Taymans  <wim@fluendo.com>
15492
15493         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
15494         (gst_fdset_add_fd), (gst_fdset_remove_fd),
15495         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15496         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15497         (gst_fdset_wait):
15498           copy when reallocing for poll so the select arguments don't get
15499           changed during the call
15500
15501 2004-08-16  Wim Taymans  <wim@fluendo.com>
15502
15503         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15504         (gst_theora_enc_class_init), (theora_enc_sink_link),
15505         (theora_buffer_from_packet), (theora_enc_chain):
15506         Fix bug where buffers were not marked as keyframes
15507         correctly.
15508
15509 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15510
15511         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
15512         (gst_lame_preset_get_type), (gst_lame_class_init):
15513         describe the enum values for vbr mode and presets more verbosely
15514
15515 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15516
15517         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
15518         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
15519         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
15520         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
15521         * ext/lame/gstlame.h:
15522         add preset property to lame so it can use lame presets
15523
15524 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15525
15526         * ext/lame/gstlame.c: (gst_lame_get_property):
15527         whoops forgot break, thanks teuf
15528
15529 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15530
15531         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
15532         (gst_lame_class_init), (gst_lame_src_getcaps),
15533         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
15534         (gst_lame_get_property), (gst_lame_setup):
15535         * ext/lame/gstlame.h:
15536         fix lame's broken vbr stuff, allow it to resample if need be, and also
15537         make xing header optional
15538
15539 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15540
15541         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
15542         added getcaps function so samplerate doesnt get fixated to silly values
15543
15544 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15545
15546         * ext/lame/gstlame.c: (gst_lame_src_link):
15547         revert previous fix
15548
15549 2004-08-12  Johan Dahlin  <johan@gnome.org>
15550
15551         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
15552         checks. Doesn't matter what state we are in. Interfaces are a
15553         compile time thing, not runtime. It also broke the python bindings.
15554
15555 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15556
15557         * ext/lame/gstlame.c: (gst_lame_src_link):
15558         made source pad link function check if sinkpad is ok..fixes the problem
15559         where core fixates the output rate of lame stupidly
15560
15561 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15562
15563         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
15564         * sys/v4l/v4l_calls.c:
15565         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
15566           fix fixate function to handle nonsimple caps.
15567           remove bogus check in _link
15568           cleanups
15569
15570 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15571
15572         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
15573         set default compression ratio parameter to 0.0 so bitrate parameter
15574         works :)
15575
15576 2004-08-11  David Schleef  <ds@schleef.org>
15577
15578         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
15579
15580 2004-08-11  David Schleef  <ds@schleef.org>
15581
15582         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
15583         before.
15584
15585 2004-08-11  David Schleef  <ds@schleef.org>
15586
15587         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
15588
15589 2004-08-11  David Schleef  <ds@schleef.org>
15590
15591         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
15592           license field
15593         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
15594         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
15595           LGPL.
15596         * gst/auparse/gstauparse.c: Fix plugin license field.
15597         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
15598         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
15599         * gst/rtp/gstrtp.c: Fix plugin license field.
15600
15601 2004-08-11  Wim Taymans  <wim@fluendo.com>
15602
15603         * gst/tcp/Makefile.am:
15604         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
15605         (ensure_size), (gst_fdset_new), (gst_fdset_free),
15606         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
15607         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
15608         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
15609         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
15610         (gst_fdset_fd_can_write), (gst_fdset_wait):
15611         * gst/tcp/gstfdset.h:
15612         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15613         (gst_multifdsink_class_init), (gst_multifdsink_init),
15614         (gst_multifdsink_add), (gst_multifdsink_remove),
15615         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15616         (gst_multifdsink_remove_client_link),
15617         (gst_multifdsink_handle_client_read),
15618         (gst_multifdsink_client_queue_data),
15619         (gst_multifdsink_client_queue_caps),
15620         (gst_multifdsink_client_queue_buffer),
15621         (gst_multifdsink_handle_client_write),
15622         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15623         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15624         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
15625         (gst_multifdsink_close):
15626         * gst/tcp/gstmultifdsink.h:
15627         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15628         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
15629         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
15630         (gst_tcpserversink_close):
15631         * gst/tcp/gsttcpserversink.h:
15632         Abstracted away the select call, implemented poll (yes we ran into
15633         the 1024 limit in production).
15634
15635 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15636
15637         * gst/tcp/gsttcp.c:
15638         * gst/tcp/gsttcpplugin.c:
15639           improve debuggging, remove assert
15640
15641 2004-08-10  Wim Taymans  <wim@fluendo.com>
15642
15643         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15644         (gst_client_status_get_type), (gst_multifdsink_class_init),
15645         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
15646         (gst_multifdsink_handle_client_read),
15647         (gst_multifdsink_handle_client_write),
15648         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15649         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15650         (gst_multifdsink_get_property):
15651         * gst/tcp/gstmultifdsink.h:
15652         * gst/tcp/gsttcp-marshal.list:
15653         Starting to prepare for specifying buffer time in other units
15654         than buffers. Expose remove reason in signal.
15655
15656 2004-08-10  Wim Taymans  <wim@fluendo.com>
15657
15658         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15659         (gst_multifdsink_remove), (gst_multifdsink_clear),
15660         (gst_multifdsink_remove_client_link),
15661         (gst_multifdsink_handle_client_read),
15662         (gst_multifdsink_client_queue_data),
15663         (gst_multifdsink_client_queue_buffer),
15664         (gst_multifdsink_handle_client_write),
15665         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
15666         (gst_multifdsink_chain), (gst_multifdsink_close):
15667         * gst/tcp/gstmultifdsink.h:
15668         Added more debugging info. Changed the way clients are
15669         removed from the lists. Fixed a bug where a bad file descriptor
15670         could cause many clients to be removed.
15671
15672 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15673
15674         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
15675           allow all pixel-aspect-ratios, not just 1:1
15676
15677 2004-08-09  David Schleef  <ds@schleef.org>
15678
15679         * sys/glsink/ARB_multitexture.h:  Remove old files.
15680         * sys/glsink/EXT_paletted_texture.h:
15681         * sys/glsink/NV_register_combiners.h:
15682         * sys/glsink/gstgl_nvimage.c:
15683         * sys/glsink/gstgl_pdrimage.c:
15684         * sys/glsink/gstgl_rgbimage.c:
15685         * sys/glsink/gstglsink.c:
15686         * sys/glsink/gstglsink.h:
15687         * sys/glsink/gstglxwindow.c:
15688         * sys/glsink/regcomb_yuvrgb.c:
15689
15690 2004-08-09  David Schleef  <ds@schleef.org>
15691
15692         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
15693         GL sink plugin.  (Bug #147302)
15694
15695         * configure.ac: Test for OpenGL
15696         * sys/Makefile.am: Use test for OpenGL
15697         * sys/glsink/Makefile.am:
15698         * sys/glsink/glimagesink.c: rewrite
15699         * sys/glsink/glimagesink.h: rewrite
15700
15701 2004-08-09  David Schleef  <ds@schleef.org>
15702
15703         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
15704         sane framerates.
15705         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
15706         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
15707         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
15708
15709 2004-08-09  Wim Taymans  <wim@fluendo.com>
15710
15711         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15712         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15713         (gst_multifdsink_client_remove),
15714         (gst_multifdsink_handle_client_read),
15715         (gst_multifdsink_handle_client_write),
15716         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15717         Do a bit more logging, make the client_read code more robust.
15718
15719 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15720
15721         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
15722         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
15723         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
15724         (gst_jpegdec_init), (gst_jpegdec_chain):
15725         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
15726         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
15727           cleanups, debugging fixes and memleak plugging
15728
15729 2004-08-09  Wim Taymans  <wim@fluendo.com>
15730
15731         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15732         (theora_get_formats), (theora_dec_src_convert),
15733         (theora_dec_sink_convert), (theora_dec_src_query),
15734         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
15735         (theora_dec_change_state):
15736         Don't crash on missing header packets.
15737
15738 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15739
15740         * po/LINGUAS:
15741         * po/sq.po:
15742           Added Albanian translation (Laurent Dhima)
15743         * po/cs.po:
15744           updated
15745
15746 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15747
15748         * ext/lame/gstlame.c:
15749           fix/add debugging
15750
15751 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15752
15753         * sys/ximage/ximagesink.c:
15754         * sys/xvimage/xvimagesink.c:
15755           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
15756
15757 2004-08-06  Wim Taymans  <wim@fluendo.com>
15758
15759         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15760         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15761         (gst_multifdsink_client_remove),
15762         (gst_multifdsink_handle_client_read),
15763         (gst_multifdsink_handle_client_write),
15764         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15765         Make sure we don't try to read more from a client that what
15766         ioctl says us or we deadlock.
15767
15768 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15769
15770         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
15771         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
15772         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
15773           decouple running_time and n_frames so it can handle changing
15774           framerate while running
15775
15776 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15777
15778         * po/nl.po:
15779         * po/sv.po:
15780           updated translations
15781
15782 2004-08-04  Benjamin Otte  <otte@gnome.org>
15783
15784         * gst/videotestsrc/gstvideotestsrc.c:
15785         (gst_videotestsrc_get_capslist), (generate_capslist),
15786         (plugin_init):
15787           generate the list of supported caps at startup and reuse it instead
15788           of always generating it
15789
15790 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15791
15792         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
15793           whoops, last checkin broke normal build
15794
15795 2004-08-03  Benjamin Otte  <otte@gnome.org>
15796
15797         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
15798         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
15799         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
15800         (gst_alsa_mixer_get_option):
15801         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
15802         (dvdnavsrc_print_event):
15803         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
15804         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
15805         (gst_ogg_mux_pad_unlink):
15806         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
15807         (gst_multipart_mux_pad_unlink):
15808         * gst/videofilter/gstvideobalance.c:
15809         (gst_videobalance_colorbalance_set_value):
15810         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
15811         (gst_videomixer_pad_unlink):
15812         * po/uk.po:
15813         * sys/oss/gstossmixer.c:
15814         * sys/v4l/gstv4lcolorbalance.c:
15815         * sys/v4l/gstv4ltuner.c:
15816         * sys/v4l/v4lsrc_calls.c:
15817         * sys/v4l2/gstv4l2colorbalance.c:
15818         * sys/v4l2/gstv4l2tuner.c:
15819           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
15820
15821 2004-08-03  Benjamin Otte  <otte@gnome.org>
15822
15823         * examples/dynparams/filter.c: (ui_control_create):
15824         * examples/gstplay/player.c: (print_tag):
15825         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
15826         * ext/gdk_pixbuf/gstgdkanimation.c:
15827         (gst_gdk_animation_iter_may_advance):
15828         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
15829         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
15830         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
15831         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
15832         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
15833         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
15834         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
15835         * gst/sine/demo-dparams.c: (main):
15836         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
15837         * testsuite/alsa/formats.c: (create_pipeline):
15838         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
15839           fixes for G_DISABLE_ASSERT and friends
15840         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15841         (mp3_type_frame_length_from_header), (mp3_type_find),
15842         (plugin_init):
15843           require mp3 typefinding to have at least MIN_HEADERS valid headers
15844           add typefinding for AAC adts files
15845
15846 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
15847
15848         * sys/ximage/ximagesink.c:
15849         (gst_ximagesink_calculate_pixel_aspect_ratio):
15850         * sys/xvimage/xvimagesink.c:
15851         (gst_xvimagesink_calculate_pixel_aspect_ratio):
15852         Make sure we calculate pixel-aspect-ratio using floating point maths
15853
15854 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15855
15856         * po/uk.po:
15857           updated translation
15858
15859 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15860
15861         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
15863           add debugging for display PAR calculation
15864
15865 2004-08-02  David Schleef  <ds@schleef.org>
15866
15867         * configure.ac: Fix mikmod CFLAGS.
15868
15869 2004-07-27  Benjamin Otte  <otte@gnome.org>
15870
15871         * gst/audioscale/gstaudioscale.c:
15872         - fix templates to only support S16, it's the only format that works
15873         - make caps nego code use try_set_caps_nonfixed and fixation instead
15874         of try_set_caps twice, which is not nice for autopluggers
15875         - change rank to secondary, so autopluggers can pick it up after
15876         audioconvert
15877
15878 2004-08-02  Iain <iain@prettypeople.org>
15879
15880         * gst/interleave/interleave.c (interleave_init),
15881         (interleave_request_new_pad),
15882         (interleave_pad_removed),
15883         (interleave_buffered_loop): Use the real pad count, not the artificial
15884         one.
15885
15886 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15887
15888         * configure.ac: bump nano back to development
15889
15890 === release 0.8.3 ===
15891
15892 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15893
15894         * configure.ac: releasing 0.8.3, "Water"
15895
15896 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15897
15898         * sys/xvimage/xvimagesink.c:
15899         (gst_xvimagesink_calculate_pixel_aspect_ratio),
15900         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
15901         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
15902         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15903         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15904         * sys/xvimage/xvimagesink.h:
15905           apply similar PAR fixes as to ximagesink
15906
15907 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15908
15909         patch from: Benjamin Otte
15910
15911         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
15912           add link function to lame.  Fixes #148986.
15913
15914 2004-08-02  Johan Dahlin  <johan@gnome.org>
15915
15916         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
15917         fix debugging log
15918
15919 2004-07-30  David Schleef  <ds@schleef.org>
15920
15921         * gst/videomixer/Makefile.am: Fix things that should have been
15922         fixed in the last checkin.
15923
15924 2004-07-30  David Schleef  <ds@schleef.org>
15925
15926         * gst/multipart/Makefile.am: Fix things that should have been
15927         fixed in the last checkin.
15928
15929 2004-07-30  David Schleef  <ds@schleef.org>
15930
15931         * testsuite/multifilesink/Makefile.am: Fix unused variable.
15932
15933 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15934
15935         * configure.ac:
15936           bump nano for prerelease
15937         * po/af.po:
15938         * po/az.po:
15939         * po/cs.po:
15940         * po/en_GB.po:
15941         * po/hu.po:
15942         * po/nl.po:
15943         * po/sr.po:
15944         * po/sv.po:
15945         * po/uk.po:
15946           updates
15947
15948 2004-07-30  Wim Taymans  <wim@fluendo.com>
15949
15950         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15951         (gst_multifdsink_add), (gst_multifdsink_remove),
15952         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15953         (gst_multifdsink_client_remove),
15954         (gst_multifdsink_handle_client_write),
15955         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15956         * gst/tcp/gstmultifdsink.h:
15957         Recover from a select with a bad file descriptor by removing
15958         the client.
15959
15960 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15961
15962         * configure.ac:
15963           fix requirement of core
15964         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
15965         (gst_play_pipeline_setup):
15966           don't use colorspace element.  do use hermescolorspace element.
15967           make macro to get a colorspace element.
15968           mark strings for translation.
15969         * po/POTFILES.in:
15970           add play.c
15971         * po/af.po:
15972         * po/az.po:
15973         * po/cs.po:
15974         * po/en_GB.po:
15975         * po/hu.po:
15976         * po/nl.po:
15977         * po/sr.po:
15978         * po/sv.po:
15979         * po/uk.po:
15980           update translations
15981
15982 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15983
15984         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
15985         fix default for newmedia flag
15986
15987 2004-07-30  Wim Taymans  <wim@fluendo.com>
15988
15989         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15990         (gst_theora_dec_init), (theora_get_formats),
15991         (theora_dec_src_convert), (theora_dec_sink_convert),
15992         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15993         (theora_dec_chain), (theora_dec_set_property),
15994         (theora_dec_get_property):
15995         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15996         (gst_theora_enc_class_init), (gst_theora_enc_init),
15997         (theora_enc_sink_link), (theora_enc_chain),
15998         (theora_enc_set_property), (theora_enc_get_property):
15999         Added cropping option to theora decoder.
16000         Added border option to theora encoder.
16001
16002 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16003
16004         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16005         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
16006         (gst_pngenc_set_property):
16007         * ext/libpng/gstpngenc.h:
16008         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
16009
16010 2004-07-30  Wim Taymans  <wim@fluendo.com>
16011
16012         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16013         (theora_enc_sink_link), (theora_enc_chain),
16014         (theora_enc_set_property), (theora_enc_get_property):
16015         Fix encoding of non-multiple-of-16 video.
16016
16017 2004-07-29  David Schleef  <ds@schleef.org>
16018
16019         * configure.ac: make test for audiofile more strict
16020
16021 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16022
16023         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16024           give different names to typefind functions
16025
16026 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16027
16028         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16029         (gst_ximagesink_calculate_pixel_aspect_ratio),
16030         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
16031         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16032         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
16033         (gst_ximagesink_get_property), (gst_ximagesink_init):
16034         * sys/ximage/ximagesink.h:
16035           allocate PAR's dynamically.
16036           use autodetected PAR if no object-set PAR is given.
16037           add workaround for directfb's X not setting physical size.
16038           fix to xvimagesink will follow tomorrow.
16039
16040 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16041
16042         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
16043         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
16044         (gst_shout2send_get_type), (gst_shout2send_set_clock),
16045         (gst_shout2send_class_init), (gst_shout2send_init),
16046         (set_shout_metadata), (gst_shout2send_set_metadata),
16047         (gst_shout2send_chain), (gst_shout2send_set_property),
16048         (gst_shout2send_get_property), (gst_shout2send_connect),
16049         (gst_shout2send_change_state):
16050         * ext/shout2/gstshout2.h:
16051         - fix for sending mp3 audio to icecast2 server, if pad link function not
16052         called before PAUSED state
16053         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
16054         - added tagging support for mp3 audio broadcasted
16055         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16056         debug info
16057
16058 2004-07-28  Wim Taymans  <wim@fluendo.com>
16059
16060         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
16061         (gst_ogg_demux_push):
16062         Return query failure when we don't know the length of
16063         an ogg stream insteda of returning TRUE with a bogus value.
16064
16065 2004-07-28  Wim Taymans  <wim@fluendo.com>
16066
16067         * ext/theora/theoradec.c: (theora_get_formats),
16068         (theora_dec_src_convert), (theora_dec_sink_convert),
16069         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16070         (theora_dec_chain):
16071         Don't screw up the 1 Chroma for 1 luma sample situation when we
16072         have an odd offset/width by adding a black border in those cases.
16073
16074 2004-07-28  Wim Taymans  <wim@fluendo.com>
16075
16076         * ext/theora/theoradec.c: (theora_get_formats),
16077         (theora_dec_src_convert), (theora_dec_sink_convert),
16078         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16079         (theora_dec_chain):
16080         * ext/theora/theoraenc.c: (theora_enc_sink_link):
16081         Added first attempt at cropping of the image as required by the
16082         theora spec. We need more properties in the caps (offset_x,
16083         offset_y,stride) to implement this correctly.
16084
16085 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
16086
16087         * ext/dvdnav/README:
16088           Update the README to use dvddemux
16089         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
16090           Ensure getcaps returns a subset of the template caps
16091         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
16092         (gst_mpeg2subt_init):
16093           Ensure getcaps returns a subset of the template caps
16094         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
16095         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
16096         (gst_dvd_demux_get_subpicture_stream),
16097         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
16098         * gst/mpegstream/gstdvddemux.h:
16099           Set the explicit caps on the current_video pad before pushing
16100           anything
16101         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
16102         (gst_mpeg_demux_get_audio_stream):
16103           Free caps used to gst_pad_set_explicit_caps, which takes a const
16104           GstCaps *
16105
16106 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16107
16108         * configure.ac: update GStreamer requirement to 0.8.4 because of
16109           GstFraction.
16110
16111 2004-07-28  Wim Taymans  <wim@fluendo.com>
16112
16113         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16114         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
16115         Add the pad to the element after setting up the caps. This
16116         makes it a lot easier to autoplug.
16117
16118 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
16119
16120         * gst/median/gstmedian.c:
16121         * gst/mpeg2subt/gstmpeg2subt.c:
16122         * gst/mpegaudioparse/gstmpegaudioparse.c:
16123         * gst/mpegstream/gstdvddemux.c:
16124         * gst/mpegstream/gstmpegdemux.c:
16125         * gst/mpegstream/gstmpegpacketize.c:
16126         * gst/rtjpeg/gstrtjpeg.c:
16127         * gst/rtjpeg/gstrtjpegdec.c:
16128         * gst/rtjpeg/gstrtjpegenc.c:
16129         * gst/sine/gstsinesrc.c:
16130         * gst/smooth/gstsmooth.c:
16131         * gst/smpte/gstsmpte.c:
16132         * gst/smpte/gstsmpte.h:
16133         * gst/stereo/gststereo.c:
16134         * gst/videofilter/gstgamma.c:
16135         * gst/videofilter/gstvideobalance.c:
16136         * gst/videofilter/gstvideofilter.c:
16137         * gst/videofilter/gstvideoflip.c:
16138         * gst/videoscale/gstvideoscale.c:
16139         * gst/videoscale/videoscale.c:
16140         * gst/videotestsrc/gstvideotestsrc.c:
16141         * gst/videotestsrc/videotestsrc.c:
16142         * gst/wavenc/gstwavenc.c:
16143         * gst/wavparse/gstwavparse.c:
16144           fix local includes and 64 bits constants
16145
16146 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
16147
16148         * win32/gst.sln:
16149         * gst-libs/gst/*/*.vcproj:
16150         * gst/*/*.vcproj:
16151           more working plugins
16152
16153 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16154
16155         * testsuite/alsa/Makefile.am:
16156         * testsuite/alsa/srcstate.c:
16157         add test for alsasrc changing state
16158
16159 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16160
16161         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
16162         (gst_silence_get):
16163         * gst/silence/gstsilence.h:
16164         fix silence generation for 16bit raw audio
16165
16166 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16167
16168         * gst/matroska/matroska-demux.c:
16169         (gst_matroska_demux_parse_metadata),
16170         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
16171         * gst/mpegaudio/common.c:
16172         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
16173         (gst_videoscale_getcaps), (gst_videoscale_link),
16174         (gst_videoscale_src_fixate), (gst_videoscale_init),
16175         (gst_videoscale_finalize):
16176         * gst/videoscale/gstvideoscale.h:
16177         * gst/videotestsrc/gstvideotestsrc.c:
16178         (gst_videotestsrc_get_capslist):
16179         * gst/wavenc/gstwavenc.c:
16180         * sys/oss/gstossmixer.c: (fill_labels):
16181         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16182         (gst_ximagesink_handle_xevents),
16183         (gst_ximagesink_calculate_pixel_aspect_ratio),
16184         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
16185         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
16186         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16187         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
16188         (gst_ximagesink_init), (gst_ximagesink_class_init):
16189         * sys/ximage/ximagesink.h:
16190         * sys/xvimage/xvimagesink.c:
16191         (gst_xvimagesink_calculate_pixel_aspect_ratio),
16192         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
16193         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
16194         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
16195         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16196         * sys/xvimage/xvimagesink.h:
16197           first batch of pixel aspect ratio commits.
16198
16199 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16200
16201         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16202         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
16203         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
16204           handle stride, needs work if we want to move stride handling
16205           upstream, but works correctly for our purposes.
16206
16207 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16208
16209         * gst/videoscale/README:
16210           add testing examples
16211         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
16212         (gst_videoscale_chain):
16213         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16214         (gst_videoscale_get_size):
16215           add get_size function that handles stride like videotestsrc.
16216           fixes conversion for YUV formats for as much as I can test them.
16217
16218 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16219
16220         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16221         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
16222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16223         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16224         (gst_xvimagesink_xvimage_put):
16225           further cleanups, logging, error handling and synchronizing
16226
16227 2004-07-27  Wim Taymans  <wim@fluendo.com>
16228
16229         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
16230         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
16231         (gst_videomixer_pad_set_property),
16232         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
16233         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
16234         (gst_videomixer_class_init), (gst_videomixer_init),
16235         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
16236         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
16237         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
16238         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
16239         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
16240         (gst_videomixer_loop), (plugin_init):
16241         Be a nicer negotiation citizen and provide a getcaps function on
16242         the srcpad. This also fixes a crash when resizing.
16243
16244 2004-07-27  Julien MOUTTE  <julien@moutte.net>
16245
16246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16247         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
16248
16249 2004-07-27  Wim Taymans  <wim@fluendo.com>
16250
16251         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
16252         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16253         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
16254         (gst_pngenc_set_property):
16255         * ext/libpng/gstpngenc.h:
16256         Added snapshot property to pngenc.
16257         removed g_print from pngdec
16258
16259 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
16260
16261         * gst/ac3parse/ac3parse.vcproj
16262         * gst/adder/adder.vcproj
16263         * gst/alpha/alpha.vcproj
16264         * gst/alpha/alphacolor.vcproj
16265         * gst/asfdemux/asf.vcproj
16266         * gst/audioconvert/audioconvert.vcproj
16267         * gst/audiorate/audiorate.vcproj
16268         * gst/audioscale/audioscale.vcproj
16269         * gst/auparse/auparse.vcproj
16270         * gst/avi/avi.vcproj
16271         * gst/cdxaparse/cdxaparse.vcproj
16272         * gst/chart/chart.vcproj
16273         * gst/colorspace/colorspace.vcproj
16274         * gst/cutter/cutter.vcproj
16275         * gst/debug/debug.vcproj
16276         * gst/debug/efence.vcproj
16277         * gst/debug/navigationtest.vcproj
16278         * gst/deinterlace/deinterlace.vcproj
16279         * gst/effectv/effectv.vcproj
16280         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
16281         * gst/filter/filter.vcproj
16282         * gst/flx/flxdec.vcproj
16283         * gst/goom/goom.vcproj
16284         * gst/interleave/interleave.vcproj
16285         * gst/law/alaw.vcproj
16286         * gst/law/mulaw.vcproj
16287         * gst/matroska/matroska.vcproj
16288         * gst/median/median.vcproj
16289         * gst/mixmatrix/mixmatrix.vcproj
16290         * gst/mpeg1sys/mpeg1systemencode.vcproj
16291         * gst/mpeg1videoparse/mp1videoparse.vcproj
16292         * gst/mpeg2sub/mpeg2subt.vcproj
16293         * gst/mpegaudio/mpegaudio.vcproj
16294         * gst/mpegaudioparse/mpegaudioparse.vcproj
16295         * gst/mpegstream/mpegstream.vcproj
16296         * gst/multifilesink/multifilesink.vcproj
16297         * gst/multipart/multipart.vcproj
16298         * gst/oneton/oneton.vcproj
16299         * gst/overlay/overlay.vcproj
16300         * gst/passthrough/passthrough.vcproj
16301         * gst/qtdemux/qtdemux.vcproj
16302         * gst/realmedia/rmdemux.vcproj
16303         * gst/rtjpeg/rtjpeg.vcproj
16304         * gst/rtp/rtp.vcproj
16305         * gst/silence/silence.vcproj
16306         * gst/sine/sinesrc.vcproj
16307         * gst/smooth/smooth.vcproj
16308         * gst/smpte/smpte.vcproj
16309         * gst/spectrum/spectrum.vcproj
16310         * gst/speed/speed.vcproj
16311         * gst/stereo/stereo.vcproj
16312         * gst/switch/switch.vcproj
16313         * gst/tags/tagedit.vcproj
16314         * gst/tcp/tcp.vcproj
16315         * gst/typefind/typefindfunctions.vcproj
16316         * gst/udp/udp.vcproj
16317         * gst/videobox/videobox.vcproj
16318         * gst/videocrop/videocrop.vcproj
16319         * gst/videodrop/videodrop.vcproj
16320         * gst/videofilter/gamma.vcproj
16321         * gst/videofilter/videobalance.vcproj
16322         * gst/videofilter/videofilter.vcproj
16323         * gst/videofilter/videoflip.vcproj
16324         * gst/videoflip/videoflip.vcproj
16325         * gst/videomixer/videomixer.vcproj
16326         * gst/videorate/videorate.vcproj
16327         * gst/videoscale/videoscale.vcproj
16328         * gst/videotestsrc/videotestsrc.vcproj
16329         * gst/virtualdub/virtualdub.vcproj
16330         * gst/volenv/volenv.vcproj
16331         * gst/volume/volume.vcproj
16332         * gst/wavenc/wavenc.vcproj
16333         * gst/wavparse/wavparse.vcproj
16334         * gst/y4m/y4menc.vcproj
16335         * gst-libs/gst/audio/audio.vcproj
16336         * gst-libs/gst/audio/audiofilter.vcproj
16337         * gst-libs/gst/colorbalance/colorbalance.vcproj
16338         * gst-libs/gst/idct/idtc.vcproj
16339         * gst-libs/gst/media-info/media-info.vcproj
16340         * gst-libs/gst/mixer/mixer.vcproj
16341         * gst-libs/gst/navigation/navigation.vcproj
16342         * gst-libs/gst/play/play.vcproj
16343         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
16344         * gst-libs/gst/resample/resample.vcproj
16345         * gst-libs/gst/riff/riff.vcproj
16346         * gst-libs/gst/tuner/tuner.vcproj
16347         * gst-libs/gst/video/video.vcproj
16348         * gst-libs/gst/xoverlay/xoverlay.vcproj
16349           avoid problems with math.h, fix release dependancy
16350           rename GStreamer-0.8.lib to libgstreamer.lib
16351
16352 2004-07-27  Julien MOUTTE  <julien@moutte.net>
16353
16354         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
16356         the atom is not available we have to unlock the mutex. Fixes #148023
16357
16358 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16359
16360         * gst-libs/gst/media-info/media-info.h:
16361           issue for a vararg macro with MSVC
16362
16363 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16364
16365         * gst/effectv/effectv.vcproj
16366         * gst-libs/gst/idct/idct.vcproj:
16367         * gst-libs/gst/media-info/media-info.vcproj:
16368         * gst-libs/gst/navigation/navigation.vcproj:
16369         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
16370         * gst-libs/gst/video/video.vcproj:
16371         * gst-libs/gst/xoverlay/xoverlay.vcproj:
16372           fixes for build problems
16373
16374 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16375
16376         * gst-libs/gst/audio/audio.def:
16377         * gst-libs/gst/audio/riff.def:
16378           add some definitions needed by plugins
16379
16380 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16381
16382         * gst/asfdemux/gstasfmux.c
16383           Fix some 64 bits constants to be glib friendly
16384
16385 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16386
16387         * gst/ac3parse/gstac3parse.c
16388         * gst/audioscale/gstaudioscale.c
16389         * gst/auparse/gstauparse.c
16390         * gst/colorspace/gstcolorspace.c
16391         * gst/colorspace/yuv2rgb.h
16392           local include fixes
16393
16394 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16395
16396         * win32/gst.sln
16397           add more plugins to the build
16398
16399 2004-07-26  Julien MOUTTE  <julien@moutte.net>
16400
16401         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16402         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
16403
16404 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16405
16406         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
16407         (gst_level_set_property), (gst_level_get_property),
16408         (gst_level_base_init), (gst_level_class_init):
16409           add debugging categories.  cleanups.
16410
16411 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16412
16413         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16414         (gst_videoscale_planar411), (gst_videoscale_planar400),
16415         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
16416         (gst_videoscale_scale_nearest_str1),
16417         (gst_videoscale_scale_nearest_str2),
16418         (gst_videoscale_scale_nearest_str4),
16419         (gst_videoscale_scale_nearest_16bit),
16420         (gst_videoscale_scale_nearest_24bit):
16421           fixed stride issues
16422           tested with 320x240 -> 321, 322, 324 x240
16423           tested with YV12, I420, YUY2, UYVY
16424           fixed packed422rev (don't think it could have worked before)
16425           by testing with UYVY
16426
16427 2004-07-26  Benjamin Otte  <otte@gnome.org>
16428
16429         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
16430         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
16431         (plugin_init):
16432           add debugging category, add error checks like checking return values
16433           of setup calls, make sure it still works after
16434           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
16435
16436 2004-07-26  Wim Taymans  <wim@fluendo.com>
16437
16438         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
16439         (gst_mpeg_demux_get_audio_stream),
16440         (gst_mpeg_demux_process_private):
16441         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
16442         Check for error codes from the negotiation functions. Make sure
16443         we really set the pad caps when a new pad is created.
16444
16445 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16446
16447         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16448         (gst_ffmpeg_caps_to_pix_fmt):
16449         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16450         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16451         (gst_ffmpegcolorspace_pad_link):
16452           don't make function do two things at the same time without reason.
16453
16454 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16455
16456         * gst/ac3parse/ac3parse.vcproj
16457         * gst/adder/adder.vcproj
16458         * gst/alpha/alpha.vcproj
16459         * gst/alpha/alphacolor.vcproj
16460         * gst/asfdemux/asf.vcproj
16461         * gst/audioconvert/audioconvert.vcproj
16462         * gst/audiorate/audiorate.vcproj
16463         * gst/audioscale/audioscale.vcproj
16464         * gst/auparse/auparse.vcproj
16465         * gst/avi/avi.vcproj
16466         * gst/cdxaparse/cdxaparse.vcproj
16467         * gst/chart/chart.vcproj
16468         * gst/colorspace/colorspace.vcproj
16469         * gst/cutter/cutter.vcproj
16470         * gst/debug/debug.vcproj
16471         * gst/debug/efence.vcproj
16472         * gst/debug/navigationtest.vcproj
16473         * gst/deinterlace/deinterlace.vcproj
16474         * gst/effectv/effectv.vcproj
16475         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
16476         * gst/filter/filter.vcproj
16477         * gst/flx/flxdec.vcproj
16478         * gst/goom/goom.vcproj
16479         * gst/interleave/interleave.vcproj
16480         * gst/law/alaw.vcproj
16481         * gst/law/mulaw.vcproj
16482         * gst/matroska/matroska.vcproj
16483         * gst/median/median.vcproj
16484         * gst/mixmatrix/mixmatrix.vcproj
16485         * gst/mpeg1sys/mpeg1systemencode.vcproj
16486         * gst/mpeg1videoparse/mp1videoparse.vcproj
16487         * gst/mpeg2sub/mpeg2subt.vcproj
16488         * gst/mpegaudio/mpegaudio.vcproj
16489         * gst/mpegaudioparse/mpegaudioparse.vcproj
16490         * gst/mpegstream/mpegstream.vcproj
16491         * gst/multifilesink/multifilesink.vcproj
16492         * gst/multipart/multipart.vcproj
16493         * gst/oneton/oneton.vcproj
16494         * gst/overlay/overlay.vcproj
16495         * gst/passthrough/passthrough.vcproj
16496         * gst/qtdemux/qtdemux.vcproj
16497         * gst/realmedia/rmdemux.vcproj
16498         * gst/rtjpeg/rtjpeg.vcproj
16499         * gst/rtp/rtp.vcproj
16500         * gst/silence/silence.vcproj
16501         * gst/sine/sinesrc.vcproj
16502         * gst/smooth/smooth.vcproj
16503         * gst/smpte/smpte.vcproj
16504         * gst/spectrum/spectrum.vcproj
16505         * gst/speed/speed.vcproj
16506         * gst/stereo/stereo.vcproj
16507         * gst/switch/switch.vcproj
16508         * gst/tags/tagedit.vcproj
16509         * gst/tcp/tcp.vcproj
16510         * gst/typefind/typefindfunctions.vcproj
16511         * gst/udp/udp.vcproj
16512         * gst/videobox/videobox.vcproj
16513         * gst/videocrop/videocrop.vcproj
16514         * gst/videodrop/videodrop.vcproj
16515         * gst/videofilter/gamma.vcproj
16516         * gst/videofilter/videobalance.vcproj
16517         * gst/videofilter/videofilter.vcproj
16518         * gst/videofilter/videoflip.vcproj
16519         * gst/videoflip/videoflip.vcproj
16520         * gst/videomixer/videomixer.vcproj
16521         * gst/videorate/videorate.vcproj
16522         * gst/videoscale/videoscale.vcproj
16523         * gst/videotestsrc/videotestsrc.vcproj
16524         * gst/virtualdub/virtualdub.vcproj
16525         * gst/volenv/volenv.vcproj
16526         * gst/volume/volume.vcproj
16527         * gst/wavenc/wavenc.vcproj
16528         * gst/wavparse/wavparse.vcproj
16529         * gst/y4m/y4menc.vcproj
16530           more plugins supported under windows
16531
16532 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16533
16534         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16535         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
16536         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
16537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16538         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
16539           Add debugging statements.  Use the sizes as returned by the
16540           *CreateImage calls.
16541
16542 2004-07-26  Johan Dahlin  <johan@gnome.org>
16543
16544         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
16545         the pad is negotiated.
16546
16547         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
16548
16549 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16550
16551         * gst-libs/gst/colorbalance/colorbalance.vcproj:
16552         * gst-libs/gst/idct/idct.vcproj:
16553         * gst-libs/gst/media-info/media-info.vcproj:
16554         * gst-libs/gst/mixer/mixer.vcproj:
16555         * gst-libs/gst/navigation/navigation.vcproj:
16556         * gst-libs/gst/play/play.vcproj:
16557         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
16558         * gst-libs/gst/resample/resample.vcproj:
16559         * gst-libs/gst/tuner/tuner.vcproj:
16560         * gst-libs/gst/video/video.vcproj:
16561         * gst-libs/gst/xoverlay/xoverlay.vcproj:
16562           more plugins supported under windows
16563
16564 2004-07-25 Iain <iain@prettypeople.org>
16565
16566         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
16567         pad now rather than when the pad is created because state changes wipe
16568         explicit caps (fixes #148043).
16569
16570 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
16571
16572         reviewed by Benjamin Otte  <otte@gnome.org>
16573
16574         * ext/mad/gstmad.c:
16575           fix mad plugin crashing on Sun (fixes #148289)
16576
16577 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16578
16579         * gst/avi/avi.def:
16580         * gst/avi/avi.vcproj:
16581         * gst/matroska/matroska.def:
16582         * gst/matroska/matroska.vcproj:
16583           remove unused .def files
16584
16585 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16586
16587         * gst-libs/gst/audio/gstaudiofilter.c:
16588           Clean the local include
16589
16590 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16591
16592         * win32/gst.sln:
16593         * gst-libs/gst/audio/audio.def:
16594         * gst-libs/gst/audio/audio.vcproj:
16595         * gst-libs/gst/audio/audiofilter.vcproj:
16596         * gst-libs/gst/audio/riff.def:
16597         * gst-libs/gst/audio/riff.vcproj:
16598         * gst-libs/gst/gst-libs.def:
16599         * gst-libs/gst/gst-libs.vcproj:
16600         * gst/avi/avi.vcproj:
16601         * gst/avi/avi.vcproj:
16602           Copy the files where needed after building, cleaner projects
16603
16604 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16605
16606         * gst/matroska/ebml-write.c:
16607           Fix some 64 bits constants to be glib friendly
16608
16609 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
16610
16611         * win32/gst.sln:
16612         * gst-libs/gst/gst-libs.def:
16613         * gst-libs/gst/gst-libs.vcproj:
16614         * gst/matroska/matroska.def:
16615         * gst/matroska/matroska.vcproj:
16616           Add the preliminary canvas to build plugins on Win32
16617
16618 2004-07-23  Benjamin Otte  <otte@gnome.org>
16619
16620         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16621           don't enfore negotiation from source side, it breaks
16622           sinesrc ! audioconvert ! osssink
16623
16624 2004-07-22  David Schleef  <ds@schleef.org>
16625
16626         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
16627         for ELF files, since they can easily be recognized as audio/mpeg.
16628         (bug #147441)
16629
16630 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16631
16632         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16633         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
16634         (gst_videoscale_scale_nearest_24bit),
16635         (gst_videoscale_scale_nearest_16bit):
16636           fix 16bit and 24bit for stride (24bit might need testing)
16637           don't pretend we do more than one algorithm
16638
16639 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16640
16641         * configure.ac:
16642         * gst/Makefile.am:
16643         * gst/multifilesink/Makefile.am:
16644         * gst/multifilesink/gstmultifilesink.c:
16645         (gst_multifilesink_get_formats),
16646         (gst_multifilesink_get_query_types), (_do_init),
16647         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
16648         (gst_multifilesink_init), (gst_multifilesink_dispose),
16649         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
16650         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
16651         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
16652         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
16653         (gst_multifilesink_chain), (gst_multifilesink_change_state),
16654         (gst_multifilesink_uri_get_type),
16655         (gst_multifilesink_uri_get_protocols),
16656         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
16657         (gst_multifilesink_uri_handler_init), (plugin_init):
16658         * gst/multifilesink/gstmultifilesink.h:
16659         * testsuite/Makefile.am:
16660         * testsuite/multifilesink/Makefile.am:
16661         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
16662         (gst_newmedia_class_init), (gst_newmedia_init),
16663         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16664         (newfile_signal), (test_signal), (main):
16665         multifilesink plugin for creating new files every time a new media
16666         discontinuity event occurs
16667
16668 2004-07-22  Wim Taymans  <wim@fluendo.com>
16669
16670         * gst/alpha/Makefile.am:
16671         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
16672         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
16673         (gst_alpha_color_init), (gst_alpha_color_set_property),
16674         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
16675         (transform), (gst_alpha_color_chain),
16676         (gst_alpha_color_change_state), (plugin_init):
16677         Stupid plugin to to RGBA to AYUV conversion because none of
16678         the colorspace plugins can handle that yet.
16679
16680 2004-07-22  Wim Taymans  <wim@fluendo.com>
16681
16682         * examples/seeking/seek.c: (update_scale), (main):
16683         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16684         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16685         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16686         (gst_decode_bin_init), (gst_decode_bin_dispose),
16687         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16688         (no_more_pads), (close_link), (type_found),
16689         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16690         (plugin_init):
16691         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16692         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16693         (gst_play_base_bin_dispose), (queue_overrun),
16694         (gen_preroll_element), (remove_prerolls), (unknown_type),
16695         (no_more_pads), (new_stream), (setup_source),
16696         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16697         (play_base_eos), (gst_play_base_bin_change_state),
16698         (gst_play_base_bin_add_element),
16699         (gst_play_base_bin_remove_element),
16700         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16701         (gst_play_base_bin_unlink_stream),
16702         (gst_play_base_bin_get_streaminfo):
16703         * gst/playback/gstplaybin.c: (gen_video_element),
16704         (gen_audio_element):
16705         * gst/playback/gststreaminfo.h:
16706         More playback updates, attempt to fix things after the state change
16707         breakage.
16708
16709 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16710
16711         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
16712         (gst_videoscale_scale_nearest_16bit):
16713           comment algorithm
16714
16715 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16716
16717         * gst/videotestsrc/gstvideotestsrc.c:
16718         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
16719         (gst_videotestsrc_init), (gst_videotestsrc_get),
16720         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16721         (gst_videotestsrc_get_property):
16722         * gst/videotestsrc/gstvideotestsrc.h:
16723         * gst/videotestsrc/videotestsrc.c:
16724         * gst/videotestsrc/videotestsrc.h:
16725           cleanup and commenting
16726
16727 2004-07-21  Wim Taymans  <wim@fluendo.com>
16728
16729         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
16730         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
16731         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
16732         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
16733         (_find_chain_get_unknown_part), (_find_streams_check),
16734         (gst_ogg_demux_push), (gst_ogg_pad_push):
16735         * ext/theora/theoradec.c: (theora_get_formats),
16736         (theora_dec_src_convert), (theora_dec_sink_convert),
16737         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16738         (theora_dec_chain):
16739         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16740         (vorbis_dec_convert), (vorbis_dec_src_query),
16741         (vorbis_dec_src_event), (vorbis_dec_event):
16742         More seeking fixes, oggdemux now supports seeking to time and
16743         uses the downstream element to convert granulepos to time.
16744         Seeking in theora-only ogg files now works.
16745
16746 2004-07-21  Wim Taymans  <wim@fluendo.com>
16747
16748         * ext/theora/theoradec.c: (gst_theora_dec_init),
16749         (theora_get_formats), (theora_get_event_masks),
16750         (theora_get_query_types), (theora_dec_src_convert),
16751         (theora_dec_sink_convert), (theora_dec_src_query),
16752         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
16753         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16754         (vorbis_get_event_masks), (vorbis_get_query_types),
16755         (gst_vorbis_dec_init), (vorbis_dec_convert),
16756         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
16757         Added query/convert/formats functions to vorbis and theora decoders
16758         so that the outside world can use them too. Fixed seeking on an
16759         ogg/theora/vorbis file by disabling the seeking seeking on the
16760         theora srcpad.
16761
16762 2004-07-21  Julien MOUTTE  <julien@moutte.net>
16763
16764         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16765         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
16766         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
16767         images creation for both elements. We don't create the image on caps
16768         nego or renego, we just destroy the internal one if present if it does
16769         not match the needs. The chain function takes care of creating a new
16770         image when needed.
16771         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16772         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
16773         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
16774         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
16775         the image format information. The buffer pool checks for the context
16776         image format and discard images with different formats.
16777         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
16778
16779 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16780
16781         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16782         (gst_ffmpegcolorspace_chain):
16783           no point in doing any chaining if the pad we want to push from
16784           isn't usable.
16785
16786 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16787
16788         * gst-libs/gst/riff/riff-media.c:
16789         (gst_riff_create_audio_caps_with_data):
16790           Fix double end-to-native symbol conversion (#148021).
16791
16792 2004-07-20  David Schleef  <ds@schleef.org>
16793
16794         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16795         Don't use an Atom that doesn't exist.
16796
16797 2004-07-20  Wim Taymans  <wim@fluendo.com>
16798
16799         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16800         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16801         (gst_multifdsink_client_remove),
16802         (gst_multifdsink_handle_client_write),
16803         (gst_multifdsink_queue_buffer):
16804         * gst/tcp/gstmultifdsink.h:
16805         More multifdsink stats. Avoid deadlock by releasing locks
16806         before sending out a signal.
16807
16808 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16809
16810         * po/LINGUAS:
16811         * po/hu.po:
16812           added Hungarian translation (Laszlo Dvornik)
16813
16814 2004-07-20  Wim Taymans  <wim@fluendo.com>
16815
16816         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16817         (gst_multifdsink_add), (gst_multifdsink_client_remove),
16818         (gst_multifdsink_handle_client_write),
16819         (gst_multifdsink_queue_buffer):
16820         * gst/tcp/gsttcp-marshal.list:
16821         Fixed the stupid marshal definition.
16822
16823 2004-07-20  Wim Taymans  <wim@fluendo.com>
16824
16825         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16826         (gst_multifdsink_init), (gst_multifdsink_add),
16827         (gst_multifdsink_client_remove),
16828         (gst_multifdsink_handle_client_write),
16829         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
16830         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
16831         (gst_multifdsink_init_send):
16832         * gst/tcp/gstmultifdsink.h:
16833         Added more stats, added timeout for a client, fixed some typos
16834         and added some comments.
16835
16836 2004-07-20  Wim Taymans  <wim@fluendo.com>
16837
16838         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16839         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16840         (gst_multifdsink_client_remove),
16841         (gst_multifdsink_handle_client_write):
16842         * gst/tcp/gstmultifdsink.h:
16843         * gst/tcp/gsttcp-marshal.list:
16844         Added get_stats method that returns a GValueArray of
16845         stats values.
16846
16847 2004-07-19  Benjamin Otte  <otte@gnome.org>
16848
16849         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
16850           make sure longname, description and author are valid UTF-8
16851
16852 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16853
16854         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
16855         (gst_ximagesink_set_property):
16856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
16857         (gst_xvimagesink_set_property):
16858           make sure SYNCHRONOUS is respected after getting the X context
16859
16860 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16861
16862         * gst/matroska/matroska-demux.c:
16863         (gst_matroska_demux_handle_src_event),
16864         (gst_matroska_demux_parse_blockgroup):
16865         * gst/matroska/matroska-ids.h:
16866           add BlockReference tag and ignore it to clear out log.
16867           ignore NAVIGATION events to clear out log.
16868
16869 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16870
16871         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16872         (gst_matroska_demux_add_stream):
16873         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
16874           add debug categories
16875
16876 2004-07-16  Wim Taymans  <wim@fluendo.com>
16877
16878         * ext/libpng/Makefile.am:
16879         * ext/libpng/gstpng.c: (plugin_init):
16880         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
16881         (gst_pngdec_get_type), (gst_pngdec_base_init),
16882         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
16883         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
16884         * ext/libpng/gstpngdec.h:
16885         Added png decoder.
16886
16887 2004-07-16  Julien MOUTTE  <julien@moutte.net>
16888
16889         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
16890         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
16891         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
16892         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
16893         (gst_ximagesink_buffer_alloc):
16894         * sys/ximage/ximagesink.h:
16895         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16896         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16897         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16898         (gst_xvimagesink_buffer_alloc):
16899         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
16900         again. Using internal data pointer of the x(v)image to store image's
16901         data to be coherent with the buffer alloc mechanism. Investigated the
16902         image destruction code to be sure that everything gets freed correctly.
16903
16904 2004-07-16  Wim Taymans  <wim@fluendo.com>
16905
16906         * gst-libs/gst/riff/riff-read.c:
16907         (gst_riff_read_strf_vids_with_data),
16908         (gst_riff_read_strf_auds_with_data):
16909         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16910         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
16911         Make sure we don't create 0 sized subbuffers in riff-read.
16912         Signal the no more pads signal after reading the avi header.
16913
16914 2004-07-16  Wim Taymans  <wim@fluendo.com>
16915
16916         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16917         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16918         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16919         (gst_decode_bin_init), (gst_decode_bin_dispose),
16920         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16921         (no_more_pads), (close_link), (type_found),
16922         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16923         (gst_decode_bin_change_state), (plugin_init):
16924         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16925         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16926         (gst_play_base_bin_dispose), (queue_overrun),
16927         (gen_preroll_element), (remove_prerolls), (unknown_type),
16928         (no_more_pads), (new_stream), (setup_source),
16929         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16930         (play_base_eos), (gst_play_base_bin_change_state),
16931         (gst_play_base_bin_add_element),
16932         (gst_play_base_bin_remove_element),
16933         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16934         (gst_play_base_bin_unlink_stream),
16935         (gst_play_base_bin_get_streaminfo):
16936         * gst/playback/gstplaybasebin.h:
16937         Better error recovery. Added configurable preroll queue size. Faster
16938         detection of no-more-pads.
16939
16940 2004-07-16  Wim Taymans  <wim@fluendo.com>
16941
16942         * gst-libs/gst/video/video.h:
16943         Added 32 bits RGBA. Not sure if we should use another mime-type
16944         for alpha rgb. Currently the presence of the alpha_mask property
16945         signals an alpha channel.
16946
16947 2004-07-16  Wim Taymans  <wim@fluendo.com>
16948
16949         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16950         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16951         FPS seems to be 0.0 to MAX everywhere else.
16952
16953 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16954
16955         * gst-libs/gst/riff/riff-media.c:
16956         (gst_riff_create_video_caps_with_data):
16957           mp42/mp43 (no caps) exist too.
16958         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16959           Set pixel_width/height; we've got them in-caps.
16960         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16961         * gst/wavparse/gstwavparse.c: (plugin_init):
16962           Both are valid primary.
16963         * sys/oss/gstossmixer.c:
16964           Remove i18n hack and enable translations.
16965
16966 2004-07-15  Benjamin Otte  <otte@gnome.org>
16967
16968         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16969         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
16970           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
16971
16972 2004-07-15  Benjamin Otte  <otte@gnome.org>
16973
16974         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16975         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
16976         (gst_alsa_close_audio):
16977           disable some of the debugging code for now. Writing debugging to a
16978           buffer is broken in current alsalib releases.
16979
16980 2004-07-12  Benjamin Otte  <otte@gnome.org>
16981
16982         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
16983           use bufferpools
16984
16985 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16986
16987         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16988         (theora_dec_src_query), (theora_dec_event):
16989         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
16990           add debugging categories.  Remove \n's.
16991
16992 2004-07-13  Johan Dahlin  <johan@gnome.org>
16993
16994         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
16995         (gst_play_bin_get_property): Impl.
16996
16997 2004-07-13  Wim Taymans  <wim@fluendo.com>
16998
16999         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
17000         When trying to find the stream length, seek back N pages
17001         instead of just one, where N is the number of streams in
17002         the current chain.
17003
17004 2004-07-13  Wim Taymans  <wim@fluendo.com>
17005
17006         * gst-libs/gst/riff/riff-media.c:
17007         (gst_riff_create_audio_caps_with_data),
17008         (gst_riff_create_audio_caps),
17009         (gst_riff_create_audio_template_caps):
17010         * gst-libs/gst/riff/riff-media.h:
17011         * gst-libs/gst/riff/riff-read.c:
17012         (gst_riff_read_strf_vids_with_data),
17013         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
17014         * gst-libs/gst/riff/riff-read.h:
17015         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17016         (gst_avi_demux_add_stream):
17017         Set codec_data on caps for avidemuxer.
17018
17019 2004-07-12  David Schleef  <ds@schleef.org>
17020
17021         * configure.ac: Fix test for Objective C
17022
17023 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
17024         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
17025         (gst_gdk_pixbuf_chain):
17026           Add svg and pcx to template caps, and ensure that getcaps returns a
17027           subset of the template caps.
17028           Copy each row manually for output, as gdkpixbuf may pad the
17029           rowstride to a 32-bit word boundary.
17030
17031 2004-07-12  Wim Taymans  <wim@fluendo.com>
17032
17033         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
17034         (gst_riff_create_video_template_caps):
17035         Fix the template caps to include some more media types.
17036
17037 2004-07-12  Wim Taymans  <wim@fluendo.com>
17038
17039         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17040         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17041         (compare_ranks), (print_feature), (gst_decode_bin_init),
17042         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
17043         (try_to_link_1), (new_pad), (close_link), (type_found),
17044         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17045         (gst_decode_bin_change_state), (plugin_init):
17046         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17047         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17048         (gst_play_base_bin_dispose), (queue_overrun),
17049         (gen_preroll_element), (remove_prerolls), (no_more_pads),
17050         (new_stream), (setup_source), (gst_play_base_bin_set_property),
17051         (gst_play_base_bin_get_property), (play_base_eos),
17052         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
17053         (gst_play_base_bin_remove_element),
17054         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17055         (gst_play_base_bin_unlink_stream),
17056         (gst_play_base_bin_get_streaminfo):
17057         * gst/playback/gstplaybasebin.h:
17058         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17059         (gst_play_bin_class_init), (gst_play_bin_init),
17060         (gst_play_bin_dispose), (gst_play_bin_set_property),
17061         (gst_play_bin_get_property), (gen_video_element),
17062         (gen_audio_element), (remove_sinks), (setup_sinks),
17063         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
17064         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17065         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17066         (gst_play_bin_query), (plugin_init):
17067         * gst/playback/test4.c: (main):
17068         More fixes on reusing of the element.
17069
17070 2004-07-11  Benjamin Otte  <otte@gnome.org>
17071
17072         * ext/mad/gstmad.c: (normal_seek):
17073           allow seeking for other methods than just SET
17074
17075 2004-07-11  Andy Wingo  <wingo@pobox.com>
17076
17077         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
17078         float, "any" caps -> buffer_frames=[0,MAX].
17079
17080         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
17081         doesn't intersect our caps with the template any more. Do it
17082         ourselves.
17083         (interleave_buffered_loop): Use g_newa instead of malloc/free.
17084
17085 2004-07-09  Wim Taymans  <wim@fluendo.com>
17086
17087         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17088         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17089         (compare_ranks), (print_feature), (gst_decode_bin_init),
17090         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
17091         (try_to_link_1), (new_pad), (close_link), (type_found),
17092         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17093         (gst_decode_bin_change_state), (plugin_init):
17094         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17095         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17096         (gst_play_base_bin_dispose), (queue_overrun),
17097         (gen_preroll_element), (remove_prerolls), (no_more_pads),
17098         (new_stream), (setup_source), (gst_play_base_bin_set_property),
17099         (gst_play_base_bin_get_property), (play_base_eos),
17100         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
17101         (gst_play_base_bin_remove_element),
17102         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17103         (gst_play_base_bin_unlink_stream),
17104         (gst_play_base_bin_get_streaminfo):
17105         * gst/playback/gstplaybasebin.h:
17106         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17107         (gst_play_bin_class_init), (gst_play_bin_init),
17108         (gst_play_bin_dispose), (gst_play_bin_set_property),
17109         (gst_play_bin_get_property), (gen_video_element),
17110         (gen_audio_element), (remove_sinks), (setup_sinks),
17111         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
17112         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17113         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17114         (gst_play_bin_query), (plugin_init):
17115         * gst/playback/test4.c: (main):
17116         Work on object reuse and seeking.
17117
17118 2004-07-09  Wim Taymans  <wim@fluendo.com>
17119
17120         * examples/seeking/seek.c: (iterate):
17121         Don't consume all CPU in the idle loop.
17122
17123 2004-07-09  Wim Taymans  <wim@fluendo.com>
17124
17125         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
17126         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
17127         Add pad to element *after* setting the pad functions so that
17128         the scheduler can use the correct ones.
17129
17130 2004-07-09  Wim Taymans  <wim@fluendo.com>
17131
17132         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
17133         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
17134         Sync to keyframe after seek
17135
17136 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17137
17138         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17139         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17140         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
17141         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
17142         * ext/libvisual/visual.c: (gst_visual_change_state):
17143         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
17144         * ext/theora/theoradec.c: (theora_dec_change_state):
17145         * ext/theora/theoraenc.c: (theora_enc_change_state):
17146         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
17147         * gst-libs/gst/navigation/navigation.c:
17148         * gst/adder/gstadder.c: (gst_adder_change_state):
17149         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17150         (gst_audio_convert_get_buffer):
17151         * gst/multipart/multipartdemux.c:
17152         (gst_multipart_demux_change_state):
17153         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
17154         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17155         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17156         * gst/videoscale/gstvideoscale.c:
17157         (gst_videoscale_handle_src_event):
17158         * gst/volume/gstvolume.c: (volume_chain_int16):
17159           don't assert in state change, this should be done by the base
17160           GstElement class.
17161           various debugging fixes.
17162
17163 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17164
17165         * configure.ac:
17166         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17167         (gst_play_dispose), (gst_play_set_location),
17168         (gst_play_set_data_src), (gst_play_set_video_sink),
17169         (gst_play_set_audio_sink), (gst_play_set_visualization),
17170         (gst_play_connect_visualization), (gst_play_get_sink_element),
17171         (gst_play_get_all_by_interface):
17172         * gst-libs/gst/play/play.h:
17173           add new method to get elements implementing an interface.
17174           add various error logging
17175
17176 2004-07-08  Wim Taymans  <wim@fluendo.com>
17177
17178         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
17179         (make_mpeg_pipeline), (make_mpegnt_pipeline),
17180         (make_playerbin_pipeline), (query_durations_elems),
17181         (query_durations_pads), (query_positions_elems),
17182         (query_positions_pads), (update_scale), (iterate), (stop_seek),
17183         (main):
17184         Added playbin seeking example.
17185
17186 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17187
17188         * gst-libs/gst/play/play.c: (gst_play_set_location),
17189         (gst_play_set_data_src), (gst_play_set_video_sink),
17190         (gst_play_set_audio_sink), (gst_play_set_visualization),
17191         (gst_play_connect_visualization), (gst_play_get_framerate):
17192           use a macro to look up elements from hash table
17193
17194 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17195
17196         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17197         (gst_play_get_length_callback), (gst_play_set_location),
17198         (gst_play_seek_to_time), (gst_play_set_data_src),
17199         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17200         (gst_play_set_visualization), (gst_play_connect_visualization),
17201         (gst_play_get_sink_element):
17202         - add debugging info
17203         - fix looking up sink elements by iterating over complete caps
17204         - put everything except for source and autoplugger in a complete bin
17205
17206 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17207
17208         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
17209         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
17210         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
17211         (gst_alsa_sink_write), (gst_alsa_sink_loop):
17212         * ext/alsa/gstalsasink.h:
17213         - add debugging info
17214         - clean up schizophrenia of data/buffer/event
17215         - fix double event unref error
17216
17217 2004-07-08  Wim Taymans  <wim@fluendo.com>
17218
17219         * gst/playback/Makefile.am:
17220         Add headers to noinst
17221
17222 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17223
17224         * tools/gst-launch-ext-m.m:
17225         * tools/gst-launch-ext.1.in:
17226           convert to the third millenium
17227
17228 2004-07-07  David Schleef  <ds@schleef.org>
17229
17230         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
17231
17232 2004-07-07  Wim Taymans  <wim@fluendo.com>
17233
17234         * gst/playback/Makefile.am:
17235         * gst/playback/README:
17236         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17237         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17238         (compare_ranks), (print_feature), (gst_decode_bin_init),
17239         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
17240         (try_to_link_1), (new_pad), (close_link), (type_found),
17241         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17242         (plugin_init):
17243         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17244         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17245         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
17246         (gen_preroll_element), (no_more_pads), (new_stream),
17247         (setup_source), (gst_play_base_bin_set_property),
17248         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
17249         (gst_play_base_bin_add_element),
17250         (gst_play_base_bin_remove_element),
17251         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17252         (gst_play_base_bin_unlink_stream),
17253         (gst_play_base_bin_get_streaminfo):
17254         * gst/playback/gstplaybasebin.h:
17255         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17256         (gst_play_bin_class_init), (gst_play_bin_init),
17257         (gst_play_bin_dispose), (gst_play_bin_set_property),
17258         (gst_play_bin_get_property), (gen_video_element),
17259         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
17260         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
17261         (gst_play_bin_get_formats), (gst_play_bin_convert),
17262         (gst_play_bin_get_query_types), (gst_play_bin_query),
17263         (plugin_init):
17264         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17265         (gst_stream_info_get_type), (gst_stream_info_class_init),
17266         (gst_stream_info_init), (gst_stream_info_new),
17267         (gst_stream_info_dispose), (gst_stream_info_set_property),
17268         (gst_stream_info_get_property):
17269         * gst/playback/gststreaminfo.h:
17270         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
17271         (main):
17272         * gst/playback/test2.c: (main):
17273         * gst/playback/test3.c: (update_scale), (main):
17274         More playbin fixes. Added README. Do better element filtering.
17275         Added base class to preroll media. Added test apps.
17276
17277 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17278
17279         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
17280         * ext/mpeg2dec/gstmpeg2dec.h:
17281           various debugging improvements.  Reset stream to next picture
17282           instead of sequence header, otherwise seeks cannot work.
17283
17284 2004-07-07  Wim Taymans  <wim@fluendo.com>
17285
17286         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
17287         (gst_video_box_class_init), (gst_video_box_set_property),
17288         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
17289         Use pad_alloc where possible.
17290
17291 2004-07-07  Wim Taymans  <wim@fluendo.com>
17292
17293         * sys/oss/gstosselement.c: (gst_osselement_reset),
17294         (gst_osselement_parse_caps):
17295         * sys/oss/gstosselement.h:
17296         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17297         Fix offset on osssrc.
17298
17299 2004-07-07  Wim Taymans  <wim@fluendo.com>
17300
17301         * ext/theora/theora.c: (plugin_init):
17302         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
17303         (theora_dec_src_query), (theora_dec_chain):
17304         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17305         (theora_enc_sink_link), (theora_buffer_from_packet),
17306         (theora_push_packet), (theora_enc_chain):
17307         Fix theora granulepos calculation.
17308         Fix overflow in duration/position calculation.
17309         Bump rank to PRIMARY for theoradec.
17310         Use granulepos of last packet to calculate position.
17311         Set keyframe flag on buffers when needed.
17312
17313 2004-07-06  David Schleef  <ds@schleef.org>
17314
17315         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
17316         serious?  (Fixed, obviously.)
17317
17318 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17319
17320         * po/LINGUAS:
17321         * po/cs.po:
17322           added Czech translation (Miloslav Trmac)
17323
17324 2004-07-05  Wim Taymans  <wim@fluendo.com>
17325
17326         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17327         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17328         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
17329         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17330         (close_link), (type_found), (gst_decode_bin_set_property),
17331         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
17332         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
17333         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
17334         (gst_decode_bin_query), (plugin_init):
17335         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17336         (gst_play_bin_class_init), (gst_play_bin_init),
17337         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
17338         (get_video_element), (new_pad), (setup_source),
17339         (gst_play_bin_set_property), (gst_play_bin_get_property),
17340         (gst_play_bin_change_state), (gst_play_bin_add_element),
17341         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
17342         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17343         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17344         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
17345         * gst/playback/test.c: (main):
17346         More fixes, cleaned up playbin, make it use decodebin. Added
17347         threaded property to playbin.
17348
17349 2004-07-05  Wim Taymans  <wim@fluendo.com>
17350
17351         * configure.ac:
17352         * gst/playback/Makefile.am:
17353         * gst/playback/decodetest.c: (main):
17354         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17355         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17356         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
17357         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17358         (close_link), (type_found), (gst_decode_bin_set_property),
17359         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
17360         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
17361         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
17362         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
17363         (plugin_init):
17364         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17365         (gst_play_bin_class_init), (gst_play_bin_init),
17366         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
17367         (collect_sink_pads), (find_compatibles), (close_pad_link),
17368         (try_to_link_1), (new_pad), (close_link), (type_found),
17369         (setup_source), (gst_play_bin_set_property),
17370         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
17371         (compare_ranks), (gst_play_bin_collect_factories),
17372         (gst_play_bin_change_state), (gst_play_bin_add_element),
17373         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
17374         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17375         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17376         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
17377         * gst/playback/test.c: (main):
17378         Added some playback helper elements and some test apps, very alpha
17379         still.
17380
17381 2004-07-04  Benjamin Otte  <otte@gnome.org>
17382
17383         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
17384           only restart audio when we indeed have an xrun to fix repeated
17385           xruns. Fix suggested by Giuliano Pochini.
17386
17387 2004-07-03  David Schleef  <ds@schleef.org>
17388
17389         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
17390         call to gst_debug_log() if debugging is disabled (bug #145118)
17391
17392 2004-07-03  Benjamin Otte  <otte@gnome.org>
17393
17394         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
17395           use our own functions for restarting the alsa device.
17396         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17397           I should apply patches myself - use MIN for the third argument, not
17398           the second, this fixes seeking
17399
17400 2004-07-02  David Schleef  <ds@schleef.org>
17401
17402         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
17403         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
17404         do with the logic.
17405
17406 2004-07-02  David Schleef  <ds@schleef.org>
17407
17408         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
17409         output buffers.  Fix logic mistake.  (bug #144866)
17410
17411 2004-07-02  David Schleef  <ds@schleef.org>
17412
17413         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
17414         on X.  (bug #144753)
17415
17416 2004-07-02  David Schleef  <ds@schleef.org>
17417
17418         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
17419         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
17420         (bug #144624)
17421         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
17422         (gst_osselement_rate_probe_check): Add another workaround for
17423         buggy drivers (bug #145336)
17424
17425 2004-07-02  David Schleef  <ds@schleef.org>
17426
17427         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
17428         Most systems don't have MSG_NOSIGNAL.
17429
17430 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17431
17432         * Makefile.am:
17433         * gst-libs/gst/colorbalance/Makefile.am:
17434         * gst-libs/gst/mixer/Makefile.am:
17435         * gst-libs/gst/play/Makefile.am:
17436         * gst-libs/gst/tuner/Makefile.am:
17437           (hopefully) fix both install and dist and make error message useful.
17438           needs testing across automakes.
17439
17440 2004-07-02  Benjamin Otte  <otte@gnome.org>
17441
17442         * ext/ogg/gstogg.c: (plugin_init):
17443           we require bytestream now
17444         * ext/ogg/gstoggdemux.c:
17445           huge diff to implement chain setup in a fast and generic way. This
17446           improves tag reading and startup of huge files (read: Theora videos)
17447           quite a bit. It probably contains bugs, too, so please test.
17448           Seeking is not improved to the fast method.
17449
17450 2004-06-29  Wim Taymans  <wim@fluendo.com>
17451
17452         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17453         * ext/ogg/gstoggmux.c:
17454         Fix memleak in oggdemux when running unconnected pads.
17455         doc update in mux, start working on keyframe mode.
17456
17457 2004-06-29  Benjamin Otte  <otte@gnome.org>
17458
17459         * sys/oss/gstosssink.c:
17460         * sys/oss/gstosssrc.c:
17461           advertise correct template caps - we indeed do non-native endianness
17462           and 8bit audio has no endianness
17463         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
17464         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
17465           avoid (wrong) duplications in getcaps function and return
17466           template caps
17467
17468 2004-06-29  Wim Taymans  <wim@fluendo.com>
17469
17470         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17471         (gst_multifdsink_class_init), (gst_multifdsink_add),
17472         (gst_multifdsink_remove), (gst_multifdsink_clear),
17473         (gst_multifdsink_client_remove),
17474         (gst_multifdsink_handle_client_read),
17475         (gst_multifdsink_client_queue_data),
17476         (gst_multifdsink_client_queue_caps),
17477         (gst_multifdsink_client_queue_buffer),
17478         (gst_multifdsink_handle_client_write),
17479         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17480         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17481         (gst_multifdsink_init_send), (gst_multifdsink_close):
17482         Fix wrong GList iteration that could crash the server when
17483         more then 2 clients disconnect at the same time. Read all the
17484         pending commands in one batch to recover from command storms under
17485         very heavy load.
17486
17487 2004-06-28  Wim Taymans  <wim@fluendo.com>
17488
17489         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17490         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
17491         (gst_videomixer_pad_set_property),
17492         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
17493         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17494         (gst_videomixer_class_init), (gst_videomixer_init),
17495         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
17496         (pad_zorder_compare), (gst_videomixer_sort_pads),
17497         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
17498         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
17499         (gst_videomixer_update_queues), (gst_videomixer_loop),
17500         (plugin_init):
17501         Avoid divide by zero, choose masterpad as the pad with the highest
17502         framerate.
17503
17504 2004-06-27  Julien Moutte  <julien@moutte.net>
17505
17506         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
17507         (gst_ximagesink_xwindow_new):
17508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
17509         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
17510         function directly. We might want to call it from somewhere else one day.
17511
17512 2004-06-27  Julien Moutte  <julien@moutte.net>
17513
17514         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
17515         (gst_ximagesink_xwindow_new):
17516         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
17517         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
17518         window decorations.
17519
17520 2004-06-27  Wim Taymans  <wim@fluendo.com>
17521
17522         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
17523         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
17524         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
17525         (gst_dvdec_set_property), (gst_dvdec_get_property):
17526         * ext/dv/gstdvdec.h:
17527         Implement drop_factor property to lower the framerate with
17528         a factor.
17529
17530 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17531
17532         * gst-libs/gst/colorbalance/Makefile.am:
17533         * gst-libs/gst/mixer/Makefile.am:
17534         * gst-libs/gst/play/Makefile.am:
17535         * gst-libs/gst/tuner/Makefile.am:
17536           unbreak Company's fix that didn't install the -enum.h files
17537
17538 2004-06-27  Wim Taymans  <wim@fluendo.com>
17539
17540         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
17541         (gst_dvdec_change_state):
17542         * ext/dv/gstdvdec.h:
17543         Fix timestamp, duration and offset of the buffers.
17544
17545 2004-06-27  Wim Taymans  <wim@fluendo.com>
17546
17547         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17548         (gst_multifdsink_class_init), (gst_multifdsink_add),
17549         (gst_multifdsink_remove), (gst_multifdsink_clear),
17550         (gst_multifdsink_client_remove),
17551         (gst_multifdsink_handle_client_read),
17552         (gst_multifdsink_client_queue_data),
17553         (gst_multifdsink_client_queue_caps),
17554         (gst_multifdsink_client_queue_buffer),
17555         (gst_multifdsink_handle_client_write),
17556         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17557         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17558         (gst_multifdsink_init_send), (gst_multifdsink_close):
17559         * gst/tcp/gstmultifdsink.h:
17560         * gst/tcp/gsttcpserversink.c:
17561         (gst_tcpserversink_handle_server_read),
17562         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
17563         More multifdsink fixes, more recovery policy fixes.
17564         Removed stupid g_print
17565
17566 2004-06-26  Wim Taymans  <wim@fluendo.com>
17567
17568         * gst/tcp/Makefile.am:
17569         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17570         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
17571         (gst_multifdsink_class_init), (gst_multifdsink_init),
17572         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
17573         (gst_multifdsink_handle_client_read),
17574         (gst_multifdsink_client_queue_data),
17575         (gst_multifdsink_client_queue_caps),
17576         (gst_multifdsink_client_queue_buffer),
17577         (gst_multifdsink_handle_client_write),
17578         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17579         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17580         (gst_multifdsink_chain), (gst_multifdsink_set_property),
17581         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
17582         (gst_multifdsink_close), (gst_multifdsink_change_state):
17583         * gst/tcp/gstmultifdsink.h:
17584         * gst/tcp/gsttcpplugin.c: (plugin_init):
17585         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
17586         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
17587         (gst_tcpserversink_handle_server_read),
17588         (gst_tcpserversink_handle_select),
17589         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
17590         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
17591         * gst/tcp/gsttcpserversink.h:
17592         Added multifdsink, made tcpserversink a subclass of fdsink, removed
17593         one of the locks, added recovery policy to multifdsink.
17594
17595 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17596
17597         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17598           fix decision for when getting frames with same timestamp
17599         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17600         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17601         (gst_v4lsrc_get_property):
17602         * sys/v4l/gstv4lsrc.h:
17603           add latency offset property
17604
17605 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17606
17607         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
17608         (plugin_init):
17609           fix debugging. add category.
17610
17611 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17612
17613         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17614           fix wrong offsets
17615
17616 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17617
17618         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17619         (gst_alsa_src_get_time), (gst_alsa_src_loop),
17620         (gst_alsa_src_change_state):
17621           return a time that is in sync with the element's processing
17622
17623 2004-06-25  Wim Taymans  <wim@fluendo.com>
17624
17625         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17626         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17627         (gst_tcpserversink_client_remove),
17628         (gst_tcpserversink_handle_client_read),
17629         (gst_tcpserversink_client_queue_data),
17630         (gst_tcpserversink_client_queue_caps),
17631         (gst_tcpserversink_client_queue_buffer),
17632         (gst_tcpserversink_handle_client_write),
17633         (gst_tcpserversink_queue_buffer),
17634         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
17635         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
17636         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
17637         (gst_tcpserversink_close):
17638         * gst/tcp/gsttcpserversink.h:
17639         Serversink rewrite. Really do non blocking writes to clients and
17640         maintain an internal queue to handle slower clients while not
17641         disturbing fast clients.
17642
17643 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17644
17645         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17646           better debug, don't override OFFSET and OFFSET_END
17647
17648 2004-06-25  Iain <iain@prettypeople.org>
17649
17650         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
17651         name=source for the wavparse pipeline.
17652
17653 2004-06-24  Johan Dahlin  <johan@gnome.org>
17654
17655         * ext/theora/theoraenc.c (theora_enc_chain): Call
17656         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
17657         streamheader caps are set correctly.
17658
17659 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17660
17661         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17662         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
17663           respect minimum bitrate; same could be done for max bitrate
17664
17665 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17666
17667         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17668         (gst_vorbisenc_setup):
17669           fix sample rate range
17670
17671 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17672
17673         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
17674         (gst_oggvorbisenc_setup):
17675         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
17676         (gst_vorbisenc_setup):
17677           resolve ambiguities in code and description
17678
17679 2004-06-24  Wim Taymans  <wim@fluendo.com>
17680
17681         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
17682         * ext/alsa/gstalsa.h:
17683         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17684         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
17685         Use alsa trigger_tstamp to get the timestamp of the first
17686         sample in the buffer for more precise sync. Some cleanups.
17687
17688 2004-06-24  Wim Taymans  <wim@fluendo.com>
17689
17690         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
17691         (gst_audiorate_init), (gst_audiorate_chain),
17692         (gst_audiorate_set_property), (gst_audiorate_get_property):
17693         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17694         (gst_videorate_chain):
17695         Added some logging, fixed an overflow bug in videorate.
17696
17697 2004-06-24  Benjamin Otte  <otte@gnome.org>
17698
17699         * ext/kio/Makefile.am:
17700           fix for builddir != srcdir and distcheck
17701
17702 2004-06-24  Benjamin Otte  <otte@gnome.org>
17703
17704         * gst-libs/gst/colorbalance/Makefile.am:
17705         * gst-libs/gst/mixer/Makefile.am:
17706         * gst-libs/gst/play/Makefile.am:
17707         * gst-libs/gst/tuner/Makefile.am:
17708         * gst/tcp/Makefile.am:
17709         * sys/dxr3/Makefile.am:
17710           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
17711           tarball.
17712           Also add all *.list files that were missing.
17713         * Makefile.am:
17714           add a distcheck hook to ensure the above doesn't happen again.
17715
17716 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
17717
17718         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
17719
17720 2004-06-23  Colin Walters  <walters@redhat.com>
17721
17722         * m4/Makefile.am: Distribute gst-fionread.m4.
17723
17724 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17725
17726         * configure.ac: back to dev
17727
17728 2004-06-23  Wim Taymans  <wim@fluendo.com>
17729
17730         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
17731         (gst_alsa_xrun_recovery):
17732         * ext/alsa/gstalsa.h:
17733         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17734         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
17735         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17736         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
17737         (gst_alsa_src_loop):
17738         Add clock to alsasrc. Take new capture timestamp when
17739         restarting after an overrun. Split up some functions between
17740         alsasrc and alsasink.
17741
17742 === release 0.8.2 ===
17743
17744 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17745
17746         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17747         (gst_alsa_change_state), (gst_alsa_update_avail),
17748         (gst_alsa_xrun_recovery):
17749         * ext/alsa/gstalsa.h:
17750         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17751           merge back changes from release
17752
17753 2004-06-23  Wim Taymans  <wim@fluendo.com>
17754
17755         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
17756         (gst_audiorate_init), (gst_audiorate_chain),
17757         (gst_audiorate_set_property), (gst_audiorate_get_property):
17758         Implement sample dropping and notify
17759
17760 2004-06-22  Wim Taymans  <wim@fluendo.com>
17761
17762         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17763         (theora_enc_sink_link), (theora_buffer_from_packet),
17764         (theora_push_packet), (theora_enc_chain):
17765         Some cleanups, make sure the timestamps are correct.
17766
17767 2004-06-22  Wim Taymans  <wim@fluendo.com>
17768
17769         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
17770         (gst_alsa_change_state), (gst_alsa_update_avail),
17771         (gst_alsa_xrun_recovery):
17772         * ext/alsa/gstalsa.h:
17773         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17774         Cleanups, take queued samples into account when reporting
17775         the time.
17776
17777 2004-06-22  Wim Taymans  <wim@fluendo.com>
17778
17779         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17780         (gst_videorate_init):
17781         Initialize the property as well.
17782
17783 2004-06-22  Wim Taymans  <wim@fluendo.com>
17784
17785         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17786         (gst_videorate_init), (gst_videorate_chain),
17787         (gst_videorate_set_property), (gst_videorate_get_property):
17788         Add property to make videorate silent.
17789         Add property to prefer new frames over old ones.
17790
17791 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17792
17793         * sys/osxvideo/Makefile.am:
17794         Workaround so that the osxvideo .so file gets linked with the
17795         Cocoa, OpenGL and QuickTime frameworks
17796
17797 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17798
17799         * sys/osxaudio/Makefile.am:
17800         Workaround so that the osxaudio .so file gets linked with the
17801         CoreAudio framework
17802
17803 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17804
17805         * configure.ac:
17806         Whoops, my fault...fixed build issues
17807
17808 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17809
17810         * configure.ac:
17811         Add objective-c support if running in Darwin/Mac OS X
17812         * sys/Makefile.am:
17813         * sys/osxvideo:
17814         * sys/osxvideo/Makefile.am:
17815         * sys/osxvideo/osxvideosink.h:
17816         * sys/osxvideo/osxvideosink.m:
17817         * sys/osxvideo/cocoawindow.h:
17818         * sys/osxvideo/cocoawindow.m:
17819         Add osxvideosink, a cocoa-based osx video sink
17820
17821
17822 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
17823         * ext/dvdnav/gst-dvd:
17824         Grab the gconf key from the right spot
17825         * gst/debug/gstnavseek.c: (gst_navseek_init),
17826         (gst_navseek_segseek), (gst_navseek_handle_src_event),
17827         (gst_navseek_chain):
17828         * gst/debug/gstnavseek.h:
17829           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
17830           and loop parameters of a segment seek.
17831         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17832         (gst_videotestsrc_get_event_masks),
17833         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
17834         * gst/videotestsrc/gstvideotestsrc.h:
17835           Add seeking support to videotestsrc
17836           Initialise the timestamp_offset variable.
17837
17838 2004-06-18  Wim Taymans  <wim@fluendo.com>
17839
17840         * ext/sidplay/gstsiddec.cc:
17841         Fix negotiation and set correct end offset.
17842
17843 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17844
17845         * configure.ac: branch and prerelease
17846
17847 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17848
17849         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
17850         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
17851         (gst_tcpclientsrc_init_receive):
17852         * gst/tcp/gsttcpclientsrc.h:
17853           read caps when connecting to server for GDP so we set them correctly
17854
17855 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17856
17857         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17858           notify drops and duplicates
17859         * gst/videoscale/videoscale.c: (videoscale_get_structure):
17860           no good reason to limit ourselves to 100x100
17861
17862 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17863
17864         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17865         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
17866         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17867         (gst_v4lsrc_get_property):
17868         * sys/v4l/gstv4lsrc.h:
17869         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17870         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17871         (gst_v4l_set_audio):
17872         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
17873         (gst_v4lsrc_try_capture):
17874         * sys/v4l/v4lsrc_calls.h:
17875           change try_palette to more general try_capture
17876           add autoprobe option so we can turn off autoprobing
17877           various fixes
17878
17879 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17880
17881         * configure.ac:
17882           add videorate
17883         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
17884         (gst_ximagesink_class_init):
17885         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
17886         (gst_xvimagesink_class_init):
17887           run them as finalize, not dispose, since dispose can be invoked
17888           multiple times
17889
17890 2004-06-17  Wim Taymans  <wim@fluendo.com>
17891
17892         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17893         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
17894         * ext/alsa/gstalsa.h:
17895         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
17896         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
17897         (gst_alsa_src_change_state):
17898         * ext/alsa/gstalsasrc.h:
17899         Make the xrun code timestamp and offset the buffers correctly.
17900         moved the clock to the base class, use alsa methods to get time.
17901         Do correct timestamping on outgoing buffers.
17902
17903 2004-06-17  Wim Taymans  <wim@fluendo.com>
17904
17905         * gst/audiorate/Makefile.am:
17906         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
17907         (gst_audiorate_base_init), (gst_audiorate_class_init),
17908         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
17909         (gst_audiorate_set_property), (gst_audiorate_get_property),
17910         (gst_audiorate_change_state), (plugin_init):
17911         Added an audiorate converter that fills in gaps.
17912
17913 2004-06-17  Johan Dahlin  <johan@gnome.org>
17914
17915         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
17916
17917 2004-06-16  Wim Taymans  <wim@fluendo.com>
17918
17919         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
17920         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17921         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17922         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17923         (gst_v4lsrc_get_property):
17924         * sys/v4l/gstv4lsrc.h:
17925         Added a copy mode to v4lsrc where it will output a copied version
17926         of its internal hardware buffer.
17927         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
17928         can't | them.
17929
17930 2004-06-16  Wim Taymans  <wim@fluendo.com>
17931
17932         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17933         Timestamp fixes.
17934
17935 2004-06-16  Wim Taymans  <wim@fluendo.com>
17936
17937         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17938         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17939         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17940         (gst_v4lsrc_get_property):
17941         * sys/v4l/gstv4lsrc.h:
17942         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17943         Added a sync mode enum property to control v4lsrc timestamp method
17944         Removed the use-fixed-fps property and moved functionality in
17945         the enum.
17946         Don't error on an error value from v4l-conf, it might not always
17947         be a real error.
17948
17949 2004-06-16  Wim Taymans  <wim@fluendo.com>
17950
17951         * gst/videorate/Makefile.am:
17952         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
17953         (gst_videorate_base_init), (gst_videorate_class_init),
17954         (gst_videorate_getcaps), (gst_videorate_link),
17955         (gst_videorate_init), (gst_videorate_chain),
17956         (gst_videorate_set_property), (gst_videorate_get_property),
17957         (gst_videorate_change_state), (plugin_init):
17958         Added a video timestamp corrector.
17959
17960 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17961
17962         fixed a potential leak with previous commit
17963
17964         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17965
17966 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17967
17968         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17969         Added missing refcount, fixes bug #144425
17970         Cheers Tim for finding the bug
17971
17972 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17973
17974         * sys/v4l/gstv4l.c: (plugin_init):
17975         * sys/v4l/gstv4lcolorbalance.c:
17976         * sys/v4l/gstv4lcolorbalance.h:
17977         * sys/v4l/gstv4lelement.c:
17978         * sys/v4l/gstv4lelement.h:
17979         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17980         * sys/v4l/gstv4lmjpegsink.h:
17981         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17982         * sys/v4l/gstv4lmjpegsrc.h:
17983         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17984         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17985         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
17986         * sys/v4l/gstv4lsrc.h:
17987         * sys/v4l/gstv4ltuner.c:
17988         * sys/v4l/gstv4ltuner.h:
17989         * sys/v4l/gstv4lxoverlay.c:
17990         * sys/v4l/gstv4lxoverlay.h:
17991         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
17992         (gst_v4l_set_window), (gst_v4l_enable_overlay):
17993         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17994         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17995         (gst_v4l_set_audio):
17996         * sys/v4l/v4l_calls.h:
17997         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
17998         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
17999         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
18000         (gst_v4lmjpegsink_playback_init),
18001         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
18002         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
18003         (gst_v4lmjpegsink_playback_stop),
18004         (gst_v4lmjpegsink_playback_deinit):
18005         * sys/v4l/v4lmjpegsink_calls.h:
18006         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
18007         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
18008         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
18009         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
18010         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
18011         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
18012         * sys/v4l/v4lmjpegsrc_calls.h:
18013         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
18014         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
18015         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
18016         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
18017         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
18018         (gst_v4lsrc_try_palette):
18019         * sys/v4l/v4lsrc_calls.h:
18020           bunch of paranoia cleanups
18021
18022 2004-06-14  David Schleef  <ds@schleef.org>
18023
18024         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
18025         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
18026         Send discont events and change timestamps appropriately when
18027         we get a seek event.  (bug #144240)
18028         * ext/cdparanoia/gstcdparanoia.h:
18029
18030 2004-06-14  Benjamin Otte  <otte@gnome.org>
18031
18032         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
18033           snd_pcm_hw_params_set_rate  since the latter fails for no good
18034           reason on some setups.
18035
18036 2004-06-14  David Schleef  <ds@schleef.org>
18037
18038         * gst/volume/demo.c: (value_changed_callback): exp10() is not
18039         standard.  Thank you for playing.
18040
18041 2004-06-14  Wim Taymans  <wim@fluendo.com>
18042
18043         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
18044         Patch 1.3 broke the ordering of the colorspace info and
18045         made the plugin basically work by coincidence, reordered
18046         the info.
18047
18048 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18049
18050         * ext/lame/gstlame.c:
18051         * ext/mad/gstmad.c:
18052           sync caps.  Make sure mad can only output a list of rates, not
18053           a full range.  In the future, have three caps lists for each of the
18054           mpeg versions.  Change mpegversion to a double as well.
18055
18056 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18057
18058         * gst/volume/.cvsignore:
18059         * gst/volume/Makefile.am:
18060         * gst/volume/demo.c: (value_changed_callback), (idler),
18061         (setup_gui), (main):
18062           added small demo app
18063
18064 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
18065         * ext/esd/esdsink.c: (gst_esdsink_change_state):
18066         * ext/esd/esdsink.h:
18067         Close the esd connection on pause, because esd will just wait -
18068         blocking all other esd clients indefinitely.
18069
18070 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
18071
18072         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
18073           previous commit with GST_DEBUG
18074
18075 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18076
18077         * configure.ac:
18078           add a header check for a dvdread header in dvdnav.  Fixes #133002
18079
18080 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18081
18082         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
18083         * gst/tcp/gsttcpclientsink.h:
18084         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
18085         * gst/tcp/gsttcpclientsrc.h:
18086         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
18087         (gst_tcpserversink_handle_server_read),
18088         (gst_tcpserversink_init_send):
18089         * gst/tcp/gsttcpserversink.h:
18090         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
18091         * gst/tcp/gsttcpserversrc.h:
18092         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
18093         version of IP)
18094
18095 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18096
18097         * configure.ac:
18098         Added ogg library so that OSX detects libtheora properly
18099
18100 2004-06-11  Wim Taymans  <wim@fluendo.com>
18101
18102         * ext/theora/theoradec.c: (theora_dec_chain),
18103         (theora_dec_change_state):
18104         Don't try to decode frames before we received a keyframe.
18105
18106 2004-06-11  Wim Taymans  <wim@fluendo.com>
18107
18108         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18109         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
18110         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18111         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
18112         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
18113         Added property to set the maximum delay of a page.
18114
18115 2004-06-10  Wim Taymans  <wim@fluendo.com>
18116
18117         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18118         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
18119         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18120         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
18121         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
18122         Added max-delay property to control the maximum amount
18123         of data to put in one page.
18124
18125 2004-06-10  Wim Taymans  <wim@fluendo.com>
18126
18127         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18128         (gst_theora_enc_init), (theora_enc_sink_link),
18129         (theora_buffer_from_packet), (theora_enc_set_property),
18130         (theora_enc_get_property):
18131         Set duration on encoded buffer, added some more properties
18132
18133 2004-06-10  Wim Taymans  <wim@fluendo.com>
18134
18135         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18136         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18137         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
18138         * ext/theora/theoraenc.c: (theora_enc_chain):
18139         Fix refcounting bugs
18140
18141 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18142
18143         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
18144         (gst_asf_demux_loop), (gst_asf_demux_process_file),
18145         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
18146         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
18147         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
18148         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
18149         (gst_asf_demux_change_state):
18150         * gst/asfdemux/gstasfdemux.h:
18151           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
18152           feels like. I think we should set a new requirement for demuxers
18153           from now on to implement sane loop functions, data loops, query
18154           and seek functions before first commit into CVS. And this commit
18155           fixes all of the above.
18156
18157 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
18158
18159         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
18160           vorbis comments are properly encoded in UTF-8 before adding them
18161           to a GstTagList
18162
18163 2004-06-09  Benjamin Otte  <otte@gnome.org>
18164
18165         * ext/alsa/gstalsa.c: (add_channels):
18166           handle min <= max correctly
18167         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
18168         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
18169           add fixation functions so we fixate correctly. No preferring of alaw
18170           anymore because it's the first structure.
18171         * ext/alsa/gstalsa.h:
18172         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
18173         (gst_alsa_hw_params_dump):
18174           add functions to ease debugging in alsalib
18175         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
18176         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
18177         (gst_alsa_start_audio):
18178           only specify hw params if we really setup a format (fixes #134007 -
18179           or at least works around it)
18180
18181 2004-06-09  Wim Taymans  <wim@fluendo.com>
18182
18183         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18184         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
18185         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
18186         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
18187         (gst_ogg_mux_loop):
18188         Use stream caps to setup the initial pages in the ogg stream.
18189         Correctly set the streamheader caps on the srcpad.
18190
18191 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18192
18193         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
18194         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
18195         (gst_v4lsrc_getcaps):
18196         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
18197         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
18198           add querying of fps lists for webcams.  Negotiating to a framerate
18199           now works.
18200
18201 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18202
18203         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18204         (theora_push_buffer), (theora_push_packet),
18205         (theora_set_header_on_caps), (theora_enc_chain):
18206           mark buffers and put on streamheader, raw theora streaming
18207           now works too, whee
18208
18209 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18210
18211         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
18212         (gst_tcp_gdp_read_caps):
18213           do a looping read for caps and GDP headers too
18214
18215 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18216
18217         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18218         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
18219           return EOS instead of NULL in _get
18220
18221 2004-06-08  Wim Taymans  <wim@fluendo.com>
18222
18223         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
18224         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
18225         (gst_tcp_gdp_write_caps):
18226         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18227         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
18228         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
18229         Memory leak fixes
18230
18231 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18232
18233         * ext/vorbis/Makefile.am:
18234         * ext/vorbis/vorbis.c: (plugin_init):
18235         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
18236         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
18237         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
18238         (vorbis_parse_change_state):
18239         * ext/vorbis/vorbisparse.h:
18240           adding a vorbisparse element that marks the buffers, streaming
18241           raw vorbis using GDP now works, whee
18242
18243 2004-06-08  Wim Taymans  <wim@fluendo.com>
18244
18245         * ext/jpeg/Makefile.am:
18246         * ext/jpeg/README:
18247         * ext/jpeg/gstjpeg.c: (plugin_init):
18248         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
18249         (gst_smokedec_base_init), (gst_smokedec_class_init),
18250         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
18251         * ext/jpeg/gstsmokedec.h:
18252         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
18253         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
18254         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
18255         (gst_smokeenc_resync), (gst_smokeenc_chain),
18256         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
18257         * ext/jpeg/gstsmokeenc.h:
18258         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
18259         (smokecodec_flush_destination), (smokecodec_term_destination),
18260         (smokecodec_init_source), (smokecodec_fill_input_buffer),
18261         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
18262         (smokecodec_term_source), (smokecodec_encode_new),
18263         (smokecodec_decode_new), (smokecodec_info_free),
18264         (smokecodec_set_quality), (smokecodec_get_quality),
18265         (smokecodec_set_threshold), (smokecodec_get_threshold),
18266         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
18267         (find_best_size), (abs_diff), (put), (smokecodec_encode),
18268         (smokecodec_parse_header), (smokecodec_decode):
18269         * ext/jpeg/smokecodec.h:
18270         Added a new simple jpeg based codec
18271
18272 2004-06-08  Wim Taymans  <wim@fluendo.com>
18273
18274         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18275         (gst_multipart_mux_loop):
18276         Fix memory leak
18277
18278 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18279
18280         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18281         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
18282         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
18283         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
18284         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
18285         * gst/tcp/gsttcpserversink.h:
18286           take streamheader into account
18287
18288 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18289
18290         * gst/level/Makefile.am:
18291         * gst/level/gstlevel.c: (gst_level_class_init):
18292           clean up marshal generation
18293
18294 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18295
18296         * gst/tcp/Makefile.am:
18297         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
18298         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
18299         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
18300         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
18301         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
18302         (gst_tcpclientsrc_get_property):
18303         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
18304         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
18305         (gst_tcpserversink_handle_client_read),
18306         (gst_tcpserversink_handle_client_write),
18307         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
18308         * gst/tcp/gsttcpserversink.h:
18309           add signals client-added and client-removed
18310         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
18311         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
18312         (gst_tcpserversrc_get_property):
18313         uniformized, change default protocol to NONE
18314         * gst/tcp/gsttcp-marshal.list: added
18315 2004-06-07  Benjamin Otte  <otte@gnome.org>
18316
18317         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18318           handle discont events if they happen before caps nego
18319
18320 2004-06-07  Wim Taymans  <wim@fluendo.com>
18321
18322         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18323         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18324         (gst_multipart_demux_plugin_init):
18325         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18326         (gst_multipart_mux_init), (gst_multipart_mux_loop),
18327         (gst_multipart_mux_change_state):
18328         Small updates, fix a memleak
18329
18330 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18331
18332         * configure.ac: OSS portability
18333         * ext/arts/gst_arts.c: idem
18334         * sys/oss/gstosselement.c: idem
18335         * sys/oss/gstossmixer.c: idem
18336         * sys/oss/gstosssink.c: idem
18337         * sys/oss/gstosssrc.c: idem
18338         * sys/oss/oss_probe.c: idem
18339           - check for soundcard.h in different places for some BSD
18340
18341 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
18342
18343         * AUTHORS:
18344         Add me to the authors file
18345         * configure.ac:
18346         Increase the libdv requirement to >= version 0.100
18347         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18348         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
18349         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
18350         * ext/dv/gstdvdec.h:
18351         Add support for the new_media flag when sending DISCONT events
18352         Make the querying work when video pad is not linked
18353
18354 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
18355
18356         reviewed by Benjamin Otte  <otte@gnome.org>
18357
18358         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
18359           create a NULL-initialized array of pads, so we don't think they
18360           exist already. (fixes #143130)
18361
18362 2004-06-07  Benjamin Otte  <otte@gnome.org>
18363
18364         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
18365         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
18366         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
18367           don't use // coments
18368
18369 2004-06-07  Benjamin Otte  <otte@gnome.org>
18370
18371         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
18372           cast to GstClockTime to get higher granularity
18373         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18374           use gst_element_set_time_delay to get the exact time
18375         * ext/mad/gstmad.c: (gst_mad_chain):
18376           use the negotiated rate instead of the current frame's rate which
18377           might be wrong because of bit errors. This avoids emitting totally
18378           bogus timestamps and screwing sync.
18379         (fixes #143454)
18380
18381 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
18382
18383         reviewed by Benjamin Otte  <otte@gnome.org>
18384
18385         * gst/adder/gstadder.c: (gst_adder_loop):
18386           properly error out when no negotiation has happened yet. (fixes
18387           #143032)
18388
18389 2004-06-06  Benjamin Otte  <otte@gnome.org>
18390
18391         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18392           forward correctly transformed offset in discont events. Based on
18393           patch by Arwed v. Merkatz. (fixes #142851)
18394
18395 2004-06-06  David Schleef  <ds@schleef.org>
18396
18397         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
18398         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
18399         problems on several systems.
18400
18401 2004-06-06  Benjamin Otte  <otte@gnome.org>
18402
18403         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
18404           use explicit caps on the srcpad
18405         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18406           properly error out if caps couldn't be set (fixes #142764)
18407
18408 2004-06-06  Benjamin Otte  <otte@gnome.org>
18409
18410         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
18411         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
18412         (gst_alsa_start_audio):
18413           - don't call set_periods_integer anymore, it breaks the
18414           configuration randomly
18415           - call snd_pcm_hw_params_set_access directly instead of using masks
18416           - don't fail if the sw_params can't be set, just use the default
18417           params and hope it works. Alsalib has weird issues when you touch
18418           sw_params and does no proper error reporting about what failed.
18419         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18420         (gst_alsa_close_audio):
18421           make our alsa debugging go via gst debugging and not conditionally
18422           defined
18423         * ext/alsa/gstalsa.h:
18424           add ALSA_DEBUG_FLUSH macro
18425         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
18426         (plugin_init):
18427           wrap alsa errors to be printed via the gst debugging system and not
18428           spammed to stderr
18429
18430 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18431
18432         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18433         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
18434         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18435         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
18436         (qtdemux_parse_trak):
18437         * gst/qtdemux/qtdemux.h:
18438           Bitch. Also known as seeking, querying & co.
18439         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
18440         (gst_osssink_change_state):
18441         * sys/oss/gstosssink.h:
18442           Resyncing is for weenies, this hack is no longer needed and was
18443           broken anyway (since it - unintendedly - always leaves resync to
18444           TRUE).
18445
18446 2004-06-05  Andrew Turner <zxombie@hotpop.com>
18447
18448         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
18449         * gst/tcp/gsttcpclientsrc.h: idem
18450           - define MSG_NOSIGNAL if not done
18451           - include unistd.h for off_t
18452           (fixes #143749)
18453
18454 2004-06-05  Benjamin Otte  <otte@gnome.org>
18455
18456         * configure.ac:
18457         * ext/kio/Makefile.am:
18458           check for qt's moc preprocessor explicitly and use it
18459
18460 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18461
18462         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
18463           don't get a signal for EPIPE on socket writes
18464           (somebody check if this works on other platforms)
18465
18466 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18467
18468         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
18469         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18470           check error condition on available samples correctly
18471
18472 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18473
18474         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
18475           avoid a segfault
18476         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
18477         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
18478         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
18479         (gst_tcpserversrc_gdp_read_header):
18480          use ssize_t over size_t since the former is signed and thus the
18481          check for error codes can work
18482
18483 2004-06-02  Wim Taymans  <wim@fluendo.com>
18484
18485         reviewed by: Johan
18486
18487         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18488         (gst_multipart_mux_loop):
18489         Oops
18490
18491 2004-06-02  Wim Taymans  <wim@fluendo.com>
18492
18493         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18494         (gst_multipart_mux_init), (gst_multipart_mux_loop),
18495         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18496         (gst_multipart_mux_change_state):
18497         Added configurable boundary specifier, added the value as a
18498         caps field as well.
18499
18500 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18501
18502         * gst/tcp/gsttcp.c:
18503         * gst/tcp/gsttcpclientsrc.c:
18504         * gst/tcp/gsttcpclientsrc.h:
18505         * gst/tcp/gsttcpserversrc.c:
18506           - portability fix, to compile on OSX
18507             (fixes #143146)
18508
18509         * sys/osxaudio/gstosxaudioelement.c:
18510         * sys/osxaudio/gstosxaudiosink.c:
18511         * sys/osxaudio/gstosxaudiosrc.c:
18512           - compilation warnings on OSX
18513             (fixes #143153)
18514
18515 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18516
18517         * ext/vorbis/vorbisdec.c : sign warning fixes
18518
18519         * gst-libs/gst/mixer/mixertrack.c :
18520           do no use defines which are glib 2.4 specific
18521
18522 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
18523
18524         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
18525           buffer since libflac doesn't expect it (reports a sync error when
18526           it encounters that)
18527
18528
18529 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
18530
18531         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
18532         * gst-libs/gst/mixer/mixertrack.c:
18533         (gst_mixer_track_get_property), (get_mixer_track_init),
18534         (get_mixer_track_get_property): Added property accessors
18535         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
18536         * gst-libs/gst/mixer/mixeroptions.c:
18537         (gst_mixer_options_get_values): Added
18538         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
18539         * gst-libs/gst/mixer/mixer.c: Fixed comment
18540
18541
18542 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18543
18544         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
18545           improve error messages on open
18546
18547
18548 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18549
18550         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
18551           check if v4l-conf is in path
18552
18553 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18554
18555         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
18556           change assert to a more readable error message
18557
18558 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18559
18560         * gst-libs/gst/tuner/tunerchannel.h:
18561           - add a freq_multiplicator field to make the conversion
18562             between internal frequency unit and Hz
18563         * sys/v4l/gstv4lelement.c:
18564         * sys/v4l2/gstv4l2element.c:
18565           - change default video device to /dev/video0
18566         * sys/v4l/v4l_calls.c:
18567         * sys/v4l2/v4l2_calls.c:
18568           - we only expose frequency to the user in Hz instead of
18569             bastard v4lX unit (either 62.5kHz or 62.5Hz)
18570
18571 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
18572         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18573           Initialise b_o_s and e_o_s variables
18574         * gst-libs/gst/riff/riff-media.c:
18575         (gst_riff_create_video_caps_with_data):
18576           Add some unusual fourcc's from mplayer avi's
18577         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
18578           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
18579           autoplugging.
18580
18581 2004-05-28  Wim Taymans  <wim@fluendo.com>
18582
18583         * configure.ac:
18584         * gst/alpha/Makefile.am:
18585         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18586         (gst_alpha_get_type), (gst_alpha_base_init),
18587         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18588         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
18589         (gst_alpha_chroma_key), (gst_alpha_chain),
18590         (gst_alpha_change_state), (plugin_init):
18591         A plugin to add an alpha channel to I420 video. Can optionally do
18592         chroma keying.
18593         * gst/multipart/Makefile.am:
18594         * gst/multipart/multipart.c: (plugin_init):
18595         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18596         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18597         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
18598         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18599         (gst_multipart_demux_change_state),
18600         (gst_multipart_demux_plugin_init):
18601         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
18602         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
18603         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
18604         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
18605         (gst_multipart_mux_pad_unlink),
18606         (gst_multipart_mux_request_new_pad),
18607         (gst_multipart_mux_handle_src_event),
18608         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
18609         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
18610         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18611         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
18612         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
18613         send multipart jpeg images to a browser.
18614         * gst/videobox/Makefile.am:
18615         * gst/videobox/README:
18616         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
18617         (gst_video_box_get_type), (gst_video_box_base_init),
18618         (gst_video_box_class_init), (gst_video_box_init),
18619         (gst_video_box_set_property), (gst_video_box_get_property),
18620         (gst_video_box_sink_link), (gst_video_box_i420),
18621         (gst_video_box_ayuv), (gst_video_box_chain),
18622         (gst_video_box_change_state), (plugin_init):
18623         Crops or adds borders around an image. can do alpha channel
18624         borders as well.
18625         * gst/videomixer/Makefile.am:
18626         * gst/videomixer/README:
18627         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
18628         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
18629         (gst_videomixer_pad_get_sink_event_masks),
18630         (gst_videomixer_pad_get_property),
18631         (gst_videomixer_pad_set_property),
18632         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
18633         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
18634         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
18635         (gst_videomixer_base_init), (gst_videomixer_class_init),
18636         (gst_videomixer_init), (gst_videomixer_request_new_pad),
18637         (gst_videomixer_handle_src_event),
18638         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
18639         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
18640         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
18641         (gst_videomixer_loop), (gst_videomixer_get_property),
18642         (gst_videomixer_set_property), (gst_videomixer_change_state),
18643         (plugin_init):
18644         Generic video mixer plugin, can handle multiple inputs all with
18645         different framerates and video sizes. Is fully alpha channel
18646         aware.
18647
18648 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18649
18650         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18651           Select first track as master track. Not sure how else to handle
18652           that...
18653         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
18654           Discard discont events. Should fix #142962.
18655
18656 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18657
18658         * ext/alsa/Makefile.am:
18659         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
18660         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
18661         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
18662         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
18663         (gst_alsa_mixer_get_option):
18664         * ext/alsa/gstalsamixer.h:
18665         * ext/alsa/gstalsamixeroptions.c:
18666         (gst_alsa_mixer_options_get_type),
18667         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
18668         (gst_alsa_mixer_options_new):
18669         * ext/alsa/gstalsamixeroptions.h:
18670         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
18671         * ext/alsa/gstalsamixertrack.h:
18672           Add enumerations (as GstMixerOptions). Make correct distinction
18673           between input/output tracks. Add capture/playback private flag.
18674           Use flag to decide on whether to set capture or playback volumes
18675           or switches. Use playback and record switches.
18676         * gst-libs/gst/mixer/Makefile.am:
18677         * gst-libs/gst/mixer/mixer-marshal.list:
18678         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
18679         (gst_mixer_set_option), (gst_mixer_get_option),
18680         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
18681         (gst_mixer_volume_changed), (gst_mixer_option_changed):
18682         * gst-libs/gst/mixer/mixer.h:
18683         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
18684         (gst_mixer_options_class_init), (gst_mixer_options_init),
18685         (gst_mixer_options_dispose):
18686         * gst-libs/gst/mixer/mixeroptions.h:
18687           Add GstMixerOptions.
18688         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18689           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
18690           broken device detection on computers with multiple OSS sound
18691           cards.
18692
18693 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18694
18695         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18696           fixate nicely even when the peer is not negotiating
18697
18698 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18699
18700         * gst/audioconvert/gstaudioconvert.c:
18701         (gst_audio_convert_parse_caps):
18702           make sure we don't allow depth > width
18703         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18704           fixate endianness to G_BYTE_ORDER as default
18705         * gst/audioscale/gstaudioscale.c:
18706           we don't handle another endianness as host-endianness
18707
18708 2004-05-25  David Schleef  <ds@schleef.org>
18709
18710         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
18711
18712 2004-05-24  Benjamin Otte  <otte@gnome.org>
18713
18714         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
18715         (gst_oggvorbisenc_setup):
18716           properly fail when we can't setup the vorbis encoder due to
18717           unsupported settings
18718         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
18719         (gst_vorbisenc_setup):
18720           same
18721         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18722           fix case where warnings occured when one pad was unlinked while the
18723           other's link function was called
18724
18725 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18726
18727         * gst/tcp/Makefile.am:
18728           use GST_ENABLE_NEW
18729
18730 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18731
18732         * gst-libs/gst/resample/private.h:
18733           don't use optimizations that are #if 0'ed
18734
18735 2004-05-24  Wim Taymans  <wim@fluendo.com>
18736
18737         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18738         Fix potential division by zero error and hopefully get
18739         the position query right to get correct timestamps on avi
18740         audio.
18741
18742 2004-05-24  Wim Taymans  <wim@fluendo.com>
18743
18744         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
18745         (gst_videoscale_scale_nearest_str2),
18746         (gst_videoscale_scale_nearest_str4),
18747         (gst_videoscale_scale_nearest_32bit),
18748         (gst_videoscale_scale_nearest_24bit),
18749         (gst_videoscale_scale_nearest_16bit):
18750         Fix the scaling algorithm and avoid a buffer overflow.
18751         removed the while loop in the scaling function as it
18752         was used for point sampling only.
18753
18754 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18755
18756         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
18757         (gst_id3_tag_class_init), (gst_id3_tag_init),
18758         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
18759         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
18760         (gst_id3_tag_send_tag_event):
18761           lots of fixes to make id3mux work and id3demux work correctly
18762
18763 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18764
18765         * ext/Makefile.am:
18766           add rules to build shout2send (was removed by accident
18767           when this module was no more marked experimental/broken)
18768
18769 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18770
18771         * ext/shout2/gstshout2.c:
18772         * ext/shout2/gstshout2.h:
18773           adding a "connection problem" signal to shout2send
18774           (fixes #142954)
18775
18776 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18777
18778         * ext/kio/kioreceiver.cpp:
18779         * ext/kio/kioreceiver.h:
18780           fix sign comparison issues
18781
18782 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18783
18784         * gst/cdxaparse/gstcdxaparse.c:
18785         * gst/cdxaparse/gstcdxaparse.h:
18786           some renaming
18787           add some checks/sanity
18788           prepare for seek addition
18789
18790         * sys/sunaudio/gstsunaudio.c:
18791           remove exported dupe init function
18792
18793 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
18794
18795         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
18796         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
18797           Fix format conversion and position querying.
18798         * gst/debug/progressreport.c: (gst_progressreport_report):
18799           Don't output a bogus total value that we didn't query.
18800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18801           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
18802           only a blank window after xine has been used.
18803
18804 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18805
18806         * m4/as-arts.m4:
18807           sync with upstream version to fix test on FC2
18808           readd with -ko to preserve Id header
18809
18810 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18811
18812         * configure.ac:
18813           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
18814         * gst/tcp/gsttcpclientsrc.c: idem
18815         * gst/tcp/gsttcpserversink.c: idem
18816         * gst/tcp/gsttcpserversrc.c: idem
18817         * m4/gst-fionread.m4: idem
18818
18819         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
18820
18821         * configure.ac: enable speex plugin for speex 1.1.5+
18822         * ext/speex/gstspeexenc.c: fix cast warning
18823
18824         * ext/esd/README: fix typo
18825
18826 2004-05-20  David Schleef  <ds@schleef.org>
18827
18828         * configure.ac: Minor cosmetic change to convince the buildbot to
18829         reautogen.
18830         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
18831         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
18832         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
18833         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
18834         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
18835         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
18836         More hacking.  Plays audio now.
18837
18838 2004-05-20  David Schleef  <ds@schleef.org>
18839
18840         * configure.ac:
18841         * sys/Makefile.am:
18842
18843 2004-05-20  David Schleef  <ds@schleef.org>
18844
18845         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
18846         * sys/osxaudio/gstosxaudio.c:
18847         * sys/osxaudio/gstosxaudioelement.c:
18848         * sys/osxaudio/gstosxaudioelement.h:
18849         * sys/osxaudio/gstosxaudiosink.c:
18850         * sys/osxaudio/gstosxaudiosink.h:
18851         * sys/osxaudio/gstosxaudiosrc.c:
18852         * sys/osxaudio/gstosxaudiosrc.h:
18853
18854 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18855
18856         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
18857         (gst_vorbisenc_chain):
18858           put the codec headers on the caps as streamheader as well as
18859           pushing them out
18860
18861 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18862
18863         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18864         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18865         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
18866         split up push_packet into two functions
18867
18868 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18869
18870         * gst/tcp/.cvsignore:
18871           ignore enums
18872         * gst/tcp/Makefile.am:
18873         * gst/tcp/README:
18874         * gst/tcp/gsttcp.c:
18875         * gst/tcp/gsttcp.h:
18876         * gst/tcp/gsttcpclientsink.c:
18877         * gst/tcp/gsttcpclientsink.h:
18878         * gst/tcp/gsttcpclientsrc.c:
18879         * gst/tcp/gsttcpclientsrc.h:
18880         * gst/tcp/gsttcpplugin.c:
18881         * gst/tcp/gsttcpserversink.c:
18882         * gst/tcp/gsttcpserversink.h:
18883         * gst/tcp/gsttcpserversrc.c:
18884         * gst/tcp/gsttcpserversrc.h:
18885           add new tcp elements
18886
18887 2004-05-19  Wim Taymans  <wim@fluendo.com>
18888
18889         * gst/law/mulaw-conversion.c: (mulaw_encode):
18890         Fix overflow bug in ulaw encoding.
18891
18892 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18893
18894         * ext/mad/gstmad.c: (gst_mad_handle_event):
18895           don't unref the event twice
18896
18897 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18898
18899         * configure.ac:
18900           remove -Wno-sign-compare
18901
18902 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18903
18904         * configure.ac:
18905           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
18906           if you want to work against glib 2.2 and 2.4
18907
18908 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18909
18910         * gst/tcp/Makefile.am:
18911         * gst/tcp/gsttcp.c:
18912         * gst/tcp/gsttcp.h:
18913         * gst/tcp/gsttcpsink.h:
18914         * gst/tcp/gsttcpsrc.h:
18915           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
18916
18917 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18918
18919         * gst/debug/tests.c: (md5_get_value):
18920           fix segfault on gst-inspect
18921
18922 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18923
18924         * gst/debug/testplugin.c:
18925         * gst/debug/tests.c:
18926         * gst/debug/tests.h:
18927           add new extensible and configurable testing element. Current tests
18928           include buffer count, stream length, timestamp/duration matching and
18929           md5.
18930         * gst/debug/Makefile.am:
18931         * gst/debug/gstdebug.c: (plugin_init):
18932           add infrastructure for new element
18933
18934 2004-05-19  Johan Dahlin  <johan@gnome.org>
18935
18936         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
18937         ending of the array. Fixes gst-inspect segfault on ppc.
18938
18939 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18940
18941         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
18942
18943         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
18944
18945 2004-05-18  David Schleef  <ds@schleef.org>
18946
18947         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
18948         warnings (bugs, actually) noticed by gcc but not forte.
18949
18950 2004-05-18  David Schleef  <ds@schleef.org>
18951
18952         * sys/sunaudio/Makefile.am:
18953         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
18954
18955 2004-05-18  David Schleef  <ds@schleef.org>
18956
18957         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18958         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
18959         to allow qtdemux to use non-seekable streams. (bug #142272)
18960
18961 2004-05-18  David Schleef  <ds@schleef.org>
18962
18963         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
18964         (gst_resample_sinc_ft_float): Remove use of static temporary
18965         buffer.  This code was obviously not supposed to last long, but
18966         it's stuck in our ABI, so it required a little hack to make it
18967         ABI-compatible.  Fixes #142585.
18968         * gst-libs/gst/resample/resample.h: same.
18969
18970 2004-05-18  David Schleef  <ds@schleef.org>
18971
18972         * configure.ac: Add sunaudio
18973         * examples/Makefile.am: make gstplay depend on gconf
18974         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
18975         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
18976         (convert_table_lookup), (img_convert): remove c99-isms
18977         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
18978           unsigned, to fix a warning on Solaris
18979         * gst/mpeg1sys/systems.c: bcopy->memcpy
18980         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
18981         * sys/Makefile.am: Add sunaudio
18982
18983 2004-05-18  Wim Taymans  <wim@fluendo.com>
18984
18985         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
18986         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
18987         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
18988         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
18989         (gst_ogg_mux_loop):
18990         Fix an ugly memleak where the muxer didn't flush enough ogg
18991         pages. This also resulted in badly muxed ogg files.
18992
18993 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18994
18995         * gst/asfdemux/asfheaders.c :
18996         * gst/asfdemux/asfheaders.h :
18997         * gst/asfdemux/gstasfdemux.c :
18998           - fix ASF_OBJ_PADDING guid
18999           - add 3 new object guids (language list, metadata,
19000             extended stream properties)
19001           - add a function to parse extended header objects
19002
19003 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19004
19005         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
19006           remove leftover debugging g_print
19007
19008 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19009
19010         * ext/mad/gstmad.c: (gst_mad_handle_event):
19011           Fix for when the first format in a discont event is not a
19012           byte-based one. Should fix #137710.
19013
19014 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19015
19016         * m4/a52.m4 : fix compilation with -Wall -Werror
19017         * m4/libfame.m4 : idem
19018         * m4/libmikmod.m4 : idem
19019
19020 2004-05-17  Benjamin Otte  <otte@gnome.org>
19021
19022         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19023           signal the new tags before giving up the reference
19024
19025 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19026
19027         * ext/shout2/gstshout2.c:
19028           use application/ogg instead of application/x-ogg (patch by Patrick
19029           Guimond, fixes #142432)
19030         * sys/oss/gstosselement.c: (gst_osselement_reset),
19031         (gst_osselement_sync_parms):
19032           don't set fragment size unless specified (fixes #142493)
19033
19034 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19035
19036         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
19037           fixes #142664
19038
19039 2004-05-17  Benjamin Otte  <otte@gnome.org>
19040
19041         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19042           compute offsets correctly for internal buffers so timestamps are set
19043           correctly when we can't seek. Also handle cases where there are no
19044           offsets. (based on a patch by David Moore, fixes #142507)
19045
19046 2004-05-17  Benjamin Otte  <otte@gnome.org>
19047
19048         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19049           use correct variable when determining amount of data to skip so we
19050           don't skip into the void and segfault
19051
19052 2004-05-16  Benjamin Otte  <otte@gnome.org>
19053
19054         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19055           Hi, I'm a memleak
19056
19057 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19058
19059         * gst/asfdemux/gstasfdemux.c:
19060           - fix a mem leak and always propagate tags
19061           - add WMV3 to known video codecs (but no decoder yet)
19062           - replace "surplus data" at end of audio header for what
19063             it is : codec specific data
19064           - fix a typo
19065
19066 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
19067
19068         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
19069
19070         * gst-libs/gst/audio/audioclock.c:
19071           Fix wrong return type (#142205).
19072
19073 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19074
19075         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
19076           Ignore CRCs by default (fixes #142566).
19077
19078 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19079
19080         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
19081         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
19082         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
19083         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
19084         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
19085         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
19086           Fix for cases where we fail to attach to a mixer.
19087
19088 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19089
19090         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
19091           Don't touch events after not owning them anymore.
19092         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19093         (gst_wavparse_fmt), (gst_wavparse_other),
19094         (gst_wavparse_handle_seek), (gst_wavparse_loop),
19095         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
19096         (gst_wavparse_srcpad_event):
19097         * gst/wavparse/gstwavparse.h:
19098           Add seeking, fix querying.
19099
19100 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19101
19102         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19103           - process comments even if they don't end with \0\0
19104             g_convert would ignore them if present and works well without them
19105
19106 2004-05-16  Benjamin Otte  <otte@gnome.org>
19107
19108         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
19109           simplify caps
19110
19111 2004-05-16  Benjamin Otte  <otte@gnome.org>
19112
19113         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19114           don't write to memory we might not write to - g_convert does that
19115           for us anyway (fixes #142613)
19116         (gst_asf_demux_audio_caps):
19117           comment out gst_util_dump_mem
19118
19119 2004-05-16  Benjamin Otte  <otte@gnome.org>
19120
19121         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19122           compute correct expected timestamps after seek (broken since
19123           last commit)
19124         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
19125           rename element and debugging category to gdkpixbufscale
19126
19127 2004-05-16  Benjamin Otte  <otte@gnome.org>
19128
19129         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19130           add error checking to snd_pcm_delay and remove duplicate call to
19131           snd_pcm_delay that caused issues (see inline code comments)
19132         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19133           make more readable and fix return value when snd_pcm_delay fails
19134         (fixes #142586)
19135
19136 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
19137         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
19138         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
19139         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
19140         (gst_pixbufscale_link), (gst_pixbufscale_init),
19141         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
19142         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
19143         (gst_pixbufscale_get_property), (pixbufscale_init):
19144         * ext/gdk_pixbuf/pixbufscale.h:
19145         Add these files I forgot earlier
19146
19147 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
19148         * ext/gdk_pixbuf/Makefile.am:
19149         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
19150         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19151         Add new pixbufscale element to scale RGB video
19152         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
19153         and HYPER interpolation correctly.
19154         * ext/theora/theoraenc.c: (theora_enc_chain),
19155         Discard buffer and return if explicit caps could not be set
19156         (theora_enc_get_property):
19157         Make _get return kbps for the bitrate consistent with
19158         the _set function.
19159
19160
19161 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19162
19163         * ext/libvisual/visual.c: (gst_visual_chain):
19164           add missing visual_audio_analyze
19165
19166 2004-05-14  David Schleef  <ds@schleef.org>
19167
19168         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
19169         is killed while we're playing.
19170         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
19171         gst_element_no_more_pads().
19172
19173 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19174
19175         * gst-libs/gst/riff/riff-read.c :
19176           - fix INFO tag extraction in RIFF/AVI files
19177             because gst_event_unref (event) also freed taglist
19178           - avoid a mem leak
19179
19180 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19181
19182         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
19183         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
19184
19185         * gst/auparse/gstauparse.c :
19186           - add code (commented for now) to support audio/x-adpcm on src pad
19187             (we have no decoder for those layout yet)
19188
19189         * gst/cdxaparse/gstcdxaparse.c :
19190         * gst/cdxaparse/gstcdxaparse.h :
19191           - partial rewrite using RiffRead (ripped iain's wavparse code)
19192
19193         * gst/rtp/gstrtpL16enc.c : typo
19194         * gst/rtp/gstrtpgsmenc.c : typo
19195
19196 2004-05-13  Benjamin Otte  <otte@gnome.org>
19197
19198         * configure.ac:
19199           check for exact version of libvisual, it's not supposed to be
19200           API/ABI stable yet
19201
19202 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19203
19204         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
19205           signal no-more-pads
19206
19207 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
19208
19209         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
19210         Report which format was used for GST_FORMAT_DEFAULT
19211         * gst/debug/Makefile.am:
19212         * gst/debug/gstdebug.c: (plugin_init):
19213         * gst/debug/progressreport.c: (gst_progressreport_base_init),
19214         (gst_progressreport_class_init), (gst_progressreport_init),
19215         (gst_progressreport_report), (gst_progressreport_set_property),
19216         (gst_progressreport_get_property), (gst_progressreport_chain),
19217         (gst_progressreport_plugin_init):
19218         Add progressreport element for testing.
19219
19220 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19221
19222         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
19223         * sys/v4l/gstv4lsrc.h:
19224         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
19225         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
19226         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
19227         (gst_v4lsrc_grab_frame):
19228           add more debugging
19229           send a discont at start
19230
19231 2004-05-12  Colin Walters  <walters@redhat.com>
19232
19233         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
19234         inflooping if we can't find a chunk.  Or in other words, don't blow
19235         chunks if we don't have a chunk to blow.
19236
19237 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
19238         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
19239         Remove old debug output
19240         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
19241         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
19242         (gst_dvdec_set_property), (gst_dvdec_get_property):
19243         Change the quality setting to an enum, so it works from gst-launch
19244         Don't renegotiate a non-linked pad. Allows audio only decoding.
19245         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
19246         (gst_deinterlace_link), (gst_deinterlace_init):
19247         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
19248         (gst_videodrop_link):
19249         Some caps negotiation fixes
19250
19251 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19252
19253         * ext/tarkin/gsttarkin.c :
19254           - Change RANK from NONE to PRIMARY
19255         * ext/gdk_pixbuf/gstgdkpixbuf.c :
19256           - Change RANK from NONE to MARGINAL
19257         * ext/divx/gstdivxenc.c :
19258           - Change RANK from PRIMARY to NONE (encoder/spider issue)
19259
19260 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19261
19262         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
19263         (gst_vorbisenc_push_packet):
19264           copy a function that was added between 1.0 and 1.0.1 until we
19265           depend on worthwhile features of post-1.0
19266
19267 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19268
19269         * configure.ac:
19270           enable shout2 by default
19271         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
19272         (gst_shout2send_base_init), (gst_shout2send_init),
19273         (gst_shout2send_connect), (gst_shout2send_change_state):
19274         * ext/shout2/gstshout2.h:
19275           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
19276           #142262)
19277         * ext/theora/theora.c: (plugin_init):
19278           don't set rank on encoders
19279
19280 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
19281
19282         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19283           Use codec_data property instead of flag1 and flag2 for wma
19284
19285 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19286
19287         * gst/cdxaparse/gstcdxaparse.c :
19288           - Add mpegversion to CAPS to make it link
19289           - Rank is as GST_RANK_SECONDARY instead of NONE
19290         * gst/auparse/gstauparse.c :
19291           - Document all audio encoding we can encounter from Solaris 9
19292             headers and libsndfile information.
19293           - Increase max. rate from 48000 to 192000 (to match other elements)
19294           - Don't try to play junk data between header and samples
19295
19296 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19297
19298         * ext/libvisual/visual.c: (gst_visual_getcaps):
19299           use the right caps depending on endianness (I hope)
19300         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
19301           use GST_RANK_NONE for all non-decoding elements or spider gets
19302           mighty confused
19303
19304 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19305
19306         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19307           Fix some odd cases and fix BE metadata parsing of unicode16 text.
19308
19309 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19310
19311         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19312         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
19313         (gst_switch_loop), (gst_switch_get_type):
19314           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
19315           HEADERS. Had to be said.
19316
19317 2004-05-10  David Schleef  <ds@schleef.org>
19318
19319         * configure.ac: Add prototype Dirac support.
19320         * ext/Makefile.am:
19321         * ext/dirac/Makefile.am:
19322         * ext/dirac/gstdirac.cc:
19323         * ext/dirac/gstdiracdec.cc:
19324
19325 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19326
19327         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19328         (gst_auparse_init), (gst_auparse_chain),
19329         (gst_auparse_change_state):
19330           Hack around spider. Remove me some day please.
19331
19332 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19333
19334         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19335           Fix for some uninitialized variables in previous patch, also
19336           makes it work. Fixes #142286 while we're at it.
19337
19338 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19339
19340         * gst/auparse/gstauparse.c:
19341                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
19342                 only unsupported formats are ADPCM/CCITT G.72x
19343                 reviewed by Ronald
19344         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
19345
19346 2004-05-10  Wim Taymans  <wim@fluendo.com>
19347
19348         * ext/vorbis/Makefile.am:
19349         * ext/vorbis/README:
19350         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
19351         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
19352         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
19353         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
19354         (gst_oggvorbisenc_convert_sink),
19355         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
19356         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
19357         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
19358         (get_constraints_string), (update_start_message),
19359         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
19360         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
19361         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
19362         * ext/vorbis/oggvorbisenc.h:
19363         * ext/vorbis/vorbis.c: (plugin_init):
19364         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
19365         (raw_caps_factory), (gst_vorbisenc_class_init),
19366         (gst_vorbisenc_init), (gst_vorbisenc_setup),
19367         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
19368         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
19369         * ext/vorbis/vorbisenc.h:
19370         Added a raw vorbis encoder to be used with the oggmuxer.
19371         We still need the old encoder for some gnome applications,
19372         read the README to find out how that works.
19373         The raw encoder is called "rawvorbisenc" until 0.9.
19374
19375 2004-05-10  Wim Taymans  <wim@fluendo.com>
19376
19377         * ext/ogg/gstogg.c: (plugin_init):
19378         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
19379         (gst_ogg_print):
19380         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
19381         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
19382         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
19383         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
19384         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
19385         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
19386         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
19387         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
19388         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
19389         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
19390         Added an ogg muxer.
19391         Small typo fixes in the demuxer.
19392
19393 2004-05-10  Wim Taymans  <wim@fluendo.com>
19394
19395         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19396         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
19397         (theora_enc_change_state), (theora_enc_set_property),
19398         (theora_enc_get_property):
19399         Mark the last packet with an EOS flag which is not really needed
19400         in gstreamer.
19401         Do some better video framerate initialisation.
19402         Update the buffer timestamp.
19403
19404 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
19405
19406         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
19407         Return the result of the parent state change call
19408
19409 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19410
19411         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
19412         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
19413         * gst/law/alaw-encode.c : (idem)
19414         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
19415         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
19416         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
19417
19418 2004-05-09  Benjamin Otte  <otte@gnome.org>
19419
19420         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19421           don't use a fixed buffer size when writing variable length data to
19422           it. Fixes memory corruption and makes alsasrc work
19423
19424 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19425
19426         * ext/gnomevfs/gstgnomevfssink.c:
19427         (_gst_boolean_allow_overwrite_accumulator),
19428         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
19429           Run glib's default signal handler (??) in RUN_CLEANUP rather than
19430           RUN_LAST, and don't use that to set the accumulator value because
19431           then it's always FALSE.
19432
19433 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19434
19435         * gst-libs/gst/riff/riff-media.c:
19436         (gst_riff_create_video_caps_with_data),
19437         (gst_riff_create_audio_caps),
19438         (gst_riff_create_audio_template_caps):
19439         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19440           Fix for unaligned RIFF files (i.e. where all the chunks together
19441           in a LIST chunk are not of the same size as the size given in
19442           the LIST chunk header). Fixes several odd WAVE files. Also fix
19443           ADPCM (block_align property) in audio, so that wavparse based
19444           on this works now as it used to stand-alone.
19445
19446 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
19447
19448         reviewed by Benjamin Otte  <otte@gnome.org>
19449
19450         * ext/a52dec/gsta52dec.c:
19451         * ext/divx/gstdivxdec.c:
19452         * ext/divx/gstdivxenc.c:
19453         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
19454         * ext/faac/gstfaac.c: (gst_faac_base_init):
19455         * ext/faad/gstfaad.c: (gst_faad_base_init):
19456         * ext/ivorbis/vorbisfile.c:
19457         * ext/lame/gstlame.c:
19458         * ext/libfame/gstlibfame.c:
19459         * ext/mpeg2enc/gstmpeg2enc.cc:
19460         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
19461         * ext/sidplay/gstsiddec.cc:
19462         * ext/speex/gstspeexdec.c:
19463         * ext/speex/gstspeexenc.c:
19464         * ext/xvid/gstxviddec.c:
19465         * ext/xvid/gstxvidenc.c:
19466           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
19467           (fixes #142193)
19468
19469 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19470
19471         * ext/alsa/gstalsa.c: (device_list),
19472         (gst_alsa_class_probe_devices):
19473         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19474           Fix alsa oddness in mixer after the combination of using mixer
19475           in source/sink elements and using hw:x,y instead of just hw:x.
19476
19477 2004-05-09  Benjamin Otte  <otte@gnome.org>
19478
19479         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
19480         (gst_wavparse_create_sourcepad):
19481           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
19482           sourcepads
19483
19484 2004-05-09  Benjamin Otte  <otte@gnome.org>
19485
19486         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19487           allow discont events before caps nego
19488
19489 2004-05-08  Benjamin Otte  <otte@gnome.org>
19490
19491         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19492           don't leak events
19493
19494 2004-05-08  Benjamin Otte  <otte@gnome.org>
19495
19496         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
19497         (gst_level_change_state), (gst_level_init):
19498         * gst/level/gstlevel.h:
19499           figure out if we're initialized directly instead of keeping a
19500           variable that's wrong in 90% of cases
19501           don't initialize pads and then leak them and use a new unitialized
19502           pad. (fixes #142084)
19503           these were bugs so n00bish I didn't find them for an hour :/
19504
19505 2004-05-08 Iain <iain@prettypeople.org>
19506
19507         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
19508         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
19509         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
19510         return the length that was read.
19511         (gst_riff_read_strf_auds): Allow fmt tags as well.
19512
19513 2004-05-07  David Schleef  <ds@schleef.org>
19514
19515         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
19516         signed char assumption in faad.h.
19517
19518 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19519
19520         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19521           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
19522
19523 2004-05-07  Colin Walters  <walters@redhat.com>
19524
19525         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
19526         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
19527         function.
19528         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
19529         Add dispose function.
19530
19531 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
19532         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
19533           Fix caps nego and pad templates. RGB mode caps should
19534           work now.
19535         * ext/dvdnav/gst-dvd:
19536           Move mpeg2dec inside the thread because otherwise the
19537           queue rejects cap changes mid-stream
19538         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
19539         (gst_mpeg2dec_flush_decoder):
19540           For mpeg2dec > 0.4.0, call the flush function instead of
19541           manually extracting all in-flight frames.
19542         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
19543         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
19544           Change mime type video/dv go video/x-dv to match the
19545           rest of gst-plugins
19546
19547 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19548
19549         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19550         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
19551         (gst_alsa_sink_class_init):
19552         * ext/alsa/gstalsasink.h:
19553         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
19554         (gst_alsa_src_class_init):
19555         * ext/alsa/gstalsasrc.h:
19556           Make alsasink/src a subclass of alsamixer so that mixer stuff
19557           shows up in gst-rec. Needs some finetuning.
19558
19559 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19560
19561         * ext/lame/gstlame.c: (gst_lame_chain):
19562           simplify
19563         * ext/mad/gstmad.c: (gst_mad_handle_event):
19564           fix event leak
19565         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19566           be able to detect mp3 files < 4096 bytes
19567
19568 2004-05-06  Wim Taymans  <wim@fluendo.com>
19569
19570         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19571         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
19572         (theora_enc_set_property), (theora_enc_get_property):
19573         Also encode the first frame, cleanup some code.
19574
19575 2004-05-06  Wim Taymans  <wim@fluendo.com>
19576
19577         * ext/mpeg2enc/gstmpeg2enc.cc:
19578         Forward events first before deciding that negotiation was
19579         not performed.
19580
19581 2004-05-06  Wim Taymans  <wim@fluendo.com>
19582
19583         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19584         First process the events before deciding that negotiation
19585         was not performed.
19586
19587 2004-05-06  Wim Taymans  <wim@fluendo.com>
19588
19589         * ext/theora/Makefile.am:
19590         * ext/theora/theora.c: (plugin_init):
19591         * ext/theora/theoradec.c: (theora_dec_change_state):
19592         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
19593         (gst_theora_enc_class_init), (gst_theora_enc_init),
19594         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
19595         (theora_enc_chain), (theora_enc_change_state),
19596         (theora_enc_set_property), (theora_enc_get_property):
19597         Added a theora encoder, grouped the encoder and decoder into the
19598         same plugin.
19599
19600 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19601
19602         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19603         (gst_jpegenc_chain):
19604         fix DURATION on outgoing buffers
19605         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19606         debug using time formats
19607         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19609         (gst_xvimagesink_sink_link):
19610         windows with width/height 0 generate X errors, so don't allow them
19611
19612 2004-05-05  Wim Taymans  <wim@fluendo.com>
19613
19614         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
19615         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
19616         (gst_mpeg2dec_negotiate_format):
19617         * ext/mpeg2dec/gstmpeg2dec.h:
19618           removed the static pad template so that we can add the
19619           more accurate framerate value to the caps.
19620
19621
19622 2004-05-04  Benjamin Otte  <otte@gnome.org>
19623
19624         * configure.ac:
19625           check for kdemacros.h, too (should fix #141821)
19626         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19627           don't crash if no header was sent, but nicely error out (fixes part
19628           of #141554)
19629
19630 2004-05-04  Wim Taymans  <wim@fluendo.com>
19631
19632         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
19633         parent dispose function to avoid segfault on destroy.
19634
19635 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19636
19637         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19638         (plugin_init):
19639         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19640         (gst_xvimagesink_sink_link):
19641         clean up debugging caps
19642         also recreate xvimage when format has changed
19643
19644 2004-05-04  Benjamin Otte  <otte@gnome.org>
19645
19646         * ext/libvisual/Makefile.am:
19647         * ext/libvisual/visual.c: (gst_visual_class_init),
19648         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
19649         (gst_visual_srclink), (gst_visual_chain),
19650         (gst_visual_change_state), (plugin_init):
19651           use a GstAdapter to correctly adapt buffer sizes - allows using a
19652           framerate
19653
19654 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19655
19656         * sys/v4l/gstv4lelement.h:
19657         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19658         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
19659         (gst_v4lsrc_buffer_free):
19660         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
19661         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19662         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
19663         (gst_v4lsrc_requeue_frame):
19664         move some debugging categories around
19665         query for fps index and set accordingly if found
19666
19667 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19668
19669         * ext/lame/gstlame.c:
19670         correct defaults that lame_init puts out of range
19671
19672 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19673
19674         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
19675         (gst_divxenc_class_init):
19676         fix range since -1 is the default
19677         * gst/mpeg1sys/gstmpeg1systemencode.c:
19678         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
19679         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
19680         (gst_rtjpegdec_chain):
19681         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
19682         (gst_rtjpegenc_chain):
19683         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
19684         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
19685         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
19686         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
19687         * sys/v4l/gstv4lsrc.c:
19688         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19689         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
19690         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
19691         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
19692         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
19693           remove gst_info calls
19694
19695 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19696
19697         * Makefile.am:
19698         * po/af.po:
19699         * po/az.po:
19700         * po/en_GB.po:
19701         * po/nl.po:
19702         * po/sr.po:
19703         * po/sv.po:
19704           Updated translations
19705
19706 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19707
19708         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19709           refactor/comment code
19710
19711 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19712
19713         * gst/asfdemux/Makefile.am:
19714         * gst/asfdemux/asfheaders.c:
19715         * gst/asfdemux/asfheaders.h:
19716         * gst/asfdemux/gstasf.c: (plugin_init):
19717         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
19718         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
19719         (gst_asf_demux_setup_pad):
19720         * gst/asfdemux/gstasfdemux.h:
19721         * gst/asfdemux/gstasfmux.c:
19722         * gst/asfdemux/gstasfmux.h:
19723           Add tagging support to demuxer, split out registration in its own
19724           file instead of in demux (hacky), and prevent having some tables
19725           in our memory multiple times (in asfheaders.h).
19726
19727 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19728
19729         * gst/matroska/matroska-demux.c:
19730         (gst_matroska_demux_parse_metadata):
19731         * gst/matroska/matroska-ids.h:
19732           Basic tag reading support.
19733
19734 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19735
19736         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
19737           Really detect ac-3 audio.
19738         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
19739           really detect matroska files (off-by-1).
19740
19741 2004-04-30  David Schleef  <ds@schleef.org>
19742
19743         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19744         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
19745         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
19746         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
19747         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
19748         hackage -- parse a lot more atoms, extract a few tags.  One might even
19749         mistake this for tag support.  Maybe it is.
19750         * gst/qtdemux/qtdemux.h:
19751
19752 2004-04-30  Colin Walters  <walters@verbum.org>
19753
19754         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
19755
19756 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19757
19758         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19759         (gst_ffmpegcolorspace_getcaps):
19760           remove broken nego fix
19761
19762 2004-04-30  Benjamin Otte  <otte@gnome.org>
19763
19764         * configure.ac:
19765         * ext/Makefile.am:
19766         * ext/libvisual/Makefile.am:
19767         * ext/libvisual/visual.c:
19768           add initial support for libvisual (http://libvisual.sourceforge.net)
19769           libvisual is still quite alpha, so expect crashes in there :)
19770
19771 2004-04-29  David Schleef  <ds@schleef.org>
19772
19773         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
19774         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
19775         up qtdemux to make it spit out codec_data.  Do _not_ look at this
19776         code; you will no longer respect me.
19777
19778 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19779
19780         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
19781         * ext/alsa/gstalsa.h :
19782         change alsa pcm device discovery to find more than 1 device
19783         per card. code review by Ronald.
19784
19785 2004-04-29  David Schleef  <ds@schleef.org>
19786
19787         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
19788         Add a check for a driver bug on FreeBSD.  (bug #140565)
19789
19790 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19791
19792         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
19793         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19794         (gst_jpegenc_getcaps):
19795           move format setting to inner loop
19796         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19797         (gst_ffmpegcolorspace_getcaps):
19798           use GST_PAD_CAPS if available so that we use already negotiated
19799           caps
19800         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19801         (qtdemux_parse_moov), (qtdemux_parse):
19802           extra debugging
19803         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
19804         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
19805           move hardcoded path to DEFINE
19806
19807 2004-04-28  David Schleef  <ds@schleef.org>
19808
19809         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
19810         (bug #140064)
19811
19812 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19813
19814         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19815           Don't probe for playback device if we're a source element. Fixes
19816           #139658.
19817
19818 2004-04-29  Benjamin Otte  <otte@gnome.org>
19819
19820         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19821         (gst_id3_tag_chain):
19822           rewrite buffer offset
19823
19824 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19825
19826         * configure.ac:
19827         * ext/Makefile.am:
19828         * ext/dts/Makefile.am:
19829         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
19830         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
19831         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
19832         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
19833         (gst_dtsdec_loop), (gst_dtsdec_change_state),
19834         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
19835         (plugin_init):
19836         * ext/dts/gstdtsdec.h:
19837           New DTS decoder.
19838         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
19839         (gst_faad_srcconnect):
19840           Add ESDS atom handling (.m4a).
19841
19842 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19843
19844         * ext/divx/gstdivxdec.c: (plugin_init):
19845           Remove comment that makes no sense.
19846         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
19847           Fix for obvious typo that resulted in warnings during gst-register.
19848         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
19849         (gst_xviddec_sink_link):
19850           Fix caps negotiation a bit better.
19851         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19852           We call this 'codec_data', not 'esds'.
19853
19854 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19855
19856         * gst/monoscope/gstmonoscope.c:
19857           make sure we only provide 256x128
19858         * gst/monoscope/monoscope.c: (monoscope_init):
19859           assert size of 256x128
19860
19861 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19862
19863         * Makefile.am:
19864         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
19865         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
19866           fixate to max width and height of device
19867
19868 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19869
19870         * Makefile.am:
19871         * sys/v4l/gstv4l.c:
19872         * sys/v4l/gstv4lsrc.c:
19873         * sys/v4l/v4l_calls.c:
19874         * sys/v4l/v4lsrc_calls.c:
19875           fix for qc-usb driver which fakes having more than one buffer
19876           by handing the same buffer twice, which confused GStreamer's/v4lsrc
19877           buffer_free override
19878           add debugging
19879
19880 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19881
19882         * Makefile.am:
19883         * gst/videotestsrc/gstvideotestsrc.c:
19884         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
19885         (gst_videotestsrc_init), (gst_videotestsrc_get),
19886         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
19887         * gst/videotestsrc/gstvideotestsrc.h:
19888           add num-buffers property
19889
19890         2004-04-26  Benjamin Otte  <otte@gnome.org>
19891
19892         * ext/mad/gstid3tag.c: (plugin_init):
19893           set id3mux rank to NONE so it doesn't confuse spider
19894           require audio/mpeg,mpegversion=1 in id3mux
19895
19896 2004-04-26  Benjamin Otte  <otte@gnome.org>
19897
19898         * configure.ac:
19899           detect faad correctly as non-working if it's indeed non-working
19900
19901 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19902
19903         * Makefile.am:
19904         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19905         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
19906         fix _getcaps so it only negotiates to its supported format
19907
19908 2004-04-25  Benjamin Otte  <otte@gnome.org>
19909
19910         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19911           fix memleak
19912
19913 2004-04-23  Benjamin Otte  <otte@gnome.org>
19914
19915         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19916           audio/x-raw-int with height rules! not. Now it's depth.
19917
19918 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19919
19920         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
19921         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
19922         (gst_wavparse_loop):
19923           Missing variable initialization. Add handling of DVI ADPCM. Fix
19924           mis-parsing of LIST chunks. This works around a bug where we mis-
19925           parse non-aligning LIST chunks (so LIST chunks where the contents
19926           don't align with the actual LIST size). The correct fix is to use
19927           rifflib, I'm not going to fix wavparse - too much work. All this
19928           fixes #104878.
19929
19930 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19931
19932         reviewed by Benjamin Otte  <otte@gnome.org>
19933
19934         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
19935           fix shoutcast not working (fixes #140844)
19936
19937 2004-04-22  Benjamin Otte  <otte@gnome.org>
19938
19939         * ext/hermes/gsthermescolorspace.c:
19940         (gst_hermes_colorspace_caps_remove_format_info):
19941         * gst/colorspace/gstcolorspace.c:
19942         (gst_colorspace_caps_remove_format_info):
19943         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19944         (gst_ffmpegcolorspace_caps_remove_format_info):
19945           s/gst_caps_simplify/gst_caps_do_simplify/
19946
19947 2004-04-22  Benjamin Otte  <otte@gnome.org>
19948
19949         * gst-libs/gst/riff/riff-media.c:
19950         (gst_riff_create_video_caps_with_data):
19951           mpegversion is an int
19952         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
19953           don't try to create pad templates with NULL caps, use any caps
19954           instead.
19955
19956 2004-04-20  David Schleef  <ds@schleef.org>
19957
19958         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
19959         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
19960         (bug #140384)
19961
19962 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19963
19964         reviewed by David Schleef
19965
19966         * ext/mad/gstid3tag.c: Add stdlib.h
19967         * gst/rtp/gstrtpgsmenc.c: same
19968         * gst/tags/gstid3tag.c: same
19969         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
19970         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
19971         GST_DISABLE_LOADSAVE use.
19972         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
19973         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
19974         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
19975         atol(3)).
19976         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
19977         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
19978         strtoul(3)).
19979         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
19980         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
19981         $(ID3_CFLAGS).
19982         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
19983         $(LIBFAME_CFLAGS).
19984
19985 2004-04-20  David Schleef  <ds@schleef.org>
19986
19987         * gst/realmedia/rmdemux.c:  This was supposed to part of the
19988         last checkin.  Same idea.
19989
19990 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19991
19992         reviewed by David Schleef
19993
19994         * configure.ac: bump required gstreamer version to 0.8.1.1
19995         because of following changes [--ds]
19996
19997         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
19998         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
19999         (gst_riff_read_header):  Use GST_READ_UINT*
20000         macros to access possibly unaligned memory.
20001
20002         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
20003         (mp3_type_find):  Use GST_READ_UINT*
20004         macros to access possibly unaligned memory.
20005         (mp3_type_find, mpeg1_parse_header, qt_type_find)
20006         (speex_type_find): Likewise
20007
20008         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
20009
20010         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
20011         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
20012         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
20013         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
20014         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
20015         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
20016         macros to access possibly unaligned memory.
20017
20018         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
20019         Likewise.
20020
20021         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
20022         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
20023
20024         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20025         Likewise.
20026
20027         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
20028         (gst_mpeg2subt_chain_subtitle): Likewise.
20029
20030         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
20031         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
20032         Likewise.
20033
20034         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
20035         Likewise.
20036
20037         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
20038         Likewise.
20039
20040         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
20041         Likewise.
20042
20043 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20044
20045         * configure.ac:
20046           update required version of GStreamer because of GST_TIME_FORMAT
20047
20048 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20049
20050         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
20051           remove leftover g_print
20052         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20053           don't try setting only a subset of the caps. We don't want to kill
20054           autoplugging on purpose
20055
20056 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20057
20058         * sys/ximage/ximagesink.c: (plugin_init):
20059         * sys/xvimage/xvimagesink.c: (plugin_init):
20060           add debugging categories
20061
20062 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20063
20064         * po/en_GB.po:
20065         * po/LINGUAS:
20066           Adding en_GB translation (Gareth Owen)
20067
20068 2004-04-20  David Schleef  <ds@schleef.org>
20069
20070         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20071         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
20072         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
20073         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
20074         A number of new features and hacks to extract the esds atom and
20075         put it into the caps.  (bug #137724)
20076
20077 2004-04-19  David Schleef  <ds@schleef.org>
20078
20079         * gconf/Makefile.am: Fix for non-GNU make
20080         * gst-libs/gst/Makefile.am: Change directory order to handle
20081         GstPlay linking with gstinterfaces
20082         * gst-libs/gst/audio/make_filter: make use of tr portable
20083         * gst-libs/gst/play/Makefile.am: Add intended \
20084         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
20085         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
20086         function prototype instead of void *.
20087         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
20088         macro.
20089         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20090         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
20091         * gst/videofilter/make_filter: make use of tr portable
20092         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
20093
20094 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20095
20096         * po/LINGUAS:
20097         * po/uk.po:
20098           Added Ukrainian translation (Maxim V. Dziumanenko)
20099
20100 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20101
20102         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
20103         (gst_gsmdec_link), (gst_gsmdec_chain):
20104           Fix capsnego, simplify chain function slightly.
20105         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20106           Add GSM.
20107
20108 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20109
20110         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20111         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
20112         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
20113           Hack to make wavparse work with spider (always -> sometimes pad).
20114           Fixes #135862 && #140411.
20115
20116 2004-04-18  Benjamin Otte  <otte@gnome.org>
20117
20118         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
20119         (gst_osselement_rate_probe_check),
20120         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
20121           get rid of \n in debug output
20122
20123 2004-04-17  Iain <iain@prettypeople.org>
20124
20125         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
20126         not just EOS.
20127
20128 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20129
20130         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
20131         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
20132         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
20133         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
20134         (gst_id3_tag_src_link), (gst_id3_tag_chain),
20135         (gst_id3_tag_change_state), (plugin_init):
20136           deprecate id3tag element and replace with id3demux/id3mux.
20137           great side effect: this ugly file is now even uglier, yay!
20138         * ext/mad/gstmad.h:
20139           remove non-available function
20140           update for new get_type
20141
20142 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20143
20144         * configure.ac:
20145           require mpeg2dec >= 0.4.0
20146
20147 2004-04-17  Benjamin Otte  <otte@gnome.org>
20148
20149         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20150         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
20151         (gst_xvimagesink_set_xwindow_id):
20152           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
20153           assorted cleanup fixes.
20154
20155 2004-04-16  David Schleef  <ds@schleef.org>
20156
20157         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
20158         * sys/xvimage/xvimagesink.h: same
20159
20160 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20161
20162         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
20163           Fix GST_ELEMENT_ERROR with (NULL)
20164
20165 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20166
20167         * gst-libs/gst/riff/riff-media.c:
20168         (gst_riff_create_video_caps_with_data):
20169           Add div[3456] as fourccs for DivX 3 (fixes #140137).
20170
20171 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20172
20173         * gst-libs/gst/riff/riff-media.c:
20174         (gst_riff_create_video_caps_with_data),
20175         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
20176         (gst_riff_create_video_template_caps),
20177         (gst_riff_create_audio_template_caps):
20178         * gst-libs/gst/riff/riff-media.h:
20179         * gst-libs/gst/riff/riff-read.c:
20180         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
20181         * gst-libs/gst/riff/riff-read.h:
20182         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20183           Add MS RLE support. I added some functions to read out strf chunks
20184           into strf chunks and the data behind it. This is usually color
20185           palettes (as in RLE, but also in 8-bit RGB). Also use those during
20186           caps creation. Lastly, add ADPCM (similar to wavparse - which
20187           should eventually be rifflib based).
20188         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
20189         (gst_matroska_demux_init), (gst_matroska_demux_reset):
20190         * gst/matroska/matroska-demux.h:
20191           Remove placeholders for some prehistoric tagging system. Didn't add
20192           support for any tag system really anyway.
20193         * gst/qtdemux/qtdemux.c:
20194           Add support for audio/x-m4a (MPEG-4) through spider.
20195         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
20196         (gst_wavparse_loop):
20197           ADPCM support (#135862). Increase max. buffer size because we
20198           cannot split buffers for ADPCM (screws references) and I've seen
20199           files with 2048 byte chunks. 4096 seems safe for now.
20200
20201 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20202
20203         * configure.ac: bump nano to 1
20204
20205 === release 0.8.1 ===
20206
20207 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20208
20209         * configure.ac: releasing 0.8.1, "Comforting Sounds"
20210
20211 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20212
20213         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20214           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
20215           Fixes #140058
20216
20217 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20218
20219         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
20220           lower rank of dvddemux so that it's not used for mpeg playback.
20221
20222 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20223
20224         * configure.ac:
20225           save libs correctly when checking mad
20226
20227 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20228
20229         * ext/mad/gstid3tag.c: (plugin_init):
20230           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
20231
20232 2004-04-13  David Schleef  <ds@schleef.org>
20233
20234         * common/m4/gst-feature.m4: Call -config scripts with
20235         --plugin-libs if it is supported.
20236         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
20237         JPEG images are image/jpeg.
20238         * gst/debug/Makefile.am:
20239         * gst/debug/negotiation.c: (gst_negotiation_class_init),
20240         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
20241         (gst_negotiation_update_caps), (gst_negotiation_get_property),
20242         (gst_negotiation_plugin_init): Add a property that acts like
20243         filter caps.
20244         * testsuite/gst-lint:  Move license checking to be a standard
20245         test.
20246
20247 2004-04-13  David Schleef  <ds@schleef.org>
20248
20249         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
20250         patch from Sebastien Cote (bug #139958)
20251
20252 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20253
20254         * examples/gstplay/Makefile.am:
20255         * examples/gstplay/player.c: (main):
20256           make the commandline player example use gconf settings
20257
20258 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20259
20260         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
20261         (gst_cacasink_sinkconnect), (gst_cacasink_init),
20262         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
20263           init/end library during state transition, not object
20264           creation/disposal.  get rid of custom dispose handler.
20265
20266
20267 2004-04-12  Christian Schaller <Uraeus@gnome.org>
20268
20269         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
20270         be a symlink
20271
20272 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20273
20274         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
20275           Handle JUNK chunks inside data section. Prevents warnings.
20276
20277 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20278
20279         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20280         (gst_riff_create_video_template_caps):
20281           Add MS video v1.
20282         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20283         (gst_avi_demux_stream_data):
20284           Add support for "rec-list" chunks.
20285
20286 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20287
20288         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
20289           Fix another codecname mismatch.
20290
20291 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20292
20293         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20294           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
20295           so that MJPEG plays back.
20296
20297 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20298
20299         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
20300         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
20301         * gst/mpeg1videoparse/gstmp1videoparse.h:
20302           Fix for some slight mis-cuts in buffer parsing, and for some
20303           potential overflows or faults-causers. Adds disconts. Also fixes
20304           #139105 while we're at it.
20305
20306 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20307
20308         * configure.ac:
20309         * sys/v4l2/gstv4l2element.h:
20310           Workaround for missing struct v4l2_buffer declaration in Suse 9
20311           and Mandrake 10 linux/videodev2.h header file (#135919).
20312
20313 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20314
20315         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
20316           Bail out if no filename was given.
20317
20318 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20319
20320         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
20321         (gst_v4l2_fourcc_from_structure):
20322           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
20323           Y41B somewhere).
20324
20325 2004-04-09  Benjamin Otte  <otte@gnome.org>
20326
20327         * ext/gnomevfs/gstgnomevfssink.c:
20328         (_gst_boolean_allow_overwrite_accumulator),
20329         (gst_gnomevfssink_class_init):
20330           fix erase signal - if any handler returns false the file will not be
20331           overwritten. If no handler is connected, the file will not be
20332           overwritten either.
20333           renamed signal to "allow-overwrite"
20334         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
20335           free string when adding it to ID3 failed
20336         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20337           unref event when done
20338         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
20339           free caps
20340         * gst/typefind/gsttypefindfunctions.c:
20341         (mpeg_video_stream_type_find):
20342           fix invalid read
20343
20344 2004-04-08  David Schleef  <ds@schleef.org>
20345
20346         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20347         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
20348
20349 2004-04-08  David Schleef  <ds@schleef.org>
20350
20351         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
20352         we don't support (bug #139532)
20353
20354 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20355
20356         * ext/mad/gstmad.c: (gst_mad_handle_event),
20357         (gst_mad_check_caps_reset), (gst_mad_chain),
20358         (gst_mad_change_state):
20359           only set explicit caps if they haven't been set before for
20360           this stream.  MPEG-audio sample rate/channels aren't allowed
20361           to change in-stream.
20362           Fixes #139382
20363
20364 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20365
20366         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
20367         (_gst_boolean_did_something_accumulator),
20368         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
20369         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
20370         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
20371         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
20372         (gst_gnomevfssink_change_state):
20373           Fix erase signal. Don't erase by default. Remove handoff signal.
20374           Remove erase property. Don't segfault. General cleanup.
20375
20376 2004-04-07  Benjamin Otte  <otte@gnome.org>
20377
20378         * gst-libs/gst/gconf/test-gconf.c: (main):
20379           add missing gst_init
20380
20381 2004-04-07  Benjamin Otte  <otte@gnome.org>
20382
20383         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
20384           free the mutexes, too
20385
20386 2004-04-07  Benjamin Otte  <otte@gnome.org>
20387
20388         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
20389           actually free the URI string
20390         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
20391           compute offset correctly when passing discont events
20392         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20393           don't leak discont events
20394         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
20395           add some missing breaks so caps aren't copied randomly
20396         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
20397           if we realloc memory, we better use it
20398
20399 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20400
20401         * ext/mad/gstmad.c: (normal_seek):
20402           fix GST_FORMAT_TIME usage
20403
20404 2004-04-05  David Schleef  <ds@schleef.org>
20405
20406         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
20407         a deprecated function (hack!)
20408
20409 2004-04-05  Benjamin Otte  <otte@gnome.org>
20410
20411         * ext/esd/esdmon.c: (gst_esdmon_get):
20412           fix nonterminated vararg and memleak
20413
20414 2004-04-05  Benjamin Otte  <otte@gnome.org>
20415
20416         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
20417         (gst_ladspa_init), (gst_ladspa_force_src_caps),
20418         (gst_ladspa_set_property), (gst_ladspa_get_property),
20419         (gst_ladspa_instantiate), (gst_ladspa_activate),
20420         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
20421           clean up debugging
20422
20423 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
20424
20425         reviewed by Benjamin Otte  <otte@gnome.org>
20426
20427         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
20428           check for broken LADSPA parameters (fixes #138635)
20429
20430 2004-04-05  Benjamin Otte  <otte@gnome.org>
20431
20432         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
20433           advertise buffer-frames correctly on sinkpads
20434
20435 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20436
20437         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
20438         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
20439         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
20440         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
20441         (gst_mad_check_caps_reset), (gst_mad_chain):
20442         add more debugging, only reset caps when we're not in error state
20443
20444 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20445
20446         * ext/mad/gstmad.c: add debugging category, comment + cleanups
20447
20448 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
20449
20450         reviewed by Benjamin Otte  <otte@gnome.org>
20451
20452         * configure.ac:
20453           fix == in test(1) operator
20454
20455 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
20456
20457         reviewed by Benjamin Otte  <otte@gnome.org>
20458
20459         * configure.ac:
20460           fix --export-symblos-regex to a working regex.
20461
20462 2004-04-04  Benjamin Otte  <otte@gnome.org>
20463
20464         * sys/oss/.cvsignore:
20465           add for oss_probe
20466
20467 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20468
20469         reviewed by Benjamin Otte  <otte@gnome.org>
20470
20471         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20472           add missing 'new_media' argument (fixes #138168)
20473         * gst/matroska/matroska-demux.c:
20474         (gst_matroska_demux_handle_seek_event):
20475           add vararg terminator (fixes #138169)
20476
20477 2004-04-02  David Schleef  <ds@schleef.org>
20478
20479         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
20480         disted (bug #138914)
20481
20482 2004-04-01  Benjamin Otte  <otte@gnome.org>
20483
20484         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
20485         (gst_alsa_close_audio):
20486           handle case better where a soundcard can't pause
20487         * ext/ogg/gstoggdemux.c:
20488           don't crash when we get events but don't have pads yet
20489
20490 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20491
20492         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
20493           throw an error if we couldn't probe any caps.
20494
20495 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
20496
20497         * ext/dvdnav/gst-dvd:
20498         Add a really simple sample DVD player
20499
20500 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
20501
20502         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
20503         (gst_a52dec_push), (gst_a52dec_handle_event),
20504         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
20505         (gst_a52dec_change_state):
20506         * ext/a52dec/gsta52dec.h:
20507           Use a debug category, Output timestamps correctly
20508           Emit tag info, Handle events, tell liba52dec about cpu
20509           capabilities so it can use MMX etc.
20510         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
20511           Fix a crasher accessing invalid memory
20512         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
20513         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
20514         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20515         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
20516         (dvdnavsrc_query):
20517           Some support for byte-format seeking.
20518           Small fixes for still frames and menu button overlays
20519         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
20520         (gst_mpeg2dec_alloc_buffer):
20521           Use a debug category. Adjust the report level of several items to
20522           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
20523           so it doesn't lose the GstBuffer pointer
20524         * gst/debug/Makefile.am:
20525         * gst/debug/gstdebug.c: (plugin_init):
20526         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
20527         (gst_navseek_base_init), (gst_navseek_class_init),
20528         (gst_navseek_init), (gst_navseek_seek),
20529         (gst_navseek_handle_src_event), (gst_navseek_set_property),
20530         (gst_navseek_get_property), (gst_navseek_chain),
20531         (gst_navseek_plugin_init):
20532         * gst/debug/gstnavseek.h:
20533           Add the navseek debug element for seeking back and forth in a
20534           video stream using arrow keys.
20535         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
20536         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
20537         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
20538         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
20539         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
20540         (gst_mpeg2subt_parse_header), (gst_get_nibble),
20541         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
20542         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
20543         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
20544         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
20545         * gst/mpeg2sub/gstmpeg2subt.h:
20546           Pretty much a complete rewrite. Now a loopbased element. May still
20547           require work to properly synchronise subtitle buffers.
20548         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
20549         (gst_dvd_demux_send_subbuffer):
20550         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
20551           Don't attempt to create subbuffers of size 0
20552           Reduce a couple of error outputs to warnings.
20553         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
20554         (gst_y4mencode_chain):
20555         Output the y4m frame header correctly.
20556
20557 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20558
20559         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
20560           throw errors instead of allowing SIGFPE
20561
20562 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20563
20564         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
20565         (gst_gconf_render_bin_from_key):
20566           leak plugging and style fixing
20567
20568 2004-03-31  David Schleef  <ds@schleef.org>
20569
20570         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
20571         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
20572         (bug #138225)
20573         * gst/debug/Makefile.am:
20574         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
20575         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
20576         plugin.
20577         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
20578         (gst_negotiation_base_init), (gst_negotiation_class_init),
20579         (gst_negotiation_init), (gst_negotiation_getcaps),
20580         (gst_negotiation_pad_link), (gst_negotiation_chain),
20581         (gst_negotiation_set_property), (gst_negotiation_get_property),
20582         (gst_negotiation_plugin_init):  New element to talk about random
20583         negotiation things happening in a pipeline.
20584
20585 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20586
20587         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
20588           fix integer addition with help of Stefan Kost
20589
20590 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20591
20592         * po/nl.po: updated Dutch translation (Elros Cyriatan)
20593
20594 2004-03-30  David Schleef  <ds@schleef.org>
20595
20596         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
20597         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
20598         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
20599         (bug #137504)
20600         * ext/mpeg2dec/gstmpeg2dec.h:
20601
20602 2004-03-30  David Schleef  <ds@schleef.org>
20603
20604         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
20605
20606 2004-03-30  David Schleef  <ds@schleef.org>
20607
20608         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
20609         Michael Petullo) to handle .mov
20610
20611 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20612
20613         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
20614         (gst_osselement_rate_check_rate):
20615           probe caps correctly for sound cards that only support one format
20616
20617 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20618
20619         * ext/kio/kiosrc.cpp: (process_events):
20620           update handling event processing if inside KDE - untested
20621
20622 2004-03-29  David Schleef  <ds@schleef.org>
20623
20624         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
20625         by 2 to not interfere with other colorspaces.
20626         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
20627         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
20628         one to not interfere with ffmpeg_colorspace.
20629
20630 2004-03-29  David Schleef  <ds@schleef.org>
20631
20632         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
20633         aren't in the caps.
20634         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
20635         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
20636
20637 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20638
20639         * gst-libs/gst/riff/riff-media.c:
20640           fail on error, don't try to set stuff on NULL caps
20641
20642 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20643
20644         * configure.ac:
20645         * ext/Makefile.am:
20646         * ext/kio/Makefile.am:
20647         * ext/kio/kioreceiver.cpp:
20648         * ext/kio/kioreceiver.h:
20649         * ext/kio/kiosrc.cpp:
20650         * ext/kio/kiosrc.h:
20651           add experimental kiosrc plugin
20652         * ext/alsa/gstalsaplugin.c: (plugin_init):
20653           initialize debugging category only when we're sure registering the
20654           plugins worked.
20655
20656 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20657
20658         * examples/gstplay/player.c: (main):
20659         * gst-libs/gst/play/play.c: (gst_play_class_init),
20660         (gst_play_set_location), (gst_play_set_data_src),
20661         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20662         (gst_play_set_visualization), (gst_play_connect_visualization):
20663           check return values of element_set_state and return FALSE where
20664           failed
20665
20666 2004-03-29  Benjamin Otte  <otte@gnome.org>
20667
20668         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20669           try harder to check if an event is really a discont
20670
20671 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20672
20673         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
20674         * po/az.po:
20675
20676 2004-03-28  Benjamin Otte  <otte@gnome.org>
20677
20678         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20679         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20680         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20681           get rid of non-standard "..." ranges in case statements.
20682
20683 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
20684
20685         * gst/mpegstream/gstmpegdemux.c:
20686         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
20687         specific functionality split to the new dvddemux element.
20688         * gst/mpegstream/gstdvddemux.c:
20689         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
20690         streams, derived from mpegdemux.
20691         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
20692         up. SCR based timestamp rewriting can be turned off (will probably
20693         completely disappear soon).
20694         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
20695         hacking. General cleanup. All printf statements replaced by
20696         debugging messages. Almost complete libdvdnav support.
20697         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
20698         by events. New properties for audio and subpicture languages.
20699         (dvdnavsrc_update_highlight): Now uses events.
20700         (dvdnavsrc_user_op): Cleaned up.
20701         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
20702         based). Lots of cleanup, and propper support for most libdvdnav
20703         events.
20704         (dvdnavsrc_make_dvd_event): New function.
20705         (dvdnavsrc_make_dvd_nav_packet_event): New function.
20706         (dvdnavsrc_make_clut_change_event): New function.
20707
20708 2004-03-26  Benjamin Otte  <otte@gnome.org>
20709
20710         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
20711           fix bug where typefinding would claim it's theora whenever less then
20712           7 bytes of data were available
20713
20714 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20715
20716         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
20717         (gst_alawdec_base_init), (gst_alawdec_class_init),
20718         (gst_alawdec_init), (gst_alawdec_chain):
20719         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
20720         (gst_alawenc_base_init), (gst_alawenc_class_init),
20721         (gst_alawenc_init), (gst_alawenc_chain):
20722         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
20723         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
20724         (gst_mulawdec_init), (gst_mulawdec_chain):
20725         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
20726         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
20727         (gst_mulawenc_init), (gst_mulawenc_chain):
20728           Fix capsnego in all four, remove the unused property functions and
20729           simplify the chain functions slightly. I guess we could use macros
20730           or something similar for those, since the code is so similar, but
20731           I'm currently too lazy...
20732
20733 2004-03-24  David Schleef  <ds@schleef.org>
20734
20735         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
20736         (gst_osselement_close_audio), (gst_osselement_probe_caps),
20737         (gst_osselement_get_format_structure),
20738         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
20739         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
20740         (gst_osselement_rate_int_compare): Add code to handle rate probing
20741         (bug #120883)
20742         * sys/oss/gstosselement.h: same
20743         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
20744         Use rate probing provided by osselement.
20745         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
20746
20747 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20748
20749         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
20750         (gst_xvidenc_get_property):
20751           ulong/int mess-up.
20752
20753 2004-03-24  David Schleef  <ds@schleef.org>
20754
20755         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
20756         (gst_speexdec_init):
20757         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
20758         (gst_speexenc_init):  Create the pad template correctly (from
20759         the static pad template, not a NULL pointer.)
20760
20761 2004-03-25  Benjamin Otte  <otte@gnome.org>
20762
20763         * gst/debug/Makefile.am:
20764         * gst/debug/breakmydata.c:
20765           add element that quasi-randomly changes bytes in the stream.
20766           Intended use is robustness checking of demuxers and decoders in
20767           media tests.
20768
20769 2004-03-24  Benjamin Otte  <otte@gnome.org>
20770
20771         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20772         (gst_alsa_probe_hw_params):
20773         * ext/alsa/gstalsa.h:
20774           debugging output fixes
20775
20776 2004-03-24  Benjamin Otte  <otte@gnome.org>
20777
20778         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
20779           don't g_return_if_fail if element is PLAYING, fail silently as every
20780           other element.
20781         * gst/effectv/gstquark.c: (gst_quarktv_chain):
20782           only fix needed for cast lvalue issues in gst-plugins
20783         * gst/volenv/gstvolenv.c: (gst_volenv_init):
20784           add proxy_getcaps
20785
20786 2004-03-24  Benjamin Otte  <otte@gnome.org>
20787
20788         * gst/level/gstlevel.c: (gst_level_init):
20789           add proxying getcaps function, so level doesn't advertise impossible
20790           caps
20791
20792 2004-03-24  David Schleef  <ds@schleef.org>
20793
20794         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20795         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
20796         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
20797         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
20798         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
20799         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
20800         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
20801         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
20802         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
20803         messages.  Divide the chunk size by the compression ratio
20804         (needed for MACE audio)
20805
20806 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20807
20808         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20809           Fix buffer overflow read error.
20810
20811 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20812
20813         * ext/alsa/gstalsa.h:
20814           Remove unused entry.
20815         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20816           Add cinepak.
20817         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20818         (gst_videodrop_link), (gst_videodrop_chain):
20819           Fix, sort of. Was horribly broken with new capsnego. Bah...
20820
20821 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
20822
20823         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
20824         (plugin_init):
20825         Add a monkeysaudio typefind function
20826
20827 2004-03-23  Johan Dahlin  <johan@gnome.org>
20828
20829         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
20830         (gst_play_video_fixate): Check so the structure has the field
20831         before trying to fixate them, this makes it possible to have
20832         fakesinks for video and audio output without printing errors on
20833         the output console.
20834
20835 2004-03-22  David Schleef  <ds@schleef.org>
20836
20837         * sys/oss/Makefile.am:
20838         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
20839         (check_rate), (add_rate):  Rate probing test app.
20840
20841 2004-03-21  Benjamin Otte  <otte@gnome.org>
20842
20843         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20844         (_fixate_caps_to_int), (gst_audio_convert_fixate):
20845           add a fixation function that pretty much does the right thing (fixes
20846           #137556)
20847
20848 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
20849
20850         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
20851
20852 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20853
20854         reviewed by: Benjamin Otte  <otte@gnome.org>
20855
20856         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20857           terminate gst_event_new_discontinuous correctly (fixes parts of
20858           #137711)
20859
20860 2004-03-19  David Schleef  <ds@schleef.org>
20861
20862         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
20863         since it doesn't depend on X, and it's part of our ABI.
20864
20865 2004-03-19  Iain <iain@prettypeople.org>
20866
20867         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
20868         is_int in the structure, not the local variable.
20869
20870 2004-03-19  David Schleef  <ds@schleef.org>
20871
20872         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
20873         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
20874         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
20875         Improvements in caps negotiation.
20876
20877 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20878
20879         * po/LINGUAS:
20880         * po/af.po:
20881           adding Afrikaans (Petri Jooste)
20882
20883 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20884
20885         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20886         (gst_ffmpegcolorspace_chain):
20887         throw error instead of g_critical (#137588)
20888
20889 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20890
20891         * Makefile.am:
20892         * configure.ac:
20893           dist common and m4 correctly
20894         * po/sv.po:
20895
20896 2004-03-17  David Schleef  <ds@schleef.org>
20897
20898         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
20899         (bug #137348)
20900
20901 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20902
20903         * po/LINGUAS:
20904         * po/sv.po:
20905           adding Swedish translation (Christian Rose)
20906
20907 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20908
20909         * Makefile.am: use release.mak
20910
20911 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20912
20913         * common/ChangeLog:
20914         * common/gst-autogen.sh:
20915           add some explanation about the version detection
20916         * configure.ac:
20917           fix X check
20918
20919 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20920
20921         * configure.ac: bump nano to 1
20922
20923 === release 0.8.0 ===
20924
20925 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20926
20927         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
20928
20929 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20930
20931         * configure.ac:
20932           update libtool version
20933         * gst-libs/gst/media-info/Makefile.am:
20934           actually use libtool version
20935
20936 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20937
20938         * configure.ac: fix speex detection to work with 1.0 but not 1.1
20939
20940 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20941
20942         * configure.ac:
20943         * gst-plugins.spec.in:
20944         * pkgconfig/Makefile.am:
20945         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
20946         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20947         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20948         * pkgconfig/gstreamer-libs.pc.in:
20949         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20950         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20951         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
20952         * pkgconfig/gstreamer-plugins.pc.in:
20953           remove @VERSION@ from some of the pc files since core and plugins
20954           are decoupled.
20955           created gstreamer-plugins.pc as it's a better name, but keeping
20956           -libs around for now to get fixes upstream done first.
20957
20958 2004-03-15  Julien MOUTTE <julien@moutte.net>
20959
20960         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
20961         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
20962         * gst-libs/gst/play/play.h:
20963
20964 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20965
20966         * *.c, *.cc: don't mix tabs and spaces
20967
20968 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20969
20970         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
20971           use the new ffmpegcolorspace
20972         * gst-plugins.spec.in:
20973           package new colorspace and media-info
20974         * configure.ac:
20975         * pkgconfig/Makefile.am:
20976           fix some more disting issues
20977         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20978         * pkgconfig/gstreamer-media-info.pc.in:
20979           generate media-info pc files
20980
20981 2004-03-15  Johan Dahlin  <johan@gnome.org>
20982
20983         * *.h: Revert indenting
20984
20985 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20986
20987         * configure.ac:
20988           adding ffmpegcolorspace element
20989         * gst/ffmpegcolorspace/Makefile.am:
20990         * gst/ffmpegcolorspace/avcodec.h:
20991         * gst/ffmpegcolorspace/common.h:
20992         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
20993         * gst/ffmpegcolorspace/dsputil.h:
20994         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
20995         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20996         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
20997         (gst_ffmpeg_caps_to_pix_fmt):
20998         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
20999         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21000         (gst_ffmpegcolorspace_caps_remove_format_info),
21001         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
21002         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
21003         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
21004         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
21005         (gst_ffmpegcolorspace_set_property),
21006         (gst_ffmpegcolorspace_get_property),
21007         (gst_ffmpegcolorspace_register):
21008         * gst/ffmpegcolorspace/imgconvert.c:
21009         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
21010         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
21011         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
21012         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
21013         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
21014         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
21015         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
21016         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
21017         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
21018         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
21019         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
21020         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
21021         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
21022         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
21023         (img_get_alpha_info), (deinterlace_line),
21024         (deinterlace_line_inplace), (deinterlace_bottom_field),
21025         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
21026         * gst/ffmpegcolorspace/imgconvert_template.h:
21027         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
21028         * gst/ffmpegcolorspace/mmx.h:
21029         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
21030           adding ffmpegcolorspace element supplied by Ronald after cleaning
21031           up and pulling in the right bits of upstream source.
21032           I'm sure a better C/compiler wizard could do some cleaning up (for
21033           example use GLIB's malloc stuff), but as a first pass this
21034           works very well
21035
21036 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21037
21038         * ext/alsa/gstalsa.h:
21039           I assume Ronald forgot to commit the change to have cardname
21040           as a struct member.  Expect some public spanking at the next
21041           opportunity.
21042
21043 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21044
21045         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
21046         (gst_alsa_open_audio), (gst_alsa_close_audio):
21047         * ext/alsa/gstalsa.c:
21048           Don't open the device if we're a mixer (= padless).
21049         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
21050         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
21051         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
21052           Open mixer during state change rather than during object
21053           initialization. Also, get a device name. Currently in a somewhat
21054           hackish fashion, but I didn't really find something better.
21055
21056 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21057
21058         * *.c, *.h: run gst-indent
21059
21060 2004-03-14  Benjamin Otte  <otte@gnome.org>
21061
21062         * gst/modplug/gstmodplug.cc:
21063         * gst/modplug/gstmodplug.h:
21064           set correct timestamps on outgoing buffers
21065
21066 2004-03-14  Benjamin Otte  <otte@gnome.org>
21067
21068         * gst/modplug/gstmodplug.cc:
21069           handle events - don't do crap when a discont arrives that's not
21070           necessary
21071           This allows correct loading and playback of mods in Rhythmbox
21072
21073 2004-03-14  Benjamin Otte  <otte@gnome.org>
21074
21075         * configure.ac:
21076         * gst-libs/gst/gconf/Makefile.am:
21077         * pkgconfig/Makefile.am:
21078           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
21079           they get rebuilt properly
21080         * configure.ac:
21081           when checking for vorbis, try pkgconfig first.
21082         * gst/modplug/gstmodplug.cc:
21083           add fixate function
21084
21085 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21086
21087         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
21088           Fix for obvious mistake, where we first shift the offset and then
21089           read a samplesize element assuming the old offset. Note that this
21090           part still has something weird, i.e. my movies containing those
21091           don't actually play well, but at least there's something that looks
21092           like sound now.
21093
21094 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
21095         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
21096         (plugin_init):
21097         Add a typefind function for speex format
21098
21099 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21100
21101         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
21102         (gst_asf_demux_setup_pad):
21103           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
21104           instead of 0. Reason is simple: some elements have a fps range
21105           of 1-max instead of 0-max. So now ASF video actually works.
21106
21107 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21108
21109         * po/LINGUAS:
21110         * po/sr.po:
21111           adding serbian as a language
21112
21113 2004-03-13  Benjamin Otte  <otte@gnome.org>
21114
21115         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
21116           return taglist correctly from _get function, don't gst_pad_push it.
21117           (fixes #137042)
21118
21119 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
21120         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
21121
21122 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21123
21124         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
21125         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
21126         (gst_alsa_mixer_track_new):
21127         * ext/alsa/gstalsamixertrack.h:
21128           Fix ancient leftovers... MixerTrack is a GObject.
21129
21130 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21131
21132         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
21133         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
21134           Don't block during probing...
21135
21136 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21137
21138         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
21139         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
21140         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
21141         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
21142         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
21143         (gst_alsa_open_audio), (gst_alsa_close_audio):
21144         * ext/alsa/gstalsa.h:
21145           Add propertyprobe interface implementation, add some device-name
21146           property, all this so that it looks good in gnome-volume-control.
21147
21148 2004-03-12  David Schleef  <ds@schleef.org>
21149
21150         * configure.ac: the Hermes library controls hermescolorspace, not
21151         colorspace.
21152         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
21153         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
21154         not /* */
21155         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
21156         * ext/sdl/sdlvideosink.h: ditto.
21157         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
21158
21159 2004-03-12  Benjamin Otte  <otte@gnome.org>
21160
21161         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
21162         (gst_x_overlay_got_xwindow_id):
21163         * gst-libs/gst/xoverlay/xoverlay.h:
21164           replace XID with unsigned long to get rid of the xlibs dependency in
21165           XOverlay (fixes #137004)
21166
21167 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
21168         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
21169         (gst_agingtv_setup):
21170         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
21171         (gst_dicetv_base_init), (gst_dicetv_class_init),
21172         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
21173         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
21174         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
21175         (gst_edgetv_setup), (gst_edgetv_rgb32):
21176         * gst/effectv/gsteffectv.c:
21177         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
21178         (gst_quarktv_set_property):
21179         * gst/effectv/gstrev.c: (gst_revtv_get_type),
21180         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
21181         (gst_revtv_setup), (gst_revtv_rgb32):
21182         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
21183         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
21184         (gst_shagadelictv_init), (gst_shagadelictv_setup),
21185         (gst_shagadelictv_rgb32):
21186         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
21187         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
21188         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
21189         * gst/effectv/gstwarp.c:
21190         Port everything that can be ported to videofilter and fix up the caps.
21191         Can someone with a big-endian machine please check these?
21192
21193 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21194
21195         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
21196         (gst_osssink_chain), (gst_osssink_change_state):
21197           Latest fixes for A/V sync, audio playback and such. This is about
21198           all... MPEG playback issues are mostly related to the async build-
21199           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
21200
21201 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21202
21203         patch from: Stephane Loeuillet
21204
21205         * configure.ac:
21206           use pkg-config for some libraries, falling back to the old .m4 way
21207           (fixes #131270)
21208         * m4/libdv.m4:
21209           removed
21210
21211 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21212
21213         * configure.ac:
21214         * tools/Makefile.am:
21215         * tools/Makefile.in:
21216         * tools/gst-launch-ext-m.m:
21217         * tools/gst-launch-ext.1.in:
21218         * tools/gst-visualise-m.m:
21219         * tools/gst-visualise.1:
21220         * tools/gst-visualise.1.in:
21221           reorganizing generation of script tools
21222
21223 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21224
21225         * ext/divx/gstdivxdec.c:
21226           Downgrade priority. We prefer ffdec_mpeg4.
21227         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
21228         (gst_faad_chain), (gst_faad_change_state):
21229           Fix capsnego. Doesn't work for some sounds because we don't have
21230           a 5:1 to stereo element.
21231         * ext/xvid/gstxvid.c: (plugin_init):
21232           Add priority.
21233         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
21234         (gst_osssink_change_state):
21235           Add discont handling.
21236
21237 2004-03-09  Colin Walters  <walters@verbum.org>
21238
21239         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
21240         conversion.
21241
21242 2004-03-09  Benjamin Otte  <otte@gnome.org>
21243
21244         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
21245           the signals take 2 arguments
21246
21247 2004-03-09  David Schleef  <ds@schleef.org>
21248
21249         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
21250         (gst_alsa_fixate): Add fixate function.  (bug #136686)
21251         * ext/alsa/gstalsa.h:
21252         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
21253
21254 2004-03-09  Benjamin Otte  <otte@gnome.org>
21255
21256         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
21257         (gst_mikmod_change_state):
21258         * ext/mikmod/gstmikmod.h:
21259           make mikmod's loop function not loop infinitely and call
21260           gst_element_yield anymore
21261         * gst/modplug/gstmodplug.cc:
21262           fix pad negotiation (fixes #136590)
21263
21264 2004-03-09  David Schleef  <ds@schleef.org>
21265
21266         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
21267         doesn't conflict with the internal colorspace plugin.
21268         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
21269         satisfy the crappy-ass shell shipped by a certain vendor.
21270         * gst/videofilter/make_filter: same (bug #135299)
21271
21272 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21273
21274         * configure.ac: bump nano to 1
21275
21276 === release 0.7.6 ===
21277
21278 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21279
21280         * configure.in: releasing 0.7.6, "There"
21281
21282 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21283
21284         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21285         * pkgconfig/gstreamer-play.pc.in:
21286           synchronize the two
21287
21288 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21289
21290         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
21291         (cdparanoia_open), (cdparanoia_event):
21292           fix/add error handling
21293         * po/POTFILES.in:
21294           add cdparanoia source
21295         * tools/Makefile.am:
21296           make scripts executable
21297
21298 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21299
21300         * configure.ac:
21301         * ext/vorbis/Makefile.am:
21302         * sys/Makefile.am:
21303           remove id3types, vorbisfile and xvideosink from the build (#133783)
21304
21305 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21306
21307         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21308           Fix metadata read crash (#136537).
21309
21310 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21311
21312         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
21313         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
21314           adding mime types, fixing the one-stop function
21315
21316 2004-03-08  Christian Schaller <Uraeus@gnome.org>
21317
21318         * ext/nas/nassink.c and /ext/nas/nassink.h:
21319         More NAS love from Arwed von Merkatz
21320         So lets all sing 'Can you feel the NAS tonight'
21321
21322 2004-03-08  Christian Schaller <Uraeus@gnome.org>
21323
21324         * tools/gst-launch-ext.in:
21325         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
21326
21327 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21328
21329         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
21330         (gst_mpeg2dec_init):
21331         remove the user_data pad for now, because it is being used in
21332         fixating causing MPEG playback to fixate on 1000 Hz for playback.
21333         If someone knows how to fix this properly, please do.
21334
21335 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21336
21337         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21338         (gst_osssink_get_time):
21339         add a warning, IMO this won't get triggered anymore, remove later
21340
21341 2004-03-07  David Schleef  <ds@schleef.org>
21342
21343         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
21344         format (bug #136470)
21345
21346 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
21347
21348         * gst-libs/Makefile.am:
21349         * gst-libs/gst/media-info/Makefile.am:
21350         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
21351         (error_callback), (gst_media_info_error_create),
21352         (gst_media_info_error_element), (gmip_init), (gmip_reset),
21353         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
21354         * gst-libs/gst/media-info/media-info-priv.h:
21355         * gst-libs/gst/media-info/media-info-test.c: (main):
21356         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
21357         (gst_media_info_class_init), (gst_media_info_instance_init),
21358         (gst_media_info_set_source), (gst_media_info_read_with_idler),
21359         (gst_media_info_read_idler), (gst_media_info_read):
21360         * gst-libs/gst/media-info/media-info.h:
21361         fixed, should work now
21362
21363 2004-03-07  Christian Schaller <Uraeus@gnome.org>
21364
21365         * ext/nas/nassink.c:
21366         A bunch of NAS fixes from Arwed von Merkatz
21367
21368 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21369
21370         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21371         (qtdemux_parse_trak):
21372           Fix crash (j might be greater than n_samples, in which case we're
21373           writing outside the allocated space for the array) and memleak.
21374
21375 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21376
21377         * sys/oss/gstosssink.c: (gst_osssink_chain):
21378           And another caller that couldn't handle delay < 0 (unsigned
21379           integer overflow). Video now continues playing on an audio
21380           buffer underrun, and the clock continues working. Audio still
21381           stalls.
21382
21383 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21384
21385         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21386         (gst_osssink_get_time):
21387           get_delay() may return values lower than 0. In those cases, we
21388           should not actually cast to *unsigned* int64, that will break
21389           stuff horribly. In my case, it screwed up A/V sync in movies
21390           in totem rather badly.
21391
21392 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21393
21394         * ext/faac/gstfaac.c: (gst_faac_chain):
21395         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21396         * ext/libpng/gstpngenc.c: (user_write_data):
21397         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
21398         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
21399         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
21400         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
21401         Fix several misuse of gst_buffer_merge (it doesn't take ownership
21402         of any buffer), should fix some leaks. I hope I didn't unref buffers
21403         that shouldn't be...
21404
21405 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21406
21407         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
21408         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
21409         (error_callback), (gmi_reset), (gmi_seek_to_track),
21410         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
21411         (gmip_find_type_post), (gmip_find_stream_post),
21412         (gmip_find_track_streaminfo_post):
21413         * gst-libs/gst/media-info/media-info-priv.h:
21414         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
21415         (info_print), (main):
21416         * gst-libs/gst/media-info/media-info.c:
21417         (gst_media_info_error_create), (gst_media_info_error_element),
21418         (gst_media_info_instance_init), (gst_media_info_get_property),
21419         (gst_media_info_new), (gst_media_info_set_source),
21420         (gst_media_info_read_idler), (gst_media_info_read):
21421         * gst-libs/gst/media-info/media-info.h:
21422           first pass at making this work again.  This seems to work on
21423           tagged ogg/vorbis and mp3 files.
21424
21425 2004-03-06  Benjamin Otte  <otte@gnome.org>
21426
21427         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21428           fix huge leak: gst_buffer_merge doesn't unref the first argument
21429           itself.
21430
21431 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21432
21433         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
21434           report layer/mode/emphasis
21435
21436 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21437
21438         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
21439
21440 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21441
21442         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
21443           signal serial
21444
21445 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21446
21447         * ext/vorbis/vorbis.c: (plugin_init):
21448         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
21449         (gst_vorbis_dec_init), (vorbis_dec_event):
21450         add debug category
21451         make vorbisdec handle _BYTE and _TIME queries
21452
21453 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21454
21455         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
21456           from the xing header
21457
21458 2004-03-06  Benjamin Otte  <otte@gnome.org>
21459
21460         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
21461         (gst_audio_convert_link), (gst_audio_convert_change_state),
21462         (gst_audio_convert_buffer_from_default_format):
21463           do conversions from/to float correctly, fix some caps nego errors,
21464           export correct supported caps in template and getcaps, use correct
21465           caps in try_set_caps functions
21466
21467 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21468
21469         For some reason, I only committed a ChangeLog entry yesterday and
21470         not the corresponding code...
21471         * ext/mad/gstmad.c: Fix detection of Xing headers
21472         * gst/tags/gstid3tag.c: Changes to support TLEN tags
21473
21474 2004-03-06  Benjamin Otte  <otte@gnome.org>
21475
21476         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
21477         (gst_ogg_demux_src_query):
21478           make sure to handle the case where there's no current chain
21479           gracefully.
21480
21481 2004-03-05  David Schleef  <ds@schleef.org>
21482
21483         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
21484         Add fixate function. (bug #131128)
21485         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
21486         (gst_sdlvideosink_fixate):  Add fixate function.
21487         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21488         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
21489         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
21490         Fix missing break that was causing ulaw to be interpreted as
21491         raw int.
21492
21493 2004-03-05  David Schleef  <ds@schleef.org>
21494
21495         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
21496         Fix code that ignores return value of gst_buffer_merge().
21497         (bug #114560)
21498         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
21499         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
21500         * testsuite/gst-lint:  Check for above.
21501
21502 2004-03-05  David Schleef  <ds@schleef.org>
21503
21504         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
21505         caps and throw an element error.  (bug #136334)
21506
21507 2004-03-05  David Schleef  <ds@schleef.org>
21508
21509         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
21510         (gst_faad_chain): Fix negotiation.
21511         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
21512         key and button events.
21513         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
21514         dung heap of code.
21515         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
21516         depends on gconf
21517         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
21518         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
21519         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
21520         function to encourage better negotiation, particularly between
21521         audioconvert and osssink.
21522         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21523         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
21524         more important.
21525         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
21526         typefinding.
21527         * gst/vbidec/vbiscreen.c:  Add glib header
21528         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
21529
21530 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
21531
21532         * ext/mad/gstmad.c: Fix detection of Xing headers
21533         * gst/tags/gstid3tag.c: Changes to support TLEN tags
21534
21535 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21536
21537         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21538         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
21539           debug updates
21540
21541 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21542
21543         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21544         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
21545         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
21546         files, and report the parsed length as a GST_TAG_DURATION tag.
21547         * gst/tags/gstid3tag.c: support TLEN (duration) tag
21548
21549 2004-03-05  Benjamin Otte  <otte@gnome.org>
21550
21551         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
21552           convert channels correctly. convert correctly to unsigned.
21553
21554 2004-03-05  Julien MOUTTE <julien@moutte.net>
21555
21556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
21557         we have a window before clearing it.
21558
21559 2004-03-05  Julien MOUTTE <julien@moutte.net>
21560
21561         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
21562         have a window before clearing it.
21563
21564 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21565
21566         * gconf/gstreamer.schemas.in:
21567         * gst-libs/gst/gconf/Makefile.am:
21568           version installation path the same way as for 0.6
21569         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
21570         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21571         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21572           remove comment that was fixed
21573
21574 2004-03-05  David Schleef  <ds@schleef.org>
21575
21576         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
21577         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
21578         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
21579         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
21580         Add prototype code for handling seeking and querying.
21581
21582 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21583
21584         * examples/gstplay/player.c: (main):
21585           Initialize variables to NULL. Prevents a segfault because the
21586           (uninitialized) variable is not NULL, resulting in a crash on
21587           trying to reach error->message.
21588
21589 2004-03-05  Benjamin Otte  <otte@gnome.org>
21590
21591         * gst/audioconvert/gstaudioconvert.c:
21592         (gst_audio_convert_buffer_to_default_format):
21593         make float=>int conversion work correctly even in cornercases.
21594
21595 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
21596
21597         * debian/README.Debian:
21598         * debian/build-deps:
21599         * debian/changelog:
21600         * debian/control:
21601         * debian/control.in:
21602         * debian/copyright:
21603         * debian/gstreamer-a52dec.files:
21604         * debian/gstreamer-aa.files:
21605         * debian/gstreamer-alsa.files:
21606         * debian/gstreamer-alsa.manpages:
21607         * debian/gstreamer-arts.files:
21608         * debian/gstreamer-artsd.files:
21609         * debian/gstreamer-audiofile.files:
21610         * debian/gstreamer-avifile.files:
21611         * debian/gstreamer-cdparanoia.files:
21612         * debian/gstreamer-colorspace.files:
21613         * debian/gstreamer-doc.files:
21614         * debian/gstreamer-dv.files:
21615         * debian/gstreamer-dvd.files:
21616         * debian/gstreamer-esd.files:
21617         * debian/gstreamer-festival.files:
21618         * debian/gstreamer-flac.files:
21619         * debian/gstreamer-gconf.conffiles:
21620         * debian/gstreamer-gconf.files:
21621         * debian/gstreamer-gconf.postinst:
21622         * debian/gstreamer-gnomevfs.files:
21623         * debian/gstreamer-gsm.files:
21624         * debian/gstreamer-http.files:
21625         * debian/gstreamer-jack.files:
21626         * debian/gstreamer-jpeg.files:
21627         * debian/gstreamer-mad.files:
21628         * debian/gstreamer-mikmod.files:
21629         * debian/gstreamer-misc.files:
21630         * debian/gstreamer-mpeg2dec.files:
21631         * debian/gstreamer-oss.files:
21632         * debian/gstreamer-plugin-apps.files:
21633         * debian/gstreamer-plugin-apps.manpages:
21634         * debian/gstreamer-plugin-libs-dev.files:
21635         * debian/gstreamer-plugin-libs.files:
21636         * debian/gstreamer-plugin-template.postinst:
21637         * debian/gstreamer-plugin-template.postrm:
21638         * debian/gstreamer-sdl.files:
21639         * debian/gstreamer-sid.files:
21640         * debian/gstreamer-vorbis.files:
21641         * debian/gstreamer-x.files:
21642         * debian/mk.control:
21643         * debian/rules:
21644         Debian package info not maintained here.
21645
21646 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21647
21648         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
21649         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
21650         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
21651         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
21652         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
21653         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
21654         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
21655         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
21656         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
21657         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
21658         * gst-libs/gst/colorbalance/colorbalance.c:
21659         (gst_color_balance_class_init):
21660         * gst-libs/gst/colorbalance/colorbalancechannel.c:
21661         (gst_color_balance_channel_class_init):
21662         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
21663         * gst-libs/gst/play/play.c: (gst_play_class_init):
21664         * gst-libs/gst/propertyprobe/propertyprobe.c:
21665         (gst_property_probe_iface_init):
21666         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
21667         * gst-libs/gst/tuner/tunerchannel.c:
21668         (gst_tuner_channel_class_init):
21669         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
21670         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
21671         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
21672         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
21673         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
21674         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
21675         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
21676         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
21677         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
21678           fix signals to use - instead of _
21679         * ext/libcaca/gstcacasink.h:
21680         * ext/sdl/sdlvideosink.h:
21681           fix header rename
21682
21683 2004-03-04  David Schleef  <ds@schleef.org>
21684
21685         * testsuite/gst-lint:  Add a check for bad signal names.
21686
21687 2004-03-04  <kost@imn.htwk-leipzig.de>
21688
21689         reviewed by David Schleef
21690
21691         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
21692         modified the alpha channel and caused a warning. (bug #136192)
21693
21694 2004-04-03  Christian Schaller <Uraeus@gnome.org>
21695
21696         * gst-plugins.spec.in:
21697         Change names of plugins to actually be correct. Try to keep things
21698         alphabetical to avoid getting beat up by Thomas
21699
21700 2004-03-03  Julien MOUTTE <julien@moutte.net>
21701
21702         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
21703         Using ximagesink as a default if no gconf key found. We should
21704         probably consider using alsasink instead of osssink for the audio
21705         part.
21706
21707 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21708
21709         * configure.ac:
21710           fix --with-plugins, don't think it ever worked before
21711         * gst-plugins.spec.in:
21712           even more updates
21713
21714 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21715
21716         * ext/sdl/sdlvideosink.h:
21717         * sys/ximage/ximagesink.h:
21718         * sys/xvideo/xvideosink.h:
21719         * sys/xvimage/xvimagesink.h:
21720           Fix for move of gstvideosink.h -> videosink.h.
21721
21722 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21723
21724         * gst-libs/gst/xwindowlistener/Makefile.am:
21725           this is a plugin library, not a library
21726
21727 2004-03-01  David Schleef  <ds@schleef.org>
21728
21729         * AUTHORS:  Added some names.  Add yourself if you're still
21730         missing.
21731
21732 2004-03-01  David Schleef  <ds@schleef.org>
21733
21734         * MAINTAINERS: Add
21735
21736 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21737
21738         * gst-plugins.spec.in: clean up spec file
21739
21740 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21741
21742         * gst-libs/gst/video/Makefile.am:
21743         * gst-libs/gst/video/gstvideosink.c:
21744         * gst-libs/gst/video/gstvideosink.h:
21745           rename gstvideosink.h to videosink.h to match other headers
21746         * gst/mixmatrix/Makefile.am:
21747           fix plugin filename
21748         * gst/tags/Makefile.am: fix plugin filename
21749
21750 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21751
21752         * gst/tags/Makefile.am: fix plugin filename
21753
21754 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21755
21756         * examples/gstplay/player.c: (got_time_tick), (main):
21757           add error handler
21758           display time_tick more readably
21759         * gst/mixmatrix/Makefile.am:
21760           fix plugin file name
21761
21762 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
21763
21764         * sys/oss/gstosselement.c: (gst_osselement_probe),
21765         (device_combination_append), (gst_osselement_class_probe_devices):
21766         * sys/oss/gstosselement.h:
21767           Reworked enumeration of oss dsps and mixers so that gst-mixer works
21768           on my system using alsa oss emulation, fixes bug #135597
21769
21770 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21771
21772         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
21773         (gst_videodrop_chain), (gst_videodrop_change_state):
21774         * gst/videodrop/gstvideodrop.h:
21775           Work based on timestamp of input data, not based on the expected
21776           framerate from the input. The consequence is that this element now
21777           not only scales framerates, but also functions as a framerate
21778           corrector or framerate stabilizer/constantizer.
21779
21780 2004-02-27  David Schleef  <ds@schleef.org>
21781
21782         patches from jmmv@menta.net (Julio M. Merino Vidal)
21783
21784         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
21785         GST_ELEMENT_ERROR call (bug #135634)
21786         * gst/interleave/interleave.c: (interleave_buffered_loop),
21787         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
21788         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
21789         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21790         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
21791         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
21792         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
21793         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
21794         Fix GST_ELEMENT_ERROR call.
21795         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
21796         GST_ELEMENT_ERROR call.
21797
21798 2004-02-27  Benjamin Otte  <otte@gnome.org>
21799
21800         * gst-libs/gst/audio/audio.h:
21801           add macro to make sure header isn't included twice
21802         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
21803           don't use gst_buffer_free
21804         * gst/playondemand/filter.func:
21805           don't use gst_data_free. Free data only once.
21806
21807 2004-02-26  David Schleef  <ds@schleef.org>
21808
21809         * gst-libs/gst/colorbalance/Makefile.am:
21810         * gst-libs/gst/mixer/Makefile.am:
21811         * gst-libs/gst/tuner/Makefile.am:
21812         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
21813         should not be disted, -marshal.h files should not be installed,
21814         and -enum.h files _should_ be installed.  Fix to make this the
21815         case.
21816
21817 === release 0.7.5 ===
21818
21819 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21820
21821         * configure.ac: release 0.7.5, "Under The Sea"
21822
21823 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21824
21825         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
21826         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
21827         * gst/videoscale/gstvideoscale.c:
21828         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
21829           assorted debug/warning fixes
21830
21831 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21832
21833         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21834         (gst_videoscale_init), (gst_videoscale_chain),
21835         (gst_videoscale_set_property), (plugin_init):
21836         * gst/videoscale/gstvideoscale.h:
21837         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
21838         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
21839         (gst_videoscale_planar400), (gst_videoscale_packed422),
21840         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
21841         (gst_videoscale_24bit), (gst_videoscale_16bit),
21842         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
21843         (gst_videoscale_scale_plane_slow),
21844         (gst_videoscale_scale_point_sample),
21845         (gst_videoscale_scale_nearest),
21846         (gst_videoscale_scale_nearest_str2),
21847         (gst_videoscale_scale_nearest_str4),
21848         (gst_videoscale_scale_nearest_32bit),
21849         (gst_videoscale_scale_nearest_24bit),
21850         (gst_videoscale_scale_nearest_16bit):
21851         add debugging category and use it properly
21852         fix use of GST_PTR_FORMAT
21853
21854 2004-02-25  Andy Wingo  <wingo@pobox.com>
21855
21856         * gst/interleave/interleave.c (interleave_buffered_loop): Always
21857         push only when channel->buffer is NULL. Prevents segfaults doing
21858         the state change after a nonlocal exit, like a scheme exception.
21859
21860         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
21861         Handle the case where the intersected caps is empty.
21862
21863 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21864
21865         * gst/law/mulaw-decode.c: (mulawdec_link):
21866         * gst/law/mulaw.c: (plugin_init):
21867           fix mulawdec so it actually works again
21868
21869 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
21870
21871         reviewed by: David Schleef  <ds@schleef.org>
21872
21873         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
21874         (gst_gamma_init), (gst_gamma_set_property),
21875         (gst_gamma_get_property), (gst_gamma_calculate_tables),
21876         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
21877         for RGB, with separate r g and b correction factors. (#131167)
21878
21879 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21880
21881         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21882           only signal tags for bitrate if they're > 0 (#134894)
21883
21884 2004-02-24  David Schleef  <ds@schleef.org>
21885
21886         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
21887         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
21888         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
21889         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
21890         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
21891         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
21892         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
21893         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
21894         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
21895         category.  Attempt to fix timestamp calculation.
21896
21897 2004-02-24  Johan Dahlin  <johan@gnome.org>
21898
21899         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
21900
21901 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21902
21903         * configure.ac:
21904         * gconf/Makefile.am:
21905         * gconf/gstreamer.schemas:
21906         * gst-libs/gst/gconf/Makefile.am:
21907         * gst-libs/gst/gconf/gconf.c:
21908           version gconf schemas and install locations
21909
21910 2004-02-23  Benjamin Otte  <otte@gnome.org>
21911
21912         * ext/xine/xineinput.c: (gst_xine_input_dispose):
21913         (gst_xine_input_subclass_init):
21914           call parent dispose.
21915           change pad template for CD reader correctly
21916         * ext/xine/Makefile.am:
21917         * ext/xine/gstxine.h:
21918         * ext/xine/xine.c: (plugin_init):
21919         * ext/xine/xineaudiosink.c:
21920           wrap audio sinks, too
21921         * gst-libs/gst/resample/private.h:
21922         * gst-libs/gst/resample/resample.c: (gst_resample_init),
21923         (gst_resample_reinit), (gst_resample_scale),
21924         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
21925         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
21926         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
21927         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
21928         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
21929         * gst-libs/gst/resample/resample.h:
21930         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
21931         (gst_audioscale_class_init), (gst_audioscale_link),
21932         (gst_audioscale_get_buffer), (gst_audioscale_init),
21933         (gst_audioscale_chain), (gst_audioscale_set_property),
21934         (gst_audioscale_get_property):
21935         * gst/audioscale/gstaudioscale.h:
21936           s/resample_*/gst_resample_*/i to not clobber namespaces
21937
21938 2004-02-23  Julien MOUTTE  <julien@moutte.net>
21939
21940         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21941         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
21942         (gst_riff_create_video_template_caps),
21943         (gst_riff_create_audio_template_caps),
21944         (gst_riff_create_iavs_template_caps):
21945         * gst-libs/gst/riff/riff-media.h:
21946         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21947         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
21948         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
21949         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21950         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21951         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
21952         (gst_matroska_demux_plugin_init): First batch implementing audio and
21953         video codec tags in demuxers.
21954
21955 2004-02-22  Benjamin Otte  <otte@gnome.org>
21956
21957         * ext/xine/Makefile.am:
21958         * ext/xine/gstxine.h:
21959         * ext/xine/xine.c: (plugin_init):
21960         * ext/xine/xineinput.c:
21961           add input plugin wrapper. Playback from files, http, mms and cdda
21962           works.
21963         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21964           remove leftover G_GNUC_UNUSED
21965         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
21966         (gst_asf_demux_identify_guid):
21967           improve debugging output
21968
21969 2004-02-22  Benjamin Otte  <otte@gnome.org>
21970
21971         reported by: Padraig O'Briain <padraig.obriain@sun.com>
21972
21973         * autogen.sh:
21974           replace test -e with test -x for mkinstalldirs to be more portable.
21975           (fixes #134816)
21976
21977 2004-02-22  Benjamin Otte  <otte@gnome.org>
21978
21979         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
21980
21981         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
21982           set rank to PRIMARY
21983         * gst/volume/gstvolume.c: (plugin_init):
21984           set rank to NONE
21985         fixes #134960
21986
21987 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
21988
21989         reviewed by Benjamin Otte  <otte@gnome.org>
21990
21991         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21992           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
21993
21994 2004-02-22  Benjamin Otte  <otte@gnome.org>
21995
21996         * configure.ac:
21997           export [_]*{gst,Gst,GST}.* symbols from plugins
21998
21999 2004-02-22  Christophe Fergeau <teuf@gnome.org>
22000
22001         reviewed by: Benjamin Otte  <otte@gnome.org>
22002
22003         * ext/lame/gstlame.c: (add_one_tag):
22004         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22005         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
22006         (gst_vorbisenc_metadata_set1):
22007         * gst/tags/gstid3tag.c:
22008         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
22009           apply fixes from bugs #135042 (lame can't write tags) and #133817
22010           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
22011
22012 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
22013
22014         * configure.ac: Export only gst_plugin_desc from plugins.
22015          Note that this change only makes any effect with Linux using libtool
22016          1.5.2 or higher. Otherwise it is silently ignored, but it would build
22017          fine. And don't try to have several versions of libtool in different
22018          directories.
22019
22020 2004-02-20  Andy Wingo  <wingo@pobox.com>
22021
22022         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
22023         interleave respectively.
22024
22025         * gst/interleave/deinterleave.c: New plugin: deinterleave
22026         (replaces on oneton).
22027         * gst/interleave/interleave.c: New plugin: interleave.
22028         * gst/interleave/plugin.h: Support file.
22029         * gst/interleave/plugin.c: Support file.
22030
22031         * configure.ac: Remove intfloat and oneton, add interleave.
22032
22033         * ext/sndfile/gstsf.c: Handle events better.
22034
22035         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
22036         and float2int operation. int2float has scheduling problems as
22037         noted in in2float_chain.
22038
22039 2004-02-20  Benjamin Otte  <otte@gnome.org>
22040
22041         * ext/xine/Makefile.am:
22042         * ext/xine/gstxine.h:
22043         * ext/xine/xine.c:
22044         * ext/xine/xineaudiodec.c:
22045         * ext/xine/xinecaps.c:
22046           add first version of xine plugin wrapper. Currently only wraps the
22047           QDM2 win32 DLL, and even that only in proof-of-concept quality.
22048         * configure.ac:
22049         * ext/Makefile.am:
22050           add xine plugin wrapper, disabled by default. Use --enable-xine to
22051           build. Note that it'll segfault on gst-register if you don't remove
22052           the goom and tvtime post plugins from xine.
22053         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
22054         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
22055           add extradata parsing for QDM2.
22056           change around debugging prints.
22057
22058 2004-02-19  Benjamin Otte  <otte@gnome.org>
22059
22060         * ext/lame/gstlame.c: (gst_lame_chain):
22061         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22062           use gst_tag_list_insert when you want to insert tags
22063
22064 2004-02-18  David Schleef  <ds@schleef.org>
22065
22066         * configure.ac:  Move massink to gst-rotten
22067         * ext/Makefile.am:
22068         * ext/mas/Makefile.am:
22069         * ext/mas/massink.c:
22070         * ext/mas/massink.h:
22071
22072 2004-02-18  David Schleef  <ds@schleef.org>
22073
22074         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
22075         typefinding, since it seems to be worse than nothing.
22076         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
22077         atom to recognize .mp4 and .m4a files as video/quicktime.
22078
22079 2004-02-18  David Schleef  <ds@schleef.org>
22080
22081         * gst/sine/demo-dparams.c: (quit_live),
22082         (dynparm_log_value_changed), (dynparm_value_changed), (main):
22083         Use double dparams, not float.
22084         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22085         (gst_sinesrc_init): Change sync default to FALSE, since multiple
22086         sync'd elements don't really work correctly.
22087         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
22088         (volume_update_volume), (volume_get_property):  Change dparam
22089         to double.
22090
22091 2004-02-18  Julien MOUTTE  <julien@moutte.net>
22092
22093         * sys/ximage/ximagesink.c:
22094         (gst_ximagesink_xwindow_update_geometry),
22095         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
22096         (gst_ximagesink_change_state), (gst_ximagesink_expose),
22097         (gst_ximagesink_init): Rework the way software video scaling works. So
22098         now we check on each chain call if the video frames are feeling the
22099         window. If not we try to renegotiate caps. On failure we memorize that
22100         and we won't try again for that PLAYING sessions.
22101         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
22102         failure.
22103         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
22104         synchronous flag.
22105
22106 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22107
22108         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
22109           break up _link so we can give a better debug message for errors
22110
22111 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22112
22113         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
22114           set up debug category
22115
22116 2004-02-18  Julien MOUTTE <julien@moutte.net>
22117
22118         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22119         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
22120         the way renegotiation work. The event handling function is not taking
22121         care of external windows and renegotiate method check for pad flags
22122         NEGOTIATING. Should fix : #133209
22123
22124 2004-02-17  Julien MOUTTE  <julien@moutte.net>
22125
22126         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
22127         pad is negotiating before trying renegotiation.
22128
22129 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22130
22131         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
22132           pass on all possible mime types as typefind hints
22133
22134 2004-02-17  Julien MOUTTE <julien@moutte.net>
22135
22136         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
22137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
22138         possible SHM leak if we crash. All other apps using XShm are doing
22139         that.
22140
22141 2004-02-17  Julien MOUTTE  <julien@moutte.net>
22142
22143         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22144         (gst_ximagesink_expose): Renegotiate size on expose.
22145         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
22146         size on expose.
22147
22148 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22149
22150         * testsuite/alsa/sinesrc.c:
22151           cosmetic fix to fix compile issue with gcc 2.95.4
22152
22153 2004-02-16  Julien MOUTTE <julien@moutte.net>
22154
22155         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22156         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
22157         failed opening the audio device.
22158         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22159         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
22160         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
22161         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
22162         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
22163         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
22164         (gst_ximagesink_change_state), (gst_ximagesink_chain),
22165         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
22166         Removing some useless g_return_if_fail like wingo suggested.
22167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22168         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
22169         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
22170         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
22171         (gst_xvimagesink_update_colorbalance),
22172         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
22173         (gst_xvimagesink_xcontext_clear),
22174         (gst_xvimagesink_get_fourcc_from_caps),
22175         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
22176         (gst_xvimagesink_set_xwindow_id),
22177         (gst_xvimagesink_colorbalance_list_channels),
22178         (gst_xvimagesink_colorbalance_set_value),
22179         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
22180         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
22181
22182 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22183
22184         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22185           throw error when not negotiated instead of asserting
22186
22187 2004-02-15  Julien MOUTTE  <julien@moutte.net>
22188
22189         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
22190         correct data refcounting.
22191
22192 2004-02-15  Julien MOUTTE  <julien@moutte.net>
22193
22194         * gst/switch/gstswitch.c: (gst_switch_change_state),
22195         (gst_switch_class_init): Cleaning the sinkpads correctly on state
22196         change, mostly the EOS flag.
22197
22198 2004-02-15  Julien MOUTTE  <julien@moutte.net>
22199
22200         * examples/gstplay/player.c: (got_eos), (main): Adding some
22201         output for debugging.
22202         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
22203         timeouts if we go to any state different from PLAYING.
22204         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
22205         more EOS bugs in riff lib.
22206
22207 2004-02-14  Julien MOUTTE  <julien@moutte.net>
22208
22209         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
22210         visualization until i find a way to fix switch correctly.
22211         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
22212         EOS arrives.
22213         * gst/switch/gstswitch.c: (gst_switch_release_pad),
22214         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
22215         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
22216         Reworked switch to get a more correct behaviour with events and refing
22217         of data stored in sinkpads.
22218         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
22219         we don't pull from a pad in EOS.
22220
22221 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22222
22223         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22224           remove v1 tag even if we can't read it (makes sure we don't detect
22225           it again)
22226
22227 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22228
22229         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
22230         (gst_alsa_xrun_recovery):
22231         * ext/alsa/gstalsa.h:
22232           try xrun recovery when wait failed. Make xrun recovery function
22233           return TRUE/FALSE to indicate success. (might fix #134354)
22234
22235 2004-02-13  David Schleef  <ds@schleef.org>
22236
22237         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
22238         (dynparm_value_changed), (main): Convert from float to double.
22239         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
22240
22241 2004-02-13  David Schleef  <ds@schleef.org>
22242
22243         * gst/silence/gstsilence.c: (gst_silence_class_init),
22244         (gst_silence_set_clock), (gst_silence_get),
22245         (gst_silence_set_property), (gst_silence_get_property):
22246         * gst/silence/gstsilence.h: Add sync property.
22247         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22248         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
22249         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
22250         * gst/sine/gstsinesrc.h: Add sync property.
22251
22252 2004-02-13  David Schleef  <ds@schleef.org>
22253
22254         * gst/intfloat/gstint2float.c: (conv_f32_s16),
22255         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
22256
22257 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22258
22259         * configure.ac:
22260         * ext/Makefile.am:
22261         * gst-libs/ext/Makefile.am:
22262           move ffmpeg plugin to gst-ffmpeg module
22263
22264 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22265
22266         * configure.ac: use GST_ARCH to detect architecture
22267
22268 2004-02-12  Julien MOUTTE  <julien@moutte.net>
22269
22270         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
22271
22272 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22273
22274         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22275           classify LADSPA plugins based on number of src/sink pads
22276           (#133663, Stefan Kost)
22277         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
22278           fix dparams registration
22279           (#133528, Stefan Kost)
22280         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
22281           fix use of isprint and use g_ascii_isprint instead
22282           (#133316, Stefan Kost)
22283
22284 2004-02-11  David Schleef  <ds@schleef.org>
22285
22286         Convert a few inner loops to use liboil.  This is currently
22287         optional, and is only enabled if liboil is present (duh!).
22288         * configure.ac: Check for liboil-0.1
22289         * gst/intfloat/Makefile.am:
22290         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
22291         (gst_int2float_chain_gint16):
22292         * gst/videofilter/Makefile.am:
22293         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
22294         (tablelookup_u8), (gst_videobalance_planar411):
22295         * gst/videotestsrc/Makefile.am:
22296         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
22297         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
22298         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
22299         (paint_hline_RGB565), (paint_hline_xRGB1555):
22300
22301 2004-02-11  David Schleef  <ds@schleef.org>
22302
22303         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
22304         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
22305         (gst_colorspace_getcaps), (gst_colorspace_link),
22306         (gst_colorspace_base_init), (gst_colorspace_init),
22307         (gst_colorspace_chain), (gst_colorspace_change_state),
22308         (plugin_init): Merge Ronald's patch (bug #117897) and update
22309         for new caps and negotiation.  Seems to work, although it
22310         shows off bugs in lcs.
22311
22312 2004-02-11  David Schleef  <ds@schleef.org>
22313
22314         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
22315         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
22316
22317 2004-02-11  David Schleef  <ds@schleef.org>
22318
22319         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
22320         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
22321         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
22322         Add server and port properties
22323
22324 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22325
22326         * m4/a52.m4:
22327         * m4/aalib.m4:
22328         * m4/as-ffmpeg.m4:
22329         * m4/as-liblame.m4:
22330         * m4/as-slurp-ffmpeg.m4:
22331         * m4/check-libheader.m4:
22332         * m4/esd.m4:
22333         * m4/freetype2.m4:
22334         * m4/gconf-2.m4:
22335         * m4/glib.m4:
22336         * m4/gst-alsa.m4:
22337         * m4/gst-artsc.m4:
22338         * m4/gst-ivorbis.m4:
22339         * m4/gst-matroska.m4:
22340         * m4/gst-sdl.m4:
22341         * m4/gst-shout2.m4:
22342         * m4/gst-sid.m4:
22343         * m4/gtk.m4:
22344         * m4/libdv.m4:
22345         * m4/libfame.m4:
22346         * m4/libmikmod.m4:
22347         * m4/ogg.m4:
22348         * m4/vorbis.m4:
22349           fix underquotedness of macros (#133800)
22350         * m4/as-avifile.m4:
22351         * m4/xmms.m4:
22352           removed because no longer used
22353
22354 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22355
22356         * configure.ac:
22357           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
22358           by autopoint (fixes #132996)
22359
22360 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22361
22362         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
22363         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
22364         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
22365         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
22366           fix memleaks
22367
22368 2004-02-11  David Schleef  <ds@schleef.org>
22369
22370         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
22371         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
22372         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
22373         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
22374         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
22375         (gst_jpegenc_class_init), (gst_jpegenc_init),
22376         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
22377         (gst_jpegenc_chain), (gst_jpegenc_set_property),
22378         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
22379         * ext/jpeg/gstjpegenc.h: Fix negotiation.
22380
22381 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22382
22383         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
22384         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
22385         * ext/mikmod/gstmikmod.h:
22386           fix caps negotiation in mikmod
22387         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
22388           output debug information
22389
22390 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22391
22392         * gst-libs/gst/colorbalance/Makefile.am:
22393         * gst-libs/gst/navigation/Makefile.am:
22394         * gst-libs/gst/xoverlay/Makefile.am:
22395           remove unused GST_OPT_CFLAGS from Makefiles
22396           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
22397
22398 2004-02-07  David Schleef  <ds@schleef.org>
22399
22400         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
22401         push events to pads that haven't been created (#133508)
22402
22403 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
22404
22405         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
22406         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
22407         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
22408         (gst_dvdec_loop), (gst_dvdec_change_state):
22409         Second attempt at committing a working dvdec element.
22410
22411 2004-02-06  David Schleef  <ds@schleef.org>
22412
22413         Build fixes for OS X: (see #129600)
22414         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
22415         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
22416         (gst_riff_read_strf_iavs):
22417         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22418         (gst_avi_demux_stream_odml):
22419         * gst/playondemand/Makefile.am:
22420         * gst/rtp/rtp-packet.c:
22421
22422 2004-02-05  David Schleef  <ds@schleef.org>
22423
22424         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
22425         last change, because it Just Doesn't Compile.
22426
22427 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22428
22429         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22430           skip undecodable id3v2 tag instead of keeping it
22431
22432 2004-02-05  David Schleef  <ds@schleef.org>
22433
22434         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
22435         Unref leaked buffer.  (Noticed by Ronald)
22436
22437 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
22438
22439         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22440         Sync requires with other checks.  >= vs =.
22441
22442 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
22443
22444         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
22445         (gst_dvdec_video_link), (gst_dvdec_loop):
22446         * ext/dv/gstdvdec.h:
22447           rework the caps negotiation so that dvdec works again instead
22448           of just segfaulting.
22449
22450 === release 0.7.4 ===
22451
22452 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22453
22454         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
22455         * configure.ac: changed for release
22456
22457 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22458
22459         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
22460         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22461         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22462         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22463           reworked patch by David Lehn to fix libdir and includedir for
22464           uninstalled libraries
22465           removed play and gconf from gstreamer-libs since they have their
22466           own pkgconfig files
22467
22468 2004-02-04  David Schleef  <ds@schleef.org>
22469
22470         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
22471         memleak.
22472
22473 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22474
22475         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22476           use correct GST_TAG_ENCODER tag
22477
22478 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22479
22480         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22481           be sure to stop the clock when going to paused
22482         * sys/oss/gstosssink.c: (gst_osssink_change_state):
22483           reset number of transmitted when going to ready.
22484         fixes #132935
22485
22486 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
22487
22488         reviewed by Benjamin Otte
22489
22490         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22491           extract track count (fixes #133410)
22492
22493 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22494
22495         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
22496           that should be !=, not == (fixes #132519)
22497
22498 2004-02-04  David Schleef  <ds@schleef.org>
22499
22500         Make sure set_explicit_caps() is called before adding pad.
22501         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22502         * gst/id3/gstid3types.c: (gst_id3types_loop):
22503         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22504         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22505
22506 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22507
22508         * configure.ac:
22509           bump nano to 2, first prerelease
22510           put back AM_PROG_LIBTOOL
22511
22512 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22513
22514         * testsuite/alsa/Makefile.am:
22515           these are user test apps, not automatic testsuite tests
22516
22517 2004-02-04  David Schleef  <ds@schleef.org>
22518
22519         Convert GST_DEBUG_CAPS() to GST_DEBUG():
22520         * gst/mpeg1videoparse/gstmp1videoparse.c:
22521         (mp1videoparse_parse_seq):
22522         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22523         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22524         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
22525         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
22526         (gst_xvideosink_getcaps):
22527         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22528         * testsuite/gst-lint: more tests
22529
22530 2004-02-04  David Schleef  <ds@schleef.org>
22531
22532         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
22533         with the code that they would expand to.
22534         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
22535         (gst_flacdec_get_src_query_types),
22536         (gst_flacdec_get_src_event_masks):
22537         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
22538         (gst_gnomevfssrc_get_query_types),
22539         (gst_gnomevfssrc_get_event_mask):
22540
22541 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22542
22543         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22544         (gst_sinesrc_dispose):
22545           fix memleak by properly disposing sinesrc
22546
22547 2004-02-04  Julien MOUTTE  <julien@moutte.net>
22548
22549         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
22550         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
22551         an overlay to redraw the image because it has been exposed.
22552         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
22553         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
22554         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
22555         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
22556         interface
22557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
22558         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
22559         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
22560         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
22561         interface
22562
22563 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22564
22565         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
22566           more memleak fixage
22567
22568 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22569
22570         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
22571         * gst/typefind/gsttypefindfunctions.c:
22572           fix memleaks shown by gst-typefind
22573
22574 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22575
22576         * common/glib-gen.mak:
22577           add hack rule to touch .Plo files
22578         * gst-libs/gst/colorbalance/Makefile.am:
22579         * gst-libs/gst/mixer/Makefile.am:
22580         * gst-libs/gst/play/Makefile.am:
22581         * gst-libs/gst/tuner/Makefile.am:
22582           remove glib_root variable
22583
22584 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22585
22586         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
22587           set explicit caps before adding the element, so the autopluggers can
22588           plug correctly.
22589         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
22590         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
22591         (mpeg_video_type_find), (mpeg_video_stream_type_find),
22592         (dv_type_find):
22593           fix memleaks in typefind functions. gst_type_find_suggest takes a const
22594           argument.
22595
22596 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22597
22598         * gst-libs/gst/colorbalance/Makefile.am:
22599         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
22600         * gst-libs/gst/colorbalance/colorbalance.c:
22601         * gst-libs/gst/colorbalance/colorbalance.h:
22602         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
22603         * gst-libs/gst/mixer/Makefile.am:
22604         * gst-libs/gst/mixer/mixer-marshal.list:
22605         * gst-libs/gst/mixer/mixer.c:
22606         * gst-libs/gst/mixer/mixer.h:
22607         * gst-libs/gst/mixer/mixermarshal.list:
22608         * gst-libs/gst/play/Makefile.am:
22609         * gst-libs/gst/play/play.h:
22610         * gst-libs/gst/tuner/Makefile.am:
22611         * gst-libs/gst/tuner/tuner-marshal.list:
22612         * gst-libs/gst/tuner/tuner.c:
22613         * gst-libs/gst/tuner/tuner.h:
22614         * gst-libs/gst/tuner/tunermarshal.list:
22615           use new glib-gen.mak snippet to clean up Makefile.am
22616           fix various bugs in Makefile.am's
22617
22618 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22619
22620         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22621           handle chain parsing correctly in the multichain case
22622         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
22623         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
22624         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22625         (theora_dec_chain):
22626           handle events and queries correctly
22627
22628 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22629
22630         * .cvsignore:
22631         Ignore generated file _stdint.h.
22632
22633 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22634
22635         * gst-libs/gst/colorbalance/Makefile.am:
22636         * gst-libs/gst/colorbalance/colorbalance.h:
22637         * gst-libs/gst/mixer/Makefile.am:
22638         * gst-libs/gst/mixer/mixer.h:
22639         * gst-libs/gst/play/Makefile.am:
22640         * gst-libs/gst/play/play.h:
22641         * gst-libs/gst/tuner/Makefile.am:
22642         * gst-libs/gst/tuner/tuner.h:
22643         Generate enum type code with glib-mkenums.
22644         * gst-libs/gst/colorbalance/.cvsignore:
22645         * gst-libs/gst/mixer/.cvsignore:
22646         * gst-libs/gst/play/.cvsignore:
22647         * gst-libs/gst/tuner/.cvsignore:
22648         Ignore generated files.
22649
22650 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22651
22652         * gst-libs/gst/audio/.cvsignore:
22653         Ignore generated file.
22654         * gst-libs/gst/audio/Makefile.am:
22655         Do not install example filter.
22656
22657 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22658
22659         * examples/switch/.cvsignore:
22660         Ignore generated file.
22661
22662 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22663
22664         * common/m4/ax_create_stdint_h.m4:
22665         * configure.ac:
22666           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
22667           _stdint.h.
22668         * Makefile.am:
22669           remove generated _stdint.h in DISTCLEANFILES
22670         * ext/a52dec/gsta52dec.c:
22671           include _stdint.h for a52dec. (should fix #133064)
22672
22673 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22674
22675         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
22676         (gst_tag_to_vorbis_comments):
22677         Add replaygain support to vorbistag
22678
22679 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22680         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22681         (gst_ffmpeg_caps_to_extradata):
22682           Fix SVQ3 caps flag properties
22683           Use glib macro for bytes swap
22684
22685 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22686
22687         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
22688         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
22689         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
22690         * ext/sndfile/gstsf.c: (plugin_init):
22691         * gst/avi/gstavi.c: (plugin_init):
22692         * sys/dxr3/dxr3init.c: (plugin_init):
22693         * sys/oss/gstossaudio.c: (plugin_init):
22694         * sys/v4l/gstv4l.c: (plugin_init):
22695         * sys/v4l2/gstv4l2.c: (plugin_init):
22696           remove textdomain calls
22697         * po/nl.po:
22698           update Dutch translation
22699
22700 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22701
22702         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22703         (gst_play_set_audio_sink): Moving volume in the audio thread for
22704         instantaneous volume change. Maybe i will add another volume in front
22705         of visualization later, not sure yet though.
22706
22707 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22708
22709         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22710         (gst_ximagesink_handle_xevents): Better X events handling, only take
22711         the latest events for configure and motion.
22712         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
22713
22714 2004-02-02  Jon Trowbridge  <trow@gnu.org>
22715
22716         reviewed by: David Schleef  <ds@schleef.org>
22717
22718         Fix memory leaks:
22719         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
22720         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
22721
22722 2004-02-02  David Schleef  <ds@schleef.org>
22723
22724         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
22725         of lines.
22726         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
22727         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22728         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
22729         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
22730         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
22731         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
22732         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
22733         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
22734         (gst_float2_2_int_link):
22735         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
22736         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
22737         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
22738         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
22739         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
22740         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
22741         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
22742         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
22743         * testsuite/gst-lint: Add tests for bzero and ;;
22744
22745 2004-02-02  David Schleef  <ds@schleef.org>
22746
22747         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
22748
22749 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22750
22751         * ext/aalib/gstaasink.c: (gst_aasink_open):
22752         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
22753         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22754         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
22755         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
22756         (gst_afsink_close_file):
22757         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
22758         (gst_afsrc_close_file):
22759         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22760         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22761         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22762         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
22763         * ext/esd/esdmon.c: (gst_esdmon_get):
22764         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
22765         * ext/faac/gstfaac.c: (gst_faac_chain):
22766         * ext/faad/gstfaad.c: (gst_faad_chain):
22767         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
22768         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22769         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
22770         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
22771         (gst_flacdec_loop):
22772         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22773         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22774         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
22775         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22776         (gst_gnomevfssink_close_file):
22777         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22778         (gst_gnomevfssrc_open_file):
22779         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
22780         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
22781         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
22782         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
22783         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
22784         * ext/mad/gstmad.c: (gst_mad_chain):
22785         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22786         * ext/mpeg2dec/gstmpeg2dec.c:
22787         * ext/mpeg2enc/gstmpeg2enc.cc:
22788         * ext/mplex/gstmplex.cc:
22789         * ext/mplex/gstmplexibitstream.cc:
22790         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
22791         (gst_ogg_demux_push):
22792         * ext/raw1394/gstdv1394src.c:
22793         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
22794         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
22795         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
22796         (gst_sf_loop):
22797         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
22798         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
22799         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
22800         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
22801         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22802         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
22803         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
22804         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
22805         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22806         (gst_riff_read_element_data), (gst_riff_read_seek),
22807         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
22808         * gst/adder/gstadder.c: (gst_adder_loop):
22809         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
22810         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
22811         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
22812         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22813         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
22814         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22815         * gst/goom/gstgoom.c: (gst_goom_chain):
22816         * gst/id3/gstid3types.c: (gst_id3types_loop):
22817         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22818         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
22819         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
22820         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22821         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
22822         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
22823         (gst_ebml_read_float), (gst_ebml_read_header):
22824         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
22825         (gst_matroska_demux_parse_blockgroup):
22826         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
22827         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22828         * gst/oneton/gstoneton.c: (gst_oneton_chain):
22829         * gst/silence/gstsilence.c: (gst_silence_get):
22830         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22831         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
22832         * gst/speed/gstspeed.c: (speed_loop):
22833         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22834         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22835         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
22836         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22837         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22838         (gst_wavparse_loop):
22839         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
22840         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
22841         (dxr3audiosink_close):
22842         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
22843         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
22844         (dxr3videosink_close), (dxr3videosink_write_data):
22845         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22846         * sys/oss/gstosssink.c: (gst_osssink_chain):
22847         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22848         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22849         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
22850         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
22851         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
22852         (gst_v4l_set_window), (gst_v4l_enable_overlay):
22853         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
22854         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
22855         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
22856         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
22857         (gst_v4l_set_audio):
22858         * sys/v4l/v4l_calls.h:
22859         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
22860         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
22861         (gst_v4lmjpegsink_playback_init),
22862         (gst_v4lmjpegsink_playback_start):
22863         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
22864         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
22865         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
22866         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
22867         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
22868         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
22869         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
22870         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22871         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
22872         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
22873         (gst_v4l2_get_output), (gst_v4l2_set_output),
22874         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
22875         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
22876         (gst_v4l2_set_attribute):
22877         * sys/v4l2/v4l2_calls.h:
22878         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
22879         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
22880         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
22881         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
22882         (gst_v4l2src_capture_stop):
22883         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
22884         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22885         (gst_ximagesink_chain):
22886         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
22887         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
22888         (gst_xvideosink_xwindow_new):
22889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22890         (gst_xvimagesink_chain):
22891
22892 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22893
22894         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22895         (gst_volume_get_volume), (volume_class_init), (volume_init),
22896         (volume_chain_int16), (volume_update_volume):
22897         * gst/volume/gstvolume.h:
22898           make code more readable by removing magic numbers
22899           make mixer interface export 0-100 range
22900           make it internally map to 0.0-1.0 range so users don't distort
22901           output by putting the sliders at full volume
22902
22903 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22904
22905         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
22906         (gst_play_state_change), (gst_play_seek_to_time):
22907         block the tick callback for 0.5 secs after doing a seek
22908
22909 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22910
22911         * gst-libs/gst/play/play.c: (gst_play_new):
22912           check for GError
22913
22914 2004-02-01  Julien MOUTTE  <julien@moutte.net>
22915
22916         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
22917         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
22918         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22919         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
22920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22921         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
22922
22923 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22924
22925         * configure.ac:
22926         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22927           check for a function added in vorbis 1.1
22928
22929 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22930
22931         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
22932         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
22933           really start/stop clock only on PLAYING <=> PAUSED
22934         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22935           remove \n from debugging lines
22936         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22937           make it work when seeking does not
22938         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22939           reset on DISCONT
22940
22941 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22942
22943         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
22944           start clock on PAUSED=>PLAYING, not later
22945         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22946           extract correct time for different discont formats
22947         (gst_alsa_sink_get_time):
22948           don't segfault when no format is negotiated yet, just return 0
22949         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22950         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
22951         (gst_ogg_pad_push):
22952           handle flush and discont events correctly
22953         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
22954           handle discont events correctly
22955
22956 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
22957
22958         * gst-libs/gst/play/play.c: (gst_play_error_quark),
22959         (gst_play_error_create), (gst_play_error_plugin),
22960         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
22961         * gst-libs/gst/play/play.h:
22962           add error handling during creation
22963         * examples/gstplay/player.c: (main):
22964           use new gst_play_new
22965
22966
22967 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22968
22969         * ext/theora/theoradec.c: (theora_dec_chain):
22970           make comments work
22971         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22972         (vorbis_dec_src_event), (vorbis_dec_chain):
22973           add encoder tag, fix tag reading to be more error tolerant, change
22974           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
22975           gst_pad_event_default.
22976         * gst/tags/gstvorbistag.c:
22977         (gst_tag_list_from_vorbiscomment_buffer):
22978           undefine function specific define at end of function
22979
22980 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
22981
22982         * ext/flac/gstflac.c: (plugin_init):
22983         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
22984         * ext/flac/gstflacdec.h:
22985         * ext/flac/gstflacenc.h:
22986           Fix typos
22987
22988 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
22989
22990         * examples/gstplay/player.c: s/gstplay.h/play.h/
22991
22992 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22993
22994         * gst-libs/gst/play/Makefile.am:
22995         * gst-libs/gst/play/gstplay.c:
22996         * gst-libs/gst/play/gstplay.h:
22997         * gst-libs/gst/play/play.c:
22998           more surgery, operation complete
22999
23000 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23001
23002         * gst-libs/gst/play/play.old.c:
23003         * gst-libs/gst/play/play.old.h:
23004           after CVS surgery by moving, remove
23005         * gst-libs/gst/play/playpipelines.c:
23006           remove
23007
23008         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
23009           add negotiation error
23010
23011 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23012
23013         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
23014         (gst_ogg_demux_push):
23015           add some seeking debug info
23016           send a flush when seeking
23017
23018 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23019
23020         * configure.ac:
23021           use AC_C_INLINE
23022         * configure.ac:
23023         * ext/Makefile.am:
23024         * ext/theora/Makefile.am:
23025         * ext/theora/theoradec.c:
23026           add theora video decoder. Does just do simple decoding for now and
23027           has been tested against Theora cvs only. It only works when theora
23028           is compiled with --enable-static.
23029         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
23030           always reset packetno on DISCONT
23031
23032 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23033
23034         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
23035           Fix audio.
23036
23037 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23038
23039         * gst/mpegaudioparse/gstmpegaudioparse.c:
23040         (mp3_type_frame_length_from_header):
23041           Fix header parsing - stolen from ffmpeg (thank you! :) ).
23042
23043 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23044
23045         * ext/esd/esdsink.c: (gst_esdsink_init):
23046           Since we have static pad template caps, we don't need to negotiate;
23047           either the core errors out or we know the format.
23048
23049 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23050
23051         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23052         (gst_riff_read_seek):
23053         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
23054         (gst_ebml_read_seek):
23055           Fix event handling.
23056
23057 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23058
23059         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
23060           removee video/x-theora from vp3 decoder, it doesn't handle raw
23061           theora streams
23062         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
23063           fix bug with finalizing element that never went to PAUSED
23064         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
23065           length and position queries were swapped
23066         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23067         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
23068         (vorbis_dec_src_event):
23069           implement querying time and bytes
23070
23071 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23072
23073         * just about every source file:
23074           gst_element_error -> GST_ELEMENT_ERROR
23075
23076 2004-01-29  Julien MOUTTE  <julien@moutte.net>
23077
23078         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
23079         emiting FLUSH and even before DISCONT.
23080         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
23081         get the best instant seeking as possible yay!
23082
23083 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23084
23085         * gst/mpeg1videoparse/gstmp1videoparse.c:
23086         (gst_mp1videoparse_real_chain):
23087           Committed wrong version last week... Grr... Didn't notice until now.
23088
23089 2004-01-29  Julien MOUTTE <julien@moutte.net>
23090
23091         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
23092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
23093         have_xwindow_id signal in xwindow_create.
23094
23095 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23096
23097         * ext/ogg/gstoggdemux.c:
23098           lots of changes - mainly support for chained bitstreams, seeking,
23099           querying and bugfixes of course
23100         * ext/vorbis/Makefile.am:
23101         * ext/vorbis/vorbisdec.c:
23102         * ext/vorbis/vorbisdec.h:
23103           add vorbisdec raw vorbis decoder
23104         * ext/vorbis/vorbis.c: (plugin_init):
23105           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
23106         * gst/intfloat/Makefile.am:
23107         * gst/intfloat/float22int.c:
23108         * gst/intfloat/float22int.h:
23109         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
23110           add float2intnew plugin. It converts multichannel interleaved float to
23111           multichannel interleaved int. The name should probably be changed.
23112         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
23113         (plugin_init):
23114           add typefinding for raw theora video so oggdemux can detect it.
23115
23116 2004-01-28  Julien MOUTTE  <julien@moutte.net>
23117
23118         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
23119         sink element first.
23120         * gst/videoscale/gstvideoscale.c:
23121         (gst_videoscale_handle_src_event): Fixing src event handler.
23122
23123 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23124
23125         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23126         (gst_v4lsrc_open), (gst_v4lsrc_close),
23127         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
23128         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
23129         * sys/v4l/gstv4lsrc.h:
23130         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
23131         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
23132           Implement resizing... Hack. But that's why v4l is b0rked...
23133
23134 2004-01-28  Julien MOUTTE <julien@moutte.net>
23135
23136         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
23137         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
23138         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
23139         (gst_ximagesink_xwindow_destroy):
23140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23141         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23142         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
23143         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
23144         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
23145         correctly cleaning the image created to check xshm calls on succes,
23146         added a lot of XSync calls in X11 functions, and fixed a segfault when
23147         no image format was defined before negotiation happened.
23148
23149 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23150
23151         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
23152           use gst_element_get_time to get correct time
23153
23154 2004-01-28  Julien MOUTTE  <julien@moutte.net>
23155
23156         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23157         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
23158         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
23159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
23160         (gst_xvimagesink_check_xshm_calls),
23161         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
23162         X plugins are now able to detect that XShm calls will fail even if the
23163         server claims that it has XShm support (remote displays most of the
23164         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
23165         so that we use non XShm functions. This feature is almost useless for
23166         xvimagesink as Xv is not supported on remote displays anyway, but
23167         it might happen than even on the local display XShm calls fail.
23168
23169 2004-01-27  David Schleef  <ds@schleef.org>
23170
23171         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
23172         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
23173         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
23174         changed esdsink to only use 44100,16,2, since esd sucks at rate
23175         conversion and esdsink has had difficulty negotiating.
23176
23177 2004-01-27  Julien MOUTTE <julien@moutte.net>
23178
23179         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
23180         (gst_play_seek_to_time): Fixing the way to get current position.
23181
23182 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23183
23184         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
23185           use gst_element_get_time to get correct time
23186
23187 2004-01-27  Julien MOUTTE <julien@moutte.net>
23188
23189         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
23190         fix ever... Inverting 2 lines of code make spider autoplug correctly
23191         tagged mp3 !
23192
23193 2004-01-27  David Schleef  <ds@schleef.org>
23194
23195         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23196         Use gst_pad_try_set_caps_nonfixed().
23197
23198 2004-01-27  David Schleef  <ds@schleef.org>
23199
23200         * gst/ac3parse/gstac3parse.c: update to checklist 5
23201         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
23202         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
23203         * gst/audioscale/gstaudioscale.c: same
23204         * gst/auparse/gstauparse.c: same
23205         * gst/avi/gstavidemux.c: same
23206
23207 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23208
23209         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
23210           stop processing after EOS
23211
23212 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23213
23214         * gst/asfdemux/asfheaders.h:
23215         * gst/asfdemux/gstasfdemux.c:
23216         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
23217         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
23218         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
23219           lot's of fixes to make data extraction simpler and get the code
23220           architecture and compiler independant. Add debugging category
23221         * gst/goom/gstgoom.c: (gst_goom_change_state):
23222           reset channel count on PAUSED=>READY, not READY=>PAUSED
23223
23224 2004-01-26  Colin Walters  <walters@verbum.org>
23225
23226         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
23227         code to pull a bigger buffer in iradio mode.  This as a side effect
23228         makes typefinding work.
23229
23230 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
23231
23232         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
23233         Fix SVQ3 decoding on PPC
23234
23235 2004-01-26  Julien MOUTTE <julien@moutte.net>
23236
23237         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
23238         that one managed to stay there... Fixed.
23239
23240 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
23241
23242         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
23243         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
23244         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
23245         (qtdemux_video_caps):
23246         * gst/qtdemux/qtdemux.h:
23247         Add SVQ3 specific flags to qtdemux and ffmpeg
23248
23249 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23250
23251         * gst-libs/gst/audio/audio.h:
23252           remove buffer-frames from audio caps
23253         * gst/audioconvert/gstaudioconvert.c:
23254           fix plugin to really work.
23255
23256 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23257
23258         * gst-libs/gst/mixer/mixer.c:
23259         * gst-libs/gst/propertyprobe/propertyprobe.c:
23260         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
23261         (gst_tuner_find_channel_by_name):
23262         * gst-libs/gst/tuner/tuner.h:
23263           Add gtk-doc style comments. Also fix a function name.
23264
23265 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23266
23267         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
23268         (gst_divxdec_negotiate):
23269           Fix for new capsnego - also fixes gst-player with divxdec.
23270
23271 2004-01-25  Julien MOUTTE  <julien@moutte.net>
23272
23273         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23274         (gst_play_identity_handoff), (gst_play_set_location),
23275         (gst_play_set_visualization), (gst_play_connect_visualization): Another
23276         try in visualization implementation. Still have an issue with switch
23277         blocking when pulling from video_queue and only audio comes out of
23278         spider.
23279         * gst/switch/gstswitch.c: (gst_switch_release_pad),
23280         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
23281         release method. And check if the pad is usable before pulling.
23282
23283 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23284
23285         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
23286         (gst_videobalance_init),
23287         (gst_videobalance_colorbalance_list_channels),
23288         (gst_videobalance_colorbalance_set_value),
23289         (gst_videobalance_colorbalance_get_value),
23290         (gst_videobalance_update_properties),
23291         (gst_videobalance_update_tables_planar411),
23292         (gst_videobalance_planar411):
23293         * gst/videofilter/gstvideobalance.h:
23294           Implement lookup-tables. +/- 10x faster.
23295
23296 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23297
23298         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23299         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
23300           The index reading was broken. The rest worked fine, but the whole
23301           goal of my rewrite was to make avidemux readable, and this was
23302           not at all readable. Please use typed variables.
23303
23304 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23305
23306         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23307           Additional pad usability check.
23308         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
23309         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
23310         (gst_mp1videoparse_real_chain):
23311           Fix MPEG video stream parsing. The original plugin had several
23312           issues, including not timestamping streams where the source was
23313           not timestamped (this happens with PTS values in mpeg system
23314           streams, but MPEG video is also a valid stream on its own so
23315           that needs timestamps too). We use the display time code for that
23316           for now. Also, if one incoming buffer contains multiple valid
23317           frames, we push them all on correctly now, including proper EOS
23318           handling. Lastly, several potential segfaults were fixed, and we
23319           properly sync on new sequence/gop headers to include them in next,
23320           not previous frames (since they're header for the next frame, not
23321           the previous). Also see #119206.
23322         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
23323         (bpf_from_header):
23324           Move caps setting so we only do it after finding several valid
23325           MPEG-1 fraes sequentially, not right after the first one (which
23326           might be coincidental).
23327         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
23328         (mpeg_video_type_find), (mpeg_video_stream_type_find),
23329         (plugin_init):
23330           Add unsynced MPEG video stream typefinding, and change some
23331           probability values so we detect streams rightly. The idea is as
23332           follows: I can have an unsynced system stream which contains
23333           video. In the current code, I would randomly get a type for either
23334           system or video stream type found, because the probabilities are
23335           being calculated rather randomly. I now use fixed values, so we
23336           always prefer system stream if that was found (and that is how it
23337           should be). If no system stream was found, we can still identity                the stream as video-only.
23338
23339 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23340
23341         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23342         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
23343           don't write to buffer. Extract data without the need of
23344           __attribute__ ((packed))
23345
23346 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23347
23348         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
23349         (mpeg1_sys_type_find):
23350           Fix MPEG-1 stream typefinding.
23351
23352 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23353
23354         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
23355           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
23356
23357 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23358
23359         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
23360         * ext/esd/gstesd.c: (plugin_init):
23361           private debugging, better error reporting
23362
23363 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23364
23365         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23366         (gst_riff_read_init), (gst_riff_read_change_state):
23367         * gst-libs/gst/riff/riff-read.h:
23368           Remove stuff fromold metadata system.
23369
23370 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23371
23372         * ext/ogg/gstoggdemux.c:
23373           Fix wrong file comment.
23374         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23375         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
23376           Add metadata reading properly.
23377
23378 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23379
23380         * ext/Makefile.am:
23381           Fix nas DIST_SUBDIRS
23382           Uraeus:
23383           Fix bug where make distcheck doesn't get run on adding stuff to
23384           the build.
23385
23386 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23387
23388         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
23389         * ext/divx/gstdivxdec.h:
23390           Fix divx3 ("msmpeg4") playback using divxdec.
23391
23392 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23393
23394         * gst/typefind/gsttypefindfunctions.c:
23395         (mp3_type_frame_length_from_header): fix bug in length computation
23396         (mp3_type_find): improve debugging output
23397
23398 2004-01-23  Julien MOUTTE  <julien@moutte.net>
23399
23400         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23401         (gst_play_set_location), (gst_play_seek_to_time),
23402         (gst_play_set_audio_sink), (gst_play_set_visualization),
23403         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
23404         the pipeline from scratch. Visualization is back and switch went out as
23405         i realized it was not possible to use the way i wanted.
23406         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
23407         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
23408         clearing in state change from READY to NULL. So that one can clean the
23409         X ressources keeping the element.
23410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23411         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
23412         (gst_xvimagesink_colorbalance_set_value),
23413         (gst_xvimagesink_colorbalance_get_value),
23414         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
23415         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
23416         change from READY to NULL and fixed some stupid bugs in colorbalance
23417         get/set values. Also added the following feature : when nobody tries to
23418         set some values to the colorbalance levels before the xcontext is
23419         grabbed, then when creating channels list from Xv attributes we set the
23420         internal values to the Xv defaults. This way we handle buggy Xv drivers
23421         that set default hue values far from the middle of the range (Thanks
23422         to Jon Trowbridge for pointing that issue).
23423         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
23424         colorbalance levels have been set before xcontext is grabbed.
23425
23426 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23427
23428         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
23429           Fix the ossmixer case where we shouldn't open /dev/dsp* because
23430           it might block operations (which is bad for a mixer).
23431
23432 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23433
23434         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
23435         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
23436         (gmip_find_type_pre):
23437         * gst-libs/gst/media-info/media-info-priv.h:
23438         * gst-libs/gst/media-info/media-info.c:
23439         (gst_media_info_instance_init), (gst_media_info_read_idler):
23440         add fakesink to get caps on decoder src pad again
23441         fix callback prototype to match new have_type signal signature
23442
23443 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23444
23445         * gst/adder/gstadder.c: (gst_adder_link):
23446           fix non-compile and cut-n-paste code
23447
23448 2004-01-21  David Schleef  <ds@schleef.org>
23449
23450         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
23451         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
23452         (gst_swfdec_init), (gst_swfdec_change_state):
23453         * ext/swfdec/gstswfdec.h:
23454         Fix negotiation.
23455         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
23456         (gst_adder_request_new_pad): Fix negotiation.
23457         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
23458         Add a fixate function.
23459         * gst/intfloat/gstfloat2int.c:
23460         * gst/intfloat/gstfloat2int.h:
23461         * gst/intfloat/gstint2float.c:
23462         * gst/intfloat/gstint2float.h:
23463         Completely rewrite the negotiation.  Doesn't quite work yet,
23464         due to some buffer-frames problem.
23465
23466 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23467
23468         * ext/gnomevfs/gstgnomevfssrc.c:
23469         * sys/v4l2/v4l2_calls.h:
23470           fix includes for distcheck
23471
23472 2004-01-21  Christian Schaller <uraeus@gnome.org>
23473
23474         * ext/nas/
23475         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
23476         based on earlier patch from Laurent Vivier
23477
23478 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
23479
23480         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
23481         Fix wma caps property
23482         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
23483         Fix typo (flags1 and flags2)
23484
23485 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23486
23487         * gst-libs/gst/media-info/media-info-priv.c:
23488         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
23489         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
23490         (gmip_find_stream), (gmip_find_track_metadata),
23491         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
23492         (gmip_find_track_format):
23493         * gst-libs/gst/media-info/media-info-priv.h:
23494         * gst-libs/gst/media-info/media-info-test.c: (main):
23495         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
23496         (gst_media_info_read_idler), (gst_media_info_read):
23497         * gst-libs/gst/media-info/media-info.h:
23498           register debugging category and use it for debugging
23499
23500 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23501
23502         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
23503         (gst_vorbisfile_new_link):
23504           signal streaminfo through tags
23505
23506 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23507
23508         * ext/mplex/gstmplex.cc:
23509         * ext/mplex/gstmplexibitstream.cc:
23510           g++ doesn't like NULL in our i18n/error macros, should be
23511           either (NULL) or ("").
23512
23513 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23514
23515         * sys/dxr3/dxr3audiosink.c:
23516         * sys/dxr3/dxr3init.c:
23517         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
23518         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
23519           Fix more error error error errors (missing includes here).
23520
23521 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23522
23523         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23524           fix thomas' error errors.
23525
23526 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23527
23528         * ext/mpeg2enc/gstmpeg2enc.cc:
23529           fix error errors.
23530
23531 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23532
23533         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23534         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23535           Fix for new error system.
23536
23537 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23538
23539         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23540           fix for new error reporting
23541
23542 2004-01-20  David Schleef  <ds@schleef.org>
23543
23544         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23545         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
23546         (gst_ximagesink_set_xwindow_id): Change to using a framerate
23547         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
23548         and neither is 100+, most likely.
23549         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
23550         (gst_xvimagesink_getcaps): same
23551
23552 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23553
23554         * configure.ac:
23555           Up version requirement to 2.0.3 (not yet released) to avoid symbol
23556           clashes with ffmpeg.
23557
23558 2004-01-20  Julien MOUTTE  <julien@moutte.net>
23559
23560         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
23561         (gst_switch_init): Fixed switch element : proxying link and setting
23562         caps from src to sink on request.
23563
23564 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23565
23566         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23567         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
23568         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
23569         fix element_error
23570
23571 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23572
23573         * sys/v4l/v4l_calls.h:
23574         * sys/v4l2/v4l2_calls.h:
23575           element_error fixes
23576
23577 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23578
23579         * gst-libs/gst/gst-i18n-plugin.h:
23580           add locale.h
23581           remove config.h inclusion
23582
23583 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23584
23585         * autogen.sh:
23586           adding autopoint invocation
23587         * Makefile.am:
23588         * configure.ac:
23589         * gst-libs/gst/gettext.h:
23590           adding gettext bits
23591         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
23592         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
23593         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23594         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23595         (gst_gnomevfssink_close_file):
23596         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
23597         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
23598         * gst-libs/gst/gst-i18n-plugin.h:
23599         * gst/avi/gstavi.c: (plugin_init):
23600         * sys/dxr3/dxr3init.c: (plugin_init):
23601         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
23602         * sys/oss/gstossaudio.c: (plugin_init):
23603         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23604         * sys/v4l/gstv4l.c: (plugin_init):
23605         * sys/v4l/v4l_calls.c: (gst_v4l_open):
23606         * sys/v4l2/gstv4l2.c: (plugin_init):
23607         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23608         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
23609         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
23610         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
23611         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
23612         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
23613           make sure locale and translation domain are set
23614           fix translated strings
23615         * po/.cvsignore:
23616         * po/LINGUAS:
23617         * po/Makevars:
23618         * po/POTFILES.in:
23619         * po/nl.po:
23620           put translation files into place
23621         * sys/xvideo/imagetest.c: (main):
23622         * ext/dv/demo-play.c: (main):
23623           fix unnecessary translations
23624
23625 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23626
23627         * ext/sndfile/gstsf.c:
23628         * gst/avi/gstavimux.c:
23629         * ext/audiofile/gstafsink.c:
23630         * ext/audiofile/gstafsrc.c:
23631         * ext/gnomevfs/gstgnomevfssink.c:
23632         * ext/gnomevfs/gstgnomevfssrc.c:
23633         * sys/oss/gstosselement.c:
23634         * sys/v4l/v4l_calls.h:
23635           fix i18n include
23636
23637 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23638
23639         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23640         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
23641         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
23642         (gst_v4l2_get_output), (gst_v4l2_set_output),
23643         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
23644         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
23645         (gst_v4l2_set_attribute):
23646         update to new error handling
23647
23648 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23649
23650         * ext/sidplay/gstsiddec.cc:
23651         * gst/modplug/gstmodplug.cc:
23652           parenthese NULL because C++ seems angry about it
23653
23654 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23655
23656         * gst-libs/gst/gst-i18n-plugin.h:
23657           add skeleton i18n stuff, but needs to be further implemented
23658
23659 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23660
23661         * examples/gstplay/player.c: (main):
23662         * ext/aalib/gstaasink.c: (gst_aasink_open):
23663         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
23664         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23665         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23666         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
23667         (gst_afsink_close_file):
23668         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
23669         (gst_afsrc_close_file):
23670         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23671         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
23672         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
23673         * ext/esd/esdmon.c: (gst_esdmon_get):
23674         * ext/esd/esdsink.c: (gst_esdsink_chain):
23675         * ext/faac/gstfaac.c: (gst_faac_chain):
23676         * ext/faad/gstfaad.c: (gst_faad_chain):
23677         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
23678         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23679         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
23680         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
23681         (gst_flacdec_loop):
23682         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
23683         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
23684         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
23685         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23686         (gst_gnomevfssink_close_file):
23687         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23688         (gst_gnomevfssrc_open_file):
23689         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
23690         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
23691         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
23692         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
23693         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
23694         * ext/mad/gstmad.c: (gst_mad_chain):
23695         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
23696         * ext/mpeg2dec/gstmpeg2dec.c:
23697         * ext/mpeg2enc/gstmpeg2enc.cc:
23698         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23699         * ext/mplex/gstmplex.cc:
23700         * ext/mplex/gstmplexibitstream.cc:
23701         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
23702         (gst_ogg_demux_push), (gst_ogg_pad_push):
23703         * ext/raw1394/gstdv1394src.c:
23704         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
23705         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
23706         * ext/sidplay/gstsiddec.cc:
23707         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
23708         (gst_sf_loop):
23709         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
23710         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
23711         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
23712         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23713         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
23714         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
23715         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
23716         * gst-libs/gst/Makefile.am:
23717         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23718         (gst_riff_read_element_data), (gst_riff_read_seek),
23719         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
23720         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
23721         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
23722         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
23723         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
23724         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23725         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
23726         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
23727         * gst/goom/gstgoom.c: (gst_goom_chain):
23728         * gst/id3/gstid3types.c: (gst_id3types_loop):
23729         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
23730         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
23731         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
23732         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23733         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
23734         (gst_ebml_read_float), (gst_ebml_read_header):
23735         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
23736         (gst_matroska_demux_parse_blockgroup):
23737         * gst/modplug/gstmodplug.cc:
23738         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
23739         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
23740         * gst/oneton/gstoneton.c: (gst_oneton_chain):
23741         * gst/silence/gstsilence.c: (gst_silence_get):
23742         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23743         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
23744         * gst/speed/gstspeed.c: (speed_loop):
23745         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
23746         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23747         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
23748         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
23749         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
23750         (gst_wavparse_loop):
23751         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
23752         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
23753         (dxr3audiosink_close):
23754         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
23755         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
23756         (dxr3videosink_close), (dxr3videosink_write_data):
23757         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23758         * sys/oss/gstosselement.h:
23759         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
23760         (gst_osssink_chain):
23761         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23762         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23763         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
23764         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
23765         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
23766         (gst_v4l_enable_overlay):
23767         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
23768         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
23769         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
23770         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
23771         (gst_v4l_set_audio):
23772         * sys/v4l/v4l_calls.h:
23773         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23774         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
23775         (gst_v4lmjpegsink_playback_init),
23776         (gst_v4lmjpegsink_playback_start):
23777         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23778         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
23779         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
23780         (gst_v4lmjpegsrc_requeue_frame):
23781         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23782         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
23783         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
23784         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
23785         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
23786         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
23787         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
23788         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
23789         (gst_v4l2src_capture_stop):
23790         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
23791         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23792         (gst_ximagesink_chain):
23793         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
23794         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
23795         (gst_xvideosink_xwindow_new):
23796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23797         (gst_xvimagesink_chain):
23798         use new error signal, function and categories
23799
23800 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
23801
23802         * configure.ac:
23803         * ext/Makefile.am:
23804         * ext/musicbrainz/gsttrm.c:
23805         * ext/musicbrainz/gsttrm.h:
23806         * ext/musicbrainz/Makefile.am:
23807         Add a trm plugin
23808
23809 2004-01-18  Julien MOUTTE  <julien@moutte.net>
23810
23811         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
23812         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
23813         synchronous property for debugging.
23814         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
23815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23816         (gst_xvimagesink_set_property): Moving a pointer declaration to a
23817         smaller block, fixing indent.
23818
23819 2004-01-16  David Schleef  <ds@schleef.org>
23820
23821         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
23822         property affects the video stream.
23823         * sys/xvimage/xvimagesink.c:
23824         * sys/xvimage/xvimagesink.h:
23825         Add synchronous property for debugging.  Should probably be
23826         disabled in non-CVS builds.  Make sure that the Xv attribute
23827         exists before we set it (crash!).  Fix a silly float bug that
23828         caused colorbalance to just not work.
23829
23830 2004-01-17  Christian Schaller <Uraeus@gnome.org>
23831
23832         * tools/gst-launch-ext.in - update for new plugins
23833
23834 2004-01-16  David Schleef  <ds@schleef.org>
23835
23836         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
23837         already-freed caps.
23838
23839 2994-01-16  Christian Schaller <Uraeus@gnome.org>
23840
23841         * Update spec for new colorspace plugin and libcaca plugin
23842         * Fix compilation of libcaca plugin (clock -> id)
23843
23844 2004-01-16  Julien MOUTTE <julien@moutte.net>
23845
23846         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
23847         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
23848         (gst_xvimagesink_set_xwindow_id),
23849         (gst_xvimagesink_colorbalance_set_value),
23850         (gst_xvimagesink_colorbalance_get_value),
23851         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23852         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
23853         correct colorbalance properties. They can now be set when the element
23854         is still in NULL state. The values will be committed to the Xv Port
23855         when xcontext is initialized.
23856         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
23857         brightness int values in the GstXvImagesink structure.
23858
23859 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23860
23861         * gst-libs/gst/Makefile.am:
23862           restructure so having local patches works easier.
23863
23864 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23865
23866         * ext/mpeg2enc/Makefile.am:
23867         * ext/mpeg2enc/gstmpeg2enc.cc:
23868         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23869           Bugfix with respect to EOS handling.
23870
23871 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23872
23873         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
23874           Link with right caps (else, it segfaults).
23875         * ext/mplex/gstmplexjob.cc:
23876           Fix for slight API change in 1.6.1.93 release of mjpegtools.
23877
23878 2004-01-15  David Schleef  <ds@schleef.org>
23879
23880         * gst-libs/gst/audio/Makefile.am:
23881         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
23882         from the template.
23883         * gst-libs/gst/audio/gstaudiofilter.c:
23884         * gst-libs/gst/audio/gstaudiofilter.h:
23885         Add bytes_per_sample and size and n_samples calculation.
23886         * gst-libs/gst/audio/gstaudiofilterexample.c:
23887         Remove, now autogenerated.
23888         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23889         Moved from gstaudiofilterexample, object name changed, code added
23890         so that it actually works.
23891         * gst-libs/gst/audio/make_filter:
23892         Script to build an audiofilter subclass from the template.
23893         * gst/colorspace/Makefile.am:
23894         * gst/colorspace/yuv2yuv.c:
23895         Remove file, since it's GPL, and we don't use it.
23896
23897 2004-01-15  Julien MOUTTE  <julien@moutte.net>
23898
23899         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23900         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
23901         them use the buffer free function to test how the buffer was allocated.
23902
23903 2004-01-15  David Schleef  <ds@schleef.org>
23904
23905         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
23906         that handles osssink fallback.
23907         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23908         (gst_audio_convert_getcaps):
23909         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23910         Add audio/x-qdm2 for QDM2 audio.
23911         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23912         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
23913         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23914         Decrease minimum size to 16x16.
23915         * gst/wavparse/gstwavparse.c:
23916         Convert disabled pad template caps to new caps.
23917         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23919         (gst_xvimagesink_chain): Throw element error when display cannot
23920         be opened.  Increase minimum framerate to 1.0.  Check the data
23921         free function on a buffer to make sure it is the type we expect
23922         before manipulating it.
23923
23924 2004-01-15  Julien MOUTTE <julien@moutte.net>
23925
23926         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23927         (gst_videobalance_colorbalance_set_value): Implement passthru if
23928         settings are in the middle.
23929         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
23930
23931 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23932
23933         * gst/videofilter/Makefile.am:
23934         * gst/volume/Makefile.am:
23935           Since we use videofilter symbols, link to it.
23936
23937 2004-01-15  Julien MOUTTE <julien@moutte.net>
23938
23939         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
23940         mixer interface type to HARDWARE.
23941         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
23942         type to SOFTWARE.
23943         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
23944         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
23945         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
23946         (gst_volume_interface_init), (gst_volume_list_tracks),
23947         (gst_volume_set_volume), (gst_volume_get_volume),
23948         (gst_volume_set_mute), (gst_volume_mixer_init),
23949         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
23950         (volume_init): Implementing mixer interface.
23951         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
23952         * sys/oss/gstosselement.c: (gst_osselement_get_type),
23953         (gst_osselement_change_state): Removing some trailing commas in
23954         structures.
23955         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
23956         interface type to HARDWARE.
23957         * sys/v4l/gstv4lcolorbalance.c:
23958         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
23959         type to HARDWARE.
23960         * sys/v4l2/gstv4l2colorbalance.c:
23961         (gst_v4l2_color_balance_interface_init): Setting colorbalance
23962         interface type to HARDWARE.
23963         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
23964         same code than ximagesink for event handling.
23965
23966 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23967
23968         * ext/snapshot/Makefile.am:
23969         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
23970         (gst_snapshot_chain):
23971         * ext/snapshot/gstsnapshot.h:
23972           This has to be a joke... Snapshot should be connected to a tee,
23973           colorspace element before it and EOS after that, where the other
23974           src of the tee receives normal data.
23975           The current way is *wrong*.
23976
23977 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23978
23979         * ext/hermes/gsthermescolorspace.c:
23980           Fix another compile error. Same as below.
23981
23982 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23983
23984         * gst/colorspace/gstcolorspace.c:
23985         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
23986         (gst_colorspace_i420_to_yv12):
23987           Fix compiling... Didn't test if it actually works.
23988
23989 2004-01-15  David Schleef  <ds@schleef.org>
23990
23991         * configure.ac:
23992         * gst/colorspace/Makefile.am:
23993         * gst/colorspace/gstcolorspace.c:
23994         * gst/colorspace/gstcolorspace.h:
23995         * gst/colorspace/yuv2rgb.c:
23996         * gst/colorspace/yuv2rgb.h:
23997         Duplicate the ext/hermes colorspace plugin, and remove Hermes
23998         code and GPL code.  Fix for new caps negotiation.  Rewrite
23999         much of the format handling code, and some of the conversion
24000         code.  Basically, rewrote almost everything.  This element
24001         handles I420, YV12 to RGB conversions.
24002         * ext/hermes/Makefile.am:
24003         * ext/hermes/gsthermescolorspace.c:
24004         Rename colorspace to hermescolorspace.  Fix negotiation issues.
24005         Remove non-Hermes related code.  This element handles lots of
24006         RGB to RGB conversions, but no YUV.
24007         * ext/hermes/gstcolorspace.c:
24008         * ext/hermes/gstcolorspace.h:
24009         * ext/hermes/rgb2yuv.c:
24010         * ext/hermes/yuv2rgb.c:
24011         * ext/hermes/yuv2rgb.h:
24012         * ext/hermes/yuv2rgb_mmx16.s:
24013         * ext/hermes/yuv2yuv.c:
24014         * ext/hermes/yuv2yuv.h:
24015         Remove old code.
24016
24017 2004-01-14  Colin Walters  <walters@verbum.org>
24018
24019         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
24020         they've already been.
24021
24022 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24023
24024         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
24025           assume tag mode when pad is not connected
24026
24027 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24028
24029         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24030           Don't update the time of the clock
24031         (gst_alsa_sink_loop):
24032           sync to the clock given to alsasink, not the own clock
24033         * sys/oss/gstosssink.c: (gst_osssink_chain):
24034           sync to the clock
24035         (gst_osssink_change_state):
24036           activate the clock
24037         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
24038         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
24039           remove bogus code that made DISCONT events unhandled
24040         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
24041           explicitly case to double in _set_simple. (fixes 2nd warning in bug
24042           #131502)
24043         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
24044         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
24045         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
24046           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
24047           2nd warning in bug #131502)
24048
24049 2004-01-14  Julien MOUTTE  <julien@moutte.net>
24050
24051         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
24052         (gst_videobalance_colorbalance_set_value),
24053         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
24054         for colorbalance interface implementation.
24055         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24056         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
24057         (gst_ximagesink_dispose), (gst_ximagesink_init),
24058         (gst_ximagesink_class_init): Adding DISPLAY property.
24059         * sys/ximage/ximagesink.h: Adding display_name to store display.
24060         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24061         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24062         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
24063         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
24064         properties (they still need polishing though for gst-launch use : no
24065         xcontext yet, i ll do that tomorrow).
24066         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
24067
24068 2004-01-14  Julien MOUTTE  <julien@moutte.net>
24069
24070         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24071         (gst_play_set_location), (gst_play_set_visualization): Preparing
24072         switch integration, adding videobalance in the pipeline.
24073
24074 2004-01-14  Julien MOUTTE <julien@moutte.net>
24075
24076         * gst-libs/gst/colorbalance/colorbalance.c:
24077         (gst_color_balance_class_init): Adding a default type.
24078         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
24079         the type.
24080         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
24081         (gst_videobalance_dispose), (gst_videobalance_class_init),
24082         (gst_videobalance_init), (gst_videobalance_interface_supported),
24083         (gst_videobalance_interface_init),
24084         (gst_videobalance_colorbalance_list_channels),
24085         (gst_videobalance_colorbalance_set_value),
24086         (gst_videobalance_colorbalance_get_value),
24087         (gst_videobalance_colorbalance_init): Implementing colorbalance
24088         interface.
24089         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
24090         list.
24091         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
24092         bug which was triggering a BadAccess X error when setting an overlay
24093         before pad was really negotiated.
24094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
24095         Using the colorbalance type macro.
24096
24097 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24098
24099         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
24100         (gst_flacenc_chain):
24101           handle tags correctly
24102         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24103           extract ID3v1 tags correctly
24104
24105 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24106
24107         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
24108         (plugin_init):
24109           Improve matroska typefinding for odd-typed headers...
24110
24111 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24112
24113         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
24114           Fix for using incremental number on padnames.
24115
24116 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24117
24118         * ext/divx/gstdivxdec.c:
24119         * ext/divx/gstdivxenc.c:
24120           Set category to divx4linux instead of divx (too generic).
24121         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24122         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
24123         (gst_wavparse_loop), (gst_wavparse_change_state):
24124         * gst/wavparse/gstwavparse.h:
24125           fix parsing of WAV files with non-standard fmt-tag size and fix
24126           skipping of unrecognized chunks... Someone please fix this thing
24127           to use rifflib so all this is automated.
24128         * sys/v4l/Makefile.am:
24129         * sys/v4l2/Makefile.am:
24130           Add X_CFLAGS because we depend on X (for overlay).
24131
24132 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
24133
24134         * ext/mpeg2dec/gstmpeg2dec.c:
24135           Don't issue a timestamp unless we tagged the frame
24136           with a PTS.
24137
24138 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24139
24140         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
24141           Query the audio element to get the time, not the clock. We're
24142           interested in the element's time here.
24143
24144 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24145
24146         * ext/aalib/gstaasink.c: (gst_aasink_chain):
24147         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24148         * ext/esd/esdsink.c: (gst_esdsink_chain):
24149         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
24150         * ext/mas/massink.c: (gst_massink_chain):
24151         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
24152         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
24153         (gst_matroska_demux_parse_metadata):
24154         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
24155         (gst_mpeg_parse_release_locks):
24156         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
24157         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
24158         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24159         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24160         (gst_osssink_change_state):
24161         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
24162         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
24163         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
24164         (gst_xvideosink_release_locks):
24165         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
24166           use element time.
24167         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
24168         (gst_alsa_clock_stop):
24169         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
24170         (gst_audio_clock_get_internal_time):
24171           simplify for use with new clocking code.
24172         * testsuite/alsa/Makefile.am:
24173         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
24174           fix testsuite for new caps system
24175
24176 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24177
24178         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
24179         * ext/flac/gstflacenc.c: (add_one_tag):
24180           length is already host endian, no need to convert. Fixes playback of
24181           tagged files on PPC. (bug #128384)
24182
24183 2004-01-13  Julien MOUTTE <julien@moutte.net>
24184
24185         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
24186         colorbalance interface stating if it is hardware based or software
24187         based.
24188         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
24189         Removing a trailing comma.
24190         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24191         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
24192         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
24193         the documentation seems to be wrong on the -1000 to 1000 interval.
24194
24195 2004-01-12  David Schleef  <ds@schleef.org>
24196
24197         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
24198         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
24199         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
24200         Fix negotiation.  Add a bufferalloc function for the sink pad,
24201         and generally clean up some of the code.
24202
24203 2004-01-12  Julien MOUTTE <julien@moutte.net>
24204
24205         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24206         (gst_color_balance_channel_dispose): Adding safety check in dispose
24207         method.
24208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24209         (gst_xvimagesink_xcontext_clear),
24210         (gst_xvimagesink_interface_supported),
24211         (gst_xvimagesink_colorbalance_list_channels),
24212         (gst_xvimagesink_colorbalance_set_value),
24213         (gst_xvimagesink_colorbalance_get_value),
24214         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
24215         Adding colorbalance interface support to set XV parameters such as
24216         HUE, BRIGHTNESS, CONTRAST, SATURATION.
24217         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
24218         interface.
24219
24220 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24221
24222         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
24223         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
24224         (gst_audio_convert_init), (gst_audio_convert_set_property),
24225         (gst_audio_convert_get_property), (gst_audio_convert_chain),
24226         (gst_audio_convert_link),
24227         (gst_audio_convert_buffer_to_default_format),
24228         (gst_audio_convert_buffer_from_default_format), (plugin_init):
24229           - implement _getcaps and use it
24230           - improve linking
24231           - remove float caps since no float conversion is actually done
24232           - remove properties and arguments that were to be used for rate
24233             conversion
24234
24235 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24236
24237         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
24238         (gst_audio_structure_set_int):
24239         * gst-libs/gst/audio/audio.h:
24240           add helper functions for _getcaps matching the standard audio
24241           templates
24242
24243 2004-01-12  David Schleef  <ds@schleef.org>
24244
24245         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24246         Test that pad is negotiated before getting its caps.
24247
24248 2004-01-12  Julien MOUTTE <julien@moutte.net>
24249
24250         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
24251         analyzing the pads of an element the bin is mostly in READY state so
24252         no caps were negotiated. This helper function needs to work with
24253         _get_caps directly then. I was not freeing them though, added that to
24254         fix the mem leak.
24255
24256 2004-01-12  Julien MOUTTE <julien@moutte.net>
24257
24258         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
24259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
24260         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
24261         than the free_func.
24262
24263 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24264
24265         * sys/oss/gstossaudio.c: (plugin_init):
24266         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24267         * sys/oss/gstosselement.h:
24268           make an oss debugging category
24269           make failure more descriptive
24270
24271 2004-01-11  David Schleef  <ds@schleef.org>
24272
24273         * ext/ffmpeg/gstffmpeg.c:
24274         * ext/ffmpeg/gstffmpegcodecmap.c:
24275         * ext/ffmpeg/gstffmpegdec.c:
24276         * ext/ffmpeg/gstffmpegenc.c:
24277         * ext/ffmpeg/gstffmpegprotocol.c:
24278         * ext/gdk_pixbuf/gstgdkanimation.c:
24279         * ext/jpeg/gstjpeg.c:
24280         * ext/libpng/gstpng.c:
24281         * ext/mpeg2dec/perftest.c:
24282         * ext/speex/gstspeex.c:
24283         * gst-libs/gst/resample/dtos.c:
24284         * gst/intfloat/gstintfloatconvert.c:
24285         * gst/oneton/gstoneton.c:
24286         * gst/rtjpeg/RTjpeg.c:
24287         * gst/rtp/gstrtp.c:
24288         * sys/dxr3/dxr3init.c:
24289         * sys/glsink/gstgl_nvimage.c:
24290         * sys/glsink/gstgl_pdrimage.c:
24291         * sys/glsink/gstglsink.c:
24292         * testsuite/gst-lint:
24293         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
24294
24295 2004-01-11  David Schleef  <ds@schleef.org>
24296
24297         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
24298         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
24299         * ext/gdk_pixbuf/gstgdkanimation.c:
24300         (gst_gdk_animation_iter_create_pixbuf):
24301         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
24302         (gst_gdk_pixbuf_chain):
24303         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24304         * ext/jack/gstjack.c: (gst_jack_change_state):
24305         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
24306         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
24307         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
24308         * gst/videofilter/gstvideofilter.c:
24309         (gst_videofilter_set_output_size):
24310         Remove all usage of gst_pad_get_caps(), and replace it with
24311         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
24312
24313 2004-01-11  David Schleef  <ds@schleef.org>
24314
24315         * configure.ac:
24316         * ext/Makefile.am: Fixes to make ext/libcaca compile.
24317         * ext/divx/gstdivxdec.c:
24318         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
24319         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
24320         handle images that span multiple buffers.  Now work with both
24321         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
24322         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24323         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
24324         video/video.h changes
24325         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
24326         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24327         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
24328         of GstData free function.
24329         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
24330         same.
24331
24332 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24333
24334         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
24335         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
24336         (gst_v4l2element_get_property):
24337         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
24338           add norm, channel and frequency properties.
24339         * sys/v4l2/gstv4l2tuner.c:
24340           fixes for tuner interface changes
24341         * sys/v4l2/gstv4l2element.h:
24342         * sys/v4l2/gstv4l2src.c:
24343         * sys/v4l2/gstv4l2src.h:
24344         * sys/v4l2/v4l2src_calls.c:
24345         * sys/v4l2/v4l2src_calls.h:
24346           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
24347
24348 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24349
24350         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
24351         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
24352         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
24353         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
24354         * gst-libs/gst/tuner/tuner.h:
24355           GObjects aren't const.
24356           Add find_by_name functions.
24357           Add checks to _changed functions.
24358         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
24359         (gst_v4l_tuner_get_norm):
24360           Fixes for above.
24361
24362 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24363
24364         * gst-libs/gst/video/video.h:
24365           Fix caps template names to be understandable.
24366           Prefix everything with GST_VIDEO.
24367         * ext/aalib/gstaasink.c:
24368         * ext/divx/gstdivxdec.c:
24369         * ext/divx/gstdivxenc.c:
24370         * ext/gdk_pixbuf/gstgdkpixbuf.c:
24371         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
24372         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
24373         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
24374         * ext/libcaca/gstcacasink.c:
24375         * ext/libpng/gstpngenc.c: (raw_caps_factory):
24376         * ext/snapshot/gstsnapshot.c:
24377         * ext/swfdec/gstswfdec.c:
24378         * ext/xvid/gstxviddec.c:
24379         * ext/xvid/gstxvidenc.c:
24380         * gst/chart/gstchart.c:
24381         * gst/deinterlace/gstdeinterlace.c:
24382         * gst/effectv/gsteffectv.c:
24383         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
24384         * gst/goom/gstgoom.c:
24385         * gst/median/gstmedian.c:
24386         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
24387         (gst_monoscope_srcconnect), (gst_monoscope_chain):
24388         * gst/overlay/gstoverlay.c:
24389         * gst/smooth/gstsmooth.c:
24390         * gst/smpte/gstsmpte.c:
24391         * gst/synaesthesia/gstsynaesthesia.c:
24392         * gst/videocrop/gstvideocrop.c:
24393         * gst/videodrop/gstvideodrop.c:
24394         * gst/y4m/gsty4mencode.c:
24395         * sys/qcam/gstqcamsrc.c:
24396         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
24397           Make them work with new video.h file.
24398         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24399         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
24400         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24401         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
24402           Make it work with new buffer allocation system.
24403
24404 2004-01-11  Julien MOUTTE  <julien@moutte.net>
24405
24406         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
24407         pad_alloc_buffer implementation to use ->srcpad
24408         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
24409         pad_alloc_buffer implementation to use ->srcpad
24410         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
24411         pad_alloc_buffer implementation to use ->srcpad
24412         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24413         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
24414         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
24415         a reference to everything we need.
24416         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
24417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24418         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
24419         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
24420         a reference to everything we need.
24421         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
24422
24423 2004-01-11  David Schleef  <ds@schleef.org>
24424
24425         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
24426         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
24427         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
24428         structure members.
24429         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
24430         value during a resize/renegotiation.
24431         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
24432         gst_pad_alloc_buffer();
24433         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24434         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
24435         structure members.
24436         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
24437         Fix for rename of buffer private structure members.
24438         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24439         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
24440         Fix for rename of buffer private structure members.
24441         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24442         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
24443         Fix for rename of buffer private structure members.
24444
24445 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
24446
24447         reviewed by: David Schleef <ds@schleef.org>
24448
24449         * gst/videofilter/Makefile.am:
24450         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
24451         from the patch by ds to fit in with recent make_filter changes.
24452
24453 2004-01-11  Julien MOUTTE  <julien@moutte.net>
24454
24455         * configure.ac: Adding examples/switch/Makefile
24456         * examples/Makefile.am: Adding examples/switch
24457         * examples/switch/Makefile.am: Adding switcher example.
24458         * examples/switch/switcher.c: (got_eos), (idle_iterate),
24459         (switch_timer), (main): Adding an example demonstrating switch usage
24460         with 2 videotestsrc showing different patterns.
24461         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
24462         (gst_switch_init): Fixing switch with the new caps system.
24463
24464 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24465
24466         * gst-libs/gst/video/video.h:
24467           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
24468           They should probably be like
24469           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
24470
24471 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24472
24473         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24474         (qtdemux_parse_trak):
24475           fix audio chunk size/timestamp calculation
24476
24477 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24478
24479         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
24480           fix SVQ3 caps
24481
24482 2004-01-11  Steve Baker  <steve@stevebaker.org>
24483
24484         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
24485         (gst_agingtv_base_init), (gst_agingtv_class_init),
24486         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
24487         (gst_agingtv_set_property), (gst_agingtv_get_property):
24488         Port agingTV to videofilter
24489
24490 2004-01-09  Julien MOUTTE <julien@moutte.net>
24491
24492         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
24493         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24494
24495 2004-01-09  Julien MOUTTE <julien@moutte.net>
24496
24497         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
24498         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24499         * gst-libs/gst/xoverlay/xoverlay.c:
24500         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
24501         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
24502         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24503         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24504         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24505         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24506         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24507         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
24508         the bufferalloc_function to replace bufferpools, fixing the XOverlay
24509         interface implementation to handle xid being 0 and fix some bugs
24510         triggered by Benjamin's testcase.
24511         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24512         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24513         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
24514         the bufferalloc_function to replace bufferpools, fixing the XOverlay
24515         interface implementation to handle xid being 0 and fix some bugs
24516         triggered by Benjamin's testcase.
24517
24518 2004-01-09  David Schleef  <ds@schleef.org>
24519
24520         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
24521         mouse pointer events.  It works.
24522
24523 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24524
24525         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
24526           Use explicit caps - fix capsnego.
24527         * ext/xvid/gstxviddec.c:
24528         * ext/xvid/gstxvidenc.c:
24529           Remove macro-inside-macro which caused compile errors.
24530         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
24531           Error out if it's not a RIFF file. Else we error out without
24532           gst_element_error() which is not good...
24533
24534 2004-01-08  David Schleef  <ds@schleef.org>
24535
24536         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
24537         Fix pad_link function to handle formats that ffmpeg returns
24538         as multiple caps structures.
24539         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
24540         Only complain if source buffer is _smaller_ than expected.
24541         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
24542         (gst_videoscale_handle_src_event): Resize navigation events
24543         when passing them upstream.
24544         * gst/videotestsrc/gstvideotestsrc.c:
24545         * gst/videotestsrc/gstvideotestsrc.h:
24546         * gst/videotestsrc/videotestsrc.c:
24547         * gst/videotestsrc/videotestsrc.h:
24548         Rewrite many of the buffer painting functions to handle odd
24549         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
24550         been verified to work with my video card.
24551         * testsuite/gst-lint:  Add check for elements calling
24552         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
24553
24554 2004-01-08  David Schleef  <ds@schleef.org>
24555
24556         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
24557         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
24558
24559 2004-01-08  Julien MOUTTE  <julien@moutte.net>
24560
24561         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
24562         configure event is not emiting the desired size signal. That fixes
24563         aspect ratio issues with gst-player.
24564
24565 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24566
24567         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
24568           Fix capsnego.
24569
24570 2004-01-08  Julien MOUTTE  <julien@moutte.net>
24571
24572         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
24573         public method to fire size signal.
24574
24575 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24576
24577         * examples/gstplay/Makefile.am: Adding the interface library.
24578         * gst-libs/gst/play/Makefile.am: Adding the interface library.
24579         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
24580         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
24581         GST_IS_X_OVERLAY before signal connect.
24582         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
24583         Removing the have_video_size signal.
24584         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
24585         and associated public method.
24586         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24587         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
24588         signal.
24589         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
24590         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
24591         signal.
24592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
24593         Using XOverlay public method to fire size signal.
24594
24595 2004-01-07  David Schleef  <ds@schleef.org>
24596
24597         * gst/videofilter/Makefile.am:
24598         * gst/videofilter/gstvideotemplate.c:
24599         * gst/videofilter/make_filter:
24600         Create gstvideoexample.c in a srcdir!=builddir friendly way.
24601         Convert make_filter to /bin/sh script.
24602
24603 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
24604
24605         * gst/modplug/gstmodplug.cc: fix element description
24606
24607 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24608
24609         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
24610         (got_video_size): Adding some new lines in g_print calls.
24611         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24612         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
24613         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
24614         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
24615         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
24616         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
24617         Complete code review, reverting some stuff i disagree with, adding
24618         some fixes : time synchronization on invalid timestamps, renegotiation
24619         of private window.
24620         * sys/ximage/ximagesink.h:
24621         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
24622         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
24623         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
24624         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
24625         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
24626         (gst_xvimagesink_buffer_new),
24627         (gst_xvimagesink_navigation_send_event),
24628         (gst_xvimagesink_set_xwindow_id),
24629         (gst_xvimagesink_get_desired_size),
24630         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
24631         stuff i disagree with, adding some fixes : Renegotiation of private
24632         window, implementing get_desired_size.
24633
24634 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24635
24636         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
24637         (gst_afsink_handle_event):
24638         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
24639         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
24640         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
24641         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
24642         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
24643           Fix for instantiate-test (see core). Also remove dead code from
24644           jpegenc (which still needs fixing, but that's lower on my TODO
24645           list...).
24646         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
24647           Never return NULL as caps.
24648
24649 2004-01-07  David Schleef  <ds@schleef.org>
24650
24651         * configure.ac:
24652         * ext/Makefile.am:
24653         * ext/librfb/Makefile.am:
24654         * ext/librfb/gstrfbsrc.c:
24655         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
24656         is the protocol used by VNC.
24657
24658 2004-01-07  David Schleef  <ds@schleef.org>
24659
24660         * gst/videofilter/gstvideotemplate.c:
24661         * gst/videofilter/gstvideotemplate.h:
24662         * gst/videofilter/make_filter:
24663         Merge videotemplate header into source file.
24664         * gst/effectv/Makefile.am:
24665         * gst/effectv/gsteffectv.c: (plugin_init):
24666         * gst/effectv/gstwarp.c:
24667         Make warpTV a subclass of videofilter.
24668
24669 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24670
24671         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
24672           Add guard against invalid utf-8 conversions in mad. Just in case.
24673
24674 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24675
24676         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24677           Fix for bug shown by poisoning
24678
24679 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24680
24681         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24682         (gst_v4lmjpegsrc_buffer_free):
24683         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
24684         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
24685         (gst_v4lsrc_buffer_free):
24686           Fix for removed bufferpools.
24687
24688 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24689
24690         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24691         Fix caps negotiation.
24692
24693         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
24694         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
24695         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
24696         (dvdnavsrc_event):
24697         * ext/mpeg2dec/gstmpeg2dec.c:
24698         * gst-libs/gst/navigation/navigation.c:
24699         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
24700         * gst-libs/gst/navigation/navigation.h:
24701         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
24702         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
24703         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
24704         Super-simple first version of mouse and keyboard events. Clicking
24705         on a DVD menu now works, although it may not take you where you
24706         expected.
24707
24708         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24709         * gst/videotestsrc/gstvideotestsrc.c:
24710         (gst_videotestsrc_src_fixate):
24711         These fixate functions were broken - they never actually
24712         fixated :)
24713
24714 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24715
24716         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
24717         (gst_icecastsend_init):
24718           fix for new caps system.
24719         * gst-libs/gst/mixer/mixertrack.h:
24720         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
24721           Add 'master track' flag (for tools like ACME that only want to
24722           change the main volume).
24723
24724 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24725
24726         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
24727         (gst_xvid_csp_to_caps):
24728         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
24729         * ext/xvid/gstxvidenc.c:
24730         ifdef out ARGB type when it isn't available
24731         in xvidcore 1.0.0beta2
24732
24733 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24734
24735         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
24736           When we have received a new SCR right in the first buffer after
24737           a seek (so in the same cycle that handles the discont), we should
24738           handle the buffer instead of unreffing it, else we lose data.
24739
24740 2004-01-06  Iain <iain@prettypeople.org>
24741
24742         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
24743           buffer-frames caps too.
24744
24745         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
24746           caps that we need, don't destroy them all and rebuild them. And when
24747           creating src pads, use the src pad template rather than the sink...
24748
24749 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24750
24751         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
24752           Add pad to element *after* setting functions such as event handler.
24753           Without this, the scheduler (opt) will link pads, set the event
24754           handler from the default event function (dispatcher in gstpad.c)
24755           and *after* that, we will set our own event function, which will
24756           thus never be used (and thus mpegdemux doesn't handle events).
24757
24758 2004-01-04  David Schleef  <ds@schleef.org>
24759
24760         Fix the fixate functions to handle new prototype:
24761         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24762         * gst/videotestsrc/gstvideotestsrc.c:
24763         (gst_videotestsrc_src_fixate):
24764         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24765         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
24766         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
24767
24768 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24769
24770         * sys/ximage/ximagesink.h:
24771         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24772         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
24773         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
24774         (gst_ximagesink_xoverlay_init):
24775           assorted fixes to make (re)embedding work
24776         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
24777         (gst_ximagesink_get_desired_size):
24778           implement desired size additions to XOverlay
24779
24780 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24781
24782         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
24783         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
24784         (gst_x_overlay_got_desired_size):
24785         * gst-libs/gst/xoverlay/xoverlay.h:
24786           Add optional "desired size" signal and querying.
24787
24788 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24789
24790         * gst/matroska/matroska-demux.c:
24791         (gst_matroska_demux_parse_blockgroup):
24792           Fix EBML-laced block parsing. Diffs are relative to previous
24793           lace, not the first lace. Thanks to Mosu from the Matroska
24794           team for detecting this.
24795         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24796         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
24797         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
24798         (gst_wavparse_change_state):
24799         * gst/wavparse/gstwavparse.h:
24800           Quickfix for capsnego.
24801
24802 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24803
24804         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
24805           Fix indenting, fix pad creation.
24806
24807 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24808
24809         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
24810         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
24811         (gst_xviddec_sink_link):
24812           Implement src_getcaps() so proper size caps is negotiated.
24813
24814 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24815
24816         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
24817           Finish flac decoder on EOS. See #116178.
24818
24819 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24820
24821         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
24822         (gst_matroska_demux_add_stream):
24823         * gst/matroska/matroska-ids.h:
24824           Add getcaps() function to fix capsnego...
24825
24826 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24827
24828         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24829         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
24830         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
24831           Fix more integer overflows. Again, see #126967.
24832
24833 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24834
24835         * ext/mpeg2dec/gstmpeg2dec.c:
24836           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
24837           #130416.
24838
24839 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24840
24841         * configure.ac:
24842         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
24843         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
24844         * ext/xvid/gstxvid.h:
24845         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
24846         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
24847         (gst_xviddec_src_link), (gst_xviddec_sink_link),
24848         (gst_xviddec_change_state):
24849         * ext/xvid/gstxviddec.h:
24850         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
24851         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
24852         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
24853         (gst_xvidenc_link), (gst_xvidenc_set_property),
24854         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
24855         * ext/xvid/gstxvidenc.h:
24856           Update xvid plugin to latest xvid (1.0.0-beta3) API.
24857
24858 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24859
24860         * gst/rtp/rtp-packet.c:
24861           Add sys/types.h include, since OS X doesn't define in_addr_t
24862           in netinet/in.h, like it does on Linux (see #129600).
24863
24864 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
24865
24866         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24867
24868         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
24869           Correct logic of dispose function (see #129306).
24870
24871 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24872
24873         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
24874         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
24875         (gst_mpeg_parse_init):
24876         * gst/mpegstream/gstmpegparse.h:
24877           Remove clock (which was never provided, i.e. dead code), and
24878           also fix integer overflows at high PTS values (see #126967).
24879
24880 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24881
24882         * ext/flac/gstflacdec.c:
24883         * ext/libpng/gstpngenc.h:
24884         * ext/mikmod/gstmikmod.h:
24885           OS X fixes (see #126628).
24886
24887 2004-01-02  David Schleef  <ds@schleef.org>
24888
24889         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
24890         (gst_alsa_src_base_init): Remove bogus "src" request pad.
24891         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
24892         (gst_mpeg_parse_class_init): Move pad template registration
24893         to class_init, since the derived class (mpegdemux) doesn't
24894         want them.
24895
24896 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24897
24898         * sys/ximage/Makefile.am:
24899         * sys/xvideo/Makefile.am:
24900         * sys/xvimage/Makefile.am:
24901           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
24902           after installation (see #127664).
24903
24904 2004-01-02  David Schleef  <ds@schleef.org>
24905
24906         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
24907         (gst_ffmpegenc_connect):  Negotiation fixes.
24908         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
24909         Remove inappropriate gst_caps_free().
24910         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24911         Reenable Ronald's internal resize code, since the core handles
24912         it correctly now.
24913
24914 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24915
24916         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
24917         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
24918         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
24919           Fix pad template stuff.
24920
24921 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24922
24923         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
24924         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
24925           fix signed integer reading/writing.
24926
24927 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24928
24929         * ext/alsa/README:
24930           Remove outdated document
24931
24932 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
24933
24934         * gst/cutter/gstcutter.c: (gst_cutter_init):
24935           src pad was being created twice - oops.
24936
24937 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24938
24939         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24940           Comment out internal resize. It doesn't handle the resulting
24941           XEvent internally, does another try_set_caps() which leads to
24942           a really nice loop.
24943           Real fix will come when Julien and Dave are awake. ;).
24944
24945 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24946
24947         * ext/mpeg2enc/gstmpeg2enc.cc:
24948           fix const/nonconst compile issue.
24949
24950 2004-01-02  David Schleef  <ds@schleef.org>
24951
24952         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
24953         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
24954         Add fixate function and a check for bad formats.
24955
24956 2004-01-01  David Schleef  <ds@schleef.org>
24957
24958         Negotiation fixes:
24959         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24960         (gst_audiofilter_init):
24961         * gst/debug/efence.c: (gst_efence_init):
24962         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
24963         (gst_deinterlace_init):
24964         * gst/volume/gstvolume.c: (volume_connect):
24965
24966 2004-01-01  David Schleef  <ds@schleef.org>
24967
24968         Convert elements to use gst_pad_use_explicit_caps() where
24969         appropriate:
24970         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
24971         * ext/audiofile/gstafparse.c: (gst_afparse_init),
24972         (gst_afparse_open_file):
24973         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
24974         (gst_afsrc_open_file):
24975         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
24976         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
24977         (gst_ffmpegdec_chain):
24978         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24979         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
24980         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
24981         (gst_gdk_pixbuf_chain):
24982         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
24983         (gst_jpegdec_chain):
24984         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
24985         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
24986         (gst_mikmod_negotiate):
24987         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
24988         (gst_mpeg2dec_negotiate_format):
24989         * ext/mpeg2enc/gstmpeg2enc.cc:
24990         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24991         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
24992         (gst_speexdec_sinkconnect):
24993         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
24994         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
24995         (gst_vorbisfile_new_link):
24996         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
24997         (gst_ac3parse_chain):
24998         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
24999         (gst_asf_demux_setup_pad):
25000         * gst/auparse/gstauparse.c: (gst_auparse_init),
25001         (gst_auparse_chain):
25002         * gst/id3/gstid3types.c: (gst_id3types_loop):
25003         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
25004         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
25005         (mp1videoparse_parse_seq):
25006         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
25007         (bpf_from_header):
25008         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25009         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
25010         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
25011         (gst_mpeg_parse_send_data):
25012         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25013         (gst_qtdemux_add_stream):
25014         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
25015         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25016         (gst_wavparse_parse_fmt):
25017
25018 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25019
25020         * configure.ac:
25021           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
25022           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
25023           it therefore uses the wrong include paths. Too bad... Note
25024           that 1.6.1.93 is not release yet. ;).
25025           Also add a check for mplex, which is now using the lib'ified
25026           mplex from mjpegtools, too.
25027         * ext/ffmpeg/gstffmpegcodecmap.c:
25028           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
25029           issues. I don't think ffmpeg handles 3ivx correctly, so this
25030           probably won't work. But it won't hurt either.
25031         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
25032         (gst_ffmpegdec_chain):
25033         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
25034         (gst_ffmpegenc_chain_audio):
25035           Fix memleak in audio encoding. Close codec if open fails, this
25036           calls the cleanup routines so we can re-use the context.
25037         * ext/mpeg2enc/gstmpeg2enc.cc:
25038           Fix pad template names/types, fix memory issue with getcaps().
25039         * ext/mpeg2enc/gstmpeg2encoder.cc:
25040         * ext/mpeg2enc/gstmpeg2encoder.hh:
25041           Fix compile issue with new caps system (const thingy).
25042         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
25043         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
25044           We read a first frame right on initing, so that we have a caps
25045           when we init the output. This caps is cached in padprivate and
25046           read as first frame.
25047         * ext/mplex/Makefile.am:
25048         * ext/mplex/gstmplex.cc:
25049         * ext/mplex/gstmplex.h:
25050         * ext/mplex/gstmplex.hh:
25051         * ext/mplex/gstmplexibitstream.cc:
25052         * ext/mplex/gstmplexibitstream.hh:
25053         * ext/mplex/gstmplexjob.cc:
25054         * ext/mplex/gstmplexjob.hh:
25055         * ext/mplex/gstmplexoutputstream.cc:
25056         * ext/mplex/gstmplexoutputstream.hh:
25057           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
25058           had issues, didn't do capsnego, supported only a subset of the
25059           mplex features and required a mplex fork in our local CVS. Plus
25060           that it worked agaist a very old mplex version. Rewriting was
25061           faster than updating it.
25062         * gst-libs/ext/Makefile.am:
25063         * gst-libs/ext/mplex/INSTRUCT:
25064         * gst-libs/ext/mplex/Makefile.am:
25065         * gst-libs/ext/mplex/README:
25066         * gst-libs/ext/mplex/TODO:
25067         * gst-libs/ext/mplex/ac3strm_in.cc:
25068         * gst-libs/ext/mplex/audiostrm.hh:
25069         * gst-libs/ext/mplex/audiostrm_out.cc:
25070         * gst-libs/ext/mplex/aunit.hh:
25071         * gst-libs/ext/mplex/bits.cc:
25072         * gst-libs/ext/mplex/bits.hh:
25073         * gst-libs/ext/mplex/buffer.cc:
25074         * gst-libs/ext/mplex/buffer.hh:
25075         * gst-libs/ext/mplex/fastintfns.h:
25076         * gst-libs/ext/mplex/format_codes.h:
25077         * gst-libs/ext/mplex/inputstrm.cc:
25078         * gst-libs/ext/mplex/inputstrm.hh:
25079         * gst-libs/ext/mplex/lpcmstrm_in.cc:
25080         * gst-libs/ext/mplex/mjpeg_logging.cc:
25081         * gst-libs/ext/mplex/mjpeg_logging.h:
25082         * gst-libs/ext/mplex/mjpeg_types.h:
25083         * gst-libs/ext/mplex/mpastrm_in.cc:
25084         * gst-libs/ext/mplex/mpegconsts.cc:
25085         * gst-libs/ext/mplex/mpegconsts.h:
25086         * gst-libs/ext/mplex/mplexconsts.hh:
25087         * gst-libs/ext/mplex/multplex.cc:
25088         * gst-libs/ext/mplex/outputstream.hh:
25089         * gst-libs/ext/mplex/padstrm.cc:
25090         * gst-libs/ext/mplex/padstrm.hh:
25091         * gst-libs/ext/mplex/stillsstream.cc:
25092         * gst-libs/ext/mplex/stillsstream.hh:
25093         * gst-libs/ext/mplex/systems.cc:
25094         * gst-libs/ext/mplex/systems.hh:
25095         * gst-libs/ext/mplex/vector.cc:
25096         * gst-libs/ext/mplex/vector.hh:
25097         * gst-libs/ext/mplex/videostrm.hh:
25098         * gst-libs/ext/mplex/videostrm_in.cc:
25099         * gst-libs/ext/mplex/videostrm_out.cc:
25100         * gst-libs/ext/mplex/yuv4mpeg.cc:
25101         * gst-libs/ext/mplex/yuv4mpeg.h:
25102         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
25103         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
25104           We don't fork mjpegtools' mplex in our CVS anymore.
25105         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
25106         (gst_avi_demux_add_stream):
25107         * gst/avi/gstavidemux.h:
25108           Add getcaps() function for proper caps nego. This makes some
25109           parts of AVI playback/reading work.
25110         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
25111           Resize window on new capsnego. This is probably wrong, but
25112           I'm still committing it because with current capsnego, the
25113           first successfull capsnego is auto-fixated, therefore rounded
25114           down to the lowest values in the caps. this results in a 16x16
25115           XWindow that is not reized when real capsnego finishes.
25116           Dave, I see more cases of this, do you know a proper solution?
25117         * tools/gst-launch-ext.in:
25118           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
25119
25120 2003-12-31  David Schleef  <ds@schleef.org>
25121
25122         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
25123         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
25124           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
25125
25126 2003-12-30  David Schleef  <ds@schleef.org>
25127
25128         * ext/ffmpeg/gstffmpegcolorspace.c:
25129         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25130         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
25131         (gst_ffmpegcsp_chain): Negotiation fixes
25132         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
25133         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25134         (gst_audio_convert_link), (gst_audio_convert_channels):
25135         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
25136         (gst_audioscale_link), (gst_audioscale_get_buffer),
25137         (gst_audioscale_chain): Negotiation fixes
25138         * gst/audioscale/gstaudioscale.h:
25139         * gst/videofilter/gstvideofilter.c:
25140         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
25141         (gst_videofilter_link), (gst_videofilter_init),
25142         (gst_videofilter_set_output_size), (gst_videofilter_setup),
25143         (gst_videofilter_find_format_by_structure):
25144         * gst/videofilter/gstvideofilter.h: Negotiation fixes
25145         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
25146         (gst_videoscale_link):
25147         * gst/videoscale/videoscale.c: (videoscale_get_structure),
25148         (videoscale_find_by_structure), (gst_videoscale_setup):
25149         * gst/videoscale/videoscale.h: Negotiation fixes
25150         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
25151         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
25152         function, restrict resizing to a multiple of 4 (hack until
25153         everyone supports odd sizes correctly).
25154
25155 2003-12-29  Colin Walters  <walters@verbum.org>
25156
25157         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
25158         signed.
25159
25160 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
25161
25162         * ext/sndfile/gstsf.c: (gst_sf_loop):
25163           Fix warning about discarding const qualifier
25164
25165 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
25166
25167         * gst/cutter/gstcutter.c:
25168         * gst/videoscale/gstvideoscale.c:
25169         * gst/volenv/gstvolenv.c:
25170         * gst-libs/gst/audio/audio.c:
25171         * gst-libs/gst/video/video.c:
25172           Fix warnings
25173
25174 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25175
25176         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
25177           Don't send ALSA debugging to stderr.
25178         * ext/alsa/gstalsa.h:
25179           Use GST_WARNING instead of g_warning when ALSA functions fail.
25180
25181 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25182
25183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25184           Free XVAdapterInfo correctly.
25185
25186 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25187
25188         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
25189         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
25190           Make id3tag use correct caps nego.
25191
25192 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
25193
25194         * ext/ivorbis/vorbis.c:
25195         * ext/ivorbis/vorbisenc.h:
25196         * ext/ivorbis/vorbisfile.c:
25197           Modify so that it uses the new caps things
25198
25199 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25200
25201         * testsuite/spider/spider1.c: (main):
25202         * testsuite/spider/spider2.c: (main):
25203         * testsuite/spider/spider3.c: (main):
25204           Make tests compile again. They probably don't work.
25205
25206 2003-12-24  Colin Walters  <walters@verbum.org>
25207
25208         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
25209         we can't fixate the caps anymore.
25210
25211 2003-12-23  David Schleef  <ds@schleef.org>
25212
25213         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
25214         * sys/oss/gstosssink.c: (gst_osssink_init),
25215         (gst_osssink_sink_fixate): Add fixate function.
25216
25217 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25218
25219         * ext/ffmpeg/gstffmpegcodecmap.c:
25220         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
25221         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
25222         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
25223         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
25224         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
25225         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
25226         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
25227           fix typo in RGB masks, and move back to "old" colorspace
25228           capsnego code until whoever wrote this new crap has actually
25229           tested it so that it works.
25230           And yes, this works, keep it that way please.
25231
25232 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25233
25234         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
25235         (gst_divxdec_init), (gst_divxdec_negotiate):
25236         * ext/divx/gstdivxdec.h:
25237         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
25238         (gst_divxenc_init):
25239         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
25240         (gst_faac_sinkconnect), (gst_faac_srcconnect):
25241         * ext/mpeg2enc/gstmpeg2enc.cc:
25242         * ext/mpeg2enc/gstmpeg2encoder.cc:
25243         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
25244         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
25245         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
25246         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
25247         (dxr3spusink_init):
25248         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
25249         (dxr3videosink_init):
25250           Fix caps breakage after Dave's caps branch merge.
25251
25252 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25253
25254         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25255           Fix for 24bpp display.
25256
25257 2003-12-23  Colin Walters  <walters@verbum.org>
25258
25259         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
25260         a GnomeVFSHandle directly.
25261
25262 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25263
25264         * gst/volume/Makefile.am:
25265         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
25266         (volume_base_init), (volume_init):
25267           Reenable volume element and fix to work with new caps stuff.
25268           Rhythmbox needs this.
25269
25270 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25271
25272         * gst/qtdemux/qtdemux.c: (plugin_init):
25273           qtdemux requires bytestream
25274
25275 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25276
25277         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
25278           Fix remaining caps handling errors due to CAPS merge.
25279
25280 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25281
25282         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
25283         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
25284         (gst_faad_srcconnect):
25285           Port to new caps system.
25286
25287 2003-12-21  Julien MOUTTE  <julien@moutte.net>
25288
25289         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
25290         (got_video_size), (main): using g_print instead of g_message.
25291         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
25292         signal which was not emitted because of "switch" element added to the
25293         bin but not connected. (Removing from the bin temporarily)
25294
25295 2003-12-21  Julien MOUTTE  <julien@moutte.net>
25296
25297         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
25298         find X development files. I don't understand the previous tests and
25299         they fail on my debian/ppc unstable. This one works.
25300         * examples/gstplay/player.c: (main): Set the pipeline to READY before
25301         exiting.
25302         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
25303         (gst_play_set_video_sink), (gst_play_set_audio_sink),
25304         (gst_play_set_visualization): Add some safety checks in set_ methods
25305         and state_change. This was throwing some ugly CRITICAL messages when
25306         pipeline was getting disposed and casts were failing.
25307
25308 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25309
25310         * configure.ac:
25311           Improve mpeg2enc detection. This is for distributions that do
25312           ship mjpegtools, but without mpeg2enc. Also does object check
25313           for might there ever be ABI incompatibility.
25314         * ext/mpeg2enc/gstmpeg2enc.cc:
25315           Add Andrew as second maintainer (he's helping me), and also add
25316           an error if no caps was set. This happens if I pull before capsnego
25317           and that's something I should solve sometime else.
25318         * gst/matroska/matroska-demux.c:
25319         (gst_matroska_demux_parse_blockgroup):
25320           Fix time parsing.
25321         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
25322         (gst_matroska_mux_track_header):
25323           Add caps to templates.
25324         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
25325           Add mpegversion=1 to prevent confusion with MPEG/AAC.
25326         * gst/mpegstream/gstmpegdemux.c:
25327           Remove layer since it causes warnings about unfixed caps.
25328         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25329           Fix obvious typo (we error out if caps were set, we should of
25330           course error out if *no* caps were set).
25331         * sys/oss/gstosselement.c: (gst_osselement_convert):
25332           Fix format conversion, we confused bits/bytes.
25333         * sys/oss/gstosselement.h:
25334           Improve documentation for 'bps'.
25335         * sys/v4l/TODO:
25336           Remove stuff about plugins that need removing - this was done
25337           ages ago.
25338         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
25339         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
25340         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
25341         (gst_v4lsrc_src_query):
25342         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
25343         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
25344           Add get_query_types(), get_formats() and query() functions.
25345
25346 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25347
25348         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
25349         * moved CVS to freedesktop.org