f935e7b6fdb0b8ba6a94f4af53a56f9fdab0e4c5
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-04-28  Wim Taymans  <wim@fluendo.com>
2
3         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
4         (resample_set_state_from_caps):
5         Add support for other formats audioresample can handle such as
6         32 bits in and float and 64 bits float. Fixes #301759
7
8 2006-04-28  Wim Taymans  <wim@fluendo.com>
9
10         * gst/audioconvert/audioconvert.c: (float):
11         correctly clip float samples > 1.0. Fixes #338718
12
13 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
14
15         Patch by: Young-Ho Cha  <ganadist at chollian net>
16
17         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18         (gst_text_overlay_render_text):
19           Don't strip newlines from the text. Also, center lines
20           within multi-line paragraphs (#339405).
21
22 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
23
24         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
25           Fix wavpack typefinding to work in more cases (don't peek
26           for chunks of multiple hundred kBs at once, but process
27           things step-by-step in smaller units). Fixes #339786.
28
29 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
30
31         * configure.ac:
32           back to HEAD
33
34 === release 0.10.6 ===
35
36 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
37
38         * configure.ac:
39           releasing 0.10.6, "Chao"
40
41 2006-04-26  David Schleef  <ds@schleef.org>
42
43         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
44           Fixes #338897.
45
46 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
47
48         * configure.ac:
49         * win32/common/config.h:
50           new prerelease
51
52 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
53
54         patch by: Wim Taymans
55
56         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
57         (gst_ogg_demux_perform_seek):
58           make sure correct newsegments are sent, so that the decoder
59           and the demuxer agree on timestamps.  Fixes playback of a lot
60           of Ogg files that do not start from 0.  Fixes #339833.
61
62 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
63
64         Patch by: Edward Hervey  <edward@fluendo.com>
65
66         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
67         * tests/check/Makefile.am:
68         * tests/check/elements/videorate.c: (assert_videorate_stats),
69         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
70         (videorate_suite), (main):
71           Fix an infinite loop if frames are passed in with wrongly ordered
72           timestamps.  Fixes #339013.
73
74 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
75
76         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
77
78         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
79           fix typefinding on some ISO files.  Fixes #339212.
80
81 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
82
83         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
84
85         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
86           add another H264 fourcc.  Fixes #339047.
87
88 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
89
90         Patch by: Jan Schmidt
91
92         * gst/playback/gststreamselector.c:
93         (gst_stream_selector_bufferalloc):
94           Restore old StreamSelector behaviour.
95           Fixes #338419.
96
97 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
98
99         * configure.ac:
100         * win32/common/config.h:
101           prerelease
102
103 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
104
105         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
106
107         * gst-libs/gst/rtp/gstbasertpdepayload.c:
108         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
109           Fix some memory leaks: on finalize, free buffers left in the queue
110           before destroying the queue; in _push(), unref rtp_buf even if
111           the process vfunc returned a NULL buffer as output buffer (#337548);
112           demote some recuring debug messages to LOG level.
113
114 2006-04-11  Wim Taymans  <wim@fluendo.com>
115
116         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
117         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
118         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
119         (gst_ogg_demux_loop):
120         More cleanups.
121         Respect segment stop when emiting EOS or SEGMENT_DONE.
122         Fixes (#337945).
123
124 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
125
126         * gst/playback/gststreamselector.c:
127         (gst_stream_selector_get_property):
128           Don't leak pad name.
129
130 2006-04-10  Michael Smith  <msmith@fluendo.com>
131
132         * tests/check/Makefile.am:
133         * tests/check/gst-plugins-base.supp:
134           Suppress an old libtheora bug (fixed in more recent versions), so 
135           that FC4 buildslaves can pass.
136
137 2006-04-10  Wim Taymans  <wim@fluendo.com>
138
139         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
140         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
141         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
142         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
143         (gst_ogg_demux_loop):
144         Don't leak events.
145         Remember what error we got when finding chains, if we
146         were shutdown, that would not be an error.
147
148 2006-04-10  Wim Taymans  <wim@fluendo.com>
149
150         * gst-libs/gst/audio/gstbaseaudiosink.c:
151         (gst_base_audio_sink_event):
152         Starting the ringbuffer when we did not acquire it can cause
153         a deadlock, is pointless and causes nasty things for
154         subclasses. 
155         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
156
157 2006-04-10  Wim Taymans  <wim@fluendo.com>
158
159         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
160         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
161         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
162         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
163         (gst_ogg_demux_deactivate_current_chain),
164         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
165         (gst_ogg_demux_bisect_forward_serialno),
166         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
167         Add some more debugging.
168
169 2006-04-10  Wim Taymans  <wim@fluendo.com>
170
171         * ext/theora/theoradec.c: (theora_dec_src_event),
172         (theora_handle_data_packet):
173         Some more debug info.
174
175         * tests/examples/seek/seek.c: (start_seek), (main):
176         Print element messages too.
177
178 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
179
180         * gst/audioresample/debug.h:
181           replace debug macros with variable number of parameters
182           by a simple alias to gstreamer standard debug macros 
183          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
184           supported by MSVC 6.0 and 7.1)
185         * gst/audioresample/resample.h:
186           define M_PI and rint for WIN32
187         * win32/common/libgstaudio.def:
188         * win32/common/libgstriff.def:
189         * win32/common/libgsttag.def:
190         * win32/common/libgstvideo.def:
191           add new exported functions
192         * win32/vs6:
193           update project files
194
195 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
196
197         * ext/alsa/gstalsamixeroptions.c:
198         (gst_alsa_mixer_options_class_init):
199         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
200         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
201         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
202         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
203         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
204         * gst-libs/gst/audio/gstaudiofilter.c:
205         (gst_audio_filter_class_init):
206         * gst-libs/gst/audio/gstaudiosink.c:
207         (gst_audioringbuffer_class_init):
208         * gst-libs/gst/audio/gstaudiosrc.c:
209         (gst_audioringbuffer_class_init):
210         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
211         * gst-libs/gst/interfaces/colorbalancechannel.c:
212         (gst_color_balance_channel_class_init):
213         * gst-libs/gst/interfaces/mixeroptions.c:
214         (gst_mixer_options_class_init):
215         * gst-libs/gst/interfaces/mixertrack.c:
216         (gst_mixer_track_class_init):
217         * gst-libs/gst/interfaces/tunerchannel.c:
218         (gst_tuner_channel_class_init):
219         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
220         * gst-libs/gst/netbuffer/gstnetbuffer.c:
221         (gst_netbuffer_class_init):
222         * gst-libs/gst/rtp/gstbasertppayload.c:
223         (gst_basertppayload_class_init):
224         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
225         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
226         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
227         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
228         * gst/playback/gststreamselector.c:
229         (gst_stream_selector_class_init):
230         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
231         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
232         * sys/v4l/gstv4lcolorbalance.c:
233         (gst_v4l_color_balance_channel_class_init):
234         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
235         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
236         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
237         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
238         (gst_v4l_tuner_norm_class_init):
239         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
241         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
242         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
243
244 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
245
246         * ext/pango/gsttextrender.h:
247         * gst-libs/gst/audio/gstaudiosink.h:
248         * gst-libs/gst/audio/gstaudiosrc.h:
249         * gst-libs/gst/audio/gstbaseaudiosink.h:
250         * gst-libs/gst/audio/gstbaseaudiosrc.h:
251         * gst-libs/gst/audio/gstringbuffer.h:
252         * gst-libs/gst/rtp/gstbasertpdepayload.h:
253         * gst-libs/gst/rtp/gstbasertppayload.h:
254         * gst-libs/gst/video/gstvideofilter.h:
255         * gst-libs/gst/video/gstvideosink.h:
256         * gst/playback/gstplaybasebin.h:
257         * gst/tcp/gstmultifdsink.h:
258         * sys/v4l/gstv4lelement.h:
259         Fix broken GObject macros
260
261 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
262
263         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
264         More debug to trace why my USB headset is not working with gst
265
266 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
267
268         * gst/playback/gstplaybasebin.c: (group_destroy):
269         Clean up our group elements properly in the case where it never 
270         got committed - it still got added unconditionally to the bin.
271
272 2006-04-07  Wim Taymans  <wim@fluendo.com>
273
274         * ext/theora/theoradec.c: (theora_dec_sink_event),
275         (theora_handle_data_packet), (theora_dec_chain):
276         Unref unhandled events.
277         Protect against empty buffers.
278         Perform QoS on running time.
279
280 2006-04-07  Michael Smith  <msmith@fluendo.com>
281
282         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
283         (gst_vorbis_enc_chain):
284           Remove leaks from vorbisenc.
285           Mostly minor changes, the only significant one is that now the
286           buffers we set as 'streamheader' on the caps are copies of the
287           original buffers, to avoid circular refcounting problems.
288
289 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
290
291         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
292           Don't remove our mute-probe if someone else already did so.
293           Don't set a 2nd one if there is already one pending on the pad.
294
295         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
296         (do_playbin_seek):
297           When a seek fails, ensure that playbin is still set back to playing.
298           
299         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
300         (mpeg_ts_type_find), (plugin_init):
301           Add a typefind function for mpeg-ts streams. (Closes: #336617)
302
303 2006-04-06  Andy Wingo  <wingo@pobox.com>
304
305         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
306         (gst_video_rate_init): Caps-related parameters should not be reset
307         by a flush -- move their inits to the instance init function.
308         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
309         is not OK, just return the result.
310
311         * gst/audiotestsrc/gstaudiotestsrc.c
312         (gst_audio_test_src_class_init)
313         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
314         broken by Stefan's commit on 24 March.
315
316         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
317         buffers being pushed out. Fixes oggmux ! multifdsink.
318
319 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
320
321         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
322         (gst_vorbis_dec_init), (vorbis_dec_finalize):
323         * ext/vorbis/vorbisdec.h:
324         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
325         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
326         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
327         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
328         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
329         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
330         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
331         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
332         (gst_vorbis_enc_buffer_from_packet),
333         (gst_vorbis_enc_buffer_from_header_packet),
334         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
335         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
336         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
337         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
338         (gst_vorbis_enc_change_state):
339         * ext/vorbis/vorbisenc.h:
340           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
341           vorbisenc adhere to the official nomenclature; use boilerplate
342           macro.
343
344 2006-04-04  Andy Wingo  <wingo@pobox.com>
345
346         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
347         Whoops, fix bug introduced. Bad hacker!
348         
349         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
350         Properly handle the case where you get EOS before any buffers are
351         received. Use gst_buffer_make_metadata_writable where appropriate.
352
353         * ext/theora/theoradec.c (theora_handle_data_packet): This value
354         is often negative -- make it signed so as not to wrap around.
355         Fixes segfaults introduced on 9 March.
356
357 2006-04-03  Wim Taymans  <wim@fluendo.com>
358
359         * ext/theora/gsttheoradec.h:
360         * ext/theora/theoradec.c: (theora_dec_src_event):
361         Don't try to store a gdouble in a gboolean.
362         Small cleanups.
363
364 2006-04-03  Michael Smith  <msmith@fluendo.com>
365
366         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
367           Oggmux sucks.
368           Make it suck slightly less by writing out the final page.
369           Still can't encode a vorbis-in-ogg file correctly, though.
370
371 2006-04-03  Andy Wingo  <wingo@pobox.com>
372
373         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
374         a g_print.
375
376         * ext/theora/theora.c (plugin_init): Register theoraparse.
377
378         * ext/theora/gsttheoraparse.h: 
379         * ext/theora/theoraparse.c: New files implementing a theora
380         parser. Now we can properly remux ogg/theora+vorbis, yay.
381
382         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
383
384 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
385
386         * gst/audiotestsrc/gstaudiotestsrc.c:
387           Fixed the sample pipeline (see #323798)
388
389 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
390
391         * configure.ac:
392         * win32/common/config.h:
393         * win32/common/config.h.in:
394           use AS_VERSION and AS_NANO
395           more cleanups
396
397 2006-03-31  Andy Wingo  <wingo@pobox.com>
398
399         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
400         uninitialized variable return that would happen.
401         
402         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
403         uninitialized variable return that would never happen.
404
405         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
406         (vorbis_parse_sink_event): Add an event function to flush our
407         state on a seek, and to drain buffers on a premature EOS.
408         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
409         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
410         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
411         (vorbis_parse_drain_queue): Queue up buffers until we can set
412         their timestamps and granulepos values.
413
414         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
415         and keep track of data needed for deriving granulepos and
416         timestamps for buffers.
417
418 2006-03-29  Wim Taymans  <wim@fluendo.com>
419
420         Patch by: j^ <j at bootlab dot org>
421
422         * ext/alsa/gstalsamixerelement.c:
423         (gst_alsa_mixer_element_class_init):
424         * ext/alsa/gstalsasink.c:
425         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
426         * ext/ogg/gstoggdemux.c:
427         * ext/ogg/gstoggmux.c:
428         * ext/ogg/gstoggparse.c:
429         * ext/pango/gstclockoverlay.c:
430         * ext/pango/gsttextoverlay.c:
431         * ext/pango/gsttextrender.c:
432         * ext/pango/gsttimeoverlay.c:
433         * ext/theora/theoradec.c:
434         * ext/theora/theoraenc.c:
435         * ext/vorbis/vorbisdec.c:
436         * ext/vorbis/vorbisenc.c:
437         * gst/audioconvert/gstaudioconvert.c:
438         * gst/subparse/gstsubparse.c:
439         * gst/tcp/gstmultifdsink.c:
440         * gst/tcp/gsttcpclientsink.c:
441         * gst/tcp/gsttcpclientsrc.c:
442         * gst/tcp/gsttcpserversink.c:
443         * gst/tcp/gsttcpserversrc.c:
444           better/unified long descriptions
445           Fixes #336477
446
447 2006-03-29  Wim Taymans  <wim@fluendo.com>
448
449         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
450         (stop_seek):
451         Don't let double and triple clicks mess up our state.
452
453 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
454
455         * gst/playback/gstplaybin.c: (gen_video_element),
456         (gen_text_element), (gen_audio_element), (gen_vis_element):
457           Error out gracefully when we can't create any of the usual
458           conversion elements for some reason. Also, don't try to
459           create an audioscale (sic) element that's not used anyway.
460
461 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
462
463         * gst/playback/gstplaybasebin.c: (setup_source):
464           Don't post RESOURCE_NOT_FOUND error when we can't find a source
465           element for a particular protocol, that's confusing for users.
466           Instead, post a RESOURCE_FAILED error, so that our own error
467           message is actually shown in totem etc. (#336303).
468
469 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
470
471         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
472
473         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
474         (gst_gnome_vfs_src_get_icy_metadata):
475           Fix some minor memory leaks (#336194).
476
477 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
478
479         * ext/gnomevfs/gstgnomevfs.c:
480         (gst_gnome_vfs_location_to_uri_string):
481         * ext/gnomevfs/gstgnomevfs.h:
482         * ext/gnomevfs/gstgnomevfssink.c:
483         (gst_gnome_vfs_sink_set_property):
484         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
485           Make gnomevfssink accept filenames as well as URIs for the
486           "location" property, just like gnomevfssrc does (and
487           filesrc/filesink do) (#336190).
488
489 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
490
491         * tests/check/generic/clock-selection.c: (GST_START_TEST):
492           set to NULL before unreffing, fixes a valgrind leak.
493           Why was this not triggering the error that an object needs to
494           be NULL before unreffing ?
495         * win32/common/config.h:
496           update
497
498 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
499
500         * gst/subparse/gstsubparse.c: (convert_encoding),
501         (gst_sub_parse_change_state):
502         * gst/subparse/gstsubparse.h:
503           Text subtitle files may or may not be UTF-8. If it's not, we
504           don't really want to see '?' characters in place of non-ASCII
505           characters like accented characters. So let's assume the input
506           is UTF-8 until we come across text that is clearly not. If it's
507           not UTF-8, we don't really know what it is, so try the following:
508           (a) see whether the GST_SUBTITLE_ENCODING environment variable
509           is set; if not, check (b) if the current locale encoding is
510           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
511           the current locale encoding is UTF-8 and the environment variable
512           was not set to any particular encoding. Not perfect, but better
513           than nothing (and better than before, I think) (fixes #172848).
514
515 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
516
517         * configure.ac:
518           update core requirement to 0.10.4.1 because of async_playback
519           vmethod on GstBaseSink
520
521 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
522
523         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
524         * gst/adder/gstadder.c: (gst_adder_init):
525         use DEBUG_FUNCPTR for collectpads
526
527 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
528
529         * docs/plugins/Makefile.am:
530         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
531         * docs/plugins/gst-plugins-base-plugins-sections.txt:
532         * ext/cdparanoia/gstcdparanoiasrc.c:
533         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
534         (gst_gnome_vfs_sink_class_init):
535         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
536         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
537         * ext/ogg/gstoggmux.c:
538         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
539         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
540         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
541         * ext/pango/gsttextoverlay.c:
542         * ext/pango/gsttextrender.c:
543         * ext/theora/theoradec.c:
544         * ext/theora/theoraenc.c:
545         * ext/vorbis/vorbisdec.c:
546         * ext/vorbis/vorbisenc.c:
547         * gst-libs/gst/audio/gstaudiofilter.c:
548         (gst_audio_filter_base_init):
549         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
550         (gst_audio_filter_template_base_init):
551         * gst/adder/gstadder.c: (gst_adder_get_type):
552         * gst/adder/gstadder.h:
553         * gst/audioconvert/gstaudioconvert.c:
554         * gst/audiotestsrc/gstaudiotestsrc.c:
555         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
556         (gst_audio_test_src_create):
557         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
558         * gst/playback/gstdecodebin.c:
559         * gst/playback/gstplaybin.c:
560         * gst/playback/gststreamselector.c:
561         (gst_stream_selector_base_init):
562         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
563         * gst/volume/gstvolume.c:
564         * sys/v4l/gstv4lmjpegsink.c:
565         * sys/v4l/gstv4lmjpegsrc.c:
566         * tests/check/libs/cddabasesrc.c:
567         * tests/old/examples/gob/gst-identity2.gob:
568           Add docs for adder, use GST_ELEMENT_DETAILS macro,
569           define GstElementDetails at the top
570
571 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
572
573         * win32/common/libgstinterfaces.def:
574         Add a lot of export functions for gst-python
575         * win32/vs6/libgstinterfaces.dsp:
576         Add a missing include folder in the project configuration
577         
578 2006-03-23  Wim Taymans  <wim@fluendo.com>
579
580         * gst-libs/gst/audio/gstbaseaudiosrc.c:
581         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
582         (gst_base_audio_src_change_state):
583         Fix audio sources, forgot to make the ringbuffer
584         startable...
585
586 2006-03-23  Wim Taymans  <wim@fluendo.com>
587
588         * gst-libs/gst/audio/gstbaseaudiosrc.c:
589         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
590         (gst_base_audio_src_change_state):
591         unparent instead of unref the ringbuffer.
592
593 2006-03-23  Wim Taymans  <wim@fluendo.com>
594
595         * gst-libs/gst/audio/gstbaseaudiosink.c:
596         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
597         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
598         Implement new async_play vmethod to start slaving and allow
599         playback start in case of async PLAY state changes. 
600
601         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
602         Enable QoS with new method in base class.
603
604 2006-03-23  Wim Taymans  <wim@fluendo.com>
605
606         Patch by: Julien MOUTTE <julien at moutte dot net>
607
608         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
609         (gst_video_test_src_do_seek), (gst_video_test_src_create):
610         Partially handle 0 framerate, only EOS after the first frame
611         is missing.
612
613 2006-03-23  Wim Taymans  <wim@fluendo.com>
614
615         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
616
617         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
618         (gst_riff_create_video_template_caps):
619         * gst/ffmpegcolorspace/avcodec.h:
620         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
621         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
622         (gst_ffmpegcsp_avpicture_fill):
623         * gst/ffmpegcolorspace/imgconvert.c:
624         Patch for support of YVU9 AVI files (#334822)
625
626 2006-03-22  Edward Hervey  <edward@fluendo.com>
627
628         * docs/design/design-decodebin.txt:
629         Added design document for new decodebin
630         (Target Caps): text/x-pango-markup is also a default target caps.
631
632 2006-03-22  Wim Taymans  <wim@fluendo.com>
633
634         * gst-libs/gst/audio/gstbaseaudiosink.c:
635         (gst_base_audio_sink_dispose):
636         Since we _parent the ringbuffer, we also need to
637         _unparent instead of a plain _unref.
638
639 2006-03-22  Wim Taymans  <wim@fluendo.com>
640
641         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
642         (stop_seek), (scrub_toggle_cb), (main):
643         Add scrub checkbox.
644
645 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
646
647         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
648         (gst_ogg_parse_chain):
649           Fix very inefficient usage of linked lists (#335365).
650
651 2006-03-21  Edward Hervey  <edward@fluendo.com>
652
653         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
654         * gst/playback/gstplaybin.c: (handoff):
655         * gst/playback/gststreamselector.c:
656         (gst_stream_selector_set_property):
657         gcc 4.1 unreferenced pointer fixes.
658         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
659         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
660         gst_buffer_ref() now takes a GstBuffer*.
661
662 2006-03-20  Julien MOUTTE  <julien@moutte.net>
663
664         * sys/xvimage/xvimagesink.c:
665         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
666         by Jan Schmidt.
667
668 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
669
670         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
671         (id3v1_type_find), (apetag_type_find), (plugin_init):
672           Can't do tag preferences via probability, as tags would then
673           lose against types that are recognised with MAXIMUM probability
674           (like .wav); so let all tag typefinders return MAXIMUM themselves
675           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
676           that we can prefer APE to ID3v1 (fixes #335028).
677           
678 2006-03-17  Wim Taymans  <wim@fluendo.com>
679
680         * gst-libs/gst/audio/gstbaseaudiosink.c:
681         (gst_base_audio_sink_change_state):
682         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
683         (gst_ring_buffer_may_start):
684         * gst-libs/gst/audio/gstringbuffer.h:
685         Only start playback if we are playing.
686         should fix #330748.
687
688 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
689
690         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
691         * win32/common/config.h:
692           Revert accidental commits to these files.
693
694 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
695
696         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
697
698         * tests/Makefile.am:
699           Don't try to build tests in tests/icles if we
700           don't have X (#323852)
701
702 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
703
704         * gst-libs/gst/tag/gstid3tag.c:
705           Add TXXX frame identifiers for replaygain stuff as used
706           by some taggers (see #323721).
707
708 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
709
710         * gst/playback/gststreamselector.c:
711         (gst_stream_selector_set_property),
712         (gst_stream_selector_bufferalloc):
713           Preserve the existing buggy streamselector behaviour by performing
714           a fallback buffer allocation when downstream isn't linked yet.
715           This should really be fixed in playbin by blocking pads until it's
716           linked them.
717           Also, use gst_pad_alloc_buffer instead of
718           gst_pad_alloc_buffer_and_set.
719
720 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
721
722         * gst-libs/gst/tag/gstid3tag.c:
723           Don't crash on unknown ID3v2 TXXX frames.
724           
725 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
726
727         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
728           Chain up to the parent finalize method.
729           Add 32-bit sample size to the template caps.
730
731         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
732         (gst_riff_create_video_template_caps):
733           Add the fourcc that the VMWare codec uses.
734           
735         * gst/playback/gststreamselector.c:
736         (gst_stream_selector_set_property),
737         (gst_stream_selector_bufferalloc),
738         (gst_stream_selector_request_new_pad):
739           For the active pad, forward buffer-alloc requests, otherwise
740           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
741           having to memcpy every frame when used by playbin.
742
743         * gst/tcp/gstmultifdsink.c:
744         (gst_multi_fd_sink_handle_client_write):
745           Get negotiated caps from the sink pad, rather than the sink
746           pad's peer.
747
748 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
749
750         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
751         
752         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
753           Don't forget to set src->callbacks_pushed to FALSE again when
754           popping them, otherwise re-activation in a different mode won't
755           work (#334620).
756
757 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
758
759         Patch by: Sebastien Moutte  <sebastien moutte net>
760
761         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
762         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
763         (gst_ffmpeg_smpfmt_to_caps):
764           Replace __VA_ARGS__ caps creation macros with varargs functions.
765           Makes things compile on MSVC (#320765), looks nicer, and we can
766           tell the compiler to check for the NULL terminator.
767
768 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
769
770         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
771
772         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
773           Make sure the buffer we copy into is really always big
774           enough, this time for real (#333488).
775           
776 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
777
778         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
779           Add support for 24bpp DIB (#305279).
780
781 2006-03-14  Wim Taymans  <wim@fluendo.com>
782
783         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
784         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
785         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
786         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
787         (gst_video_scale_init), (gst_video_scale_src_event):
788         Re-enable QoS after the release.
789         Rework videoscale to use the base class src_event handler.
790
791 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
792
793         * configure.ac:
794           back to CVS.
795
796 === release 0.10.5 ===
797
798 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
799
800         * configure.ac:
801           releasing 0.10.5, "Net"
802
803 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
804
805         * docs/plugins/Makefile.am:
806           Part of previous cdparanoiasrc docs fixes, forgot to commit.
807           
808 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
809
810         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
811         * docs/plugins/gst-plugins-base-plugins-sections.txt:
812         * docs/plugins/gst-plugins-base-plugins.hierarchy:
813           Add cdparanoiasrc to docs.
814
815         * gst-libs/gst/cdda/gstcddabasesrc.c:
816           More GstCddaBaseSrc docs.
817
818 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
819
820         * docs/libs/gst-plugins-base-libs-sections.txt:
821         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
822         * gst-libs/gst/tag/tag.h:
823           API: libgsttag: new method gst_tag_from_id3_user_tag().
824
825 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
826
827         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
828           NULL-terminate array of mpeg4 video file extensions.
829           Fixes crash on PPC (#334226).
830
831 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
832
833         * ext/gnomevfs/gstgnomevfssrc.c:
834         (gst_gnome_vfs_src_check_get_range):
835           gnome_vfs_uri_is_local() alone is not a good indicator
836           whether we can operate in pull-mode with a specific URI,
837           as it returns FALSE for file:// URIs that point to an
838           NFS-mounted path. Be more conservative here: whitelist
839           local files, blacklist http URIs and use the old
840           mechanism for anything else (fixes #334216).
841
842 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
843
844         * configure.ac:
845           back to trunk
846
847 === release 0.10.4 ===
848
849 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
850
851         * configure.ac:
852           releasing 0.10.4, "Power"
853
854 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
855
856         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
857         Disable max-lateness by setting it to -1 for now, so that 
858         we can bed QoS stuff in thoroughly between now and the next
859         release.
860
861 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
862
863         Patch by: Fabrizio Gennari
864
865         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
866           Make sure we don't read beyond the palette buffer in case of
867           broken or manipulated files (#333488)
868
869 2006-03-10  Edward Hervey  <edward@fluendo.com>
870
871         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
872         Fix for variable not initialized.
873
874 2006-03-09  Wim Taymans  <wim@fluendo.com>
875
876         * ext/libvisual/visual.c: (gst_visual_get_type),
877         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
878         (gst_visual_chain):
879         Small cleanups.
880
881         * ext/theora/gsttheoradec.h:
882         * ext/theora/theoradec.c: (gst_theora_dec_init),
883         (gst_theora_dec_reset), (_theora_granule_time),
884         (theora_dec_src_convert), (theora_dec_sink_convert),
885         (theora_dec_src_query), (theora_dec_src_event),
886         (theora_dec_sink_event), (theora_handle_comment_packet),
887         (theora_handle_header_packet), (theora_dec_push),
888         (theora_handle_data_packet), (theora_dec_chain),
889         (theora_dec_change_state):
890         Add simple QoS.
891
892 2006-03-09  Wim Taymans  <wim@fluendo.com>
893
894         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
895         (audiocast_register_listener), (gst_gnome_vfs_src_start):
896         Some cleanups.
897
898 2006-03-09  Wim Taymans  <wim@fluendo.com>
899
900         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
901         Don't try to activate NULL chains.
902
903 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
904
905         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
906           Fix invalid memory access to region before peek'd data (#332964).
907
908 2006-03-09  Wim Taymans  <wim@fluendo.com>
909
910         Patch by: Christophe Fergeau
911
912         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
913         * ext/pango/gsttextrender.c: (gst_text_render_init):
914         * gst/adder/gstadder.c: (gst_adder_init):
915         Don't leak padtemplates, closes #333510.
916
917 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
918
919         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
920           Fix invalid memory access: make sure string passed to
921           regexec() is NUL-termianted.
922
923 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
924
925         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
926         (mp3_type_find):
927           Refactor mpeg/audio typefinding to make it more maintainable
928           and easier to fine-tune. Make probing into middle of the file
929           work properly (fixes #333900, also see #152688).
930
931 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
932
933         * gst/typefind/gsttypefindfunctions.c:
934         (utf8_type_find_have_valid_utf8_at_offset):
935           Remove part from previous commit that was bogus:
936           g_utf8_validate() does in fact not accept embedded
937           zeroes, so we don't need to check for those (thanks
938           to Mike for the hint).
939
940 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
941
942         * gst/typefind/gsttypefindfunctions.c:
943         (utf8_type_find_count_embedded_zeroes),
944         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
945           Make plain/text typefinder more conservative: firstly, check
946           for embedded zeroes, which are perfectly valid UTF-8 characters,
947           but also a fairly good sign that something is not a plain text
948           file; secondly, probe into the middle of the file if possible.
949           If we can't probe into the middle, limit the probability value
950           to be returned to TYPE_FIND_POSSIBLE (see #333900).
951
952 2006-03-08  Michael Smith  <msmith@fluendo.com>
953
954         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
955           Make typefind function name for mpeg4 video unique.
956
957 2006-03-08  Wim Taymans  <wim@fluendo.com>
958
959         * ext/libvisual/visual.c: (gst_visual_init),
960         (gst_visual_clear_actors), (gst_visual_dispose),
961         (gst_visual_reset), (gst_visual_src_setcaps),
962         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
963         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
964         (gst_visual_chain), (gst_visual_change_state):
965         Cleanups, post nice errors.
966         Handle sink and src events.
967         Implement simple QoS.
968
969         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
970         Use new basesink methods to configure max-lateness.
971         Small doc update.
972
973         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
974         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
975         Debug statement cleanups.
976
977         * gst/volume/gstvolume.c: (gst_volume_class_init):
978         Simple cleanup.
979
980 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
981
982         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
983         (gst_text_overlay_init), (gst_text_overlay_set_property),
984         (gst_text_overlay_get_property):
985           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
986           as string type properties, but mark them deprecated. Add
987           'halignment' and 'valignment' properties that use enums
988           instead of strings.
989
990 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
991
992         Patch by: Fabrizio Gennari
993
994         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
995           Allow palettes with less than 256 colours in AVI files
996           (#333488)
997
998 2006-03-07  Julien MOUTTE  <julien@moutte.net>
999
1000         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
1001         (gst_text_overlay_video_event): Fix wrong EOS handling on text
1002         pad. We were releasing the queued text buffer when we should keep
1003         it until video pad gets EOS or discard the text buffer because it's
1004         too old. That was eating the last subtitle buffer. Add some more
1005         debug.
1006
1007 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
1008
1009         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
1010         (gst_text_overlay_video_chain):
1011           Fix invalid memory access (we can't access a buffer after it's been
1012           pushed downstream without taking a reference); fix memory leak (if
1013           there's no text to render, bail out before allocating stuff).
1014
1015 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
1016
1017         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1018         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
1019         * ext/pango/gsttextoverlay.h:
1020           If input is plain text, escape it before passing it to
1021           pango_layout_set_markup().
1022
1023 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
1024
1025         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
1026           Don't ignore flow return from gst_pad_push().
1027
1028 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
1029
1030         Patch by: Fabrizio Gennari
1031
1032         * ext/libvisual/visual.c: (gst_visual_getcaps),
1033         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
1034         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
1035         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
1036         (gst_vorbisenc_convert_sink):
1037         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
1038         (gst_audio_duration_from_pad_buffer):
1039         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
1040         (gst_audio_filter_chain):
1041         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1042         (gst_base_rtp_depayload_setcaps):
1043         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
1044         (gst_video_get_size):
1045         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
1046           Don't leak references returned by gst_pad_get_parent()
1047           (#333663)
1048
1049 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
1050
1051         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
1052           change location param details
1053         * gst/volume/gstvolume.c: (plugin_init):
1054           correct plugin description
1055
1056 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
1057
1058         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
1059         (gst_gnome_vfs_src_check_get_range):
1060           Override GstBaseSrc::check_get_range() in order to avoid opening
1061           the resource just to check whether we can operate in pull-mode or
1062           not - we can predict that pretty well from the URI alone. Should
1063           fix problems with last.fm (#331690). (Requires latest core CVS).
1064
1065 2006-03-06  Wim Taymans  <wim@fluendo.com>
1066
1067         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
1068         (gst_video_sink_class_init):
1069         Throw away frames that are later than 20 ms.
1070
1071 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
1072
1073         Patch by: Fabrizio Gennari
1074
1075         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1076           Set depth on WMA caps (#333545)
1077
1078 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1079
1080         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
1081         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
1082           put Theora BOS pages before others.  This hardcodes
1083           the Ogg/Theora I profile, but hey.
1084
1085 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1086
1087         * ext/ogg/README:
1088           updated with some examples
1089         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
1090         (granulepos_add), (theora_buffer_from_packet):
1091         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
1092         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
1093         (gst_vorbisenc_chain):
1094           implement strategy from ext/ogg/README
1095         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
1096         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1097         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
1098         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
1099           Fix muxer so that oggz-validate is happy with all streams;
1100           except for no eos mark, and the BOS page ordering
1101         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
1102         (check_buffer_granulepos):
1103         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
1104           update tests to check for OFFSET being set as requested
1105           fixed type of granulepos, it's not a ClockTime
1106
1107 2006-03-05  Julien MOUTTE  <julien@moutte.net>
1108
1109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1110         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
1111         Check that the xvimage we are creating has a correct size
1112         before returning it. (#314897)
1113
1114 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
1115
1116         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1117           Give id3 and ape tag typefinders a rank slightly higher
1118           than PRIMARY to ensure they're always run before any of
1119           the other typefinders (in particular wav and mp3) (#324186).
1120
1121 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
1122
1123         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1124           Add support for '3IVD' fourcc (#333403).
1125
1126 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
1127
1128         * configure.ac:
1129           Bump requirements to GStreamer CVS for the new error enum.
1130
1131         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
1132           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
1133           space left on the device (fixes #333352).
1134
1135 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
1136
1137         * win32/vs6:
1138           add a project file for libgstvolume
1139           update the workspace
1140
1141 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1142
1143         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
1144         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
1145         (GST_START_TEST):
1146           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
1147           Set IN_CAPS on header buffers
1148
1149 2006-03-02  Wim Taymans  <wim@fluendo.com>
1150
1151         * docs/plugins/Makefile.am:
1152         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1153         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1154         Add audioresample to docs.
1155
1156         * gst/audioconvert/gstaudioconvert.c:
1157         Add revision date.
1158
1159         * gst/audioresample/gstaudioresample.c:
1160         (gst_audioresample_base_init), (gst_audioresample_class_init),
1161         (gst_audioresample_init), (gst_audioresample_dispose),
1162         (audioresample_get_unit_size), (audioresample_transform_caps),
1163         (resample_set_state_from_caps), (audioresample_transform_size),
1164         (audioresample_set_caps), (audioresample_event),
1165         (audioresample_do_output), (audioresample_transform),
1166         (audioresample_pushthrough), (gst_audioresample_set_property),
1167         (gst_audioresample_get_property), (plugin_init):
1168         * gst/audioresample/gstaudioresample.h:
1169         Added docs.
1170         Small code cleanups.
1171
1172 2006-03-02  Wim Taymans  <wim@fluendo.com>
1173
1174         * docs/plugins/Makefile.am:
1175         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1176         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1177         Added videoscale to docs.
1178
1179         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
1180         (gst_video_rate_swap_prev), (gst_video_rate_event),
1181         (gst_video_rate_chain):
1182         Fix typo in docs.
1183
1184         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
1185         (gst_video_scale_init), (gst_video_scale_prepare_size),
1186         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
1187         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
1188         * gst/videoscale/gstvideoscale.h:
1189         Added docs, examples.
1190         Some code cleanups.
1191         Post errors instead of g_warning.
1192
1193 2006-03-02  Wim Taymans  <wim@fluendo.com>
1194
1195         * docs/libs/gst-plugins-base-libs-docs.sgml:
1196         * docs/libs/gst-plugins-base-libs-sections.txt:
1197         * docs/libs/gst-plugins-base-libs.types:
1198         * docs/plugins/Makefile.am:
1199         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1200         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1201         Added some more docs to libs and plugins.
1202
1203         * gst-libs/gst/audio/gstringbuffer.c:
1204         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
1205         * gst-libs/gst/audio/gstringbuffer.h:
1206         Document ringbuffer some more.
1207
1208         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
1209         (gst_video_rate_setcaps), (gst_video_rate_reset),
1210         (gst_video_rate_init), (gst_video_rate_flush_prev),
1211         (gst_video_rate_swap_prev), (gst_video_rate_event),
1212         (gst_video_rate_chain), (gst_video_rate_change_state):
1213         * gst/videorate/gstvideorate.h:
1214         Fix videorate to use segments.
1215         Make it work with 0/1 framerates (closes #331903)
1216         Handle EOS correctly.
1217         Added docs.
1218
1219 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
1220
1221         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
1222         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
1223         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
1224           In state change function, first chain up to parent class,
1225           then handle downwards state change stuff. Remove some
1226           commented out cruft from 0.8 code.
1227
1228 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
1229
1230         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
1231         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
1232         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
1233         (gst_ogm_parse_chain):
1234           Don't remove/re-add source pad if the new caps are the same as
1235           the old caps anyway (#333042). When removing source pad, don't
1236           unref it afterwards - we didn't ref it when adding. Sprinkle some
1237           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
1238           after using gst_pad_get_parent(). Return downstream flow return
1239           value in chain function.
1240
1241 2006-03-02  Wim Taymans  <wim@fluendo.com>
1242
1243         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1244         * docs/plugins/gst-plugins-base-plugins.args:
1245         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1246         * docs/plugins/gst-plugins-base-plugins.interfaces:
1247         * docs/plugins/gst-plugins-base-plugins.signals:
1248         Fix hierarchy, added some more elements to the docs.
1249
1250         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1251         (gst_ffmpegcsp_get_type):
1252         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
1253         Fix docs for ffmpegcolorspace.
1254
1255 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
1256
1257         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
1258         (apetag_type_find), (ape_type_find), (plugin_init):
1259           Some typefinding fine-tuning:
1260           - rank ID3/APE tags in order of preference via probabilities, so that
1261             ID3v2 > APEv2 > APEv1 > ID3v1.
1262           - three or four bytes don't really justify MAXIMUM probability,
1263             change those to 'very likely' (musepack and monkeysaudio).
1264
1265 2006-03-01  Wim Taymans  <wim@fluendo.com>
1266
1267         * docs/plugins/Makefile.am:
1268         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1269         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1270         * ext/alsa/gstalsamixer.c:
1271         * ext/alsa/gstalsamixer.h:
1272         * ext/alsa/gstalsamixerelement.c:
1273         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
1274         * ext/alsa/gstalsamixerelement.h:
1275         * ext/alsa/gstalsasink.c:
1276         * ext/alsa/gstalsasink.h:
1277         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
1278         (gst_alsasrc_init):
1279         * ext/alsa/gstalsasrc.h:
1280         Added alsa docs.
1281         Small code cleanups.
1282
1283 2006-03-01  Wim Taymans  <wim@fluendo.com>
1284
1285         * ext/theora/Makefile.am:
1286         Dist new header too,
1287
1288 2006-03-01  Wim Taymans  <wim@fluendo.com>
1289
1290         * docs/plugins/Makefile.am:
1291         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1292         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1293         * ext/gnomevfs/gstgnomevfssink.h:
1294         * ext/gnomevfs/gstgnomevfssrc.h:
1295         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1296         * ext/vorbis/vorbisdec.h:
1297         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
1298         * ext/vorbis/vorbisenc.h:
1299         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
1300         (vorbis_parse_chain), (vorbis_parse_change_state):
1301         * ext/vorbis/vorbisparse.h:
1302         * gst/audioconvert/gstaudioconvert.h:
1303         * gst/tcp/gsttcpserversink.h:
1304         * gst/videotestsrc/gstvideotestsrc.c:
1305         * gst/videotestsrc/gstvideotestsrc.h:
1306         * gst/volume/gstvolume.c:
1307         * gst/volume/gstvolume.h:
1308         Fix some more docs.
1309         Added docs for vorbisdec and vorbisparse.
1310         Fix vorbisparse.
1311
1312 2006-03-01  Wim Taymans  <wim@fluendo.com>
1313
1314         * docs/plugins/Makefile.am:
1315         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1316         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1317         * ext/pango/gstclockoverlay.h:
1318         * ext/pango/gsttextoverlay.h:
1319         * ext/pango/gsttextrender.h:
1320         * ext/pango/gsttimeoverlay.h:
1321         * ext/theora/gsttheoradec.h:
1322         * ext/theora/gsttheoraenc.h:
1323         * ext/theora/theoradec.c:
1324         * ext/theora/theoraenc.c:
1325         * gst/audioconvert/gstaudioconvert.h:
1326         * gst/audiotestsrc/gstaudiotestsrc.h:
1327         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
1328         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
1329         * gst/tcp/gstmultifdsink.h:
1330         Updated/added documentation.
1331
1332         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
1333         (gst_text_overlay_halign_get_type),
1334         (gst_text_overlay_wrap_mode_get_type),
1335         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
1336         (gst_text_overlay_init), (gst_text_overlay_set_property),
1337         (gst_text_overlay_get_property):
1338         Fix up properties to be enums instead of string to make bindings,
1339         introspection and automatic GUI creation possible.
1340         Add getters for the properties.
1341
1342 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
1343
1344         * gst/audiotestsrc/gstaudiotestsrc.c:
1345           added defines of M_PI and M_PI_2
1346         * gst/ffmpegcolorspace/avcodec.h:
1347           removed #include "stdint.h" for win32 as _stdint.h is 
1348           autogenerated to win32/common
1349         * win32/common/libgstaudio.def:
1350         * win32/common/libgsttag.def:
1351           added some exports
1352         * win32/vs6:
1353           some project files bugs corrected
1354         * win32/vs7:
1355           project files are reset to the default vs7 configuration 
1356           (they link to msvcr71.dll using default optimizations)
1357           
1358 2006-02-28  Wim Taymans  <wim@fluendo.com>
1359
1360         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
1361         Fix some docs.
1362
1363 2006-02-28  Edward Hervey  <edward@fluendo.com>
1364
1365         * ext/alsa/gstalsasrc.c:
1366         Set proper class on the ElementDetails:
1367         Source/Audio instead of Src/Audio/
1368
1369 2006-02-28  Edward Hervey  <edward@fluendo.com>
1370
1371         * gst/videoscale/vs_scanline.c:
1372         (vs_scanline_resample_nearest_RGBA):
1373         Revert optimization in videoscale. It should go in liboil and have
1374         an appropriate liboil function.
1375
1376 2006-02-28  Wim Taymans  <wim@fluendo.com>
1377
1378         * gst-libs/gst/audio/gstbaseaudiosink.c:
1379         (gst_base_audio_sink_provide_clock):
1380         Don't try to provide a clock in the NULL state.
1381
1382 2006-02-28  Wim Taymans  <wim@fluendo.com>
1383
1384         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
1385         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
1386         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1387         (gst_ogg_demux_deactivate_current_chain),
1388         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
1389         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
1390         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
1391         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
1392         Use GstSegment infrastructure to remove duplicated code
1393         and handle more seek cases correctly.
1394
1395 2006-02-28  Wim Taymans  <wim@fluendo.com>
1396
1397         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1398         (gst_ffmpegcsp_transform):
1399         Don't ignore return code from ffmpeg convert function.
1400
1401         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
1402         Split out some long statements to ease debugging.
1403
1404 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
1405
1406         * ext/libvisual/visual.c: (gst_visual_init),
1407         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
1408         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
1409         being able to renegotiate the size. Instead, use the negotiation
1410         algorithm from the goom plugin to pick an initial output caps. 
1411
1412         Also, allow theoretical libvisual plugins that might support non-GL 
1413         output even if they also do GL.
1414
1415 2006-02-26  Julien MOUTTE  <julien@moutte.net>
1416
1417         * ext/libvisual/visual.c: (gst_visual_init),
1418         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
1419         (plugin_init): Load only non GL plugins. Fix some memleaks and 
1420         possible negotiation issues.
1421
1422 2006-02-25  Julien MOUTTE  <julien@moutte.net>
1423
1424         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
1425
1426 2006-02-24  Michael Smith  <msmith@fluendo.com>
1427
1428         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
1429         (cmml_type_find), (plugin_init):
1430           Fix CMML type find function to not require a specific minor version
1431           of the CMML header.
1432
1433           Add an MPEG4 video elementary stream typefind function.
1434
1435 2006-02-04  Michael Smith  <msmith@fluendo.com>
1436
1437         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
1438         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
1439         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1440         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
1441         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
1442         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
1443           Annodex support in ogg demuxer. Doesn't do very much without the
1444           other annodex patches (to come).
1445
1446 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1447
1448         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
1449
1450         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1451           Pick up palette for MS video v1 (#327028)
1452
1453 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1454
1455         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1456         (gst_ffmpegcsp_caps_remove_format_info),
1457         (gst_ffmpegcsp_get_unit_size):
1458           The 'palette_data' field from incoming RGB caps shouldn't be
1459           proxied on outgoing YUV caps; also, restrict unit size
1460           adjustment in case of paletted data only to the unit that
1461           actually has a palette. Fixes #330711.
1462
1463 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1464
1465         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1466         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
1467         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
1468         (gst_ffmpegcsp_get_unit_size):
1469           Plug some memory leaks.
1470
1471 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1472
1473         * sys/ximage/Makefile.am:
1474         * sys/xvimage/Makefile.am:
1475           Add some _CFLAGS and _LIBS that seem to be missing
1476           and/or required for Cygwin (see #317048).
1477
1478 2006-02-22  Wim Taymans  <wim@fluendo.com>
1479
1480         * ext/alsa/gstalsasrc.c:
1481         Fix description as pointed out by caugier.
1482
1483 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
1484
1485         Reviewed by : Edward Hervey  <edward@fluendo.com>
1486
1487         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1488         (qt_type_find):
1489         Better 3gp typefinding (#331526).
1490
1491 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
1492
1493         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1494           Don't send EOS event here, the base class will send one for us.
1495
1496         * gst/playback/gstplaybasebin.c: (prepare_output):
1497           Subpictures without video stream aren't allowed either.
1498         
1499         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1500           Fix debug statement copy'n'paste-o.
1501
1502 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
1503
1504         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
1505           Fix issues with mixer keeping state when muting/unmuting
1506           and when changing the volume whilst muted (see #331763
1507           and #331765).
1508
1509 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
1510
1511         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
1512         (parse_subrip), (gst_sub_parse_format_autodetect):
1513           Set right caps given that we send escaped text. Also,
1514           honour <i></i>, <b></b> and <u></u> markers that can be found
1515           in .srt files (fixes #310202).
1516
1517 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
1518
1519         * gst-libs/gst/audio/mixerutils.c:
1520         (element_factory_rank_compare_func):
1521           Make order in which elements are tried more determinable.
1522
1523 2006-02-20  Julien MOUTTE  <julien@moutte.net>
1524
1525         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
1526         (remove_element_chain), (cleanup_decodebin),
1527         (gst_decode_bin_change_state): Make decodebin reusable by
1528         fixing remove_element_chain first and then introduce a
1529         cleaner in state change to ->NULL. (Closes #331678)
1530
1531 2006-02-19  Wim Taymans  <wim@fluendo.com>
1532
1533         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
1534         use 0666 mask when creating files so umask gets applied
1535         correctly. Fixes #331295.
1536
1537 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1538
1539         * gst/subparse/Makefile.am:
1540         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
1541         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
1542         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
1543         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
1544         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
1545         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
1546         * gst/subparse/gstssaparse.h:
1547         * gst/subparse/gstsubparse.c: (plugin_init):
1548           Add very basic parser for SSA subtitle streams (as often
1549           found in matroska files).
1550
1551 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1552
1553         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
1554           That should be text/x-pango-markup, not text/x-pango-layout.
1555
1556 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1557
1558         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
1559         Polishing.
1560
1561 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1562
1563         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1564         (gst_text_overlay_finalize), (gst_text_overlay_init),
1565         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1566         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1567         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
1568         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
1569         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
1570         Fix state change deadlock.
1571
1572 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1573
1574         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1575         (gst_text_overlay_finalize), (gst_text_overlay_init),
1576         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1577         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1578         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
1579         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
1580         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
1581         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
1582         and subtitles files.
1583
1584 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1585
1586         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
1587         should be considered as raw.
1588
1589 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1590
1591         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
1592         (cb_probe):
1593         * gst/playback/gststreaminfo.h: Introduce language informations.
1594
1595 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
1596
1597         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1598         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
1599         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1600         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
1601         Set shared memory segments to be deleted as soon as we have attached,
1602         that way they get cleaned up automatically if we crash.
1603
1604 2006-02-18  Julien MOUTTE  <julien@moutte.net>
1605
1606         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
1607         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
1608         functions are called with lock held.
1609
1610 2006-02-18  Julien MOUTTE  <julien@moutte.net>
1611
1612         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1613         (gst_text_overlay_finalize), (gst_text_overlay_init),
1614         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1615         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1616         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1617         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1618         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1619         (gst_text_overlay_change_state): Refactoring of textoverlay
1620         without collectpads. This now supports sparse subtitles coming
1621         from a demuxer instead of a sub file. Seeking is still broken 
1622         though. Need to discuss with wtay some more on how to handle
1623         seeking correctly.
1624         * ext/pango/gsttextoverlay.h:
1625         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
1626         subtitles coming from the demuxer.
1627
1628 2006-02-17  Wim Taymans  <wim@fluendo.com>
1629
1630         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
1631         (gst_vorbisenc_convert_sink):
1632         Use some more scaling functions.
1633
1634 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
1635
1636         * ext/cdparanoia/gstcdparanoiasrc.c:
1637         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
1638         (gst_cd_paranoia_paranoia_callback),
1639         (gst_cd_paranoia_src_signal_is_being_watched),
1640         (gst_cd_paranoia_src_read_sector):
1641         * ext/cdparanoia/gstcdparanoiasrc.h:
1642           Add back 'transport-error' and 'uncorrected-error' signals and
1643           make them actually be fired when bad stuff happens (#319340).
1644
1645 2006-02-17  Wim Taymans  <wim@fluendo.com>
1646
1647         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
1648         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1649         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
1650         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
1651         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
1652         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
1653         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
1654         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1655         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
1656         (gst_ring_buffer_clear):
1657         Small cleanups.
1658         Added some G_LIKELY.
1659
1660 2006-02-17  Wim Taymans  <wim@fluendo.com>
1661
1662         * gst-libs/gst/audio/TODO:
1663         Update TODO
1664
1665         * gst-libs/gst/audio/gstbaseaudiosink.c:
1666         (gst_base_audio_sink_get_offset):
1667         When trying to play samples ASAP and we don't have a
1668         previous sample, try to play at position 0 instead of
1669         an invalid position.
1670
1671 2006-02-17  Wim Taymans  <wim@fluendo.com>
1672
1673         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
1674         (gst_alsasink_reset):
1675         Also release lock when we get an error in _reset();
1676         fix an error message.
1677
1678 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1679
1680         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
1681         (gst_alsasink_init), (get_channel_free_structure),
1682         (caps_add_channel_configuration), (gst_alsasink_getcaps),
1683         (gst_alsasink_close):
1684         * ext/alsa/gstalsasink.h:
1685           Add support for more than 2 channels (#326720).
1686
1687 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1688
1689         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1690           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
1691           with 4 or 6 channels, assume a default channel layout to make things
1692           work (not sure there's anything else we can do in those cases).
1693
1694 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1695
1696         * gst-libs/gst/audio/multichannel.c:
1697           Minor docs fix.
1698
1699         * gst-libs/gst/riff/Makefile.am:
1700         * gst-libs/gst/riff/riff-ids.h:
1701         * gst-libs/gst/riff/riff-media.c:
1702         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
1703           Add support for WAVEFORMATEX, eg. PCM audio with more than two
1704           channels and a channel layout map.
1705           
1706 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
1707
1708         Reviewed by Edward Hervey  <edward@fluendo.com>
1709
1710         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
1711         C-level optimization of the RGBA nearest neighbour function.
1712         Eventually this might end up in liboil with vectorized versions.
1713
1714 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1715
1716         * gst-libs/gst/audio/multichannel.c:
1717         (gst_audio_get_channel_positions):
1718           When we have more than 2 channels, but no channel layout is
1719           specified in the caps, return some default channel layout
1720           to the caller and warn about about a possibly buggy element
1721           (could be buggy filtercaps as well of course) (#317038).
1722
1723 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1724
1725         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1726           Add gst-libs/gst/cdda to list of lib search paths.
1727
1728 2006-02-15  Andy Wingo  <wingo@pobox.com>
1729
1730         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
1731         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
1732         to the Lord Jesus that I do not have to touch the ogg muxer ever
1733         again.
1734
1735 2006-02-15  Edward Hervey  <edward@fluendo.com>
1736
1737         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1738         quicktime movie files can also contain 'uuid' atoms.
1739
1740 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
1741
1742         * gst/audioconvert/plugin.c: (plugin_init):
1743           Register the GstAudioChannelPosition enum type with the type
1744           system in the plugin_init function, so that it is known before
1745           any element actually makes use of multi-channel stuff. This is
1746           required for example if one wants to be able to deserialise/use
1747           a caps string with channel positions before any pipeline has
1748           been setup and started, like with gst-launch.
1749
1750 2006-02-14  Wim Taymans  <wim@fluendo.com>
1751
1752         * gst-libs/gst/audio/gstringbuffer.c:
1753         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
1754         (gst_ring_buffer_samples_done), (wait_segment),
1755         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
1756         Add some compiler G_(UN_)LIKELY help.
1757         SIGNAL the ringbuffer waiters when going to PAUSED as well to
1758         make sure they can exit their functions. Should fix #330748
1759
1760 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1761
1762         * Makefile.am:
1763         * configure.ac:
1764         * win32/MANIFEST:
1765         * win32/common/_stdint.h:
1766           Windows does not have long long; copy the generated _stdint.h
1767         * win32/common/interfaces-enumtypes.c:
1768         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
1769         (gst_mixer_track_flags_get_type),
1770         (gst_tuner_channel_flags_get_type):
1771         * win32/common/multichannel-enumtypes.c:
1772         (gst_audio_channel_position_get_type):
1773           update
1774
1775 2006-02-13  Wim Taymans  <wim@fluendo.com>
1776
1777         * gst-libs/gst/audio/gstbaseaudiosink.c:
1778         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
1779         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1780         Always sync on first sample we receive when starting.
1781
1782 2006-02-13  Wim Taymans  <wim@fluendo.com>
1783
1784         * gst/playback/gstplaybin.c: (gen_vis_element):
1785         Update vis bin docs.
1786         Move queue after tee so we don't queue video buffers but
1787         audio samples instead. Fixes problems where the video queue
1788         is filled and the audio queue empty.
1789
1790 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
1791
1792         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1793           No need to push an EOS event here, GstBaseSrc will do that for us
1794           when we return FLOW_UNEXPECTED.
1795           
1796 2006-02-12  Wim Taymans  <wim@fluendo.com>
1797
1798         * gst-libs/gst/audio/gstbaseaudiosink.c:
1799         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
1800         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
1801         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1802         Use scale functions when possible.
1803         Fix error messages.
1804         Free clockid when after waiting for EOS.
1805         Use G_(UN_)LIKLY when it makes sense.
1806         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
1807
1808 2006-02-12  Edward Hervey  <edward@fluendo.com>
1809
1810         * gst/playback/gstplaybasebin.c: (prepare_output): 
1811         Remove stray semi-colon (fixes #330888).
1812
1813 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
1814
1815         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
1816         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1817         Fix up the XShm call testing so that we catch errors, and don't
1818         cause new ones by attempting to detach from a segment we failed
1819         to attach to. Fixes #312439.
1820
1821 2006-02-10  Edward Hervey  <edward@fluendo.com>
1822
1823         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1824         Added flv file typefind (video/x-flv).
1825
1826 2006-02-10  Edward Hervey  <edward@fluendo.com>
1827
1828         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1829         (gst_riff_create_video_template_caps):
1830         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
1831         Also added the caps to the default set of riff video caps.
1832
1833 2006-02-09  Andy Wingo  <wingo@pobox.com>
1834
1835         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
1836         time and the end time of the last packet in the page.
1837         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
1838         on the pages in our queue, set the duration as well. Reflow a
1839         debug statement.
1840         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
1841         Fixes bad muxing order.
1842
1843 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1844
1845         * gst-libs/gst/rtp/gstbasertppayload.c:
1846         (gst_basertppayload_setcaps), (gst_basertppayload_push):
1847           update seqnum before setting it on the packet; this makes sure
1848           that the timestamp and seqnum properties match after pushing
1849           a buffer
1850
1851 2006-02-09  Andy Wingo  <wingo@pobox.com>
1852
1853         * gst-libs/gst/audio/gstringbuffer.c
1854         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
1855         overflow after 13.5 hours of recording. Kapow!
1856
1857         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
1858         the buffer size -- we don't care about underrun/overrun reporting
1859         right now, just need to return a useful value.
1860
1861 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
1862
1863         * configure.ac:
1864           Back to CVS
1865
1866 === release 0.10.3 ===
1867
1868 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
1869
1870         * configure.ac:
1871           releasing 0.10.3, "Under Pressure"
1872
1873 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1874
1875         * configure.ac:
1876         Drat. Bump libtool version number for new API.
1877         Prelease 0.10.2.3 (of 0.10.3)
1878
1879 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1880
1881         * configure.ac:
1882         * win32/common/config.h:
1883         0.10.2.2 prerelease (of 0.10.3).
1884
1885 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1886
1887         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
1888           Revert Andy's newsegment change pending a more correct
1889           fix.
1890
1891 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1892
1893         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1894         (qt_type_find), (plugin_init):
1895           detect more files as 3gp
1896           group and reorder the iso file formats
1897
1898 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1899
1900         * ext/vorbis/vorbis.c: (plugin_init):
1901           Register musicbrainz tags, so apps don't have to.
1902
1903 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1904
1905         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
1906         (gst_tag_to_vorbis_tag):
1907           Make sure we called gst_tag_register_musicbrainz_tags()
1908           before possibly mapping a vorbiscomment string from/to a
1909           musicbrainz tag.
1910
1911 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1912
1913         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
1914           In case we can't find the required number of consecutive
1915           mpeg audio frames to positively identify an MPEG audio
1916           stream, check if there's at least a valid mpeg audio
1917           frame right at offset 0 and if so suggest mpeg/audio
1918           caps with a very low probability (#153004).
1919
1920 2006-02-07  Andy Wingo  <wingo@pobox.com>
1921
1922         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
1923         a TIME segment if we get timestamped buffers. Requires recent
1924         fixes in core to work properly.
1925
1926 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1927
1928         * gst/playback/gstplaybasebin.c: (prepare_output):
1929           Don't print the URI as part of the error message, it
1930           makes error dialogs look rather ugly, especially if
1931           the URI is very long or has characters in it that
1932           need escaping.
1933
1934 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1935
1936         * gst/playback/gstplaybasebin.c: (prepare_output):
1937           Error out if we have only text or subtitles, but nothing
1938           else. Also error out if we have subtitles but no video
1939           stream.
1940
1941 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1942
1943         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1944           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
1945           Post an error message on the bus when we encounter an
1946           error, which will hopefully be more meaningful than the
1947           'Internal Flow Error' message users get to see if we
1948           just return GST_FLOW_ERROR.
1949
1950 2006-02-07  Andy Wingo  <wingo@pobox.com>
1951
1952         * configure.ac (GST_MAJORMINOR): Update core version req to
1953         0.10.2.2, for the collectpads API addition (#330244).
1954
1955 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
1956
1957         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1958           Return FALSE from plugin_init() when GnomeVFS can't
1959           be initialised for some reason (#328423).
1960
1961 2006-02-06  Julien MOUTTE  <julien@moutte.net>
1962
1963         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
1964         Stick to seeking theory until i find the bug.
1965         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
1966
1967 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1968
1969         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1970         (theora_enc_finalize), (theora_enc_sink_setcaps),
1971         (theora_set_header_on_caps), (theora_enc_chain),
1972         (theora_enc_change_state):
1973         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
1974           Make theoraenc and the tests leak free. Like, really.
1975
1976 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1977
1978         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1979         (theora_enc_finalize), (theora_enc_sink_setcaps):
1980           Add a finalize method to ensure we clean up state even if
1981           someone omitted the state change back to NULL.
1982
1983         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
1984         (gst_vorbisenc_chain):
1985           Free some more leaked bits.
1986
1987         * tests/check/pipelines/theoraenc.c: (start_pipeline),
1988         (stop_pipeline):
1989           Wait for state changes to happen if they're ASYNC.
1990
1991           This ought to teach those fancy pants buildbots a lesson.
1992
1993 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1994
1995         * gst-libs/gst/tag/gstid3tag.c:
1996           Add mapping for ID3 International Standard Recording Code
1997           tag "TSRC"
1998
1999 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
2000
2001         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
2002           Don't leak tag names.
2003
2004 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
2005
2006         * docs/libs/gst-plugins-base-libs-docs.sgml:
2007         * docs/libs/gst-plugins-base-libs-sections.txt:
2008         * gst-libs/gst/tag/gstid3tag.c:
2009         * gst-libs/gst/tag/gstvorbistag.c:
2010         * gst-libs/gst/tag/tags.c:
2011           Split libgsttag docs into multiple sections.
2012
2013 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
2014
2015         * docs/libs/Makefile.am:
2016         * docs/libs/gst-plugins-base-libs-docs.sgml:
2017         * docs/libs/gst-plugins-base-libs-sections.txt:
2018         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
2019         * gst-libs/gst/tag/gstvorbistag.c:
2020         * gst-libs/gst/tag/tag.h:
2021         * gst-libs/gst/tag/tags.c:
2022           Add libgsttag to the docs.
2023
2024 2006-02-05  Julien MOUTTE  <julien@moutte.net>
2025
2026         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
2027         (gst_text_overlay_init), (gst_text_overlay_src_event),
2028         (gst_text_overlay_collected): Fix clockoverlay.
2029
2030 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
2031
2032         * docs/libs/compiling.sgml:
2033           Fix typo: it's pkg-config, not pkg-gconfig
2034
2035         * docs/libs/gst-plugins-base-libs-docs.sgml:
2036         * docs/libs/gst-plugins-base-libs-sections.txt:
2037         * docs/libs/tmpl/gstgconf.sgml:
2038           There is no libgstgconf in 0.10, remove it
2039           from the docs.
2040
2041 2006-02-05  Julien MOUTTE  <julien@moutte.net>
2042
2043         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
2044         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2045         (gst_text_overlay_src_event), (gst_text_overlay_collected):
2046         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2047         (gst_sub_parse_class_init), (gst_sub_parse_init),
2048         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
2049         (parse_mpsub), (parser_state_init), (handle_buffer),
2050         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
2051         * gst/subparse/gstsubparse.h: Introduce seeking code.
2052
2053 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
2054
2055         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2056           Add comment about LANGUAGE tag inconsistency (we want
2057           ISO-639-1, but extract three-letter identifiers?)
2058
2059         * po/POTFILES.in:
2060           Add two translatable files.
2061
2062 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
2063
2064         * gst-libs/gst/tag/Makefile.am:
2065         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2066         * gst-libs/gst/tag/tag.h:
2067         * gst-libs/gst/tag/tags.c:
2068         (gst_tag_register_musicbrainz_tags_internal),
2069         (gst_tag_register_musicbrainz_tags):
2070           Forward-port some tags stuff from the 0.8 branch. This is
2071           mostly the addition of musicbrainz tags and their mapping
2072           to vorbistags, and a vorbistag mapping of the language tag.
2073
2074 2006-02-05  Julien MOUTTE  <julien@moutte.net>
2075
2076         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
2077         refactoring.
2078
2079 2006-02-04  David Schleef  <ds@schleef.org>
2080
2081         * ext/ogg/gstoggmux.c:
2082         * gst/typefind/gsttypefindfunctions.c:
2083           Add Dirac typefinding and add dirac format to oggmux.
2084
2085 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
2086
2087         * gst/playback/gstdecodebin.c: (try_to_link_1):
2088           Don't put essential function call into
2089           g_return_*() macro, otherwise it'll all be
2090           replaced by NOOPs when compiling with
2091           G_DISABLE_CHECKS defined.
2092
2093 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
2094
2095         * ext/ogg/gstoggdemux.c:
2096         * ext/ogg/gstoggparse.c:
2097         * gst/tcp/gsttcpserversink.c:
2098         * sys/v4l/v4lsrc_calls.c:
2099         * sys/v4l/v4lsrc_calls.h:
2100         Just make it compile with --disable-gst-debug.
2101
2102 2006-02-03  Wim Taymans  <wim@fluendo.com>
2103
2104         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
2105         (gst_alsasink_class_init), (gst_alsasink_init),
2106         (gst_alsasink_write), (gst_alsasink_reset):
2107         * ext/alsa/gstalsasink.h:
2108         Add lock to protect alsa calls.
2109         Implement reset to flush samples ASAP, does not work
2110         with dmix though.
2111
2112 2006-02-02  Wim Taymans  <wim@fluendo.com>
2113
2114         * gst-libs/gst/audio/gstbaseaudiosink.c:
2115         (gst_base_audio_sink_provide_clock):
2116         Ugh.. getting late I guess...
2117
2118 2006-02-02  Wim Taymans  <wim@fluendo.com>
2119
2120         * gst-libs/gst/audio/gstbaseaudiosink.c:
2121         (gst_base_audio_sink_provide_clock),
2122         (gst_base_audio_sink_set_property),
2123         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
2124         Don't try to provide a clock when we are not negotiated since
2125         we might not be able to make it run.
2126
2127 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
2128
2129         * gst/playback/gstdecodebin.c: (try_to_link_1):
2130           Unlinking two source pads is ... hard.
2131
2132 2006-02-02  Wim Taymans  <wim@fluendo.com>
2133
2134         * gst-libs/gst/audio/TODO:
2135         Updated.
2136
2137         * gst-libs/gst/audio/gstbaseaudiosink.c:
2138         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
2139         On EOS, wait till the last sample is played before posting EOS.
2140
2141 2006-02-01  Philippe Kalaf <burger at speedy dot org>
2142
2143         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2144           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
2145           setting queue_delay to zero. Also avoid thread being started if
2146           queue_delay is zero.
2147
2148 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2149
2150         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
2151           Make test work again by connecting fakesinks to each decoded pad,
2152           which makes the pipeline wait until each fakesink has a buffer
2153           queued before going to PAUSED state. At that point we know the
2154           decodebin pads are negotiated.
2155
2156 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2157
2158         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
2159         (gst_cdda_base_src_handle_event):
2160         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
2161           Pass unhandled queries to the parent class's query function.
2162
2163 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2164
2165         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
2166         (gst_ogg_pad_src_query):
2167         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
2168         * ext/theora/theoradec.c: (theora_dec_src_query),
2169         (theora_dec_sink_query):
2170         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2171         (vorbis_dec_sink_query):
2172         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
2173         (gst_vorbisenc_sink_query):
2174         * gst/adder/gstadder.c: (gst_adder_query):
2175           Pass unhandled queries upstream instead of just
2176           dropping them (#326447). Also, fix supported
2177           query types list for some elements.
2178
2179 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2180
2181         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
2182         (paris_type_find), (ilbc_type_find), (plugin_init):
2183           Fix typefinding for audio/x-au, audio/x-paris and
2184           audio/iLBC-sh. We cannot use the START_WITH macros
2185           here, because there can only be one typefind factory
2186           with the same name (caps), so the second one would
2187           replace the first one and the first one would never
2188           be called when doing typefinding (see #161712).
2189           
2190
2191 2006-01-31  Wim Taymans  <wim@fluendo.com>
2192
2193         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
2194         (vorbis_handle_header_packet), (vorbis_dec_push),
2195         (vorbis_handle_data_packet):
2196         Use scale_int when we can, add some more scaling.
2197         Check packettype before parsing it.
2198
2199 2006-01-31  Wim Taymans  <wim@fluendo.com>
2200
2201         * ext/theora/theoradec.c: (_theora_granule_time),
2202         (theora_dec_src_convert), (theora_dec_sink_convert):
2203         Call right _scale functions.
2204         Use parameter instead of some other random value.
2205
2206 2006-01-31  Wim Taymans  <wim@fluendo.com>
2207
2208         * ext/theora/theoradec.c: (_theora_granule_frame),
2209         (_theora_granule_time), (_inc_granulepos),
2210         (theora_dec_src_convert), (theora_dec_sink_convert),
2211         (theora_handle_type_packet), (theora_handle_data_packet),
2212         (theora_dec_chain):
2213         Use higher precision timestamps calculation.
2214         Convert some other conversions to _scale.
2215
2216 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
2217
2218         * gst/audiotestsrc/gstaudiotestsrc.c:
2219         (gst_audio_test_src_create_sine_table), (plugin_init):
2220         * gst/volume/gstvolume.c: (plugin_init):
2221           initialize gst_controller before using
2222
2223 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
2224
2225         * tests/check/pipelines/theoraenc.c:
2226         * tests/check/pipelines/vorbisenc.c:
2227         Define constant using G_GINT64_CONSTANT to avoid errors when
2228         passing it around - otherwise it gets truncated to 32 bits.
2229
2230         Fixes failing tests.
2231
2232 2006-01-31  Andy Wingo  <wingo@pobox.com>
2233
2234         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
2235         caps being set doesn't have a framerate value. Basically a stopgap
2236         measure.
2237
2238         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
2239         technically correct enough to put into core though.
2240         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
2241         DURATION. Fixes theoraenc ! oggmux.
2242
2243         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
2244         fraction, not double.
2245
2246 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
2247
2248         * win32/vs7:
2249         add vs7 project files created by Sergey Scobich
2250
2251 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
2252
2253         * win32/vs8:
2254         add vs8 project files created by Sergey Scobich
2255         
2256 2006-01-30  Andy Wingo  <wingo@pobox.com>
2257
2258         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
2259         timestamp + duration, not just timestamp -- ogg pages should be
2260         ordered by stop time. Necessary fix given the change in vorbis
2261         timestamps.
2262
2263         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
2264         (gst_theora_enc_init): Pull the granule shift out of the encoder.
2265         (granulepos_add): New function, handles the messiness of adjusting
2266         granulepos values.
2267         (theora_buffer_from_packet):
2268         (theora_enc_chain):
2269         (theora_enc_sink_event): Use granulepos_add, not +.
2270
2271         * tests/check/pipelines/theoraenc.c
2272         (check_buffer_granulepos_from_starttime): Just check the frame
2273         count, not the actual granulepos -- we can't dictate to the
2274         encoder when it should be placing keyframes.
2275
2276 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2277
2278         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
2279           SERVICE_NOT_AVAILABLE happens for example when you're trying to
2280           play an http:// stream from a server that's not serving
2281
2282 2006-01-30  Andy Wingo  <wingo@pobox.com>
2283
2284         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
2285         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
2286         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
2287         available.
2288
2289         * ext/theora/gsttheoraenc.h:
2290         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
2291         although theoraenc was timestamping correctly. Added handling of
2292         streams that start with nonzero timestamps.
2293
2294         * tests/check/Makefile.am:
2295         * tests/check/pipelines/theoraenc.c: New file, basically does same
2296         tests as vorbisenc.
2297
2298         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
2299
2300 2006-01-30  Wim Taymans  <wim@fluendo.com>
2301
2302         * gst-libs/gst/audio/gstaudiosink.c:
2303         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
2304         (gst_audioringbuffer_pause):
2305         Implement pause that does not wait for completion.
2306
2307         * gst-libs/gst/audio/gstbaseaudiosink.c:
2308         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2309         Don't drop buffers when going to PAUSED but perform preroll on
2310         remaining samples now that core base class supports this.
2311
2312         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
2313         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
2314         (gst_ring_buffer_commit):
2315         Pause should not signal waiters.
2316         Implement return value of _commit correctly.
2317
2318 2006-01-30  Andy Wingo  <wingo@pobox.com>
2319
2320         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
2321
2322         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
2323         updated to timestamp from the first sample, not the last.
2324         (gst_vorbisenc_buffer_from_header_packet): New function, takes
2325         special care of granulepos and timestamp for header packets.
2326         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
2327         when the first buffer has a nonzero timestamp.
2328
2329         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
2330         (GstVorbisEnc.subgranule_offset): New members. Take care of the
2331         case when the first audio buffer we get has a nonzero timestamp.
2332         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
2333         properly timestamp vorbis buffers with the time of the first
2334         sample, not the last.
2335         
2336         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
2337         vorbis_granule_time_copy -- now it takes the granule/subgranule
2338         offset into account.
2339
2340         * tests/check/pipelines/vorbisenc.c: New test for correctness of
2341         timestamps, durations, and granulepos on buffers produced by
2342         vorbisenc.
2343
2344 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
2345
2346         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2347         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
2348           Patch from Eric Jonas to support conversions to/from UYVY 
2349           (Fixes: #324626)
2350
2351 2006-01-30  Julien MOUTTE  <julien@moutte.net>
2352
2353         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
2354         (setup_subtitle), (setup_source), (set_active_source):
2355         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
2356         (gen_text_element), (gen_audio_element), (gen_vis_element),
2357         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
2358
2359 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
2360
2361         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
2362         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
2363                 use gst_guint64_to_gdouble to be compliant with vs6
2364         * gst/playback/gstdecodebin.c: (try_to_link_1)
2365         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
2366                 use G_GINT64_CONSTANT for int64 constants
2367         * win32/common/libgstinterfaces.def:
2368                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
2369         * win32/vs6:
2370                 update and add new project files
2371                 
2372 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2373
2374         * Makefile.am:
2375         * win32/MANIFEST:
2376         * win32/common/interfaces-enumtypes.c:
2377         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
2378         (gst_mixer_track_flags_get_type),
2379         (gst_tuner_channel_flags_get_type):
2380         * win32/common/interfaces-enumtypes.h:
2381         * win32/common/multichannel-enumtypes.c:
2382         (gst_audio_channel_position_get_type):
2383         * win32/common/multichannel-enumtypes.h:
2384           add a win32-update rule like in core, and copy over enumtypes files
2385
2386 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2387
2388         * win32/MANIFEST:
2389         * win32/common/config.h:
2390         * win32/common/config.h.in:
2391           add config files just like in core
2392
2393 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
2394
2395         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
2396           Make gcc-4.1 happy (part of #327357).
2397
2398 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2399
2400         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
2401         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
2402         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
2403         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
2404         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
2405         (gst_alsasrc_unprepare), (gst_alsasrc_read):
2406           Update all error messages.  All of them should either use
2407           the default translated message, or actually provide a
2408           translatable string.
2409           Make the string for channel count problems meaningful.
2410
2411 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2412
2413         * sys/v4l/v4l_calls.c: (gst_v4l_open):
2414           check for and throw RESOURCE_BUSY
2415
2416 2006-01-27  David Schleef  <ds@schleef.org>
2417
2418         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
2419           checked in this change -- it requires liboil features not
2420           in 0.3.6.  Revert parts.
2421
2422 2006-01-27  David Schleef  <ds@schleef.org>
2423
2424         * REQUIREMENTS:
2425         * configure.ac: update liboil requirement to 0.3.6
2426         * gst/videoscale/Makefile.am:
2427         * gst/videoscale/vs_scanline.c: liboilify
2428
2429 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
2430
2431         * ext/libvisual/visual.c: (get_buffer):
2432           When pad_alloc returns a GstFlowReturn other
2433           than GST_FLOW_OK, make sure it is passed upstream.
2434
2435 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
2436
2437         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
2438         (gst_alsasink_class_init):
2439           Free the device name string.
2440
2441         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2442         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
2443         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
2444           Don't remove a pad from the collectpads structure until it
2445           is released - it's a request pad, and may receive data again
2446           if the element gets moved back to PLAYING state.
2447
2448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2449           Ensure we turn on double buffering on the Xv port, and
2450           set the colour key to something dark and mysterious that
2451           isn't black.
2452
2453 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2454
2455         * ext/alsa/gstalsaplugin.c: (plugin_init):
2456         * ext/cdparanoia/gstcdparanoiasrc.c:
2457         (gst_cd_paranoia_src_base_init), (plugin_init):
2458         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
2459         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
2460           - a library should not call setlocale. see "Libraries" node in
2461             gettext manual
2462           - make sure all plugins that use translation do bindtextdomain
2463             to point to the localedir
2464         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
2465         (setup_sinks), (plugin_init):
2466           all this, and check for NULL when creating sinks
2467
2468 2006-01-27  Julien MOUTTE  <julien@moutte.net>
2469
2470         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
2471         (plugin_init): Make typefinding of subtitles work again.
2472
2473 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
2474
2475         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2476         (mp3_type_frame_length_from_header), (mp3_type_find),
2477         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
2478         (plugin_init):
2479           Backport a bunch of typefinding fixes from the 0.8 branch.
2480           Also, improve wavpack typefinding: if we can't peek the
2481           entire wavpack block, try to parse the bits we can get and
2482           see if we find what we're looking for in those.
2483
2484 2006-01-26  Julien MOUTTE  <julien@moutte.net>
2485
2486         * sys/ximage/ximagesink.c:
2487         (gst_ximagesink_calculate_pixel_aspect_ratio):
2488         * sys/xvimage/xvimagesink.c:
2489         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
2490         more cases of pixel aspect ratio.
2491
2492 2006-01-26  Edward Hervey  <edward@fluendo.com>
2493
2494         * gst/playback/gstdecodebin.c: (pad_probe):
2495         Also consider the flush-start and tag events as unblockers
2496         for the pad probes.
2497
2498 2006-01-26  Julien MOUTTE  <julien@moutte.net>
2499
2500         * gst/playback/gstplaybin.c: (gst_play_bin_init),
2501         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
2502         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
2503         On the fly visualisation switch, works disabling, enabling as
2504         well but it won't be able to enable vis in a playbin that was
2505         created with no visualisation.
2506
2507 2006-01-25  Wim Taymans  <wim@fluendo.com>
2508
2509         * gst-libs/gst/audio/gstbaseaudiosink.c:
2510         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2511         Undo previous commit that returned WRONG_STATE sooner, it breaks 
2512         resume after pause.
2513
2514 2006-01-25  Wim Taymans  <wim@fluendo.com>
2515
2516         * gst-libs/gst/audio/gstbaseaudiosink.c:
2517         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
2518         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
2519         Improve debugging.
2520         Post error when caps cannot be parsed.
2521         Resync on discontinuity in the stream.
2522         Clip samples to segment boundaries.
2523         return WRONG_STATE sooner when we are flushing.
2524
2525         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
2526         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
2527         Make audiosrc operate in TIME.
2528         Set TIMESTAMP and DURATION on buffers.
2529
2530 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
2531
2532         * tests/examples/seek/seek.c: (main):
2533           Output tag messages as well.
2534
2535 2006-01-23  Edward Hervey  <edward@fluendo.com>
2536
2537         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2538         (free_pad_probes), (remove_fakesink), (pad_probe),
2539         (close_pad_link), (gst_decode_bin_change_state):
2540         Replace GstPadBlockCallback with pad probes that detect
2541         first buffer AND eos before removing fakesink.
2542         Fixes hang with demuxers doing EOS while pre-rolling.
2543         Solves #328279
2544
2545 2006-01-23  Andy Wingo  <wingo@pobox.com>
2546
2547         * ext/alsa/gstalsasink.c:
2548         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2549         (gst_base_rtp_depayload_setcaps),
2550         (gst_base_rtp_depayload_add_to_queue),
2551         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
2552         
2553         Patch by: Jens Granseuer <jensgr at gmx dot net>
2554
2555 2006-01-22  Julien MOUTTE  <julien@moutte.net>
2556
2557         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
2558         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2559         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
2560         frames. We might get a frame destroyed after changing state to
2561         NULL, adding a safety check on xcontext.
2562
2563 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
2564
2565         * gst-libs/gst/interfaces/xoverlay.c:
2566           Fix prepare-xwindow-id code example in the docs - we need to
2567           ignore all messages that aren't element messages as well.
2568           
2569 2006-01-21  Julien MOUTTE  <julien@moutte.net>
2570
2571         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2572           I think one day i'll completely undestand how caps negotiation
2573           is supposed to work. This refactoring handles buffer_alloc
2574           called with caps we can't handle. We definitely don't want a
2575           set_caps with those caps, so we define and allocate a buffer
2576           we would like to receive.
2577
2578 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
2579
2580         * gst/playback/gstplaybasebin.c: (setup_source):
2581           Free iterator when done.
2582
2583 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
2584
2585         * gst-libs/gst/audio/gstbaseaudiosink.c:
2586         (gst_base_audio_sink_render):
2587           Fix playback of non-synchronised streams by assuming a rate
2588           of 1.0 instead of a random one.
2589
2590           Makes this work again:
2591
2592           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
2593           endianness=(int)4321, signed=(boolean)true, width=(int)16,
2594           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
2595           audioresample ! alsasink
2596
2597 === release 0.10.2 ===
2598
2599 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
2600
2601         * configure.ac:
2602           releasing 0.10.2, "Then the devil is six"
2603
2604 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
2605
2606         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2607         * gst/playback/gststreamselector.c:
2608         (gst_stream_selector_set_property):
2609           Comment out broken code that connects to the state-changed signal.
2610           At this point, changing current stream selection is broken, but 
2611           stuff like gst-launch playbin current-audio=1 works and filters
2612           to the chosen stream.
2613
2614 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2615
2616         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
2617           Fix #327216 (null dereference in vorbisdec)
2618
2619 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
2620
2621         * ext/theora/theoradec.c: (theora_handle_comment_packet):
2622           Post taglist actually on bus instead of just freeing it
2623           (fixes #327114 and totem bug #327080).
2624
2625         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
2626           Use gst_element_found_tags_for_pad(), so that the tags
2627           are sent downstream as an event as well.
2628
2629 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2630
2631         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2632         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
2633         (gst_ximagesink_buffer_alloc):
2634         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
2635         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
2636         (gst_xvimagesink_buffer_alloc):
2637           move all regularly occurring messages to GST_LOG level
2638           add some more object logs
2639
2640 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2641
2642         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
2643           fix a silly segfault
2644
2645 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
2646
2647         * docs/libs/gst-plugins-base-libs-docs.sgml:
2648         * docs/libs/gst-plugins-base-libs-sections.txt:
2649         * gst-libs/gst/audio/mixerutils.c:
2650         * gst-libs/gst/audio/mixerutils.h:
2651           Add docs for mixerutils stuff.
2652
2653 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
2654
2655         * gst/playback/gstplaybasebin.c: (setup_source):
2656           Fix playback for sources that emit raw audio or
2657           raw video streams (e.g.: cd audio sources) (#325984).
2658
2659 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2660
2661         * gst-libs/gst/audio/mixerutils.c:
2662         (gst_audio_mixer_filter_do_filter):
2663           actually save the element we create
2664
2665 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
2666
2667         * gst-libs/gst/cdda/gstcddabasesrc.c:
2668         (gst_cdda_base_src_handle_track_seek):
2669           No need to post a tag message on the bus when seeking
2670           within the same track, only post it when the current
2671           track changes.
2672
2673 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2674
2675         * gst/playback/gstplaybasebin.c: (group_destroy),
2676         (probe_triggered), (new_decoded_pad), (mute_group_type),
2677         (set_active_source):
2678         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2679         * gst/playback/gststreamselector.c:
2680         (gst_stream_selector_base_init),
2681         (gst_stream_selector_set_property),
2682         (gst_stream_selector_request_new_pad):
2683           Reenable stream selection. These mechanisms need a complete overhaul
2684           in the face of 0.8->0.10 changes though.
2685
2686 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2687
2688         * ext/ogg/gstoggdemux.c:
2689           Change the pad template to src_%d to match the pads that 
2690           are created from it. decodebin needs this information in order
2691           to decide that oggdemux is capable of producing multiple pads
2692           (and hence needs queues inserted).
2693
2694         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2695         (gst_ogg_mux_collected):
2696           Make debug output more useful by using GST_PTR_FORMAT.
2697
2698 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2699
2700         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2701
2702         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
2703           Set depth and width for alaw/mulaw (fixes #326601).
2704
2705 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2706
2707         * tests/icles/Makefile.am:
2708           don't build the tests if we don't have the libs
2709
2710 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2711
2712         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
2713         (gst_cd_paranoia_paranoia_callback):
2714           Don't try to free NULL pointers.
2715
2716 2006-01-10  Edward Hervey  <edward@fluendo.com>
2717
2718         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
2719         (gst_audio_rate_change_state), (plugin_init):
2720         Add debugging category.
2721         Fix type issues.
2722         Add case for incoming buffers without valid offset/offset_end.
2723
2724 2006-01-10  Michael Smith  <msmith@fluendo.com>
2725
2726         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
2727           Don't leak GCond in audio sources.
2728
2729 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
2730
2731         * gst/playback/gstplaybin.c: (gen_audio_element):
2732           Don't leak an autoaudiosink/alsasink when we generate
2733           a new audio element. (old code, I guess)
2734
2735 2006-01-10  Michael Smith  <msmith@fluendo.com>
2736
2737         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
2738           Support float audio in audiorate.
2739           Use width rather than depth for selecting sample width.
2740
2741 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2742
2743         * gst/videotestsrc/videotestsrc.h:
2744           Use GLib types here (that way we don't have to include the
2745           generated _stdint.h header, which makes life easier for win32
2746           folks that don't use autotools for the build) (#325990, patch
2747           by: Sergey Scobich).
2748
2749 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2750
2751         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2752         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2753         (gst_ring_buffer_pause), (wait_segment):
2754         * gst-libs/gst/audio/gstringbuffer.h:
2755           Name (private) union, makes Forte compiler happy (this time
2756           for real) (#324900).
2757
2758 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2759
2760         * gst-libs/gst/audio/Makefile.am:
2761           Link against libgstinterfaces, needed for mixer
2762           and property probe stuff.
2763
2764 2006-01-09  Edward Hervey  <edward@fluendo.com>
2765
2766         * gst-libs/gst/Makefile.am:
2767
2768 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2769
2770         * gst-libs/gst/audio/Makefile.am:
2771         * gst-libs/gst/audio/mixerutils.c:
2772         (gst_audio_mixer_filter_do_filter),
2773         (gst_audio_mixer_filter_check_element),
2774         (gst_audio_mixer_filter_probe_feature),
2775         (element_factory_rank_compare_func),
2776         (gst_audio_default_registry_mixer_filter):
2777         * gst-libs/gst/audio/mixerutils.h:
2778           Add gst_audio_default_registry_mixer_filter() utility
2779           function.
2780
2781 2006-01-03  Michael Smith  <msmith@fluendo.com>
2782
2783         * gst/audioresample/resample.h:
2784           As before, but for o_buf
2785
2786 2006-01-03  Michael Smith  <msmith@fluendo.com>
2787
2788         * gst/audioresample/resample.h:
2789           Declare struct _ResampleState.buffer as unsigned char *, not void *,
2790           since we do arithmetic on it.
2791
2792 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
2793
2794         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2795         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2796         (gst_ring_buffer_pause), (wait_segment):
2797         * gst-libs/gst/audio/gstringbuffer.h:
2798           Sun's Forte compiler doesn't seem to like anonymous structs,
2799           so use same setup as in GstBaseSrc (fixes #324900).
2800
2801 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
2802
2803         * configure.ac:
2804         * gst/volume/Makefile.am:
2805         * gst/volume/demo.c:
2806           move old example to tests/examples/volume/volune.c
2807         * tests/examples/Makefile.am:
2808         * tests/examples/seek/seek.c: (main):
2809           change window-close event from "delete-event" to "destroy"
2810         * tests/examples/volume/Makefile.am:
2811         * tests/examples/volume/volume.c: (value_changed_callback),
2812         (setup_gui), (message_received), (eos_message_received), (main):
2813           fix event handling and bus usage
2814
2815 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
2816
2817         * gst/audiotestsrc/gstaudiotestsrc.c:
2818         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
2819         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
2820         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
2821         (gst_audio_test_src_create_square),
2822         (gst_audio_test_src_create_saw),
2823         (gst_audio_test_src_create_triangle),
2824         (gst_audio_test_src_create_silence),
2825         (gst_audio_test_src_create_white_noise),
2826         (gst_audio_test_src_create_pink_noise),
2827         (gst_audio_test_src_init_sine_table),
2828         (gst_audio_test_src_create_sine_table),
2829         (gst_audio_test_src_change_wave),
2830         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
2831         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
2832         * gst/audiotestsrc/gstaudiotestsrc.h:
2833           update to basesrc changes, implement segmented seeking and eos
2834           handling, add a 'sine-tab' waveform for performance critical playback
2835
2836 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2837
2838         * po/POTFILES.in:
2839           ... and this time the other modified file that I missed last time.
2840
2841 2005-12-29  Michael Smith  <msmith@fluendo.com>
2842
2843         * gst/playback/gstdecodebin.c: (new_pad):
2844           Fix non-C89 variable declaration not at the start of a block. Should
2845           help some compilers.
2846
2847 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2848
2849         * tests/check/Makefile.am:
2850           And now fix 'make distcheck' (builddir != srcdir)
2851
2852 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2853
2854         * configure.ac:
2855         * ext/cdparanoia/Makefile.am:
2856         * ext/cdparanoia/gstcdparanoia.c:
2857         * ext/cdparanoia/gstcdparanoia.h:
2858         * ext/cdparanoia/gstcdparanoiasrc.c:
2859         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
2860         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
2861         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
2862         (gst_cd_paranoia_paranoia_callback),
2863         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
2864         (gst_cd_paranoia_src_set_property),
2865         (gst_cd_paranoia_src_get_property), (plugin_init):
2866         * ext/cdparanoia/gstcdparanoiasrc.h:
2867           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
2868           plugin again (there are still fixes required to playbin to make
2869           cdda:// uris work there).
2870
2871 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2872
2873         * tests/check/Makefile.am:
2874           Fix test case compilation.
2875
2876 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2877
2878         * gst-libs/gst/cdda/gstcddabasesrc.c:
2879         (gst_cdda_base_src_update_duration),
2880         (gst_cdda_base_src_calculate_cddb_id):
2881           An integer is not a string. Fix access to uninitialised variable.
2882
2883         * tests/check/Makefile.am:
2884           Add cddabasesrc unit test; also actually enable the vorbis test.
2885
2886         * tests/check/generic/states.c:
2887           Blacklist new cd audio elements as well.
2888
2889         * tests/check/libs/cddabasesrc.c:
2890           Unit test for GstCddaBaseSrc (discid calculation mostly).
2891
2892 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2893
2894         * docs/libs/Makefile.am:
2895         * docs/libs/gst-plugins-base-libs-docs.sgml:
2896         * docs/libs/gst-plugins-base-libs-sections.txt:
2897         * docs/libs/gst-plugins-base-libs.types:
2898           Add docs for libgstcdda/GstCddaBaseSrc.
2899
2900         * gst-libs/gst/interfaces/mixertrack.h:
2901           Do one struct member per line with a semicolon at the end, that way
2902           even gtk-doc might parse it without complaining.
2903
2904 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2905
2906         * configure.ac:
2907         * gst-libs/gst/Makefile.am:
2908         * gst-libs/gst/cdda/Makefile.am:
2909         * gst-libs/gst/cdda/base64.c:
2910         * gst-libs/gst/cdda/base64.h:
2911         * gst-libs/gst/cdda/gstcddabasesrc.c:
2912         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
2913         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
2914         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
2915         (gst_cdda_base_src_get_property),
2916         (gst_cdda_base_src_get_track_from_sector),
2917         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
2918         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
2919         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
2920         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
2921         (gst_cdda_base_src_uri_get_protocols),
2922         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
2923         (gst_cdda_base_src_uri_handler_init),
2924         (gst_cdda_base_src_setup_interfaces),
2925         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
2926         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
2927         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
2928         (gst_cdda_base_src_add_tags),
2929         (gst_cdda_base_src_add_index_associations),
2930         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
2931         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
2932         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
2933         (gst_cdda_base_src_create):
2934         * gst-libs/gst/cdda/gstcddabasesrc.h:
2935         * gst-libs/gst/cdda/sha1.c:
2936         * gst-libs/gst/cdda/sha1.h:
2937           Add new libgstcdda with GstCddaBaseSrc class.
2938
2939 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2940
2941         * ext/gnomevfs/gstgnomevfssink.h:
2942           Use GstBaseSinkClass as parent_class member for class struct, not
2943           GstBaseSink.
2944
2945 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2946
2947         Patch by: Michael Benes
2948
2949         * gst/videotestsrc/gstvideotestsrc.c:
2950         (gst_video_test_src_class_init), (gst_video_test_src_start):
2951           Add start method to reset running time and number of frames sent
2952           when starting up (fixes #324696)
2953
2954 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2955
2956         * docs/plugins/Makefile.am:
2957         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2958         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2959         * docs/plugins/gst-plugins-base-plugins.args:
2960         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2961         * docs/plugins/gst-plugins-base-plugins.signals:
2962           Add docs stuff for gnomevfssrc and gnomevfssink.
2963
2964         * ext/gnomevfs/gstgnomevfssrc.c:
2965           Fix example pipeline in gtk-doc blurb.
2966
2967 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2968
2969         * ext/gnomevfs/Makefile.am:
2970         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
2971         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
2972         (gst_gnome_vfs_handle_get_type), (plugin_init):
2973         * ext/gnomevfs/gstgnomevfs.h:
2974         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
2975         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
2976         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
2977         (gst_gnome_vfs_sink_set_property),
2978         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
2979         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
2980         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
2981         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
2982         (gst_gnome_vfs_sink_uri_get_type),
2983         (gst_gnome_vfs_sink_uri_get_protocols),
2984         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
2985         (gst_gnome_vfs_sink_uri_handler_init):
2986         * ext/gnomevfs/gstgnomevfssink.h:
2987           Port gnomevfssink; add gtk-doc blurb.
2988
2989         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
2990         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
2991         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
2992         (gst_gnome_vfs_src_uri_get_type),
2993         (gst_gnome_vfs_src_uri_get_protocols),
2994         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
2995         (gst_gnome_vfs_src_uri_handler_init),
2996         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
2997         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
2998         (gst_gnome_vfs_src_send_additional_headers_callback),
2999         (gst_gnome_vfs_src_received_headers_callback),
3000         (gst_gnome_vfs_src_push_callbacks),
3001         (gst_gnome_vfs_src_pop_callbacks),
3002         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
3003         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
3004         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
3005         * ext/gnomevfs/gstgnomevfssrc.h:
3006           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
3007           file; add gtk-doc blurb with example pipelines.
3008
3009 === release 0.10.1 ===
3010
3011 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
3012
3013         * configure.ac:
3014           releasing 0.10.1, "Dobro Dedek"
3015
3016 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
3017
3018         * gst/typefind/gsttypefindfunctions.c:
3019         iLBC30 and iLBC20 added to typefind.
3020
3021 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3022
3023         * gst-libs/gst/audio/gstbaseaudiosink.c:
3024         (gst_base_audio_sink_class_init):
3025         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3026         (gst_base_audio_src_class_init):
3027           update strings, values are in microseconds
3028           change the default sink buffer time to something that is smaller
3029           (to help software volume mixing have a slightly lower delay) but
3030           still be acceptable on Wim's laptop
3031
3032 2005-12-20  Edward Hervey  <edward@fluendo.com>
3033
3034         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
3035         Made a quack, forgot to add DUCK to the riff video template.
3036
3037 2005-12-19  Edward Hervey  <edward@fluendo.com>
3038
3039         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
3040         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3041         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3042         (gst_ogm_parse_chain):
3043         Make sure pads are initialized correctly.
3044         * gst-libs/gst/riff/riff-ids.h:
3045         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3046         (gst_riff_create_video_template_caps):
3047         Add a whole bunch of FOURCC <=> MimeType.
3048         Extend the riff video pad template to support the newly added fourcc.
3049
3050 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
3051
3052         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
3053         (gst_ogg_demux_activate_chain):
3054           Extra debug output when activating/deactivating chains.
3055
3056         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3057         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
3058         (unlinked):
3059           Remove a queue from our list when it becomes unlinked.
3060           Don't add queues to elements in class 'Demux' if they
3061           can only produce one pad 
3062
3063 2005-12-18  Julien MOUTTE  <julien@moutte.net>
3064
3065         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
3066         (gst_video_sink_get_type): Add a debug category.
3067
3068 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
3069
3070         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3071         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
3072           Handle downstream newsegment by sending our own newsegment before the
3073           next buffer to be released. (#323900)
3074
3075 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
3076
3077         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3078         (gst_base_rtp_depayload_set_gst_timestamp):
3079           add queue delay to new segment as well (as opposed to just the first
3080           buffer). (bug #322347)
3081
3082 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
3083
3084         * ext/libvisual/visual.c: (make_valid_name):
3085           change some char* into char[]
3086         * gst/audiotestsrc/gstaudiotestsrc.c:
3087         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
3088         (gst_audio_test_src_create):
3089         * gst/audiotestsrc/gstaudiotestsrc.h:
3090           prepare to handle EOS and SEGMENT_DONE
3091
3092 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
3093
3094         * tests/check/generic/states.c: (GST_START_TEST):
3095           Blacklist cdparanoia element in state test.
3096
3097 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
3098
3099           Patch by: Benjamin Pineau
3100
3101         * gst/tcp/gsttcp.c:
3102         * gst/tcp/gsttcpclientsink.c:
3103         * gst/tcp/gsttcpserversink.c:
3104         * gst/tcp/gsttcpserversrc.c:
3105           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
3106
3107 2005-12-15  Michael Smith  <msmith@fluendo.com>
3108
3109         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
3110         (gst_video_rate_chain):
3111           Fix timestamping for videorate when the first buffer it sees has a
3112           non-zero timestamp. Fix some misleading debug output.
3113
3114 2005-12-15  Michael Smith  <msmith@fluendo.com>
3115
3116         * gst/audioresample/gstaudioresample.c:
3117           Don't leak all input buffers to audioresample.
3118
3119 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
3120
3121         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
3122           Don't operate on empty text buffers. Strip newlines and
3123           tabs only from the end of the text, but leave them intact
3124           in the middle. Fix typo in gtk-doc description.
3125
3126 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
3127
3128         * gst/playback/gstplaybasebin.c:
3129         * gst/playback/gstplaybin.c: (handoff):
3130           Make sure the video frame buffer we return to apps via the
3131           "frame" property always has caps set on it. Modify
3132           _gst_gvalue_set_object() macro to handle NULL objects
3133           gracefully too.
3134
3135 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
3136
3137         * gst/audiotestsrc/gstaudiotestsrc.c:
3138         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
3139         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
3140         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
3141         (gst_audio_test_src_create):
3142         * gst/audiotestsrc/gstaudiotestsrc.h:
3143         Adjust to some recent api changes and add wtays new cool seeking
3144         capabillities
3145
3146 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
3147
3148         * ext/alsa/Makefile.am:
3149         * ext/alsa/gstalsadeviceprobe.c:
3150         * ext/alsa/gstalsadeviceprobe.h:
3151           Helper functions to add device probing via the GstPropertyProbe
3152           interface to a class.
3153
3154         * ext/alsa/gstalsamixer.h:
3155           Comment out GST_ALSA_MIXER, it returns a struct that's not
3156           used.
3157
3158         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3159           Add some debug info. 
3160
3161         * ext/alsa/gstalsamixerelement.c:
3162         (gst_alsa_mixer_element_interface_supported),
3163         (gst_implements_interface_init),
3164         (gst_alsa_mixer_element_init_interfaces),
3165         (gst_alsa_mixer_element_class_init),
3166         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
3167         (gst_alsa_mixer_element_set_property),
3168         (gst_alsa_mixer_element_get_property),
3169         (gst_alsa_mixer_element_change_state):
3170         * ext/alsa/gstalsamixerelement.h:
3171           Add 'device' and 'device-name' properties. Add GstPropertyProbe
3172           for device handling (gnome-volume-control will need that).
3173
3174 2005-12-12  Christian Schaller  <uraeus@gnome.org>
3175
3176         * ext/Makefile.am: fix cdparanoia entry
3177         * gst-plugins-base.spec.in: add cdparanoia
3178
3179 2005-12-12  Michael Smith  <msmith@fluendo.com>
3180
3181         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
3182           Use the correct function to free list of typefind factories.
3183
3184 2005-12-12  Wim Taymans  <wim@fluendo.com>
3185
3186         * gst/videotestsrc/gstvideotestsrc.c:
3187         (gst_video_test_src_class_init), (gst_video_test_src_init),
3188         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
3189         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
3190         (gst_video_test_src_create):
3191         * gst/videotestsrc/gstvideotestsrc.h:
3192         Implement seeking in videotestsrc.
3193         Small cleanups.
3194
3195 2005-12-12  Wim Taymans  <wim@fluendo.com>
3196
3197         * ext/cdparanoia/Makefile.am:
3198         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
3199         (gst_paranoia_endian_get_type), (_do_init),
3200         (cdparanoia_class_init), (cdparanoia_init),
3201         (cdparanoia_set_property), (cdparanoia_get_property),
3202         (cdparanoia_do_seek), (cdparanoia_is_seekable),
3203         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
3204         (cdparanoia_convert), (cdparanoia_get_query_types),
3205         (cdparanoia_query), (cdparanoia_set_index),
3206         (cdparanoia_uri_set_uri):
3207         * ext/cdparanoia/gstcdparanoia.h:
3208         Partially ported cdparanoia now that basesrc can support a
3209         plugin like this..
3210
3211 2005-12-12  Wim Taymans  <wim@fluendo.com>
3212
3213         * tests/examples/seek/scrubby.c: (main):
3214         Set higher priority for bus events so they don't get reordered with
3215         gtk gui events.
3216
3217         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
3218         (flush_toggle_cb), (main):
3219         Added checkbox to disable flushing seeks. 
3220         Disable scrubbing when doing non flushing seeks.
3221
3222 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
3223
3224         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
3225         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
3226         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
3227         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
3228           Implement some sort of event handling that doesn't rely on
3229           g_return_if_fail; make sure we always push the last chunk of an 
3230           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
3231           state change function; remove some old cruft. Seeking is still
3232           rather unlikely to work though.
3233
3234         * tools/.cvsignore:
3235           Ignore more.
3236
3237 2005-12-11  Julien MOUTTE  <julien@moutte.net>
3238
3239         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
3240         Fixed a leak of the current image reference when cleaning up.
3241         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
3242
3243 2005-12-09  Michael Smith  <msmith@fluendo.com>
3244
3245         * tools/Makefile.am:
3246         * tools/gst-launch-ext-m.m:
3247           Remove gst-launch-ext. It doesn't work, and is no longer
3248           particularly useful.
3249
3250 2005-12-08  Luca Ognibene  <luogni@tin.it>
3251
3252         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
3253           don't pass random values to ogmparse convert function.
3254           Make seeking possible in the exile1.ogm file.
3255
3256 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
3257
3258         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3259         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3260           Work around refcount problem with g_value_set_object() that occur
3261           if the core has been compiled against GLib-2.6 (g_value_set_object()
3262           will only g_object_ref() the element, but the caller will
3263           gst_object_unref() it and bad things will happen due to the way
3264           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
3265           totem for people on FC4 using Thomas's 0.10 RPMs.
3266           
3267 2005-12-07  Edward Hervey  <edward@fluendo.com>
3268
3269         Time to welcome ogm to 0.10 :)
3270         
3271         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
3272         (gst_ogg_pad_typefind):
3273         Oggdemux can now properly typefind elements with dynamic pads.
3274         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3275         Properly set caps on src pad, and set caps on outgoing buffers.
3276
3277 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3278
3279         * ext/alsa/gstalsamixer.h:
3280         * ext/alsa/gstalsamixerelement.h:
3281         * ext/alsa/gstalsamixeroptions.h:
3282         * ext/alsa/gstalsamixertrack.h:
3283         * ext/alsa/gstalsasink.c:
3284         * ext/alsa/gstalsasink.h:
3285         * ext/alsa/gstalsasrc.c:
3286         * ext/alsa/gstalsasrc.h:
3287         * ext/cdparanoia/gstcdparanoia.h:
3288         * ext/gnomevfs/gstgnomevfsuri.h:
3289         * ext/ogg/gstoggdemux.c:
3290         * ext/ogg/gstoggmux.c:
3291         * ext/pango/gsttextoverlay.h:
3292         * ext/theora/theoradec.c:
3293         * ext/theora/theoraenc.c:
3294         * ext/vorbis/vorbisdec.h:
3295         * ext/vorbis/vorbisenc.c:
3296         * ext/vorbis/vorbisenc.h:
3297         * ext/vorbis/vorbisparse.h:
3298         * gst-libs/gst/audio/gstaudioclock.h:
3299         * gst-libs/gst/audio/gstaudiosink.c:
3300         * gst-libs/gst/audio/gstaudiosink.h:
3301         * gst-libs/gst/audio/gstaudiosrc.c:
3302         * gst-libs/gst/audio/gstaudiosrc.h:
3303         * gst-libs/gst/audio/gstbaseaudiosink.c:
3304         * gst-libs/gst/audio/gstbaseaudiosink.h:
3305         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3306         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3307         * gst-libs/gst/audio/gstringbuffer.h:
3308         * gst-libs/gst/audio/multichannel.h:
3309         * gst-libs/gst/floatcast/floatcast.h:
3310         * gst-libs/gst/interfaces/colorbalance.c:
3311         * gst-libs/gst/interfaces/colorbalance.h:
3312         * gst-libs/gst/interfaces/colorbalancechannel.h:
3313         * gst-libs/gst/interfaces/mixer.h:
3314         * gst-libs/gst/interfaces/mixeroptions.h:
3315         * gst-libs/gst/interfaces/mixertrack.h:
3316         * gst-libs/gst/interfaces/navigation.h:
3317         * gst-libs/gst/interfaces/propertyprobe.h:
3318         * gst-libs/gst/interfaces/tuner.h:
3319         * gst-libs/gst/interfaces/tunerchannel.h:
3320         * gst-libs/gst/interfaces/tunernorm.h:
3321         * gst-libs/gst/interfaces/xoverlay.h:
3322         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3323         * gst-libs/gst/riff/riff-ids.h:
3324         * gst-libs/gst/riff/riff-media.h:
3325         * gst-libs/gst/riff/riff-read.h:
3326         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3327         * gst-libs/gst/rtp/gstbasertppayload.c:
3328         * gst-libs/gst/rtp/gstbasertppayload.h:
3329         * gst-libs/gst/rtp/gstrtpbuffer.c:
3330         * gst-libs/gst/rtp/gstrtpbuffer.h:
3331         * gst-libs/gst/tag/gsttageditingprivate.h:
3332         * gst-libs/gst/tag/gstvorbistag.c:
3333         (gst_tag_list_from_vorbiscomment_buffer):
3334         * gst-libs/gst/tag/tag.h:
3335         * gst-libs/gst/video/video.h:
3336         * gst/adder/gstadder.c:
3337         * gst/adder/gstadder.h:
3338         * gst/audioconvert/audioconvert.c:
3339         * gst/audioconvert/audioconvert.h:
3340         * gst/audioconvert/gstaudioconvert.c:
3341         * gst/audioconvert/gstchannelmix.c:
3342         * gst/audioconvert/gstchannelmix.h:
3343         * gst/audiorate/gstaudiorate.c:
3344         * gst/audioresample/buffer.h:
3345         * gst/audioresample/functable.h:
3346         * gst/audioresample/gstaudioresample.c:
3347         * gst/audioresample/resample.h:
3348         * gst/ffmpegcolorspace/avcodec.h:
3349         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3350         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
3351         * gst/ffmpegcolorspace/imgconvert.c:
3352         * gst/ffmpegcolorspace/imgconvert_template.h:
3353         * gst/playback/gstdecodebin.c:
3354         * gst/playback/gstplaybasebin.h:
3355         * gst/playback/gstplaybin.c:
3356         * gst/playback/gststreaminfo.h:
3357         * gst/tcp/gstfdset.c:
3358         * gst/tcp/gstfdset.h:
3359         * gst/tcp/gstmultifdsink.c:
3360         * gst/tcp/gstmultifdsink.h:
3361         * gst/tcp/gsttcp.h:
3362         * gst/tcp/gsttcpclientsrc.c:
3363         * gst/tcp/gsttcpclientsrc.h:
3364         * gst/tcp/gsttcpplugin.h:
3365         * gst/tcp/gsttcpserversink.c:
3366         * gst/tcp/gsttcpserversrc.c:
3367         * gst/typefind/gsttypefindfunctions.c:
3368         * gst/videorate/gstvideorate.c:
3369         * gst/videotestsrc/gstvideotestsrc.h:
3370         * gst/videotestsrc/videotestsrc.h:
3371         * sys/v4l/gstv4lcolorbalance.h:
3372         * sys/v4l/gstv4ltuner.h:
3373         * sys/v4l/gstv4lxoverlay.h:
3374         * sys/v4l/v4l_calls.h:
3375         * sys/v4l/videodev_mjpeg.h:
3376         * tests/check/elements/audioconvert.c:
3377         * tests/check/elements/audioresample.c:
3378         * tests/check/elements/audiotestsrc.c:
3379         * tests/check/elements/videotestsrc.c:
3380         * tests/check/elements/volume.c:
3381         * tests/examples/seek/scrubby.c:
3382         * tests/examples/seek/seek.c:
3383           expand tabs
3384
3385 === release 0.10.0 ===
3386
3387 2005-12-05   <thomas (at) apestaart (dot) org>
3388
3389         * configure.ac:
3390           releasing 0.10.0, "Mont-d'or"
3391
3392 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
3393
3394         * tests/examples/seek/Makefile.am:
3395         Build fix for when gtk is not available.
3396
3397 2005-12-05  Andy Wingo  <wingo@pobox.com>
3398
3399         * ext/libvisual/visual.c: (get_buffer):
3400         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
3401         * ext/pango/gsttextrender.c: (gst_text_render_chain):
3402         * ext/theora/theoradec.c: (theora_handle_data_packet):
3403         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
3404         (theora_enc_chain):
3405         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3406         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
3407         Update for alloc_buffer changes.
3408
3409 2005-12-05  Andy Wingo  <wingo@pobox.com>
3410
3411         patch by: Kai Vehmanen <kv2004 eca cx>
3412         
3413         * gst-libs/gst/rtp/gstbasertpdepayload.c
3414         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
3415
3416 2005-12-04  Andy Wingo  <wingo@pobox.com>
3417
3418         patch by: Sebastien Cote <sebas642 yahoo ca>
3419         
3420         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
3421         Fixes #319172.
3422
3423 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
3424
3425         * docs/plugins/Makefile.am:
3426         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3427         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3428         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3429         * ext/pango/gstclockoverlay.c:
3430         * ext/pango/gsttextoverlay.c: 
3431         * ext/pango/gsttextrender.c:
3432         * ext/pango/gsttimeoverlay.c:
3433           Add gtk-doc blurbs to pango elements.
3434
3435 2005-12-02  Wim Taymans  <wim@fluendo.com>
3436
3437         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
3438         * gst/audioresample/buffer.h:
3439         * gst/audioresample/gstaudioresample.c:
3440         * gst/audioresample/gstaudioresample.h:
3441         * gst/audioresample/resample.c: (resample_input_flush),
3442         (resample_input_pushthrough), (resample_input_eos),
3443         (resample_get_output_size_for_input),
3444         (resample_get_input_size_for_output), (resample_get_output_size),
3445         (resample_get_output_data):
3446         * gst/audioresample/resample.h:
3447         * gst/audioresample/resample_ref.c: (resample_scale_ref):
3448         Fix audioresample, seek torture, new segments, reverse negotiation
3449         etc.. work fine.
3450
3451 2005-12-02  Wim Taymans  <wim@fluendo.com>
3452
3453         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3454         Small cleanups.
3455
3456 2005-12-02  Wim Taymans  <wim@fluendo.com>
3457
3458         * gst/audioconvert/gstaudioconvert.c:
3459         (gst_audio_convert_transform):
3460         Post errors.
3461
3462 === release 0.9.7 ===
3463
3464 2005-12-01   <thomas (at) apestaart (dot) org>
3465
3466         * configure.ac:
3467           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
3468
3469 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3470
3471         * Makefile.am:
3472         * po/hu.po:
3473         * win32/MANIFEST:
3474         * win32/gst.sln:
3475           add win32 MANIFEST file
3476           do something to the hungarian translation
3477
3478 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
3479
3480         * ext/Makefile.am:
3481           Add $(PANGO_DIR) to SUBDIRS
3482
3483         * ext/pango/gstclockoverlay.c:
3484         * ext/pango/gsttimeoverlay.c:
3485           Fix and improve element descriptions.
3486
3487 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3488
3489         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3490         * docs/plugins/inspect/plugin-libvisual.xml:
3491         * docs/plugins/inspect/plugin-pango.xml:
3492           add pango plugin to docs
3493
3494 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3495
3496         * configure.ac:
3497         * ext/Makefile.am:
3498           moved pango to base
3499
3500 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3501
3502         * configure.ac:
3503         * tests/Makefile.am:
3504         * tests/icles/.cvsignore:
3505         * tests/icles/Makefile.am:
3506         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
3507         (close_display), (resize_window), (move_window), (create_window),
3508         (terminate_playback), (pause_playback), (start_playback), (main):
3509           add stress test for xoverlay from Julien
3510
3511 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3512
3513         * docs/libs/tmpl/gstcolorbalance.sgml:
3514         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3515         * gst-libs/gst/rtp/gstbasertppayload.c:
3516         * gst-libs/gst/rtp/gstrtpbuffer.c:
3517         * gst-libs/gst/rtp/gstrtpbuffer.h:
3518           Do burger's rename for rtp payloaders and depayloaders
3519
3520 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3521
3522         * win32/:
3523           add Visual Studio 6 build files
3524
3525 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3526
3527         * docs/libs/gst-plugins-base-libs-docs.sgml:
3528         * docs/libs/gst-plugins-base-libs-sections.txt:
3529         * docs/libs/tmpl/gstaudio.sgml:
3530         * docs/libs/tmpl/gstringbuffer.sgml:
3531         * gst-libs/gst/interfaces/xoverlay.c:
3532         * gst-libs/gst/video/gstvideofilter.c:
3533         * gst-libs/gst/video/gstvideosink.c:
3534           update documentation
3535
3536 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3537
3538         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
3539         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
3540         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
3541         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
3542         (gst_multi_fd_sink_get_stats),
3543         (gst_multi_fd_sink_remove_client_link),
3544         (gst_multi_fd_sink_handle_client_read),
3545         (gst_multi_fd_sink_client_queue_data),
3546         (gst_multi_fd_sink_client_queue_caps),
3547         (gst_multi_fd_sink_client_queue_buffer),
3548         (gst_multi_fd_sink_new_client),
3549         (gst_multi_fd_sink_handle_client_write),
3550         (gst_multi_fd_sink_recover_client),
3551         (gst_multi_fd_sink_queue_buffer),
3552         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
3553         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
3554         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
3555         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
3556         * gst/tcp/gstmultifdsink.h:
3557         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
3558         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
3559         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
3560         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3561         (gst_tcp_client_sink_set_property),
3562         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
3563         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
3564         * gst/tcp/gsttcpclientsink.h:
3565         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
3566         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
3567         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
3568         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
3569         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
3570         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3571         * gst/tcp/gsttcpclientsrc.h:
3572         * gst/tcp/gsttcpplugin.c: (plugin_init):
3573         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
3574         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
3575         (gst_tcp_server_sink_finalize),
3576         (gst_tcp_server_sink_handle_server_read),
3577         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
3578         (gst_tcp_server_sink_set_property),
3579         (gst_tcp_server_sink_get_property),
3580         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3581         * gst/tcp/gsttcpserversink.h:
3582         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
3583         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
3584         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
3585         (gst_tcp_server_src_set_property),
3586         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
3587         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3588         * gst/tcp/gsttcpserversrc.h:
3589           more borgifying
3590
3591 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3592
3593         * docs/plugins/Makefile.am:
3594         * docs/plugins/gst-plugins-base-plugins.args:
3595         * docs/plugins/inspect/plugin-libvisual.xml:
3596         * gst/audioconvert/plugin.h:
3597         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
3598         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
3599         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3600         (gst_audio_rate_chain), (gst_audio_rate_set_property),
3601         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
3602         (plugin_init):
3603         * gst/audiotestsrc/gstaudiotestsrc.c:
3604         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
3605         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
3606         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
3607         (gst_audio_test_src_get_query_types),
3608         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
3609         (gst_audio_test_src_create_square),
3610         (gst_audio_test_src_create_saw),
3611         (gst_audio_test_src_create_triangle),
3612         (gst_audio_test_src_create_silence),
3613         (gst_audio_test_src_create_white_noise),
3614         (gst_audio_test_src_init_pink_noise),
3615         (gst_audio_test_src_generate_pink_noise_value),
3616         (gst_audio_test_src_create_pink_noise),
3617         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
3618         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
3619         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
3620         (plugin_init):
3621         * gst/audiotestsrc/gstaudiotestsrc.h:
3622         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
3623         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
3624         (gst_sub_parse_init), (gst_sub_parse_formats),
3625         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
3626         (convert_encoding), (get_next_line),
3627         (gst_sub_parse_data_format_autodetect),
3628         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
3629         (gst_sub_parse_loop), (gst_sub_parse_chain),
3630         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
3631         (plugin_init):
3632         * gst/subparse/gstsubparse.h:
3633         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
3634         (gst_video_rate_base_init), (gst_video_rate_class_init),
3635         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
3636         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
3637         (gst_video_rate_init), (gst_video_rate_event),
3638         (gst_video_rate_chain), (gst_video_rate_set_property),
3639         (gst_video_rate_get_property), (gst_video_rate_change_state),
3640         (plugin_init):
3641         * gst/videoscale/gstvideoscale.c:
3642         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
3643         (gst_video_scale_src_template_factory),
3644         (gst_video_scale_sink_template_factory),
3645         (gst_video_scale_get_type), (gst_video_scale_base_init),
3646         (gst_video_scale_class_init), (gst_video_scale_init),
3647         (gst_video_scale_set_property), (gst_video_scale_get_property),
3648         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
3649         (gst_video_scale_prepare_size), (parse_caps),
3650         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
3651         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
3652         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
3653         (plugin_init):
3654         * gst/videoscale/gstvideoscale.h:
3655         * gst/videotestsrc/gstvideotestsrc.c:
3656         (gst_video_test_src_pattern_get_type),
3657         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
3658         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
3659         (gst_video_test_src_set_pattern),
3660         (gst_video_test_src_set_property),
3661         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
3662         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
3663         (gst_video_test_src_event), (gst_video_test_src_get_times),
3664         (gst_video_test_src_create), (plugin_init):
3665         * gst/videotestsrc/gstvideotestsrc.h:
3666         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
3667         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3668         (gst_video_test_src_black):
3669         * gst/videotestsrc/videotestsrc.h:
3670           borgify further
3671           clean up docs a little
3672
3673 2005-11-30  Wim Taymans  <wim@fluendo.com>
3674
3675         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3676         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3677         (gst_basertppayload_event), (gst_basertppayload_push),
3678         (gst_basertppayload_change_state):
3679         * gst-libs/gst/rtp/gstbasertppayload.h:
3680         closed #320644.
3681
3682 2005-11-30  Julien MOUTTE  <julien@moutte.net>
3683
3684         * docs/libs/gst-plugins-base-libs-docs.sgml:
3685         * docs/libs/gst-plugins-base-libs-sections.txt:
3686         * gst-libs/gst/video/gstvideofilter.c:
3687         * gst-libs/gst/video/gstvideosink.c:
3688         * gst-libs/gst/video/gstvideosink.h: Adding docs.
3689
3690 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3691
3692         * LICENSE:
3693           move
3694         * po/af.po:
3695         * po/az.po:
3696         * po/cs.po:
3697         * po/en_GB.po:
3698         * po/hu.po:
3699         * po/it.po:
3700         * po/nb.po:
3701         * po/nl.po:
3702         * po/or.po:
3703         * po/sq.po:
3704         * po/sr.po:
3705         * po/sv.po:
3706         * po/uk.po:
3707         * po/vi.po:
3708         * Makefile.am:
3709           update
3710         * scripts/autoplugins.sh:
3711           remove
3712
3713 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3714
3715         * Makefile.am:
3716         * configure.ac:
3717         * examples/Makefile.am:
3718         * examples/capsfilter/Makefile.am:
3719         * examples/capsfilter/capsfilter1.c:
3720         * examples/gob/Makefile.am:
3721         * examples/gob/gst-identity2.gob:
3722         * examples/indexing/.cvsignore:
3723         * examples/indexing/Makefile.am:
3724         * examples/indexing/indexmpeg.c:
3725         * examples/seeking/.cvsignore:
3726         * examples/seeking/Makefile.am:
3727         * examples/seeking/cdparanoia.c:
3728         * examples/seeking/cdplayer.c:
3729         * examples/seeking/chained.c:
3730         * examples/seeking/scrubby.c:
3731         * examples/seeking/seek.c:
3732         * examples/stats/Makefile.am:
3733         * examples/stats/mp2ogg.c:
3734         * examples/switch/.cvsignore:
3735         * examples/switch/Makefile.am:
3736         * examples/switch/switcher.c:
3737         * tests/Makefile.am:
3738         * tests/check/generic/.cvsignore:
3739         * tests/check/pipelines/.cvsignore:
3740         * tests/examples/Makefile.am:
3741         * tests/examples/seek/Makefile.am:
3742           reorganize stuff under tests/
3743
3744 2005-11-30  Edward Hervey  <edward@fluendo.com>
3745
3746         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
3747         Go away you stupid GstStaticPadTemplate memleak.
3748
3749 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3750
3751         * gst-libs/gst/net/Makefile.am:
3752         * gst-libs/gst/net/README:
3753         * gst-libs/gst/net/gstnetbuffer.c:
3754         * gst-libs/gst/net/gstnetbuffer.h:
3755           this was moved to "netbuffer"
3756
3757 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3758
3759         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
3760         (gst_video_filter_class_init), (gst_video_filter_init):
3761         * gst-libs/gst/video/gstvideofilter.h:
3762           borgify name to bring in line with other classes
3763
3764 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3765
3766         * gst/audioscale/.cvsignore:
3767         * gst/audioscale/Makefile.am:
3768         * gst/audioscale/README:
3769         * gst/audioscale/audioscale.vcproj:
3770         * gst/audioscale/dtof.c:
3771         * gst/audioscale/dtos.c:
3772         * gst/audioscale/functable.c:
3773         * gst/audioscale/gstaudioscale.c:
3774         * gst/audioscale/gstaudioscale.h:
3775         * gst/audioscale/private.h:
3776         * gst/audioscale/resample.c:
3777         * gst/audioscale/resample.h:
3778         * gst/audioscale/test.c:
3779           remove
3780
3781 2005-11-30  Edward Hervey  <edward@fluendo.com>
3782
3783         * gst-libs/gst/netbuffer/Makefile.am:
3784         really, really tired
3785
3786 2005-11-30  Edward Hervey  <edward@fluendo.com>
3787
3788         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3789         Update for new GstTypeFindFactory _register()
3790
3791 2005-11-30  Edward Hervey  <edward@fluendo.com>
3792
3793         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
3794         Let's not override libgstnet from core for no reason...
3795         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
3796         Ok, maybe not so quick next time.
3797
3798 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3799
3800         * configure.ac:
3801         * gst-libs/gst/Makefile.am:
3802           moved gst-libs/gst/net to netbuffer through CVS surgery
3803           remove old directory
3804           updating build to accomodate
3805           (#322257)
3806
3807 2005-11-29  Andy Wingo  <wingo@pobox.com>
3808
3809         * pkgconfig/gstreamer-plugins-base.pc.in:
3810         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3811         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
3812         (#322257).
3813
3814 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3815
3816         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
3817         3rd time's the charm. Correct ref-counting for discarded buffers.
3818
3819 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3820
3821         * gst/playback/gststreamselector.c:
3822         (gst_stream_selector_class_init),
3823         (gst_stream_selector_set_property),
3824         (gst_stream_selector_get_property),
3825         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3826         Fix ref-counting
3827
3828 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
3829
3830         * gst/subparse/gstsubparse.c: (feed_textbuf):
3831           Don't access already unref'ed buffer.
3832
3833 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3834
3835         * gst/playback/gststreamselector.c:
3836         (gst_stream_selector_class_init), (gst_stream_selector_init),
3837         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
3838         (gst_stream_selector_get_property),
3839         (gst_stream_selector_get_linked_pad),
3840         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3841         * gst/playback/gststreamselector.h:
3842         Add the active-pad property for playbin to use shortly. Ignore buffers
3843         from any other pad, returning GST_FLOW_NOT_LINKED
3844
3845 2005-11-29  Julien MOUTTE  <julien@moutte.net>
3846
3847         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
3848         patch from bug #322704 (Alessandro Decina).
3849
3850 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3851
3852         * gst-libs/gst/audio/Makefile.am:
3853           folded audiofilter into the audio library
3854
3855 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3856
3857         * gst/videoscale/gstvideoscale.h:
3858         * gst/videoscale/gstvideoscale.c:
3859           remove unimplemented scale methods
3860
3861 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
3862
3863         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
3864           Don't leak caps.
3865
3866 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3867
3868         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3869         (gst_ximagesink_setcaps):
3870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3871         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
3872         happens (only visible on ximagesink but bug is in xv too) set_caps was
3873         destroying the internal x[v]image used to memcpy non locally alloced
3874         buffers so that it got renewed on next _chain. The issue is that 
3875         _expose will try to put that image as it reffed it in _put.
3876         Using gst_buffer_unref instead of destroy fixes it !
3877
3878 2005-11-28  Edward Hervey  <edward@fluendo.com>
3879
3880         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3881         (try_to_link_1), (queue_filled_cb):
3882         Better use of the queues. Start with a small size queue and only increase
3883         the size of the queues when the other queues are empty.
3884
3885 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3886
3887         * gst-libs/gst/video/Makefile.am:
3888           compile in copied-over videofilter into the video library
3889         * gst-libs/gst/video/videosink.h:
3890           rename the header to gstvideosink.h since it's a base GstObject class
3891         * sys/ximage/ximagesink.h:
3892         * sys/xvimage/xvimagesink.h:
3893           use the new header
3894
3895 2005-11-28  Wim Taymans  <wim@fluendo.com>
3896
3897         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
3898         * gst/playback/gstplaybasebin.h:
3899         Prepare to handle errors betters.
3900
3901         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
3902         Set sinks to PAUSED first before adding and linking them so that
3903         we don't interrupt dataflow.
3904
3905 2005-11-28  Wim Taymans  <wim@fluendo.com>
3906
3907         * gst-libs/gst/audio/TODO:
3908         Updated TODO
3909
3910         * gst-libs/gst/audio/gstaudiosink.c:
3911         (gst_audioringbuffer_open_device),
3912         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
3913         (gst_audioringbuffer_release):
3914         Small cleanups.
3915
3916         * gst-libs/gst/audio/gstbaseaudiosink.c:
3917         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
3918         (gst_base_audio_sink_change_state):
3919         Slave to the master clock when going to PLAYING and unslave when
3920         going to PAUSED.
3921
3922         * gst-libs/gst/audio/gstringbuffer.c:
3923         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3924         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
3925         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3926         (gst_ring_buffer_clear_all), (wait_segment),
3927         (gst_ring_buffer_commit), (gst_ring_buffer_read),
3928         (gst_ring_buffer_advance):
3929         * gst-libs/gst/audio/gstringbuffer.h:
3930         Add some docs and cleanups.
3931
3932 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3933
3934         * sys/xvimage/xvimagesink.c:
3935         (gst_xvimagesink_navigation_send_event): Fix navigation events
3936         coordinates translation with pixel aspect ratios.
3937
3938 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3939
3940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
3941         Use calculated video geometry from _setcaps instead of buffer
3942         caps to respect pixel aspect ratio. (fixes #322388)
3943
3944 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3945
3946         * docs/libs/tmpl/gstcolorbalance.sgml:
3947         * docs/libs/tmpl/gstmixer.sgml:
3948         * docs/libs/tmpl/gstxoverlay.sgml:
3949         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
3950         interface.
3951
3952 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3953
3954         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3955         Refuse to create an XvImage if we can't find the format.
3956
3957 2005-11-28  Edward Hervey  <edward@fluendo.com>
3958
3959         * gst-libs/gst/riff/riff-media.c:
3960         (gst_riff_create_audio_template_caps):
3961         Add ATRAC3 to the list of riff-possible audio caps.
3962         I know we still don't have a plugin for atrac3, but it's saner to output
3963         that than a cryptic mimetype.
3964
3965 2005-11-27  Edward Hervey  <edward@fluendo.com>
3966
3967         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
3968         Don't try to create a zero-sized subbuffer.
3969
3970 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3971
3972         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
3973         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3974         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
3975         (gst_ximagesink_expose): Fixed a tricky race.
3976         * sys/ximage/ximagesink.h:
3977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3978         (gst_xvimagesink_expose): Fixed a tricky race.
3979         * sys/xvimage/xvimagesink.h:
3980
3981 2005-11-27  Edward Hervey  <edward@fluendo.com>
3982
3983         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3984         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
3985         Remove unused properties, and add queues between demuxers and decoders
3986         so that a lot more files can preroll properly.
3987
3988 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3989
3990         * gst-libs/gst/net/Makefile.am:
3991         * gst-libs/gst/rtp/Makefile.am:
3992         * gst-libs/gst/tag/Makefile.am:
3993           remove silly include
3994         * gst/tags/Makefile.am:
3995         * gst/tags/gsttagediting.c:
3996         * gst/tags/gsttageditingprivate.h:
3997         * gst/tags/tagedit.vcproj:
3998           remove directory, is as good as empty
3999
4000 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4001
4002         * configure.ac:
4003           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
4004         * gst-libs/Makefile.am:
4005         * gst-libs/gst/audio/Makefile.am:
4006         * gst-libs/gst/interfaces/Makefile.am:
4007         * gst-libs/gst/net/Makefile.am:
4008         * gst-libs/gst/riff/Makefile.am:
4009         * gst-libs/gst/rtp/Makefile.am:
4010         * gst-libs/gst/tag/Makefile.am:
4011         * gst-libs/gst/video/Makefile.am:
4012           and use them
4013
4014 2005-11-27  Julien MOUTTE  <julien@moutte.net>
4015
4016         * docs/libs/tmpl/gstcolorbalance.sgml:
4017         * docs/libs/tmpl/gstmixer.sgml:
4018         * docs/libs/tmpl/gstxoverlay.sgml:
4019         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
4020         * sys/ximage/ximagesink.h:
4021         * sys/xvimage/xvimagesink.h: More and more documentation.
4022
4023 2005-11-26  Julien MOUTTE  <julien@moutte.net>
4024
4025         * docs/libs/gst-plugins-base-libs-docs.sgml:
4026         * docs/libs/gst-plugins-base-libs-sections.txt:
4027         * docs/libs/tmpl/gstcolorbalance.sgml:
4028         * docs/libs/tmpl/gstmixer.sgml:
4029         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
4030         to documentation.
4031
4032 2005-11-26  Julien MOUTTE  <julien@moutte.net>
4033
4034         * docs/plugins/Makefile.am:
4035         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4036         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4037         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
4038
4039 2005-11-26  Julien MOUTTE  <julien@moutte.net>
4040
4041         * docs/plugins/Makefile.am:
4042         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4043         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4044         * docs/plugins/inspect/plugin-adder.xml:
4045         * docs/plugins/inspect/plugin-alsa.xml:
4046         * docs/plugins/inspect/plugin-audioconvert.xml:
4047         * docs/plugins/inspect/plugin-audiorate.xml:
4048         * docs/plugins/inspect/plugin-audioresample.xml:
4049         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4050         * docs/plugins/inspect/plugin-decodebin.xml:
4051         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4052         * docs/plugins/inspect/plugin-gnomevfs.xml:
4053         * docs/plugins/inspect/plugin-ogg.xml:
4054         * docs/plugins/inspect/plugin-playbin.xml:
4055         * docs/plugins/inspect/plugin-subparse.xml:
4056         * docs/plugins/inspect/plugin-tcp.xml:
4057         * docs/plugins/inspect/plugin-theora.xml:
4058         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4059         * docs/plugins/inspect/plugin-video4linux.xml:
4060         * docs/plugins/inspect/plugin-videorate.xml:
4061         * docs/plugins/inspect/plugin-videoscale.xml:
4062         * docs/plugins/inspect/plugin-videotestsrc.xml:
4063         * docs/plugins/inspect/plugin-volume.xml:
4064         * docs/plugins/inspect/plugin-vorbis.xml:
4065         * docs/plugins/inspect/plugin-ximagesink.xml:
4066         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
4067         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
4068
4069 2005-11-26  Edward Hervey  <edward@fluendo.com>
4070
4071         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
4072         Properly return GstFlowReturn from gst_pad_push in chain functions.
4073
4074 2005-11-25  Michael Smith  <msmith@fluendo.com>
4075
4076         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
4077         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
4078         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
4079         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
4080           Handle various conditions better when we don't understand a stream.
4081           Removes a heap of CRITICALs on ogg streams containing unknown data.
4082
4083 2005-11-24  Andy Wingo  <wingo@pobox.com>
4084
4085         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
4086         Be threadsafe.
4087
4088 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4089
4090         * configure.ac: back to HEAD
4091
4092 === release 0.9.6 ===
4093
4094 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
4095
4096         * configure.ac:
4097           releasing 0.9.6, "White Eight"
4098
4099 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4100
4101         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
4102         * docs/plugins/inspect/plugin-sine.xml:
4103           remove sinesrc some more
4104
4105 2005-11-23  Wim Taymans  <wim@fluendo.com>
4106
4107         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
4108         If we are reading too slowly, jump forward in the ringbuffer
4109         instead of blocking.
4110
4111 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
4112
4113         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
4114         (gst_visual_chain):
4115         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
4116         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
4117         (gst_videorate_chain):
4118         * gst/videotestsrc/gstvideotestsrc.c:
4119         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
4120         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
4121         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
4122         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
4123         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
4124         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
4125           Updates for API changes
4126
4127 2005-11-23  Wim Taymans  <wim@fluendo.com>
4128
4129         * gst-libs/gst/audio/gstbaseaudiosink.c:
4130         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
4131         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
4132         Fix for calibration API change.
4133
4134 2005-11-23  Michael Smith <msmith@fluendo.com>
4135
4136         * gst-libs/gst/audio/multichannel.c:
4137         (gst_audio_get_channel_positions),
4138         (gst_audio_set_channel_positions),
4139         (gst_audio_set_structure_channel_positions_list),
4140         (gst_audio_fixate_channel_positions):
4141           Use gst_value_array_*() functions on value arrays, not
4142           gst_value_list_*().
4143
4144 2005-11-23  Edward Hervey  <edward@fluendo.com>
4145
4146         * autogen.sh:
4147         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
4148         Fixes autogen
4149
4150 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4151
4152         * check/Makefile.am:
4153         * check/elements/videotestsrc.c: (setup_videotestsrc),
4154         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
4155         (main):
4156           add a test for videotestsrc
4157
4158 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4159
4160         * gst/sine/.cvsignore:
4161         * gst/sine/Makefile.am:
4162         * gst/sine/gstsinesrc.c:
4163         * gst/sine/gstsinesrc.h:
4164         * gst/sine/sinesrc.vcproj:
4165           and remove sinesrc from the repository.  Closes #321446
4166
4167 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4168
4169         * configure.ac:
4170         * gst-plugins-base.spec.in:
4171           remove sinesrc from the build
4172
4173 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4174
4175         * check/Makefile.am:
4176         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
4177         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
4178         (main):
4179           add a test for audiotestsrc, testing all waves.  Even seems
4180           leak-free at first glance, nice job Stefan
4181
4182 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
4183
4184         * po/af.po:
4185         * po/az.po:
4186         * po/cs.po:
4187         * po/en_GB.po:
4188         * po/hu.po:
4189         * po/it.po:
4190         * po/nb.po:
4191         * po/nl.po:
4192         * po/or.po:
4193         * po/sq.po:
4194         * po/sr.po:
4195         * po/sv.po:
4196         * po/uk.po:
4197         * po/vi.po:
4198           Translation string updates
4199
4200         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
4201         (gst_v4lsrc_set_caps):
4202         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
4203         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
4204         * sys/v4l/v4lsrc_calls.h:
4205           Improve v4lsrc, by making it work again.
4206
4207 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
4208
4209         * ext/libvisual/visual.c: (gst_visual_chain):
4210           Fix the fps calculations.
4211
4212         * gst/ffmpegcolorspace/avcodec.h:
4213           Move structure element for clarity
4214
4215         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
4216         * gst-libs/gst/interfaces/tunernorm.h:
4217         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
4218         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
4219         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
4220         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
4221         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
4222         (gst_v4lmjpegsrc_getcaps):
4223         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
4224         (gst_v4lsrc_set_caps):
4225         * sys/v4l/gstv4lsrc.h:
4226         * sys/v4l/v4l_calls.c: (gst_v4l_open):
4227         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
4228         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
4229         * sys/v4l/v4lsrc_calls.h:
4230           Fractional framerates...
4231
4232 2005-11-22  Wim Taymans  <wim@fluendo.com>
4233
4234         * gst-libs/gst/audio/gstbaseaudiosink.c:
4235         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
4236         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
4237         And we provide a clock by default, of course...
4238
4239 2005-11-22  Wim Taymans  <wim@fluendo.com>
4240
4241         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
4242         This clock can be slaved to a master clock now.
4243
4244         * gst-libs/gst/audio/gstbaseaudiosink.c:
4245         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
4246         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
4247         (gst_base_audio_sink_set_clock),
4248         (gst_base_audio_sink_set_property),
4249         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
4250         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
4251         * gst-libs/gst/audio/gstbaseaudiosink.h:
4252         Handle slaving the internal clock to the clock selected in the
4253         pipeline.
4254         Add property to make the basesink not provide a clock.
4255
4256         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4257         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4258         (gst_base_rtp_depayload_wait):
4259         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4260         We can use the clock in GstElement, no need to store it ourselves.
4261
4262 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4263
4264         * docs/libs/tmpl/gstaudio.sgml:
4265           update
4266         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
4267         (gst_paranoia_endian_get_type):
4268         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
4269         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
4270         * gst/audiotestsrc/gstaudiotestsrc.c:
4271         (gst_audiostestsrc_wave_get_type):
4272         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
4273         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
4274         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
4275         (gst_sync_method_get_type), (gst_unit_type_get_type),
4276         (gst_client_status_get_type), (gst_multifdsink_class_init),
4277         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
4278         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
4279         (gst_multifdsink_get_property):
4280         * gst/tcp/gstmultifdsink.h:
4281         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
4282         * gst/videotestsrc/gstvideotestsrc.c:
4283         (gst_videotestsrc_pattern_get_type):
4284           remove deprecated properties
4285           fix up enums to correctly have short lowercase dashed nicks
4286
4287 2005-11-22  Michael Smith <msmith@fluendo.com>
4288
4289         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
4290         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
4291           Add underscore.
4292
4293 2005-11-22  Michael Smith <msmith@fluendo.com>
4294
4295         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
4296         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
4297           Use utility method for scaling clocktime for fractional framerates.
4298
4299 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
4300
4301         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
4302         (gst_visual_chain):
4303         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4304         * ext/theora/theoradec.c: (theora_handle_type_packet):
4305         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
4306         (theora_enc_chain):
4307         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4308         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
4309         * gst-libs/gst/video/video.h:
4310         * gst/ffmpegcolorspace/avcodec.h:
4311         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4312         (gst_ffmpeg_caps_to_pixfmt):
4313         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4314         (gst_ffmpegcsp_set_caps):
4315         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4316         (gst_videorate_setcaps), (gst_videorate_blank_data),
4317         (gst_videorate_chain):
4318         * gst/videotestsrc/gstvideotestsrc.c:
4319         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
4320         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
4321         (gst_videotestsrc_event), (gst_videotestsrc_create):
4322         * gst/videotestsrc/gstvideotestsrc.h:
4323         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
4324         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
4325         (gst_ximagesink_get_times), (gst_ximagesink_init):
4326         * sys/ximage/ximagesink.h:
4327         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
4328         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4329         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
4330         * sys/xvimage/xvimagesink.h:
4331           Convert elements to use fractions for their framerate.
4332           V4L elements to come later tonight.
4333
4334 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4335
4336         * gst-libs/gst/audio/audio.c:
4337         * gst-libs/gst/audio/audio.h:
4338           remove some deprecated functions
4339
4340 2005-11-22  Andy Wingo  <wingo@pobox.com>
4341
4342         * Update for gst_tag_setter API changes.
4343
4344 2005-11-22  Andy Wingo  <wingo@pobox.com>
4345
4346         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
4347         (gst_ogg_demux_perform_seek):
4348         * ext/theora/theoradec.c (theora_dec_sink_event):
4349         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
4350         update-funcnames.
4351
4352 2005-11-22  Wim Taymans  <wim@fluendo.com>
4353
4354         * examples/seeking/seek.c: (main):
4355         Give higher priority to bus signals than the gtk events
4356         to fix a race condition in the segment looping.
4357
4358 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4359
4360         * ext/theora/Makefile.am:
4361         * ext/vorbis/Makefile.am:
4362         * gst-libs/gst/tag/Makefile.am:
4363         * gst-plugins-base.spec.in:
4364           Rename libgsttagedit to libgsttag (#322117).
4365
4366 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4367
4368         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4369         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4370           Call gst_x_overlay_prepare_xwindow_id() to give applications
4371           a final chance to set their own xwindow id before the video
4372           sink creates its own window.
4373
4374 2005-11-22  Julien MOUTTE  <julien@moutte.net>
4375
4376         * sys/xvimage/xvimagesink.c:
4377         (gst_xvimagesink_navigation_send_event): Handle navigation
4378         events correcly with borders if applicable.
4379
4380 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4381
4382         Patch by: Luca Ognibene
4383
4384         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4385         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
4386         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4387         (gst_ffmpegcsp_caps_remove_format_info):
4388         * gst/ffmpegcolorspace/imgconvert.c:
4389         * gst/ffmpegcolorspace/imgconvert_template.h:
4390           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
4391           #318353); use gst_structure_has_name().
4392
4393 2005-11-22  Julien MOUTTE  <julien@moutte.net>
4394
4395         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
4396         (gst_ximagesink_class_init): Add debug macros on functions.
4397         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4398         (gst_xvimagesink_xwindow_draw_borders),
4399         (gst_xvimagesink_xvimage_put),
4400         (gst_xvimagesink_xwindow_update_geometry),
4401         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
4402         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
4403         (gst_xvimagesink_xcontext_clear),
4404         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4405         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4406         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
4407         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
4408         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
4409         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4410         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
4411         expose while being PAUSED, out of data flow navigation events, etc..
4412
4413 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4414
4415         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
4416         * gst-libs/gst/audio/audio.h:
4417           fix prototype - wondering why the test worked regardless
4418
4419 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4420
4421         * check/Makefile.am:
4422         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
4423         * gst-libs/gst/audio/audio.h:
4424           add a method that returns a proper GstClockTime
4425
4426 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4427
4428         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
4429         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
4430         * gst-libs/gst/interfaces/xoverlay.h:
4431           Remove everything having to do with the desired size; add 
4432           gst_x_overlay_prepare_xwindow_id() function; remove the
4433           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
4434           post a message on the bus instead (#321816).
4435
4436         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
4437         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
4438         (gst_xvimagesink_xoverlay_init):
4439           Remove desired size stuff (#321816).
4440
4441 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4442
4443         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
4444         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
4445         (mpeg_video_type_find), (mpeg_video_stream_type_find):
4446           Terminate vararg functions with NULL instead of 0 to 
4447           make gcc4 happy.
4448
4449 2005-11-21  Andy Wingo  <wingo@pobox.com>
4450
4451         patch by: Sebastien Cote <sebas642@yahoo.ca>
4452         
4453         * gst-libs/gst/rtp/gstrtpbuffer.h: 
4454         * gst-libs/gst/rtp/gstrtpbuffer.c
4455         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
4456
4457 2005-11-21  Andy Wingo  <wingo@pobox.com>
4458
4459         * gst/playback/gstplaybin.c (gen_audio_element) 
4460         (gen_video_element): Use the new MISSING_PLUGIN core error
4461         category. Closes #320060.
4462
4463         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
4464         * gst/videorate/gstvideorate.c (gst_videorate_event):
4465         * ext/theora/theoradec.c (theora_dec_sink_event): 
4466         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
4467         stream lock.
4468
4469         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
4470         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
4471         stream lock changes.
4472
4473 2005-11-21  Wim Taymans  <wim@fluendo.com>
4474
4475         * gst-libs/gst/audio/gstbaseaudiosink.c:
4476         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
4477         (gst_base_audio_sink_provide_clock),
4478         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
4479         (gst_base_audio_sink_change_state):
4480         * gst/audioresample/gstaudioresample.c:
4481         Segment update fix.
4482
4483 2005-11-21  Andy Wingo  <wingo@pobox.com>
4484
4485         * *.h:
4486         * *.c: Ran scripts/update-macros. Oh yes.
4487
4488 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4489
4490         * sys/ximage/Makefile.am:
4491         * sys/ximage/ximage.c:
4492           Rename ximage plugin to ximagesink (#321426) (Don't forget to
4493           remove your old libgstximage.* manually if necessary).
4494
4495 2005-11-21  Michael Smith <msmith@fluendo.com>
4496
4497         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
4498           Minimal fix for bug #320200: set the min/max bitrate in the correct
4499           units. A better fix would be to upgrade to the RATEMANAGE2
4500           interface, rather than using the deprecated interface used here, but
4501           that would require an update in our libvorbis dependency (to 1.1),
4502           which is probably undesirable.
4503
4504 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
4505
4506         * ext/libvisual/visual.c: (get_buffer):
4507         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4508         (gst_base_audio_src_fixate):
4509         * gst/audioconvert/gstaudioconvert.c:
4510         (gst_audio_convert_fixate_caps):
4511         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
4512         * gst/audiotestsrc/gstaudiotestsrc.c:
4513         (gst_audiotestsrc_src_fixate):
4514         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
4515         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
4516         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
4517         * gst/videotestsrc/gstvideotestsrc.c:
4518         (gst_videotestsrc_src_fixate):
4519         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
4521           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
4522           (#322027)
4523
4524
4525 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4526
4527         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4528         (gst_riff_create_iavs_caps):
4529         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
4530         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
4531         (gst_riff_parse_info):
4532         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
4533         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
4534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4535           Fixes for GST_FOURCC_FORMAT API change.
4536
4537 2005-11-21  Andy Wingo  <wingo@pobox.com>
4538
4539         patch by: Alessandro Dessina <alessandro nnva org>
4540
4541         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
4542         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
4543         (gst_ogg_parse_chain):
4544         * ext/theora/theoraenc.c (theora_set_header_on_caps):
4545         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
4546         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
4547         gst_value_list calls on arrays. Fixes #321962.
4548
4549 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4550
4551         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4552         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
4553         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4554         * gst/adder/gstadder.c: (gst_adder_init),
4555         (gst_adder_request_new_pad), (gst_adder_collected),
4556         (gst_adder_change_state):
4557           Update for gst_collectpads_foo() to gst_collect_pads_foo()
4558           API change.
4559
4560 2005-11-21  Michael Smith <msmith@fluendo.com>
4561
4562         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
4563         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
4564           Properly handle pad_push return values.
4565
4566 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
4567
4568         * gst-libs/gst/tag/Makefile.am:
4569         * gst-libs/gst/tag/gstvorbistag.c:
4570         (gst_tag_list_to_vorbiscomment_buffer):
4571           Remove obsolete vorbistag element and debug category.
4572
4573         * gst/playback/gstplaybasebin.c: (check_queue):
4574           Don't divide by 0 when queue-threshold is 0.
4575
4576         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
4577           Don't modify an existing pixel-aspect-ratio if we fail to read
4578           a new one.
4579
4580 2005-11-20  Wim Taymans  <wim@fluendo.com>
4581
4582         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
4583         (gst_vorbisenc_push_packet):
4584         GST_PAD_IS_USABLE is gone, use the return value of
4585         the push or pad_alloc_buffer instead.
4586
4587 2005-11-18  Julien MOUTTE  <julien@moutte.net>
4588
4589         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4590         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
4591         (gst_ximagesink_ximage_destroy),
4592         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
4593         (gst_ximagesink_xwindow_new),
4594         (gst_ximagesink_xwindow_update_geometry),
4595         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
4596         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
4597         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
4598         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
4599         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
4600         (gst_ximagesink_navigation_send_event),
4601         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
4602         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
4603         (gst_ximagesink_finalize), (gst_ximagesink_init),
4604         (gst_ximagesink_class_init):
4605         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
4606         This new version brings correct software scaling, non flickering
4607         window while resizing, pixel aspect ratio handling, usage of
4608         hardware buffer pools, out of data flow event thread for 
4609         navigation and handling of expose events even when being PAUSED,
4610         a new property to keep video aspect ratio when resizing, etc...
4611
4612 2005-11-18  Julien MOUTTE  <julien@moutte.net>
4613
4614         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4615         (gst_videoscale_fixate_caps): Introduce back caps fixate with
4616         handling of PAR.
4617
4618 2005-11-18    <bilboed@dvdsrc.fluendo.com>
4619
4620         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
4621         Unsetting IS_SINK flag from the fakesink, so decodebin
4622         never behaves as a sink.
4623
4624 2005-11-17  Wim Taymans  <wim@fluendo.com>
4625
4626         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4627         (gst_base_audio_src_change_state):
4628         Fix the audiosrc base class again, we did not unflush.
4629
4630 2005-11-17  Julien MOUTTE  <julien@moutte.net>
4631
4632         * examples/seeking/seek.c: (make_dv_pipeline),
4633         (make_vorbis_theora_pipeline), (make_avi_pipeline),
4634         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
4635         to ogg/vorbis/theora pipeline.
4636
4637 2005-11-17  Wim Taymans  <wim@fluendo.com>
4638
4639         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
4640         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
4641         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
4642         Fix EOS on multiple streams.
4643         More debugging.
4644
4645 2005-11-16  Wim Taymans  <wim@fluendo.com>
4646
4647         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
4648         (gst_ogg_demux_perform_seek):
4649         Segment done must include stream time.
4650
4651         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
4652         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
4653         (gst_ogg_mux_change_state):
4654         Fix ogg muxer again.
4655
4656 2005-11-16  Wim Taymans  <wim@fluendo.com>
4657
4658         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
4659         Fix compile again.
4660
4661 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4662
4663         * ext/libvisual/visual.c: (gst_visual_init):
4664         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
4665         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
4666         (gst_ogg_parse_chain):
4667         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4668         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
4669         * ext/theora/theoradec.c: (gst_theora_dec_init):
4670         * ext/theora/theoraenc.c: (gst_theora_enc_init):
4671         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
4672         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
4673         * gst/adder/gstadder.c: (gst_adder_class_init),
4674         (gst_adder_dispose):
4675         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4676         * gst/subparse/gstsubparse.c: (gst_subparse_init):
4677         * gst/videorate/gstvideorate.c: (gst_videorate_init):
4678           Fix a whole set of pad template leaks
4679
4680 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4681
4682         * check/generic/states.c: (GST_START_TEST):
4683           fix the test so that it only checks for elements that are part of
4684           this source module
4685
4686 2005-11-16  Michael Smith <msmith@fluendo.com>
4687
4688         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
4689         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
4690         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4691         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4692         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
4693         (gst_ogg_mux_change_state):
4694           Fix leaking collectpads.
4695
4696 2005-11-16  Edward Hervey  <edward@fluendo.com>
4697
4698         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
4699         (gst_videorate_event), (gst_videorate_chain):
4700         Handle segment seeks
4701
4702 2005-11-16  Wim Taymans  <wim@fluendo.com>
4703
4704         * gst-libs/gst/audio/gstbaseaudiosink.c:
4705         (gst_base_audio_sink_provide_clock),
4706         (gst_base_audio_sink_change_state):
4707         Set ringbuffer to non-flushing when going to PAUSED, set to
4708         flushing again when going to READY.
4709
4710         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4711         (gst_ring_buffer_stop):
4712         Start in flushing mode by default.
4713         Don't set flushing in the _stop method, let the app call
4714         this explicitly.
4715
4716 2005-11-16  Julien MOUTTE  <julien@moutte.net>
4717
4718         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
4719         * gst-libs/gst/video/videosink.h: Add helper function needed
4720         for video sinks.
4721
4722 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4723
4724         * gst/videoscale/gstvideoscale.c:
4725         (gst_videoscale_handle_src_event):
4726           Don't leak reference to pad parent.
4727
4728 2005-11-16  Wim Taymans  <wim@fluendo.com>
4729
4730         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
4731         Set ringbuffer to flushing when stopping so that we don't
4732         block on wait_segment anymore and livelock.
4733
4734 2005-11-16  Wim Taymans  <wim@fluendo.com>
4735
4736         * examples/seeking/seek.c: (send_event), (do_seek),
4737         (loop_toggle_cb), (segment_done), (main):
4738         Added looping checkbox.
4739
4740 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4741
4742         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4743         (gst_ogg_demux_init):
4744         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4745         (gst_vorbis_dec_init):
4746           revert unrefs, they don't pass make check
4747
4748 2005-11-15  Johan Dahlin  <johan@gnome.org>
4749
4750         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4751         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
4752         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4753         (gst_vorbis_dec_init):
4754         Fix pad template leaks. 
4755
4756 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
4757
4758         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4759           Make state change function thread safe.
4760
4761 2005-11-15  Edward Hervey  <edward@fluendo.com>
4762
4763         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
4764         (gst_ogg_demux_class_init):
4765         Implement GstElement::send_event, so we can send seek events
4766         in GST_STATE_READY
4767
4768 2005-11-14  Julien MOUTTE  <julien@moutte.net>
4769
4770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
4771         Discovered how to take away flickering while resizing the
4772         window. Please don't put that in ximagesink, refactoring in
4773         progress.
4774
4775 2005-11-14  Michael Smith <msmith@fluendo.com>
4776
4777         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
4778         (gst_multifdsink_render):
4779           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
4780
4781 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
4782
4783         * gst/playback/gstplaybin.c: (gen_audio_element):
4784           Use autoaudiosink, it tends to be more widely available than
4785           autoaudiiosink.
4786           
4787 2005-11-14  Andy Wingo  <wingo@pobox.com>
4788
4789         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
4790         as well if it is available. Fixes #316442.
4791
4792 2005-11-14  Michael Smith <msmith@fluendo.com>
4793
4794         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
4795         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
4796         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4797         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4798         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
4799         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4800         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
4801         (gst_vorbisenc_change_state):
4802           Fix a small memory leak in vorbisenc.
4803           Fix large memory leaks in oggmux, also fix lots of state change
4804           bugs in oggmux.
4805
4806 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4807
4808         * gst/videotestsrc/gstvideotestsrc.c:
4809         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
4810         (gst_videotestsrc_src_fixate):
4811           move fixation to a fixate function
4812           remove negotiate function, basesrc's is good enough
4813           fixes a bug for check when using the element alone
4814
4815 2005-11-13  Edward Hervey  <edward@fluendo.com>
4816
4817         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
4818         (key_toggle_cb), (main):
4819         Added checkboxes for adding/removing the accurate and key_unit seek
4820         flags.
4821
4822 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4823
4824         * configure.ac: back to HEAD
4825
4826 === release 0.9.5 ===
4827
4828 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
4829
4830         * configure.ac:
4831           releasing 0.9.5, "No No Kia"
4832
4833 2005-11-11  Edward Hervey  <edward@fluendo.com>
4834
4835         * examples/seeking/seek.c: (make_parselaunch_pipeline):
4836         Added parse-launch syntax seeking mode for the seeking example.
4837         This should help stress-test even more cases.
4838         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
4839
4840 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4841
4842         * sys/xvimage/xvimagesink.c:
4843         (gst_xvimagesink_navigation_send_event):
4844           Check whether peer pad exists before sending navigation events
4845           to it.
4846
4847 2005-11-11  Michael Smith <msmith@fluendo.com>
4848
4849         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
4850         (gst_vorbisenc_buffer_from_packet):
4851         * ext/vorbis/vorbisenc.h:
4852           Set duration on encoded buffers. This allows oggmux's
4853           max_page_delay parameter to actually work.
4854
4855 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4856
4857         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4858         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
4859         (gst_ffmpegcsp_avpicture_fill):
4860         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4861         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
4862           Make palettes work again (see #132341). Use our own macros
4863           for rounding up.
4864
4865 2005-11-10  Andy Wingo  <wingo@pobox.com>
4866
4867         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
4868         string doober.
4869
4870 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4871
4872         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4873         (gst_ffmpegcsp_transform_caps):
4874           Prefer passthrough in transform_caps
4875
4876 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4877
4878         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4879           check for ALSA errors properly, instead of relying on ALSA's
4880           error strings to serve to the user.
4881
4882 2005-11-10  Wim Taymans  <wim@fluendo.com>
4883
4884         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
4885         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
4886         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
4887         Modernise the seek code.
4888
4889 2005-11-10  Michael Smith <msmith@fluendo.com>
4890         
4891         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
4892         (setup_substreams), (set_active_source):
4893           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
4894           trying to go to NULL if we failed to read a file.
4895
4896 2005-11-10  Wim Taymans  <wim@fluendo.com>
4897
4898         * gst/audiotestsrc/gstaudiotestsrc.c:
4899         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
4900         (gst_audiotestsrc_create):
4901         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4902         (gst_sinesrc_get_times), (gst_sinesrc_create):
4903         * gst/videotestsrc/gstvideotestsrc.c:
4904         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
4905         (gst_videotestsrc_create):
4906         The base class can now sync for us.
4907
4908 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4909
4910         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
4911           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
4912           name=source autoprobe=false autoprobe-fps=false copy-mode=1
4913           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
4914           format=(fourcc)I420" ! xvimagesink
4915
4916 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4917
4918         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4919         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
4920         (gst_sinesrc_newsegment):
4921           Send newsegment event in TIME format, set duration if
4922           num-buffers is set, fix duration querying.
4923
4924 2005-11-10  Michael Smith <msmith@fluendo.com>
4925
4926         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4927         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4928         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4929         (gst_ogg_mux_collected):
4930          Fix EOS handling, partially. Now forwarding an EOS event once we have
4931          EOS on all pads works correctly. However, we still don't properly set
4932          EOS on the actual ogg stream pages.
4933
4934 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4935
4936         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
4937           Set elements to NULL state before disposing of them.
4938
4939 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
4940
4941         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4942
4943         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4944         (gst_base_rtp_depayload_init),
4945         (gst_base_rtp_depayload_set_gst_timestamp):
4946         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4947           We need to send a newsegment event for each instance, not
4948           just for the first instance of this class (get rid of
4949           static variable in function). (#321011).
4950           
4951 2005-11-08  Michael Smith <msmith@fluendo.com>
4952
4953         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4954         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
4955         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
4956         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
4957           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
4958           This makes us mux things correctly according to the ogg muxing
4959           rules. Still not handling EOS correctly right now, though.
4960
4961 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4962
4963         * gst/audioconvert/gstaudioconvert.c:
4964           Fix typo in docs. 
4965
4966 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4967
4968         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4969         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
4970           Initialise segment_stop to GST_CLOCK_TIME_NONE when
4971           creating a new chain; should fix live streaming. Also
4972           add more debug output and fix a typo.
4973
4974 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
4975
4976         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4977
4978         * gst/volume/gstvolume.c: (volume_set_caps):
4979           Fix compilation on Solaris with Forte. (#320923)
4980
4981 2005-11-08  Wim Taymans  <wim@fluendo.com>
4982
4983         * gst-libs/gst/audio/gstbaseaudiosink.c:
4984         (gst_base_audio_sink_render):
4985         No need to do a typecheck.
4986
4987 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
4988
4989         * ext/alsa/gstalsa.h:
4990           We register a debug category, so let's use it.
4991
4992 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4993
4994         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4995         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
4996         Fixed a small problem.
4997
4998 2005-11-04  Wim Taymans  <wim@fluendo.com>
4999
5000         * examples/seeking/Makefile.am:
5001         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
5002         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
5003         (make_playerbin_pipeline), (format_value), (update_scale),
5004         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
5005         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
5006         (print_usage), (main):
5007         Added app for playback speed testing.
5008
5009         * examples/seeking/seek.c: (dynamic_link),
5010         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
5011         (make_mpeg_pipeline), (do_seek), (set_update_scale),
5012         (message_received), (main):
5013         Updated seek example.
5014
5015 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
5016
5017         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5018         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
5019         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
5020         (gst_base_rtp_depayload_set_clock):
5021         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5022         Don't sleep on the bench (system clock) when you have a nice 
5023         comfortable bed (Gstreamer clock) to sleep on.
5024
5025 2005-11-03  Wim Taymans  <wim@fluendo.com>
5026
5027         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5028         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
5029         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
5030         Handle the case where a pad_block failed.
5031
5032 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
5033
5034         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
5035
5036         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5037         (gst_base_rtp_depayload_add_to_queue),
5038         (gst_base_rtp_depayload_push),
5039         (gst_base_rtp_depayload_set_gst_timestamp),
5040         (gst_base_rtp_depayload_queue_release):
5041           Fixes some bugs in the depayloader's queuing/de-queueing code.
5042
5043 2005-10-31  Michael Smith <msmith@fluendo.com>
5044
5045         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
5046         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5047         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
5048           Patch from Alessandro Decina <alessandro@nnva.org>.
5049           Make oggdemux only find the final time in a chain, not per-pad,
5050           since the per-pad information can be very expensive to locate, and
5051           it isn't used anywhere. This makes reading a file containing
5052           OggSkeleton reasonably fast.
5053           Also, make chain finding work when there are logical bitstreams that
5054           can't be decoded. Fixes #319110.
5055
5056 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
5057
5058         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5059         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
5060         (gst_base_rtp_depayload_chain),
5061         (gst_base_rtp_depayload_add_to_queue),
5062         (gst_base_rtp_depayload_push),
5063         (gst_base_rtp_depayload_set_gst_timestamp),
5064         (gst_base_rtp_depayload_queue_release),
5065         (gst_base_rtp_depayload_start_thread),
5066         (gst_base_rtp_depayload_set_property),
5067         (gst_base_rtp_depayload_get_property):
5068         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5069         Some random fixes, to fullfill the desires of thomas.
5070
5071 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
5072
5073         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5074         (gst_base_rtp_depayload_add_to_queue),
5075         (gst_base_rtp_depayload_push):
5076         Fixed the queueing algorithm.
5077
5078 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
5079
5080         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5081         (gst_base_rtp_depayload_push):
5082         A small fix
5083
5084 2005-10-31  Wim Taymans  <wim@fluendo.com>
5085
5086         * gst-libs/gst/audio/gstringbuffer.h:
5087         Don't break ABI.
5088
5089         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5090         (gst_ffmpeg_caps_to_pixfmt):
5091         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5092         (gst_ffmpegcsp_set_caps):
5093         Some more comments.
5094         Handle missing required caps fields better.
5095
5096 2005-10-31  Wim Taymans  <wim@fluendo.com>
5097
5098         * gst-libs/gst/audio/gstbaseaudiosink.c:
5099         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
5100         (gst_base_audio_sink_render):
5101         * gst-libs/gst/audio/gstringbuffer.c:
5102         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5103         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5104         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
5105         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
5106         (gst_ring_buffer_read):
5107         * gst-libs/gst/audio/gstringbuffer.h:
5108         Add flushing mode to the ringbuffer so that it in all cases does
5109         not try to handle more audio. This makes sure it does not try to
5110         block anymore when flushing and fixes a livelock.
5111
5112 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
5113
5114         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
5115         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
5116         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
5117           Explicitly check for -1 values before doing a conversion
5118           and always map them to -1. (#315545)
5119
5120 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5121
5122         * gst/playback/gstplaybin.c: (gen_video_element):
5123           first try autovideosink, then xvimagesink, then error out
5124         * po/POTFILES.in:
5125           add translatable file
5126         * po/af.po:
5127         * po/az.po:
5128         * po/cs.po:
5129         * po/en_GB.po:
5130         * po/hu.po:
5131         * po/it.po:
5132         * po/nb.po:
5133         * po/nl.po:
5134         * po/or.po:
5135         * po/sq.po:
5136         * po/sr.po:
5137         * po/sv.po:
5138         * po/uk.po:
5139         * po/vi.po:
5140           update translations
5141
5142 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
5143
5144         * gst-libs/gst/rtp/gstbasedepayload.c:
5145         * gst-libs/gst/rtp/gstbasedepayload.h:
5146           Minor cleanups
5147
5148 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
5149
5150         * gst/playback/.cvsignore:
5151         * gst/playback/decodetest.c:
5152         * gst/playback/test3.c:
5153           Port these two tests as well.
5154
5155 2005-10-27  Wim Taymans  <wim@fluendo.com>
5156
5157         * ext/theora/theoradec.c: (theora_dec_src_query),
5158         (theora_dec_sink_event):
5159         * ext/theora/theoraenc.c: (theora_enc_sink_event),
5160         (theora_enc_change_state):
5161         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5162         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
5163         Take proper locks when handling events.
5164
5165 2005-10-27  Wim Taymans  <wim@fluendo.com>
5166
5167         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
5168         (gst_adder_change_state):
5169         Fix timestamps and fix deadlock when stopping the collectpads.
5170
5171 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
5172
5173         * gst-libs/gst/rtp/gstrtpbuffer.h:
5174         Declaring the payload types as strings too so that they can be used
5175         in the padtemplate inialization.
5176
5177 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
5178
5179         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
5180
5181         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5182         (gst_base_rtp_depayload_class_init):
5183         Fixes a small but nasty bug. The derived elements no longer segfaults
5184         on finalization.
5185
5186 2005-10-26  Michael Smith <msmith@fluendo.com>
5187
5188         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
5189           When clearing an audioconvert context, set tmpbufsize to zero, so
5190           we'll allocate it again later if required.
5191           This fixes audioconvert re-negotiating formats, which previously
5192           segfaulted with a NULL destination buffer.
5193
5194 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
5195
5196         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5197         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
5198         (gst_base_rtp_depayload_set_gst_timestamp),
5199         (gst_base_rtp_depayload_queue_release):
5200         Fixed a smalll memleak.
5201
5202 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
5203         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5204         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
5205         (gst_base_rtp_depayload_finalize),
5206         (gst_base_rtp_depayload_setcaps),
5207         (gst_base_rtp_depayload_add_to_queue),
5208         (gst_base_rtp_depayload_push),
5209         (gst_base_rtp_depayload_set_gst_timestamp),
5210         (gst_base_rtp_depayload_queue_release),
5211         (gst_base_rtp_depayload_thread),
5212         (gst_base_rtp_depayload_change_state):
5213         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5214         Changed the C++ comments to C comments
5215
5216 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5217
5218         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
5219         * gst/tcp/gsttcpclientsrc.h:
5220         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
5221         * gst/tcp/gsttcpserversrc.h:
5222           Remove unused 'curoffset' structure member.
5223
5224 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
5225
5226         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5227         (gst_base_rtp_depayload_base_init),
5228         (gst_base_rtp_depayload_finalize):
5229         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5230         * gst-libs/gst/rtp/gstbasertppayload.h:
5231           The pad-template on the sinkpad should be set by the derived classes.
5232           Also added some useful macros.
5233
5234 2005-10-24  Wim Taymans  <wim@fluendo.com>
5235
5236         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5237         Correctly flush decoder samples even if we could not
5238         copy them to an output buffer. Fixes #319618.
5239
5240 2005-10-24  Julien MOUTTE  <julien@moutte.net>
5241
5242         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
5243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
5244         the caps against our xcontext caps.
5245
5246 2005-10-24  Wim Taymans  <wim@fluendo.com>
5247
5248         * gst-libs/gst/audio/gstbaseaudiosink.c:
5249         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
5250         Remove g_print
5251         Use sync property from baseclass to disable sync.
5252
5253 2005-10-24  Wim Taymans  <wim@fluendo.com>
5254
5255         * gst-libs/gst/audio/gstbaseaudiosink.c:
5256         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
5257         Buffers with no timestamps get aligned with previous buffers or
5258         on underrun, played ASAP.
5259
5260 2005-10-24  Julien MOUTTE  <julien@moutte.net>
5261
5262         * gst-libs/gst/video/video.h:
5263         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5264         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
5265         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
5266         here comes my change on caps for framerate and geometry range.
5267         We are now accepting 1 to MAXINT for width and height, and from
5268         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
5269         to be blended correctly in videomixer.
5270
5271 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5272
5273         * configure.ac:
5274           back to HEAD
5275
5276 === release 0.9.4 ===
5277
5278 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5279
5280         * NEWS:
5281         * RELEASE:
5282         * configure.ac:
5283           releasing 0.9.4, "Velociraptor"
5284
5285 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5286
5287         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
5288         * po/POTFILES.in:
5289           STOPPED -> FAILED
5290
5291 2005-10-21  Wim Taymans  <wim@fluendo.com>
5292
5293         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5294         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
5295         (pad_blocked), (close_pad_link), (new_pad):
5296         Don't try to remove elements twice.
5297
5298 2005-10-21  Wim Taymans  <wim@fluendo.com>
5299
5300         * ext/theora/theoradec.c: (theora_dec_src_query),
5301         (theora_dec_sink_event):
5302         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5303         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5304         (vorbis_handle_data_packet):
5305         * ext/vorbis/vorbisdec.h:
5306         Fix old naming.
5307
5308         * gst-libs/gst/audio/gstbaseaudiosink.c:
5309         (gst_base_audio_sink_render):
5310         Don't try to sync on buffers without a timestamp.
5311
5312 2005-10-21  Wim Taymans  <wim@fluendo.com>
5313
5314         * ext/theora/theoradec.c: (theora_dec_src_query),
5315         (theora_dec_sink_event):
5316         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5317         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5318         (vorbis_handle_data_packet):
5319         * ext/vorbis/vorbisdec.h:
5320         Fix old naming.
5321
5322 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5323
5324         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
5325         (gst_vorbisenc_src_query):
5326           Implement position and duration queries.
5327
5328         * gst/playback/test3.c: (update_scale), (main):
5329           Fix for async state changes and print nicer output.
5330
5331 2005-10-20  Wim Taymans  <wim@fluendo.com>
5332
5333         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5334         (dump_element_stats), (main):
5335         * gst/playback/test6.c: (main):
5336         Fix tests again
5337
5338 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5339
5340         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
5341         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5342           Don't use functions for position queries when handling
5343           duration queries.
5344
5345 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5346
5347         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5348         (vorbis_handle_data_packet), (vorbis_dec_chain),
5349         (vorbis_dec_change_state):
5350         * ext/vorbis/vorbisdec.h:
5351           Vorbis streams can be embedded in other container formats
5352           than ogg, container formats where the demuxer might set 
5353           timestamps on encoded vorbis buffers instead of those silly 
5354           granulepos thingies. In short: make vorbisdec handle 
5355           timestamps on incoming buffers as well.
5356
5357 2005-10-20  Wim Taymans  <wim@fluendo.com>
5358
5359         * gst/playback/gstplaybasebin.c: (group_destroy),
5360         (gst_play_base_bin_change_state):
5361         Fix leak.
5362         Handle case where playbasebin is now ASYNC because
5363         decodebin is.
5364
5365 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5366
5367         * gst/audioconvert/Makefile.am:
5368         * gst/audioconvert/bufferframesconvert.c:
5369         * gst/audioconvert/plugin.c: (plugin_init):
5370         * gst/audioconvert/plugin.h:
5371           And bye bye buffer-frames-convert
5372
5373 2005-10-19  Wim Taymans  <wim@fluendo.com>
5374
5375         * check/elements/audioconvert.c:
5376         * docs/libs/tmpl/gstaudio.sgml:
5377         * docs/libs/tmpl/gstcolorbalance.sgml:
5378         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5379         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
5380         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
5381         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
5382         * gst-libs/gst/audio/audio.h:
5383         * gst/audioconvert/audioconvert.h:
5384         * gst/audioconvert/gstaudioconvert.c:
5385         (gst_audio_convert_parse_caps):
5386         * gst/volume/gstvolume.c:
5387         Bye bye buffer-frames.
5388
5389 2005-10-19  Wim Taymans  <wim@fluendo.com>
5390
5391         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5392         (query_positions_elems), (query_positions_pads), (update_scale),
5393         (do_seek), (set_update_scale), (message_received), (main):
5394         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5395         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
5396         (gst_ogg_demux_loop):
5397         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
5398         * ext/theora/theoradec.c: (theora_dec_src_query),
5399         (theora_dec_sink_event):
5400         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5401         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
5402         * gst/adder/gstadder.c: (gst_adder_query):
5403         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
5404         * gst/playback/test3.c: (update_scale):
5405         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5406         (dump_element_stats), (main):
5407         * gst/playback/test6.c: (main):
5408         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5409         Query API update.
5410
5411 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5412
5413         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
5414         (xml_check_first_element), (xml_type_find), (smil_type_find),
5415         (plugin_init):
5416           Add typefinding for SMIL and for generic XML. Based on patch by
5417           Akos Maroy (#308663).
5418
5419 2005-10-18  Wim Taymans  <wim@fluendo.com>
5420
5421         * gst/playback/Makefile.am:
5422         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5423         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
5424         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
5425         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
5426         (gst_decode_bin_change_state):
5427         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5428         (gst_play_bin_send_event_to_sink):
5429         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5430         (dump_element_stats), (main):
5431         * gst/playback/test6.c: (main):
5432         Make playbin async, it'll commit state to paused when all streams
5433         are detected.
5434         Remove ugly hack.
5435         Added test6.c to show async behaviour.
5436
5437 2005-10-18  Wim Taymans  <wim@fluendo.com>
5438
5439         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5440         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
5441         Fix for segment-start/stop API change.
5442
5443 2005-10-18  Wim Taymans  <wim@fluendo.com>
5444
5445         * check/Makefile.am:
5446         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
5447         (main):
5448         Add future test for clock selection.
5449
5450 2005-10-18  Wim Taymans  <wim@fluendo.com>
5451
5452         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
5453         (gst_alsasink_close):
5454         Set handle to NULL.
5455
5456         * gst-libs/gst/audio/gstringbuffer.c:
5457         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5458         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
5459         (gst_ring_buffer_start), (gst_ring_buffer_pause),
5460         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
5461         (gst_ring_buffer_read):
5462         More debug info.
5463
5464 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
5465
5466         * gst/audiotestsrc/Makefile.am:
5467         * gst/sine/Makefile.am:
5468         * gst/volume/Makefile.am:
5469           fix broken build of controllerized plugins
5470
5471 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
5472
5473         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5474
5475         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5476         (gst_riff_create_video_template_caps):
5477           Add support for Indeo-3 (IV32).
5478
5479 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5480
5481         * configure.ac:
5482           rewrite
5483
5484 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5485
5486         * gst-libs/gst/video/video.c: (gst_video_get_size):
5487         * gst/audiotestsrc/gstaudiotestsrc.c:
5488           doc updates
5489
5490 2005-10-17  Andy Wingo  <wingo@pobox.com>
5491
5492         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
5493         with the collectpads change.
5494         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
5495
5496         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
5497
5498         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
5499
5500         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
5501         alloc_buffer flow return to callers.
5502         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
5503         change. Fix some memleaks in theoraenc.
5504
5505         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
5506         in strange circumstance.
5507
5508 2005-10-17  Julien MOUTTE  <julien@moutte.net>
5509
5510         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5511         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
5512         from caps, let's use the caps...
5513
5514 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5515
5516         * configure.ac:
5517           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
5518
5519 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5520
5521         * gst-libs/gst/interfaces/Makefile.am:
5522           fix silly typo
5523
5524 2005-10-16  Andy Wingo  <wingo@pobox.com>
5525
5526         * gst/playback/gstdecodebin.c
5527         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
5528         function!
5529         (try_to_link_1): Increase kraziness level.
5530
5531 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5532
5533         * configure.ac:
5534           restructure like the core one
5535         * gst-libs/gst/audio/Makefile.am:
5536         * gst-libs/gst/interfaces/Makefile.am:
5537         * gst-libs/gst/net/Makefile.am:
5538         * gst-libs/gst/riff/Makefile.am:
5539         * gst-libs/gst/rtp/Makefile.am:
5540         * gst-libs/gst/tag/Makefile.am:
5541         * gst-libs/gst/video/Makefile.am:
5542           use correct linker flags, now the libs are properly versioned
5543         * check/elements/audioconvert.c: (verify_convert):
5544         * ext/alsa/gstalsaplugin.c:
5545         * ext/cdparanoia/gstcdparanoia.c:
5546         * ext/gnomevfs/gstgnomevfs.c:
5547         * ext/libvisual/visual.c:
5548         * ext/ogg/gstogg.c:
5549         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
5550         * ext/theora/theora.c:
5551         * ext/vorbis/vorbis.c:
5552         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5553         * gst-libs/gst/tag/gsttagediting.c:
5554         * gst-libs/gst/video/video.c:
5555         * gst/adder/gstadder.c:
5556         * gst/audioconvert/plugin.c:
5557         * gst/audiorate/gstaudiorate.c:
5558         * gst/audioresample/gstaudioresample.c:
5559         * gst/audioresample/resample_ref.c: (resample_scale_ref):
5560         * gst/audioscale/gstaudioscale.c:
5561         * gst/audioscale/resample.c:
5562         * gst/audiotestsrc/gstaudiotestsrc.c:
5563         * gst/ffmpegcolorspace/gstffmpeg.c:
5564         * gst/playback/gstdecodebin.c: (close_pad_link):
5565         * gst/playback/gstplaybin.c: (gen_video_element),
5566         (gen_audio_element):
5567         * gst/sine/gstsinesrc.c:
5568         * gst/subparse/gstsubparse.c:
5569         * gst/tags/gsttagediting.c:
5570         * gst/tcp/gsttcpplugin.c:
5571         * gst/typefind/gsttypefindfunctions.c:
5572         * gst/videorate/gstvideorate.c:
5573         * gst/videoscale/gstvideoscale.c:
5574         * gst/videotestsrc/gstvideotestsrc.c:
5575         * gst/volume/gstvolume.c:
5576         * sys/v4l/gstv4l.c:
5577         * sys/ximage/ximage.c:
5578         * sys/xvimage/xvimagesink.c:
5579           fix up defines
5580
5581 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5582
5583         * ext/vorbis/vorbisenc.c:
5584         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5585         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
5586         (gst_tag_to_vorbis_comments):
5587           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
5588
5589 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
5590
5591         * examples/stats/mp2ogg.c:
5592         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5593           typo fixes
5594
5595 2005-10-13  Michael Smith <msmith@fluendo.com>
5596
5597         * ext/ogg/gstoggmux.c:
5598           Use magic glib macros to define constants as 64 bit, to ensure
5599           appropriate vararg passing.
5600
5601 2005-10-13  Michael Smith <msmith@fluendo.com>
5602
5603         * ext/ogg/gstoggmux.c:
5604         * gst/audioconvert/audioconvert.c: (float):
5605           Don't use LL suffix, as it's not portable, and neither of these
5606           uses required it anyway.
5607
5608 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
5609
5610         * examples/indexing/indexmpeg.c: (main):
5611         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
5612         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
5613         (cdparanoia_convert), (cdparanoia_query):
5614         * ext/cdparanoia/gstcdparanoia.h:
5615         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
5616         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
5617         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
5618         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
5619         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
5620         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
5621         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
5622         (gst_multifdsink_render), (gst_multifdsink_start),
5623         (gst_multifdsink_stop):
5624         * gst/tcp/gstmultifdsink.h:
5625         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
5626         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
5627         (gst_tcpclientsink_stop):
5628         * gst/tcp/gsttcpclientsink.h:
5629         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
5630         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
5631         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
5632         * gst/tcp/gsttcpclientsrc.h:
5633         * gst/tcp/gsttcpserversink.h:
5634         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
5635         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
5636         (gst_tcpserversrc_stop):
5637         * gst/tcp/gsttcpserversrc.h:
5638         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
5639         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
5640         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
5641           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
5642           moved bitshift from macro to enum definition
5643
5644 2005-10-12  Wim Taymans  <wim@fluendo.com>
5645
5646         * examples/seeking/Makefile.am:
5647         Oops.
5648
5649 2005-10-12  Wim Taymans  <wim@fluendo.com>
5650
5651         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5652         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5653         Don't assert on normal stuff.
5654
5655         * gst/playback/gstplaybin.c: (do_playbin_seek):
5656         API fix.
5657
5658 2005-10-12  Wim Taymans  <wim@fluendo.com>
5659
5660         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5661         * examples/seeking/Makefile.am:
5662         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
5663         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5664         (do_seek), (set_update_scale), (message_received), (main):
5665         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5666         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5667         Update for _get_state() API change.
5668
5669 2005-10-11  Wim Taymans  <wim@fluendo.com>
5670
5671         * gst-libs/gst/audio/gstbaseaudiosink.c:
5672         (gst_base_audio_sink_render):
5673         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5674         (gst_base_audio_src_create):
5675         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5676         (gst_ring_buffer_read):
5677         Cleanups.
5678         Commit and read from ringbuffer in samples rather than bytes.
5679
5680 2005-10-11  Wim Taymans  <wim@fluendo.com>
5681
5682         * gst-libs/gst/audio/gstbaseaudiosink.c:
5683         (gst_base_audio_sink_render):
5684         Respect segment rate and accum when scheduling samples.
5685
5686 2005-10-11  Julien MOUTTE  <julien@moutte.net>
5687
5688         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5689         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
5690         EOS correctly, that needs more work.
5691
5692 2005-10-11  Wim Taymans  <wim@fluendo.com>
5693
5694         * check/generic/states.c: (GST_START_TEST):
5695         remove old property.
5696
5697         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5698         (gst_ogg_demux_perform_seek):
5699         * ext/theora/theoradec.c: (theora_dec_sink_event):
5700         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5701         (vorbis_handle_data_packet):
5702         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5703         (gst_base_rtp_depayload_set_gst_timestamp):
5704         * gst/videorate/gstvideorate.c: (gst_videorate_event):
5705         Update for newsegment API change.
5706
5707 2005-10-11  Michael Smith <msmith@fluendo.com>
5708
5709         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
5710         (do_playbin_seek), (gst_play_bin_send_event):
5711           Override send_event differently, so that we can takes bits of
5712           functionality from GstPipeline (special handling for seeks,
5713           including pausing/resuming, and resetting stream time) and still get
5714           the appropriate behaviour of only forwarding event to a single sink,
5715           rather than all of them.
5716           Unfortunately requires a lot of code duplication, but the
5717           alternatives are equally ugly in the end.
5718
5719 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5720
5721         * check/elements/audioconvert.c: (setup_audioconvert),
5722         (cleanup_audioconvert), (get_int_caps), (verify_convert),
5723         (GST_START_TEST), (audioconvert_suite):
5724           clean up tests a little, fix some leaks.
5725
5726 2005-10-10  Wim Taymans  <wim@fluendo.com>
5727
5728         * ext/alsa/gstalsasink.c:
5729         Also allow unsigned int.
5730
5731         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5732         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5733         Small cleanup
5734
5735 2005-10-10  Wim Taymans  <wim@fluendo.com>
5736
5737         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5738         Small update, use API as stated in design docs.
5739
5740         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5741         (update_scale), (do_seek), (seek_cb), (set_update_scale),
5742         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
5743         (message_received), (main):
5744         Updated seek example for GOption. Some usability improvements.
5745
5746 2005-10-10  Wim Taymans  <wim@fluendo.com>
5747
5748         * gst/audioconvert/audioconvert.h:
5749         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
5750         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
5751         Alloc temp storage somewhere else where we can do it more
5752         portable.
5753
5754 2005-10-10  Wim Taymans  <wim@fluendo.com>
5755
5756         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
5757         (gst_tcpserversrc_start):
5758         Don't block in accept while doing the state change, move
5759         to poll and make cancellable.
5760
5761 2005-10-09  Philippe Khalaf <burger@speedy.org>
5762
5763         * gst-libs/gst/rtp/rtpbasedepayload.c:
5764         Set timestamp and add queue delay to timestamp
5765         * gst-libs/gst/rtp/rtpbuffer.h:
5766         Set correct payload type for h263
5767
5768 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5769
5770         * gst/audiotestsrc/gstaudiotestsrc.c:
5771         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
5772         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
5773         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
5774         (gst_audiotestsrc_create_triangle),
5775         (gst_audiotestsrc_create_silence),
5776         (gst_audiotestsrc_create_white_noise),
5777         (gst_audiotestsrc_init_pink_noise),
5778         (gst_audiotestsrc_generate_pink_noise_value),
5779         (gst_audiotestsrc_create_pink_noise),
5780         (gst_audiotestsrc_change_wave):
5781         * gst/audiotestsrc/gstaudiotestsrc.h:
5782           fixed typo, added pink noise
5783
5784 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5785
5786         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
5787         (plugin_init):
5788           Add wavpack and spc typefind functions from 0.8 branch.
5789
5790 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5791
5792         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
5793         (ar_type_find), (msdos_type_find), (plugin_init):
5794           Add typefind functions for tar archives, ar archives,
5795           RAR archives, and msdos-executables (dlls, exe, etc.).
5796           Some of those would be wrongly identified as mpeg
5797           streams of some sort before (#315550).
5798
5799 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5800
5801         * configure.ac:
5802         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5803         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5804         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
5805         * gst/audiotestsrc/Makefile.am:
5806         * gst/audiotestsrc/gstaudiotestsrc.c:
5807         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
5808         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
5809         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
5810         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
5811         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
5812         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
5813         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
5814         (gst_audiotestsrc_create_silence),
5815         (gst_audiotestsrc_create_white_noise),
5816         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
5817         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
5818         (gst_audiotestsrc_start), (plugin_init):
5819         * gst/audiotestsrc/gstaudiotestsrc.h:
5820           add new plugin and element
5821         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
5822           use gobject_class
5823
5824 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5825
5826         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
5827         (gst_adder_init), (gst_adder_request_new_pad),
5828         (gst_adder_change_state):
5829           Add query function to source pad, so adder reports the correct
5830           time/sample position when queried (#315457); fix state change
5831           function; use GST_DEBUG_FUNCPTR() for pad functions.
5832
5833 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5834
5835         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
5836           Fix leaks in typefind registration
5837           Clean up the gratuitous commenting and whitespacing a little
5838
5839 2005-10-08  Wim Taymans  <wim@fluendo.com>
5840
5841         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
5842         Only actually wait for the thread to be stopped if it's 
5843         running.
5844
5845 2005-10-08  Wim Taymans  <wim@fluendo.com>
5846
5847         * gst-libs/gst/audio/gstbaseaudiosink.c:
5848         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5849         If we receive EOS we can start playback of what we had.
5850
5851 2005-10-08  Wim Taymans  <wim@fluendo.com>
5852
5853         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
5854         (gst_multifdsink_finalize), (multifdsink_hash_remove),
5855         (gst_multifdsink_stop):
5856         Fix crasher when going to NULL multiple times.
5857
5858 2005-10-06  Wim Taymans  <wim@fluendo.com>
5859
5860         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
5861         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5862         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5863         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
5864         patch from Edgard Lima <edgard.lima@indt.org.br>
5865         Fixed gstbaseaudiosrc adding ring buffer sync to it.
5866
5867 2005-10-06  Wim Taymans  <wim@fluendo.com>
5868
5869         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
5870         Report the FLOW_RETURN as string in the error message.
5871
5872         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
5873         Don't assert when clearing an unnegotiated buffer.
5874
5875 2005-10-04  Michael Smith <msmith@fluendo.com>
5876
5877         * gst/playback/gstplaybasebin.c: (group_destroy),
5878         (gen_preroll_element), (remove_groups), (setup_source):
5879         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
5880         (setup_sinks), (gst_play_bin_send_event),
5881         (gst_play_bin_change_state):
5882           Set state to NULL before removing from bin. Fix refcounting.
5883
5884 2005-10-04  Michael Smith <msmith@fluendo.com>
5885
5886         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
5887           Correct refcounting in send_event() function. Previously was wrong
5888           if the first sink was unable to handle the event.
5889
5890 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5891
5892         * configure.ac:
5893           back to development
5894
5895 === release 0.9.3 ===
5896
5897 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5898
5899         * configure.ac:
5900           Releasing 0.9.3, "De Facto"
5901
5902 2005-10-03  Andy Wingo  <wingo@pobox.com>
5903
5904         * gst/playback/gstdecodebin.c (try_to_link_1)
5905         (remove_element_chain): set element to NULL before removing it.
5906
5907 2005-10-02  Johan Dahlin  <johan@gnome.org>
5908
5909         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
5910         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
5911         MT safe.
5912
5913 2005-10-02  Andy Wingo  <wingo@pobox.com>
5914
5915         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
5916         (gst_ring_buffer_prepare_read): 
5917         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
5918         Demote to LOG.
5919
5920 2005-09-29  Wim Taymans  <wim@fluendo.com>
5921
5922         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
5923         * ext/theora/theoradec.c: (theora_handle_data_packet):
5924         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5925         Propagate error codes from alloc_buffer too.
5926
5927 2005-09-29  Wim Taymans  <wim@fluendo.com>
5928
5929         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5930         We use fixed caps.
5931
5932         * gst/playback/Makefile.am:
5933         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5934         (dump_element_stats), (main):
5935         Added example stream introspection code.
5936
5937 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
5938
5939         * gst/adder/gstadder.c: (gst_adder_collected):
5940           fix adder for float elements
5941
5942 2005-09-28  Wim Taymans  <wim@fluendo.com>
5943
5944         * gst-libs/gst/audio/gstbaseaudiosink.c:
5945         (gst_base_audio_sink_class_init),
5946         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
5947         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5948         (gst_base_audio_src_class_init),
5949         (gst_base_audio_src_provide_clock):
5950         get_clock -> provide_clock
5951
5952 2005-09-28  Andy Wingo  <wingo@pobox.com>
5953
5954         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
5955         and unlocking.
5956
5957         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
5958         unlocking.
5959
5960         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
5961         Actually add the pad template.
5962         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
5963
5964         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
5965         I'm at it...
5966
5967         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
5968         from fdsrc. Get caps in create() instead of start() so it can be
5969         interrupted. Interruption somewhat untested.
5970
5971         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
5972         Proper EOS handling.
5973
5974 2005-09-27  Andy Wingo  <wingo@pobox.com>
5975
5976         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
5977
5978         * gst/tcp/gsttcpserversrc.c: Cleaned up.
5979
5980         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
5981
5982         * gst/tcp/gsttcp.h: 
5983         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
5984         out of tcpclientsrc.c. Cancellable.
5985         (gst_tcp_socket_read): Made private, cancellable, with better
5986         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
5987         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
5988         whole buffer, and better diagnostics.
5989         (gst_tcp_gdp_read_caps): Same.
5990
5991         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
5992
5993 2005-09-26  Andy Wingo  <wingo@pobox.com>
5994
5995         * gst/sine/gstsinesrc.h:
5996         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
5997         change the 'sync' property to 'is-live' and implement it halfway,
5998         update for controller api change.
5999
6000         * gst/volume/gstvolume.c (volume_transform_ip): Update for
6001         controller api change.
6002
6003 2005-09-24  Wim Taymans  <wim@fluendo.com>
6004
6005         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
6006         * gst-libs/gst/audio/gstaudiosink.c:
6007         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
6008         (gst_audioringbuffer_stop):
6009         * gst-libs/gst/audio/gstbaseaudiosink.c:
6010         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
6011         (gst_base_audio_sink_change_state):
6012         * gst-libs/gst/audio/gstbaseaudiosink.h:
6013         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
6014         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6015         (gst_ring_buffer_commit), (gst_ring_buffer_read):
6016         * gst-libs/gst/audio/gstringbuffer.h:
6017         Fix sync again. Moved sample alignment to basesink.
6018
6019 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6020
6021         * docs/plugins/Makefile.am:
6022         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6023         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6024         * gst/volume/gstvolume.c:
6025           add/fix docs
6026         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
6027         * gst-libs/gst/audio/audio.h:
6028           add conversion macros for frames <-> clocktime
6029
6030 2005-09-23  David Schleef  <ds@schleef.org>
6031
6032         * gst/audioresample/Makefile.am:
6033         * gst/audioresample/debug.h:
6034         * gst/audioresample/gstaudioresample.c:
6035         * gst/audioresample/resample.c: Convert to using gst debugging
6036
6037 2005-09-22  Wim Taymans  <wim@fluendo.com>
6038
6039         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6040         (gst_play_bin_send_event):
6041         Only seek on one sink, the first one that succeeds.
6042
6043 2005-09-22  Michael Smith <msmith@fluendo.com>
6044
6045         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
6046         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
6047         Don't flush encoder state unless we have an initialised encoder.
6048         Clear out encoder state on PAUSED_TO_READY.
6049
6050 2005-09-22  Wim Taymans  <wim@fluendo.com>
6051
6052         * gst-libs/gst/rtp/gstbasertppayload.c:
6053         (gst_basertppayload_class_init), (gst_basertppayload_init),
6054         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6055         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6056         (gst_basertppayload_is_filled), (gst_basertppayload_push),
6057         (gst_basertppayload_set_property),
6058         (gst_basertppayload_get_property),
6059         (gst_basertppayload_change_state):
6060         * gst-libs/gst/rtp/gstbasertppayload.h:
6061         Added max-ptime to control amount of data in the rtp packets.
6062
6063 2005-09-21  Andy Wingo  <wingo@pobox.com>
6064
6065         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
6066         thingies.
6067
6068         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
6069         can be called multiple times, dogs.
6070
6071 2005-09-21  Wim Taymans  <wim@fluendo.com>
6072
6073         * gst-libs/gst/rtp/gstbasertppayload.c:
6074         (gst_basertppayload_class_init), (gst_basertppayload_init),
6075         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6076         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6077         (gst_basertppayload_push), (gst_basertppayload_get_property),
6078         (gst_basertppayload_change_state):
6079         Allow 0 ssrc too.
6080
6081 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
6082
6083         * docs/libs/compiling.sgml:
6084           fixing typos
6085
6086 2005-09-20  Wim Taymans  <wim@fluendo.com>
6087
6088         * gst-libs/gst/rtp/gstbasertppayload.c:
6089         (gst_basertppayload_class_init), (gst_basertppayload_init),
6090         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6091         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6092         (gst_basertppayload_push), (gst_basertppayload_set_property),
6093         (gst_basertppayload_get_property),
6094         (gst_basertppayload_change_state):
6095         * gst-libs/gst/rtp/gstbasertppayload.h:
6096         Added property to configure sequence number offsets.
6097
6098 2005-09-20  Wim Taymans  <wim@fluendo.com>
6099
6100         * gst-libs/gst/rtp/gstbasertppayload.c:
6101         (gst_basertppayload_class_init), (gst_basertppayload_init),
6102         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6103         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6104         (gst_basertppayload_push), (gst_basertppayload_set_property),
6105         (gst_basertppayload_get_property),
6106         (gst_basertppayload_change_state):
6107         * gst-libs/gst/rtp/gstbasertppayload.h:
6108         Make timestamp offset configurable.
6109
6110 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6111
6112         * check/pipelines/simple_launch_lines.c: (run_pipeline):
6113           fix wrong pop/unref
6114
6115 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
6116
6117         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6118
6119         * gst-libs/gst/interfaces/propertyprobe.c:
6120         (gst_property_probe_probe_property_name),
6121         (gst_property_probe_needs_probe_name),
6122         (gst_property_probe_get_values_name),
6123         (gst_property_probe_probe_and_get_values_name):
6124           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
6125           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
6126
6127 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6128
6129         * check/Makefile.am:
6130           have some tests be disabled for valgrinding
6131         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
6132         (GST_START_TEST):
6133         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
6134           Fix A Leak.  Chain To Parent Finalize.
6135
6136 2005-09-19  Wim Taymans  <wim@fluendo.com>
6137
6138         * examples/seeking/seek.c: (make_wav_pipeline), (main):
6139         Fixed wav pipeline.
6140
6141 2005-09-19  Wim Taymans  <wim@fluendo.com>
6142
6143         * gst-libs/gst/rtp/gstbasertppayload.c:
6144         (gst_basertppayload_class_init), (gst_basertppayload_init),
6145         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6146         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6147         (gst_basertppayload_push), (gst_basertppayload_get_property),
6148         (gst_basertppayload_change_state):
6149         Posting ERROR and WARNING messages is good.
6150
6151 2005-09-19  Wim Taymans  <wim@fluendo.com>
6152
6153         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6154         (gst_base_rtp_depayload_add_to_queue),
6155         (gst_base_rtp_depayload_push),
6156         (gst_base_rtp_depayload_set_gst_timestamp),
6157         (gst_base_rtp_depayload_queue_release):
6158         This one was not supposed to go in.
6159
6160 2005-09-19  Wim Taymans  <wim@fluendo.com>
6161
6162         * check/pipelines/simple_launch_lines.c: (run_pipeline):
6163         Fix for bus API.
6164
6165         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6166         (gst_base_rtp_depayload_chain),
6167         (gst_base_rtp_depayload_add_to_queue),
6168         (gst_base_rtp_depayload_push),
6169         (gst_base_rtp_depayload_set_gst_timestamp),
6170         (gst_base_rtp_depayload_queue_release):
6171         Some cleanups.
6172
6173         * gst-libs/gst/rtp/gstbasertppayload.c:
6174         (gst_basertppayload_class_init), (gst_basertppayload_init),
6175         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
6176         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6177         (gst_basertppayload_get_property),
6178         (gst_basertppayload_change_state):
6179         Added debugging category.
6180
6181 2005-09-18  David Schleef  <ds@schleef.org>
6182
6183         * gst/playback/gstdecodebin.c: free plugin list correctly
6184         * gst/playback/gstplaybin.c: emit warning if autovideosink
6185           and autoaudiosink can't be found (instead of segfaulting)
6186
6187 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6188
6189         * check/elements/audioconvert.c: (GST_START_TEST):
6190           try out 24 bit conversion
6191
6192 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6193
6194         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6195         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
6196         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
6197         * ext/vorbis/vorbisenc.h:
6198           Fix EOS handling.  Still needs a fix in the ogg muxer to
6199           mark the last page as eos.
6200
6201 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6202
6203         * common/gtk-doc-plugins.mak:
6204         * docs/plugins/Makefile.am:
6205         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6206         * gst/ffmpegcolorspace/Makefile.am:
6207         * gst/ffmpegcolorspace/avcodec.h:
6208         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6209         * gst/tcp/gstmultifdsink.c:
6210           fix up ffmpegcolorspace docs; extract header
6211
6212 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6213
6214         * common/gtk-doc-plugins.mak:
6215         * docs/plugins/Makefile.am:
6216         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6217         * ext/theora/Makefile.am:
6218         * ext/theora/gsttheoraenc.h:
6219         * ext/theora/theoraenc.c:
6220         * ext/vorbis/vorbisenc.c:
6221           pick up signals and args for vorbis; add some docs for vorbis
6222
6223 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6224
6225         * common/gstdoc-scangobj:
6226         * common/gtk-doc-plugins.mak:
6227         * docs/libs/Makefile.am:
6228         * docs/plugins/gst-plugins-base-plugins.args:
6229         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6230         * docs/plugins/gst-plugins-base-plugins.interfaces:
6231         * docs/plugins/gst-plugins-base-plugins.prerequisites:
6232         * docs/plugins/gst-plugins-base-plugins.signals:
6233           only scanobj stuff from our source module.  Not sure yet
6234           if that's correct, given the hierarchy stuff :)
6235
6236 2005-09-15  Wim Taymans  <wim@fluendo.com>
6237
6238         * gst/audioconvert/gstaudioconvert.c:
6239         And enable 24 bits mode as well..
6240
6241 2005-09-15  Wim Taymans  <wim@fluendo.com>
6242
6243         * gst-libs/gst/rtp/Makefile.am:
6244         * gst-libs/gst/rtp/gstbasertppayload.c:
6245         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
6246         (gst_basertppayload_class_init), (gst_basertppayload_init),
6247         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
6248         (gst_basertppayload_chain), (gst_basertppayload_set_options),
6249         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6250         (gst_basertppayload_set_property),
6251         (gst_basertppayload_get_property),
6252         (gst_basertppayload_change_state):
6253         * gst-libs/gst/rtp/gstbasertppayload.h:
6254         Added rtp payloader base class.
6255
6256 2005-09-15  Andy Wingo  <wingo@pobox.com>
6257
6258         * configure.ac (plugindir): Remove the EOL matcher from the
6259         regexp, as it causes me problems. Libtool? Make? Who knows?
6260
6261 2005-09-14  David Schleef  <ds@schleef.org>
6262
6263         * check/generic/states.c: 
6264         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
6265         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
6266           Fixes for changes in registry API.
6267
6268         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
6269           to GST_PLUGIN_LDFLAGS.
6270         * ext/libvisual/visual.c: Make the library shut up.
6271         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
6272         * gst-libs/gst/audio/gstaudiofilter.c: same
6273
6274 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6275
6276         * docs/plugins/Makefile.am:
6277         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6278         * docs/plugins/inspect/plugin-libvisual.xml:
6279         * docs/plugins/tmpl/element-tcpserversink.sgml:
6280         * ext/theora/theoraenc.c:
6281           add libvisual plugin and theoraenc element to docs
6282
6283 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6284
6285         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6286         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6287         * ext/theora/theoraenc.c:
6288           add theoraenc
6289
6290 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
6291
6292         * gst/audioconvert/Makefile.am:
6293           Audioconvert derives from GstBaseTransform and should
6294           link to the library with our base elements to avoid
6295           unresolved symbols. Makes things work with MinGW (#316160)
6296
6297         * gst/playback/test4.c: (main):
6298           Fix MinGW build problem and use g_usleep() instead of 
6299           sleep() (#316162)
6300
6301 2005-09-12  Wim Taymans  <wim@fluendo.com>
6302
6303         * gst/audioconvert/audioconvert.c: (float),
6304         (audio_convert_prepare_context), (audio_convert_convert):
6305         * gst/audioconvert/audioconvert.h:
6306         Cleanups, speedups, simplifications, added back support
6307         for 24 bits.
6308
6309 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6310
6311         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6312         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6313         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6314         * docs/plugins/tmpl/element-tcpserversink.sgml:
6315         * gst/ffmpegcolorspace/gstffmpeg.c:
6316         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6317         * gst/videotestsrc/gstvideotestsrc.c:
6318         * gst/volume/gstvolume.c:
6319           add more elements to the docs
6320
6321 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
6322
6323         * check/Makefile.am:
6324         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
6325         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
6326           Add extra tests for basetransform based components. 
6327           Comment out the test_element_negotiation test until we decide
6328           if it's testing correct behaviour.
6329         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
6330         (gst_visual_chain), (gst_visual_change_state):
6331           Slightly more correct but still bogus timestamping.
6332           Fix state change function.
6333         * gst/audioconvert/gstaudioconvert.c:
6334         (gst_audio_convert_class_init):
6335         * gst/audioresample/gstaudioresample.c:
6336         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6337         (gst_ffmpegcsp_class_init):
6338         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6339         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
6340         (gst_videoscale_prepare_image):
6341         * gst/volume/gstvolume.c: (gst_volume_class_init),
6342         (volume_transform_ip):
6343           Basetransform updates. Enable passthrough modes.
6344         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6345         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
6346         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
6347           Negotiation fix that allows the window to return to the original
6348           size and renegotiate passthrough upstream. Extra debug output.
6349
6350 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6351
6352         * gst/sine/gstsinesrc.c:
6353         * gst/volume/gstvolume.c:
6354           fix up header include
6355
6356 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
6357
6358         * gst-libs/gst/audio/gstbaseaudiosink.c:
6359         (gst_base_audio_sink_render):
6360         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
6361         * gst/volume/gstvolume.c: (gst_volume_class_init),
6362         (volume_transform):
6363           fixing lost sync, some more debugging
6364
6365 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
6366
6367         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6368         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
6369         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
6370         (gst_xvimagesink_check_xshm_calls):
6371           Fix compilation when XShm is not available.
6372
6373 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
6374
6375         * ext/libvisual/visual.c: (gst_visual_dispose),
6376         (gst_visual_getcaps), (gst_visual_src_setcaps),
6377         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
6378         (gst_visual_change_state):
6379           Finish fixing up libvisual plugin so that it runs. 
6380
6381 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6382
6383         * ext/vorbis/vorbisenc.c:
6384         * gst-libs/gst/tag/gstvorbistag.c:
6385           gsttaginterface.h -> gsttagsetter.h
6386
6387 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6388
6389         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
6390           added another test that failes for me (test is not active by default)
6391
6392 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6393
6394         * configure.ac:
6395           v4l2 is no longer in gst-plugins-base
6396
6397 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
6398
6399         * configure.ac:
6400           In the output at the end, don't show the first plugin on the same
6401           line as "Core plug-ins, always built:".
6402           Indent the output as for other plugin categories
6403         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
6404           #define that can be used to not use peer buffer_alloc functions for
6405           test purposes.
6406         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6407         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
6408         (gst_ximagesink_show_frame):
6409         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
6410         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
6411         (gst_xvimagesink_show_frame):
6412           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
6413           fails gracefully instead of XError aborting or deadlocking.
6414
6415 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6416
6417         * ext/libvisual/Makefile.am:
6418           link against gst-base-libs
6419
6420 2005-09-06  David Schleef  <ds@schleef.org>
6421
6422         * configure.ac: Enable libvisual plugin.
6423         * ext/libvisual/Makefile.am:
6424         * ext/libvisual/visual.c: Fixes to make it compile.
6425
6426 === release 0.9.2 ===
6427
6428 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6429
6430         * NEWS:
6431         * RELEASE:
6432         * configure.ac:
6433         * docs/random/ChangeLog-0.8:
6434           releasing 0.9.2, "Spoon"
6435
6436 2005-09-05  Michael Smith <msmith@fluendo.com>
6437
6438         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
6439           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
6440           that in the vorbisenc element.
6441
6442 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6443
6444         * common/gtk-doc-plugins.mak:
6445         * docs/plugins/Makefile.am:
6446           fix distcheck
6447         * gst/audioresample/resample.c:
6448           fix wrong docstring
6449
6450 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6451
6452         * common/gst-xmlinspect.py:
6453         * common/gtk-doc-plugins.mak:
6454           only inspect plugins for this given package
6455           require gst-python 0.9
6456
6457 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6458
6459         * Makefile.am:
6460         * autogen.sh:
6461         * common/gst-xmlinspect.py:
6462         * configure.ac:
6463         * docs/Makefile.am:
6464         * docs/plugins/inspect/plugin-alsa.xml:
6465         * docs/plugins/inspect/plugin-audioresample.xml:
6466         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6467         * docs/plugins/inspect/plugin-ogg.xml:
6468         * docs/plugins/tmpl/element-gnomevfssink.sgml:
6469         * docs/plugins/tmpl/element-multifdsink.sgml:
6470         * docs/plugins/tmpl/element-tcpserversink.sgml:
6471         * docs/plugins/tmpl/element-vorbisenc.sgml:
6472         * gst-plugins-base.spec.in:
6473           various doc-related updates
6474
6475 2005-08-31  Wim Taymans  <wim@fluendo.com>
6476
6477         * gst-libs/gst/audio/gstbaseaudiosink.c:
6478         (gst_base_audio_sink_render):
6479         Resync if the buffer timestamps drift more than a 10th 
6480         of a second.
6481
6482 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
6483
6484         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
6485         (gst_v4lsrc_get_property):
6486           The 'timestamp-offset' property is registered as an int64, so
6487           let's use g_value_{set|get}_int64() in our setter and getter
6488           functions (makes it work and fixes warnings with gst-inspect).
6489
6490 2005-08-30  Wim Taymans  <wim@fluendo.com>
6491
6492         * check/elements/audioconvert.c: (setup_audioconvert):
6493         * check/elements/audioresample.c: (setup_audioresample):
6494         * check/elements/volume.c: (setup_volume):
6495         Fix checks.
6496
6497 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6498
6499         * common/gtk-doc-plugins.mak:
6500         * common/plugins.xsl:
6501         * docs/plugins/Makefile.am:
6502           make module a param
6503
6504 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
6505
6506         * examples/seeking/seek.c: (make_mp3_pipeline),
6507         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
6508         (play_cb), (pause_cb), (stop_cb):
6509           update the example
6510
6511 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
6512
6513         * gst/volume/gstvolume.c: (gst_volume_class_init),
6514         (volume_transform):
6515           do not update controlled params, if buffer has no timestamp
6516
6517 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
6518
6519         * configure.ac:
6520         * gst/sine/Makefile.am:
6521         * gst/volume/Makefile.am:
6522           controllerized elements also need to link against controller-libs ;)
6523
6524 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
6525
6526         * docs/libs/tmpl/gstcolorbalance.sgml:
6527         * docs/libs/tmpl/gstgconf.sgml:
6528         * docs/libs/tmpl/gstmixer.sgml:
6529         * docs/libs/tmpl/gstringbuffer.sgml:
6530         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6531         (gst_sinesrc_create):
6532         * gst/volume/gstvolume.c: (gst_volume_class_init),
6533         (volume_transform):
6534           controllerized two audio plugins
6535
6536 2005-08-29  Andy Wingo  <wingo@pobox.com>
6537
6538         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
6539         (vorbis_handle_data_packet): Fix some int overflow errors.
6540
6541         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
6542         -1.
6543         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
6544         valid.
6545         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
6546         if it's valid. Fixed streaming-mode playback.
6547
6548         * check/elements/volume.c (cleanup_volume): Fix for running
6549         CK_FORK=no.
6550
6551         * check/elements/audioconvert.c: Convert from native endian, not
6552         little endian.
6553
6554 2005-08-29  Michael Smith <msmith@fluendo.com>
6555
6556         * ext/ogg/Makefile.am:
6557         * ext/ogg/gstogg.c: (plugin_init):
6558         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
6559         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
6560         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
6561         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
6562         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
6563         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
6564         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
6565         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
6566         Add an ogg parser element.
6567
6568 2005-08-28  Andy Wingo  <wingo@pobox.com>
6569
6570         * Updates for two-arg init from GST_BOILERPLATE_FULL.
6571
6572 2005-08-26  Wim Taymans  <wim@fluendo.com>
6573
6574         * gst/audioconvert/audioconvert.c: (if), (float),
6575         (audio_convert_get_func_index), (check_default),
6576         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6577         (audio_convert_clean_context), (audio_convert_get_sizes),
6578         (audio_convert_convert):
6579         Cleanups.
6580
6581 2005-08-26  Wim Taymans  <wim@fluendo.com>
6582
6583         * gst/audioconvert/audioconvert.c: (if), (float),
6584         (audio_convert_get_func_index), (check_default),
6585         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6586         (audio_convert_clean_context), (audio_convert_get_sizes),
6587         (audio_convert_convert):
6588         More elegant and working temp buffer selection algo.
6589
6590 2005-08-26  Wim Taymans  <wim@fluendo.com>
6591
6592         * gst/audioconvert/audioconvert.c: (if), (float),
6593         (audio_convert_get_func_index), (check_default),
6594         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6595         (audio_convert_clean_context), (audio_convert_get_sizes),
6596         (get_temp_buffer), (audio_convert_convert):
6597         Use realloc else we lose our original data.
6598
6599 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6600
6601         * gst/audioresample/gstaudioresample.c:
6602           use base class' newsegment to properly timestamp
6603
6604 2005-08-26  Wim Taymans  <wim@fluendo.com>
6605
6606         * gst/audioconvert/audioconvert.c: (if), (float),
6607         (audio_convert_get_func_index), (check_default),
6608         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6609         (audio_convert_clean_context), (audio_convert_get_sizes),
6610         (get_temp_buffer), (audio_convert_convert):
6611         * gst/audioconvert/gstaudioconvert.c:
6612         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
6613         (gst_audio_convert_transform_caps),
6614         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
6615         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
6616         Oops, allocate enough space to perform the channel mix.
6617
6618 2005-08-26  Wim Taymans  <wim@fluendo.com>
6619
6620         * gst/audioconvert/Makefile.am:
6621         * gst/audioconvert/audioconvert.c: (if), (float),
6622         (audio_convert_get_func_index), (check_default),
6623         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6624         (audio_convert_clean_context), (audio_convert_get_sizes),
6625         (get_temp_buffer), (audio_convert_convert):
6626         * gst/audioconvert/audioconvert.h:
6627         * gst/audioconvert/gstaudioconvert.c:
6628         (gst_audio_convert_class_init), (gst_audio_convert_init),
6629         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
6630         (gst_audio_convert_get_unit_size),
6631         (gst_audio_convert_transform_caps),
6632         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
6633         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
6634         * gst/audioconvert/gstaudioconvert.h:
6635         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
6636         (gst_channel_mix_fill_identical),
6637         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
6638         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
6639         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
6640         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
6641         (gst_channel_mix_mix):
6642         * gst/audioconvert/gstchannelmix.h:
6643         Cleanups, librarify a bit, optimize, better negotiation and more.
6644
6645 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6646
6647         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
6648         Another from MikeS:
6649         During typefinding, don't support negative offsets
6650         (offsets from the end of the stream) in our typefind->peek() function
6651         - nothing embedded in ogg ever needs them. However, we need to recognise
6652         those requests and reject them, otherwise we return invalid pointers.
6653
6654 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6655
6656         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6657         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6658         (vorbisdec_finalize), (vorbis_handle_type_packet):
6659           Big shout-out to MikeS for fixing this giant memory leak.
6660           Huzzah!
6661
6662 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6663
6664         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
6665         (audio_convert_get_unit_size):
6666           plug some leaks
6667
6668 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6669
6670         * check/Makefile.am:
6671         * check/elements/audioconvert.c: (setup_audioconvert),
6672         (cleanup_audioconvert), (get_int_caps), (verify_convert),
6673         (GST_START_TEST), (audioconvert_suite), (main):
6674           add a test for audioconvert
6675         * gst/audioresample/gstaudioresample.c:
6676         * gst/audioresample/gstaudioresample.h:
6677           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
6678           note that for buffers of 1/3 sec this means DURATION(c) is 
6679           one nanosecond more than for a and b
6680
6681 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6682
6683         * check/Makefile.am:
6684         * check/elements/audioresample.c: (setup_audioresample),
6685         (cleanup_audioresample), (fail_unless_perfect_stream),
6686         (test_perfect_stream_instance), (GST_START_TEST),
6687           add a check for audioresample
6688         (audioresample_suite), (main):
6689         * check/elements/volume.c: (GST_START_TEST):
6690           remove unused method
6691         * gst/audioresample/gstaudioresample.c:
6692           set correct buffer parameters since we're changing them
6693         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6694           add some debug
6695
6696 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6697
6698         * gst/audioresample/debug.c:
6699         * gst/audioresample/gstaudioresample.c:
6700           add room for extra overlap samples when asked to transform size
6701           protect against possible mem corruption and check for discrepancies
6702           between written size and outbuffer's size so we can warn for
6703           potential problems
6704         * gst/audioresample/resample.c: (resample_init),
6705         (resample_get_output_size_for_input), (resample_get_output_size),
6706         (resample_set_n_channels), (resample_set_format):
6707           set debug level based on RESAMPLE_DEBUG env var
6708           make sure that get_output_size* returns a whole number of
6709           sample_size
6710           set sample_size each time either channel or format is set
6711         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
6712         * gst/audioresample/resample_functable.c:
6713         (resample_scale_functable):
6714         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6715           remove r->sample_size, it's done in resample.c now
6716           add some debugging to the ref implementation
6717           make sure we only give back bytes that are wholes of the sample
6718           size
6719
6720 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
6721         * gst/playback/gstplaybasebin.c: (fill_buffer):
6722         Revert unpopular change for GST_MESSAGE_SRC to GObject.
6723
6724 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
6725
6726         * gst/volume/gstvolume.c:
6727           made set_caps function static
6728
6729 2005-08-24  Wim Taymans  <wim@fluendo.com>
6730
6731         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6732         (gst_vorbisenc_change_state):
6733         Stop leaking taglists.
6734
6735 2005-08-24  Wim Taymans  <wim@fluendo.com>
6736
6737         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6738         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
6739         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
6740         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
6741         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6742         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
6743         Parse seeking events better.
6744         Unref static caps.
6745         Generate correct newsegment events, fixes seeking in live oggs.
6746
6747         * ext/theora/theoradec.c: (theora_dec_src_query),
6748         (theora_dec_src_event), (theora_dec_src_getcaps),
6749         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
6750         Use newsegment values to report correct play time.
6751
6752         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6753         (vorbis_dec_src_event), (vorbis_dec_sink_event):
6754         * ext/vorbis/vorbisdec.h:
6755         Parse and use newsegment values to report correct play time.
6756
6757         * gst-libs/gst/audio/gstbaseaudiosink.c:
6758         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6759         Clear ringbuffer on flush.
6760         Use newsegment values to calculate playback time.
6761
6762         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
6763         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
6764         Basesink does newsegment calculations for us now.
6765
6766 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6767
6768         * check/Makefile.am:
6769         * configure.ac:
6770           add core's plugins to the mix so that playbin works
6771         * check/generic/states.c: (GST_START_TEST):
6772           set a 0 timeout on pipelines, so they don't force the next
6773           state change
6774         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
6775         (gst_play_base_bin_change_state):
6776           remove the crappy error handling and do GST error handling
6777
6778 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6779
6780         * check/Makefile.am:
6781         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
6782           add same test as to core, it bitches out on playbin atm.
6783
6784 2005-08-24  Wim Taymans  <wim@fluendo.com>
6785
6786         * configure.ac:
6787         Remove audioscale.
6788
6789 2005-08-24  Wim Taymans  <wim@fluendo.com>
6790
6791         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
6792         (gst_videoscale_prepare_size), (parse_caps),
6793         (gst_videoscale_set_caps), (gst_videoscale_get_size),
6794         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
6795         (gst_videoscale_transform):
6796         * gst/videoscale/gstvideoscale.h:
6797         Refactor, make use of BaseTranform really well.
6798
6799 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6800
6801         * configure.ac:
6802           compile audioresample
6803         * gst/audioresample/Makefile.am:
6804         * gst/audioresample/buffer.c:
6805         * gst/audioresample/functable.c:
6806         * gst/audioresample/gstaudioresample.c:
6807         * gst/audioresample/gstaudioresample.h:
6808         * gst/audioresample/resample.c:
6809         (resample_get_output_size_for_input):
6810         * gst/audioresample/resample.h:
6811         * gst/audioresample/resample_chunk.c:
6812         * gst/audioresample/resample_functable.c:
6813         * gst/audioresample/resample_ref.c:
6814           port to use basetransform; doesn't work in all cases yet
6815
6816 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6817
6818         * gst/audioconvert/gstaudioconvert.c:
6819         (gst_audio_convert_class_init), (gst_audio_convert_init),
6820         (audio_convert_get_unit_size), (audio_convert_transform_caps),
6821         (audio_convert_fixate_caps), (audio_convert_set_caps),
6822         (audio_convert_transform),
6823         (gst_audio_convert_buffer_to_default_format),
6824         (gst_audio_convert_buffer_from_default_format),
6825         (gst_audio_convert_channels):
6826         * gst/audioconvert/gstchannelmix.c:
6827         * gst/audioconvert/gstchannelmix.h:
6828           port to basetransform
6829         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6830         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
6831         (gst_ffmpegcsp_get_unit_size):
6832         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6833         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
6834           fix for basetransform changes
6835
6836 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6837
6838         * check/Makefile.am:
6839           Add CHECK_CFLAGS and LDFLAGS
6840
6841         * gst/playback/gstplaybasebin.c: (fill_buffer):
6842           GST_MESSAGE_SRC became a GObject
6843
6844 2005-08-24  Wim Taymans  <wim@fluendo.com>
6845
6846         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
6847         (gst_ring_buffer_clear_all):
6848         * gst-libs/gst/audio/gstringbuffer.h:
6849         Added function to clear the ringbuffer.
6850
6851 2005-08-24  Andy Wingo  <wingo@pobox.com>
6852
6853         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
6854         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
6855         of _open and _close.
6856
6857         * sys/v4l/gstv4lxoverlay.h:
6858         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
6859         an Xv connection here, instead of all the time. Make Xv only be
6860         loaded if you axe for it. Kindof a workaround for buggy behaviour
6861         of Xv when using remote xservers (XvQueryExtension would block).
6862         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
6863         replace the _open and _close public API. Only start the xv
6864         connection if necessary.
6865         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
6866
6867 2005-08-23  David Schleef  <ds@schleef.org>
6868
6869         * gst/audioresample/Makefile.am: Leet audioresampling code
6870         * gst/audioresample/buffer.c:
6871         * gst/audioresample/buffer.h:
6872         * gst/audioresample/debug.c:
6873         * gst/audioresample/debug.h:
6874         * gst/audioresample/functable.c:
6875         * gst/audioresample/functable.h:
6876         * gst/audioresample/gstaudioresample.c:
6877         * gst/audioresample/gstaudioresample.h:
6878         * gst/audioresample/resample.c:
6879         * gst/audioresample/resample.h:
6880         * gst/audioresample/resample_chunk.c:
6881         * gst/audioresample/resample_functable.c:
6882         * gst/audioresample/resample_ref.c:
6883
6884 2005-08-23  Wim Taymans  <wim@fluendo.com>
6885
6886         * examples/seeking/seek.c: (make_vorbis_pipeline),
6887         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
6888         Small seek updates.
6889
6890 2005-08-23  Andy Wingo  <wingo@pobox.com>
6891
6892         * gst-libs/gst/audio/gstbaseaudiosrc.c
6893         (gst_base_audio_src_fixate): Only fixate endianness if it is
6894         present in the caps.
6895
6896 2005-08-22  Andy Wingo  <wingo@pobox.com>
6897
6898         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
6899         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
6900         device-name property.
6901
6902         * gst-libs/gst/audio/gstaudiosrc.h:
6903         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
6904         close_device in the ring buffer, like gstaudiosink.
6905
6906         * ext/alsa/gstalsamixer.h:
6907         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
6908         macro to implement the interface without much code. Cleanups. 
6909
6910         * ext/alsa/gstalsasrc.h:
6911         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
6912         READY.
6913
6914         * ext/alsa/Makefile.am: Add new files.
6915         * ext/alsa/gstalsamixerelement.c: 
6916         * ext/alsa/gstalsamixerelement.c: Split element code out from
6917         mixer code so that alsasrc can be a mixer too.
6918
6919 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6920
6921         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6922         (GST_START_TEST):
6923         * check/elements/vorbisdec.c: (setup_vorbisdec),
6924         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
6925         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6926         (vorbis_handle_identification_packet),
6927         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
6928         (vorbis_handle_header_packet), (vorbis_dec_push),
6929         (vorbis_dec_chain):
6930           use the setup/teardown methods to save code.  save code is good.
6931
6932 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6933
6934         * check/Makefile.am:
6935           add ext dir for plugins
6936           add vorbisdec test conditionally
6937         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6938         (GST_START_TEST), (volume_suite):
6939           add a test with wrong caps
6940         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
6941         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
6942           add a vorbisdec test
6943         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
6944         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
6945           clean up debug output
6946         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6947           yay, fix a segfault/security issue in vorbisdec
6948           gst-launch fakesrc ! vorbisdec wasn't happy
6949         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
6950         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
6951         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
6952         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
6953         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
6954         (gst_vorbisenc_set_metadata), (get_constraints_string),
6955         (update_start_message), (gst_vorbisenc_setup),
6956         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
6957         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
6958         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
6959         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
6960         * ext/vorbis/vorbisenc.h:
6961           march in line
6962         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6963         (gst_ffmpegcsp_transform):
6964           have the kow come home
6965         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6966           debug my func ptr
6967         * gst/volume/gstvolume.c: (volume_set_caps):
6968           add a debug
6969
6970 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6971
6972         * Makefile.am:
6973         * check/.cvsignore:
6974         * check/Makefile.am:
6975         * check/elements/.cvsignore:
6976         * check/elements/volume.c: (chain_func), (event_func),
6977         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
6978         (main):
6979         * configure.ac:
6980           add unit test structure for gst-plugins-base
6981           add a test for volume
6982         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
6983         (gst_volume_set_volume), (gst_volume_get_volume),
6984         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
6985         (volume_funcfind), (volume_process_float), (volume_process_int16),
6986         (volume_set_caps), (volume_transform), (volume_update_mute),
6987         (volume_update_volume), (volume_set_property),
6988         (volume_get_property):
6989           document a little; use basetransform vmethod _set_caps
6990
6991 2005-08-19  Andy Wingo  <wingo@pobox.com>
6992
6993         * ext/alsa/gstalsamixertrack.h:
6994         * ext/alsa/gstalsamixertrack.c:
6995         * ext/alsa/gstalsamixeroptions.h:
6996         * ext/alsa/gstalsamixeroptions.c:
6997         * ext/alsa/gstalsamixer.h:
6998         * ext/alsa/gstalsamixer.c: Port to 0.9.
6999
7000         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
7001         Remove gstalsa.c and alsaclock. No more cruft here.
7002         
7003 2005-08-18  Wim Taymans  <wim@fluendo.com>
7004
7005         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7006         (gst_base_rtp_depayload_chain),
7007         (gst_base_rtp_depayload_add_to_queue),
7008         (gst_base_rtp_depayload_push),
7009         (gst_base_rtp_depayload_queue_release):
7010         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7011         Fix for RTPBuffer changes.
7012
7013         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
7014         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
7015         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
7016         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
7017         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
7018         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
7019         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
7020         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
7021         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
7022         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
7023         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
7024         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
7025         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
7026         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
7027         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
7028         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
7029         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
7030         (gst_rtpbuffer_get_payload):
7031         * gst-libs/gst/rtp/gstrtpbuffer.h:
7032         Don't subclass GstBuffer but add methods and helper functions
7033         to construct and manipulate RTP packets in regular GstBuffers.
7034
7035 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
7036
7037         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
7038           moved statement below switch
7039         * gst/volume/gstvolume.c: (gst_volume_class_init):
7040           added debug ptr
7041
7042 2005-08-16  Wim Taymans  <wim@fluendo.com>
7043
7044         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7045         (gst_base_audio_src_change_state):
7046         Open and close device in READY<->NULL state change.
7047
7048 2005-08-16  Andy Wingo  <wingo@pobox.com>
7049
7050         * examples/seeking/Makefile.am: Don't compile non-compiling
7051         compiled objects with the compiler.
7052
7053         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
7054         elements.
7055
7056 2005-08-12  Philippe Khalaf <burger@speedy.org>
7057         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7058         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7059           Made a thread to release the queue.
7060           Removed timestamp conversion for now.
7061
7062 2005-08-10  Philippe Khalaf <burger@speedy.org>
7063         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7064         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7065           Added rtp timestamp -> gst timestamp conversion.
7066           Fixed several problems with queue.
7067
7068 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
7069
7070         * gst-libs/gst/audio/gstaudioclock.h:
7071         * gst-libs/gst/audio/gstaudiofilter.h:
7072         * gst-libs/gst/audio/gstaudiosink.h:
7073         * gst-libs/gst/audio/gstaudiosrc.h:
7074         * gst-libs/gst/audio/gstbaseaudiosink.h:
7075         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7076         * gst-libs/gst/audio/gstringbuffer.h:
7077         * gst-libs/gst/net/gstnetbuffer.h:
7078         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7079         * gst-libs/gst/rtp/gstrtpbuffer.h:
7080           Add padding (you will need to rebuild gst-plugins-base,
7081           gst-plugins and all applications afterwards!)
7082
7083 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
7084
7085         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
7086         (gst_riff_parse_chunk):
7087           Fix bug in debug message and add some more debug messages.
7088
7089 2005-08-08  Edward Hervey  <edward@fluendo.com>
7090
7091         * gst-libs/gst/riff/riff-media.c:
7092         backported updates since branch
7093
7094 2005-08-08  Andy Wingo  <wingo@pobox.com>
7095
7096         * gst-libs/gst/audio/gstbaseaudiosink.c
7097         (gst_base_audio_sink_change_state): Open the device in NULL->READY
7098         like good elements should. Close on READY->NULL too.
7099
7100         * gst-libs/gst/audio/gstaudiosink.c
7101         (gst_audioringbuffer_open_device,
7102         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
7103         (gst_audioringbuffer_release): Updates for new ring buffer API,
7104         hook into the new audio sink api.
7105
7106         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
7107         (GstAudioSinkClass.close): Just open and close the device -- no
7108         resource allocation or configuration.
7109         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
7110         vmethods, handle device setup and resource allocation.
7111
7112         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
7113         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
7114         base class API.
7115
7116         * gst-libs/gst/audio/gstringbuffer.h
7117         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
7118         New vmethods.
7119
7120         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
7121         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
7122         New API functions. The device should be opened before acquiring
7123         and closed after releasing.
7124
7125 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
7126
7127         * gst-libs/gst/interfaces/mixer.h:
7128           Reset padding to GST_PADDING.
7129
7130 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7131
7132         * gst/playback/gstplaybin.c: (remove_sinks):
7133           Remove visualization from parent explicitely; works around some
7134           apparent refcount issue that I haven't tracked down yet.
7135
7136 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7137
7138         * ext/alsa/gstalsasink.c: (set_hwparams):
7139           Assign debug category, add negotiation debug msgs.
7140
7141 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7142
7143         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
7144           Fix error code for file-not-found to NOT_FOUND.
7145
7146 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7147
7148         * common/gtk-doc-plugins.mak:
7149         * docs/plugins/Makefile.am:
7150         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7151         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7152           renamed to actual element names, so much nicer to look at
7153         * docs/plugins/tmpl/gstmultifdsink.sgml:
7154           remove
7155         * docs/plugins/tmpl/multifdsink.sgml:
7156         * docs/plugins/tmpl/tcpserversink.sgml:
7157           add
7158         * ext/alsa/gstalsa.c:
7159         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
7160         * ext/ogg/gstoggmux.c:
7161         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
7162         * gst/playback/gstdecodebin.c:
7163         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
7164         * gst/tcp/gsttcpserversink.c:
7165           various fixes and documentation additions
7166
7167 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7168
7169         * common/Makefile.am:
7170         * common/gstdoc-scangobj:
7171         * common/gtk-doc-plugins.mak:
7172         * common/gtk-doc.mak:
7173           add a custom scangobj that uses the registry
7174           add a custom gtk-doc-plugins.mak that uses it
7175           some doc build fixes
7176         * configure.ac:
7177         * docs/Makefile.am:
7178         * docs/plugins/Makefile.am:
7179         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7180         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7181         * docs/plugins/gst-plugins-base-plugins.types:
7182         * docs/plugins/tmpl/gstmultifdsink.sgml:
7183           add docs for one element, multifdsink
7184         * gst/adder/gstadder.h:
7185         * gst/volume/gstvolume.h:
7186           don't privatize enum
7187         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
7188         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
7189         (gst_sync_method_get_type), (gst_client_status_get_type),
7190         (gst_multifdsink_class_init),
7191         (gst_multifdsink_client_queue_buffer),
7192         (gst_multifdsink_handle_client_write):
7193         * gst/tcp/gstmultifdsink.h:
7194         * gst/tcp/gsttcp.h:
7195         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7196         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
7197         (gst_tcpclientsink_render):
7198         * gst/tcp/gsttcpclientsink.h:
7199         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
7200         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
7201         (gst_tcpclientsrc_start):
7202         * gst/tcp/gsttcpclientsrc.h:
7203         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
7204         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
7205         * gst/tcp/gsttcpserversrc.h:
7206         * gst/typefind/gsttypefindfunctions.c:
7207           remove superfluous Type stuff
7208
7209 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7210
7211         * gst/playback/gstplaybin.c: (gen_video_element):
7212           Enable videoscale.
7213
7214 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7215
7216         * gst-libs/gst/gconf/gconf.c:
7217         * gst-libs/gst/gconf/gconf.h:
7218           Fix some Andy Problem [tm].
7219
7220 2005-08-04  Andy Wingo  <wingo@pobox.com>
7221
7222         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
7223         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
7224         (gst_ffmpegcsp_get_size): Adapt to API changes.
7225
7226         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
7227         Implement an in-place do-nothing transform.
7228
7229 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7230
7231         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
7232         (gst_ximagesink_renegotiate_size):
7233           Do not set new window sizes yet if we prepare a new buffer size
7234           for upstream renegotiation (software scaling) at some point in the
7235           future, because this new size waqs not actually accepted yet. Once
7236           accepted, renegotiation later on will set the new sizes just fine.
7237           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
7238           embedding testcase.
7239
7240 2005-08-03  Andy Wingo  <wingo@pobox.com>
7241
7242         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
7243         (gst_ximagesink_buffer_alloc): 
7244         Protect the height, width, and desired_caps with the pool_lock.
7245         Fixes videotestsrc ! queue ! ximagesink.
7246
7247 2005-08-02  Edward Hervey  <edward@fluendo.com>
7248
7249         * gst/volume/gstvolume.c:
7250         include left from controller cleanup
7251
7252 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
7253         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
7254           Stop collectpads before calling the parent state
7255           change function on PAUSED->READY.
7256
7257 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
7258         * configure.ac:
7259           When testing for X libs, use the X CFlags 
7260         * gst/adder/gstadder.c: (gst_adder_change_state):
7261           Stop the collectpads before calling parent state change function
7262           on PAUSED->READY, otherwise we deadlock deactivating pads.
7263
7264 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
7265
7266         * configure.ac:
7267         * docs/libs/tmpl/gstcolorbalance.sgml:
7268         * docs/libs/tmpl/gstmixer.sgml:
7269         * examples/Makefile.am:
7270         * gst/sine/Makefile.am:
7271         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
7272         (gst_sinesrc_set_property), (plugin_init):
7273         * gst/sine/gstsinesrc.h:
7274         * gst/volume/Makefile.am:
7275         * gst/volume/gstvolume.c: (gst_volume_set_volume),
7276         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
7277         (volume_process_float), (volume_process_int16),
7278         (volume_set_property), (plugin_init):
7279         * gst/volume/gstvolume.h:
7280           deactivate and remove dparams (libgstcontrol)
7281
7282 2005-07-29  Wim Taymans  <wim@fluendo.com>
7283
7284         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
7285         Convert me to BaseTransform!! help..
7286
7287 2005-07-29  Andy Wingo  <wingo@pobox.com>
7288
7289         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
7290         sinks.
7291
7292         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
7293         support of both endiannesses.
7294
7295 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
7296
7297         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7298           Fix confusing debug message (s/event/query/)
7299
7300 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
7301
7302         * gst/videotestsrc/videotestsrc.h:
7303           Use "_stdint.h" instead of <stdint.h>
7304
7305 2005-07-27  Wim Taymans  <wim@fluendo.com>
7306
7307         * ext/vorbis/Makefile.am:
7308         Revert wrong commit.
7309
7310 2005-07-27  Wim Taymans  <wim@fluendo.com>
7311
7312         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
7313         More compilation fixen.
7314
7315 2005-07-27  Wim Taymans  <wim@fluendo.com>
7316
7317         * gst-libs/gst/audio/gstbaseaudiosink.c:
7318         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
7319         (gst_base_audio_sink_create_ringbuffer),
7320         (gst_base_audio_sink_change_state):
7321         Fix compilation.
7322
7323 2005-07-27  Wim Taymans  <wim@fluendo.com>
7324
7325         * examples/seeking/seek.c: (setup_dynamic_link),
7326         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
7327         (query_positions_elems), (query_positions_pads), (do_seek):
7328         Update seek example.
7329
7330         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
7331         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
7332         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
7333         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7334         (gst_ogg_demux_handle_event),
7335         (gst_ogg_demux_deactivate_current_chain),
7336         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7337         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
7338         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
7339         (gst_ogg_demux_loop):
7340         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
7341         * ext/theora/theoradec.c: (theora_dec_src_event),
7342         (theora_dec_src_getcaps), (theora_dec_sink_event),
7343         (theora_dec_push), (theora_dec_chain):
7344         * ext/vorbis/Makefile.am:
7345         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
7346         (vorbis_dec_sink_event), (vorbis_dec_push),
7347         (vorbis_handle_data_packet):
7348         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
7349         (gst_vorbisenc_chain):
7350         * gst/playback/gststreaminfo.c: (cb_probe):
7351         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
7352         * gst/videorate/gstvideorate.c: (gst_videorate_event):
7353         * gst/videoscale/gstvideoscale.c:
7354         (gst_videoscale_handle_src_event):
7355         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
7356         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
7357         (gst_ximagesink_navigation_send_event):
7358         * sys/xvimage/xvimagesink.c:
7359         (gst_xvimagesink_navigation_send_event):
7360         Various event updates and cleanups
7361
7362 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7363
7364         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
7365           Fix segfault for I420/YV12.
7366
7367 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7368
7369         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
7370           Report bitrate.
7371
7372 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7373
7374         * gst/playback/gstplaybin.c: (gen_video_element),
7375         (gen_audio_element):
7376           Switch to auto*sink elements as default sinks; add volume element
7377           so that volume control in totem works.
7378
7379 2005-07-21  Wim Taymans  <wim@fluendo.com>
7380
7381         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
7382         * gst/playback/gstplaybin.c: (setup_sinks),
7383         (gst_play_bin_change_state):
7384         Refcount fix and more comments.
7385
7386 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7387
7388         * sys/ximage/Makefile.am:
7389         * sys/ximage/ximage.c: (plugin_init):
7390         * sys/ximage/ximagesink.c:
7391         Prepare for adding ximagesrc, rename of plugin to ximage etc.
7392         
7393
7394 2005-07-21  Wim Taymans  <wim@fluendo.com>
7395
7396         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
7397         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
7398         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7399         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7400         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
7401         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
7402         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
7403         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
7404         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
7405         Generate correct disconts for live chained oggs.
7406
7407         * gst-libs/gst/audio/gstbaseaudiosink.c:
7408         (gst_base_audio_sink_render),
7409         (gst_base_audio_sink_create_ringbuffer),
7410         (gst_base_audio_sink_change_state):
7411         Handle discont math correctly.
7412
7413         * gst/playback/gstplaybin.c: (add_sink):
7414         Some small debug cleanup.
7415
7416 2005-07-21  Wim Taymans  <wim@fluendo.com>
7417
7418         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
7419         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
7420         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7421         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7422         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
7423         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
7424         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7425         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
7426         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
7427         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7428         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
7429         (gst_ogg_demux_change_state), (gst_ogg_print):
7430         Reorganize code to send the right disconts when in streaming
7431         mode.
7432
7433 2005-07-20  Andy Wingo  <wingo@pobox.com>
7434
7435         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
7436         fix (?), fixes a seggie mcfalterson (#310894).
7437
7438 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7439
7440         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
7441         (gst_ogg_mux_set_header_on_caps):
7442         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7443         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7444         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
7445         * gst-libs/gst/audio/multichannel.c:
7446         (gst_audio_set_channel_positions),
7447         (gst_audio_set_structure_channel_positions_list):
7448         * gst/playback/gstdecodebin.c: (dynamic_create):
7449         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
7450         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
7451           Fixes for API changes in core.
7452
7453 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7454
7455         * gst/playback/gstplaybasebin.c: (fill_buffer):
7456           Use _new_custom() so we can set custom message types for buffering
7457           messages.
7458
7459 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7460
7461         * configure.ac:
7462         * gst-libs/gst/Makefile.am:
7463         * gst-libs/gst/gconf/.cvsignore:
7464         * gst-libs/gst/gconf/Makefile.am:
7465         * gst-libs/gst/gconf/test-gconf.c:
7466         * pkgconfig/Makefile.am:
7467         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
7468         * pkgconfig/gstreamer-gconf.pc.in:
7469           Remove gconf stuff, use gconf elements instead from now on.
7470
7471 2005-07-20  Wim Taymans  <wim@fluendo.com>
7472
7473         * gst-libs/gst/audio/TODO:
7474         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
7475         (gst_audio_clock_get_internal_time):
7476         * gst-libs/gst/audio/gstaudioclock.h:
7477         * gst-libs/gst/audio/gstbaseaudiosink.c:
7478         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
7479         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
7480         (gst_base_audio_sink_render),
7481         (gst_base_audio_sink_create_ringbuffer),
7482         (gst_base_audio_sink_change_state):
7483         Make sure the audio clock always returns an increasing value.
7484
7485 2005-07-19  Andy Wingo  <wingo@pobox.com>
7486
7487         * gst/videotestsrc/: Cleanups.
7488
7489 2005-07-19  Wim Taymans  <wim@fluendo.com>
7490
7491         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
7492         Better debugging.
7493
7494 2005-07-19  Wim Taymans  <wim@fluendo.com>
7495
7496         * examples/seeking/seek.c: (make_dv_pipeline),
7497         (make_vorbis_theora_pipeline), (query_rates),
7498         (query_positions_elems), (query_positions_pads), (do_seek):
7499         Make correct DV pipeline.
7500
7501 2005-07-18  Andy Wingo  <wingo@pobox.com>
7502
7503         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
7504         default. Also because it's the only thing that really works. (This
7505         is used in the GConf elements).
7506         Use AS_LIBTOOL_TAGS.
7507
7508 2005-07-18  Wim Taymans  <wim@fluendo.com>
7509
7510         * gst/playback/gstdecodebin.c: (remove_element_chain):
7511         * gst/playback/gstplaybin.c: (add_sink):
7512         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7513         (gst_stream_info_set_mute):
7514         * gst/playback/gststreamselector.c:
7515         (gst_stream_selector_get_linked_pad),
7516         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
7517         More leak and compile fixes.
7518
7519 2005-07-18  Wim Taymans  <wim@fluendo.com>
7520
7521         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7522         (query_rates), (query_positions_elems), (query_positions_pads),
7523         (do_seek), (seek_cb), (stop_seek):
7524         Updated seek example. 
7525
7526         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
7527         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
7528         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
7529         * gst/playback/gstplaybin.c: (add_sink):
7530         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7531         (gst_stream_info_set_mute):
7532         Some refcount leak fixes.
7533
7534 2005-07-16  Wim Taymans  <wim@fluendo.com>
7535
7536         * gst-libs/gst/audio/gstbaseaudiosink.c:
7537         (gst_base_audio_sink_render):
7538         Align samples even if we have roundoff errors in the 
7539         timestamp conversion.
7540
7541 2005-07-16  Wim Taymans  <wim@fluendo.com>
7542
7543         * docs/libs/tmpl/gstringbuffer.sgml:
7544         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7545         (query_rates), (query_positions_elems), (query_positions_pads),
7546         (update_scale), (do_seek):
7547         Updated seek example.
7548
7549         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7550         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
7551         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
7552         (gst_ogg_demux_loop):
7553         Push out correct discont values.
7554
7555         * ext/theora/theoradec.c: (theora_dec_src_convert),
7556         (theora_dec_sink_convert), (theora_dec_src_getcaps),
7557         (theora_dec_sink_event), (theora_handle_type_packet),
7558         (theora_handle_header_packet), (theora_dec_push),
7559         (theora_handle_data_packet), (theora_dec_chain),
7560         (theora_dec_change_state):
7561         Better timestamping.
7562
7563         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7564         (vorbis_dec_sink_event), (vorbis_dec_push),
7565         (vorbis_handle_data_packet), (vorbis_dec_chain):
7566         * ext/vorbis/vorbisdec.h:
7567         Better timestamping.
7568
7569         * gst-libs/gst/audio/gstbaseaudiosink.c:
7570         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
7571         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7572         Handle syncing on timestamps instead of sample offsets. Make
7573         use of DISCONT values as described in design docs.
7574
7575         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7576         (gst_base_audio_src_get_time):
7577         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
7578         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
7579         (gst_ring_buffer_read):
7580         * gst-libs/gst/audio/gstringbuffer.h:
7581         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
7582         (gst_ximagesink_show_frame):
7583         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
7584         Correcly convert buffer timestamp to stream time.
7585
7586 2005-07-16  Wim Taymans  <wim@fluendo.com>
7587
7588         * gst/audioconvert/gstaudioconvert.c:
7589         (gst_audio_convert_get_buffer):
7590         Timestamp buffers correctly.
7591
7592         * gst/playback/gstplaybin.c: (gen_video_element):
7593         Make internal fakesink silent.
7594
7595 2005-07-15  Wim Taymans  <wim@fluendo.com>
7596
7597         * gst/ffmpegcolorspace/Makefile.am:
7598         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7599         (gst_ffmpegcsp_caps_remove_format_info),
7600         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7601         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
7602         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
7603         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
7604         Ported ffmpegcolorspace to basetransform.
7605
7606         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
7607         * gst/volume/gstvolume.c: (volume_transform):
7608         Ported to new API.
7609
7610 2005-07-14  Wim Taymans  <wim@fluendo.com>
7611
7612         * gst/videotestsrc/Makefile.am:
7613         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
7614         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
7615         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
7616         (gst_videotestsrc_init), (gst_videotestsrc_event),
7617         (gst_videotestsrc_create), (gst_videotestsrc_start),
7618         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
7619         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
7620         (gst_videotestsrc_get_property):
7621         * gst/videotestsrc/gstvideotestsrc.h:
7622         Make videotestsrc a pushsrc.
7623
7624 2005-07-14  Wim Taymans  <wim@fluendo.com>
7625
7626         * gst/tcp/gstfdset.c: (gst_fdset_free):
7627         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
7628         (gst_multifdsink_add), (gst_multifdsink_remove),
7629         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
7630         (gst_multifdsink_remove_client_link),
7631         (gst_multifdsink_client_queue_data),
7632         (gst_multifdsink_client_queue_caps),
7633         (gst_multifdsink_client_queue_buffer),
7634         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
7635         (gst_multifdsink_stop):
7636         * gst/tcp/gstmultifdsink.h:
7637         0.8 backporting.
7638
7639         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
7640         Also draw image when not from a pool.
7641
7642 2005-07-14  Wim Taymans  <wim@fluendo.com>
7643
7644         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
7645         (mute_stream), (silence_stream):
7646         Small debug additions.
7647
7648 2005-07-14  Wim Taymans  <wim@fluendo.com>
7649
7650         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
7651         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7652         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
7653         Better error recovery, ignore unconnected pads and
7654         non-fatal errors.
7655
7656 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7657
7658         * docs/libs/tmpl/gstaudio.sgml:
7659         * docs/libs/tmpl/gstcolorbalance.sgml:
7660         * docs/libs/tmpl/gstgconf.sgml:
7661         * docs/libs/tmpl/gstmixer.sgml:
7662         * docs/libs/tmpl/gstringbuffer.sgml:
7663         * docs/libs/tmpl/gsttuner.sgml:
7664         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7665         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7666         (gst_tcpclientsrc_class_init):
7667         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7668         (gst_tcpserversrc_class_init):
7669         * sys/v4l/gstv4lelement.c:
7670           more autistic cleanliness in functions/names/defines
7671
7672 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7673
7674         * configure.ac:
7675           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
7676           added manually to each Makefile.am so we are sure it goes
7677           *last* and doesn't add -L flags before linking in libs of our
7678           own, like, say, internal .la libs, that then accidentally pick
7679           up the installed copy.
7680         * docs/libs/Makefile.am:
7681         * ext/alsa/Makefile.am:
7682         * ext/cdparanoia/Makefile.am:
7683         * ext/gnomevfs/Makefile.am:
7684         * ext/libvisual/Makefile.am:
7685         * ext/ogg/Makefile.am:
7686         * ext/theora/Makefile.am:
7687         * ext/vorbis/Makefile.am:
7688         * gst-libs/gst/video/Makefile.am:
7689         * gst/adder/Makefile.am:
7690         * gst/audioconvert/Makefile.am:
7691         * gst/audiorate/Makefile.am:
7692         * gst/audioscale/Makefile.am:
7693         * gst/ffmpegcolorspace/Makefile.am:
7694         * gst/playback/Makefile.am:
7695         * gst/sine/Makefile.am:
7696         * gst/subparse/Makefile.am:
7697         * gst/tags/Makefile.am:
7698         * gst/tcp/Makefile.am:
7699         * gst/typefind/Makefile.am:
7700         * gst/videorate/Makefile.am:
7701         * gst/videoscale/Makefile.am:
7702         * gst/videotestsrc/Makefile.am:
7703         * gst/volume/Makefile.am:
7704         * sys/v4l/Makefile.am:
7705         * sys/ximage/Makefile.am:
7706         * sys/xvimage/Makefile.am:
7707           adapt properly to this change. This should make sure that
7708           plugins and libs properly link to the as-yet-uninstalled
7709           copies of stuff like libgstinterfaces and libgstvideo
7710
7711 2005-07-13  Andy Wingo  <wingo@pobox.com>
7712
7713         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
7714         (gst_v4lsrc_fixate): Fixate on format as well.
7715
7716         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
7717         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
7718         buffer points to it.
7719         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
7720         rather just doing X calls ourselves. Also fixes a memleak.
7721
7722 2005-07-12  Andy Wingo  <wingo@pobox.com>
7723
7724         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
7725         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
7726         (gst_v4lsrc_create): Re-add the copy-mode property, default to
7727         TRUE to avoid deadlocks if an element holds on to our buffers.
7728
7729 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7730
7731         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7732         (gst_sinesrc_init), (gst_sinesrc_create),
7733         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7734         (gst_sinesrc_start):
7735         * gst/sine/gstsinesrc.h:
7736           removing num-buffers property before moving it
7737
7738 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7739
7740         * configure.ac:
7741           use overridable ERROR_CFLAGS
7742         * docs/libs/gst-plugins-base-libs.types:
7743         * docs/libs/tmpl/gstringbuffer.sgml:
7744         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
7745         (gst_alsasink_class_init):
7746         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7747         (gst_alsasrc_class_init):
7748         * gst-libs/gst/audio/audio.h:
7749         * gst-libs/gst/audio/gstaudioclock.h:
7750         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
7751         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
7752         (gst_audio_filter_link), (gst_audio_filter_init),
7753         (gst_audio_filter_chain), (gst_audio_filter_set_property),
7754         (gst_audio_filter_get_property),
7755         (gst_audio_filter_class_add_pad_templates):
7756         * gst-libs/gst/audio/gstaudiofilter.h:
7757         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7758         (gst_audio_filter_template_get_type),
7759         (gst_audio_filter_template_base_init),
7760         (gst_audio_filter_template_class_init),
7761         (gst_audio_filter_template_init),
7762         (gst_audio_filter_template_set_property),
7763         (gst_audio_filter_template_get_property), (plugin_init),
7764         (gst_audio_filter_template_setup),
7765         (gst_audio_filter_template_filter),
7766         (gst_audio_filter_template_filter_inplace):
7767         * gst-libs/gst/audio/gstaudiosink.c:
7768         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7769         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
7770         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7771         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7772         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
7773         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
7774         * gst-libs/gst/audio/gstaudiosink.h:
7775         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7776         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7777         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7778         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
7779         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
7780         (gst_audio_src_class_init), (gst_audio_src_init),
7781         (gst_audio_src_create_ringbuffer):
7782         * gst-libs/gst/audio/gstaudiosrc.h:
7783         * gst-libs/gst/audio/gstbaseaudiosink.c:
7784         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
7785         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
7786         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
7787         (gst_base_audio_sink_set_property),
7788         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
7789         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
7790         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
7791         (gst_base_audio_sink_create_ringbuffer),
7792         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
7793         * gst-libs/gst/audio/gstbaseaudiosink.h:
7794         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7795         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
7796         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
7797         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
7798         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
7799         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
7800         (gst_base_audio_src_event), (gst_base_audio_src_create),
7801         (gst_base_audio_src_create_ringbuffer),
7802         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
7803         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7804         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7805         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
7806         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
7807         (gst_ring_buffer_debug_spec_caps),
7808         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
7809         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
7810         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
7811         (gst_ring_buffer_start), (gst_ring_buffer_pause),
7812         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
7813         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
7814         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
7815         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
7816         (gst_ring_buffer_clear):
7817         * gst-libs/gst/audio/gstringbuffer.h:
7818         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7819         (gst_video_sink_class_init), (gst_video_sink_get_type):
7820         * gst-libs/gst/video/videosink.h:
7821         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7822         (gst_multifdsink_class_init),
7823         (gst_multifdsink_handle_client_write),
7824         (gst_multifdsink_change_state):
7825         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7826         (gst_tcpclientsink_setcaps):
7827         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7828         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
7829         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
7830         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
7831         (gst_ximagesink_send_pending_navigation),
7832         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
7833         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
7834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
7835         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7836         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
7837         (gst_xvimagesink_send_pending_navigation),
7838         (gst_xvimagesink_navigation_send_event),
7839         (gst_xvimagesink_set_xwindow_id),
7840         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
7841         (gst_xvimagesink_get_type):
7842         more macro splitting
7843
7844 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7845
7846         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7847           plug a memleak, allows me to import 1479 albums in one go
7848           in jamboree
7849         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7850         (vorbis_handle_type_packet), (vorbis_dec_chain),
7851         (vorbis_dec_change_state):
7852           fix some format strings
7853
7854 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7855
7856         * docs/libs/tmpl/gstcolorbalance.sgml:
7857         * docs/libs/tmpl/gstmixer.sgml:
7858         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7859         (gst_alsasink_set_property), (gst_alsasink_get_property):
7860         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7861         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
7862           add device property
7863
7864 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7865
7866         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7867         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7868         (audiocast_register_listener), (audiocast_thread_run),
7869         (gst_gnomevfssrc_send_additional_headers_callback),
7870         (gst_gnomevfssrc_received_headers_callback),
7871         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
7872         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
7873         (gst_gnomevfssrc_get_size):
7874           add/clean up debugging
7875         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
7876           cleanups
7877
7878 2005-07-07  Andy Wingo  <wingo@pobox.com>
7879
7880         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
7881         framerate. Need to get a handle on when exactly this function is
7882         called, tho.
7883
7884         * sys/v4l/v4lsrc_calls.h:
7885         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
7886         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
7887         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
7888
7889         * sys/v4l/v4l_calls.h: Cast to V4lElement.
7890         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
7891         v4lelements are sources.
7892
7893         * sys/v4l/gstv4lxoverlay.h:
7894         * sys/v4l/gstv4lxoverlay.c:
7895         * sys/v4l/gstv4ltuner.h:
7896         * sys/v4l/gstv4ltuner.c: Header loc fixen.
7897         
7898         * sys/v4l/gstv4lsrc.h:
7899         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
7900         PushSrc/BaseSrc. Removed most sync-related properties, videorate
7901         or something should handle that. Made a live source.
7902
7903         * sys/v4l/gstv4lelement.h:
7904         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
7905         signals. Some cleanups.
7906
7907         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
7908
7909         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
7910         stuff.
7911
7912         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
7913         stuff.
7914
7915         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
7916
7917 2005-07-07  Wim Taymans  <wim@fluendo.com>
7918
7919         * ext/theora/theoradec.c: (theora_get_query_types),
7920         (theora_dec_src_getcaps), (theora_dec_push):
7921         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
7922         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
7923         Remove deprecated/unused query types.
7924
7925 2005-07-06  Wim Taymans  <wim@fluendo.com>
7926
7927         * ext/alsa/Makefile.am:
7928         * ext/alsa/gstalsaplugin.c: (plugin_init):
7929         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
7930         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7931         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
7932         (gst_alsasrc_class_init), (gst_alsasrc_init),
7933         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
7934         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
7935         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
7936         (gst_alsasrc_reset):
7937         * ext/alsa/gstalsasrc.h:
7938         * gst-libs/gst/audio/Makefile.am:
7939         * gst-libs/gst/audio/gstaudiosink.c:
7940         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7941         (gst_audioringbuffer_start):
7942         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7943         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7944         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
7945         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
7946         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7947         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7948         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
7949         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
7950         * gst-libs/gst/audio/gstaudiosrc.h:
7951         * gst-libs/gst/audio/gstbaseaudiosink.c:
7952         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7953         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
7954         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
7955         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7956         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
7957         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
7958         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
7959         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
7960         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
7961         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
7962         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
7963         (gst_baseaudiosrc_change_state):
7964         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7965         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7966         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
7967         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
7968         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7969         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
7970         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
7971         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
7972         * gst-libs/gst/audio/gstringbuffer.h:
7973         Added audiosource base classes.
7974         Ported alsasrc, still very basic.
7975
7976 2005-07-06  Wim Taymans  <wim@fluendo.com>
7977
7978         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
7979         (theora_dec_push), (theora_handle_data_packet):
7980         Prepare for better timestamp fix later.
7981
7982         * gst/audioconvert/gstaudioconvert.c:
7983         List most accurate caps first
7984
7985         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
7986         Use proper pad task function.
7987
7988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7989         (gst_xvimagesink_show_frame):
7990         Fix deadlock when alloc failed.
7991
7992 2005-07-05  Andy Wingo  <wingo@pobox.com>
7993
7994         * ext/gnomevfs/gstgnomevfssrc.c:
7995         * gst/sine/gstsinesrc.c:
7996         * gst/tcp/gsttcpserversrc.c:
7997         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
7998
7999         * sys/v4l/: Port from 0.8.
8000
8001         * Many files: Null if we got it....
8002
8003 2005-07-05  Andy Wingo  <wingo@pobox.com>
8004
8005         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
8006         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
8007         Signedness fixes.
8008
8009 2005-07-05  Wim Taymans  <wim@fluendo.com>
8010
8011         * configure.ac:
8012         * gst/tcp/Makefile.am:
8013         * gst/tcp/README:
8014         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
8015         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
8016         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
8017         (is_sync_frame), (gst_multifdsink_handle_client_write),
8018         (gst_multifdsink_render), (gst_multifdsink_start),
8019         (gst_multifdsink_stop), (gst_multifdsink_change_state):
8020         * gst/tcp/gstmultifdsink.h:
8021         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
8022         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
8023         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
8024         * gst/tcp/gsttcp.h:
8025         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
8026         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
8027         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
8028         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
8029         * gst/tcp/gsttcpclientsink.h:
8030         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
8031         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
8032         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
8033         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
8034         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
8035         * gst/tcp/gsttcpclientsrc.h:
8036         * gst/tcp/gsttcpplugin.c: (plugin_init):
8037         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
8038         * gst/tcp/gsttcpserversink.h:
8039         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
8040         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
8041         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
8042         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
8043         (gst_tcpserversrc_stop):
8044         * gst/tcp/gsttcpserversrc.h:
8045         * gst/tcp/gsttcpsink.c:
8046         * gst/tcp/gsttcpsink.h:
8047         * gst/tcp/gsttcpsrc.c:
8048         * gst/tcp/gsttcpsrc.h:
8049         Ported tcp plugins to 0.9. 
8050         
8051
8052 2005-07-05  Andy Wingo  <wingo@pobox.com>
8053
8054         * gst/playback/gstplaybasebin.c (fill_buffer):
8055         message_new_application fixen.
8056
8057         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
8058         Style fix.
8059
8060 2005-07-04  Wim Taymans  <wim@fluendo.com>
8061
8062         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
8063         Set caps on output buffer.
8064
8065 2005-07-04  Andy Wingo  <wingo@pobox.com>
8066
8067         * ext/gnomevfs/gstgnomevfssrc.c
8068         (gst_gnomevfssrc_received_headers_callback) 
8069         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
8070         hopefully.
8071
8072         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
8073         No refcount leakage.
8074
8075         * configure.ac: Enable -Werror.
8076         
8077         * ext/theora/theoradec.c (theora_dec_src_getcaps):
8078         * gst/audioconvert/bufferframesconvert.c
8079         (buffer_frames_convert_fixate):
8080         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
8081         (gst_audio_convert_fixate):
8082         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
8083         (gst_sinesrc_create): Fixate func changes.
8084         
8085         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
8086         (gst_ximagesink_buffer_alloc): Unused var.
8087
8088 2005-07-01  Andy Wingo  <wingo@pobox.com>
8089
8090         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
8091         getcaps to do explicit caps. Needs to be done in all decoders,
8092         possibly via a base class.
8093
8094         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
8095
8096         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
8097         caps on the sink pad, just rely on the pad template. Also, setting
8098         ANY caps on a pad is not valid because the caps are not fixed.
8099
8100         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
8101         caps on the buffer, and get the width from the desired_caps if
8102         they're set.
8103         (gst_ximagesink_renegotiate_size): Implement via setting the
8104         desired_caps on the ximagesink.
8105         (gst_ximagesink_setcaps): Only reset the width of the player if it
8106         wasn't already set. Not sure if this is right.
8107         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
8108
8109         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
8110         that the user wants. NULL unless the window has been resized.
8111
8112         * gst/volume/gstvolume.c (volume_transform): Adapt to
8113         basetransform refcount changes.
8114         
8115 2005-07-01  Andy Wingo  <wingo@pobox.com>
8116
8117         * gst/videoscale/gstvideoscale.c:
8118         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
8119         from BaseTransform, implements a transform_caps. Removed dead code
8120         including some PAR stuff that was never reached -- should probably
8121         be added back somehow.
8122
8123 2005-07-01  Andy Wingo  <wingo@pobox.com>
8124
8125         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
8126         come later.
8127
8128 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8129
8130         * configure.ac:
8131         * docs/libs/Makefile.am:
8132         * docs/libs/gst-plugins-libs.types:
8133         * ext/alsa/Makefile.am:
8134         * ext/alsa/gstalsamixer.h:
8135         * ext/alsa/gstalsamixeroptions.h:
8136         * ext/alsa/gstalsamixertrack.h:
8137         * gst-libs/gst/Makefile.am:
8138         * gst-libs/gst/colorbalance/.cvsignore:
8139         * gst-libs/gst/colorbalance/Makefile.am:
8140         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
8141         * gst-libs/gst/colorbalance/colorbalance.c:
8142         * gst-libs/gst/colorbalance/colorbalance.h:
8143         * gst-libs/gst/colorbalance/colorbalance.vcproj:
8144         * gst-libs/gst/colorbalance/colorbalancechannel.c:
8145         * gst-libs/gst/colorbalance/colorbalancechannel.h:
8146         * gst-libs/gst/interfaces/Makefile.am:
8147         * gst-libs/gst/interfaces/colorbalance.c:
8148         (gst_color_balance_class_init):
8149         * gst-libs/gst/interfaces/colorbalance.h:
8150         * gst-libs/gst/interfaces/interfaces-marshal.list:
8151         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
8152         * gst-libs/gst/interfaces/mixer.h:
8153         * gst-libs/gst/interfaces/mixeroptions.h:
8154         * gst-libs/gst/interfaces/navigation.c:
8155         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
8156         * gst-libs/gst/interfaces/tuner.h:
8157         * gst/volume/Makefile.am:
8158         * gst/volume/gstvolume.c:
8159         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
8160         * sys/ximage/Makefile.am:
8161         * sys/ximage/ximagesink.c:
8162         * sys/xvimage/Makefile.am:
8163         * sys/xvimage/xvimagesink.c:
8164           fold in all interfaces into an interfaces dir, preserving CVS
8165           history
8166
8167 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8168
8169         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8170           Fix build after riff changes.
8171
8172 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8173
8174         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8175         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
8176         (gst_riff_create_video_template_caps),
8177         (gst_riff_create_audio_template_caps),
8178         (gst_riff_create_iavs_template_caps):
8179         * gst-libs/gst/riff/riff-media.h:
8180         * gst-libs/gst/riff/riff-read.h:
8181         * gst-libs/gst/riff/riff.c: (gst_riff_init):
8182           Add gst_riff_init() to initialize the debug category, instead
8183           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
8184
8185 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8186
8187         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
8188           Oops, I shouldn't apply hacks.
8189
8190 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8191
8192         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
8193           Remove pad_loop function which doesn't work.
8194
8195 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8196
8197         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
8198           Send EOS when deactivating.
8199         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
8200         (check_queue), (queue_threshold_reached), (queue_out_of_data),
8201         (gen_preroll_element), (probe_triggered), (mute_stream),
8202         (silence_stream), (new_decoded_pad), (setup_substreams),
8203         (set_active_source):
8204         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
8205         (remove_sinks), (add_sink):
8206         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
8207           Change for new probe API.
8208
8209 2005-06-29  Wim Taymans  <wim@fluendo.com>
8210
8211         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
8212         * gst-libs/gst/audio/gstbaseaudiosink.c:
8213         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
8214         (gst_baseaudiosink_change_state):
8215         * gst-libs/gst/audio/gstbaseaudiosink.h:
8216         * gst-libs/gst/audio/gstringbuffer.c:
8217         (gst_ringbuffer_set_callback):
8218         Fix compilation error.
8219         Ringbuffer starts out as not running.
8220         Free our clock in dispose.
8221         When releasing the ringbuffer we need to renegotiate so
8222         clear the pad caps.
8223
8224 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8225
8226         * autogen.sh:
8227         * configure.ac:
8228         * docs/Makefile.am:
8229         * docs/libs/Makefile.am:
8230         * docs/libs/gst-plugins-libs-docs.sgml:
8231         * docs/libs/gst-plugins-libs-sections.txt:
8232         * docs/libs/gst-plugins-libs.types:
8233         * docs/libs/tmpl/gstaudio.sgml:
8234         * docs/libs/tmpl/gstcolorbalance.sgml:
8235         * docs/libs/tmpl/gstringbuffer.sgml:
8236         * gst-libs/gst/audio/gstringbuffer.c:
8237         (gst_ringbuffer_set_callback):
8238           reinstate gtk-doc docs for plugin libs
8239
8240 2005-06-28  Wim Taymans  <wim@fluendo.com>
8241
8242         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8243         (gst_ogg_demux_init):
8244         Removed pad loop function.
8245
8246 2005-06-28  Wim Taymans  <wim@fluendo.com>
8247
8248         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8249         If we're building a chain we are not in an error case
8250         when we queue a buffer.
8251
8252 2005-06-28  Andy Wingo  <wingo@pobox.com>
8253
8254         * *.c: Don't cast to GstObject before reffing/unreffing.
8255
8256 2005-06-27  Andy Wingo  <wingo@pobox.com>
8257
8258         * gst/videotestsrc/gstvideotestsrc.c
8259         (gst_videotestsrc_activate_push): Activation API changes.
8260
8261         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
8262         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
8263         they have refs on the decodebin.
8264
8265         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
8266         parent class.
8267         (gst_ogg_pad_typefind): Don't leak a pad ref.
8268         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
8269         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
8270         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
8271
8272 2005-06-27  Edward Hervey  <edward@fluendo.com>
8273
8274         * ext/theora/theoradec.c: (theora_dec_change_state): 
8275         re-arranged call to parent's state change in order to avoid locks (or
8276         worse).
8277
8278 2005-06-26  Edward Hervey  <edward@fluendo.com>
8279
8280         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8281         2nd argument of 'unknow-type' signal is a GstCaps and not a
8282         GstMiniObject
8283
8284 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
8285         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
8286           Set the worker thread's running flag to TRUE before starting the
8287           thread.
8288         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
8289           Catch a failure to add typefind to the bin.
8290
8291 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8292
8293         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8294         (gst_sinesrc_init), (gst_sinesrc_create),
8295         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
8296         (gst_sinesrc_start):
8297         * gst/sine/gstsinesrc.h:
8298           add num-buffers and timestamp-offset properties
8299         * gst/videotestsrc/gstvideotestsrc.c:
8300         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
8301         (gst_videotestsrc_get_property):
8302           add timestamp-offset property
8303
8304 2005-06-23  Christian Schaller  <uraeus@gnome.org>
8305
8306         * configure.ac: add videorate
8307         * gst-plugins-base.spec.in: add videorate
8308
8309 2005-06-23  Wim Taymans  <wim@fluendo.com>
8310
8311         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8312         (gst_videorate_getcaps), (gst_videorate_setcaps),
8313         (gst_videorate_event), (gst_videorate_chain):
8314         Fixed videorate, fixating an already fixated caps is not
8315         an error.
8316
8317 2005-06-23  Wim Taymans  <wim@fluendo.com>
8318
8319         * ext/ogg/README:
8320         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
8321         Buffer on caps is not boxed anymore.
8322
8323 2005-06-22  Wim Taymans  <wim@fluendo.com>
8324
8325         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
8326         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8327         Set buffers on caps as miniobjects and not as boxed.
8328
8329 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8330
8331         * configure.ac:
8332           back to HEAD
8333
8334 === release 0.9.1 ===
8335
8336 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8337
8338         * .cvsignore:
8339         * NEWS:
8340         * README:
8341         * RELEASE:
8342         * configure.ac:
8343         * po/af.po:
8344         * po/az.po:
8345         * po/cs.po:
8346         * po/en_GB.po:
8347         * po/hu.po:
8348         * po/it.po:
8349         * po/nb.po:
8350         * po/nl.po:
8351         * po/or.po:
8352         * po/sq.po:
8353         * po/sr.po:
8354         * po/sv.po:
8355         * po/uk.po:
8356         * po/vi.po:
8357           updates for release
8358
8359 2005-06-09  Andy Wingo  <wingo@pobox.com>
8360
8361         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
8362         
8363 2005-06-09  Andy Wingo  <wingo@pobox.com>
8364
8365         * configure.ac:
8366         * gst-libs/gst/Makefile.am:
8367         * gst-libs/gst/net/Makefile.am:
8368         Add gstnet to build.
8369
8370 2005-06-09  Andy Wingo  <wingo@pobox.com>
8371
8372         * gst-libs/gst/gconf/gconf.c:
8373         * gst/playback/test.c:
8374         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
8375         fixes.
8376
8377         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
8378
8379         * ext/theora/theoraenc.c (theora_enc_chain): 
8380         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
8381
8382         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
8383         RealPad.
8384
8385 2005-06-02  Wim Taymans  <wim@fluendo.com>
8386
8387         * gst-libs/gst/net/Makefile.am:
8388         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
8389         * pkgconfig/gstreamer-libs.pc.in:
8390         Added net stuff, version net lib.
8391
8392 2005-06-02  Wim Taymans  <wim@fluendo.com>
8393
8394         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8395         (query_rates), (query_positions_elems), (query_positions_pads),
8396         (do_seek):
8397         Updated seek example.
8398
8399 2005-06-02  Andy Wingo  <wingo@pobox.com>
8400
8401         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
8402         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
8403         list.
8404
8405         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
8406         remove the typefind, the bin dispose will do it for us. When it's
8407         removed and unreffed, the signal handler will be disconnected,
8408         too.
8409         (unlinked): It's too difficult to disconnect from unlinked
8410         handlers, as they are on pads not elements. Just punt if the pads
8411         aren't grandkids of the bin.
8412
8413 2005-06-02  Wim Taymans  <wim@fluendo.com>
8414
8415         * ext/ogg/README:
8416         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8417         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
8418         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
8419         * ext/theora/theoradec.c: (theora_dec_src_query),
8420         (theora_handle_data_packet):
8421         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8422         (theora_enc_chain):
8423         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8424         (vorbis_handle_data_packet):
8425         * gst/audioconvert/bufferframesconvert.c:
8426         (buffer_frames_convert_chain):
8427         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8428         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8429         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8430         (gst_ffmpegcsp_chain):
8431         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8432         (gst_videorate_getcaps), (gst_videorate_setcaps),
8433         (gst_videorate_event), (gst_videorate_chain):
8434         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
8435         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
8436         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8437         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
8438         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8439         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
8440         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
8441         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8442         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
8443         Cleanups and buffer alloc.
8444
8445 2005-05-31  Wim Taymans  <wim@fluendo.com>
8446
8447         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
8448         Don't try to call the delay method when the device is not
8449         opened.
8450
8451 2005-05-31  Wim Taymans  <wim@fluendo.com>
8452
8453         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
8454         Get actual segment size and buffer size after opening
8455         the device.
8456
8457 2005-05-30  Wim Taymans  <wim@fluendo.com>
8458
8459         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
8460         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
8461         Also FLUSH upstream, makes the loop function exit faster.
8462         
8463         * ext/theora/theoradec.c: (theora_dec_src_query):
8464         Some more debug info in the query.
8465         
8466         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8467         (gst_ximagesink_setcaps):
8468         Release lock on par error, better error reporting.
8469
8470 2005-05-26  Wim Taymans  <wim@fluendo.com>
8471
8472         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8473         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
8474         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
8475         Clear chains in READY
8476         Queue packets until the chain is activated.
8477
8478 2005-05-25  Wim Taymans  <wim@fluendo.com>
8479
8480         * gst-libs/gst/audio/gstaudiosink.c:
8481         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8482         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8483         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8484         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8485         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8486         (gst_audiosink_create_ringbuffer):
8487         * gst-libs/gst/audio/gstbaseaudiosink.c:
8488         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8489         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8490         (gst_baseaudiosink_set_property), (build_linear_format),
8491         (debug_spec_caps), (debug_spec_buffer),
8492         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8493         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8494         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8495         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8496         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8497         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8498         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8499         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8500         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8501         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8502         (wait_segment), (gst_ringbuffer_commit),
8503         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8504         (gst_ringbuffer_clear):
8505         Various small cleanups.
8506
8507         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8508         (gst_audio_convert_change_state):
8509         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
8510         No need to take the locks anymore.
8511
8512 2005-05-25  Wim Taymans  <wim@fluendo.com>
8513
8514         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8515         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
8516         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
8517         (type_found):
8518         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
8519         (group_destroy), (group_commit), (queue_overrun),
8520         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
8521         (mute_stream), (new_decoded_pad), (setup_substreams),
8522         (setup_source), (mute_group_type), (set_active_source),
8523         (gst_play_base_bin_change_state):
8524         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8525         (gen_video_element), (gen_text_element), (gen_audio_element),
8526         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
8527         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
8528         (gst_stream_info_dispose), (gst_stream_info_set_mute):
8529         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
8530         Some playbin cleanups mostly refcounting sloppyness.
8531
8532 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8533
8534         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8535           Work with streaming input.
8536
8537 2005-05-25  Wim Taymans  <wim@fluendo.com>
8538
8539         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8540         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8541         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8542         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
8543         No need to take the STREAM lock anymore.
8544
8545 2005-05-25  Wim Taymans  <wim@fluendo.com>
8546
8547         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
8548         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
8549         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
8550         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
8551         (gst_ogg_demux_sink_activate):
8552         * ext/theora/theoradec.c: (theora_dec_src_event),
8553         (theora_handle_comment_packet), (theora_dec_chain),
8554         (theora_dec_change_state):
8555         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8556         (vorbis_handle_data_packet), (vorbis_dec_chain),
8557         (vorbis_dec_change_state):
8558         Remove STREAM locks as they are taken in core now.
8559         Never set bogus granulepos on vorbis/theora.
8560         Fix leaks in theoradec tag parsing.
8561
8562 2005-05-25  Wim Taymans  <wim@fluendo.com>
8563
8564         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
8565         Fix memleaks, GST_BUFFER_DATA() is not freed.
8566
8567 2005-05-25  Wim Taymans  <wim@fluendo.com>
8568
8569         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
8570         Open non-blocking, set to blocking mode afterwards to avoid
8571         lockups when audio device is busy.
8572
8573 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8574
8575         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
8576           This can't be good.
8577
8578 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8579
8580         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8581         (gst_audio_convert_chain), (gst_audio_convert_link_src),
8582         (gst_audio_convert_setcaps):
8583           Implement instant setup switching.
8584
8585 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8586
8587         * gst/playback/gstplaybasebin.c: (probe_triggered):
8588           Fix missing unlock.
8589         * gst/playback/gstplaybin.c: (add_sink):
8590           First add, then link (otherwise pad link fails).
8591
8592 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8593
8594         * examples/Makefile.am:
8595         fix buildbot (make distcheck)
8596
8597 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8598
8599         * gst/playback/gstplaybin.c: (gen_vis_element):
8600           Remove some wrong code. Doesn't work yet.
8601
8602 2005-05-19  Wim Taymans  <wim@fluendo.com>
8603
8604         * gst-libs/gst/net/Makefile.am:
8605         * gst-libs/gst/net/README:
8606         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
8607         (gst_netbuffer_class_init), (gst_netbuffer_init),
8608         (gst_netbuffer_finalize), (gst_netbuffer_copy),
8609         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
8610         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
8611         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
8612         * gst-libs/gst/net/gstnetbuffer.h:
8613         Added buffer subclass to store extra to/from addresses for
8614         network sources/sinks.
8615
8616 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8617
8618         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
8619           Don't lock an unassigned variable.
8620
8621 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8622
8623         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8624           Increase buffer for video, decrease buffer for other media types.
8625         * gst/playback/gstplaybin.c: (gen_video_element),
8626         (gen_audio_element):
8627           Change names for debugging purposes.
8628
8629 2005-05-18  Wim Taymans  <wim@fluendo.com>
8630
8631         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8632         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8633         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8634         (gst_ffmpegcsp_chain):
8635         Enable buffer alloc passthrough if the source and dest
8636         formats are the same.
8637
8638 2005-05-17  Wim Taymans  <wim@fluendo.com>
8639
8640         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8641         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
8642         (gst_ogg_demux_chain_unlocked):
8643         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8644         (gst_audio_convert_caps_remove_format_info),
8645         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8646         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
8647         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8648         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8649         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
8650         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
8651         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
8652         (gst_ffmpegcsp_get_property):
8653         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8654         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
8655         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
8656         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
8657         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
8658         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
8659         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
8660         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
8661         Leak fixes in oggdemux.
8662         Some cleanups in audioconvert.
8663         Make passthrough work along with buffer_alloc etc.
8664         Make buffer_alloc and buffer recycling actually work in
8665         xvimagesink.
8666
8667 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8668
8669         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
8670           make the compiler happy
8671
8672 2005-05-17  Wim Taymans  <wim@fluendo.com>
8673
8674         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8675         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8676         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
8677         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
8678         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8679         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
8680         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
8681         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
8682         (gst_xvimagesink_set_xwindow_id):
8683         * sys/xvimage/xvimagesink.h:
8684         Port xvimagesink to new MiniObject.
8685
8686 2005-05-17  Wim Taymans  <wim@fluendo.com>
8687
8688         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
8689         (gst_audiofilter_chain):
8690         * gst-libs/gst/audio/gstaudiosink.c:
8691         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8692         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8693         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8694         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8695         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8696         (gst_audiosink_create_ringbuffer):
8697         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8698         (gst_audio_convert_caps_remove_format_info),
8699         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8700         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8701         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8702         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8703         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8704         Fix passthrough in ffmpegcolorspace.
8705         Fix memset in audiosink on wrong memory.
8706
8707 2005-05-16  David Schleef  <ds@schleef.org>
8708
8709         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
8710         to GstMiniObject.
8711
8712 2005-05-16  David Schleef  <ds@schleef.org>
8713
8714         Port from GstData to GstMiniObject.
8715         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
8716         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
8717         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
8718         (gst_ogg_mux_collected):
8719         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8720         * ext/theora/theoradec.c: (theora_handle_comment_packet),
8721         (theora_handle_data_packet):
8722         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8723         (theora_set_header_on_caps), (theora_enc_chain):
8724         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8725         (vorbis_handle_comment_packet):
8726         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8727         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
8728         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
8729         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
8730         * gst/audioconvert/gstaudioconvert.c:
8731         (gst_audio_convert_get_buffer):
8732         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8733         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
8734         (mute_stream), (silence_stream):
8735         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
8736         * gst/volume/gstvolume.c: (volume_transform):
8737         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8738         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
8739         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
8740         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
8741         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
8742         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
8743         (gst_ximagesink_buffer_alloc):
8744         * sys/ximage/ximagesink.h:
8745
8746 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8747
8748         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8749         (fill_buffer), (check_queue), (queue_threshold_reached),
8750         (queue_out_of_data):
8751         * gst/playback/gstplaybasebin.h:
8752           Post buffer-fullness on the bus.
8753
8754 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8755
8756         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8757         (try_to_link_1):
8758         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8759         (group_commit), (probe_triggered), (setup_source),
8760         (gst_play_base_bin_change_state):
8761         * gst/playback/gstplaybasebin.h:
8762         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8763         (gst_play_bin_init), (remove_sinks), (setup_sinks),
8764         (gst_play_bin_change_state):
8765           Move setup_output_pads into a virtual function, remove
8766           group-switch (no longer needed) and redirect (handled by bus
8767           now) signals.
8768
8769 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8770
8771         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
8772         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
8773         (get_active_group), (get_building_group), (group_destroy),
8774         (group_commit), (check_queue), (queue_overrun),
8775         (queue_threshold_reached), (queue_out_of_data),
8776         (gen_preroll_element), (remove_groups), (unknown_type),
8777         (add_element_stream), (no_more_pads), (probe_triggered),
8778         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
8779         (setup_substreams), (setup_source), (finish_source),
8780         (prepare_output), (muted_group_change_state),
8781         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8782         (gst_play_base_bin_change_state):
8783         * gst/playback/gstplaybasebin.h:
8784         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8785         (gst_play_bin_init), (gst_play_bin_set_property),
8786         (gen_video_element), (gen_text_element), (gen_audio_element),
8787         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
8788         (gst_play_bin_change_state):
8789         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
8790         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
8791         (stream_info_change_state), (gst_stream_info_set_mute),
8792         (gst_stream_info_get_property):
8793         * gst/playback/gststreaminfo.h:
8794         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8795         (gst_stream_selector_get_linked_pad),
8796         (gst_stream_selector_getcaps),
8797         (gst_stream_selector_get_linked_pads),
8798         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
8799         * gst/playback/gststreamselector.h:
8800           Rough port of playbin. Needs some more work, but is mostly done,
8801           and uses a few locks in important places, which should make stuff
8802           like chain-switches clean. Still uses GST_STATE() in a few places,
8803           which isn't all that good an idea, subtitles/elements disabled
8804           because no elements to test with and thus probably broken, query
8805           and event handling moved to GstBin, internal thread removed
8806           alltogether because the pipeline does that for us now. Can play
8807           Ogg/Vorbis files. Haven't tested anything else yet.
8808
8809 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8810
8811         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
8812           Do no-more-pads (needed for autoplugging).
8813
8814 2005-05-10  Andy Wingo  <wingo@pobox.com>
8815
8816         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
8817         message to the bus with the tags. Still not sent downstream tho.
8818
8819         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
8820         get_parent.
8821         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
8822         avoid refcounting hassles.
8823
8824 2005-05-09  Andy Wingo  <wingo@pobox.com>
8825
8826         * gst/volume/Makefile.am:
8827         * gst/volume/demo.c
8828         * gst/volume/gstvolume.h
8829         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
8830         basetransform. Probably need an audio filter base class.
8831
8832 2005-05-09  Wim Taymans  <wim@fluendo.com>
8833
8834         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
8835         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
8836         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
8837         (gst_vorbisenc_chain):
8838         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8839         (gst_audio_convert_caps_remove_format_info),
8840         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8841         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8842         Make caps writable before writing to it.
8843         Fix negotiation in audioconvert some more.
8844
8845 2005-05-09  Wim Taymans  <wim@fluendo.com>
8846
8847         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8848         (gst_videorate_getcaps), (gst_videorate_setcaps),
8849         (gst_videorate_event), (gst_videorate_chain):
8850         Better negotiation.
8851
8852 2005-05-09  Wim Taymans  <wim@fluendo.com>
8853
8854         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
8855         (gst_videorate_getcaps), (gst_videorate_setcaps),
8856         (gst_videorate_blank_data), (gst_videorate_init),
8857         (gst_videorate_event), (gst_videorate_chain),
8858         (gst_videorate_change_state):
8859         Port videorate, do a better job at negotiation while we're at
8860         it.
8861
8862 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
8863
8864         * configure.ac:
8865           Disable libvisual
8866
8867         * examples/Makefile.am:
8868         * gst-libs/gst/audio/Makefile.am:
8869         * gst-libs/gst/riff/Makefile.am:
8870         * gst-libs/gst/tag/Makefile.am:
8871         * gst-libs/gst/video/Makefile.am:
8872           Fixups for missing variables.
8873
8874 2005-05-09  Wim Taymans  <wim@fluendo.com>
8875
8876         * examples/seeking/seek.c: (make_theora_pipeline),
8877         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
8878         (query_rates), (query_positions_elems), (query_positions_pads),
8879         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
8880         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
8881         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
8882         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
8883         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
8884         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
8885         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8886         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8887         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8888         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
8889         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
8890         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
8891         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8892         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
8893         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
8894         (theora_dec_src_convert), (theora_dec_sink_convert),
8895         (theora_dec_src_query), (theora_dec_sink_query),
8896         (theora_dec_src_event), (theora_dec_sink_event),
8897         (theora_handle_comment_packet), (theora_handle_type_packet),
8898         (theora_handle_header_packet), (theora_handle_data_packet),
8899         (theora_dec_chain):
8900         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8901         (vorbis_dec_convert), (vorbis_dec_src_query),
8902         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8903         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8904         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8905         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8906         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8907         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
8908         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
8909         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8910         (gst_play_bin_query):
8911         * gst/playback/test3.c: (update_scale):
8912         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
8913         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
8914         * gst/subparse/gstsubparse.c: (gst_subparse_init):
8915         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
8916         (gst_videotestsrc_src_query):
8917         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
8918         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
8919         (paint_hline_YUV9):
8920         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8921         Port to new query API.
8922         Updated seek.
8923         Cleanups in x[v]imagesink
8924
8925 2005-05-09  Andy Wingo  <wingo@pobox.com>
8926
8927         * ext/alsa/gstalsasink.h:
8928         * ext/gnomevfs/gstgnomevfssrc.c:
8929         (gst_gnomevfssrc_get_icy_metadata):
8930         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
8931         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
8932         * ext/theora/theoradec.c (theora_dec_src_query)
8933         (theora_dec_src_event, theora_dec_sink_event)
8934         (theora_handle_comment_packet, theora_handle_data_packet):
8935         * ext/theora/theoraenc.c (theora_enc_chain):
8936         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
8937         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
8938         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
8939         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
8940         (qt_type_find):
8941         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
8942         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
8943         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
8944         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
8945         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
8946         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
8947         (paint_setup_xBGR8888, paint_setup_RGBx8888)
8948         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
8949         (paint_setup_RGB565, paint_setup_xRGB1555):
8950         * gst/videotestsrc/videotestsrc.h:
8951         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
8952         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
8953         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
8954         GCC4 fixes.
8955         
8956         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
8957         gst_pad_query_position. Fixes oggdemux.
8958
8959 2005-05-08  David Schleef  <ds@schleef.org>
8960
8961         * configure.ac: Require liboil.
8962         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
8963         a few more.
8964         * gst/videotestsrc/videotestsrc.c:
8965         * gst/videotestsrc/videotestsrc.h:
8966
8967 2005-05-06  Wim Taymans  <wim@fluendo.com>
8968
8969         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8970         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8971         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8972         Well, unreffing a buffer right before pushing it is asking
8973         for trouble..
8974
8975 2005-05-06  Christian Schaller  <uraeus@gnome.org>
8976
8977         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
8978
8979 2005-05-06  Wim Taymans  <wim@fluendo.com>
8980
8981         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8982         (gst_audio_convert_caps_remove_format_info),
8983         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8984         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8985         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8986         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8987         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8988         * gst/sine/Makefile.am:
8989         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
8990         (gst_sinesrc_class_init), (gst_sinesrc_init),
8991         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
8992         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
8993         (gst_sinesrc_update_freq):
8994         * gst/sine/gstsinesrc.h:
8995         * gst/tcp/gstmultifdsink.c:
8996         * sys/xvimage/xvimagesink.c:
8997         Fixed negotiation wrt _peer_get_caps()
8998         Some cleanups.
8999
9000
9001 2005-05-06  Wim Taymans  <wim@fluendo.com>
9002
9003         * gst-libs/gst/audio/gstaudiosink.c:
9004         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9005         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9006         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9007         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9008         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9009         (gst_audiosink_create_ringbuffer):
9010         * gst-libs/gst/audio/gstbaseaudiosink.c:
9011         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9012         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9013         (gst_baseaudiosink_set_property), (build_linear_format),
9014         (debug_spec_caps), (debug_spec_buffer),
9015         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9016         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9017         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9018         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9019         * gst-libs/gst/audio/gstbaseaudiosink.h:
9020         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9021         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9022         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
9023         (gst_ringbuffer_play), (gst_ringbuffer_pause),
9024         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
9025         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
9026         (wait_segment), (gst_ringbuffer_commit),
9027         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
9028         (gst_ringbuffer_clear):
9029         * gst-libs/gst/audio/gstringbuffer.h:
9030         Make the base audiosink return an error when there is no
9031         audiobuffer negotiated.
9032
9033 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9034
9035         * ext/Makefile.am:
9036         Disable cdparanoia until someone ports it!
9037
9038 2005-05-06  Wim Taymans  <wim@fluendo.com>
9039
9040         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9041         (gst_ogg_demux_sink_activate):
9042         And revert after wingo's revert.. sigh..
9043
9044 2005-05-05  Andy Wingo  <wingo@pobox.com>
9045
9046         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
9047         GObject.
9048         * configure.ac: Return audiorate and subparse from the ghetto.
9049         Re-enable -Wall -Werror.
9050         * gst/subparse/gstsubparse.c:
9051         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
9052         or chain-based. Cleaned up a bit. Not tested.
9053         
9054 2005-05-05  Christian Schaller <christian@fluendo.com> 
9055
9056         * Makefile.am: remove stuff that is not building
9057         * configure.ac: remove stuff that is not building
9058         * examples/Makefile.am: remove stuff that is not building
9059         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
9060         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
9061         * sys/Makefile.am: remove stuff that is not building
9062         * testsuite/Makefile.am: remove stuff that is not building
9063
9064 2005-05-05  Andy Wingo  <wingo@pobox.com>
9065
9066         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
9067         * gst-libs/gst/tag/gstvorbistag.c:
9068         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
9069         * gst/adder/gstadder.h:
9070         * gst/audioconvert/gstchannelmix.c:
9071         (gst_audio_convert_fill_one_other):
9072         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
9073         (gst_audiorate_init), (gst_audiorate_chain):
9074         * gst/playback/gstplaybasebin.c: (setup_source):
9075         * gst/playback/test3.c: (update_scale):
9076         Some GCC4 fixes
9077         
9078         * po/af.po:
9079         * po/az.po:
9080         * po/cs.po:
9081         * po/en_GB.po:
9082         * po/hu.po:
9083         * po/it.po:
9084         * po/nb.po:
9085         * po/nl.po:
9086         * po/or.po:
9087         * po/sq.po:
9088         * po/sr.po:
9089         * po/sv.po:
9090         * po/uk.po:
9091         * po/vi.po: Foo
9092
9093 2005-05-05  Wim Taymans  <wim@fluendo.com>
9094
9095         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9096         (gst_audio_convert_caps_remove_format_info),
9097         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
9098         (gst_audio_convert_change_state), (gst_audio_convert_channels):
9099         * gst/videotestsrc/gstvideotestsrc.c:
9100         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
9101         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
9102         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
9103         (gst_videotestsrc_init), (gst_videotestsrc_loop):
9104         Don't ignore _push() return values.
9105         Make sure no processing is done when shutting down.
9106         Videotestsrc pad activation fix.
9107
9108 2005-05-05  Wim Taymans  <wim@fluendo.com>
9109
9110         * gst/adder/Makefile.am:
9111         * gst/adder/gstadder.c: (gst_adder_setcaps),
9112         (gst_adder_class_init), (gst_adder_init),
9113         (gst_adder_request_new_pad), (gst_adder_collected),
9114         (gst_adder_change_state):
9115         * gst/adder/gstadder.h:
9116         Ported adder as an example of a mixer element using
9117         collect pads. Needs more negotiation work.
9118
9119 2005-05-05  Wim Taymans  <wim@fluendo.com>
9120
9121         * ext/theora/theoradec.c: (_inc_granulepos),
9122         (theora_dec_src_event), (theora_dec_sink_event),
9123         (theora_handle_comment_packet), (theora_handle_type_packet),
9124         (theora_handle_header_packet), (theora_handle_data_packet),
9125         (theora_dec_chain):
9126         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
9127         (gst_theora_enc_init), (theora_enc_sink_setcaps),
9128         (theora_push_buffer), (theora_push_packet),
9129         (theora_enc_sink_event), (theora_enc_chain),
9130         (theora_enc_change_state), (theora_enc_set_property),
9131         (theora_enc_get_property):
9132         Added stream lock to decoder so that we can serialize
9133         the discont event.
9134         More theoraenc porting, recover from errors, do clean
9135         shutdown.
9136
9137 2005-05-05  Wim Taymans  <wim@fluendo.com>
9138
9139         * ext/ogg/Makefile.am:
9140         * ext/ogg/README:
9141         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9142         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
9143         (gst_ogg_print):
9144         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
9145         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
9146         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
9147         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
9148         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
9149         (gst_ogg_mux_change_state):
9150         Ported ogg muxer.
9151
9152 2005-05-05  Wim Taymans  <wim@fluendo.com>
9153
9154         * docs/design-audiosinks.txt:
9155         * gst-libs/gst/audio/TODO:
9156         * gst-libs/gst/audio/gstaudiosink.c:
9157         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9158         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9159         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9160         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9161         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9162         (gst_audiosink_create_ringbuffer):
9163         * gst-libs/gst/audio/gstbaseaudiosink.c:
9164         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9165         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9166         (gst_baseaudiosink_set_property), (build_linear_format),
9167         (debug_spec_caps), (debug_spec_buffer),
9168         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9169         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9170         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9171         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9172         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9173         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9174         (gst_ringbuffer_release), (gst_ringbuffer_play),
9175         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
9176         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
9177         (gst_ringbuffer_set_sample), (wait_segment),
9178         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
9179         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
9180         More work on the audiosink, mostly debugging and a race in
9181         shutdown.
9182
9183 2005-04-28  Wim Taymans  <wim@fluendo.com>
9184
9185         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9186         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
9187         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
9188         (vorbis_dec_src_query), (vorbis_dec_src_event),
9189         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
9190         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
9191         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
9192         Don't crap out when seeking back to position 0.
9193
9194 2005-04-28  Wim Taymans  <wim@fluendo.com>
9195
9196         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
9197         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
9198         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
9199         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
9200         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
9201         Make audio sink configurable, use alsasink as default.
9202
9203 2005-04-28  Wim Taymans  <wim@fluendo.com>
9204
9205         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9206         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
9207         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
9208         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
9209         (vorbis_dec_change_state):
9210         * ext/vorbis/vorbisdec.h:
9211         Refactor, use STREAM_LOCK.
9212
9213 2005-04-28  Wim Taymans  <wim@fluendo.com>
9214
9215         * ext/theora/theoradec.c: (_inc_granulepos),
9216         (theora_dec_sink_event), (theora_handle_comment_packet),
9217         (theora_handle_type_packet), (theora_handle_header_packet),
9218         (theora_handle_data_packet), (theora_dec_chain),
9219         (theora_dec_change_state):
9220         Refactor a bit, use STREAM_LOCK.
9221
9222 2005-04-28  Wim Taymans  <wim@fluendo.com>
9223
9224         * ext/alsa/Makefile.am:
9225         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
9226         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
9227         (gst_alsa_link), (gst_alsa_close_audio):
9228         * ext/alsa/gstalsaplugin.c: (plugin_init):
9229         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
9230         (gst_alsasink_dispose), (gst_alsasink_base_init),
9231         (gst_alsasink_class_init), (gst_alsasink_init),
9232         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
9233         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
9234         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
9235         (gst_alsasink_reset):
9236         * ext/alsa/gstalsasink.h:
9237         Implement alsasink with simple open/write/close API. 
9238         Make alsa dir build by disabling compilation of code.
9239
9240 2005-04-28  Wim Taymans  <wim@fluendo.com>
9241
9242         * gst-libs/gst/audio/Makefile.am:
9243         * gst-libs/gst/audio/audio.h:
9244         * gst-libs/gst/audio/audioclock.c:
9245         * gst-libs/gst/audio/audioclock.h:
9246         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
9247         (gst_audio_clock_class_init), (gst_audio_clock_init),
9248         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
9249         * gst-libs/gst/audio/gstaudioclock.h:
9250         * gst-libs/gst/audio/gstaudiosink.c:
9251         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9252         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9253         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9254         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9255         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9256         (gst_audiosink_create_ringbuffer):
9257         * gst-libs/gst/audio/gstbaseaudiosink.c:
9258         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9259         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9260         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
9261         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
9262         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9263         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9264         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9265         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9266         * gst-libs/gst/audio/gstbaseaudiosink.h:
9267         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9268         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
9269         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9270         (gst_ringbuffer_release), (gst_ringbuffer_play),
9271         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
9272         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
9273         (gst_ringbuffer_set_sample), (wait_segment),
9274         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
9275         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
9276         * gst-libs/gst/audio/gstringbuffer.h:
9277         Make ringbuffer faster and more simple by removing the locks
9278         in the playback thread.
9279         Add sample accurate playback based on buffer sample offsets.
9280         Make the baseaudiosink provide a clock.
9281         Parse caps in the base class.
9282         Correctly handle seeking, flushing and state changes.
9283
9284 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9285
9286         * configure.ac:
9287         * gst/audioconvert/Makefile.am:
9288         * gst/audioscale/Makefile.am:
9289           Fix part of the build.  Come on guys, autogen didn't even work :)
9290
9291 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9292
9293         * configure.ac:
9294         * gst-libs/gst/Makefile.am:
9295         * gst-libs/gst/media-info/.cvsignore:
9296         * gst-libs/gst/media-info/Makefile.am:
9297         * gst-libs/gst/media-info/README:
9298         * gst-libs/gst/media-info/media-info-priv.c:
9299         * gst-libs/gst/media-info/media-info-priv.h:
9300         * gst-libs/gst/media-info/media-info-test.c:
9301         * gst-libs/gst/media-info/media-info.c:
9302         * gst-libs/gst/media-info/media-info.h:
9303         * gst-libs/gst/media-info/media-info.vcproj:
9304         * pkgconfig/Makefile.am:
9305         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
9306         * pkgconfig/gstreamer-media-info.pc.in:
9307           Remove media-info, which is also successed by playbin (see Totem
9308           implementation).
9309
9310 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9311
9312         * configure.ac:
9313         * examples/Makefile.am:
9314         * examples/gstplay/.cvsignore:
9315         * examples/gstplay/Makefile.am:
9316         * examples/gstplay/player.c:
9317         * gst-libs/gst/Makefile.am:
9318         * gst-libs/gst/play/.cvsignore:
9319         * gst-libs/gst/play/Makefile.am:
9320         * gst-libs/gst/play/play.c:
9321         * gst-libs/gst/play/play.h:
9322         * gst-libs/gst/play/play.vcproj:
9323         * pkgconfig/Makefile.am:
9324         * pkgconfig/gstreamer-play-uninstalled.pc.in:
9325         * pkgconfig/gstreamer-play.pc.in:
9326           Remove libgstplay, playbin is now the official successor.
9327
9328 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9329
9330         * configure.ac:
9331         * gst-libs/gst/Makefile.am:
9332         * gst-libs/gst/xwindowlistener/Makefile.am:
9333         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9334         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
9335           Remove deprecated xwindowlistener (I've moved xwindowlistening
9336           in the v4l/v4l2 plugins over to serverside).
9337
9338 2005-04-25  David Schleef  <ds@schleef.org>
9339
9340         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
9341         to examples/dynparams.  Examples do not belong interspersed with
9342         source code.
9343         * examples/dynparams/demo-dparams.c:
9344         * gst/sine/Makefile.am:
9345         * gst/sine/demo-dparams.c:
9346
9347 2005-04-25  David Schleef  <ds@schleef.org>
9348
9349         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
9350         * gst-libs/gst/audio/Makefile.am:
9351         * gst-libs/gst/riff/Makefile.am:
9352         * gst-libs/gst/tag/Makefile.am:
9353         * gst-libs/gst/video/Makefile.am:
9354         * gst-libs/gst/xwindowlistener/Makefile.am:
9355
9356         Convert to 0.9 API, seems to work:
9357         * sys/ximage/Makefile.am:
9358         * sys/ximage/ximagesink.c:
9359
9360 2005-04-24  David Schleef  <ds@schleef.org>
9361
9362         Link plugins against libraries:
9363         * ext/alsa/Makefile.am:
9364         * gst/tcp/Makefile.am:
9365
9366         Remove asm code that should be in liboil
9367         * gst/videoscale/Makefile.am:
9368         * gst/videoscale/videoscale_x86_asm.s:
9369
9370         gettext wants these checked in:
9371         * po/af.po:
9372         * po/az.po:
9373         * po/cs.po:
9374         * po/en_GB.po:
9375         * po/hu.po:
9376         * po/it.po:
9377         * po/nb.po:
9378         * po/nl.po:
9379         * po/or.po:
9380         * po/sq.po:
9381         * po/sr.po:
9382         * po/sv.po:
9383         * po/uk.po:
9384         * po/vi.po:
9385
9386 2005-04-24  David Schleef  <ds@schleef.org>
9387
9388         Convert gst_main() to g_main_loop_run()
9389         * gst/playback/decodetest.c: (main):
9390         * gst/playback/test2.c: (main):
9391         * gst/playback/test3.c: (main):
9392         * gst/playback/test4.c: (main):
9393
9394         Link plugins against libraries:
9395         * ext/libvisual/Makefile.am:
9396         * sys/xvimage/Makefile.am:
9397
9398 2005-04-24  David Schleef  <ds@schleef.org>
9399
9400         * configure.ac: Remove idct and resample libs
9401         * gst-libs/gst/Makefile.am: same
9402
9403         Remove usage of gst_library_load():
9404         * ext/alsa/gstalsaplugin.c: (plugin_init):
9405         * ext/libvisual/visual.c: (plugin_init):
9406         * ext/ogg/gstogg.c: (plugin_init):
9407         * ext/theora/theora.c: (plugin_init):
9408         * ext/vorbis/vorbis.c: (plugin_init):
9409         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
9410         * gst/audioscale/gstaudioscale.c:
9411         * gst/adder/gstadder.c: (plugin_init):
9412         * gst/audioconvert/plugin.c: (plugin_init):
9413         * sys/ximage/ximagesink.c: (plugin_init):
9414         * sys/xvimage/xvimagesink.c: (plugin_init):
9415         * gst/tcp/gsttcpplugin.c: (plugin_init):
9416
9417         Link plugins against libraries:
9418         * ext/ogg/Makefile.am:
9419         * ext/theora/Makefile.am:
9420         * ext/vorbis/Makefile.am:
9421         * gst/audioconvert/Makefile.am:
9422
9423         Create proper libraries:
9424         * gst-libs/gst/riff/Makefile.am:
9425         * gst-libs/gst/audio/Makefile.am:
9426         * gst-libs/gst/video/Makefile.am:
9427
9428         Move resample library to audioscale plugin directory:
9429         * gst-libs/gst/resample/Makefile.am:
9430         * gst-libs/gst/resample/README:
9431         * gst-libs/gst/resample/dtof.c:
9432         * gst-libs/gst/resample/dtos.c:
9433         * gst-libs/gst/resample/functable.c:
9434         * gst-libs/gst/resample/private.h:
9435         * gst-libs/gst/resample/resample.c:
9436         * gst-libs/gst/resample/resample.h:
9437         * gst-libs/gst/resample/resample.vcproj:
9438         * gst-libs/gst/resample/test.c:
9439         * gst/audioscale/Makefile.am:
9440         * gst/audioscale/README:
9441         * gst/audioscale/dtof.c:
9442         * gst/audioscale/dtos.c:
9443         * gst/audioscale/functable.c:
9444         * gst/audioscale/private.h:
9445         * gst/audioscale/resample.c:
9446         * gst/audioscale/resample.h:
9447         * gst/audioscale/test.c:
9448
9449         Move tagedit library to gst-libs:
9450         * gst-libs/gst/tag/Makefile.am:
9451         * gst-libs/gst/tag/gstid3tag.c:
9452         * gst-libs/gst/tag/gsttagediting.c:
9453         * gst-libs/gst/tag/gsttageditingprivate.h:
9454         * gst-libs/gst/tag/gstvorbistag.c:
9455         * gst/tags/Makefile.am:
9456         * gst/tags/gstid3tag.c:
9457         * gst/tags/gstvorbistag.c:
9458
9459         Fix for core changes:
9460         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9461         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
9462         (gst_sinesrc_getrange):
9463
9464 2005-04-23  David Schleef  <ds@schleef.org>
9465
9466         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
9467         in gst-plugins in a long time, and properly belongs in liboil.
9468         * gst-libs/gst/idct/Makefile.am:
9469         * gst-libs/gst/idct/README:
9470         * gst-libs/gst/idct/dct.h:
9471         * gst-libs/gst/idct/doieee:
9472         * gst-libs/gst/idct/fastintidct.c:
9473         * gst-libs/gst/idct/floatidct.c:
9474         * gst-libs/gst/idct/idct.c:
9475         * gst-libs/gst/idct/idct.h:
9476         * gst-libs/gst/idct/idtc.vcproj:
9477         * gst-libs/gst/idct/ieeetest.c:
9478         * gst-libs/gst/idct/intidct.c:
9479
9480 2005-04-20  Wim Taymans  <wim@fluendo.com>
9481
9482         * docs/design-audiosinks.txt:
9483         * gst-libs/gst/audio/Makefile.am:
9484         * gst-libs/gst/audio/TODO:
9485         * gst-libs/gst/audio/gstaudiosink.c:
9486         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9487         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9488         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
9489         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9490         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9491         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
9492         (gst_audiosink_class_init), (gst_audiosink_init),
9493         (gst_audiosink_create_ringbuffer):
9494         * gst-libs/gst/audio/gstaudiosink.h:
9495         * gst-libs/gst/audio/gstbaseaudiosink.c:
9496         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
9497         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
9498         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
9499         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
9500         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
9501         (gst_baseaudiosink_create_ringbuffer),
9502         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9503         * gst-libs/gst/audio/gstbaseaudiosink.h:
9504         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9505         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
9506         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
9507         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9508         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
9509         (gst_ringbuffer_play), (gst_ringbuffer_pause),
9510         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
9511         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
9512         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
9513         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
9514         * gst-libs/gst/audio/gstringbuffer.h:
9515         An attempt at a set of audio base classes together with some
9516         design docs.
9517
9518 2005-04-20  Wim Taymans  <wim@fluendo.com>
9519
9520         * gst/audioconvert/Makefile.am:
9521         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9522         (gst_audio_convert_caps_remove_format_info),
9523         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
9524         (gst_audio_convert_channels):
9525         Link against audio libs.
9526         Fix audio convert plugin.
9527
9528 2005-04-20  Wim Taymans  <wim@fluendo.com>
9529
9530         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
9531         (gst_ogg_demux_sink_activate):
9532         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9533         (theora_set_header_on_caps), (theora_enc_sink_event),
9534         (theora_enc_chain):
9535         Fix theora encoder.
9536
9537 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9538
9539         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
9540         * gst/playback/gstdecodebin.c: (find_compatibles):
9541           Work with staticpadtemplates in elementfactories.
9542
9543 2005-04-12  Wim Taymans  <wim@fluendo.com>
9544
9545         * gst/playback/README:
9546         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9547         (compare_ranks), (print_feature), (gst_decode_bin_init),
9548         (dynamic_create), (dynamic_free), (find_compatibles),
9549         (mimetype_is_raw), (close_pad_link), (got_redirect),
9550         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9551         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
9552         (gst_decode_bin_change_state):
9553         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9554         (gst_play_base_bin_init), (group_destroy), (group_commit),
9555         (check_queue), (queue_overrun), (queue_threshold_reached),
9556         (queue_out_of_data), (gen_preroll_element), (unknown_type),
9557         (new_decoded_pad), (setup_subtitle), (gen_source_element),
9558         (got_redirect), (setup_source), (play_base_eos),
9559         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9560         (gst_play_base_bin_remove_element):
9561         * gst/playback/gstplaybasebin.h:
9562         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9563         (gst_play_bin_init), (gst_play_bin_dispose),
9564         (gst_play_bin_set_property), (gen_video_element),
9565         (gen_text_element), (gen_audio_element), (remove_sinks),
9566         (gst_play_bin_send_event):
9567         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
9568         (stream_info_change_state), (gst_stream_info_set_mute):
9569         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
9570         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
9571         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
9572         (gst_stream_selector_chain):
9573         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
9574         (main):
9575         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
9576         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
9577         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9578         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
9579         Raw and crude port of decodebin. 
9580         Make playbin compile.
9581
9582 2005-04-06  Wim Taymans  <wim@fluendo.com>
9583
9584         * ext/gnomevfs/Makefile.am:
9585         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
9586         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9587         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
9588         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
9589         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
9590         (gst_gnomevfssrc_stop):
9591         * ext/ogg/Makefile.am:
9592         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
9593         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
9594         * ext/theora/Makefile.am:
9595         * ext/theora/theoradec.c: (_inc_granulepos),
9596         (theora_dec_sink_event), (theora_dec_chain):
9597         * ext/vorbis/Makefile.am:
9598         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9599         (vorbis_dec_sink_event), (vorbis_dec_chain):
9600         * gst-libs/gst/audio/Makefile.am:
9601         * sys/xvimage/Makefile.am:
9602         Make gnomevfssrc extend the source base class.
9603         Fix linking against libs in various plugins.
9604
9605 2005-04-06  Andy Wingo  <wingo@pobox.com>
9606
9607         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
9608         GST_BASE_LIBS.
9609
9610         * configure.ac: Add check and AC_SUBST for libgstbase.
9611
9612 2005-03-31  Wim Taymans  <wim@fluendo.com>
9613
9614         * examples/seeking/Makefile.am:
9615         * examples/seeking/cdparanoia.c: (main):
9616         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
9617         (play_cb), (pause_cb), (stop_cb), (main):
9618         * examples/seeking/playbin.c:
9619         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
9620         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
9621         (make_sid_pipeline), (make_vorbis_pipeline),
9622         (make_theora_pipeline), (make_vorbis_theora_pipeline),
9623         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
9624         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
9625         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
9626         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
9627         (stop_cb), (main):
9628         * examples/seeking/spider_seek.c:
9629         * examples/seeking/vorbisfile.c:
9630         * ext/gnomevfs/Makefile.am:
9631         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9632         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
9633         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9634         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
9635         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
9636         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
9637         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
9638         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
9639         * ext/ogg/README:
9640         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
9641         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
9642         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
9643         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
9644         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
9645         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
9646         (gst_ogg_pad_event), (gst_ogg_pad_reset),
9647         (gst_ogg_demux_factory_filter), (compare_ranks),
9648         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
9649         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
9650         (gst_ogg_chain_new), (gst_ogg_chain_free),
9651         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
9652         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
9653         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
9654         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
9655         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
9656         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
9657         (gst_ogg_demux_get_prev_page),
9658         (gst_ogg_demux_deactivate_current_chain),
9659         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9660         (gst_ogg_demux_bisect_forward_serialno),
9661         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9662         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
9663         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
9664         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
9665         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
9666         (gst_ogg_demux_change_state), (gst_ogg_print):
9667         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9668         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
9669         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
9670         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
9671         (gst_ogg_mux_loop):
9672         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9673         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
9674         (theora_dec_src_convert), (theora_dec_sink_convert),
9675         (theora_dec_src_query), (theora_dec_src_event),
9676         (theora_dec_sink_event), (theora_dec_chain),
9677         (theora_dec_change_state):
9678         * ext/theora/theoraenc.c: (gst_theora_enc_init),
9679         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
9680         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
9681         (theora_enc_change_state):
9682         * ext/vorbis/Makefile.am:
9683         * ext/vorbis/oggvorbisenc.c:
9684         * ext/vorbis/oggvorbisenc.h:
9685         * ext/vorbis/vorbis.c: (plugin_init):
9686         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
9687         (vorbis_dec_src_query), (vorbis_dec_src_event),
9688         (vorbis_dec_sink_event), (vorbis_dec_chain),
9689         (vorbis_dec_change_state):
9690         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
9691         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
9692         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
9693         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
9694         (gst_vorbisenc_change_state):
9695         * ext/vorbis/vorbisenc.h:
9696         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
9697         * gst-libs/gst/audio/audioclock.c:
9698         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
9699         (gst_audiofilter_init), (gst_audiofilter_chain):
9700         * gst-libs/gst/audio/testchannels.c: (main):
9701         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
9702         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
9703         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
9704         (gmip_find_track_streaminfo), (gmip_find_track_format):
9705         * gst-libs/gst/media-info/media-info.c:
9706         (gst_media_info_read_idler):
9707         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
9708         (gst_play_get_all_by_interface):
9709         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
9710         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
9711         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
9712         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
9713         (gst_riff_parse_info):
9714         * gst-libs/gst/riff/riff-read.h:
9715         * gst-libs/gst/riff/riff.c: (plugin_init):
9716         * gst-libs/gst/video/Makefile.am:
9717         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
9718         (gst_videosink_class_init), (gst_videosink_get_type):
9719         * gst-libs/gst/video/videosink.h:
9720         * gst/audioconvert/bufferframesconvert.c:
9721         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
9722         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
9723         * gst/audioconvert/channelmixtest.c: (main):
9724         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9725         (gst_audio_convert_chain),
9726         (gst_audio_convert_caps_remove_format_info),
9727         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
9728         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
9729         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
9730         (gst_audio_convert_buffer_to_default_format),
9731         (gst_audio_convert_buffer_from_default_format),
9732         (gst_audio_convert_channels):
9733         * gst/audioconvert/gstchannelmix.h:
9734         * gst/ffmpegcolorspace/avcodec.h:
9735         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9736         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9737         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
9738         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
9739         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
9740         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9741         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9742         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
9743         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9744         (dv_type_find):
9745         * gst/videotestsrc/gstvideotestsrc.c:
9746         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
9747         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
9748         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
9749         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
9750         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
9751         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
9752         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
9753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
9754         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
9755         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
9756         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
9757         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9758         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
9759         (gst_xvimagesink_navigation_send_event),
9760         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
9761         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
9762         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
9763         * sys/xvimage/xvimagesink.h:
9764         Plugin port to 0.9, ogg/theora playback should work in the seek
9765         example now.
9766         Removed old examples.
9767         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
9768         explained in 0.9 TODO doc.
9769
9770
9771 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9772
9773         * autogen.sh:
9774         * configure.ac:
9775         * ext/Makefile.am:
9776         * gst/Makefile.am:
9777         * po/POTFILES.in:
9778         * po/af.po:
9779         * po/az.po:
9780         * po/cs.po:
9781         * po/en_GB.po:
9782         * po/hu.po:
9783         * po/it.po:
9784         * po/nb.po:
9785         * po/nl.po:
9786         * po/or.po:
9787         * po/sq.po:
9788         * po/sr.po:
9789         * po/sv.po:
9790         * po/uk.po:
9791         * po/vi.po:
9792         * sys/Makefile.am:
9793         * testsuite/Makefile.am:
9794           remove a whole bunch of plugins.  This module now contains a set
9795           of free reference plugins/elements as agreed.
9796
9797 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9798
9799         * configure.ac:
9800           hunting season on 0.9 is now OPEN
9801
9802 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9803
9804         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
9805           Kick the hell out of gcc for not warning me about a symbol conflict.
9806
9807 2005-02-22  Luca Ognibene  <luogni@tin.it>
9808
9809         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9810
9811         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
9812           Don't leak caps string (fixes #168134)
9813
9814         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
9815         (gst_jpegenc_init), (gst_jpegenc_finalize),
9816         (gst_jpegenc_change_state):
9817           Don't leak line buffers and context struct (fixes #168133).
9818
9819 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
9820
9821         * configure.ac:
9822         * ext/dirac/gstdiracdec.cc:
9823         (gst_diracdec_chain):
9824           Since dirac 0.5.0 the framerate in dirac is expressed as a
9825           rational number. Fix build and up requirement to 0.5.0, and
9826           also pass parameters to gst_diracdec_link in the right order
9827           (fixes #167959).
9828
9829 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
9830
9831         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
9832         * ext/faad/gstfaad.h:
9833         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
9834         certain invalid muxed streams, where some packets will contain 
9835         junk after decoder data. Partially fixes #149158.
9836
9837 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
9838         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
9839           Make sure we only write to writable buffers
9840
9841 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
9842
9843         * gst-libs/gst/riff/riff-media.c:
9844         (gst_riff_create_audio_caps_with_data):
9845           Do actually fix invalid RIFF fmt header values for alaw
9846           and mulaw audio instead of just saying so.
9847
9848         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9849           Give gst_riff_create_audio_caps_with_data() a chance to
9850           fix up broken format header fields before extracting any
9851           parameters from the header. (fixes #167633)
9852
9853 2005-02-19  Martin Holters  <martin.holters@gmx.de>
9854
9855         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9856
9857         * gst/audioconvert/bufferframesconvert.c:
9858         (buffer_frames_convert_link):
9859           Don't leak othercaps. (fixes #167878)
9860
9861 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
9862
9863         * configure.ac:
9864         * ext/libvisual/visual.c: (gst_visual_srclink),
9865         (gst_visual_change_state):
9866           Support libvisual 0.2.0.
9867
9868 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
9869
9870         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
9871         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
9872           Use same rowstrides for I420 as used everywhere else.
9873
9874 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
9875
9876         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
9877           Declare variables at beginning of block and make gcc-2.95 happy
9878           (fixes # 167482, patch by Gergely Nagy).
9879           
9880         * gst/tcp/gsttcpclientsrc.c:
9881         * gst/tcp/gsttcpclientsrc.h:
9882           Move some includes into the header, so that struct sockaddr_in is
9883           defined when it should be defined on FreeBSD as well (fixes
9884           #167483).
9885           
9886         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
9887           Don't pass uninitialised values to setsockopt() here either.
9888
9889 2005-02-17  Luca Ognibene  <luogni at tin dot it>
9890
9891         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9892
9893         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
9894           Don't pass uninitialised values to setsockopt(). (fixes #167704)
9895
9896 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9897
9898         * gst/playback/gstplaybin.c: (add_sink):
9899           Invert bin_add/link order to workaround deadlock in opt.
9900
9901 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9902
9903         * gst/modplug/gstmodplug.cc:
9904           Add missing break causing position queries to fail.
9905
9906 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9907
9908         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
9909           Granpos can apparently be -1, which screws up calculations...
9910
9911 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
9912
9913         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
9914         (gst_ximagesink_send_pending_navigation),
9915         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
9916         (gst_ximagesink_init):
9917         * sys/ximage/ximagesink.h:
9918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
9919         (gst_xvimagesink_send_pending_navigation),
9920         (gst_xvimagesink_navigation_send_event),
9921         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
9922         * sys/xvimage/xvimagesink.h:
9923           Use a mutex protected list to marshal navigation
9924           events into the stream thread from whichever thread
9925           sends them.
9926
9927 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
9928
9929         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
9930           Display current position and track length; misc. clean-ups.
9931           
9932         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
9933         (speed_init), (speed_chain):
9934           Add query function, so that the stream length and current position
9935           get adjusted when queried (note that current position queries may
9936           still be wrong if the audio sink returns values based on buffer
9937           timestamps instead of passing on the query).
9938
9939 2005-02-13  Benjamin Otte  <otte@gnome.org>
9940
9941         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
9942         (gst_audio_convert_channels):
9943           create channel conversion matrix when linking
9944         * gst/audioconvert/.cvsignore:
9945         * gst/audioconvert/Makefile.am:
9946         * gst/audioconvert/channelmixtest.c: (main):
9947           add (ugly) test that ensures stereo <=> mono conversion works
9948           correctly
9949
9950 2005-02-13  Benjamin Otte  <otte@gnome.org>
9951
9952         * gst/audioconvert/gstchannelmix.h:
9953           include missing header file
9954         * gst/audioconvert/gstchannelmix.c:
9955         (gst_audio_convert_fill_compatible):
9956           use same sign for both channels when converting to/from compatible
9957           channel. Previously used different signs made the signals cancel
9958           each other out and appear like silence. (fixes #167269)
9959
9960 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9961
9962         * gst/ffmpegcolorspace/avcodec.h:
9963         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9964         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9965         (gst_ffmpegcsp_avpicture_fill):
9966         * gst/ffmpegcolorspace/imgconvert.c:
9967           Convert to and from YV12 (fixes #156379).
9968
9969 2005-02-12  Julien MOUTTE  <julien@moutte.net>
9970
9971         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
9972         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
9973         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
9974         (gst_ximagesink_expose), (gst_ximagesink_set_property),
9975         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
9976         methods from chain and negotiation and vice versa (Fixes #166142).
9977         * sys/ximage/ximagesink.h: Add stream_lock.
9978         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9979         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9980         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9981         (gst_xvimagesink_expose): Check for xcontext before trying to link.
9982
9983 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9984
9985         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
9986           Don't send "Hey! You gave me a NULL pointer you naughty person" as
9987           error message when we can't open the DVD device (when dvdnav_open()
9988           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
9989           the above). Send something more useful instead (fixes #167117).
9990
9991 2005-02-11  Julien MOUTTE  <julien@moutte.net>
9992
9993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9994         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
9995         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9996         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9997         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
9998         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
9999         methods from chain and negotiation and vice versa (Fixes #166142).
10000         Fix a possible bug of images in the buffer pool being discarded because
10001         we are looking at the wrong geometry.
10002         * sys/xvimage/xvimagesink.h: Add stream_lock.
10003
10004 2005-02-11  David Schleef  <ds@schleef.org>
10005
10006         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
10007         unsigned int. (fixes #167128)
10008
10009 2005-02-11  David Schleef  <ds@schleef.org>
10010
10011         * gst/librfb/Makefile.am: Testing stuff before committing is
10012           for wimps... and people with fast machines.  Fix stupid
10013           mistake.
10014
10015 2005-02-11  David Schleef  <ds@schleef.org>
10016
10017         * configure.ac: Pull in librfb from my CVS tree, because it is
10018           too small and annoying to be separate.  Move rfbsrc plugin
10019           to gst/.
10020         * ext/Makefile.am:
10021         * ext/librfb/Makefile.am:
10022         * ext/librfb/gstrfbsrc.c:
10023         * gst/librfb/Makefile.am:
10024         * gst/librfb/gstrfbsrc.c:
10025         * gst/librfb/rfb.c:
10026         * gst/librfb/rfb.h:
10027         * gst/librfb/rfbbuffer.c:
10028         * gst/librfb/rfbbuffer.h:
10029         * gst/librfb/rfbbytestream.c:
10030         * gst/librfb/rfbbytestream.h:
10031         * gst/librfb/rfbcontext.h:
10032         * gst/librfb/rfbdecoder.c:
10033         * gst/librfb/rfbdecoder.h:
10034         * gst/librfb/rfbutil.h:
10035
10036 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
10037
10038         * gst/speed/Makefile.am:
10039         * gst/speed/demo-mp3.c: (main):
10040         * gst/speed/filter.func:
10041         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
10042         (speed_class_init), (speed_init), (speed_chain_int16),
10043         (speed_chain_float32), (speed_chain), (speed_set_property),
10044         (speed_get_property), (speed_change_state):
10045         * gst/speed/gstspeed.h:
10046           Fix speed element and make it chain-based (fixes #156467),
10047           and make it handle more than one channel.
10048
10049 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
10050
10051         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
10052         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
10053         (gst_dtsdec_chain), (gst_dtsdec_change_state):
10054         * ext/dts/gstdtsdec.h:
10055           Don't clobber the stack constructing the channels array.
10056           Make the element chain-based. DTS tracks can now be played.
10057           
10058 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
10059
10060         * gst-libs/gst/audio/multichannel.h:
10061         * gst-libs/gst/gconf/gconf.h:
10062         * gst-libs/gst/idct/idct.h:
10063         * gst-libs/gst/media-info/media-info-priv.h:
10064         * gst-libs/gst/play/play.h:
10065         * gst-libs/gst/resample/private.h:
10066         * gst-libs/gst/resample/resample.h:
10067         * gst-libs/gst/riff/riff-ids.h:
10068         * gst-libs/gst/video/video.h:
10069         * gst-libs/gst/video/videosink.h:
10070           Add G_BEGIN_DECLS and G_END_DECLS around headers where
10071           missing, so that they work when included from C++ code.
10072
10073 2005-02-09  David Schleef  <ds@schleef.org>
10074
10075         * testsuite/gst-lint: Check for non-statically scoped
10076           parent_class variables.  This won't be a problem once
10077           plugins are loaded with RTLD_LOCAL.
10078
10079 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10080
10081         * ext/mplex/gstmplexibitstream.cc:
10082           gcc madness.
10083
10084 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10085
10086         * ext/ogg/gstogmparse.c:
10087         * gst/debug/gstnavigationtest.c:
10088           Die, thou faulty symbol pollutors (non-static parent_class).
10089
10090 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10091
10092         * ext/mplex/gstmplexibitstream.cc:
10093           Fix event handling (#165525).
10094
10095 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10096
10097         * ext/mikmod/gstmikmod.c:
10098         * gst/modplug/gstmodplug.cc:
10099           Add missing endianness to template (fixes #165509).
10100
10101 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10102
10103         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
10104           Fix wrong order of reading of optional bytes (#165290).
10105
10106 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10107
10108         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10109           Implement FILLER event awareness.
10110
10111 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10112
10113         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
10114           Fix track calculations (#166208).
10115
10116 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
10117
10118         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10119
10120         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
10121         * ext/libpng/gstpngenc.c:
10122           Fix byte-order, use proper fixed caps. Fixes #164197.
10123
10124 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10125
10126         * configure.ac:
10127           Add dvdlpcmdec 
10128
10129         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
10130         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
10131           Don't push buffers if the src pad isn't negotiated yet.
10132           
10133         * gst/audioconvert/gstaudioconvert.c:
10134         (gst_audio_convert_buffer_to_default_format),
10135         (gst_audio_convert_buffer_from_default_format):
10136           Add support for 24-bit width.
10137
10138         * gst/dvdlpcmdec/.cvsignore:
10139         * gst/dvdlpcmdec/Makefile.am:
10140         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
10141         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
10142         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
10143         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
10144         (plugin_init):
10145         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
10146           New decoder for rearranging DVD LPCM into our audio/x-raw-int
10147           format. Needs support for the channels maps if someone can find 
10148           a DVD LPCM track with > 2 channels.
10149
10150         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
10151         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
10152         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
10153         * gst/mpegstream/gstdvddemux.h:
10154         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
10155         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
10156         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
10157         * gst/mpegstream/gstmpegdemux.h:
10158         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
10159         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
10160         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
10161         (gst_mpeg_parse_handle_src_query),
10162         (gst_mpeg_parse_handle_src_event):
10163           Use audio/x-dvd-lpcm for LPCM output.
10164           Add DTS output.
10165
10166 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
10167
10168         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10169
10170         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
10171         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
10172           Add BGRA handling (#165736).
10173
10174 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
10175
10176         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10177
10178         * gst/law/alaw-decode.c: (alawdec_link):
10179         * gst/law/alaw-encode.c: (alawenc_link):
10180         * gst/law/mulaw-decode.c: (mulawdec_link):
10181         * gst/law/mulaw-encode.c: (mulawenc_link):
10182           Fix caps memleaks (#166600).
10183
10184 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
10185
10186         * ext/tarkin/mem.h:
10187         * ext/tarkin/wavelet.h:
10188         * ext/tarkin/yuv.h:
10189         * gst/ffmpegcolorspace/avcodec.h:
10190           Include "_stdint.h" instead of <stdint.h>. Fixes build on
10191           systems that don't have stdint.h, like Solaris9 (fixes #166631).
10192
10193 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10194
10195         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
10196         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
10197         (gst_xvimagesink_change_state):
10198           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
10199           Xv video (and thereby regenerate Xv colourkey) in clear() so
10200           that PLAY -> READY -> PLAY works (fixes #162504).
10201
10202 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10203
10204         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
10205           Switch to list instead of range, since MJPEG-devices really just
10206           support decimations, not any size.
10207
10208 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10209         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
10210         (gst_mpeg2dec_reset), (free_all_buffers),
10211         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
10212         * ext/mpeg2dec/gstmpeg2dec.h:
10213           The libmpeg2 user-allocated buffer management is awkward, 
10214           to say the least. Hopefully this fixes things.
10215
10216 2005-02-04  Andy Wingo  <wingo@pobox.com>
10217
10218         * gst/audioconvert/bufferframesconvert.c
10219         (buffer_frames_convert_fixate): New function, fixates to 256
10220         frames per buffer by default. (Much better than 1.)
10221         (buffer_frames_convert_init): Set the fixate function for both src
10222         and sink pad.
10223         (buffer_frames_convert_link): After success setting nonfixed caps,
10224         get the negotiated caps so we can know how many buffer-frames it
10225         will be. No idea how this worked at all before.
10226
10227 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10228
10229         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
10230         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
10231         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
10232         (handle_sequence), (handle_picture):
10233         * ext/mpeg2dec/gstmpeg2dec.h:
10234           Rearrange buffer tracking and refcounting and refactor
10235           a little for readability. 
10236
10237 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
10238         * sys/v4l/gstv4l.c: (plugin_init):
10239         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
10240         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
10241         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
10242         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
10243         * sys/v4l/gstv4ljpegsrc.h:
10244         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
10245         * sys/v4l/v4l_calls.h:
10246         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
10247         (gst_v4lsrc_get_fps):
10248         * sys/v4l/v4lsrc_calls.h:
10249           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
10250           you jpeg inside rgb frames" driver.
10251           Don't error in the v4lsrc link function, just return 
10252           REFUSED.
10253
10254 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10255
10256         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
10257         (gst_qcamsrc_open):
10258           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
10259
10260 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10261
10262         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
10263           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
10264
10265 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10266
10267         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
10268           Reset negotiated state on PAUSED->READY.
10269
10270 2005-02-02  David Schleef  <ds@schleef.org>
10271
10272         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
10273         whereever possible.  (Fixes #165997)
10274         * examples/capsfilter/capsfilter1.c: (main):
10275         * examples/dynparams/filter.c: (create_ui):
10276         * examples/seeking/cdparanoia.c: (get_track_info), (main):
10277         * examples/seeking/chained.c: (main):
10278         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
10279         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
10280         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
10281         (make_mpeg_pipeline), (make_mpegnt_pipeline):
10282         * examples/seeking/spider_seek.c: (make_spider_pipeline):
10283         * examples/switch/switcher.c: (main):
10284         * ext/dv/demo-play.c: (main):
10285         * ext/faad/gstfaad.c: (gst_faad_change_state):
10286         * ext/mad/gstmad.c: (gst_mad_chain):
10287         * ext/smoothwave/demo-osssrc.c: (main):
10288         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
10289         (gst_gconf_render_bin_from_description),
10290         (gst_gconf_get_default_audio_sink),
10291         (gst_gconf_get_default_video_sink),
10292         (gst_gconf_get_default_audio_src),
10293         (gst_gconf_get_default_video_src),
10294         (gst_gconf_get_default_visualization_element):
10295         * gst/level/demo.c: (main):
10296         * gst/level/plot.c: (main):
10297         * gst/playback/gstplaybin.c: (gen_video_element),
10298         (gen_audio_element):
10299         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
10300         * gst/playondemand/demo-mp3.c: (setup_pipeline):
10301         * gst/sine/demo-dparams.c: (main):
10302         * gst/spectrum/demo-osssrc.c: (main):
10303         * gst/speed/demo-mp3.c: (main):
10304         * gst/volume/demo.c: (main):
10305         * testsuite/embed/embed.c: (main):
10306
10307 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
10308
10309         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
10310         (gst_tcpclientsink_finalize):
10311         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
10312         (gst_tcpclientsrc_finalize):
10313         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
10314         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
10315         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
10316         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
10317           Don't leak the hostname when shutting down.
10318           In tcpserversrc, take a copy of the default hostname.
10319
10320 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10321
10322         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
10323           Set caps to systemstream=TRUE.
10324
10325 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10326
10327         * testsuite/Makefile.am:
10328           Fix more OSX buildbots.
10329
10330 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
10331
10332         * ext/mpeg2dec/gstmpeg2dec.c:
10333           Don't send things to NULL PAD_PEERs
10334
10335         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
10336           Copy-on-write the incoming buffer.
10337
10338         * gst/mpegstream/gstdvddemux.h:
10339         * gst/mpegstream/gstmpegclock.h:
10340         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
10341         (normal_seek), (gst_mpeg_demux_handle_src_event):
10342         * gst/mpegstream/gstmpegdemux.h:
10343         * gst/mpegstream/gstmpegpacketize.h:
10344         * gst/mpegstream/gstmpegparse.c:
10345         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
10346         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
10347         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
10348         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
10349         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
10350         * gst/mpegstream/gstmpegparse.h:
10351         * gst/mpegstream/gstrfc2250enc.h:
10352           Various changes to the way time is computed that make seeking and
10353           total time estimation much better here.
10354           Use G_BEGIN/END_DECLS instead of __cplusplus
10355
10356         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
10357           Use gst_buffer_stamp instead of only copying the TIMESTAMP
10358
10359 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10360
10361         * gst/subparse/gstsubparse.c:
10362           Fix OSX buildbot.
10363
10364 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
10365
10366         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
10367         (theora_enc_chain), (theora_enc_change_state):
10368         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10369         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
10370         (gst_vorbisenc_change_state):
10371         * ext/vorbis/vorbisenc.h:
10372           Set granulepos and timestamp correctly for streams not
10373           starting at 0, taking into account the initial delay.
10374
10375 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
10376
10377         * gst/mpegstream/gstdvddemux.c:
10378           Add audio/x-dts to audio pad template caps
10379
10380 2005-01-30  David Schleef  <ds@schleef.org>
10381
10382         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
10383         (create_context), (gst_polypsink_link): Fix silly endianness
10384         bug.  Add some debugging.  Remove float from caps; it doesn't
10385         work.  Attempt to get remote audio working.
10386
10387 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10388
10389         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
10390           Add 3IV2 fourcc.
10391
10392 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10393
10394         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
10395         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
10396         (gst_avi_demux_stream_data):
10397         * gst/avi/gstavidemux.h:
10398           Invert DIB images. Fixes #132341.
10399
10400 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10401
10402         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10403         (gst_ffmpegcsp_chain):
10404           D'oh, reference the palette data, not the palette structure.
10405           Fixes color distortion in #132341.
10406
10407 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10408
10409         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10410           PAR can be non-fixed when not provided as argument (#162626).
10411
10412 2005-01-29  David Moore  <dcm@acm.org>
10413
10414         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10415
10416         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10417         (gst_qtdemux_loop_header):
10418           Re-apply patch from #142272 that allows non-seekable sources,
10419           re-proposed by Daniel Drake <dsd@gentoo.org>.
10420
10421 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10422
10423         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
10424           Use the src template for creating the src pad (#162330).
10425
10426 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10427
10428         * configure.ac:
10429         * ext/musepack/Makefile.am:
10430         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
10431         (gst_musepackdec_init), (gst_musepackdec_dispose),
10432         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
10433         (gst_musepack_stream_init), (gst_musepackdec_loop),
10434         (gst_musepackdec_change_state):
10435         * ext/musepack/gstmusepackdec.cpp:
10436         * ext/musepack/gstmusepackdec.h:
10437         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
10438         (gst_musepack_reader_read), (gst_musepack_reader_seek),
10439         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
10440         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
10441         * ext/musepack/gstmusepackreader.cpp:
10442         * ext/musepack/gstmusepackreader.h:
10443           Update to 1.1 API (#165446).
10444
10445 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10446
10447         * ext/Makefile.am:
10448           Unbreak buildbot.
10449
10450 2005-01-28  Andy Wingo  <wingo@pobox.com>
10451
10452         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
10453         to reflect a different dubious internet source. Add a reference
10454         and some commentary.
10455
10456 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10457
10458         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10459         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
10460         * gst/playback/gststreamselector.h:
10461           Be more selective when we're redoing caps negotiation from
10462           within the chain function on a stream change.
10463
10464 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10465
10466         * configure.ac:
10467         * ext/Makefile.am:
10468         * ext/amrnb/Makefile.am:
10469         * ext/amrnb/amrnb.c: (plugin_init):
10470         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
10471         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
10472         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
10473         (gst_amrnbdec_state_change):
10474         * ext/amrnb/amrnbdec.h:
10475         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
10476         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
10477         (gst_amrnbparse_init), (gst_amrnbparse_formats),
10478         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
10479         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
10480         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
10481         * ext/amrnb/amrnbparse.h:
10482           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
10483         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10484           Add AMR-NB/-WB raw formats.
10485         * ext/alsa/gstalsa.c: (gst_alsa_link):
10486           Keep valid time when changing format.
10487         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10488         (qtdemux_parse_trak):
10489           Add some more format-specific options (#140141, #143555, #155163).
10490
10491 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10492
10493         * gst/matroska/matroska-demux.c:
10494         (gst_matroska_demux_parse_blockgroup):
10495           Fix logic error in timing of subtitle stream synchronization.
10496         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10497           Add skip-chunk, which is found in kodak-camera streams.
10498
10499 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10500
10501         * po/LINGUAS:
10502         * po/vi.po:
10503           Adding Vietnamese translation (submitted by Clytie Siddall)
10504
10505 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10506
10507         * gst/playback/gstdecodebin.c: (try_to_link_1):
10508           Use realpad for signal.
10509
10510 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10511
10512         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
10513           Fix category so decodebin picks it up.
10514
10515 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10516
10517         * ext/mad/Makefile.am:
10518         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
10519         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
10520         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
10521         (found_type), (gst_id3demux_bin_change_state):
10522         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
10523         (gst_id3_tag_init), (gst_id3_tag_handle_event),
10524         (gst_id3_tag_src_link), (gst_id3_tag_chain),
10525         (gst_id3_tag_change_state), (plugin_init):
10526         * ext/mad/gstmad.h:
10527           Add id3demuxbin (which is a simple bin consisting of id3demux
10528           and typefind), take over rank from id3demux, remove typefind
10529           code from id3demux. Makes all broken mp3s that I know of work,
10530           and thereby fixes #152688.
10531
10532 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
10533
10534         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10535
10536         * ext/mad/gstmad.c: (gst_mad_src_event):
10537         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10538           Allow seeks on audio pad, make mad forward those (#164826).
10539         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10540           Set duration (#165335).
10541
10542 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10543
10544         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
10545         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
10546         (gst_asf_demux_process_ext_content_desc),
10547         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
10548         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
10549         * gst/asfdemux/gstasfdemux.h:
10550           Improve metadata display, e.g. if the metadata comes before the
10551           streams are loaded (which is perfectly valid).
10552
10553 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10554
10555         * tools/gst-launch-ext-m.m:
10556           Fix AVI/ASF pipelines (#165340).
10557
10558 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
10559         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
10560         build failure on amd64
10561
10562 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
10563
10564         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
10565         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
10566           Check environment variables GST_ID3V2_TAG_ENCODING,
10567           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
10568           list of character encodings to force interpretation of non-unicode
10569           strings stored in an ID3v2 tag to a particular encoding. If none
10570           is specified, try to use current locale's encoding, then fall back
10571           to ISO-8859-1 (which will always succeed). (Resolves #149274)
10572         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
10573         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
10574           Check environment variables GST_ID3V1_TAG_ENCODING,
10575           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
10576           list of character encodings to use in case a string encountered
10577           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
10578           specified, try to use the current locale's encoding, then fall
10579           back to ISO-8859-1 (which will always succeed).
10580
10581 2005-01-25  Benjamin Otte  <otte@gnome.org>
10582
10583         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10584           - on half framerate, compute the rate in advance so the comparisons
10585             don't compare wrong values
10586           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
10587             behaviour
10588           - don't use mad_header_decode anymore, mad_frame_decode does that
10589             automatically
10590           - when getting rid of consumed bytes, reset the stream's skiplen
10591           (fixes #163867)
10592
10593 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
10594
10595         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
10596           Use 1/2 a second for default max_discont, as PES streams from DVB
10597           seem to have larger spacings in the SCR. 
10598           Fix a typo.
10599
10600 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10601
10602         * gst/playback/gstplaybasebin.c: (group_commit):
10603           Notify delayed stream-info availability.
10604
10605 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
10606         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
10607         (gst_a52dec_handle_event), (gst_a52dec_chain):
10608         Add some debug output. Check that a discont has a valid
10609         time associated.
10610         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
10611         (gst_alsa_sink_loop):
10612         Ignore TAG events. A little extra debug for broken timestamps.
10613         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
10614         (dvdnavsrc_change_state):
10615         Ensure we send a discont to engage the link before we send any
10616         other events.
10617         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
10618         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
10619         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
10620         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
10621         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
10622         dvd://title works in totem because typefinding sends a seek that ends
10623         up going back to chapter 1 regardless.
10624         * ext/mpeg2dec/gstmpeg2dec.c:
10625         * ext/mpeg2dec/gstmpeg2dec.h:
10626         Output correct timestamps and handle disconts.
10627         * ext/ogg/gstoggdemux.c: (get_relative):
10628         Small guard against a null dereference.
10629         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
10630         (gst_textoverlay_set_property):
10631         Free memory when done. Don't call gst_event_filler_get_duration on
10632         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
10633         g_warning.
10634         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
10635         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
10636         (gst_sw_srclink), (gst_smoothwave_chain):
10637         Draw solid lines, prettier colours.
10638         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
10639         Add a default palette that'll work for some movies.
10640         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
10641         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
10642         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
10643         * gst/mpegstream/gstdvddemux.h:
10644         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
10645         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
10646         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
10647         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
10648         * gst/mpegstream/gstmpegparse.h:
10649         Use PTM/NAV events when for timestamp adjustment when connected to 
10650         dvdnavsrc. Don't use many discont events where one suffices.
10651         * gst/playback/gstplaybasebin.c: (group_destroy),
10652         (gen_preroll_element), (gst_play_base_bin_add_element):
10653         * gst/playback/gstplaybasebin.h:
10654         Make sure we remove subtitles from the same bin we put them in.
10655         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
10656         (gst_subparse_buffer_format_autodetect),
10657         (gst_subparse_change_state):
10658         Fix some memleaks and invalid accesses.
10659         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
10660         (oggskel_type_find), (cmml_type_find), (plugin_init):
10661         Some typefind functions for Annodex v3.0 files
10662         * gst/wavparse/gstwavparse.h:
10663         GstRiffReadClass is the correct parent class.
10664
10665 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10666
10667         * gst-libs/gst/riff/riff-media.c:
10668         (gst_riff_create_video_caps_with_data):
10669           Add extradata to huffyuv (fixes #165013).
10670         * gst-libs/gst/riff/riff-read.c:
10671         (gst_riff_read_strf_vids_with_data):
10672           Fix extradata extraction if it is in the chunk size.
10673
10674 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
10675
10676         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10677
10678         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
10679         (gst_quarktv_change_state), (gst_quarktv_dispose):
10680           Memory free'ing location fix (#164708).
10681
10682 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10683
10684         * gst/playback/gstplaybasebin.c: (group_commit),
10685         (gen_preroll_element), (probe_triggered), (gen_source_element),
10686         (setup_source), (gst_play_base_bin_change_state),
10687         (gst_play_base_bin_add_element):
10688           Don't block for streams.
10689         * gst/playback/gststreaminfo.c: (stream_info_change_state),
10690         (gst_stream_info_set_mute):
10691           Use gst_pad_set_active_recursive.
10692
10693 2005-01-25  Andy Wingo  <wingo@pobox.com>
10694
10695         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
10696         for #ifndef HAVE_XVIDEO.
10697
10698 2005-01-24  Jeffrey C. Ollie
10699
10700         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
10701
10702         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
10703         * ext/gsm/gstgsmdec.h:
10704         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
10705         * ext/gsm/gstgsmenc.h:
10706         Fix rate to 8kHz as per spec, removes obscure errors when no rate
10707         was given by property. Add proper buffer timestamps and offsets.
10708
10709 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10710
10711         * gst-libs/gst/riff/riff-media.c:
10712         (gst_riff_create_audio_caps_with_data):
10713           Audio can be <8000Hz.
10714
10715 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10716
10717         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10718           Explicit state change to workaround refcount bugs.
10719
10720 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10721
10722         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
10723         (gst_avimux_riff_get_avi_header):
10724           Fix...
10725
10726 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10727
10728         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
10729         (gst_riff_read_element_data):
10730         * gst-libs/gst/riff/riff-read.h:
10731           Add _peek version (req'ed in CDXA).
10732         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
10733         (gst_cdxaparse_loop):
10734           Fix parsing in playbin.
10735         * gst/playback/gstdecodebin.c: (close_pad_link):
10736           Ignore current_ pads, they cause major annoyance.
10737
10738 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10739
10740         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10741           Safety guard.
10742
10743 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10744
10745         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
10746           Fix padding...
10747
10748 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10749
10750         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
10751           Allow for 0-sized buffers. Fixes length query problems in
10752           starwars.mkv from the testsuite.
10753
10754 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
10755
10756         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
10757         (gst_video_box_i420), (gst_video_box_chain):
10758           Fix row strides for I420 (fixes #163159)
10759           
10760 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10761
10762         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10763           MPEG2 has a useful rate property, so we can actually use that.
10764           For MPEG-1, continue using the bytes/time properties.
10765
10766 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10767
10768         * gst-libs/gst/riff/riff-media.c:
10769         (gst_riff_create_video_caps_with_data),
10770         (gst_riff_create_video_template_caps):
10771           Add intel-h263.
10772
10773 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10774
10775         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10776           Fail if caps negotiation fails. Should fix #162184, and should
10777           definately be in there regardless of it fixing the actual bug.
10778         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
10779         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
10780         (gst_avimux_riff_get_avix_header),
10781         (gst_avimux_riff_get_video_header),
10782         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
10783         (gst_avimux_start_file), (gst_avimux_handle_event),
10784         (gst_avimux_change_state):
10785         * gst/avi/gstavimux.h:
10786           Refactor structure writing to use GST_WRITE_UINT macros, add
10787           metadata writing support.
10788
10789 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10790
10791         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
10792           Elements may already be destroyed when this function is called.
10793
10794 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10795
10796         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10797         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
10798           More memory leak fixes (#149162).
10799
10800 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10801
10802         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10803         (gst_qtdemux_add_stream):
10804           Fix two memleaks.
10805
10806 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10807
10808         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10809           Argh...
10810
10811 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10812
10813         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10814           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
10815           when fixating to six channels in Totem.
10816
10817 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10818
10819         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
10820           Fix compile warnings on Solaris 10 buildbot
10821
10822 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10823
10824         * ext/dvdread/dvdreadsrc.c: (_read):
10825           Don't read beyond the last cell in a chapter (fixes 
10826           invalid memory access)
10827
10828 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10829
10830         * ext/dvdread/stream_labels.c:
10831         (dvdreadsrc_get_audio_stream_labels):
10832           Use NULL for an empty GList instead of g_list_alloc(); fix 
10833           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
10834           of GString (easier to bulk free later)
10835
10836 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10837
10838         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10839
10840         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10841         (gst_ffmpeg_pixfmt_to_caps):
10842           Fix BGRA32 caps (#164209).
10843
10844 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10845
10846         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10847
10848         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10849         (gst_ffmpeg_caps_to_pixfmt):
10850           alpha_mask can be RGBA/ABGR. Fixes #164265.
10851
10852 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
10853
10854         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10855
10856         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
10857         (gst_mpeg2dec_alloc_buffer):
10858         * ext/mpeg2dec/gstmpeg2dec.h:
10859           Crop if decoding size is not the actual image size (#163676).
10860
10861 2005-01-17  Steve Baker  <steve@stevebaker.org>
10862
10863         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10864
10865         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
10866         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
10867           Add libsndfile typefind functions (#163309).
10868
10869 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10870
10871         * tools/gst-launch-ext-m.m:
10872           Add .aac, fix .m1v/.m2v (#163891).
10873
10874 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10875
10876         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
10877           Sanity check, don't wait endlessly since the clock might not
10878           actually run at this point (which is a deadlock). Fixes #164069.
10879
10880 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10881
10882         * gst/playback/gstplaybasebin.c: (probe_triggered):
10883           Of course, only pause if group is done...
10884
10885 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10886
10887         * gst/playback/gstplaybasebin.c: (probe_triggered):
10888           Thread safety.
10889
10890 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
10891
10892         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
10893           Don't return state change success when the parent
10894           failed.
10895
10896 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10897
10898         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
10899           Free events (fix memleak in #162905).
10900
10901 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
10902
10903         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10904
10905         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10906         (gst_ffmpeg_caps_to_pixfmt):
10907           Fix for depth = 15. Fixes #161675.
10908
10909 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10910
10911         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10912           Set FPS correctly, even for webcams and the like.
10913         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
10914           Don error on setting while capturing.
10915
10916 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10917
10918         * ext/dv/gstdvdec.c:
10919         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10920         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10921           I'm a bad boy. using /1001. to force C to do float division
10922           and not integer division (as it did in my last commit)
10923           Thanks to David I. Lehn for pointing this mistake.
10924
10925 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10926
10927         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10928           Revert Johan??s 1.35->1.36 since it breaks compat.
10929
10930 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10931
10932         * ext/dv/gstdvdec.c:
10933         * ext/libfame/gstlibfame.c:
10934         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10935         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10936           replace framerate aproximations by their real value
10937           (24000/1001, 30000/1001, 60000/1001)
10938           Finish fixing bug #164049
10939
10940 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10941
10942         * ext/ogg/gstoggmux.c:
10943           eos/bos debugging
10944         * gst/tcp/gstmultifdsink.c:
10945         * gst/tcp/gstmultifdsink.h:
10946         * gst/tcp/gsttcp.c:
10947         * gst/tcp/gsttcp.h:
10948         * gst/tcp/gsttcpclientsink.c:
10949         * gst/tcp/gsttcpclientsrc.c:
10950         * gst/tcp/gsttcpserversink.c:
10951         * gst/tcp/gsttcpserversrc.c:
10952           improve reusability of elements after state changes and errors
10953           make multifdsink throw away streamheaders when receiving new ones
10954
10955 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10956
10957         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10958           Fix for if items are already in list...
10959
10960 2005-01-12  Benjamin Otte  <otte@gnome.org>
10961
10962         * gst/adder/gstadder.c: (gst_adder_loop):
10963           fix adder a bit so it doesn't screw up with events as much anymore
10964
10965 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
10966
10967         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
10968         (pixbufscale_scale), (gst_pixbufscale_chain):
10969         * ext/gdk_pixbuf/pixbufscale.h:
10970           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
10971           to ensure rowstrides are calculated the same way as 
10972           ffmpegcolorspace
10973           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
10974           that we pick up duration and offset also.
10975
10976 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10977
10978         * gst/avi/gstavimux.c: (gst_avimux_class_init),
10979         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
10980           Reusability fixes.
10981
10982 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10983
10984         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
10985         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
10986         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
10987         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
10988           Update flags when requested.
10989
10990 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10991
10992         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10993           Fix dmix.
10994
10995 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10996
10997         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10998         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
10999         (probe_triggered), (new_decoded_pad), (gen_source_element),
11000         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
11001         * gst/playback/gstplaybasebin.h:
11002         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11003         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
11004         (gst_play_bin_change_state):
11005           Implement group-switch signal for use in apps to clear metadata
11006           cache, clean up subtitle, add suburi property instead of # hack,
11007           some error-out fixes.
11008
11009 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11010
11011         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
11012           Debug.
11013         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
11014           If we got a state change in the _get handler, don't return success.
11015
11016 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11017
11018         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
11019         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
11020           Make jpegdec quiet on MJPEG decoding
11021         * gst/asfdemux/README:
11022           Fix mimetypes for MJPEG and H263
11023
11024 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11025
11026         * ext/theora/theoradec.c: (theora_dec_chain):
11027           Fix broken code generation by gcc by swapping arguments.
11028         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11029           Fix \n in debug.
11030
11031 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11032
11033         * TODO:
11034           delete this file, it is by far outdated
11035         * ext/alsa/gstalsa.1: remove
11036         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
11037         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
11038         (gst_alsa_get_caps):
11039           Add HW probing for supported sample rates. Fixes #161704
11040
11041 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11042
11043         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
11044           Don't crash, biatch! :).
11045
11046 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11047
11048         * ext/musepack/gstmusepackreader.cpp:
11049         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
11050           Some work on tags - still doesn't work in playbin...
11051         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
11052           Handle events...
11053
11054 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11055
11056         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
11057           Also shove tags on kid pads.
11058
11059 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11060
11061         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
11062           Don't bail on unknown events.
11063         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
11064           Don't crash on events before negotiation.
11065         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
11066           Send tags on pads, too.
11067         * gst/playback/gststreamselector.c:
11068         (gst_stream_selector_request_new_pad):
11069           Forward events on first pad if no input was selected yet.
11070
11071 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11072
11073         * gst/playback/gstplaybasebin.c: (setup_substreams):
11074           Don't disable streamtype if the stream doesn't exist, since
11075           then playing a video after audio will disable both and nothing
11076           will happen. Fixes the testsuite.
11077
11078 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11079
11080         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
11081         (gst_v4l_xoverlay_set_xwindow_id):
11082         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
11083         (gst_v4l2_xoverlay_set_xwindow_id):
11084           Add debug categories, fix overlay disabling.
11085
11086 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11087
11088         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
11089         * ext/alsa/gstalsa.h:
11090           Add HW probing for period_count/size and buffer_size MIX/MAX
11091           Adjust default/user defined value if out of bounds
11092           Should fix bug #162024
11093
11094 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11095
11096         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
11097           Fix warning (#161191).
11098
11099 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11100
11101         * ext/dvdread/stream_labels.c:
11102         (dvdreadsrc_get_audio_stream_labels):
11103           Fix warning (init the good variable in switch default)
11104
11105 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
11106
11107         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11108
11109         * gst/tta/gstttaparse.c: (gst_tta_src_event):
11110           Fix gcc-2.95 compile (#163485).
11111
11112 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11113
11114         * configure.ac:
11115         * ext/flac/gstflacenc.c: (gst_flacenc_init),
11116         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
11117         (gst_flacenc_tell_callback), (gst_flacenc_chain),
11118         (gst_flacenc_change_state):
11119         * ext/flac/gstflacenc.h:
11120           Update for API change in flac-1.1.1. Update requirement in
11121           configure.ac. Fixes #162974.
11122
11123 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11124
11125         * gst/playback/gstplaybasebin.c: (group_destroy):
11126           Remove hack to get rid of assert and get rid of unlinked
11127           signals properly.
11128
11129 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11130
11131         * gst/playback/gstplaybasebin.c: (setup_source):
11132           Set source to NULL so that resources are free'ed. Fixes issues
11133           with playback of CDDA and similar device-accessing things.
11134
11135 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11136
11137         * testsuite/embed/Makefile.am:
11138           test->noinst, fix make test in buildbot.
11139
11140 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11141
11142         * ext/dvdread/stream_labels.c: new file
11143         * ext/dvdread/stream_labels.h: new file
11144         * ext/dvdread/Makefile.am:
11145         * ext/dvdread/dvdreadsrc.c: (_seek_title):
11146           Extract audio stream label from DVD IFO files.
11147           It only dump them on the console for now, still have to
11148           make playbin aware of them.
11149
11150 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11151
11152         * gst/playback/gstplaybasebin.c: (setup_source):
11153           Fix hanging subs.
11154
11155 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11156
11157         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11158         (gen_preroll_element), (remove_groups), (setup_subtitle),
11159         (gen_source_element), (setup_source):
11160         * gst/playback/gstplaybasebin.h:
11161           Multiple .sub files is just a stupid idea... Fix some threading
11162           mistakes. Interestingly, external .sub files cause playbin to
11163           hang, I don't know why... Parsing fixes contributed by Fran??ois
11164           Kooman <fkooman@tuxed.net>.
11165
11166 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11167
11168         * testsuite/embed/Makefile.am:
11169           Fix buildbot.
11170
11171 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
11172
11173         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11174
11175         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
11176         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
11177         (gst_pngenc_set_property):
11178         * ext/libpng/gstpngenc.h:
11179           Add compression level property (#163323).
11180
11181 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11182
11183         * configure.ac:
11184         * examples/capsfilter/capsfilter1.c: (main):
11185         * examples/seeking/spider_seek.c: (make_spider_pipeline):
11186         * ext/dvdread/Makefile.am:
11187         * ext/dvdread/demo-play:
11188         * ext/dvdread/demo-play.c:
11189         * gconf/gstreamer.schemas.in:
11190         * gst-libs/gst/gconf/gconf.c:
11191         * sys/v4l/TODO:
11192         * testsuite/Makefile.am:
11193         * testsuite/embed/Makefile.am:
11194         * testsuite/embed/embed.c: (cb_expose), (main):
11195           Remove all references to xvideosink, fix examples (#140845).
11196         * gst/playback/gstplaybasebin.c: (group_destroy):
11197           Apparently, disposal does not unlink - so do explicitely.
11198         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11199           Add debug.
11200
11201 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
11202
11203         * README: fix PKG_CONFIG_PATH instructions, what was there
11204         previously was breaking default search path, not nice. 
11205         Fixes #163358
11206
11207 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11208
11209         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
11210         (gst_audioscale_chain):
11211           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
11212           when resampling - how the ^@$^!@^! is this possible?!?
11213
11214 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11215
11216         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
11217           Reset variables on READY.
11218         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
11219         (gst_matroska_mux_loop):
11220           Require data before writing header.
11221
11222 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
11223
11224         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11225
11226         * ext/mad/gstmad.c: (gst_mad_chain):
11227           Don't call mad_stream_sync() directly after recovering sync.
11228           Fixes #151661.
11229
11230 2005-01-09  Martin Eikermann  <meiker@upb.de>
11231
11232         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11233
11234         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
11235         (snapshot_handler), (gst_snapshot_sinkconnect),
11236         (gst_snapshot_chain):
11237           Allocate resources when required, fix recursive signal emission
11238           and fix caps. Fixes #161667.
11239
11240 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
11241
11242         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11243
11244         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
11245         (gst_pngdec_chain):
11246           Handle only 8-bppc (bits-per-pixel-component) images, better
11247           error handling and correct strides. Fixes #163177.
11248         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
11249         (gst_pngenc_chain):
11250           Better error handling. Fixes #163348.
11251
11252 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11253
11254         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
11255         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
11256         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
11257         (dvdnavsrc_uri_handler_init):
11258           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
11259         * gst/playback/gstplaybasebin.c: (gen_source_element):
11260           Add MMS to streaming URIs.
11261
11262 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11263
11264         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
11265         * sys/xvimage/xvimagesink.c:
11266         (gst_xvimagesink_navigation_send_event):
11267           Check for pad availability before sending event.
11268
11269 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11270
11271         * gst-plugins.spec.in:
11272           Add subparse.
11273
11274 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11275
11276         * configure.ac:
11277           Since we use functions from CVS, up requirement.
11278
11279 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11280
11281         * gst/playback/Makefile.am:
11282         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11283         (group_destroy), (group_commit), (group_is_muted),
11284         (gen_preroll_element), (add_stream), (unknown_type),
11285         (probe_triggered), (preroll_unlinked), (mute_stream),
11286         (silence_stream), (new_decoded_pad), (setup_substreams),
11287         (setup_source), (get_active_source), (mute_group_type),
11288         (muted_group_change_state), (set_active_source),
11289         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
11290         (play_base_eos), (gst_play_base_bin_change_state):
11291         * gst/playback/gstplaybasebin.h:
11292         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
11293         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
11294         (gst_stream_info_dispose), (stream_info_mute_pad),
11295         (stream_info_change_state), (gst_stream_info_set_mute):
11296         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
11297         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
11298         (gst_stream_selector_init), (gst_stream_selector_dispose),
11299         (gst_stream_selector_get_linked_pad),
11300         (gst_stream_selector_get_caps), (gst_stream_selector_link),
11301         (gst_stream_selector_get_linked_pads),
11302         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
11303         * gst/playback/gststreamselector.h:
11304           Adding stream selection support plus required properties for
11305           applications to use this. Fully fixes #100931.
11306
11307 2005-01-08  Benjamin Otte  <otte@gnome.org>
11308
11309         * gst/games/gstpuzzle.c: (nav_event_handler):
11310           - handle nav events differently: forward every event no matter if it
11311             was handled or not.
11312           - translate events
11313           You can now cheat by using navigationtest ! puzzle and moving the
11314           mouse close to the edge of a tile. ;)
11315
11316 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11317
11318         * configure.ac:
11319         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
11320         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
11321         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
11322         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
11323         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
11324         (gst_ogm_parse_plugin_init):
11325         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
11326         (gst_textoverlay_link), (gst_textoverlay_getcaps),
11327         (gst_textoverlay_event), (gst_textoverlay_video_chain),
11328         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
11329         * ext/pango/gsttextoverlay.h:
11330         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11331         (gst_matroska_demux_handle_seek_event),
11332         (gst_matroska_demux_sync_streams),
11333         (gst_matroska_demux_parse_blockgroup),
11334         (gst_matroska_demux_subtitle_caps),
11335         (gst_matroska_demux_plugin_init):
11336         * gst/matroska/matroska-ids.h:
11337         * gst/playback/gstdecodebin.c: (close_pad_link):
11338         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11339         (gen_preroll_element), (remove_groups), (add_stream),
11340         (new_decoded_pad), (setup_subtitles), (gen_source_element),
11341         (setup_source):
11342         * gst/playback/gstplaybasebin.h:
11343         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
11344         * gst/subparse/Makefile.am:
11345         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
11346         (gst_subparse_base_init), (gst_subparse_class_init),
11347         (gst_subparse_init), (gst_subparse_formats),
11348         (gst_subparse_eventmask), (gst_subparse_event),
11349         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
11350         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
11351         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
11352         (parse_mpsub_deinit), (parse_mpsub_init),
11353         (gst_subparse_buffer_format_autodetect),
11354         (gst_subparse_format_autodetect), (gst_subparse_loop),
11355         (gst_subparse_change_state), (gst_subparse_type_find),
11356         (plugin_init):
11357         * gst/subparse/gstsubparse.h:
11358         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
11359         (plugin_init):
11360           Add subtitle support, .sub parser (supports SRT and MPsub),
11361           OGM text support, Matroska UTF-8 text support, deadlock fixes
11362           all over the place, subtitle awareness in decodebin/playbin
11363           and some fixes to textoverlay to handle subtitles in a stream
11364           correctly. Fixes #100931.
11365
11366 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11367
11368         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11369           Check for pad availability before doing a query on it.
11370
11371 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11372
11373         * ext/dv/gstdvdec.c:
11374           really fix bpp24/32 dvdec caps (classic rgba indeed)
11375         * gst/asfdemux/gstasfdemux.c:
11376         (gst_asf_demux_process_ext_content_desc):
11377           don't send text tags if they are empty (bis repetita)
11378
11379 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11380
11381         * ext/dv/gstdvdec.c:
11382          remove unneeded comment from dvdec
11383           (related to DV 4CC codes in AVI files)
11384           moved them in gstreamer/docs/random/mimetypes
11385         * gst/asfdemux/gstasfdemux.c:
11386         (gst_asf_demux_process_ext_content_desc):
11387          don't send text tags if they are empty
11388          fix mem leak on error path
11389         * gst/ffmpegcolorspace/avcodec.h:
11390         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11391         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11392         (gst_ffmpegcsp_avpicture_fill):
11393         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
11394         * gst/ffmpegcolorspace/imgconvert_template.h:
11395          adds BGR32 and BGRA32 to ffmpegcolorspace
11396           (still bad colors, fixing it on next commit)
11397           helps with dvdec outputing BGR32
11398
11399 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11400
11401         * ext/dv/gstdvdec.c:
11402          Fix audio caps i just broke (missing ',')
11403         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
11404         (gst_matroska_mux_reset):
11405          Fix typo + add FIXME about old "x-gst-metadata" crap
11406
11407 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11408
11409         * ext/dv/demo-play.c: (main):
11410          xvideosink -> xvimagesink
11411         * ext/dv/gstdvdec.c:
11412          change rgb 32/32 caps to 24/32 (no alpha)
11413          change nb of channels to be a list (2 or 4, not 2)
11414          change sample rate to be a list (32, 44.1, 48 kHz) not a range
11415         * gst/asfdemux/gstasfdemux.c:
11416         (gst_asf_demux_process_ext_content_desc):
11417          Add 'date/year' to extracted metadata list
11418
11419 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11420
11421         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
11422           The return value of fixate_to does not imply that the requested
11423           value was set, so don't assume.
11424
11425 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
11426
11427         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11428
11429         * ext/libpng/gstpngdec.c:
11430         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
11431         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
11432         * ext/libpng/gstpngenc.h:
11433           Alpha support (encoder; #163161), mime fixage.
11434
11435 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
11436
11437         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11438
11439         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
11440         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
11441         (gst_faac_set_property), (gst_faac_get_property):
11442         * ext/faac/gstfaac.h:
11443           Allow for ADTS output (#153434).
11444
11445 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11446
11447         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
11448           Fix against template (#150576).
11449
11450 2005-01-06  Benjamin Otte  <otte@gnome.org>
11451
11452         * gst/games/gstpuzzle.c: (draw_puzzle):
11453           don't draw a puzzle if either width or height of tiles would be 0.
11454
11455 2005-01-06  Benjamin Otte  <otte@gnome.org>
11456
11457         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
11458         (gst_puzzle_class_init), (gst_puzzle_finalize):
11459           no memleaks, please
11460         (gst_puzzle_create), (gst_puzzle_init),
11461         (gst_puzzle_set_property), (gst_puzzle_setup):
11462           change initialization code around so we don't reshuffle on resize
11463         (draw_puzzle):
11464           fix another stupid typo
11465
11466 2005-01-06  Benjamin Otte  <otte@gnome.org>
11467
11468         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
11469           fix stupid typo that borked copying on YUY2
11470
11471 2005-01-06  Benjamin Otte  <otte@gnome.org>
11472
11473         * gst/games/gstpuzzle.c: (draw_puzzle):
11474           fix edges when image sizes aren't multiples of tile sizes
11475
11476 2005-01-06  Benjamin Otte  <otte@gnome.org>
11477
11478         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
11479           make RGB endianness work correctly
11480         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
11481           refactor and fix race with initial shuffling
11482         (nav_event_handler):
11483           allow using the mouse to puzzle
11484         (draw_puzzle):
11485           insist on tiles having width and height as multiples of 4 to get
11486           clean YUV image handling
11487         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11488         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
11489           s/DEBUG/LOG/ for common messages
11490         (gst_xvimagesink_navigation_send_event):
11491           fix mouse event translation to not include screen PAR
11492         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
11493           fix mouse event translation to actually work
11494
11495 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11496
11497         * gst/asfdemux/gstasfdemux.c:
11498         (gst_asf_demux_process_ext_content_desc):
11499          Extract TrackNumber metadata + clean up code
11500         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
11501          Hope this is the good fix (var used unitialised)
11502
11503 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11504
11505         * ext/faad/gstfaad.c: (gst_faad_chain):
11506           Only increment timestamp if it's valid. Fixes raw AAC streams.
11507
11508 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11509
11510         * configure.ac:
11511         * gst/games/Makefile.am:
11512         * gst/games/gstpuzzle.c:
11513           add a puzzle game with...
11514         * gst/games/gstvideoimage.c:
11515         * gst/games/gstvideoimage.h:
11516           ... full colorspace support (that includes YUV9 and RGB16)) stolen
11517           from videotestsrc and made into something that would be a nice
11518           library for a lot of other plugins.
11519
11520 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11521
11522         * configure.ac:
11523          don't compile faad plugin if a RC of 2.0 is found
11524          Fixes #155346 (and FC1 buildbot)
11525         * gst/asfdemux/gstasfdemux.c:
11526         (gst_asf_demux_process_ext_content_desc):
11527          try to make Solaris compiler happier
11528
11529 2005-01-06  Paul Jack  <pjack@sfaf.org>
11530
11531         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11532
11533         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
11534           Fix segfault (#161667).
11535
11536 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11537
11538         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
11539           Fix framerate reporting.
11540
11541 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11542
11543         * gst-libs/gst/riff/riff-ids.h:
11544         * gst/wavenc/riff.h:
11545          Add AMR (VBR and CBR) ids to riff.h audio codec list
11546         * gst/asfdemux/gstasfdemux.c:
11547         (gst_asf_demux_process_ext_content_desc),
11548         (gst_asf_demux_process_object):
11549           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
11550
11551 2005-01-05  Martin Eikermann  <meiker@upb.de>
11552
11553         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11554
11555         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11556         (gst_dvd_demux_handle_discont):
11557         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
11558         (gst_mpeg_demux_handle_discont):
11559           Recreate pads on new-media (#160730).
11560         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
11561           Send discont even if manager changes timestamps (#161929).
11562
11563 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
11564
11565         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11566
11567         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
11568           Fix invalid memory access (#159211).
11569
11570 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11571
11572         * examples/gstplay/player.c: (main):
11573           Don't iterate.
11574         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
11575           Add visualizations.
11576         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
11577         (gst_a52dec_handle_frame):
11578           Set duration.
11579         * ext/dvdnav/gst-dvd:
11580           Add audioconvert. Fixes #161325.
11581         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
11582           Explicitely case to gint64. Possible valgrind error.
11583         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
11584         (gst_play_tick_callback), (gst_play_change_state),
11585         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
11586         (gst_play_set_location), (gst_play_get_location),
11587         (gst_play_seek_to_time), (gst_play_set_data_src),
11588         (gst_play_set_video_sink), (gst_play_set_audio_sink),
11589         (gst_play_set_visualization), (gst_play_connect_visualization),
11590         (gst_play_get_framerate), (gst_play_get_all_by_interface),
11591         (gst_play_new):
11592           Use playbin. Fixes #139749 and #147744.
11593         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
11594           Add genre tag.
11595         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
11596         (audioscale_get_type), (gst_audioscale_base_init),
11597         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
11598         (gst_audioscale_getcaps), (gst_audioscale_fixate),
11599         (gst_audioscale_link), (gst_audioscale_get_buffer),
11600         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
11601         (gst_audioscale_init), (gst_audioscale_dispose),
11602         (gst_audioscale_chain), (gst_audioscale_set_property),
11603         (gst_audioscale_get_property), (plugin_init):
11604           Indent properly.
11605         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
11606           Fix LPCM.
11607         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
11608         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
11609         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
11610           Add more metadata (fixes #162656).
11611
11612 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11613
11614         * configure.ac:
11615           back to cvs
11616
11617 === release 0.8.7 ===
11618
11619 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11620
11621         * NEWS:
11622         * RELEASE:
11623         * configure.ac:
11624           releasing 0.8.7, "Hyperspace"
11625
11626 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11627
11628         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11629
11630         * gst/playback/gstplaybasebin.c:
11631          Fix for #162924 - free caps after use, not before
11632
11633 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11634
11635         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11636
11637         * gst/playback/gstplaybasebin.c:
11638         * gst/wavparse/gstwavparse.c:
11639           Fix for #154773 - fixes playback of small .wav files
11640
11641 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11642
11643         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11644
11645         * gst/audioscale/gstaudioscale.c:
11646           Fix for #162819 - make audioscale reusable
11647           Fixes playback of more than one file with playbin/totem
11648
11649 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11650
11651         * gst/ffmpegcolorspace/avcodec.h:
11652         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11653         * gst/ffmpegcolorspace/imgconvert.c:
11654           clean up the mess that made me cry and avoid needless duplication
11655
11656 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11657
11658         * gst/ffmpegcolorspace/imgconvert.c:
11659           give some indication of why we're segfaulting
11660
11661 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11662
11663         * configure.ac:
11664           Fix indentation, fix v4l2 plugin detection.
11665         * ext/Makefile.am:
11666           Fix libmms location (Maciej, use diff -u!).
11667         * ext/alsa/gstalsa.c: (gst_alsa_init):
11668           Initialize caps cache to NULL.
11669         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
11670           Only change state on audiosink if it exists.
11671
11672 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
11673
11674         * gst/matroska/matroska-demux.c:
11675         * gst/matroska/matroska-ids.h:
11676         * gst/matroska/matroska-demux.h:
11677         Fix Vorbis streams failing to decode in some files, where cluster_time
11678         isn't 0, because then it doesn't send codec_priv before actual data.
11679         Remove time-based test and replace it with marker set on beginning of
11680         new stream
11681
11682 2004-12-28  David Schleef  <ds@schleef.org>
11683
11684         Merge patch from Ronald fixing problems with streaming
11685         text.
11686         * ext/cairo/gstcairo.c: (plugin_init):
11687         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11688         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11689         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11690         (gst_textoverlay_font_init), (gst_textoverlay_init),
11691         (gst_textoverlay_set_property):
11692         * ext/cairo/gsttextoverlay.h:
11693
11694 2004-12-27  David Schleef  <ds@schleef.org>
11695
11696         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11697         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11698         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11699         (gst_textoverlay_font_init), (gst_textoverlay_init),
11700         (gst_textoverlay_set_property): Improvements to actually
11701         render text as white on black outline on video, including
11702         font selection and horizontal/vertical alignment.  (Ronald's
11703         christmas present)
11704         * ext/cairo/gsttextoverlay.h:
11705
11706 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11707
11708         * ext/ogg/gstogg.c:
11709         * ext/ogg/gstogmparse.c:
11710           fix ogm[audio/video]parse plugin registration
11711           (riff won't load if bytestream is already loaded)
11712
11713 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11714
11715         * gst/audioconvert/gstchannelmix.c:
11716           fix for GLIB < 2.4
11717
11718 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11719
11720         * Makefile.am:
11721         * configure.ac:
11722           disable docs again until it actually passes make distcheck.
11723
11724 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11725
11726         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
11727         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
11728         (plugin_init):
11729           Add 3GP (variables name Q3GP because they can't start with a
11730           number). Add samr audio fourcc (used in .3gp files), decoder
11731           is work in progress. Also do a GST_WARNING instead of ERROR
11732           in case of unknown nodes, to decrease output.
11733
11734 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11735
11736         * Makefile.am:
11737           really fix dist
11738
11739 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11740
11741         * configure.ac:
11742         * ext/speex/gstspeexdec.h:
11743         * ext/speex/gstspeexenc.h:
11744           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
11745           Fix detection code in configure.ac
11746
11747 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11748
11749         * gst/matroska/matroska-demux.c:
11750         (gst_matroska_demux_parse_blockgroup):
11751           Save position, so that queries give proper return values. Don't
11752           know how this could ever have worked before...
11753
11754 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11755
11756         * configure.ac:
11757           Put additional LAME check inside the conditional.  Fixes #152339
11758
11759 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11760
11761         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11762         (gst_avi_demux_stream_scan):
11763           Add some more debug. Fix logic error when setting movi offset
11764           while reading index.
11765
11766 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11767
11768         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11769         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
11770         (gst_avi_demux_process_next_entry):
11771           Add some debugging. Better detection of broken indexes and the
11772           accompanying index recovery. No infinite loops on state changes
11773           when we're still in our loopfunction.
11774
11775 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11776
11777         * configure.ac:
11778           Fix up.
11779
11780 2004-12-22  Archana Shah  <archana.shah@wipro.com>
11781
11782         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11783
11784         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
11785           Normalizing the value before setting
11786         (gst_sunaudiomixer_get_volume):
11787           Normalizing the value after getting. Fixes bug# 161980
11788
11789 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11790
11791         * Makefile.am: Make sure docs gets disted
11792         * docs/Makefile.am: Make sure all needed files get disted
11793         * gst-plugins.spec.in: latest updates
11794
11795 2004-12-22  Wim Taymans  <wim@fluendo.com>
11796
11797         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11798         Revert patch 1.38 as clock distribution over schedulers does
11799         not work correcly in the core yet.
11800
11801 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11802
11803         * sys/oss/README: remove this file, which predates my birth
11804           (and which content is by far outdated)
11805
11806 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
11807
11808         * Makefile.am:
11809         * configure.ac:
11810         * docs/Makefile.am:
11811         * docs/libs/Makefile.am:
11812         * docs/libs/gst-plugins-libs-docs.sgml:
11813         * docs/libs/gst-plugins-libs-sections.txt:
11814         * docs/libs/tmpl/gstgconf.sgml:
11815         * docs/upload.mak:
11816         * docs/version.entities.in:
11817           Added boilerplate gtk-doc files for plugin-libs documentation.
11818
11819 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11820
11821         * gst/auparse/gstauparse.c: fix int and float audio caps
11822
11823 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11824
11825         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11826         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
11827           g_assert() can be a macro, don't use #ifdef inside it.
11828
11829 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
11830
11831         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11832
11833         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11834         (gst_videorate_init), (gst_videorate_chain),
11835         (gst_videorate_change_state):
11836           Event handling (fixes #159986).
11837
11838 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11839
11840         * gst-libs/gst/riff/riff-media.c:
11841         (gst_riff_create_video_caps_with_data):
11842           Add BLZ0 (Blizzard's version of DivX) fourcc.
11843
11844 2004-12-18  David Schleef  <ds@schleef.org>
11845
11846         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
11847         portability fix.
11848
11849 2004-12-18  David Schleef  <ds@schleef.org>
11850
11851         * gst/tta/ttadec.h: Disable some header code that isn't used
11852         and clearly isn't portable.
11853
11854 2004-12-18  David Schleef  <ds@schleef.org>
11855
11856         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
11857         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11858         (avcodec_get_pix_fmt), (avpicture_layout),
11859         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
11860         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
11861         Fix code to not use GCC extensions (and c99 extensions that
11862         Forte does not like.)
11863
11864 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11865
11866         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11867
11868         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
11869         (gst_deinterlace_chain):
11870           Rowstride fixes. Fixes #161039.
11871         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
11872         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
11873         (gst_video_crop_getcaps), (gst_video_crop_link),
11874         (gst_video_crop_i420), (gst_video_crop_chain),
11875         (gst_video_crop_change_state):
11876           Rework of negotiation. Actually works now. Fixes #158650.
11877
11878 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11879
11880         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
11881           That was very stupid.
11882
11883 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11884
11885         * gst/matroska/matroska-demux.c:
11886         (gst_matroska_demux_parse_blockgroup):
11887           Fix possible crasher.
11888
11889 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11890
11891         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
11892         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
11893           Lace sizes can be zero.
11894
11895 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11896
11897         * ext/musepack/gstmusepackdec.cpp:
11898           Fetch error return values. Fixes #161624.
11899         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
11900           Really EOS.
11901
11902 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11903
11904         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
11905           Work for truncated (unfinished download etc.) files. Fixes #160514.
11906
11907 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11908
11909         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11910           Fix for integer overflow. Makes #156001 not crash. Probably masks
11911           the real bug.
11912
11913 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11914
11915         * gst/ac3parse/gstac3parse.c: (plugin_init):
11916           Parsers never have ranks. Fixes #159651.
11917
11918 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11919
11920         * gst/playback/gstdecodebin.c: (compare_ranks):
11921           make sure the facotries are ordered the same every time even if they
11922           have the same rank by using the name
11923         * gst/playback/gstdecodebin.c: (find_compatibles):
11924           make sure we don't add factories to the list twice
11925
11926 2004-12-16  David Schleef  <ds@schleef.org>
11927
11928         * configure.ac: look for musepack headers as musepack/*.h
11929         (fixes #159847)
11930         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
11931         * ext/musepack/gstmusepackreader.h: same
11932
11933 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11934
11935         * gst-libs/gst/riff/riff-read.c:
11936         (gst_riff_read_strf_auds_with_data):
11937           Read extradata correctly (fixes #155879).
11938
11939 2004-12-16  David Schleef  <ds@schleef.org>
11940
11941         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
11942         audio.  does _not_ attempt or allow conversion unless channels
11943         is 1 or 2.
11944
11945 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11946
11947         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
11948
11949 2004-12-16  David Schleef  <ds@schleef.org>
11950
11951         * gst/audioscale/gstaudioscale.c: the resample library only
11952         handles 1 or 2 channels.  Change caps to compensate.
11953
11954 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11955
11956         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
11957         (gst_matroska_demux_audio_caps):
11958           Some MPEG-AAC hacks, because else it doesn't work...
11959
11960 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11961
11962         * gst-libs/gst/riff/riff-media.c:
11963         (gst_riff_create_video_caps_with_data),
11964         (gst_riff_create_video_template_caps):
11965           Add h264.
11966
11967 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11968
11969         * gst-libs/gst/audio/Makefile.am:
11970           Try to fix buildbot.
11971
11972 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11973
11974         * gst/tcp/gstmultifdsink.c:
11975           Clean up and uniformize debugging.
11976
11977 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
11978
11979         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11980
11981         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11982         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
11983         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
11984         (gst_mpeg_demux_change_state):
11985           Reset on ready. Fixes 160276.
11986
11987 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11988
11989         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11990
11991         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11992         (gst_ffmpegcsp_pad_link):
11993           Fix memleak (#154815).
11994
11995 2004-12-16  James Bowes  <bowes@cs.dal.ca>
11996
11997         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11998
11999         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
12000         (gst_musicbrainz_init), (gst_musicbrainz_chain),
12001         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
12002         * ext/musicbrainz/gsttrm.h:
12003           Add support for using a proxy server when getting a trm id from
12004           the MusicBrainz database (#149613).
12005
12006 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
12007
12008         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12009
12010         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
12011         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
12012           Fix memleaks (#157233).
12013
12014 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
12015
12016         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12017
12018         * gst-libs/gst/resample/resample.c: (gst_resample_close):
12019         * gst-libs/gst/resample/resample.h:
12020         * gst/audioscale/gstaudioscale.c:
12021           Fix memleak (#159215).
12022
12023 2004-12-16  Toni Willberg  <toniw@iki.fi>
12024
12025         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12026
12027         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
12028         * sys/oss/oss_probe.c: (main):
12029           Check for mono/stereo support (similar to samplerate probing),
12030           fixes #159433. Also add missing copyright header to oss_probe.c.
12031
12032 2004-12-15  David Schleef  <ds@schleef.org>
12033
12034         * configure.ac: add audioresample and cairo plugins.  Remove
12035         HAVE_MMX stuff, because it's not used.
12036         * ext/Makefile.am: same
12037         * ext/audioresample/Makefile.am: You are not ready for an
12038         audio resampling element based on audioresample.
12039         * ext/audioresample/gstaudioresample.c:
12040         * ext/audioresample/gstaudioresample.h:
12041         * ext/cairo/Makefile.am: You are not ready for overlay elements
12042         based on cairo.  Don't look too closely, these elements kinda
12043         suck right now.
12044         * ext/cairo/gstcairo.c: new
12045         * ext/cairo/gsttextoverlay.c: new
12046         * ext/cairo/gsttextoverlay.h: new
12047         * ext/cairo/gsttimeoverlay.c: new
12048         * ext/cairo/gsttimeoverlay.h: new
12049         * gst-libs/gst/media-info/media-info-priv.h: fix compile
12050         problem with compilers that don't support variadic macros.
12051
12052 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
12053
12054         Reviewed by:  David Schleef  <ds@schleef.org>
12055
12056         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
12057         Bala, registering sunaudiosrc (oops!), and cleaning up code a
12058         bit.  Also ran indent-gst.
12059         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
12060         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
12061         (gst_sunaudiosrc_setparams):
12062
12063 2004-12-14  David Schleef  <ds@schleef.org>
12064
12065         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
12066         output rate to 16000.  Should fix #160235.
12067
12068 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12069
12070         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
12071         Add typefinding for mpeg2 pes streams
12072
12073 2004-12-13  David Schleef  <ds@schleef.org>
12074
12075         * configure.ac:  Applied patch from bug #143659, making default
12076         sources and sinks OS-dependent (for Solaris), and added code
12077         for OS/X.
12078         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
12079
12080 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12081
12082         * gst-libs/gst/riff/riff-media.c:
12083           forgot to add h2.64 to avidemux template caps
12084
12085 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12086
12087         * gst/wavenc/riff.h:
12088         * gst-libs/gst/riff/riff-media.c:
12089         * gst-libs/gst/riff/riff-ids.h:
12090         * gst/avi/gstavimux.c
12091         add 4CC code for VideoSoft h264 in AVI (VSSH)
12092           fixes bug #160655
12093         remove s323 from riff, it's quicktime specific :(
12094
12095 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12096
12097         * gst/asfdemux/README
12098         * gst/wavenc/riff.h
12099         * gst-libs/gst/riff/riff-ids.h
12100         * gst-libs/gst/riff/riff-media.c
12101         * gst/qtdemux/qtdemux.c:
12102           add new 4CC codes for h263 related codecs
12103           fixes partially bug #155163
12104
12105 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
12106
12107         * configure.ac: Update polyaudio requirement to 0.7
12108         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
12109
12110 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12111
12112         * gst/interleave/deinterleave.c:
12113         fix my name's spelling! :)
12114
12115 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12116
12117         * AUTHORS ChangeLog
12118         * gst/auparse/gstauparse.c
12119         * gst/interleave/deinterleave.c
12120         * gst/law/:
12121                 alaw-decode.c alaw-encode.c
12122                 mulaw-decode.c mulaw-encode.c
12123         * gst/oneton/gstoneton.c
12124         * sys/osxaudio/:
12125                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
12126         * sys/osxvideo/:
12127                 cocoawindow.h cocoawindow.m
12128                 osxvideosink.h osxvideosink.m
12129
12130         put the same mail address for Zaheer Abbas Merali everywhere
12131
12132 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12133
12134         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
12135           Align by packetsize, and assert that we a packet available before
12136           playing. The first makes webstreams work (they often include
12137           trailing padding data in a packet), the second allows pausing a
12138           ASF stream in totem without getting demux errors afterwards.
12139
12140 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12141
12142         * ext/ogg/gstoggdemux.c: (get_relative):
12143           Check for non-NULL before accessing member (end-of-chain).
12144
12145 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12146
12147         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12148         (cdparanoia_set_property), (cdparanoia_get_property):
12149         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
12150         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
12151         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12152         (dvdreadsrc_init), (dvdreadsrc_set_property),
12153         (dvdreadsrc_get_property):
12154         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
12155         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
12156           Synchronize property names where not yet the case. Devices are
12157           now device=X, other versions are deprecated (but still exist).
12158           Also use g_free() unconditionally.
12159         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12160         (setup_source), (gst_play_base_bin_get_property):
12161           Expose source.
12162
12163 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12164
12165         * configure.ac: move GCONF macro outside conditional for the am
12166           conditional. Fixes #160439
12167
12168 2004-12-08  David Schleef  <ds@schleef.org>
12169
12170         * tools/gst-visualise-m.m: Switch to elements that currently
12171         exist.
12172
12173 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12174
12175         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12176           We love wrong commas.
12177
12178 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12179
12180         * gst/matroska/matroska-demux.c:
12181         (gst_matroska_demux_handle_src_query):
12182           Don't set DEFAULT, unsupported - makes length display incorrectly
12183           in some cases.
12184
12185 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
12186
12187         * gst/monoscope/README: remove blurb about files being GPL
12188         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
12189         * gst/monoscope/monoscope.c: Change license to BSD with explanation
12190           monoscope is now effectively LGPL licensed
12191
12192 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
12193
12194         * gst/monoscope/README: Update information to be more correct
12195         * gst/monoscope/convolve.c: Relicense to LGPL
12196         * gst/monoscope/convolve.h: Relicense to LGPL
12197
12198 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
12199
12200         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
12201           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
12202         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
12203           set default_duration for mpeg1 audio
12204
12205 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12206
12207         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
12208         * ext/alsa/gstalsa.h:
12209           refactor big chunks of the core caps negotiation code to make it
12210           a lot faster, because people claim it's really slow
12211           (actually, just cache the getcaps when the device is opened)
12212
12213 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12214
12215         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
12216         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
12217         (gst_a52dec_handle_frame), (gst_a52dec_chain),
12218         (gst_a52dec_change_state), (plugin_init):
12219         * ext/a52dec/gsta52dec.h:
12220           Do something useful with timestamps. Make chain-based (since
12221           there's really no reason to be loopbased).
12222         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12223           Update current_byte/frame correctly.
12224
12225 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12226
12227         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
12228         (gst_ape_demux_stream_init):
12229           Forward tags, too.
12230
12231 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12232
12233         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
12234           Let's make sure we're done typefinding when detecting tags.
12235
12236 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12237
12238         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
12239         (gst_ebml_read_init), (gst_ebml_read_use_event),
12240         (gst_ebml_read_element_id), (gst_ebml_peek_id),
12241         (gst_ebml_read_seek), (gst_ebml_read_skip),
12242         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
12243         (gst_ebml_read_master):
12244         * gst/matroska/ebml-read.h:
12245         * gst/matroska/matroska-demux.c:
12246         (gst_matroska_demux_parse_contents),
12247         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
12248           Disgustingly evil hack for working around INTERRUPT events and
12249           their extremely annoying habit of being a pain in the ass. We
12250           simply peek a cluster before reading any of it.
12251
12252 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12253
12254         * ext/musepack/gstmusepackdec.cpp:
12255           There's also floating point libmusepacks.
12256
12257 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12258
12259         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
12260         (gst_faad_chanpos_to_gst), (gst_faad_chain):
12261           Set DURATION even if source buffer didn't. Also use increasing
12262           timestamps.
12263         * gst-libs/gst/riff/riff-media.c:
12264         (gst_riff_create_audio_caps_with_data):
12265           Block_align can have larger values than 8192.
12266
12267 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12268
12269         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
12270         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
12271         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
12272         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
12273           Fix caps.
12274
12275 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12276
12277         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
12278           Fix logic bug.
12279
12280 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12281
12282         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
12283           Yay, another one.
12284
12285 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12286
12287         * ext/esd/esdsink.c: (gst_esdsink_chain):
12288           Make error actually say something useful (fixes #156798).
12289         * gst-libs/gst/riff/riff-media.c:
12290         (gst_riff_create_video_caps_with_data),
12291         (gst_riff_create_video_template_caps):
12292           Add Intel Video 5.0 fourcc (IV50).
12293
12294 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
12295
12296         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
12297         detection on mono and stereo mp3 files.
12298
12299 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12300
12301         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12302           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
12303           the contained stream).
12304
12305 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12306
12307         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
12308           Oops, remove debug.
12309
12310 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12311
12312         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12313
12314         * gst/law/alaw-decode.c: (alawdec_getcaps):
12315         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
12316           Prevent warnings when negotiating caps (fixes #159338).
12317
12318 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12319
12320         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12321         (gst_ffmpegcsp_chain):
12322           Remove old leftover that shouldn't be there...
12323
12324 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12325
12326         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12327
12328         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
12329           Don't forward DISCONT events (fixes #159684).
12330
12331 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12332
12333         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
12334           Unlink manually since sometimes bin disposal (and therefore
12335           pad unlinking) is delayed, which will cause a new media file
12336           to not be able to start playing instantly.
12337
12338 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12339
12340         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
12341           On mute of an unlinked stream, check for pad availability so
12342           we don't crash on unlinked pad.
12343
12344 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12345
12346         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12347         (gst_avi_demux_massage_index):
12348           Fix quite humiliating bug in omitting 0-sized index chunks but
12349           forgetting to count them for timestamps.
12350
12351 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12352
12353         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
12354           Actually leave the loop if we failed to sync. Don't crash.
12355
12356 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12357
12358         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
12359         (gst_dvd_demux_process_private):
12360         * gst/mpegstream/gstdvddemux.h:
12361           Fix crash (#159759). Doesn't work, though. :-(.
12362
12363 2004-11-28  Benjamin Otte  <otte@gnome.org>
12364
12365         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
12366           more overwriting protection due to modifying channels one by one
12367           instead of all at once
12368
12369 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12370
12371         * gst/audioconvert/gstchannelmix.c:
12372         (gst_audio_convert_fill_normalize):
12373           Normalize using absolute values.
12374
12375 2004-11-28  Julien MOUTTE  <julien@moutte.net>
12376
12377         * configure.ac:
12378         * ext/Makefile.am:
12379         * ext/directfb/Makefile.am:
12380         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
12381         (gst_directfbvideosink_get_pixel_format),
12382         (gst_directfbvideosink_get_format_from_fourcc),
12383         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
12384         (gst_directfbvideosink_sink_link),
12385         (gst_directfbvideosink_change_state),
12386         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
12387         (gst_directfbvideosink_buffer_alloc),
12388         (gst_directfbvideosink_interface_supported),
12389         (gst_directfbvideosink_interface_init),
12390         (gst_directfbvideosink_navigation_send_event),
12391         (gst_directfbvideosink_navigation_init),
12392         (gst_directfbvideosink_set_property),
12393         (gst_directfbvideosink_get_property),
12394         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
12395         (gst_directfbvideosink_base_init),
12396         (gst_directfbvideosink_class_init),
12397         (gst_directfbvideosink_get_type), (plugin_init):
12398         * ext/directfb/directfbvideosink.h: Adding a first version of
12399         directfbvideosink.
12400         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
12401         more.
12402
12403 2004-11-28  Benjamin Otte  <otte@gnome.org>
12404
12405         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
12406           walk the samples backwards if out_channels > in_channels so we don't
12407           overwrite data
12408
12409 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12410
12411         * gst/audioconvert/Makefile.am:
12412         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
12413         (gst_audio_convert_link), (gst_audio_convert_change_state),
12414         (gst_audio_convert_channels):
12415         * gst/audioconvert/gstchannelmix.c:
12416         (gst_audio_convert_unset_matrix),
12417         (gst_audio_convert_fill_identical),
12418         (gst_audio_convert_fill_compatible),
12419         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
12420         (gst_audio_convert_fill_others),
12421         (gst_audio_convert_fill_normalize),
12422         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
12423         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
12424         * gst/audioconvert/gstchannelmix.h:
12425           Implement a channel mixer.
12426
12427 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
12428
12429         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
12430         * ext/alsa/gstalsa.h:
12431         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
12432         Make alsasink actually honor gst_element_set_clock and use that
12433         clock instead of its internal one.
12434
12435 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
12436
12437         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
12438         (gst_play_base_bin_change_state): nullify source and decoder when
12439         going from READY to NULL so that we don't try to do weird stuff with
12440         them when going from NULL to READY
12441         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
12442         instead of g_object_unref
12443         (gen_video_element), (gen_audio_element): more refcounting fixes, now
12444         it should be correct
12445         (gst_play_bin_change_state): don't call remove_sinks if we are
12446         currently disposing the object
12447
12448 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12449
12450         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
12451           Don't forget bass if it's there. Else left channel is silent...
12452
12453 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12454
12455         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
12456         (gst_a52dec_change_state):
12457           Don't do sample adjusting anymore, we use float audio now.
12458         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12459           Don't fixate to non-existing properties.
12460
12461 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12462
12463         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
12464         (gst_a52dec_change_state):
12465           Advertise that we can do surround sound.
12466
12467 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12468
12469         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
12470           Add buffer-frames=0.
12471         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
12472         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
12473         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
12474         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
12475         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
12476         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
12477         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
12478         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
12479         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
12480         * ext/dvdread/dvdreadsrc.h:
12481           Add seeking, querying for bytes, sectors, title, angle and
12482           chapter. Handle multiple chapters. Relicense to LGPL because
12483           Billy agreed on that (thanks Billy!).
12484
12485 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
12486
12487         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
12488         call parent dispose method
12489
12490 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
12491
12492         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
12493         (gst_audio_clock_get_internal_time):
12494         Fix active <-> inactive transitions: ensure time value always
12495         grows and avoid abrupt value changes.
12496
12497 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
12498
12499         * configure.ac:
12500         * gst/tta/Makefile.am:
12501         * gst/tta/crc32.h:
12502         * gst/tta/filters.h:
12503         * gst/tta/gsttta.c:
12504         * gst/tta/gstttadec.c:
12505         * gst/tta/gstttadec.h:
12506         * gst/tta/gstttaparse.c:
12507         * gst/tta/gstttaparse.h:
12508         * gst/tta/ttadec.h:
12509           added TTA parser and decoder
12510
12511 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12512
12513         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12514         (probe_triggered), (check_queue), (buffer_underrun),
12515         (buffer_running), (buffer_overrun), (gen_source_element),
12516         (setup_source):
12517         * gst/playback/gstplaybasebin.h:
12518           Implement buffering. Needs some more work.
12519
12520 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12521
12522         * ext/theora/theoradec.c: (theora_dec_chain):
12523           Fix ilog mask range overflow.
12524
12525 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12526
12527         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
12528           Don't omit the last (which in case of dmix is the only :) )
12529           channel count. Don't set channels if <= 2.
12530
12531 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
12532
12533         * gst/playback/gstplaybin.c: (gen_video_element),
12534         (gen_audio_element): Removed 2 obsolete comments
12535
12536 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12537
12538         * ext/vorbis/oggvorbisenc.c
12539         * ext/vorbis/vorbisenc.c :
12540           change description fields of those plugins to differentiate them
12541           (pitivi show Encoders by description, they had the same one)
12542
12543 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
12544
12545         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12546
12547         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
12548         (gst_play_bin_set_property), (gen_video_element),
12549         (gen_audio_element):
12550           Refcounting fixes for provided audio-/videosinks.
12551
12552 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12553
12554         * gst/playback/gstplaybin.c: (gen_video_element),
12555         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
12556           Don't reference all sinks, but only the video- and audiosinks.
12557           The vis. element should be disposed when we're done with it.
12558           We don't have any reason to keep it around. This fixes warnings
12559           when reusing playbin for playing multiple audio files with
12560           vis. enabled. Also release audio device on pause - idea stolen
12561           from Rhythmbox.
12562
12563 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12564
12565         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
12566         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
12567         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
12568         * ext/alsa/gstalsaplugin.c: (plugin_init):
12569         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
12570         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
12571         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
12572         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
12573         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
12574         (gst_faad_change_state), (plugin_init):
12575         * ext/faad/gstfaad.h:
12576         * ext/vorbis/vorbis.c: (plugin_init):
12577         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12578         * gst-libs/gst/audio/Makefile.am:
12579         * gst-libs/gst/audio/audio.c: (plugin_init):
12580         * gst-libs/gst/audio/multichannel.c:
12581         (gst_audio_check_channel_positions),
12582         (gst_audio_get_channel_positions),
12583         (gst_audio_set_channel_positions),
12584         (gst_audio_set_structure_channel_positions_list),
12585         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
12586         (gst_audio_fixate_channel_positions):
12587         * gst-libs/gst/audio/multichannel.h:
12588         * gst-libs/gst/audio/testchannels.c: (main):
12589         * gst/audioconvert/gstaudioconvert.c:
12590         (gst_audio_convert_class_init), (gst_audio_convert_init),
12591         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
12592         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
12593         (gst_audio_convert_fixate), (gst_audio_convert_channels):
12594         * gst/audioconvert/plugin.c: (plugin_init):
12595           Surround sound support.
12596
12597 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12598
12599         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
12600           Fix position for discont if we're close as well. Nitpicking, but
12601           saves a few milliseconds of extra waiting or skipping.
12602
12603 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12604
12605         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
12606           We sometimes need parsers for playback, so add those too.
12607
12608 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12609
12610         * configure.ac:
12611         * gst/apetag/Makefile.am:
12612         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
12613         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
12614         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
12615         (gst_ape_demux_get_src_query_types),
12616         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
12617         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
12618         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
12619         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
12620         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
12621         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
12622         (gst_ape_demux_change_state):
12623         * gst/apetag/apedemux.h:
12624         * gst/apetag/apetag.c: (plugin_init):
12625         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
12626         (plugin_init):
12627           APE v1/2 tag reader plus typefind function.
12628
12629 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12630
12631         * configure.ac:
12632         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12633         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12634           Remove hacks for older core. Require newer core version
12635           accordingly.
12636
12637 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12638
12639         * gst/cdxaparse/Makefile.am:
12640         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
12641         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
12642         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
12643         * gst/cdxaparse/gstcdxaparse.h:
12644         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
12645         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
12646         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
12647         (gst_cdxastrip_get_src_query_types),
12648         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
12649         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
12650         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
12651         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
12652         * gst/cdxaparse/gstcdxastrip.h:
12653           SVCD/VCD header stripping separated from CDXA image parsing.
12654         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12655         (plugin_init):
12656           Add VCD/SVCD header typefinding for VCD/SVCD.
12657         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
12658         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
12659         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
12660         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
12661         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
12662         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
12663         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
12664         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
12665         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
12666         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
12667         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
12668         * sys/vcd/vcdsrc.h:
12669           Fix up, add seeking, querying, URI interface. Works in totem now.
12670
12671 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12672
12673         * configure.ac:
12674           back to CVS
12675
12676 === release 0.8.6 ===
12677
12678 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12679
12680         * NEWS:
12681         * RELEASE:
12682         * configure.ac:
12683         * po/af.po:
12684         * po/az.po:
12685         * po/cs.po:
12686         * po/en_GB.po:
12687         * po/hu.po:
12688         * po/it.po:
12689         * po/nb.po:
12690         * po/nl.po:
12691         * po/or.po:
12692         * po/sq.po:
12693         * po/sr.po:
12694         * po/sv.po:
12695         * po/uk.po:
12696           releasing 0.8.6, "IOU Love"
12697
12698 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12699
12700         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12701
12702         * gst/playback/gstplaybasebin.c:
12703           Fix unplayable files error handling.  Fixes #158365
12704
12705 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12706
12707         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12708
12709         * gst/typefind/gsttypefindfunctions.c:
12710           Fix broken mp3 typefinding.  Fixes #158375
12711
12712 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12713
12714         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12715
12716         * ext/ogg/gstoggdemux.c:
12717           Fix sync on broken files.  Fixes #158976
12718
12719 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12720
12721         patch by: Edward Hervey <bilboed@bilboed.com>
12722
12723         * ext/libpng/gstpngenc.c:
12724           Copy over buffer properties.  Fixes #158832
12725
12726 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12727
12728         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
12729
12730         * ext/dvdread/dvdreadsrc.c:
12731           Fixes invalid reads (#158462)
12732
12733 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12734
12735         * sys/v4l/gstv4lsrc.c:
12736         * sys/v4l/gstv4lsrc.h:
12737         * sys/v4l/v4lsrc_calls.c:
12738           Probe less and cache it.  Fixes #159187.
12739
12740 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12741
12742         * gst/videorate/gstvideorate.c:
12743           Handle all video formats. Fixes #159186.
12744
12745 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
12746         * gst/synaesthesia/gstsynaesthesia.c:
12747         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
12748         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
12749         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
12750         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
12751         (gst_synaesthesia_change_state), (plugin_init):
12752         Fix up synaesthesia to work under different samplerates/ buffer sizes.
12753         Force 320x200 output, as that's the only thing the underlying
12754         synaesthesia implementation supports. Still needs to be made
12755         re-entrant.
12756
12757 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12758
12759         * configure.ac:
12760           Fix mpeg2enc configure check (similar to mplex check below).
12761
12762 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
12763
12764         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12765
12766         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12767           Fix for gcc-2.95 (fixes #158221).
12768
12769 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12770
12771         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12772           Re-add clock distribution hack (until new core is released).
12773           Fixes #158125.
12774
12775 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
12776         * configure.ac:
12777           fix mplex configure check segfaulting on some systems (bug #140994)
12778
12779 2004-11-13  Benjamin Otte  <otte@gnome.org>
12780
12781         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
12782           add debugging
12783         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12784           do a wait when we enter the loop func with no data available to
12785           write instead of getting into an 100% CPU loop by just returning and
12786           being called again by the scheduler
12787
12788 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
12789
12790         * configure.ac:
12791         * ext/libvisual/visual.c: (gst_visual_get_type),
12792         (libvisual_log_handler), (gst_visual_getcaps),
12793         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
12794         (plugin_init):
12795           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
12796         * ext/smoothwave/Makefile.am:
12797         * ext/smoothwave/demo-osssrc.c: (main):
12798         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
12799         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
12800         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
12801         (plugin_init):
12802         * ext/smoothwave/gstsmoothwave.h:
12803           Make gstsmoothwave a working element in the 20th century.
12804
12805         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
12806           Fix incorrect link function
12807
12808 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12809
12810         * gst/volume/gstvolume.c:
12811           Allow buffer-frames=0.
12812
12813 2004-11-12 Iain <iaingnome@gmail.com>
12814
12815         * configure.ac: Check for polypaudio
12816
12817         * ext/Makefile.am: Build the polyp dir
12818
12819         * ext/polyp: The polypsink sources.
12820
12821 2004-10-30 Iain <iaingnome@gmail.com>
12822
12823         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
12824         caps to reflect the new number of channels.
12825
12826 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12827
12828         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12829           Fix for negotiation order problem. This would show when the
12830           ALSA loopfuction was called before any other function. ALSA
12831           wouldn't do anything because we're not negotiated yet, leading
12832           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
12833
12834 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12835
12836         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12837
12838         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12839           No warnings (#157986).
12840
12841 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12842
12843         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12844           Prefer apev1/2 and id3v1 (at end of file) over musepack.
12845
12846 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12847
12848         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
12849           Signal no-more-pads (so it works in playbin).
12850
12851 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12852
12853         * ext/musepack/gstmusepackreader.cpp:
12854           Workaround for older core.
12855
12856 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12857
12858         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
12859           Actually test for odd width/height rather than testing whether
12860           a temporary variable that was 0 before we subtracted 1 is now
12861           not equal to zero (which it always is).
12862
12863 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12864
12865         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
12866         Fix compilation if HAVE_XVIDEO is not defined
12867
12868 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12869
12870         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12871         Fix compilation if HAVE_XVIDEO is not defined
12872
12873 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
12874
12875         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12876         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
12877         (gst_goom_change_state), (plugin_init):
12878         Use the bytestream adapter so goom doesn't depend on the input
12879         buffer size.
12880         Add a debug category
12881
12882 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12883
12884         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12885           Only set hardware parameters *after* negotiation. Before
12886           negotiation, it will set ANY and that seems to cause crashes
12887           (see e.g. #151288, #153227).
12888
12889 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12890
12891         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
12892           This seems to be antique leftover. It needs to pass error
12893           checking.
12894         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
12895         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
12896         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
12897         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
12898           Fix GstXOverlay implementation (#151059).
12899
12900 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12901
12902         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12903           Don't assert (#157853).
12904
12905 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12906
12907         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
12908           Fix bytes/samples confustion.
12909         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
12910           Fix for underrun (#144389).
12911
12912 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12913
12914         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12915           Disable halfway-seek for pending release (since it needs a new
12916           core release).
12917
12918 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12919
12920         * sys/v4l/gstv4lsrc.c:
12921         * sys/v4l/gstv4lsrc.h:
12922         * sys/v4l/v4lsrc_calls.c:
12923           add autoprobe-fps property so we can separate autoprobing parts
12924
12925 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12926
12927         * sys/v4l/gstv4lsrc.c:
12928         * sys/v4l/v4lsrc_calls.c:
12929         initialise fourcc to catch unset fourcc's, and debug
12930
12931 2004-11-09  Wim Taymans  <wim@fluendo.com>
12932
12933         * gst/playback/README:
12934         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12935         * gst/playback/gstplaybin.c: (gst_play_bin_init),
12936         (gst_play_bin_dispose), (gst_play_bin_set_property),
12937         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
12938         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
12939         (gst_play_bin_get_formats), (gst_play_bin_convert),
12940         (gst_play_bin_get_query_types), (gst_play_bin_query):
12941         Cleanups and some more documentation.
12942
12943 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
12944
12945         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
12946         (gst_cacasink_init), (gst_cacasink_chain):
12947         * ext/libcaca/gstcacasink.h:
12948         Cacasink inherits from VideoSink, so let that store the clock.
12949
12950 2004-11-09  Wim Taymans  <wim@fluendo.com>
12951
12952         * gst/playback/README:
12953         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
12954         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
12955         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
12956         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
12957         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
12958         (setup_sinks):
12959         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
12960         (gst_stream_info_is_mute), (gst_stream_info_set_property):
12961         * gst/playback/gststreaminfo.h:
12962         Updated README.
12963         Only switch groups if all streams have muted (EOSed).
12964         Send Tags in sync with the stream playback instead of in
12965         the playback/preroll phase.
12966         Some cleanups, free the fakesrc elements.
12967
12968 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12969
12970         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
12971           buffer-frames property was missing
12972         * ext/arts/gst_arts.c:
12973           rate missing from sinkcaps
12974         * ext/audiofile/gstafparse.c:
12975         * ext/audiofile/gstafsink.c:
12976         * ext/audiofile/gstafsrc.c:
12977         * ext/swfdec/gstswfdec.c:
12978           int audio doesn't know buffer-frames
12979         * ext/cdparanoia/gstcdparanoia.c:
12980           int audio doesn't know chunksize either
12981         * ext/nas/nassink.c:
12982           it's endianness, not endianess
12983         * gst-libs/gst/audio/audio.h:
12984           make float standard pad template caps really describe float
12985         * gst/law/mulaw.c: (linear_factory):
12986           signed only, please
12987         * gst/mpegstream/gstdvddemux.c:
12988           widths of 20 are not valid
12989
12990 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12991
12992         Submitted by: Luca Ferretti <elle.uca@infinito.it>
12993
12994         * po/LINGUAS:
12995         * po/it.po:
12996           Add Italian
12997
12998 2004-11-08  Wim Taymans  <wim@fluendo.com>
12999
13000         * gst/playback/README:
13001         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
13002         * gst/playback/gstplaybasebin.c: (probe_triggered),
13003         (gst_play_base_bin_change_state):
13004         Updated README, added more comments for fixmes etc..
13005
13006 2004-11-08  Wim Taymans  <wim@fluendo.com>
13007
13008         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
13009         We can remove this hack now.
13010
13011 2004-11-08  Wim Taymans  <wim@fluendo.com>
13012
13013         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
13014         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13015         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
13016         Only mix AYUV for maximum quality.
13017
13018 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13019
13020         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
13021         (gst_ogg_demux_push), (gst_ogg_pad_push):
13022           Let's act as if we're synchronized now! :).
13023         * ext/theora/theoradec.c: (theora_dec_chain):
13024           Add some debug.
13025
13026 2004-11-08  Wim Taymans  <wim@fluendo.com>
13027
13028         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
13029         (gst_alpha_set_property), (gst_alpha_sink_link),
13030         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
13031         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
13032         (gst_alpha_init_params), (gst_alpha_chain):
13033         Implement alpha functions for AYUV too, this increases
13034         accuracy quite a bit.
13035
13036 2004-11-08  Wim Taymans  <wim@fluendo.com>
13037
13038         * gst/ffmpegcolorspace/avcodec.h:
13039         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13040         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
13041         (gst_ffmpegcsp_avpicture_fill):
13042         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13043         (gst_ffmpegcsp_caps_remove_format_info):
13044         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
13045         (shrink12), (img_get_alpha_info), (deinterlace_line),
13046         (deinterlace_line_inplace):
13047         * gst/ffmpegcolorspace/imgconvert_template.h:
13048         Added AYUV colorspace and handle RGBA a bit more respectful.
13049
13050 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13051
13052         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13053           Actually always send a discont (cornercase when resending the
13054           same serial-tagged chain twice).
13055
13056 2004-11-08  Julien MOUTTE  <julien@moutte.net>
13057
13058         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
13059         (gst_ximagesink_finalize):
13060         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
13061         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
13062
13063 2004-11-08  Wim Taymans  <wim@fluendo.com>
13064
13065         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
13066         Don't segfault on NULL data.
13067
13068 2004-11-08  Wim Taymans  <wim@fluendo.com>
13069
13070         * gst/playback/gstdecodebin.c: (unlinked):
13071         * gst/playback/gstplay-marshal.list:
13072         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13073         (gst_play_base_bin_init), (group_create), (get_active_group),
13074         (get_building_group), (group_destroy), (group_commit),
13075         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
13076         (add_element_stream), (no_more_pads), (probe_triggered),
13077         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
13078         (state_change), (setup_source), (gst_play_base_bin_get_property),
13079         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13080         (gst_play_base_bin_link_stream),
13081         (gst_play_base_bin_get_streaminfo):
13082         * gst/playback/gstplaybasebin.h:
13083         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13084         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
13085         Add support for chained ogg files. Prepare for playlist
13086         support. This patch introduces the concept of pad groups, which
13087         together compose one playable media file.
13088
13089 2004-11-07  David Schleef  <ds@schleef.org>
13090
13091         * testsuite/gst-lint: Check for pad templates that aren't statically
13092         scoped.
13093
13094 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13095
13096         * configure.ac:
13097         * ext/Makefile.am:
13098         * ext/musepack/Makefile.am:
13099         * ext/musepack/gstmusepackdec.cpp:
13100         * ext/musepack/gstmusepackdec.h:
13101         * ext/musepack/gstmusepackreader.cpp:
13102         * ext/musepack/gstmusepackreader.h:
13103           Add musepack decoder.
13104         * ext/faad/gstfaad.c: (gst_faad_base_init):
13105           Make pad templates static.
13106         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13107         (plugin_init):
13108           Add musepack typefinder, make mp3 typefinding work halfway stream,
13109           which doesn't actually work yet because id3demux doesn't implement
13110           _get_length().
13111
13112 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13113
13114         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13115         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
13116           Fix interrupt event handling (#144436).
13117
13118 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13119
13120         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
13121           Hide unused glory.
13122
13123 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13124
13125         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13126
13127         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
13128           Fix weird caps (#157548).
13129
13130 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13131
13132         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13133
13134         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
13135           Add missing NULL terminator (#157543).
13136
13137 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13138
13139         * gst/tcp/gsttcp.h:
13140         * gst/tcp/gsttcpclientsink.c:
13141         * gst/tcp/gsttcpclientsrc.c:
13142         * gst/tcp/gsttcpserversink.c:
13143         * gst/tcp/gsttcpserversrc.c:
13144           ports can go up to 65535.  Move common defines to gsttcp.h
13145
13146 2004-11-05  Wim Taymans  <wim@fluendo.com>
13147
13148         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
13149         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
13150         Added two more colorspaces.
13151
13152 2004-11-05  Wim Taymans  <wim@fluendo.com>
13153
13154         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13155         (gst_ffmpegcsp_avpicture_fill):
13156         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
13157         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
13158         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
13159         More stride fixes.
13160
13161 2004-11-05  Wim Taymans  <wim@fluendo.com>
13162
13163         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
13164         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
13165         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
13166         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
13167         (gst_videomixer_loop):
13168         More stride fixes.
13169
13170 2004-11-05  Benjamin Otte  <otte@gnome.org>
13171
13172         * ext/mad/gstmad.c: (gst_mad_chain):
13173           don't overflow data buffer. Flush not needed sync data when syncing
13174           failed.
13175
13176 2004-11-04  Wim Taymans  <wim@fluendo.com>
13177
13178         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
13179         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
13180         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
13181         (gst_alpha_init_params), (gst_alpha_chain),
13182         (gst_alpha_change_state):
13183         Updated the chroma keying algorithm with something more
13184         sophisticated.
13185
13186 2004-11-03  Wim Taymans  <wim@fluendo.com>
13187
13188         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
13189         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13190         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
13191         Fix stride issues. Does not completely work for odd
13192         heights.
13193
13194 2004-11-03  Wim Taymans  <wim@fluendo.com>
13195
13196         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
13197         (gst_alpha_chroma_key), (gst_alpha_chain):
13198         Fix stride issues. Does not completely work for odd
13199         heights.
13200
13201 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
13202
13203         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
13204         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
13205         leak fixes
13206
13207 2004-11-03  Wim Taymans  <wim@fluendo.com>
13208
13209         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13210         (gst_ffmpegcsp_avpicture_fill):
13211         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
13212         (avpicture_alloc):
13213         * gst/ffmpegcolorspace/imgconvert_template.h:
13214         Use correct _fill function to get correct strides.
13215
13216 2004-11-02  David Schleef  <ds@schleef.org>
13217
13218         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13219         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
13220         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
13221         Change all g_print()s to debugging.  Add a bunch of consistency
13222         checks.
13223
13224 2004-11-02  Wim Taymans  <wim@fluendo.com>
13225
13226         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13227         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
13228         (unlinked), (no_more_pads), (close_link):
13229         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13230         (unknown_type), (add_element_stream), (new_decoded_pad),
13231         (removed_decoded_pad), (setup_source):
13232         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
13233         (gst_stream_info_class_init), (gst_stream_info_init),
13234         (gst_stream_info_new), (gst_stream_info_dispose),
13235         (stream_info_mute_pad), (gst_stream_info_set_property),
13236         (gst_stream_info_get_property):
13237         * gst/playback/gststreaminfo.h:
13238         Fix playback of multiple files.
13239         a slightly different approach to handling dynamic pad removals.
13240         This one only looks at pads that we have linked.
13241
13242 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
13243
13244         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
13245         free" warning from libc.
13246
13247 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13248
13249         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13250         (get_unconnected_element), (remove_starting_from), (pad_removed),
13251         (close_link):
13252           Implement support for dynamic pad changing. We listen to "live"
13253           pad removals (i.e. while playing) and re-setup autoplugging
13254           after that. Playbasebin/playbin need some more work for this
13255           to finally work, but decodebin supports (and replugs) chained
13256           ogg now.
13257
13258 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
13259
13260         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
13261         (gst_alsa_finalize):
13262         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
13263         (gst_cdaudio_finalize):
13264         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13265         (cdparanoia_finalize):
13266         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
13267         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
13268         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
13269         (dvdreadsrc_finalize):
13270         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13271         (gst_flacdec_finalize):
13272         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
13273         (gst_flacenc_finalize):
13274         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
13275         (gst_gnomevfssink_finalize):
13276         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
13277         (gst_gnomevfssrc_finalize):
13278         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
13279         (gst_fameenc_finalize):
13280         * ext/nas/nassink.c: (gst_nassink_class_init),
13281         (gst_nassink_finalize):
13282         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
13283         (gst_sdlvideosink_class_init):
13284         * ext/sndfile/gstsf.c: (gst_sf_dispose):
13285         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
13286         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
13287         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
13288         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
13289         (gst_x_window_listener_dispose):
13290         * gst/audioscale/gstaudioscale.c:
13291         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
13292         (play_on_demand_finalize):
13293         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
13294         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
13295         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
13296         (cdplayer_finalize):
13297         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
13298         (gst_glimagesink_class_init):
13299         * sys/oss/gstosselement.c: (gst_osselement_class_init),
13300         (gst_osselement_finalize):
13301         * sys/oss/gstosssink.c: (gst_osssink_dispose):
13302         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
13303         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
13304           Fixes a bunch of problems with finalize and dispose functions,
13305           either assumptions that dispose is only called once, or not calling
13306           the parent class dispose/finalize function
13307
13308 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
13309
13310         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
13311           added two api precondition guards
13312           use g_strdup with getenv to fix crash when using ENVVAR
13313
13314 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
13315         * ext/esd/esdsink.c: (gst_esdsink_class_init),
13316         (gst_esdsink_finalize):
13317         Use a finalize function, not dispose, and more importantly,
13318         call the parent class finalize function too
13319
13320 2004-11-01  Johan Dahlin  <johan@gnome.org>
13321
13322         * ext/ogg/gstoggdemux.c:
13323         * gst/tags/gstvorbistag.c:
13324         Plug leaks.
13325
13326 2004-10-31  Benjamin Otte  <otte@gnome.org>
13327
13328         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
13329           lotsa memleaks today. But they're all small...
13330
13331 2004-10-31  Benjamin Otte  <otte@gnome.org>
13332
13333         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13334           another memleak crushed
13335
13336 2004-10-31  Benjamin Otte  <otte@gnome.org>
13337
13338         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
13339           fix memleak
13340
13341 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13342
13343         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13344           Hack to prevent crash when going to READY inside signal handler
13345           while this function is active.
13346
13347 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13348
13349         * gst/ffmpegcolorspace/Makefile.am:
13350         * gst/ffmpegcolorspace/avcodec.h:
13351         * gst/ffmpegcolorspace/common.h:
13352         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
13353         * gst/ffmpegcolorspace/dsputil.h:
13354         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
13355         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13356         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
13357         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
13358         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
13359         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
13360         (gst_ffmpegcsp_avpicture_fill):
13361         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
13362         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13363         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
13364         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
13365         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
13366         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
13367         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
13368         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
13369         * gst/ffmpegcolorspace/imgconvert.c:
13370         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
13371         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
13372         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
13373         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
13374         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
13375         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
13376         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
13377         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
13378         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
13379         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
13380         (grow21), (grow22), (grow41), (grow44), (conv411),
13381         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
13382         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
13383         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
13384         (avpicture_free), (is_yuv_planar), (img_convert),
13385         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
13386         (deinterlace_line_inplace), (deinterlace_bottom_field),
13387         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
13388         * gst/ffmpegcolorspace/imgconvert_template.h:
13389         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
13390         * gst/ffmpegcolorspace/mmx.h:
13391         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
13392         (av_fast_realloc), (av_mallocz_static), (av_free_static),
13393         (av_freep), (avcodec_get_context_defaults),
13394         (avcodec_alloc_context), (avcodec_init):
13395           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
13396           handling plus update from ffmpeg CVS. Large clean-up.
13397
13398 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13399
13400         * gst/playback/Makefile.am:
13401           We need the marshallers for decodebin, too.
13402
13403 2004-10-30  David Schleef  <ds@schleef.org>
13404
13405         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
13406           quicktime typefinding work with 64-bit offsets.
13407
13408 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
13409
13410         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
13411           Set EOS on the element when processing an EOS event.
13412         * ext/speex/gstspeexdec.h:
13413         * ext/speex/gstspeexenc.h:
13414           Only keep a const ptr to the mode
13415         * gst-libs/gst/riff/riff-media.c:
13416         (gst_riff_create_audio_caps_with_data),
13417         (gst_riff_create_audio_template_caps):
13418           Allow WMAV3, with up to 6 channels.
13419         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
13420           Don't call gst_pad_set_event_function on a sink pad.
13421         * gst/mpegstream/gstdvddemux.c:
13422         (gst_dvd_demux_get_subpicture_stream),
13423         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
13424           Copy the explicit caps that were set across to the cur_* pads,
13425           instead of trying to use a possibly non-existent negotiated caps.
13426           Reset the type of subpicture pads to UNKNOWN after calling
13427           init_stream, so that the caps get set.
13428
13429 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
13430
13431         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13432
13433         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13434           Don't touch buffer if it is of size 0 (fixes #151064).
13435
13436 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13437
13438         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
13439           Synchronized discont handling.
13440
13441 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13442
13443         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13444         (gst_ogg_demux_push):
13445           Make seeking sort-of exact again (fixes #156387).
13446
13447 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13448
13449         * gst/playback/gstplaybasebin.c: (unknown_type),
13450         (add_element_stream), (new_decoded_pad),
13451         (gst_play_base_bin_change_state):
13452         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
13453         (gst_stream_info_init), (gst_stream_info_new),
13454         (gst_stream_info_dispose), (gst_stream_info_get_property):
13455         * gst/playback/gststreaminfo.h:
13456           Make caps explicitely available. Makes testing for unsupported
13457           types possible. Improves error reporting.
13458
13459 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13460
13461         * gst/audioconvert/gstaudioconvert.c:
13462         (gst_audio_convert_buffer_to_default_format):
13463           Really don't touch read-only buffers (#156563).
13464
13465 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
13466
13467         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13468
13469         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13470           Fix memleak (#155223).
13471
13472 2004-10-29  Wim Taymans  <wim@fluendo.com>
13473
13474         * gst/tcp/.cvsignore:
13475         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13476         (gst_multifdsink_class_init), (gst_multifdsink_init),
13477         (gst_multifdsink_add), (gst_multifdsink_remove),
13478         (gst_multifdsink_remove_client_link), (is_sync_frame),
13479         (gst_multifdsink_new_client),
13480         (gst_multifdsink_handle_client_write),
13481         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13482         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
13483         (gst_multifdsink_get_property):
13484         * gst/tcp/gstmultifdsink.h:
13485         Added burst on connect sync_method, deprecated sync_clients,
13486         streamlined the sync code some more.
13487
13488 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13489
13490         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
13491         (gst_play_base_bin_change_state):
13492           Improve error reporting.
13493
13494 2004-10-28  Wim Taymans  <wim@fluendo.com>
13495
13496         * gst/tcp/Makefile.am:
13497         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
13498         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
13499         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
13500         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13501         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13502         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13503         (gst_fdset_wait):
13504         Added more locks around fdset structures. Fixed/reworked
13505         the poll array resizing code.
13506         Added stress test for fdset.
13507
13508 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13509
13510         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
13511         fix build
13512
13513 2004-10-28  Benjamin Otte  <otte@gnome.org>
13514
13515         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
13516           fix link function to always query channels and query width for
13517           floats
13518         * configure.ac:
13519           add equalizer dir
13520         * gst/equalizer/Makefile.am:
13521         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
13522         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13523         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
13524         (arg_to_scale), (setup_filter),
13525         (gst_iir_equalizer_compute_frequencies),
13526         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13527         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
13528         (plugin_init):
13529           add an equalizer
13530
13531 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13532
13533         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
13534
13535         * po/LINGUAS:
13536         * po/nb.po:
13537           Added Norwegian Bokmaal translation
13538
13539 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13540
13541         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13542           Don't break on options (fixes #156488).
13543
13544 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13545
13546         * configure.ac:
13547         * ext/cdaudio/Makefile.am:
13548         * sys/Makefile.am:
13549           fix build on older automake
13550
13551 2004-10-26  Wim Taymans  <wim@fluendo.com>
13552
13553         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13554         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13555         Allow a little margin when negotiating the framerate.
13556
13557 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
13558
13559         * gst/level/gstlevel.c:
13560           synchonised naming of pads and pad-templates
13561
13562 2004-10-26  Wim Taymans  <wim@fluendo.com>
13563
13564         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13565         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
13566         (_find_streams_check), (gst_ogg_demux_push):
13567         Fix EOS again. Needs to be done in a better way. We should not
13568         remove the pad if there is no new chained stream.
13569
13570 2004-10-26 Iain <iaingnome@gmail.com>
13571
13572         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
13573         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
13574         of the caps.
13575         * gst/interleave/interleave.c (interleave_class_init): Hook up release
13576         pad.
13577         (interleave_release_pad): Remove the pad.
13578         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
13579         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
13580         the set device.
13581         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
13582         attrs
13583         (gst_xvimagesink_xcontext_clear): Free the xcontext.
13584         (gst_xvimagesink_finalize): Free the par.
13585
13586 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13587
13588         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
13589         (gst_avimux_stop_file):
13590           First calculate the rate, and only then use it. Hdr.rate is a
13591           multiple and not a derivative of hdr.scale. Scale is not the
13592           same as blockalign but is solely related to rate.
13593
13594 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13595
13596         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
13597         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
13598           Implement seeking.
13599
13600 2004-10-25  James Henstridge  <james@jamesh.id.au>
13601
13602         Reviewed by:  David Schleef  <ds@schleef.org>
13603
13604         * examples/gstplay/player.c: (got_stream_length), (main):
13605         * examples/seeking/cdplayer.c: (update_scale):
13606         * examples/seeking/seek.c: (format_value), (update_scale):
13607         * examples/seeking/spider_seek.c: (format_value), (update_scale),
13608         (stop_seek):
13609         Build fixes on AMD64.
13610
13611 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13612
13613         reviewed by: Ronald Bultje <rbultje at gnome dot org>
13614
13615         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
13616         Fix for some v4l cards which hang in v4lsrc
13617
13618 2004-10-25  Wim Taymans  <wim@fluendo.com>
13619
13620         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
13621         (gst_ogg_demux_push), (gst_ogg_chains_clear):
13622         Make sure to remove the pad when a new chain is
13623         encountered. Set some vars to NULL so we don't try
13624         to reference freed memory.
13625
13626 2004-10-25  Wim Taymans  <wim@fluendo.com>
13627
13628         * examples/seeking/Makefile.am:
13629         * examples/seeking/cdplayer.c: (update_scale):
13630         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
13631         * examples/seeking/playbin.c: (make_playerbin_pipeline),
13632         (format_value), (update_scale), (iterate), (start_seek),
13633         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
13634         (print_usage), (main):
13635         Added some more examples, update others.
13636
13637 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13638
13639         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
13640         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13641         * ext/theora/theoradec.c: (theora_dec_chain):
13642         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13643           Add codec-name metadata.
13644
13645 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
13646
13647         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13648
13649         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13650         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13651         * ext/alsa/gstalsamixertrack.h:
13652         * po/POTFILES.in:
13653           ALSA mixer track label internationalization (#154054).
13654
13655 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13656
13657         * ext/theora/theoradec.c: (theora_dec_chain):
13658           Export bitrate as metadata.
13659
13660 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13661
13662         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13663         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13664         * ext/alsa/gstalsamixertrack.h:
13665           Fix names, fix loop.
13666
13667 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13668
13669         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
13670         (speex_dec_convert):
13671           sinkconvert function so oggdemux can get the file length (totem).
13672
13673 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
13674
13675         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13676
13677         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13678           Don't push incomplete packets.
13679         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
13680           Fix MPEG-4 audio typefinding.
13681
13682 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13683
13684         * sys/v4l/Makefile.am:
13685         * sys/v4l/gstv4l.c: (plugin_init):
13686         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
13687         (gst_v4lelement_init), (gst_v4lelement_dispose),
13688         (gst_v4lelement_change_state):
13689         * sys/v4l/gstv4lelement.h:
13690         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
13691         (gst_v4l_xoverlay_close), (idle_refresh),
13692         (gst_v4l_xoverlay_set_xwindow_id):
13693         * sys/v4l/gstv4lxoverlay.h:
13694         * sys/v4l/v4l-overlay_calls.c:
13695         * sys/v4l/v4l_calls.h:
13696         * sys/v4l2/Makefile.am:
13697         * sys/v4l2/gstv4l2.c: (plugin_init):
13698         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
13699         (gst_v4l2element_init), (gst_v4l2element_dispose),
13700         (gst_v4l2element_change_state):
13701         * sys/v4l2/gstv4l2element.h:
13702         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
13703         (gst_v4l2_xoverlay_close), (idle_refresh),
13704         (gst_v4l2_xoverlay_set_xwindow_id):
13705         * sys/v4l2/gstv4l2xoverlay.h:
13706         * sys/v4l2/v4l2-overlay_calls.c:
13707         * sys/v4l2/v4l2_calls.h:
13708           Remove client-side overlay handling, use the X-server v4l plugin
13709           for that. Nicer overlay, less code. Also make the plugin
13710           compileable without X (but then without overlay, obviously).
13711           Makes xwindowlistener obsolete, should we remove that?
13712
13713 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13714
13715         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
13716         (gst_osssrc_src_query):
13717         * sys/oss/gstosssrc.h:
13718           OK, so people want offset in DEFAULT. This time, actually fix all
13719           cases.
13720         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
13721           Add FPS properly.
13722
13723 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13724
13725         * gst/asfdemux/gstasfmux.c:
13726         * gst/avi/gstavimux.c:
13727           Framerate.
13728
13729 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13730
13731         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
13732           Fix properties (channel, norm, frequency).
13733
13734 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13735
13736         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
13737           Flag typo.
13738         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
13739           No warnings.
13740
13741 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13742
13743         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
13744           Fix hang.
13745
13746 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13747
13748         * sys/v4l2/gstv4l2element.h:
13749           Yet Another Hack (tm) for kernel header borkedness.
13750         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
13751         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
13752         (gst_v4l2src_link), (gst_v4l2src_getcaps),
13753         (gst_v4l2src_change_state):
13754         * sys/v4l2/gstv4l2src.h:
13755         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
13756         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
13757           Fix caps, keep track of state, work.
13758
13759 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13760
13761         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
13762           Quiet.
13763
13764 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13765
13766         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13767           Don't mix bytes and samples.
13768
13769 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13770
13771         * ext/ogg/gstoggmux.c:
13772           Basic pad template which accepts OGM tracks, speex, flac, vorbis
13773           and theora. Any is incorrect.
13774         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
13775           Fix caps.
13776         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
13777         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
13778         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
13779         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
13780         * sys/v4l/gstv4lmjpegsrc.h:
13781         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13782         (gst_v4lsrc_change_state):
13783         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
13784         (gst_v4lmjpegsrc_capture_stop):
13785           Fix caps. Keep track of internal state. Work.
13786
13787 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13788
13789         * ext/Makefile.am:
13790           Fix the build fixes.
13791
13792 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13793
13794         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13795         (gst_ogg_demux_src_event), (_find_chain_seek),
13796         (gst_ogg_pad_push):
13797           Check for pad availability before using it.
13798         * ext/ogg/gstoggdemux.c: (_find_chain_process):
13799           Fix parsing of chained ogg. Needs more work on the decoder side.
13800
13801 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13802
13803         * gst/spectrum/Makefile.am:
13804         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
13805         (idle_func):
13806           Fix demo and reenable it. Yes, I'm currently playing with audio
13807           analysis tools
13808
13809 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13810
13811         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13812           We love it if files that start at zero work too...
13813
13814 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13815
13816         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13817           Handle files with missing EOS headers.
13818
13819 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13820
13821         * gst/tcp/gsttcpserversink.c:
13822         (gst_tcpserversink_handle_server_read),
13823         (gst_tcpserversink_init_send):
13824         Zero some variables first (need for accept not to return EINVAL)
13825
13826 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13827
13828         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13829         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13830         * ext/theora/theoradec.c: (theora_dec_sink_convert),
13831         (theora_dec_chain):
13832         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13833         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
13834           Seeking and querying finetune.
13835
13836 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13837
13838         * configure.ac:
13839         * ext/Makefile.am:
13840         * ext/raw1394/Makefile.am:
13841           fix the build
13842
13843 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13844
13845         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13846           Wrong return.
13847         * gst/playback/Makefile.am:
13848         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
13849         * gst/playback/gstplay-marshal.list:
13850         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
13851           Fix marshallers.
13852
13853 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13854
13855         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
13856           Silence.
13857
13858 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13859
13860         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13861         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13862         (gst_ogg_pad_push):
13863           Yay for non-lineair granulepos in theora.
13864
13865 2004-10-18  Wim Taymans  <wim@fluendo.com>
13866
13867         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
13868         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13869         * ext/dv/gstdvdec.h:
13870         Make sure we renegotiate aspect ratio when the camera switches.
13871
13872 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13873
13874         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13875         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13876           Start at zero.
13877         * ext/theora/theoradec.c: (theora_dec_chain):
13878           Skip headers. Bad idea for chained ogg, but fixes seeking.
13879
13880 2004-10-18  Wim Taymans  <wim@fluendo.com>
13881
13882         * configure.ac:
13883         I swear, this is the last time I touch this.
13884
13885 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13886
13887         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13888         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13889         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
13890           Faster seeking.
13891         * ext/theora/theoradec.c: (theora_dec_sink_convert):
13892           Time-to-default conversion.
13893         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13894           Don't error on unknown packets, just skip. We should probably
13895           read them if we want to support chained ogg.
13896
13897 2004-10-18  Wim Taymans  <wim@fluendo.com>
13898
13899         * configure.ac:
13900         Added cdaudio to wrong list.
13901
13902 2004-10-18  Wim Taymans  <wim@fluendo.com>
13903
13904         * configure.ac:
13905         Revive cdaudio.
13906
13907 2004-10-18  Wim Taymans  <wim@fluendo.com>
13908
13909         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13910         (gst_dvdec_video_link), (gst_dvdec_push):
13911         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13912         (gst_smokeenc_resync), (gst_smokeenc_chain):
13913         Fix mimetype on smoke encoder.
13914         Add aspect ratio to dvdec. Not sure if these
13915         values are correct though....
13916
13917 2004-10-18  Wim Taymans  <wim@fluendo.com>
13918
13919         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
13920         Fix vorbis property descriptions and ranges.
13921
13922 2004-10-18  Wim Taymans  <wim@fluendo.com>
13923
13924         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13925         Really do nothing when no data is available.
13926         Go to the playing state when the stream is not seekable
13927         instead of failing.
13928
13929 2004-10-18  Wim Taymans  <wim@fluendo.com>
13930
13931         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
13932         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
13933         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
13934         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
13935         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
13936         Added uri handler for cd://
13937         Port to new API.
13938
13939 2004-10-18  Wim Taymans  <wim@fluendo.com>
13940
13941         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13942         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13943         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13944         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13945         (remove_prerolls), (unknown_type), (add_element_stream),
13946         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
13947         (gst_play_base_bin_remove_element),
13948         (gst_play_base_bin_link_stream):
13949         * gst/playback/gstplaybin.c: (gen_video_element),
13950         (gen_vis_element), (remove_sinks), (setup_sinks):
13951         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13952         (gst_stream_info_get_type), (gst_stream_info_class_init),
13953         (gst_stream_info_init), (gst_stream_info_new),
13954         (gst_stream_info_dispose), (stream_info_mute_pad),
13955         (gst_stream_info_set_property), (gst_stream_info_get_property):
13956         * gst/playback/gststreaminfo.h:
13957         Add sink padtemplate to decodebin.
13958         Added some more comments.
13959         Make queue size configurable in playbasebin.
13960         Added possibility to use elements as sinks (ex cdaudio).
13961
13962 2004-10-15  Wim Taymans  <wim@fluendo.com>
13963
13964         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
13965         (gst_speexenc_chain):
13966         Fix speex timestamps so that it gets muxed properly.
13967
13968 2004-10-15  Wim Taymans  <wim@fluendo.com>
13969
13970         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
13971         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
13972         (gst_dv1394src_init), (gst_dv1394src_dispose),
13973         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
13974         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
13975         (gst_dv1394src_event), (gst_dv1394src_get_formats),
13976         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
13977         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
13978         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
13979         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
13980         * ext/raw1394/gstdv1394src.h:
13981         Added conversion/query functions.
13982         Update buffer timestamps,
13983         Added signals.
13984         Added uri dv:// so it might play from the firewire in playbin.
13985         Fix a possible leak.
13986         Added debugging.
13987
13988 2004-10-15  Wim Taymans  <wim@fluendo.com>
13989
13990         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
13991         (gst_dv1394src_init), (gst_dv1394src_set_property),
13992         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
13993         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
13994         * ext/raw1394/gstdv1394src.h:
13995         Added AV/C VTR control support needed for some cameras.
13996         Added automatic port detection.
13997         Added properties for selecting the channel.
13998         The configure.ac script is not yet updated to reflect the
13999         new libavc1394 and librom1394 dependencies.
14000
14001 2004-10-15  Wim Taymans  <wim@fluendo.com>
14002
14003         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
14004         (qtdemux_parse), (gst_qtdemux_handle_esds):
14005         An esds box is not a container.
14006         Fix parsing of mp4v boxes.
14007         Do not try to renegotiate fps for each frame. Need to
14008         find a better method. This should fix mp4 playback.
14009
14010 2004-10-14  David Schleef  <ds@schleef.org>
14011
14012         * configure.ac: update for swfdec-0.3 and liboil-0.2
14013         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
14014         * ext/swfdec/gstswfdec.h: same
14015         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
14016         * gst/videotestsrc/videotestsrc.c: same
14017
14018 2004-10-14  Wim Taymans  <wim@fluendo.com>
14019
14020         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14021         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
14022         (is_sync_frame), (gst_multifdsink_new_client),
14023         (gst_multifdsink_handle_client_write),
14024         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14025         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
14026         Turn warnings into info.
14027         Don't allow a state change in the streaming thread.
14028
14029 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14030
14031         * ext/vorbis/oggvorbisenc.c:
14032         * ext/vorbis/vorbisdec.c:
14033           fix template sample rate
14034
14035 2004-10-13  Wim Taymans  <wim@fluendo.com>
14036
14037         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
14038         Decoding the header first fixes some problems in resyncing
14039         in more mp3s.
14040
14041 2004-10-12  Wim Taymans  <wim@fluendo.com>
14042
14043         * gst/playback/gstplaybin.c: (gen_video_element),
14044         (gen_vis_element), (remove_sinks), (setup_sinks):
14045         Added vis plugin support, need to configure the vis
14046         element to activate it.
14047
14048 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14049
14050         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
14051         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
14052           Some debug.
14053         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14054         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
14055         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
14056         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
14057         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
14058         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
14059         * gst/avi/gstavidemux.h:
14060           Support for openDML-2.0 indx/ix## chunks. Support for broken index
14061           recovery (where, if part of the index is broken, we will still read
14062           the rest of the index and recover the broken part by stream
14063           scanning). More broken media support. EOS workarounds. General AVI
14064           braindamage headache recovery. Aspirin included.
14065
14066 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14067
14068         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
14069         (cdparanoia_event), (cdparanoia_query):
14070           Get rid of hideous lead-in.
14071
14072 2004-10-11  Wim Taymans  <wim@fluendo.com>
14073
14074         * gst/playback/gstplaybasebin.c: (setup_source):
14075         Wrong var used to get g_list_next.
14076
14077 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14078
14079         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
14080         (cdparanoia_get), (cdparanoia_open):
14081           Report discid as metadata, add duration.
14082
14083 2004-10-11  Wim Taymans  <wim@fluendo.com>
14084
14085         * gst/playback/gstplaybasebin.c: (setup_source):
14086         Cleanup the previous pipeline a little earlier for the
14087         case that a source element provides raw data.
14088
14089 2004-10-11  Benjamin Otte  <otte@gnome.org>
14090
14091         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
14092           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
14093           consuming the last 128 bytes, even though it was valid mp3 data.
14094
14095 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14096
14097         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
14098         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
14099         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14100         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
14101
14102 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14103
14104         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
14105         Fix for webcams that support only specific width or height
14106
14107 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14108
14109         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14110
14111         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
14112           Fix wrong discont event setup (fixes #154967).
14113
14114 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
14115
14116         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14117
14118         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14119           Error out on invalid data (fixes #154807).
14120
14121 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14122
14123         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14124
14125         * ext/dvdread/dvdreadsrc.c: (_read):
14126           Make titles > 0 work again (fixes #154834).
14127
14128 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14129
14130         * gst-libs/gst/riff/riff-media.c:
14131         (gst_riff_create_video_template_caps):
14132           WMV3 missing in template caps.
14133
14134 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14135
14136         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14137           OK, so the original code was too strict. It makes random AVI files
14138           hang for seconds upon opening, which is unacceptable and is far
14139           beyond the original goal of getting multiple chunks for one-chunk
14140           sounc stream files. So now do just that.
14141
14142 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14143
14144         * gst/playback/gstplaybasebin.c: (setup_source),
14145         (gst_play_base_bin_change_state):
14146           Actually clean up streaminfo if output fails. This would trigger
14147           if, for example, there was no CD in the drive. No preroll, so
14148           a streaminfo structure is created, but the subsequent state change
14149           of the thread fails.
14150         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
14151           Don't change state if parent failed.
14152
14153 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14154
14155         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14156         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
14157         (gen_video_element), (remove_sinks):
14158           Add small bits of code for screenshot handling.
14159
14160 2004-10-08  Wim Taymans  <wim@fluendo.com>
14161
14162         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
14163         (gen_video_element), (gen_audio_element), (setup_sinks):
14164         Don't assume the user provided sinks are named "sink"...
14165
14166 2004-10-08  Wim Taymans  <wim@fluendo.com>
14167
14168         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
14169         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
14170         (gst_play_base_bin_link_stream):
14171         Do not try to autoplug sources that generate raw streams like
14172         cdparanoia.
14173         disconnect the preroll overrun signal when we don't need it anymore.
14174
14175 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
14176
14177         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
14178         Added reworked patch from #154903 from milosz derezynski (deadchip).
14179
14180 2004-10-08  Wim Taymans  <wim@fluendo.com>
14181
14182         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
14183         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
14184         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
14185         (cdparanoia_convert), (cdparanoia_uri_get_type),
14186         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
14187         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
14188         * ext/cdparanoia/gstcdparanoia.h:
14189         This adds the cdda://<tracknum> uri.
14190
14191 2004-10-08  Wim Taymans  <wim@fluendo.com>
14192
14193         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14194         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
14195         (try_to_link_1), (no_more_pads), (close_link), (type_found):
14196         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14197         (unknown_type), (gst_play_base_bin_remove_element),
14198         (gst_play_base_bin_link_stream):
14199         * gst/playback/gstplaybasebin.h:
14200         * gst/playback/gstplaybin.c: (gst_play_bin_init),
14201         (gst_play_bin_set_property), (gen_video_element),
14202         (gen_audio_element), (setup_sinks):
14203         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
14204         (gst_stream_info_get_type), (gst_stream_info_class_init),
14205         (gst_stream_info_init), (gst_stream_info_new),
14206         (gst_stream_info_dispose), (stream_info_mute_pad),
14207         (gst_stream_info_set_property), (gst_stream_info_get_property):
14208         * gst/playback/gststreaminfo.h:
14209         Reuse the audio and video bins.
14210         Some internal cleanups in the stream selection code.
14211
14212 2004-10-08  Julien MOUTTE  <julien@moutte.net>
14213
14214         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
14215         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
14216         * sys/ximage/ximagesink.h:
14217         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
14218         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
14219         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
14220         not coming from those elements. Moreover these elements should not keep
14221         the xid they have been given when in NULL state.
14222
14223 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14224
14225         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
14226         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
14227         * sys/ximage/ximagesink.h:
14228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
14229         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
14230         * sys/xvimage/xvimagesink.h:
14231           Actually only create a new toplevel window if we're not gonna
14232           embed it right after.
14233
14234 2004-10-07  Wim Taymans  <wim@fluendo.com>
14235
14236         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
14237         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
14238         * gst/playback/gstplaybin.c: (setup_sinks):
14239         Implement muting/unmuting of streams, mute streams that are not
14240         used.
14241
14242 2004-10-07  Wim Taymans  <wim@fluendo.com>
14243
14244         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
14245         (plugin_init):
14246         Added lame audio/x-ac3 typefind function.
14247
14248 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14249
14250         * configure.ac:
14251           bump nano to cvs
14252
14253 === release 0.8.5 ===
14254
14255 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14256
14257         * NEWS:
14258         * RELEASE:
14259         * configure.ac:
14260           releasing 0.8.5, "Take You On"
14261
14262 2004-10-06  Wim Taymans  <wim@fluendo.com>
14263
14264         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14265         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
14266         (no_more_pads), (close_link), (type_found):
14267         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14268         * gst/playback/gstplaybin.c: (gen_video_element):
14269         Do not signal the no_more_pads after the first pad when
14270         we are plugging a non dynamic element with multiple
14271         output pads (like swfdec, dvdec, ...).
14272
14273 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14274
14275         * configure.ac:
14276           bump for prerelease
14277
14278 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14279
14280         * gst/wavparse/gstwavparse.c:
14281           add ATRAC3 to STATIC CAPS to fix a warning
14282
14283         * gst/matroska/ebml-read.c:
14284         * gst-libs/gst/riff/riff-read.c:
14285           fix typos
14286
14287 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14288
14289         * gst-libs/gst/riff/riff-media.c:
14290           generate caps for ATRAC3 audio streams
14291
14292         * gst/realmedia/rmdemux.c:
14293           generate caps for ATRAC3 audio streams
14294
14295 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14296
14297         * gst/wavparse/Makefile.am
14298         * gst/wavparse/riff.h
14299         * gst/wavparse/wavparse.vcproj
14300           riff.h removal (unused and duplication with riff-ids.h)
14301
14302 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14303
14304         * gst/wavparse/gstwavparse.h
14305           remove duplicated defines for audio codec codes
14306
14307         * gst-libs/gst/riff/riff-ids.h
14308         * gst/wavenc/riff.h:
14309           add "4CC" code for ATRAC3 audio streams
14310           add "4CC" code for ITU_G721_ADPCM (unused for now)
14311
14312 2004-10-06  Wim Taymans  <wim@fluendo.com>
14313
14314         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
14315         Actually _do_ negotiation. Pass gdouble as arg instead
14316         of guint64 for the framerate.
14317
14318 2004-10-06  Wim Taymans  <wim@fluendo.com>
14319
14320         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14321         (find_compatibles), (close_pad_link), (try_to_link_1),
14322         (no_more_pads), (close_link), (type_found):
14323         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14324         * gst/playback/gstplaybin.c: (gen_video_element),
14325         (gen_audio_element):
14326         Set state on newly added element to READY so that negotiation
14327         can happen ASAP.
14328         Addes some more debug info.
14329         Do not try to plug pads with multiple caps structures or ANY
14330         because it is too dangerous since we do not do dynamic
14331         replugging.
14332
14333 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14334
14335         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
14336
14337         * po/LINGUAS:
14338         * po/or.po:
14339           add Oriya translation
14340
14341 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14342
14343         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14344           Prevent overwrite of size member. Makes audio sound crappy.
14345
14346 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14347
14348         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14349         Add rmvb to the list of known RealMedia extensions
14350
14351 2004-10-05  Wim Taymans  <wim@fluendo.com>
14352
14353         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
14354         (mngdec_openstream), (mngdec_closestream),
14355         (mngdec_handle_sink_event), (mngdec_readdata),
14356         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
14357         (mngdec_getcanvasline), (mngdec_refresh),
14358         (gst_mngdec_change_state):
14359         Set the framerate correctly.
14360
14361 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14362
14363         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14364           There was something wrong with the index massaging.
14365
14366 2004-10-04  Wim Taymans  <wim@fluendo.com>
14367
14368         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
14369         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
14370         (gst_smokedec_chain):
14371         * ext/jpeg/gstsmokedec.h:
14372         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
14373         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
14374         * ext/jpeg/gstsmokeenc.h:
14375         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
14376         (smokecodec_decode_new), (smokecodec_info_free),
14377         (smokecodec_set_quality), (smokecodec_get_quality),
14378         (smokecodec_set_threshold), (smokecodec_get_threshold),
14379         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14380         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
14381         (smokecodec_encode), (smokecodec_parse_id),
14382         (smokecodec_parse_header), (smokecodec_decode):
14383         * ext/jpeg/smokecodec.h:
14384         * ext/jpeg/smokeformat.h:
14385         Updated smoke, new bitstream, allows embedding in ogg.
14386
14387 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14388
14389         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
14390           Fix seeking in some files. All this code is no longer needed (and
14391           actually breaks stuff) because we now synchronize the full index
14392           right when reading the header.
14393
14394 2004-10-04  Wim Taymans  <wim@fluendo.com>
14395
14396         * configure.ac:
14397         configure update for libmng.
14398
14399 2004-10-04  Wim Taymans  <wim@fluendo.com>
14400
14401         * ext/libmng/Makefile.am:
14402         * ext/libmng/gstmng.c: (plugin_init):
14403         * ext/libmng/gstmng.h:
14404         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
14405         (gst_mngdec_base_init), (gst_mngdec_class_init),
14406         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
14407         (gst_mngdec_loop), (gst_mngdec_get_property),
14408         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
14409         (mngdec_closestream), (mngdec_handle_sink_event),
14410         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
14411         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
14412         (gst_mngdec_change_state):
14413         * ext/libmng/gstmngdec.h:
14414         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
14415         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
14416         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
14417         (gst_mngenc_chain), (gst_mngenc_get_property),
14418         (gst_mngenc_set_property):
14419         * ext/libmng/gstmngenc.h:
14420         Added basic MNG decoder. Needs more work. The encoder does
14421         not work yet.
14422
14423 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14424
14425         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
14426         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
14427         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
14428           Don't hang on length=0 chunks. Some negotiation fixes. Signal
14429           no-more-pads.
14430
14431 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14432
14433         * configure.ac:
14434           you need at least 1.0.4 of speex
14435
14436 2004-10-04 Iain <iaingnome@gmail.com>
14437
14438         * ext/speex/gstspeexdec.h: Revert the includes changes.
14439
14440         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
14441
14442 2004-09-30 Iain <iaingnome@gmail.com>
14443
14444         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
14445         found during init or set as a property instead of hardcoding /dev/audio
14446
14447 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14448
14449         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
14450         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
14451         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
14452         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
14453         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
14454         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
14455         (gst_rmdemux_dump_data):
14456           Use debug category, fix EOS handling. filesrc ! rmdemux now
14457           works.
14458
14459 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14460
14461         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14462         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
14463         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
14464           Improve allocation, cutting and sorting of the index. How takes a
14465           few seconds instead of minutes.
14466
14467 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
14468
14469         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
14470           fixed compilation
14471
14472 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14473
14474         * gst-libs/gst/riff/riff-media.c:
14475         (gst_riff_create_video_caps_with_data),
14476         (gst_riff_create_video_template_caps):
14477           Add wing commander format mimetype/fourccs.
14478         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14479           Don't crash if some value is 0.
14480
14481 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14482
14483         * gst-libs/gst/riff/riff-media.c:
14484         (gst_riff_create_video_caps_with_data),
14485         (gst_riff_create_video_template_caps):
14486           Add DIB fourcc (raw, palettized 8-bit RGB).
14487         * gst-libs/gst/riff/riff-read.c:
14488         (gst_riff_read_strf_vids_with_data):
14489           Oops, fix strf_data reading bug.
14490         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
14491           Use a non-NULL tag.
14492         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14493           Time for hacks. Sorry Dave. At least one quicktime movie (a
14494           trailer) that I've encountered contains multiple video tracks.
14495           One of those is the actual video track, the other are one-frame
14496           tracks (images). Unfortunately, the number of frames according
14497           to the trak header is 1 for each, so that doesn't help. So
14498           instead, I look at the duration and discard tracks with a
14499           duration shorter than 20% of the length of the stream. Better
14500           than nothing.
14501
14502 2004-10-01  Christian Schaller <christian@fluendo.com>
14503
14504         * ext/ivorbis/vorbis.c:
14505           Patch from Phil Blundell (Bug 152341)
14506
14507 2004-10-01  Wim Taymans  <wim@fluendo.com>
14508
14509         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
14510         (speex_dec_get_formats), (speex_dec_convert),
14511         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
14512         (speex_dec_chain), (gst_speexdec_get_property),
14513         (gst_speexdec_set_property):
14514         Small cleanups.
14515
14516 2004-10-01  Wim Taymans  <wim@fluendo.com>
14517
14518         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
14519         (gst_wavparse_stream_init), (gst_wavparse_fmt),
14520         (gst_wavparse_other), (gst_wavparse_loop),
14521         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14522         (gst_wavparse_srcpad_event):
14523         * gst/wavparse/gstwavparse.h:
14524         Added some more debugging info.
14525         Fix the case where the length of the file is 0.
14526         Make sure we seek to sample borders.
14527
14528 2004-10-01  Wim Taymans  <wim@fluendo.com>
14529
14530         * gst/playback/README:
14531         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
14532         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
14533         (try_to_link_1), (no_more_pads), (close_link), (type_found):
14534         Add some debug info to decodebin, update README
14535
14536 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14537
14538         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
14539           Don't use g_print(); use GST_DEBUG().
14540
14541 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14542
14543         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14544         (gst_ogg_mux_queue_pads):
14545           Handle EOS properly.
14546
14547 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
14548
14549         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14550
14551         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
14552         (gst_faad_chain), (gst_faad_change_state):
14553         * ext/faad/gstfaad.h:
14554           Allow playback of raw (unframed) MPEG AAC files (#148993).
14555
14556 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
14557
14558         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14559
14560         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14561           Throw error if we didn't recognize the stream. Fixes #152289.
14562
14563 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14564
14565         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
14566           Fix negotiation.
14567
14568 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
14569
14570         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14571
14572         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14573           Fix memleak.
14574
14575 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
14576
14577         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14578
14579         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
14580           Solve #152805.
14581         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
14582           Solve 152806.
14583
14584 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14585
14586         * gst-libs/gst/riff/riff-media.c:
14587         (gst_riff_create_video_caps_with_data),
14588         (gst_riff_create_audio_caps_with_data):
14589           Add codec_data handling (like asfdemux used to do).
14590         * gst/asfdemux/gstasf.c: (plugin_init):
14591         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14592         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
14593           Use riff-media for caps creation instead of our own (mostly
14594           broken) copy of its functions.
14595
14596 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14597
14598         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
14599           Don't actually error out if we get another return value than
14600           -EINVAL. Opposite to what I first thought, drivers have random
14601           return values for this, although -EINVAL is the expected return
14602           value. Since this is not fatal, we shouldn't use
14603           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
14604
14605 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14606
14607         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
14608         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
14609         (dvdreadsrc_get_property), (_open), (_seek), (_read),
14610         (dvdreadsrc_get), (dvdreadsrc_open_file),
14611         (dvdreadsrc_change_state):
14612           Fix. Don't do one big huge loop around the whole DVD, that will
14613           cache all data and thus eat sizeof(dvd) (several GB) before we
14614           see something.
14615         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14616           Actually NULL'ify event after using it.
14617         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
14618         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
14619         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
14620         (gst_ebml_read_seek), (gst_ebml_read_skip):
14621           Handle events.
14622         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
14623         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
14624         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
14625           Fix timing (this will probably break if I seek using menus, but
14626           I didn't get there yet). VOBs and normal DVDs should now work.
14627           Add a mpeg2-only pad with high rank so this get autoplugged for
14628           MPEG-2 movies.
14629         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
14630         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
14631         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
14632         (gst_mpeg_demux_get_audio_stream),
14633         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
14634         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
14635           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
14636           MPEG-1 but use dvddemux for MPEG-2.
14637         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
14638         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
14639         (gst_mpeg_parse_parse_packhead):
14640           Timing. Only add pad template if it exists. Add sink template from
14641           class and not from ourselves. This means we will always use the
14642           correct sink template even if it is not the one defined in this
14643           file.
14644
14645 2004-09-29  Wim Taymans  <wim@fluendo.com>
14646
14647         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
14648         (gst_mpeg_demux_parse_pes):
14649         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
14650         Fix playback of mpeg again, timestamps where screwed up by
14651         patch 1.61.
14652
14653 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14654
14655         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
14656           Only return true if we actually filled something in. Prevents
14657           player applications from showing a random length for flac files.
14658         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
14659         (gst_riff_read_use_event), (gst_riff_read_handle_event),
14660         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
14661         (gst_riff_read_strf_vids_with_data),
14662         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
14663           OK, ok, so I implemented event handling. Apparently it's normal
14664           that we receive random events at random points without asking
14665           for it.
14666         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14667         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14668         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
14669         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
14670         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
14671         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
14672         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14673         * gst/avi/gstavidemux.h:
14674           Implement non-lineair chunk handling and subchunk processing.
14675           The first solves playback of AVI files where the audio and video
14676           data of individual buffers that we read are not synchronized.
14677           This should not happen according to the wonderful AVI specs, but
14678           of course it does happen in reality. It is also a prerequisite for
14679           the second. Subchunk processing allows us to cut chunks in small
14680           pieces and process each of these pieces separately. This is
14681           required because I've seen several AVI files with incredibly large
14682           audio chunks, even some files with only one audio chunk for the
14683           whole file. This allows for proper playback including seeking.
14684           This patch is supposed to fix all AVI A/V sync issues.
14685         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
14686         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
14687           Work.
14688         * gst/modplug/gstmodplug.cc:
14689           Proper return value setting for the query() function.
14690         * gst/playback/gstplaybasebin.c: (setup_source):
14691           Being in non-playing state (after, e.g., EOS) is not necessarily
14692           a bad thing. Allow for that. This fixes playback of short files.
14693           They don't actually playback fully now, because the clock already
14694           runs. This means that small files (<500kB) with a small length
14695           (<2sec) will still not or barely play. Other files, such as mod
14696           or flx, will work correctly, however.
14697
14698 2004-09-28  Wim Taymans  <wim@fluendo.com>
14699
14700         * ext/speex/gstspeex.c: (plugin_init):
14701         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
14702         (gst_speex_dec_class_init), (speex_dec_get_formats),
14703         (speex_get_event_masks), (speex_get_query_types),
14704         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
14705         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
14706         (gst_speexdec_get_property), (gst_speexdec_set_property),
14707         (speex_dec_change_state):
14708         * ext/speex/gstspeexdec.h:
14709         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
14710         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
14711         (gst_speexenc_base_init), (gst_speexenc_class_init),
14712         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
14713         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
14714         (gst_speexenc_src_query), (gst_speexenc_init),
14715         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
14716         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
14717         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
14718         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
14719         (gst_speexenc_chain), (gst_speexenc_get_property),
14720         (gst_speexenc_set_property), (gst_speexenc_change_state):
14721         * ext/speex/gstspeexenc.h:
14722         Rewrote speex encoder, make sure it can be embedded in ogg.
14723         Implemented speex decoder.
14724
14725 2004-09-28  Christian Schaller <christian@fluendo.com>
14726
14727         * configure.ac:
14728         Remove kioslave plugin. Markey is brewing a new working one
14729         * ext/Makefile.am: Remove kioslave plugin
14730         * ext/kio: remove
14731         * gst-plugins.spec.in: remove kio plugin from spec
14732
14733 2004-09-27  Wim Taymans  <wim@fluendo.com>
14734
14735         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14736         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
14737         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
14738         (gst_multifdsink_new_client),
14739         (gst_multifdsink_handle_client_write),
14740         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14741         (gst_multifdsink_handle_clients):
14742         * gst/tcp/gstmultifdsink.h:
14743         Make syncing to keyframes actually work for new clients and lagging
14744         clients.
14745
14746 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14747
14748         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
14749         (gst_navigationtest_handle_src_event), (draw_box_planar411),
14750         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
14751         * gst/debug/gstnavigationtest.h:
14752           make navigationtest display button-press and button-release events
14753
14754 2004-09-26 Iain <iaingnome@gmail.com>
14755
14756         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
14757         the channels have received a new media event.
14758         (interleave_buffered_loop): Compresses a new media event on all
14759         channels into one.
14760
14761 2004-09-26 Iain <iaingnome@gmail.com>
14762
14763         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
14764         call the sinkpad's default event handler and not the srcpads. He also
14765         says this is confusing :)
14766         (gst_wavenc_stop_file): Company says that seek events only go upstream
14767         we should send a discontinuous downstream instead.
14768
14769 2004-09-25  Christian Schaller <christian@fluendo.com>
14770
14771         * Update SPEC file to be usable in conjunction with Fedora Core,
14772           Fedora.us and freshrpms packages
14773         * Fix typo in multifilesrc test Makefile
14774
14775 2004-09-24  Wim Taymans  <wim@fluendo.com>
14776
14777         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14778         Only signal the no_more_pads signal when we have
14779         added the stream to our list.
14780
14781 2004-09-24  Wim Taymans  <wim@fluendo.com>
14782
14783         * gst/playback/gstplaybasebin.c: (remove_prerolls),
14784         (new_decoded_pad):
14785         * gst/playback/gstplaybasebin.h:
14786         * gst/playback/gstplaybin.c: (setup_sinks):
14787         Don't try to preroll or decode more than one audio/video
14788         track.
14789
14790 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14791
14792         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
14793           Throw error if we failed to find a suitable output. This should
14794           throw an error if we successfully set up a pipeline (e.g. because
14795           we recognized a media file) but found no decodable streams in it
14796           (e.g. because it contains only media stream types for which we
14797           have no decoders, or because it's not a media type).
14798
14799 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14800
14801         * ext/dirac/Makefile.am:
14802         * ext/dirac/gstdirac.cc:
14803         * ext/dirac/gstdiracdec.cc:
14804         * ext/dirac/gstdiracdec.h:
14805           Do something. Don't actually know if this works because I don't
14806           have a demuxer yet.
14807         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
14808           Add channels=1 to caps returned from _getcaps().
14809         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
14810         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
14811         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
14812         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
14813         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
14814         (gst_ogm_parse_change_state):
14815           Separate between audio/video so ogmaudioparse actually uses the
14816           audio pad templates. Both audio and video work now, including
14817           autoplugging. Also use sometimes-srcpad hack.
14818         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14819           Handle events better. Don't hang on infinite loops.
14820         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14821         (gst_avi_demux_init), (gst_avi_demux_reset),
14822         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14823         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
14824         (gst_avi_demux_change_state):
14825         * gst/avi/gstavidemux.h:
14826           Improve A/V sync. Still not perfect.
14827         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
14828         (gst_ebml_read_skip):
14829           Handle events better.
14830         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14831         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
14832         (qtdemux_audio_caps):
14833           Add IMA4. Improve event handling. Save offset after a seek when
14834           the headers are at the end of the file so that we don't end up in
14835           an infinite loop.
14836         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
14837           Add low-priority typefind support for files with no length.
14838
14839 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14840
14841         * testsuite/multifilesink/Makefile.am:
14842         fix typo
14843
14844 2004-09-22  Julien MOUTTE  <julien@moutte.net>
14845
14846         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14847         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
14848         mistakes from thaytan's patches.
14849
14850 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14851
14852         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14853           For completeness, XSync in the destroy function as xvimage does.
14854
14855 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14856
14857         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
14858            Correct caps negotiation
14859         * gst/volume/gstvolume.c: (volume_chain_float),
14860         (volume_chain_int16):
14861            Modify debug output to be little more informative
14862         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
14863         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14864         (gst_xvimagesink_xvimage_destroy):
14865           Add XSync calls after detaching from the shared memory segment to
14866           avoid a crash.
14867
14868 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14869
14870         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14871         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
14872         * ext/vorbis/vorbis.c: (plugin_init):
14873         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14874         (gst_vorbisenc_chain):
14875         * ext/vorbis/vorbisenc.h:
14876         remove explicit newmedia support from oggmux and vorbisenc
14877         add debug category to vorbisenc
14878         * gst/multifilesink/gstmultifilesink.c:
14879         (gst_multifilesink_class_init), (gst_multifilesink_init),
14880         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
14881         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
14882         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
14883         (plugin_init):
14884         * gst/multifilesink/gstmultifilesink.h:
14885         add support for streamheader in multifilesink
14886
14887 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14888
14889         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
14890         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
14891         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
14892           Prevent infinite loops. More correct error reporting.
14893         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14894           Error out if negotiation fails.
14895         * gst/playback/gstplaybasebin.c: (setup_source),
14896         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
14897         (gst_play_base_bin_found_tag):
14898           Error/tag forwarding. Pre-roll fixes for source errors on state
14899           changes (e.g. "file does not exist") to prevent hangs.
14900
14901 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14902
14903         * testsuite/multifilesink/Makefile.am:
14904         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
14905         (gst_newmedia_class_init), (gst_newmedia_init),
14906         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14907         (newfile_signal), (test_signal), (main):
14908         * testsuite/multifilesink/multifilesrc_test.c: (main):
14909         * testsuite/multifilesink/oggtheora_test.c:
14910         (gst_newmedia_base_init), (gst_newmedia_class_init),
14911         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14912         (test_format), (newfile_signal), (test_signal), (main):
14913         * testsuite/multifilesink/oggvorbis_test.c:
14914         (gst_newmedia_base_init), (gst_newmedia_class_init),
14915         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14916         (test_format), (newfile_signal), (test_signal), (main):
14917         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
14918         (gst_newmedia_class_init), (gst_newmedia_init),
14919         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14920         (newfile_signal), (test_signal), (main):
14921         New media tests
14922
14923 2004-09-20  Christian Schaller <christian@fluendo.com>
14924
14925         * Fix mikmod license to LGPL as they have relicensed
14926         * Move Dirac and Effectv into LGPL section of README_license
14927
14928 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14929
14930         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
14931         (gst_mad_change_state):
14932           Allow for mp3 rate/channels changes. However, only very
14933           conservatively. Reason that we *have* to enable this is smiply
14934           because the mad find_sync() function is not good enough, it will
14935           regularly sync on random data as valid frames and therefore make
14936           us provide random caps as *final* caps of the stream. The best fix
14937           I could think of is to simply require several of the same stream
14938           changes in a row before we change caps.
14939           The actual testcase that works now is #
14940         * ext/ogg/Makefile.am:
14941         * ext/ogg/gstogg.c: (plugin_init):
14942         * ext/ogg/gstogmparse.c:
14943           OGM support (video only for now; I need an audio sample file).
14944         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14945         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
14946         (gst_asf_demux_add_video_stream):
14947           WMV extradata.
14948         * gst/playback/gstplaybasebin.c: (unknown_type):
14949           Don't error out on single unknown-types after all. It's wrong.
14950           If we found type of video and audio but not of a subtitle stream,
14951           it will still error out (which is unwanted). Will find a better fix
14952           later on.
14953         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
14954         (ogmaudio_type_find), (plugin_init):
14955           OGM support.
14956
14957 2004-09-20  Johan Dahlin  <johan@gnome.org>
14958
14959         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
14960         after setting caps.
14961
14962 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14963
14964         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
14965         * gst/wavenc/gstwavenc.h:
14966         Added newmedia support to wavenc
14967
14968 2004-09-17  Wim Taymans  <wim@fluendo.com>
14969
14970         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
14971         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
14972         (gst_fdset_fd_can_write), (gst_fdset_wait):
14973         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
14974         (gst_multifdsink_init), (gst_multifdsink_add),
14975         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
14976         (gst_multifdsink_remove_client_link),
14977         (gst_multifdsink_client_queue_buffer),
14978         (gst_multifdsink_handle_client_write),
14979         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
14980         (gst_multifdsink_close), (gst_multifdsink_change_state):
14981         * gst/tcp/gstmultifdsink.h:
14982         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14983         (gst_tcpserversink_removed):
14984         Small cleanups in fdset.c
14985         Use a hastable to map fd to the client structure for faster
14986         lookup in _remove and get_stats.
14987         Added virtual function to close the fds.
14988         Handle clients even when the select/poll call was unblocked because
14989         of a command.
14990         Implement syncing to keyframe in the recovery procedure.
14991
14992 2004-09-16 Iain <iaingnome@gmail.com>
14993
14994         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
14995         try caps.
14996
14997 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14998
14999         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
15000           Caps are only set if the type of the stream is unknown, but this
15001           is initialized in ->init_stream(), so set to UNKNOWN after calling
15002           ->init_stream() so that capsnego starts.
15003
15004 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15005
15006         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15007         (gst_avi_demux_stream_data):
15008           Just hardcode for raw audio then. AVI audio sucks.
15009
15010 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
15011
15012         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
15013         * gst/matroska/matroska-mux.c: (audiosink_templ),
15014         (gst_matroska_mux_audio_pad_link):
15015         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
15016         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
15017
15018 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15019
15020         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15021         (gst_avi_demux_stream_data):
15022           Try to fix a/v sync issues.
15023
15024 2004-09-15  David Schleef  <ds@schleef.org>
15025
15026         * configure.ac: remove NASM check, since we don't use it.  Update
15027         dirac check to 0.4
15028         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
15029         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15030         Initialized variables.
15031         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
15032         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
15033         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
15034         SVQ3 format
15035
15036 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15037
15038         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15039         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
15040         * gst/avi/gstavidemux.h:
15041           Fix for compressed audio (mp3) timestamp generation. How did this
15042           ever work?
15043
15044 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15045
15046         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
15047           Volume is a double not a float.
15048
15049 2004-09-15  Wim Taymans  <wim@fluendo.com>
15050
15051         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
15052         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
15053         Don't close the fd in multifdsink as we didn't open it in the
15054         first place. Some cleanups.
15055
15056 2004-09-15  Wim Taymans  <wim@fluendo.com>
15057
15058         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
15059         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15060         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15061         Fix the case where the muxer would mark pages as delta
15062         frames when they are not (vorbis only ogg).
15063
15064 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15065
15066         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
15067         (gst_play_base_bin_change_state):
15068           Handle the case where we failed to setup a clear pipeline. This
15069           will throw an error (or EOS, another nice case) and if you don't
15070           catch that, the app will wait for the signal forever (and thus
15071           hang).
15072
15073 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15074
15075         * ext/gnomevfs/gstgnomevfssink.c:
15076         (gst_gnomevfssink_uri_get_protocols):
15077         * ext/gnomevfs/gstgnomevfssrc.c:
15078         (gst_gnomevfssrc_uri_get_protocols):
15079         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
15080         * ext/gnomevfs/gstgnomevfsuri.h:
15081           Use _uri_new() instead of _open(), so it doesn't take as long and
15082           Christophe's computer won't hang.
15083         * gst/playback/gstplaybasebin.c: (unknown_type):
15084           Throw error on unknown media type, so apps actually display it.
15085
15086 2004-09-14  Brian Cameron  <brian.cameron@sun.com
15087
15088         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
15089           this script to work on Solaris since bash shell handles echo
15090           differenly than bash.
15091
15092 2004-09-17  Wim Taymans  <wim@fluendo.com>
15093
15094         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
15095         (setup_source), (gst_play_base_bin_set_property),
15096         (gst_play_base_bin_add_element):
15097         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
15098         Some more work on making sure seeking pauses the pipeline and
15099         that changing the uri actually does something.
15100
15101 2004-09-17  Wim Taymans  <wim@fluendo.com>
15102
15103         * gst/tcp/gstfdset.c: (gst_fdset_wait):
15104         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
15105         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
15106         (gst_tcpserversink_close):
15107         Be a bit more paranoid when freeing memory.
15108
15109 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15110
15111         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
15112         (qtdemux_parse_trak):
15113           Don't crash by dividing by zero (see sample movie in #126922).
15114
15115 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15116
15117         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
15118           Don't touch non-existing data (fixes crash on file in #140147).
15119
15120 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15121
15122         * gst/playback/gstplaybasebin.c:
15123         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
15124           Handle double disposals, and proper change of URIs.
15125
15126 2004-09-13  Martin Eikermann <meiker@upb.de>
15127
15128         * gst/mpegstream/gstmpegparse.c:
15129           fix synchronistation for streams recorded from digital PCR
15130           fixes bug #119376
15131
15132 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15133
15134         * ext/gnomevfs/Makefile.am:
15135         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15136         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
15137         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
15138         (gst_gnomevfssink_uri_get_type),
15139         (gst_gnomevfssink_uri_get_protocols),
15140         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
15141         (gst_gnomevfssink_uri_handler_init),
15142         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
15143         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
15144         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15145         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
15146         (gst_gnomevfssrc_uri_get_type),
15147         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
15148         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
15149         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15150         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
15151         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
15152         * ext/gnomevfs/gstgnomevfsuri.h:
15153           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
15154           of fake URIs to see which this version of Gnome-VFS likes, and
15155           uses that for the Gst-URI interface. Makes playbin support http://
15156           streams. Also fix up some stupid behaviour in gnomevfssrc.
15157
15158 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15159
15160         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
15161         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
15162         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
15163         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
15164           Update mixer (to sync with other sessions) if we try to obtain
15165           a new value. This makes alsamixer work accross applications.
15166         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15167           Only call sync functions if we're running, else alsalib asserts.
15168         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
15169           Sometimes fails to compile. Possibly a gcc bug.
15170         * gst/playback/gstplaybin.c: (gen_video_element),
15171         (gen_audio_element):
15172           Add a reference to an application-provided object, because we lose
15173           this same reference if we add it to the bin. If we don't do this,
15174           we can only use this object once and thus crash if we go from
15175           ready to playing, back to ready and back to playing again.
15176           Also add an audioscale element because several cheap soundcards -
15177           like mine - don't support all samplerates.
15178         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
15179         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
15180           Fix wrong order or PAR calls. Makes automatically obtained PAR
15181           from the X server atually being used.
15182
15183 2004-09-12  David Schleef  <ds@schleef.org>
15184
15185         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
15186         #151887, #152102, #152247.
15187         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
15188         * examples/seeking/cdparanoia.c: same
15189         * examples/seeking/cdplayer.c: same
15190         * examples/seeking/seek.c: same
15191         * examples/seeking/spider_seek.c: same
15192         * examples/seeking/vorbisfile.c: same
15193         * examples/stats/mp2ogg.c: same
15194         * ext/esd/esdsink.c: (gst_esdsink_class_init),
15195         (gst_esdsink_dispose): Dispose of element properly.
15196         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
15197         fixes.
15198         * ext/nas/nassink.c: (gst_nassink_class_init),
15199         (gst_nassink_dispose): Dispose of element correctly.
15200         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
15201         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15202         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
15203         Fix 64-bit warning.
15204         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15205         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
15206         Fix 64-bit warning.
15207
15208 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15209
15210         * configure.ac : change speex detection as 1.1.6 now uses
15211           .pc/pkg-config and they changed their headers location.
15212
15213 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
15214
15215         * gst/matroska/matroska-mux.h:
15216         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
15217         (gst_matroska_mux_start), (gst_matroska_mux_finish),
15218         (gst_matroska_mux_write_data):
15219           Write multiple blocks/frames per cluster.
15220                 Write meta-seek information (seek heads).
15221
15222 2004-09-09  Scott Wheeler <wheeler@kde.org>
15223
15224         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
15225         (gst_play_bin_set_property), (gst_play_bin_get_property),
15226         (gen_audio_element), (gen_audio_element):
15227           Add a volume element / property to the pipeline.
15228
15229 2004-09-07  Wim Taymans  <wim@fluendo.com>
15230
15231         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
15232         Copy timestamps from the master pad to the output buffers.
15233
15234 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15235
15236         * ext/raw1394/gstdv1394src.c:
15237           throw errors when applicable
15238
15239 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
15240
15241         * gst/matroska/ebml-ids.h:
15242         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
15243         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
15244         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
15245           automatically convert unix time <-> ebml time when reading/writing
15246           a date, use gst_ebml_write_uint to write CUETIME,
15247           not gst_ebml_write_date.
15248         * gst/matroska/matroska-ids.h:
15249         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
15250         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
15251         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
15252         (gst_matroska_mux_write_data):
15253           Write track and segment UIDs, write muxing date, write
15254           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
15255           Create cues for audio only files.
15256
15257 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15258
15259         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15260         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
15261           Re-commit ALSA switches.
15262         * gst/adder/gstadder.c: (gst_adder_loop):
15263           64-bit fix (#151416).
15264         * gst/debug/progressreport.c: (gst_progressreport_report):
15265           64-bit fix (#151419).
15266         * gst/matroska/matroska-demux.c:
15267         (gst_matroska_demux_parse_contents):
15268           64-bit fix (#151420).
15269         * gst/playback/test3.c: (update_scale):
15270           64-bit fix (#151421).
15271
15272 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15273
15274         * configure.ac:
15275           bump nano to cvs
15276
15277 === release 0.8.4 ===
15278
15279 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15280
15281         * configure.ac: releasing 0.8.4, "Alias"
15282
15283 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15284
15285         * ext/theora/Makefile.am:
15286           fix makefile.  Fixes #151462.
15287
15288 2004-08-30  Wim Taymans  <wim@fluendo.com>
15289
15290         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
15291         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15292         (gst_multifdsink_remove_client_link),
15293         (gst_multifdsink_client_queue_buffer),
15294         (gst_multifdsink_handle_client_write):
15295         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
15296         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
15297         Fix some memory leaks.
15298
15299 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15300
15301         Patch by: David Schleef
15302
15303         * configure.ac:
15304         * sys/Makefile.am:
15305           rename our detection macro for V4L2.  Fixes #151236.
15306
15307 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15308
15309         Patch by: David Schleef
15310
15311         * configure.ac:
15312           check to define LAMEPRESET.  Fixes #151232.
15313
15314 2004-08-27  David Schleef  <ds@schleef.org>
15315
15316         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
15317         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
15318         (gst_glimagesink_fixate):  Move local variable declarations to
15319         make gcc-2.95 happy.
15320
15321 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15322
15323         * configure.ac:
15324           bump nano for prerelease
15325
15326 2004-08-27  David Schleef  <ds@schleef.org>
15327
15328         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
15329         * sys/sunaudio/gstsunaudiosrc.c:
15330         * sys/sunaudio/gstsunaudiosrc.h:
15331
15332 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
15333
15334         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
15335         handle EOS correctly
15336         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
15337         * gst/matroska/matroska-mux.h:
15338         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
15339         VFW compatibility mode
15340
15341 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15342
15343         patch by: Zaheer Abbas Merali
15344
15345         * ext/ogg/gstoggmux.c:
15346         * ext/vorbis/vorbisenc.c:
15347         * ext/vorbis/vorbisenc.h:
15348           handle NEWMEDIA
15349
15350 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
15351
15352         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
15353         fix byte order reversion on little endian machines.
15354         * gst/matroska/matroska-mux.c: (audiosink_templ),
15355         (gst_matroska_mux_audio_pad_link):
15356         add TTA codec to the list of supported codecs.
15357         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
15358         (gst_matroska_mux_start), (gst_matroska_mux_finish),
15359         (gst_matroska_mux_write_data):
15360         * gst/matroska/matroska-mux.h:
15361         write segment duration correctly, write muxing app string, fixes bugs
15362         #140897 and #140898.
15363         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
15364         wait for all pads to be negotiated before starting to mux.
15365
15366 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15367
15368         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
15369         * ext/lame/gstlame.h:
15370         Added new media support to lame
15371
15372 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
15373
15374         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
15375         send vorbis headers at the beginning of a stream, fixes bug #141554.
15376         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
15377         bug #148950.
15378         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
15379         (gst_matroska_demux_plugin_init):
15380         * gst/matroska/matroska-ids.h:
15381         enable demuxing of TTA audio streams, fixes bug #148951.
15382         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
15383         enable typefinding for TTA audio files, fixes bug #148711.
15384         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
15385         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
15386         fixes playback of packed bitstream and xvid with bframes, bug #135407.
15387
15388 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
15389
15390         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
15391         (gst_riff_read_element_data), (gst_riff_read_seek),
15392         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
15393         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
15394         <teuf@gnome.org>
15395
15396 2004-08-23 Iain <iaingnome@gmail.com>
15397
15398         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
15399         tags. They appear to be handled differently to normal.
15400         (tag_list_to_id3_tag_foreach): Ditto.
15401
15402 2004-08-22  Wim Taymans  <wim@fluendo.com>
15403
15404         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15405         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15406         Make sure we never send -1 granulepos.
15407
15408 2004-08-20  Wim Taymans  <wim@fluendo.com>
15409
15410         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15411         (gst_ogg_mux_loop):
15412         I will accept bitchslappings with non sharp objects.
15413
15414 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15415
15416         * configure.ac:
15417         Clean up the test for lame presets
15418
15419 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15420
15421         * configure.ac:
15422         * ext/lame/Makefile.am:
15423         * ext/lame/gstlame.c: (gst_lame_class_init),
15424         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
15425         Only enable lame presets if version of lame has presets in API
15426
15427 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
15428         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
15429         * gst/udp/gstudpsrc.h:
15430           Don't call gst_pad_push in a get function. Fixes #150449
15431
15432 2004-08-18  Wim Taymans  <wim@fluendo.com>
15433
15434         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
15435         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
15436         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
15437         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15438         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15439         (gst_fdset_wait):
15440         * gst/tcp/gstfdset.h:
15441         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15442         (gst_multifdsink_client_queue_buffer),
15443         (gst_multifdsink_handle_client_write):
15444         * gst/tcp/gstmultifdsink.h:
15445         Some extra checks in gstfdset.
15446         Only use send() when the fd is a socket. Don't try to
15447         read from write only fds.
15448
15449 2004-08-18  Wim Taymans  <wim@fluendo.com>
15450
15451         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
15452         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
15453         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15454         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15455         (gst_fdset_wait):
15456         Add more locking and bounds checking.
15457
15458 2004-08-18  Wim Taymans  <wim@fluendo.com>
15459
15460         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
15461         Realloc test fdset in the lock and right before starting
15462         the poll call. Bump the limit to 4096.
15463
15464 2004-08-17  David Schleef  <ds@schleef.org>
15465
15466         * sys/sunaudio/Makefile.am:
15467         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
15468         of rates and channels.  Make debugging less obnoxious.
15469
15470         Patch from Balamurali Viswanathan implementing a mixer for
15471         Sun audio.  (bug #144091):
15472         * sys/sunaudio/gstsunelement.c:
15473         * sys/sunaudio/gstsunelement.h:
15474         * sys/sunaudio/gstsunmixer.c:
15475         * sys/sunaudio/gstsunmixer.h:
15476
15477 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15478
15479         * gst/audioscale/gstaudioscale.c:
15480         * gst/audioscale/gstaudioscale.h:
15481         made audioscale resample from any sample rate to any sample rate
15482
15483 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15484
15485         * ext/libpng/gstpngdec.c:
15486           error out on unsupported types
15487
15488 2004-08-17  Iain <iaingnome@gmail.com>
15489
15490         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
15491         mid_side and loose_mid_side properties if its a stereo stream.
15492
15493 2004-08-17  Wim Taymans  <wim@fluendo.com>
15494
15495         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15496         (theora_get_formats), (theora_dec_src_convert),
15497         (theora_dec_sink_convert), (theora_dec_src_query),
15498         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
15499         Add a debug line.
15500
15501 2004-08-17  Wim Taymans  <wim@fluendo.com>
15502
15503         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
15504         (gst_ogg_pad_push):
15505         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15506         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15507         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
15508         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15509         Mark delta units in the muxer.
15510         Try to decode the packet after an out-of-sync error from
15511         libogg.
15512
15513 2004-08-17  Wim Taymans  <wim@fluendo.com>
15514
15515         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15516         (gst_multifdsink_init), (gst_multifdsink_add),
15517         (gst_multifdsink_client_queue_buffer),
15518         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
15519         * gst/tcp/gstmultifdsink.h:
15520         Added option to send a keyframe to clients as the first buffer.
15521         Make timeout property writable.
15522
15523 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15524
15525         patch by: Wim Taymans
15526
15527         * gst/tcp/gstfdset.c:
15528         * gst/tcp/gstmultifdsink.c:
15529           fix index comparison, should include 0
15530
15531 2004-08-16  Wim Taymans  <wim@fluendo.com>
15532
15533         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
15534         (gst_fdset_add_fd), (gst_fdset_remove_fd),
15535         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15536         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15537         (gst_fdset_wait):
15538           copy when reallocing for poll so the select arguments don't get
15539           changed during the call
15540
15541 2004-08-16  Wim Taymans  <wim@fluendo.com>
15542
15543         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15544         (gst_theora_enc_class_init), (theora_enc_sink_link),
15545         (theora_buffer_from_packet), (theora_enc_chain):
15546         Fix bug where buffers were not marked as keyframes
15547         correctly.
15548
15549 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15550
15551         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
15552         (gst_lame_preset_get_type), (gst_lame_class_init):
15553         describe the enum values for vbr mode and presets more verbosely
15554
15555 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15556
15557         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
15558         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
15559         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
15560         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
15561         * ext/lame/gstlame.h:
15562         add preset property to lame so it can use lame presets
15563
15564 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15565
15566         * ext/lame/gstlame.c: (gst_lame_get_property):
15567         whoops forgot break, thanks teuf
15568
15569 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15570
15571         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
15572         (gst_lame_class_init), (gst_lame_src_getcaps),
15573         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
15574         (gst_lame_get_property), (gst_lame_setup):
15575         * ext/lame/gstlame.h:
15576         fix lame's broken vbr stuff, allow it to resample if need be, and also
15577         make xing header optional
15578
15579 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15580
15581         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
15582         added getcaps function so samplerate doesnt get fixated to silly values
15583
15584 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15585
15586         * ext/lame/gstlame.c: (gst_lame_src_link):
15587         revert previous fix
15588
15589 2004-08-12  Johan Dahlin  <johan@gnome.org>
15590
15591         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
15592         checks. Doesn't matter what state we are in. Interfaces are a
15593         compile time thing, not runtime. It also broke the python bindings.
15594
15595 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15596
15597         * ext/lame/gstlame.c: (gst_lame_src_link):
15598         made source pad link function check if sinkpad is ok..fixes the problem
15599         where core fixates the output rate of lame stupidly
15600
15601 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15602
15603         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
15604         * sys/v4l/v4l_calls.c:
15605         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
15606           fix fixate function to handle nonsimple caps.
15607           remove bogus check in _link
15608           cleanups
15609
15610 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15611
15612         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
15613         set default compression ratio parameter to 0.0 so bitrate parameter
15614         works :)
15615
15616 2004-08-11  David Schleef  <ds@schleef.org>
15617
15618         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
15619
15620 2004-08-11  David Schleef  <ds@schleef.org>
15621
15622         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
15623         before.
15624
15625 2004-08-11  David Schleef  <ds@schleef.org>
15626
15627         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
15628
15629 2004-08-11  David Schleef  <ds@schleef.org>
15630
15631         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
15632           license field
15633         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
15634         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
15635           LGPL.
15636         * gst/auparse/gstauparse.c: Fix plugin license field.
15637         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
15638         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
15639         * gst/rtp/gstrtp.c: Fix plugin license field.
15640
15641 2004-08-11  Wim Taymans  <wim@fluendo.com>
15642
15643         * gst/tcp/Makefile.am:
15644         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
15645         (ensure_size), (gst_fdset_new), (gst_fdset_free),
15646         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
15647         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
15648         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
15649         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
15650         (gst_fdset_fd_can_write), (gst_fdset_wait):
15651         * gst/tcp/gstfdset.h:
15652         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15653         (gst_multifdsink_class_init), (gst_multifdsink_init),
15654         (gst_multifdsink_add), (gst_multifdsink_remove),
15655         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15656         (gst_multifdsink_remove_client_link),
15657         (gst_multifdsink_handle_client_read),
15658         (gst_multifdsink_client_queue_data),
15659         (gst_multifdsink_client_queue_caps),
15660         (gst_multifdsink_client_queue_buffer),
15661         (gst_multifdsink_handle_client_write),
15662         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15663         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15664         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
15665         (gst_multifdsink_close):
15666         * gst/tcp/gstmultifdsink.h:
15667         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15668         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
15669         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
15670         (gst_tcpserversink_close):
15671         * gst/tcp/gsttcpserversink.h:
15672         Abstracted away the select call, implemented poll (yes we ran into
15673         the 1024 limit in production).
15674
15675 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15676
15677         * gst/tcp/gsttcp.c:
15678         * gst/tcp/gsttcpplugin.c:
15679           improve debuggging, remove assert
15680
15681 2004-08-10  Wim Taymans  <wim@fluendo.com>
15682
15683         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15684         (gst_client_status_get_type), (gst_multifdsink_class_init),
15685         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
15686         (gst_multifdsink_handle_client_read),
15687         (gst_multifdsink_handle_client_write),
15688         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15689         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15690         (gst_multifdsink_get_property):
15691         * gst/tcp/gstmultifdsink.h:
15692         * gst/tcp/gsttcp-marshal.list:
15693         Starting to prepare for specifying buffer time in other units
15694         than buffers. Expose remove reason in signal.
15695
15696 2004-08-10  Wim Taymans  <wim@fluendo.com>
15697
15698         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15699         (gst_multifdsink_remove), (gst_multifdsink_clear),
15700         (gst_multifdsink_remove_client_link),
15701         (gst_multifdsink_handle_client_read),
15702         (gst_multifdsink_client_queue_data),
15703         (gst_multifdsink_client_queue_buffer),
15704         (gst_multifdsink_handle_client_write),
15705         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
15706         (gst_multifdsink_chain), (gst_multifdsink_close):
15707         * gst/tcp/gstmultifdsink.h:
15708         Added more debugging info. Changed the way clients are
15709         removed from the lists. Fixed a bug where a bad file descriptor
15710         could cause many clients to be removed.
15711
15712 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15713
15714         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
15715           allow all pixel-aspect-ratios, not just 1:1
15716
15717 2004-08-09  David Schleef  <ds@schleef.org>
15718
15719         * sys/glsink/ARB_multitexture.h:  Remove old files.
15720         * sys/glsink/EXT_paletted_texture.h:
15721         * sys/glsink/NV_register_combiners.h:
15722         * sys/glsink/gstgl_nvimage.c:
15723         * sys/glsink/gstgl_pdrimage.c:
15724         * sys/glsink/gstgl_rgbimage.c:
15725         * sys/glsink/gstglsink.c:
15726         * sys/glsink/gstglsink.h:
15727         * sys/glsink/gstglxwindow.c:
15728         * sys/glsink/regcomb_yuvrgb.c:
15729
15730 2004-08-09  David Schleef  <ds@schleef.org>
15731
15732         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
15733         GL sink plugin.  (Bug #147302)
15734
15735         * configure.ac: Test for OpenGL
15736         * sys/Makefile.am: Use test for OpenGL
15737         * sys/glsink/Makefile.am:
15738         * sys/glsink/glimagesink.c: rewrite
15739         * sys/glsink/glimagesink.h: rewrite
15740
15741 2004-08-09  David Schleef  <ds@schleef.org>
15742
15743         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
15744         sane framerates.
15745         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
15746         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
15747         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
15748
15749 2004-08-09  Wim Taymans  <wim@fluendo.com>
15750
15751         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15752         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15753         (gst_multifdsink_client_remove),
15754         (gst_multifdsink_handle_client_read),
15755         (gst_multifdsink_handle_client_write),
15756         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15757         Do a bit more logging, make the client_read code more robust.
15758
15759 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15760
15761         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
15762         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
15763         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
15764         (gst_jpegdec_init), (gst_jpegdec_chain):
15765         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
15766         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
15767           cleanups, debugging fixes and memleak plugging
15768
15769 2004-08-09  Wim Taymans  <wim@fluendo.com>
15770
15771         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15772         (theora_get_formats), (theora_dec_src_convert),
15773         (theora_dec_sink_convert), (theora_dec_src_query),
15774         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
15775         (theora_dec_change_state):
15776         Don't crash on missing header packets.
15777
15778 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15779
15780         * po/LINGUAS:
15781         * po/sq.po:
15782           Added Albanian translation (Laurent Dhima)
15783         * po/cs.po:
15784           updated
15785
15786 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15787
15788         * ext/lame/gstlame.c:
15789           fix/add debugging
15790
15791 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15792
15793         * sys/ximage/ximagesink.c:
15794         * sys/xvimage/xvimagesink.c:
15795           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
15796
15797 2004-08-06  Wim Taymans  <wim@fluendo.com>
15798
15799         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15800         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15801         (gst_multifdsink_client_remove),
15802         (gst_multifdsink_handle_client_read),
15803         (gst_multifdsink_handle_client_write),
15804         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15805         Make sure we don't try to read more from a client that what
15806         ioctl says us or we deadlock.
15807
15808 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15809
15810         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
15811         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
15812         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
15813           decouple running_time and n_frames so it can handle changing
15814           framerate while running
15815
15816 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15817
15818         * po/nl.po:
15819         * po/sv.po:
15820           updated translations
15821
15822 2004-08-04  Benjamin Otte  <otte@gnome.org>
15823
15824         * gst/videotestsrc/gstvideotestsrc.c:
15825         (gst_videotestsrc_get_capslist), (generate_capslist),
15826         (plugin_init):
15827           generate the list of supported caps at startup and reuse it instead
15828           of always generating it
15829
15830 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15831
15832         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
15833           whoops, last checkin broke normal build
15834
15835 2004-08-03  Benjamin Otte  <otte@gnome.org>
15836
15837         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
15838         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
15839         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
15840         (gst_alsa_mixer_get_option):
15841         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
15842         (dvdnavsrc_print_event):
15843         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
15844         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
15845         (gst_ogg_mux_pad_unlink):
15846         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
15847         (gst_multipart_mux_pad_unlink):
15848         * gst/videofilter/gstvideobalance.c:
15849         (gst_videobalance_colorbalance_set_value):
15850         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
15851         (gst_videomixer_pad_unlink):
15852         * po/uk.po:
15853         * sys/oss/gstossmixer.c:
15854         * sys/v4l/gstv4lcolorbalance.c:
15855         * sys/v4l/gstv4ltuner.c:
15856         * sys/v4l/v4lsrc_calls.c:
15857         * sys/v4l2/gstv4l2colorbalance.c:
15858         * sys/v4l2/gstv4l2tuner.c:
15859           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
15860
15861 2004-08-03  Benjamin Otte  <otte@gnome.org>
15862
15863         * examples/dynparams/filter.c: (ui_control_create):
15864         * examples/gstplay/player.c: (print_tag):
15865         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
15866         * ext/gdk_pixbuf/gstgdkanimation.c:
15867         (gst_gdk_animation_iter_may_advance):
15868         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
15869         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
15870         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
15871         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
15872         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
15873         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
15874         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
15875         * gst/sine/demo-dparams.c: (main):
15876         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
15877         * testsuite/alsa/formats.c: (create_pipeline):
15878         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
15879           fixes for G_DISABLE_ASSERT and friends
15880         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15881         (mp3_type_frame_length_from_header), (mp3_type_find),
15882         (plugin_init):
15883           require mp3 typefinding to have at least MIN_HEADERS valid headers
15884           add typefinding for AAC adts files
15885
15886 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
15887
15888         * sys/ximage/ximagesink.c:
15889         (gst_ximagesink_calculate_pixel_aspect_ratio):
15890         * sys/xvimage/xvimagesink.c:
15891         (gst_xvimagesink_calculate_pixel_aspect_ratio):
15892         Make sure we calculate pixel-aspect-ratio using floating point maths
15893
15894 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15895
15896         * po/uk.po:
15897           updated translation
15898
15899 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15900
15901         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
15903           add debugging for display PAR calculation
15904
15905 2004-08-02  David Schleef  <ds@schleef.org>
15906
15907         * configure.ac: Fix mikmod CFLAGS.
15908
15909 2004-07-27  Benjamin Otte  <otte@gnome.org>
15910
15911         * gst/audioscale/gstaudioscale.c:
15912         - fix templates to only support S16, it's the only format that works
15913         - make caps nego code use try_set_caps_nonfixed and fixation instead
15914         of try_set_caps twice, which is not nice for autopluggers
15915         - change rank to secondary, so autopluggers can pick it up after
15916         audioconvert
15917
15918 2004-08-02  Iain <iain@prettypeople.org>
15919
15920         * gst/interleave/interleave.c (interleave_init),
15921         (interleave_request_new_pad),
15922         (interleave_pad_removed),
15923         (interleave_buffered_loop): Use the real pad count, not the artificial
15924         one.
15925
15926 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15927
15928         * configure.ac: bump nano back to development
15929
15930 === release 0.8.3 ===
15931
15932 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15933
15934         * configure.ac: releasing 0.8.3, "Water"
15935
15936 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15937
15938         * sys/xvimage/xvimagesink.c:
15939         (gst_xvimagesink_calculate_pixel_aspect_ratio),
15940         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
15941         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
15942         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15943         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15944         * sys/xvimage/xvimagesink.h:
15945           apply similar PAR fixes as to ximagesink
15946
15947 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15948
15949         patch from: Benjamin Otte
15950
15951         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
15952           add link function to lame.  Fixes #148986.
15953
15954 2004-08-02  Johan Dahlin  <johan@gnome.org>
15955
15956         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
15957         fix debugging log
15958
15959 2004-07-30  David Schleef  <ds@schleef.org>
15960
15961         * gst/videomixer/Makefile.am: Fix things that should have been
15962         fixed in the last checkin.
15963
15964 2004-07-30  David Schleef  <ds@schleef.org>
15965
15966         * gst/multipart/Makefile.am: Fix things that should have been
15967         fixed in the last checkin.
15968
15969 2004-07-30  David Schleef  <ds@schleef.org>
15970
15971         * testsuite/multifilesink/Makefile.am: Fix unused variable.
15972
15973 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15974
15975         * configure.ac:
15976           bump nano for prerelease
15977         * po/af.po:
15978         * po/az.po:
15979         * po/cs.po:
15980         * po/en_GB.po:
15981         * po/hu.po:
15982         * po/nl.po:
15983         * po/sr.po:
15984         * po/sv.po:
15985         * po/uk.po:
15986           updates
15987
15988 2004-07-30  Wim Taymans  <wim@fluendo.com>
15989
15990         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15991         (gst_multifdsink_add), (gst_multifdsink_remove),
15992         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15993         (gst_multifdsink_client_remove),
15994         (gst_multifdsink_handle_client_write),
15995         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15996         * gst/tcp/gstmultifdsink.h:
15997         Recover from a select with a bad file descriptor by removing
15998         the client.
15999
16000 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16001
16002         * configure.ac:
16003           fix requirement of core
16004         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
16005         (gst_play_pipeline_setup):
16006           don't use colorspace element.  do use hermescolorspace element.
16007           make macro to get a colorspace element.
16008           mark strings for translation.
16009         * po/POTFILES.in:
16010           add play.c
16011         * po/af.po:
16012         * po/az.po:
16013         * po/cs.po:
16014         * po/en_GB.po:
16015         * po/hu.po:
16016         * po/nl.po:
16017         * po/sr.po:
16018         * po/sv.po:
16019         * po/uk.po:
16020           update translations
16021
16022 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16023
16024         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16025         fix default for newmedia flag
16026
16027 2004-07-30  Wim Taymans  <wim@fluendo.com>
16028
16029         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16030         (gst_theora_dec_init), (theora_get_formats),
16031         (theora_dec_src_convert), (theora_dec_sink_convert),
16032         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16033         (theora_dec_chain), (theora_dec_set_property),
16034         (theora_dec_get_property):
16035         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
16036         (gst_theora_enc_class_init), (gst_theora_enc_init),
16037         (theora_enc_sink_link), (theora_enc_chain),
16038         (theora_enc_set_property), (theora_enc_get_property):
16039         Added cropping option to theora decoder.
16040         Added border option to theora encoder.
16041
16042 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16043
16044         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16045         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
16046         (gst_pngenc_set_property):
16047         * ext/libpng/gstpngenc.h:
16048         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
16049
16050 2004-07-30  Wim Taymans  <wim@fluendo.com>
16051
16052         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16053         (theora_enc_sink_link), (theora_enc_chain),
16054         (theora_enc_set_property), (theora_enc_get_property):
16055         Fix encoding of non-multiple-of-16 video.
16056
16057 2004-07-29  David Schleef  <ds@schleef.org>
16058
16059         * configure.ac: make test for audiofile more strict
16060
16061 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16062
16063         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16064           give different names to typefind functions
16065
16066 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16067
16068         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16069         (gst_ximagesink_calculate_pixel_aspect_ratio),
16070         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
16071         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16072         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
16073         (gst_ximagesink_get_property), (gst_ximagesink_init):
16074         * sys/ximage/ximagesink.h:
16075           allocate PAR's dynamically.
16076           use autodetected PAR if no object-set PAR is given.
16077           add workaround for directfb's X not setting physical size.
16078           fix to xvimagesink will follow tomorrow.
16079
16080 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16081
16082         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
16083         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
16084         (gst_shout2send_get_type), (gst_shout2send_set_clock),
16085         (gst_shout2send_class_init), (gst_shout2send_init),
16086         (set_shout_metadata), (gst_shout2send_set_metadata),
16087         (gst_shout2send_chain), (gst_shout2send_set_property),
16088         (gst_shout2send_get_property), (gst_shout2send_connect),
16089         (gst_shout2send_change_state):
16090         * ext/shout2/gstshout2.h:
16091         - fix for sending mp3 audio to icecast2 server, if pad link function not
16092         called before PAUSED state
16093         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
16094         - added tagging support for mp3 audio broadcasted
16095         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16096         debug info
16097
16098 2004-07-28  Wim Taymans  <wim@fluendo.com>
16099
16100         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
16101         (gst_ogg_demux_push):
16102         Return query failure when we don't know the length of
16103         an ogg stream insteda of returning TRUE with a bogus value.
16104
16105 2004-07-28  Wim Taymans  <wim@fluendo.com>
16106
16107         * ext/theora/theoradec.c: (theora_get_formats),
16108         (theora_dec_src_convert), (theora_dec_sink_convert),
16109         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16110         (theora_dec_chain):
16111         Don't screw up the 1 Chroma for 1 luma sample situation when we
16112         have an odd offset/width by adding a black border in those cases.
16113
16114 2004-07-28  Wim Taymans  <wim@fluendo.com>
16115
16116         * ext/theora/theoradec.c: (theora_get_formats),
16117         (theora_dec_src_convert), (theora_dec_sink_convert),
16118         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16119         (theora_dec_chain):
16120         * ext/theora/theoraenc.c: (theora_enc_sink_link):
16121         Added first attempt at cropping of the image as required by the
16122         theora spec. We need more properties in the caps (offset_x,
16123         offset_y,stride) to implement this correctly.
16124
16125 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
16126
16127         * ext/dvdnav/README:
16128           Update the README to use dvddemux
16129         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
16130           Ensure getcaps returns a subset of the template caps
16131         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
16132         (gst_mpeg2subt_init):
16133           Ensure getcaps returns a subset of the template caps
16134         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
16135         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
16136         (gst_dvd_demux_get_subpicture_stream),
16137         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
16138         * gst/mpegstream/gstdvddemux.h:
16139           Set the explicit caps on the current_video pad before pushing
16140           anything
16141         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
16142         (gst_mpeg_demux_get_audio_stream):
16143           Free caps used to gst_pad_set_explicit_caps, which takes a const
16144           GstCaps *
16145
16146 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16147
16148         * configure.ac: update GStreamer requirement to 0.8.4 because of
16149           GstFraction.
16150
16151 2004-07-28  Wim Taymans  <wim@fluendo.com>
16152
16153         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16154         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
16155         Add the pad to the element after setting up the caps. This
16156         makes it a lot easier to autoplug.
16157
16158 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
16159
16160         * gst/median/gstmedian.c:
16161         * gst/mpeg2subt/gstmpeg2subt.c:
16162         * gst/mpegaudioparse/gstmpegaudioparse.c:
16163         * gst/mpegstream/gstdvddemux.c:
16164         * gst/mpegstream/gstmpegdemux.c:
16165         * gst/mpegstream/gstmpegpacketize.c:
16166         * gst/rtjpeg/gstrtjpeg.c:
16167         * gst/rtjpeg/gstrtjpegdec.c:
16168         * gst/rtjpeg/gstrtjpegenc.c:
16169         * gst/sine/gstsinesrc.c:
16170         * gst/smooth/gstsmooth.c:
16171         * gst/smpte/gstsmpte.c:
16172         * gst/smpte/gstsmpte.h:
16173         * gst/stereo/gststereo.c:
16174         * gst/videofilter/gstgamma.c:
16175         * gst/videofilter/gstvideobalance.c:
16176         * gst/videofilter/gstvideofilter.c:
16177         * gst/videofilter/gstvideoflip.c:
16178         * gst/videoscale/gstvideoscale.c:
16179         * gst/videoscale/videoscale.c:
16180         * gst/videotestsrc/gstvideotestsrc.c:
16181         * gst/videotestsrc/videotestsrc.c:
16182         * gst/wavenc/gstwavenc.c:
16183         * gst/wavparse/gstwavparse.c:
16184           fix local includes and 64 bits constants
16185
16186 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
16187
16188         * win32/gst.sln:
16189         * gst-libs/gst/*/*.vcproj:
16190         * gst/*/*.vcproj:
16191           more working plugins
16192
16193 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16194
16195         * testsuite/alsa/Makefile.am:
16196         * testsuite/alsa/srcstate.c:
16197         add test for alsasrc changing state
16198
16199 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16200
16201         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
16202         (gst_silence_get):
16203         * gst/silence/gstsilence.h:
16204         fix silence generation for 16bit raw audio
16205
16206 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16207
16208         * gst/matroska/matroska-demux.c:
16209         (gst_matroska_demux_parse_metadata),
16210         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
16211         * gst/mpegaudio/common.c:
16212         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
16213         (gst_videoscale_getcaps), (gst_videoscale_link),
16214         (gst_videoscale_src_fixate), (gst_videoscale_init),
16215         (gst_videoscale_finalize):
16216         * gst/videoscale/gstvideoscale.h:
16217         * gst/videotestsrc/gstvideotestsrc.c:
16218         (gst_videotestsrc_get_capslist):
16219         * gst/wavenc/gstwavenc.c:
16220         * sys/oss/gstossmixer.c: (fill_labels):
16221         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16222         (gst_ximagesink_handle_xevents),
16223         (gst_ximagesink_calculate_pixel_aspect_ratio),
16224         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
16225         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
16226         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16227         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
16228         (gst_ximagesink_init), (gst_ximagesink_class_init):
16229         * sys/ximage/ximagesink.h:
16230         * sys/xvimage/xvimagesink.c:
16231         (gst_xvimagesink_calculate_pixel_aspect_ratio),
16232         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
16233         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
16234         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
16235         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16236         * sys/xvimage/xvimagesink.h:
16237           first batch of pixel aspect ratio commits.
16238
16239 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16240
16241         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16242         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
16243         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
16244           handle stride, needs work if we want to move stride handling
16245           upstream, but works correctly for our purposes.
16246
16247 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16248
16249         * gst/videoscale/README:
16250           add testing examples
16251         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
16252         (gst_videoscale_chain):
16253         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16254         (gst_videoscale_get_size):
16255           add get_size function that handles stride like videotestsrc.
16256           fixes conversion for YUV formats for as much as I can test them.
16257
16258 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16259
16260         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16261         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
16262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16263         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16264         (gst_xvimagesink_xvimage_put):
16265           further cleanups, logging, error handling and synchronizing
16266
16267 2004-07-27  Wim Taymans  <wim@fluendo.com>
16268
16269         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
16270         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
16271         (gst_videomixer_pad_set_property),
16272         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
16273         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
16274         (gst_videomixer_class_init), (gst_videomixer_init),
16275         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
16276         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
16277         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
16278         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
16279         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
16280         (gst_videomixer_loop), (plugin_init):
16281         Be a nicer negotiation citizen and provide a getcaps function on
16282         the srcpad. This also fixes a crash when resizing.
16283
16284 2004-07-27  Julien MOUTTE  <julien@moutte.net>
16285
16286         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16287         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
16288
16289 2004-07-27  Wim Taymans  <wim@fluendo.com>
16290
16291         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
16292         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16293         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
16294         (gst_pngenc_set_property):
16295         * ext/libpng/gstpngenc.h:
16296         Added snapshot property to pngenc.
16297         removed g_print from pngdec
16298
16299 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
16300
16301         * gst/ac3parse/ac3parse.vcproj
16302         * gst/adder/adder.vcproj
16303         * gst/alpha/alpha.vcproj
16304         * gst/alpha/alphacolor.vcproj
16305         * gst/asfdemux/asf.vcproj
16306         * gst/audioconvert/audioconvert.vcproj
16307         * gst/audiorate/audiorate.vcproj
16308         * gst/audioscale/audioscale.vcproj
16309         * gst/auparse/auparse.vcproj
16310         * gst/avi/avi.vcproj
16311         * gst/cdxaparse/cdxaparse.vcproj
16312         * gst/chart/chart.vcproj
16313         * gst/colorspace/colorspace.vcproj
16314         * gst/cutter/cutter.vcproj
16315         * gst/debug/debug.vcproj
16316         * gst/debug/efence.vcproj
16317         * gst/debug/navigationtest.vcproj
16318         * gst/deinterlace/deinterlace.vcproj
16319         * gst/effectv/effectv.vcproj
16320         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
16321         * gst/filter/filter.vcproj
16322         * gst/flx/flxdec.vcproj
16323         * gst/goom/goom.vcproj
16324         * gst/interleave/interleave.vcproj
16325         * gst/law/alaw.vcproj
16326         * gst/law/mulaw.vcproj
16327         * gst/matroska/matroska.vcproj
16328         * gst/median/median.vcproj
16329         * gst/mixmatrix/mixmatrix.vcproj
16330         * gst/mpeg1sys/mpeg1systemencode.vcproj
16331         * gst/mpeg1videoparse/mp1videoparse.vcproj
16332         * gst/mpeg2sub/mpeg2subt.vcproj
16333         * gst/mpegaudio/mpegaudio.vcproj
16334         * gst/mpegaudioparse/mpegaudioparse.vcproj
16335         * gst/mpegstream/mpegstream.vcproj
16336         * gst/multifilesink/multifilesink.vcproj
16337         * gst/multipart/multipart.vcproj
16338         * gst/oneton/oneton.vcproj
16339         * gst/overlay/overlay.vcproj
16340         * gst/passthrough/passthrough.vcproj
16341         * gst/qtdemux/qtdemux.vcproj
16342         * gst/realmedia/rmdemux.vcproj
16343         * gst/rtjpeg/rtjpeg.vcproj
16344         * gst/rtp/rtp.vcproj
16345         * gst/silence/silence.vcproj
16346         * gst/sine/sinesrc.vcproj
16347         * gst/smooth/smooth.vcproj
16348         * gst/smpte/smpte.vcproj
16349         * gst/spectrum/spectrum.vcproj
16350         * gst/speed/speed.vcproj
16351         * gst/stereo/stereo.vcproj
16352         * gst/switch/switch.vcproj
16353         * gst/tags/tagedit.vcproj
16354         * gst/tcp/tcp.vcproj
16355         * gst/typefind/typefindfunctions.vcproj
16356         * gst/udp/udp.vcproj
16357         * gst/videobox/videobox.vcproj
16358         * gst/videocrop/videocrop.vcproj
16359         * gst/videodrop/videodrop.vcproj
16360         * gst/videofilter/gamma.vcproj
16361         * gst/videofilter/videobalance.vcproj
16362         * gst/videofilter/videofilter.vcproj
16363         * gst/videofilter/videoflip.vcproj
16364         * gst/videoflip/videoflip.vcproj
16365         * gst/videomixer/videomixer.vcproj
16366         * gst/videorate/videorate.vcproj
16367         * gst/videoscale/videoscale.vcproj
16368         * gst/videotestsrc/videotestsrc.vcproj
16369         * gst/virtualdub/virtualdub.vcproj
16370         * gst/volenv/volenv.vcproj
16371         * gst/volume/volume.vcproj
16372         * gst/wavenc/wavenc.vcproj
16373         * gst/wavparse/wavparse.vcproj
16374         * gst/y4m/y4menc.vcproj
16375         * gst-libs/gst/audio/audio.vcproj
16376         * gst-libs/gst/audio/audiofilter.vcproj
16377         * gst-libs/gst/colorbalance/colorbalance.vcproj
16378         * gst-libs/gst/idct/idtc.vcproj
16379         * gst-libs/gst/media-info/media-info.vcproj
16380         * gst-libs/gst/mixer/mixer.vcproj
16381         * gst-libs/gst/navigation/navigation.vcproj
16382         * gst-libs/gst/play/play.vcproj
16383         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
16384         * gst-libs/gst/resample/resample.vcproj
16385         * gst-libs/gst/riff/riff.vcproj
16386         * gst-libs/gst/tuner/tuner.vcproj
16387         * gst-libs/gst/video/video.vcproj
16388         * gst-libs/gst/xoverlay/xoverlay.vcproj
16389           avoid problems with math.h, fix release dependancy
16390           rename GStreamer-0.8.lib to libgstreamer.lib
16391
16392 2004-07-27  Julien MOUTTE  <julien@moutte.net>
16393
16394         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16395         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
16396         the atom is not available we have to unlock the mutex. Fixes #148023
16397
16398 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16399
16400         * gst-libs/gst/media-info/media-info.h:
16401           issue for a vararg macro with MSVC
16402
16403 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16404
16405         * gst/effectv/effectv.vcproj
16406         * gst-libs/gst/idct/idct.vcproj:
16407         * gst-libs/gst/media-info/media-info.vcproj:
16408         * gst-libs/gst/navigation/navigation.vcproj:
16409         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
16410         * gst-libs/gst/video/video.vcproj:
16411         * gst-libs/gst/xoverlay/xoverlay.vcproj:
16412           fixes for build problems
16413
16414 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16415
16416         * gst-libs/gst/audio/audio.def:
16417         * gst-libs/gst/audio/riff.def:
16418           add some definitions needed by plugins
16419
16420 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16421
16422         * gst/asfdemux/gstasfmux.c
16423           Fix some 64 bits constants to be glib friendly
16424
16425 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16426
16427         * gst/ac3parse/gstac3parse.c
16428         * gst/audioscale/gstaudioscale.c
16429         * gst/auparse/gstauparse.c
16430         * gst/colorspace/gstcolorspace.c
16431         * gst/colorspace/yuv2rgb.h
16432           local include fixes
16433
16434 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16435
16436         * win32/gst.sln
16437           add more plugins to the build
16438
16439 2004-07-26  Julien MOUTTE  <julien@moutte.net>
16440
16441         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16442         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
16443
16444 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16445
16446         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
16447         (gst_level_set_property), (gst_level_get_property),
16448         (gst_level_base_init), (gst_level_class_init):
16449           add debugging categories.  cleanups.
16450
16451 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16452
16453         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16454         (gst_videoscale_planar411), (gst_videoscale_planar400),
16455         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
16456         (gst_videoscale_scale_nearest_str1),
16457         (gst_videoscale_scale_nearest_str2),
16458         (gst_videoscale_scale_nearest_str4),
16459         (gst_videoscale_scale_nearest_16bit),
16460         (gst_videoscale_scale_nearest_24bit):
16461           fixed stride issues
16462           tested with 320x240 -> 321, 322, 324 x240
16463           tested with YV12, I420, YUY2, UYVY
16464           fixed packed422rev (don't think it could have worked before)
16465           by testing with UYVY
16466
16467 2004-07-26  Benjamin Otte  <otte@gnome.org>
16468
16469         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
16470         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
16471         (plugin_init):
16472           add debugging category, add error checks like checking return values
16473           of setup calls, make sure it still works after
16474           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
16475
16476 2004-07-26  Wim Taymans  <wim@fluendo.com>
16477
16478         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
16479         (gst_mpeg_demux_get_audio_stream),
16480         (gst_mpeg_demux_process_private):
16481         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
16482         Check for error codes from the negotiation functions. Make sure
16483         we really set the pad caps when a new pad is created.
16484
16485 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16486
16487         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16488         (gst_ffmpeg_caps_to_pix_fmt):
16489         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16490         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16491         (gst_ffmpegcolorspace_pad_link):
16492           don't make function do two things at the same time without reason.
16493
16494 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16495
16496         * gst/ac3parse/ac3parse.vcproj
16497         * gst/adder/adder.vcproj
16498         * gst/alpha/alpha.vcproj
16499         * gst/alpha/alphacolor.vcproj
16500         * gst/asfdemux/asf.vcproj
16501         * gst/audioconvert/audioconvert.vcproj
16502         * gst/audiorate/audiorate.vcproj
16503         * gst/audioscale/audioscale.vcproj
16504         * gst/auparse/auparse.vcproj
16505         * gst/avi/avi.vcproj
16506         * gst/cdxaparse/cdxaparse.vcproj
16507         * gst/chart/chart.vcproj
16508         * gst/colorspace/colorspace.vcproj
16509         * gst/cutter/cutter.vcproj
16510         * gst/debug/debug.vcproj
16511         * gst/debug/efence.vcproj
16512         * gst/debug/navigationtest.vcproj
16513         * gst/deinterlace/deinterlace.vcproj
16514         * gst/effectv/effectv.vcproj
16515         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
16516         * gst/filter/filter.vcproj
16517         * gst/flx/flxdec.vcproj
16518         * gst/goom/goom.vcproj
16519         * gst/interleave/interleave.vcproj
16520         * gst/law/alaw.vcproj
16521         * gst/law/mulaw.vcproj
16522         * gst/matroska/matroska.vcproj
16523         * gst/median/median.vcproj
16524         * gst/mixmatrix/mixmatrix.vcproj
16525         * gst/mpeg1sys/mpeg1systemencode.vcproj
16526         * gst/mpeg1videoparse/mp1videoparse.vcproj
16527         * gst/mpeg2sub/mpeg2subt.vcproj
16528         * gst/mpegaudio/mpegaudio.vcproj
16529         * gst/mpegaudioparse/mpegaudioparse.vcproj
16530         * gst/mpegstream/mpegstream.vcproj
16531         * gst/multifilesink/multifilesink.vcproj
16532         * gst/multipart/multipart.vcproj
16533         * gst/oneton/oneton.vcproj
16534         * gst/overlay/overlay.vcproj
16535         * gst/passthrough/passthrough.vcproj
16536         * gst/qtdemux/qtdemux.vcproj
16537         * gst/realmedia/rmdemux.vcproj
16538         * gst/rtjpeg/rtjpeg.vcproj
16539         * gst/rtp/rtp.vcproj
16540         * gst/silence/silence.vcproj
16541         * gst/sine/sinesrc.vcproj
16542         * gst/smooth/smooth.vcproj
16543         * gst/smpte/smpte.vcproj
16544         * gst/spectrum/spectrum.vcproj
16545         * gst/speed/speed.vcproj
16546         * gst/stereo/stereo.vcproj
16547         * gst/switch/switch.vcproj
16548         * gst/tags/tagedit.vcproj
16549         * gst/tcp/tcp.vcproj
16550         * gst/typefind/typefindfunctions.vcproj
16551         * gst/udp/udp.vcproj
16552         * gst/videobox/videobox.vcproj
16553         * gst/videocrop/videocrop.vcproj
16554         * gst/videodrop/videodrop.vcproj
16555         * gst/videofilter/gamma.vcproj
16556         * gst/videofilter/videobalance.vcproj
16557         * gst/videofilter/videofilter.vcproj
16558         * gst/videofilter/videoflip.vcproj
16559         * gst/videoflip/videoflip.vcproj
16560         * gst/videomixer/videomixer.vcproj
16561         * gst/videorate/videorate.vcproj
16562         * gst/videoscale/videoscale.vcproj
16563         * gst/videotestsrc/videotestsrc.vcproj
16564         * gst/virtualdub/virtualdub.vcproj
16565         * gst/volenv/volenv.vcproj
16566         * gst/volume/volume.vcproj
16567         * gst/wavenc/wavenc.vcproj
16568         * gst/wavparse/wavparse.vcproj
16569         * gst/y4m/y4menc.vcproj
16570           more plugins supported under windows
16571
16572 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16573
16574         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16575         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
16576         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
16577         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16578         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
16579           Add debugging statements.  Use the sizes as returned by the
16580           *CreateImage calls.
16581
16582 2004-07-26  Johan Dahlin  <johan@gnome.org>
16583
16584         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
16585         the pad is negotiated.
16586
16587         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
16588
16589 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16590
16591         * gst-libs/gst/colorbalance/colorbalance.vcproj:
16592         * gst-libs/gst/idct/idct.vcproj:
16593         * gst-libs/gst/media-info/media-info.vcproj:
16594         * gst-libs/gst/mixer/mixer.vcproj:
16595         * gst-libs/gst/navigation/navigation.vcproj:
16596         * gst-libs/gst/play/play.vcproj:
16597         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
16598         * gst-libs/gst/resample/resample.vcproj:
16599         * gst-libs/gst/tuner/tuner.vcproj:
16600         * gst-libs/gst/video/video.vcproj:
16601         * gst-libs/gst/xoverlay/xoverlay.vcproj:
16602           more plugins supported under windows
16603
16604 2004-07-25 Iain <iain@prettypeople.org>
16605
16606         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
16607         pad now rather than when the pad is created because state changes wipe
16608         explicit caps (fixes #148043).
16609
16610 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
16611
16612         reviewed by Benjamin Otte  <otte@gnome.org>
16613
16614         * ext/mad/gstmad.c:
16615           fix mad plugin crashing on Sun (fixes #148289)
16616
16617 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16618
16619         * gst/avi/avi.def:
16620         * gst/avi/avi.vcproj:
16621         * gst/matroska/matroska.def:
16622         * gst/matroska/matroska.vcproj:
16623           remove unused .def files
16624
16625 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16626
16627         * gst-libs/gst/audio/gstaudiofilter.c:
16628           Clean the local include
16629
16630 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16631
16632         * win32/gst.sln:
16633         * gst-libs/gst/audio/audio.def:
16634         * gst-libs/gst/audio/audio.vcproj:
16635         * gst-libs/gst/audio/audiofilter.vcproj:
16636         * gst-libs/gst/audio/riff.def:
16637         * gst-libs/gst/audio/riff.vcproj:
16638         * gst-libs/gst/gst-libs.def:
16639         * gst-libs/gst/gst-libs.vcproj:
16640         * gst/avi/avi.vcproj:
16641         * gst/avi/avi.vcproj:
16642           Copy the files where needed after building, cleaner projects
16643
16644 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16645
16646         * gst/matroska/ebml-write.c:
16647           Fix some 64 bits constants to be glib friendly
16648
16649 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
16650
16651         * win32/gst.sln:
16652         * gst-libs/gst/gst-libs.def:
16653         * gst-libs/gst/gst-libs.vcproj:
16654         * gst/matroska/matroska.def:
16655         * gst/matroska/matroska.vcproj:
16656           Add the preliminary canvas to build plugins on Win32
16657
16658 2004-07-23  Benjamin Otte  <otte@gnome.org>
16659
16660         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16661           don't enfore negotiation from source side, it breaks
16662           sinesrc ! audioconvert ! osssink
16663
16664 2004-07-22  David Schleef  <ds@schleef.org>
16665
16666         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
16667         for ELF files, since they can easily be recognized as audio/mpeg.
16668         (bug #147441)
16669
16670 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16671
16672         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16673         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
16674         (gst_videoscale_scale_nearest_24bit),
16675         (gst_videoscale_scale_nearest_16bit):
16676           fix 16bit and 24bit for stride (24bit might need testing)
16677           don't pretend we do more than one algorithm
16678
16679 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16680
16681         * configure.ac:
16682         * gst/Makefile.am:
16683         * gst/multifilesink/Makefile.am:
16684         * gst/multifilesink/gstmultifilesink.c:
16685         (gst_multifilesink_get_formats),
16686         (gst_multifilesink_get_query_types), (_do_init),
16687         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
16688         (gst_multifilesink_init), (gst_multifilesink_dispose),
16689         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
16690         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
16691         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
16692         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
16693         (gst_multifilesink_chain), (gst_multifilesink_change_state),
16694         (gst_multifilesink_uri_get_type),
16695         (gst_multifilesink_uri_get_protocols),
16696         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
16697         (gst_multifilesink_uri_handler_init), (plugin_init):
16698         * gst/multifilesink/gstmultifilesink.h:
16699         * testsuite/Makefile.am:
16700         * testsuite/multifilesink/Makefile.am:
16701         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
16702         (gst_newmedia_class_init), (gst_newmedia_init),
16703         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16704         (newfile_signal), (test_signal), (main):
16705         multifilesink plugin for creating new files every time a new media
16706         discontinuity event occurs
16707
16708 2004-07-22  Wim Taymans  <wim@fluendo.com>
16709
16710         * gst/alpha/Makefile.am:
16711         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
16712         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
16713         (gst_alpha_color_init), (gst_alpha_color_set_property),
16714         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
16715         (transform), (gst_alpha_color_chain),
16716         (gst_alpha_color_change_state), (plugin_init):
16717         Stupid plugin to to RGBA to AYUV conversion because none of
16718         the colorspace plugins can handle that yet.
16719
16720 2004-07-22  Wim Taymans  <wim@fluendo.com>
16721
16722         * examples/seeking/seek.c: (update_scale), (main):
16723         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16724         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16725         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16726         (gst_decode_bin_init), (gst_decode_bin_dispose),
16727         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16728         (no_more_pads), (close_link), (type_found),
16729         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16730         (plugin_init):
16731         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16732         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16733         (gst_play_base_bin_dispose), (queue_overrun),
16734         (gen_preroll_element), (remove_prerolls), (unknown_type),
16735         (no_more_pads), (new_stream), (setup_source),
16736         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16737         (play_base_eos), (gst_play_base_bin_change_state),
16738         (gst_play_base_bin_add_element),
16739         (gst_play_base_bin_remove_element),
16740         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16741         (gst_play_base_bin_unlink_stream),
16742         (gst_play_base_bin_get_streaminfo):
16743         * gst/playback/gstplaybin.c: (gen_video_element),
16744         (gen_audio_element):
16745         * gst/playback/gststreaminfo.h:
16746         More playback updates, attempt to fix things after the state change
16747         breakage.
16748
16749 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16750
16751         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
16752         (gst_videoscale_scale_nearest_16bit):
16753           comment algorithm
16754
16755 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16756
16757         * gst/videotestsrc/gstvideotestsrc.c:
16758         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
16759         (gst_videotestsrc_init), (gst_videotestsrc_get),
16760         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16761         (gst_videotestsrc_get_property):
16762         * gst/videotestsrc/gstvideotestsrc.h:
16763         * gst/videotestsrc/videotestsrc.c:
16764         * gst/videotestsrc/videotestsrc.h:
16765           cleanup and commenting
16766
16767 2004-07-21  Wim Taymans  <wim@fluendo.com>
16768
16769         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
16770         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
16771         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
16772         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
16773         (_find_chain_get_unknown_part), (_find_streams_check),
16774         (gst_ogg_demux_push), (gst_ogg_pad_push):
16775         * ext/theora/theoradec.c: (theora_get_formats),
16776         (theora_dec_src_convert), (theora_dec_sink_convert),
16777         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16778         (theora_dec_chain):
16779         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16780         (vorbis_dec_convert), (vorbis_dec_src_query),
16781         (vorbis_dec_src_event), (vorbis_dec_event):
16782         More seeking fixes, oggdemux now supports seeking to time and
16783         uses the downstream element to convert granulepos to time.
16784         Seeking in theora-only ogg files now works.
16785
16786 2004-07-21  Wim Taymans  <wim@fluendo.com>
16787
16788         * ext/theora/theoradec.c: (gst_theora_dec_init),
16789         (theora_get_formats), (theora_get_event_masks),
16790         (theora_get_query_types), (theora_dec_src_convert),
16791         (theora_dec_sink_convert), (theora_dec_src_query),
16792         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
16793         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16794         (vorbis_get_event_masks), (vorbis_get_query_types),
16795         (gst_vorbis_dec_init), (vorbis_dec_convert),
16796         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
16797         Added query/convert/formats functions to vorbis and theora decoders
16798         so that the outside world can use them too. Fixed seeking on an
16799         ogg/theora/vorbis file by disabling the seeking seeking on the
16800         theora srcpad.
16801
16802 2004-07-21  Julien MOUTTE  <julien@moutte.net>
16803
16804         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16805         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
16806         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
16807         images creation for both elements. We don't create the image on caps
16808         nego or renego, we just destroy the internal one if present if it does
16809         not match the needs. The chain function takes care of creating a new
16810         image when needed.
16811         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16812         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
16813         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
16814         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
16815         the image format information. The buffer pool checks for the context
16816         image format and discard images with different formats.
16817         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
16818
16819 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16820
16821         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16822         (gst_ffmpegcolorspace_chain):
16823           no point in doing any chaining if the pad we want to push from
16824           isn't usable.
16825
16826 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16827
16828         * gst-libs/gst/riff/riff-media.c:
16829         (gst_riff_create_audio_caps_with_data):
16830           Fix double end-to-native symbol conversion (#148021).
16831
16832 2004-07-20  David Schleef  <ds@schleef.org>
16833
16834         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16835         Don't use an Atom that doesn't exist.
16836
16837 2004-07-20  Wim Taymans  <wim@fluendo.com>
16838
16839         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16840         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16841         (gst_multifdsink_client_remove),
16842         (gst_multifdsink_handle_client_write),
16843         (gst_multifdsink_queue_buffer):
16844         * gst/tcp/gstmultifdsink.h:
16845         More multifdsink stats. Avoid deadlock by releasing locks
16846         before sending out a signal.
16847
16848 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16849
16850         * po/LINGUAS:
16851         * po/hu.po:
16852           added Hungarian translation (Laszlo Dvornik)
16853
16854 2004-07-20  Wim Taymans  <wim@fluendo.com>
16855
16856         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16857         (gst_multifdsink_add), (gst_multifdsink_client_remove),
16858         (gst_multifdsink_handle_client_write),
16859         (gst_multifdsink_queue_buffer):
16860         * gst/tcp/gsttcp-marshal.list:
16861         Fixed the stupid marshal definition.
16862
16863 2004-07-20  Wim Taymans  <wim@fluendo.com>
16864
16865         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16866         (gst_multifdsink_init), (gst_multifdsink_add),
16867         (gst_multifdsink_client_remove),
16868         (gst_multifdsink_handle_client_write),
16869         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
16870         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
16871         (gst_multifdsink_init_send):
16872         * gst/tcp/gstmultifdsink.h:
16873         Added more stats, added timeout for a client, fixed some typos
16874         and added some comments.
16875
16876 2004-07-20  Wim Taymans  <wim@fluendo.com>
16877
16878         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16879         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16880         (gst_multifdsink_client_remove),
16881         (gst_multifdsink_handle_client_write):
16882         * gst/tcp/gstmultifdsink.h:
16883         * gst/tcp/gsttcp-marshal.list:
16884         Added get_stats method that returns a GValueArray of
16885         stats values.
16886
16887 2004-07-19  Benjamin Otte  <otte@gnome.org>
16888
16889         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
16890           make sure longname, description and author are valid UTF-8
16891
16892 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16893
16894         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
16895         (gst_ximagesink_set_property):
16896         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
16897         (gst_xvimagesink_set_property):
16898           make sure SYNCHRONOUS is respected after getting the X context
16899
16900 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16901
16902         * gst/matroska/matroska-demux.c:
16903         (gst_matroska_demux_handle_src_event),
16904         (gst_matroska_demux_parse_blockgroup):
16905         * gst/matroska/matroska-ids.h:
16906           add BlockReference tag and ignore it to clear out log.
16907           ignore NAVIGATION events to clear out log.
16908
16909 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16910
16911         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16912         (gst_matroska_demux_add_stream):
16913         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
16914           add debug categories
16915
16916 2004-07-16  Wim Taymans  <wim@fluendo.com>
16917
16918         * ext/libpng/Makefile.am:
16919         * ext/libpng/gstpng.c: (plugin_init):
16920         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
16921         (gst_pngdec_get_type), (gst_pngdec_base_init),
16922         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
16923         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
16924         * ext/libpng/gstpngdec.h:
16925         Added png decoder.
16926
16927 2004-07-16  Julien MOUTTE  <julien@moutte.net>
16928
16929         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
16930         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
16931         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
16932         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
16933         (gst_ximagesink_buffer_alloc):
16934         * sys/ximage/ximagesink.h:
16935         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16936         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16937         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16938         (gst_xvimagesink_buffer_alloc):
16939         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
16940         again. Using internal data pointer of the x(v)image to store image's
16941         data to be coherent with the buffer alloc mechanism. Investigated the
16942         image destruction code to be sure that everything gets freed correctly.
16943
16944 2004-07-16  Wim Taymans  <wim@fluendo.com>
16945
16946         * gst-libs/gst/riff/riff-read.c:
16947         (gst_riff_read_strf_vids_with_data),
16948         (gst_riff_read_strf_auds_with_data):
16949         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16950         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
16951         Make sure we don't create 0 sized subbuffers in riff-read.
16952         Signal the no more pads signal after reading the avi header.
16953
16954 2004-07-16  Wim Taymans  <wim@fluendo.com>
16955
16956         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16957         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16958         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16959         (gst_decode_bin_init), (gst_decode_bin_dispose),
16960         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16961         (no_more_pads), (close_link), (type_found),
16962         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16963         (gst_decode_bin_change_state), (plugin_init):
16964         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16965         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16966         (gst_play_base_bin_dispose), (queue_overrun),
16967         (gen_preroll_element), (remove_prerolls), (unknown_type),
16968         (no_more_pads), (new_stream), (setup_source),
16969         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16970         (play_base_eos), (gst_play_base_bin_change_state),
16971         (gst_play_base_bin_add_element),
16972         (gst_play_base_bin_remove_element),
16973         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16974         (gst_play_base_bin_unlink_stream),
16975         (gst_play_base_bin_get_streaminfo):
16976         * gst/playback/gstplaybasebin.h:
16977         Better error recovery. Added configurable preroll queue size. Faster
16978         detection of no-more-pads.
16979
16980 2004-07-16  Wim Taymans  <wim@fluendo.com>
16981
16982         * gst-libs/gst/video/video.h:
16983         Added 32 bits RGBA. Not sure if we should use another mime-type
16984         for alpha rgb. Currently the presence of the alpha_mask property
16985         signals an alpha channel.
16986
16987 2004-07-16  Wim Taymans  <wim@fluendo.com>
16988
16989         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16991         FPS seems to be 0.0 to MAX everywhere else.
16992
16993 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16994
16995         * gst-libs/gst/riff/riff-media.c:
16996         (gst_riff_create_video_caps_with_data):
16997           mp42/mp43 (no caps) exist too.
16998         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16999           Set pixel_width/height; we've got them in-caps.
17000         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17001         * gst/wavparse/gstwavparse.c: (plugin_init):
17002           Both are valid primary.
17003         * sys/oss/gstossmixer.c:
17004           Remove i18n hack and enable translations.
17005
17006 2004-07-15  Benjamin Otte  <otte@gnome.org>
17007
17008         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17009         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
17010           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
17011
17012 2004-07-15  Benjamin Otte  <otte@gnome.org>
17013
17014         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
17015         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
17016         (gst_alsa_close_audio):
17017           disable some of the debugging code for now. Writing debugging to a
17018           buffer is broken in current alsalib releases.
17019
17020 2004-07-12  Benjamin Otte  <otte@gnome.org>
17021
17022         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
17023           use bufferpools
17024
17025 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17026
17027         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
17028         (theora_dec_src_query), (theora_dec_event):
17029         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
17030           add debugging categories.  Remove \n's.
17031
17032 2004-07-13  Johan Dahlin  <johan@gnome.org>
17033
17034         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
17035         (gst_play_bin_get_property): Impl.
17036
17037 2004-07-13  Wim Taymans  <wim@fluendo.com>
17038
17039         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
17040         When trying to find the stream length, seek back N pages
17041         instead of just one, where N is the number of streams in
17042         the current chain.
17043
17044 2004-07-13  Wim Taymans  <wim@fluendo.com>
17045
17046         * gst-libs/gst/riff/riff-media.c:
17047         (gst_riff_create_audio_caps_with_data),
17048         (gst_riff_create_audio_caps),
17049         (gst_riff_create_audio_template_caps):
17050         * gst-libs/gst/riff/riff-media.h:
17051         * gst-libs/gst/riff/riff-read.c:
17052         (gst_riff_read_strf_vids_with_data),
17053         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
17054         * gst-libs/gst/riff/riff-read.h:
17055         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17056         (gst_avi_demux_add_stream):
17057         Set codec_data on caps for avidemuxer.
17058
17059 2004-07-12  David Schleef  <ds@schleef.org>
17060
17061         * configure.ac: Fix test for Objective C
17062
17063 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
17064         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
17065         (gst_gdk_pixbuf_chain):
17066           Add svg and pcx to template caps, and ensure that getcaps returns a
17067           subset of the template caps.
17068           Copy each row manually for output, as gdkpixbuf may pad the
17069           rowstride to a 32-bit word boundary.
17070
17071 2004-07-12  Wim Taymans  <wim@fluendo.com>
17072
17073         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
17074         (gst_riff_create_video_template_caps):
17075         Fix the template caps to include some more media types.
17076
17077 2004-07-12  Wim Taymans  <wim@fluendo.com>
17078
17079         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17080         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17081         (compare_ranks), (print_feature), (gst_decode_bin_init),
17082         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
17083         (try_to_link_1), (new_pad), (close_link), (type_found),
17084         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17085         (gst_decode_bin_change_state), (plugin_init):
17086         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17087         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17088         (gst_play_base_bin_dispose), (queue_overrun),
17089         (gen_preroll_element), (remove_prerolls), (no_more_pads),
17090         (new_stream), (setup_source), (gst_play_base_bin_set_property),
17091         (gst_play_base_bin_get_property), (play_base_eos),
17092         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
17093         (gst_play_base_bin_remove_element),
17094         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17095         (gst_play_base_bin_unlink_stream),
17096         (gst_play_base_bin_get_streaminfo):
17097         * gst/playback/gstplaybasebin.h:
17098         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17099         (gst_play_bin_class_init), (gst_play_bin_init),
17100         (gst_play_bin_dispose), (gst_play_bin_set_property),
17101         (gst_play_bin_get_property), (gen_video_element),
17102         (gen_audio_element), (remove_sinks), (setup_sinks),
17103         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
17104         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17105         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17106         (gst_play_bin_query), (plugin_init):
17107         * gst/playback/test4.c: (main):
17108         More fixes on reusing of the element.
17109
17110 2004-07-11  Benjamin Otte  <otte@gnome.org>
17111
17112         * ext/mad/gstmad.c: (normal_seek):
17113           allow seeking for other methods than just SET
17114
17115 2004-07-11  Andy Wingo  <wingo@pobox.com>
17116
17117         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
17118         float, "any" caps -> buffer_frames=[0,MAX].
17119
17120         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
17121         doesn't intersect our caps with the template any more. Do it
17122         ourselves.
17123         (interleave_buffered_loop): Use g_newa instead of malloc/free.
17124
17125 2004-07-09  Wim Taymans  <wim@fluendo.com>
17126
17127         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17128         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17129         (compare_ranks), (print_feature), (gst_decode_bin_init),
17130         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
17131         (try_to_link_1), (new_pad), (close_link), (type_found),
17132         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17133         (gst_decode_bin_change_state), (plugin_init):
17134         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17135         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17136         (gst_play_base_bin_dispose), (queue_overrun),
17137         (gen_preroll_element), (remove_prerolls), (no_more_pads),
17138         (new_stream), (setup_source), (gst_play_base_bin_set_property),
17139         (gst_play_base_bin_get_property), (play_base_eos),
17140         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
17141         (gst_play_base_bin_remove_element),
17142         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17143         (gst_play_base_bin_unlink_stream),
17144         (gst_play_base_bin_get_streaminfo):
17145         * gst/playback/gstplaybasebin.h:
17146         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17147         (gst_play_bin_class_init), (gst_play_bin_init),
17148         (gst_play_bin_dispose), (gst_play_bin_set_property),
17149         (gst_play_bin_get_property), (gen_video_element),
17150         (gen_audio_element), (remove_sinks), (setup_sinks),
17151         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
17152         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17153         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17154         (gst_play_bin_query), (plugin_init):
17155         * gst/playback/test4.c: (main):
17156         Work on object reuse and seeking.
17157
17158 2004-07-09  Wim Taymans  <wim@fluendo.com>
17159
17160         * examples/seeking/seek.c: (iterate):
17161         Don't consume all CPU in the idle loop.
17162
17163 2004-07-09  Wim Taymans  <wim@fluendo.com>
17164
17165         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
17166         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
17167         Add pad to element *after* setting the pad functions so that
17168         the scheduler can use the correct ones.
17169
17170 2004-07-09  Wim Taymans  <wim@fluendo.com>
17171
17172         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
17173         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
17174         Sync to keyframe after seek
17175
17176 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17177
17178         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17179         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17180         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
17181         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
17182         * ext/libvisual/visual.c: (gst_visual_change_state):
17183         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
17184         * ext/theora/theoradec.c: (theora_dec_change_state):
17185         * ext/theora/theoraenc.c: (theora_enc_change_state):
17186         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
17187         * gst-libs/gst/navigation/navigation.c:
17188         * gst/adder/gstadder.c: (gst_adder_change_state):
17189         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17190         (gst_audio_convert_get_buffer):
17191         * gst/multipart/multipartdemux.c:
17192         (gst_multipart_demux_change_state):
17193         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
17194         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17195         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17196         * gst/videoscale/gstvideoscale.c:
17197         (gst_videoscale_handle_src_event):
17198         * gst/volume/gstvolume.c: (volume_chain_int16):
17199           don't assert in state change, this should be done by the base
17200           GstElement class.
17201           various debugging fixes.
17202
17203 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17204
17205         * configure.ac:
17206         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17207         (gst_play_dispose), (gst_play_set_location),
17208         (gst_play_set_data_src), (gst_play_set_video_sink),
17209         (gst_play_set_audio_sink), (gst_play_set_visualization),
17210         (gst_play_connect_visualization), (gst_play_get_sink_element),
17211         (gst_play_get_all_by_interface):
17212         * gst-libs/gst/play/play.h:
17213           add new method to get elements implementing an interface.
17214           add various error logging
17215
17216 2004-07-08  Wim Taymans  <wim@fluendo.com>
17217
17218         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
17219         (make_mpeg_pipeline), (make_mpegnt_pipeline),
17220         (make_playerbin_pipeline), (query_durations_elems),
17221         (query_durations_pads), (query_positions_elems),
17222         (query_positions_pads), (update_scale), (iterate), (stop_seek),
17223         (main):
17224         Added playbin seeking example.
17225
17226 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17227
17228         * gst-libs/gst/play/play.c: (gst_play_set_location),
17229         (gst_play_set_data_src), (gst_play_set_video_sink),
17230         (gst_play_set_audio_sink), (gst_play_set_visualization),
17231         (gst_play_connect_visualization), (gst_play_get_framerate):
17232           use a macro to look up elements from hash table
17233
17234 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17235
17236         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17237         (gst_play_get_length_callback), (gst_play_set_location),
17238         (gst_play_seek_to_time), (gst_play_set_data_src),
17239         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17240         (gst_play_set_visualization), (gst_play_connect_visualization),
17241         (gst_play_get_sink_element):
17242         - add debugging info
17243         - fix looking up sink elements by iterating over complete caps
17244         - put everything except for source and autoplugger in a complete bin
17245
17246 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17247
17248         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
17249         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
17250         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
17251         (gst_alsa_sink_write), (gst_alsa_sink_loop):
17252         * ext/alsa/gstalsasink.h:
17253         - add debugging info
17254         - clean up schizophrenia of data/buffer/event
17255         - fix double event unref error
17256
17257 2004-07-08  Wim Taymans  <wim@fluendo.com>
17258
17259         * gst/playback/Makefile.am:
17260         Add headers to noinst
17261
17262 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17263
17264         * tools/gst-launch-ext-m.m:
17265         * tools/gst-launch-ext.1.in:
17266           convert to the third millenium
17267
17268 2004-07-07  David Schleef  <ds@schleef.org>
17269
17270         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
17271
17272 2004-07-07  Wim Taymans  <wim@fluendo.com>
17273
17274         * gst/playback/Makefile.am:
17275         * gst/playback/README:
17276         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17277         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17278         (compare_ranks), (print_feature), (gst_decode_bin_init),
17279         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
17280         (try_to_link_1), (new_pad), (close_link), (type_found),
17281         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17282         (plugin_init):
17283         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17284         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17285         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
17286         (gen_preroll_element), (no_more_pads), (new_stream),
17287         (setup_source), (gst_play_base_bin_set_property),
17288         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
17289         (gst_play_base_bin_add_element),
17290         (gst_play_base_bin_remove_element),
17291         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17292         (gst_play_base_bin_unlink_stream),
17293         (gst_play_base_bin_get_streaminfo):
17294         * gst/playback/gstplaybasebin.h:
17295         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17296         (gst_play_bin_class_init), (gst_play_bin_init),
17297         (gst_play_bin_dispose), (gst_play_bin_set_property),
17298         (gst_play_bin_get_property), (gen_video_element),
17299         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
17300         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
17301         (gst_play_bin_get_formats), (gst_play_bin_convert),
17302         (gst_play_bin_get_query_types), (gst_play_bin_query),
17303         (plugin_init):
17304         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17305         (gst_stream_info_get_type), (gst_stream_info_class_init),
17306         (gst_stream_info_init), (gst_stream_info_new),
17307         (gst_stream_info_dispose), (gst_stream_info_set_property),
17308         (gst_stream_info_get_property):
17309         * gst/playback/gststreaminfo.h:
17310         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
17311         (main):
17312         * gst/playback/test2.c: (main):
17313         * gst/playback/test3.c: (update_scale), (main):
17314         More playbin fixes. Added README. Do better element filtering.
17315         Added base class to preroll media. Added test apps.
17316
17317 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17318
17319         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
17320         * ext/mpeg2dec/gstmpeg2dec.h:
17321           various debugging improvements.  Reset stream to next picture
17322           instead of sequence header, otherwise seeks cannot work.
17323
17324 2004-07-07  Wim Taymans  <wim@fluendo.com>
17325
17326         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
17327         (gst_video_box_class_init), (gst_video_box_set_property),
17328         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
17329         Use pad_alloc where possible.
17330
17331 2004-07-07  Wim Taymans  <wim@fluendo.com>
17332
17333         * sys/oss/gstosselement.c: (gst_osselement_reset),
17334         (gst_osselement_parse_caps):
17335         * sys/oss/gstosselement.h:
17336         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17337         Fix offset on osssrc.
17338
17339 2004-07-07  Wim Taymans  <wim@fluendo.com>
17340
17341         * ext/theora/theora.c: (plugin_init):
17342         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
17343         (theora_dec_src_query), (theora_dec_chain):
17344         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17345         (theora_enc_sink_link), (theora_buffer_from_packet),
17346         (theora_push_packet), (theora_enc_chain):
17347         Fix theora granulepos calculation.
17348         Fix overflow in duration/position calculation.
17349         Bump rank to PRIMARY for theoradec.
17350         Use granulepos of last packet to calculate position.
17351         Set keyframe flag on buffers when needed.
17352
17353 2004-07-06  David Schleef  <ds@schleef.org>
17354
17355         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
17356         serious?  (Fixed, obviously.)
17357
17358 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17359
17360         * po/LINGUAS:
17361         * po/cs.po:
17362           added Czech translation (Miloslav Trmac)
17363
17364 2004-07-05  Wim Taymans  <wim@fluendo.com>
17365
17366         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17367         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17368         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
17369         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17370         (close_link), (type_found), (gst_decode_bin_set_property),
17371         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
17372         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
17373         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
17374         (gst_decode_bin_query), (plugin_init):
17375         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17376         (gst_play_bin_class_init), (gst_play_bin_init),
17377         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
17378         (get_video_element), (new_pad), (setup_source),
17379         (gst_play_bin_set_property), (gst_play_bin_get_property),
17380         (gst_play_bin_change_state), (gst_play_bin_add_element),
17381         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
17382         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17383         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17384         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
17385         * gst/playback/test.c: (main):
17386         More fixes, cleaned up playbin, make it use decodebin. Added
17387         threaded property to playbin.
17388
17389 2004-07-05  Wim Taymans  <wim@fluendo.com>
17390
17391         * configure.ac:
17392         * gst/playback/Makefile.am:
17393         * gst/playback/decodetest.c: (main):
17394         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17395         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17396         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
17397         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17398         (close_link), (type_found), (gst_decode_bin_set_property),
17399         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
17400         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
17401         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
17402         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
17403         (plugin_init):
17404         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17405         (gst_play_bin_class_init), (gst_play_bin_init),
17406         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
17407         (collect_sink_pads), (find_compatibles), (close_pad_link),
17408         (try_to_link_1), (new_pad), (close_link), (type_found),
17409         (setup_source), (gst_play_bin_set_property),
17410         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
17411         (compare_ranks), (gst_play_bin_collect_factories),
17412         (gst_play_bin_change_state), (gst_play_bin_add_element),
17413         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
17414         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17415         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17416         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
17417         * gst/playback/test.c: (main):
17418         Added some playback helper elements and some test apps, very alpha
17419         still.
17420
17421 2004-07-04  Benjamin Otte  <otte@gnome.org>
17422
17423         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
17424           only restart audio when we indeed have an xrun to fix repeated
17425           xruns. Fix suggested by Giuliano Pochini.
17426
17427 2004-07-03  David Schleef  <ds@schleef.org>
17428
17429         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
17430         call to gst_debug_log() if debugging is disabled (bug #145118)
17431
17432 2004-07-03  Benjamin Otte  <otte@gnome.org>
17433
17434         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
17435           use our own functions for restarting the alsa device.
17436         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17437           I should apply patches myself - use MIN for the third argument, not
17438           the second, this fixes seeking
17439
17440 2004-07-02  David Schleef  <ds@schleef.org>
17441
17442         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
17443         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
17444         do with the logic.
17445
17446 2004-07-02  David Schleef  <ds@schleef.org>
17447
17448         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
17449         output buffers.  Fix logic mistake.  (bug #144866)
17450
17451 2004-07-02  David Schleef  <ds@schleef.org>
17452
17453         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
17454         on X.  (bug #144753)
17455
17456 2004-07-02  David Schleef  <ds@schleef.org>
17457
17458         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
17459         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
17460         (bug #144624)
17461         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
17462         (gst_osselement_rate_probe_check): Add another workaround for
17463         buggy drivers (bug #145336)
17464
17465 2004-07-02  David Schleef  <ds@schleef.org>
17466
17467         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
17468         Most systems don't have MSG_NOSIGNAL.
17469
17470 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17471
17472         * Makefile.am:
17473         * gst-libs/gst/colorbalance/Makefile.am:
17474         * gst-libs/gst/mixer/Makefile.am:
17475         * gst-libs/gst/play/Makefile.am:
17476         * gst-libs/gst/tuner/Makefile.am:
17477           (hopefully) fix both install and dist and make error message useful.
17478           needs testing across automakes.
17479
17480 2004-07-02  Benjamin Otte  <otte@gnome.org>
17481
17482         * ext/ogg/gstogg.c: (plugin_init):
17483           we require bytestream now
17484         * ext/ogg/gstoggdemux.c:
17485           huge diff to implement chain setup in a fast and generic way. This
17486           improves tag reading and startup of huge files (read: Theora videos)
17487           quite a bit. It probably contains bugs, too, so please test.
17488           Seeking is not improved to the fast method.
17489
17490 2004-06-29  Wim Taymans  <wim@fluendo.com>
17491
17492         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17493         * ext/ogg/gstoggmux.c:
17494         Fix memleak in oggdemux when running unconnected pads.
17495         doc update in mux, start working on keyframe mode.
17496
17497 2004-06-29  Benjamin Otte  <otte@gnome.org>
17498
17499         * sys/oss/gstosssink.c:
17500         * sys/oss/gstosssrc.c:
17501           advertise correct template caps - we indeed do non-native endianness
17502           and 8bit audio has no endianness
17503         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
17504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
17505           avoid (wrong) duplications in getcaps function and return
17506           template caps
17507
17508 2004-06-29  Wim Taymans  <wim@fluendo.com>
17509
17510         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17511         (gst_multifdsink_class_init), (gst_multifdsink_add),
17512         (gst_multifdsink_remove), (gst_multifdsink_clear),
17513         (gst_multifdsink_client_remove),
17514         (gst_multifdsink_handle_client_read),
17515         (gst_multifdsink_client_queue_data),
17516         (gst_multifdsink_client_queue_caps),
17517         (gst_multifdsink_client_queue_buffer),
17518         (gst_multifdsink_handle_client_write),
17519         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17520         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17521         (gst_multifdsink_init_send), (gst_multifdsink_close):
17522         Fix wrong GList iteration that could crash the server when
17523         more then 2 clients disconnect at the same time. Read all the
17524         pending commands in one batch to recover from command storms under
17525         very heavy load.
17526
17527 2004-06-28  Wim Taymans  <wim@fluendo.com>
17528
17529         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17530         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
17531         (gst_videomixer_pad_set_property),
17532         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
17533         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17534         (gst_videomixer_class_init), (gst_videomixer_init),
17535         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
17536         (pad_zorder_compare), (gst_videomixer_sort_pads),
17537         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
17538         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
17539         (gst_videomixer_update_queues), (gst_videomixer_loop),
17540         (plugin_init):
17541         Avoid divide by zero, choose masterpad as the pad with the highest
17542         framerate.
17543
17544 2004-06-27  Julien Moutte  <julien@moutte.net>
17545
17546         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
17547         (gst_ximagesink_xwindow_new):
17548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
17549         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
17550         function directly. We might want to call it from somewhere else one day.
17551
17552 2004-06-27  Julien Moutte  <julien@moutte.net>
17553
17554         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
17555         (gst_ximagesink_xwindow_new):
17556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
17557         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
17558         window decorations.
17559
17560 2004-06-27  Wim Taymans  <wim@fluendo.com>
17561
17562         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
17563         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
17564         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
17565         (gst_dvdec_set_property), (gst_dvdec_get_property):
17566         * ext/dv/gstdvdec.h:
17567         Implement drop_factor property to lower the framerate with
17568         a factor.
17569
17570 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17571
17572         * gst-libs/gst/colorbalance/Makefile.am:
17573         * gst-libs/gst/mixer/Makefile.am:
17574         * gst-libs/gst/play/Makefile.am:
17575         * gst-libs/gst/tuner/Makefile.am:
17576           unbreak Company's fix that didn't install the -enum.h files
17577
17578 2004-06-27  Wim Taymans  <wim@fluendo.com>
17579
17580         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
17581         (gst_dvdec_change_state):
17582         * ext/dv/gstdvdec.h:
17583         Fix timestamp, duration and offset of the buffers.
17584
17585 2004-06-27  Wim Taymans  <wim@fluendo.com>
17586
17587         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17588         (gst_multifdsink_class_init), (gst_multifdsink_add),
17589         (gst_multifdsink_remove), (gst_multifdsink_clear),
17590         (gst_multifdsink_client_remove),
17591         (gst_multifdsink_handle_client_read),
17592         (gst_multifdsink_client_queue_data),
17593         (gst_multifdsink_client_queue_caps),
17594         (gst_multifdsink_client_queue_buffer),
17595         (gst_multifdsink_handle_client_write),
17596         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17597         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17598         (gst_multifdsink_init_send), (gst_multifdsink_close):
17599         * gst/tcp/gstmultifdsink.h:
17600         * gst/tcp/gsttcpserversink.c:
17601         (gst_tcpserversink_handle_server_read),
17602         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
17603         More multifdsink fixes, more recovery policy fixes.
17604         Removed stupid g_print
17605
17606 2004-06-26  Wim Taymans  <wim@fluendo.com>
17607
17608         * gst/tcp/Makefile.am:
17609         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17610         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
17611         (gst_multifdsink_class_init), (gst_multifdsink_init),
17612         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
17613         (gst_multifdsink_handle_client_read),
17614         (gst_multifdsink_client_queue_data),
17615         (gst_multifdsink_client_queue_caps),
17616         (gst_multifdsink_client_queue_buffer),
17617         (gst_multifdsink_handle_client_write),
17618         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17619         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17620         (gst_multifdsink_chain), (gst_multifdsink_set_property),
17621         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
17622         (gst_multifdsink_close), (gst_multifdsink_change_state):
17623         * gst/tcp/gstmultifdsink.h:
17624         * gst/tcp/gsttcpplugin.c: (plugin_init):
17625         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
17626         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
17627         (gst_tcpserversink_handle_server_read),
17628         (gst_tcpserversink_handle_select),
17629         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
17630         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
17631         * gst/tcp/gsttcpserversink.h:
17632         Added multifdsink, made tcpserversink a subclass of fdsink, removed
17633         one of the locks, added recovery policy to multifdsink.
17634
17635 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17636
17637         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17638           fix decision for when getting frames with same timestamp
17639         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17640         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17641         (gst_v4lsrc_get_property):
17642         * sys/v4l/gstv4lsrc.h:
17643           add latency offset property
17644
17645 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17646
17647         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
17648         (plugin_init):
17649           fix debugging. add category.
17650
17651 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17652
17653         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17654           fix wrong offsets
17655
17656 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17657
17658         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17659         (gst_alsa_src_get_time), (gst_alsa_src_loop),
17660         (gst_alsa_src_change_state):
17661           return a time that is in sync with the element's processing
17662
17663 2004-06-25  Wim Taymans  <wim@fluendo.com>
17664
17665         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17666         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17667         (gst_tcpserversink_client_remove),
17668         (gst_tcpserversink_handle_client_read),
17669         (gst_tcpserversink_client_queue_data),
17670         (gst_tcpserversink_client_queue_caps),
17671         (gst_tcpserversink_client_queue_buffer),
17672         (gst_tcpserversink_handle_client_write),
17673         (gst_tcpserversink_queue_buffer),
17674         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
17675         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
17676         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
17677         (gst_tcpserversink_close):
17678         * gst/tcp/gsttcpserversink.h:
17679         Serversink rewrite. Really do non blocking writes to clients and
17680         maintain an internal queue to handle slower clients while not
17681         disturbing fast clients.
17682
17683 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17684
17685         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17686           better debug, don't override OFFSET and OFFSET_END
17687
17688 2004-06-25  Iain <iain@prettypeople.org>
17689
17690         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
17691         name=source for the wavparse pipeline.
17692
17693 2004-06-24  Johan Dahlin  <johan@gnome.org>
17694
17695         * ext/theora/theoraenc.c (theora_enc_chain): Call
17696         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
17697         streamheader caps are set correctly.
17698
17699 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17700
17701         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17702         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
17703           respect minimum bitrate; same could be done for max bitrate
17704
17705 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17706
17707         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17708         (gst_vorbisenc_setup):
17709           fix sample rate range
17710
17711 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17712
17713         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
17714         (gst_oggvorbisenc_setup):
17715         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
17716         (gst_vorbisenc_setup):
17717           resolve ambiguities in code and description
17718
17719 2004-06-24  Wim Taymans  <wim@fluendo.com>
17720
17721         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
17722         * ext/alsa/gstalsa.h:
17723         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17724         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
17725         Use alsa trigger_tstamp to get the timestamp of the first
17726         sample in the buffer for more precise sync. Some cleanups.
17727
17728 2004-06-24  Wim Taymans  <wim@fluendo.com>
17729
17730         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
17731         (gst_audiorate_init), (gst_audiorate_chain),
17732         (gst_audiorate_set_property), (gst_audiorate_get_property):
17733         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17734         (gst_videorate_chain):
17735         Added some logging, fixed an overflow bug in videorate.
17736
17737 2004-06-24  Benjamin Otte  <otte@gnome.org>
17738
17739         * ext/kio/Makefile.am:
17740           fix for builddir != srcdir and distcheck
17741
17742 2004-06-24  Benjamin Otte  <otte@gnome.org>
17743
17744         * gst-libs/gst/colorbalance/Makefile.am:
17745         * gst-libs/gst/mixer/Makefile.am:
17746         * gst-libs/gst/play/Makefile.am:
17747         * gst-libs/gst/tuner/Makefile.am:
17748         * gst/tcp/Makefile.am:
17749         * sys/dxr3/Makefile.am:
17750           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
17751           tarball.
17752           Also add all *.list files that were missing.
17753         * Makefile.am:
17754           add a distcheck hook to ensure the above doesn't happen again.
17755
17756 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
17757
17758         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
17759
17760 2004-06-23  Colin Walters  <walters@redhat.com>
17761
17762         * m4/Makefile.am: Distribute gst-fionread.m4.
17763
17764 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17765
17766         * configure.ac: back to dev
17767
17768 2004-06-23  Wim Taymans  <wim@fluendo.com>
17769
17770         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
17771         (gst_alsa_xrun_recovery):
17772         * ext/alsa/gstalsa.h:
17773         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17774         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
17775         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17776         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
17777         (gst_alsa_src_loop):
17778         Add clock to alsasrc. Take new capture timestamp when
17779         restarting after an overrun. Split up some functions between
17780         alsasrc and alsasink.
17781
17782 === release 0.8.2 ===
17783
17784 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17785
17786         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17787         (gst_alsa_change_state), (gst_alsa_update_avail),
17788         (gst_alsa_xrun_recovery):
17789         * ext/alsa/gstalsa.h:
17790         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17791           merge back changes from release
17792
17793 2004-06-23  Wim Taymans  <wim@fluendo.com>
17794
17795         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
17796         (gst_audiorate_init), (gst_audiorate_chain),
17797         (gst_audiorate_set_property), (gst_audiorate_get_property):
17798         Implement sample dropping and notify
17799
17800 2004-06-22  Wim Taymans  <wim@fluendo.com>
17801
17802         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17803         (theora_enc_sink_link), (theora_buffer_from_packet),
17804         (theora_push_packet), (theora_enc_chain):
17805         Some cleanups, make sure the timestamps are correct.
17806
17807 2004-06-22  Wim Taymans  <wim@fluendo.com>
17808
17809         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
17810         (gst_alsa_change_state), (gst_alsa_update_avail),
17811         (gst_alsa_xrun_recovery):
17812         * ext/alsa/gstalsa.h:
17813         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17814         Cleanups, take queued samples into account when reporting
17815         the time.
17816
17817 2004-06-22  Wim Taymans  <wim@fluendo.com>
17818
17819         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17820         (gst_videorate_init):
17821         Initialize the property as well.
17822
17823 2004-06-22  Wim Taymans  <wim@fluendo.com>
17824
17825         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17826         (gst_videorate_init), (gst_videorate_chain),
17827         (gst_videorate_set_property), (gst_videorate_get_property):
17828         Add property to make videorate silent.
17829         Add property to prefer new frames over old ones.
17830
17831 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17832
17833         * sys/osxvideo/Makefile.am:
17834         Workaround so that the osxvideo .so file gets linked with the
17835         Cocoa, OpenGL and QuickTime frameworks
17836
17837 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17838
17839         * sys/osxaudio/Makefile.am:
17840         Workaround so that the osxaudio .so file gets linked with the
17841         CoreAudio framework
17842
17843 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17844
17845         * configure.ac:
17846         Whoops, my fault...fixed build issues
17847
17848 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17849
17850         * configure.ac:
17851         Add objective-c support if running in Darwin/Mac OS X
17852         * sys/Makefile.am:
17853         * sys/osxvideo:
17854         * sys/osxvideo/Makefile.am:
17855         * sys/osxvideo/osxvideosink.h:
17856         * sys/osxvideo/osxvideosink.m:
17857         * sys/osxvideo/cocoawindow.h:
17858         * sys/osxvideo/cocoawindow.m:
17859         Add osxvideosink, a cocoa-based osx video sink
17860
17861
17862 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
17863         * ext/dvdnav/gst-dvd:
17864         Grab the gconf key from the right spot
17865         * gst/debug/gstnavseek.c: (gst_navseek_init),
17866         (gst_navseek_segseek), (gst_navseek_handle_src_event),
17867         (gst_navseek_chain):
17868         * gst/debug/gstnavseek.h:
17869           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
17870           and loop parameters of a segment seek.
17871         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17872         (gst_videotestsrc_get_event_masks),
17873         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
17874         * gst/videotestsrc/gstvideotestsrc.h:
17875           Add seeking support to videotestsrc
17876           Initialise the timestamp_offset variable.
17877
17878 2004-06-18  Wim Taymans  <wim@fluendo.com>
17879
17880         * ext/sidplay/gstsiddec.cc:
17881         Fix negotiation and set correct end offset.
17882
17883 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17884
17885         * configure.ac: branch and prerelease
17886
17887 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17888
17889         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
17890         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
17891         (gst_tcpclientsrc_init_receive):
17892         * gst/tcp/gsttcpclientsrc.h:
17893           read caps when connecting to server for GDP so we set them correctly
17894
17895 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17896
17897         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17898           notify drops and duplicates
17899         * gst/videoscale/videoscale.c: (videoscale_get_structure):
17900           no good reason to limit ourselves to 100x100
17901
17902 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17903
17904         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17905         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
17906         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17907         (gst_v4lsrc_get_property):
17908         * sys/v4l/gstv4lsrc.h:
17909         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17910         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17911         (gst_v4l_set_audio):
17912         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
17913         (gst_v4lsrc_try_capture):
17914         * sys/v4l/v4lsrc_calls.h:
17915           change try_palette to more general try_capture
17916           add autoprobe option so we can turn off autoprobing
17917           various fixes
17918
17919 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17920
17921         * configure.ac:
17922           add videorate
17923         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
17924         (gst_ximagesink_class_init):
17925         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
17926         (gst_xvimagesink_class_init):
17927           run them as finalize, not dispose, since dispose can be invoked
17928           multiple times
17929
17930 2004-06-17  Wim Taymans  <wim@fluendo.com>
17931
17932         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17933         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
17934         * ext/alsa/gstalsa.h:
17935         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
17936         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
17937         (gst_alsa_src_change_state):
17938         * ext/alsa/gstalsasrc.h:
17939         Make the xrun code timestamp and offset the buffers correctly.
17940         moved the clock to the base class, use alsa methods to get time.
17941         Do correct timestamping on outgoing buffers.
17942
17943 2004-06-17  Wim Taymans  <wim@fluendo.com>
17944
17945         * gst/audiorate/Makefile.am:
17946         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
17947         (gst_audiorate_base_init), (gst_audiorate_class_init),
17948         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
17949         (gst_audiorate_set_property), (gst_audiorate_get_property),
17950         (gst_audiorate_change_state), (plugin_init):
17951         Added an audiorate converter that fills in gaps.
17952
17953 2004-06-17  Johan Dahlin  <johan@gnome.org>
17954
17955         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
17956
17957 2004-06-16  Wim Taymans  <wim@fluendo.com>
17958
17959         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
17960         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17961         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17962         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17963         (gst_v4lsrc_get_property):
17964         * sys/v4l/gstv4lsrc.h:
17965         Added a copy mode to v4lsrc where it will output a copied version
17966         of its internal hardware buffer.
17967         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
17968         can't | them.
17969
17970 2004-06-16  Wim Taymans  <wim@fluendo.com>
17971
17972         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17973         Timestamp fixes.
17974
17975 2004-06-16  Wim Taymans  <wim@fluendo.com>
17976
17977         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17978         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17979         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17980         (gst_v4lsrc_get_property):
17981         * sys/v4l/gstv4lsrc.h:
17982         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17983         Added a sync mode enum property to control v4lsrc timestamp method
17984         Removed the use-fixed-fps property and moved functionality in
17985         the enum.
17986         Don't error on an error value from v4l-conf, it might not always
17987         be a real error.
17988
17989 2004-06-16  Wim Taymans  <wim@fluendo.com>
17990
17991         * gst/videorate/Makefile.am:
17992         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
17993         (gst_videorate_base_init), (gst_videorate_class_init),
17994         (gst_videorate_getcaps), (gst_videorate_link),
17995         (gst_videorate_init), (gst_videorate_chain),
17996         (gst_videorate_set_property), (gst_videorate_get_property),
17997         (gst_videorate_change_state), (plugin_init):
17998         Added a video timestamp corrector.
17999
18000 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18001
18002         fixed a potential leak with previous commit
18003
18004         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
18005
18006 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18007
18008         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
18009         Added missing refcount, fixes bug #144425
18010         Cheers Tim for finding the bug
18011
18012 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18013
18014         * sys/v4l/gstv4l.c: (plugin_init):
18015         * sys/v4l/gstv4lcolorbalance.c:
18016         * sys/v4l/gstv4lcolorbalance.h:
18017         * sys/v4l/gstv4lelement.c:
18018         * sys/v4l/gstv4lelement.h:
18019         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
18020         * sys/v4l/gstv4lmjpegsink.h:
18021         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
18022         * sys/v4l/gstv4lmjpegsrc.h:
18023         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
18024         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
18025         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
18026         * sys/v4l/gstv4lsrc.h:
18027         * sys/v4l/gstv4ltuner.c:
18028         * sys/v4l/gstv4ltuner.h:
18029         * sys/v4l/gstv4lxoverlay.c:
18030         * sys/v4l/gstv4lxoverlay.h:
18031         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
18032         (gst_v4l_set_window), (gst_v4l_enable_overlay):
18033         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
18034         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
18035         (gst_v4l_set_audio):
18036         * sys/v4l/v4l_calls.h:
18037         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
18038         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
18039         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
18040         (gst_v4lmjpegsink_playback_init),
18041         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
18042         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
18043         (gst_v4lmjpegsink_playback_stop),
18044         (gst_v4lmjpegsink_playback_deinit):
18045         * sys/v4l/v4lmjpegsink_calls.h:
18046         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
18047         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
18048         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
18049         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
18050         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
18051         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
18052         * sys/v4l/v4lmjpegsrc_calls.h:
18053         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
18054         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
18055         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
18056         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
18057         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
18058         (gst_v4lsrc_try_palette):
18059         * sys/v4l/v4lsrc_calls.h:
18060           bunch of paranoia cleanups
18061
18062 2004-06-14  David Schleef  <ds@schleef.org>
18063
18064         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
18065         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
18066         Send discont events and change timestamps appropriately when
18067         we get a seek event.  (bug #144240)
18068         * ext/cdparanoia/gstcdparanoia.h:
18069
18070 2004-06-14  Benjamin Otte  <otte@gnome.org>
18071
18072         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
18073           snd_pcm_hw_params_set_rate  since the latter fails for no good
18074           reason on some setups.
18075
18076 2004-06-14  David Schleef  <ds@schleef.org>
18077
18078         * gst/volume/demo.c: (value_changed_callback): exp10() is not
18079         standard.  Thank you for playing.
18080
18081 2004-06-14  Wim Taymans  <wim@fluendo.com>
18082
18083         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
18084         Patch 1.3 broke the ordering of the colorspace info and
18085         made the plugin basically work by coincidence, reordered
18086         the info.
18087
18088 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18089
18090         * ext/lame/gstlame.c:
18091         * ext/mad/gstmad.c:
18092           sync caps.  Make sure mad can only output a list of rates, not
18093           a full range.  In the future, have three caps lists for each of the
18094           mpeg versions.  Change mpegversion to a double as well.
18095
18096 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18097
18098         * gst/volume/.cvsignore:
18099         * gst/volume/Makefile.am:
18100         * gst/volume/demo.c: (value_changed_callback), (idler),
18101         (setup_gui), (main):
18102           added small demo app
18103
18104 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
18105         * ext/esd/esdsink.c: (gst_esdsink_change_state):
18106         * ext/esd/esdsink.h:
18107         Close the esd connection on pause, because esd will just wait -
18108         blocking all other esd clients indefinitely.
18109
18110 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
18111
18112         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
18113           previous commit with GST_DEBUG
18114
18115 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18116
18117         * configure.ac:
18118           add a header check for a dvdread header in dvdnav.  Fixes #133002
18119
18120 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18121
18122         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
18123         * gst/tcp/gsttcpclientsink.h:
18124         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
18125         * gst/tcp/gsttcpclientsrc.h:
18126         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
18127         (gst_tcpserversink_handle_server_read),
18128         (gst_tcpserversink_init_send):
18129         * gst/tcp/gsttcpserversink.h:
18130         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
18131         * gst/tcp/gsttcpserversrc.h:
18132         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
18133         version of IP)
18134
18135 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18136
18137         * configure.ac:
18138         Added ogg library so that OSX detects libtheora properly
18139
18140 2004-06-11  Wim Taymans  <wim@fluendo.com>
18141
18142         * ext/theora/theoradec.c: (theora_dec_chain),
18143         (theora_dec_change_state):
18144         Don't try to decode frames before we received a keyframe.
18145
18146 2004-06-11  Wim Taymans  <wim@fluendo.com>
18147
18148         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18149         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
18150         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18151         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
18152         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
18153         Added property to set the maximum delay of a page.
18154
18155 2004-06-10  Wim Taymans  <wim@fluendo.com>
18156
18157         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18158         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
18159         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18160         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
18161         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
18162         Added max-delay property to control the maximum amount
18163         of data to put in one page.
18164
18165 2004-06-10  Wim Taymans  <wim@fluendo.com>
18166
18167         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18168         (gst_theora_enc_init), (theora_enc_sink_link),
18169         (theora_buffer_from_packet), (theora_enc_set_property),
18170         (theora_enc_get_property):
18171         Set duration on encoded buffer, added some more properties
18172
18173 2004-06-10  Wim Taymans  <wim@fluendo.com>
18174
18175         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18176         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18177         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
18178         * ext/theora/theoraenc.c: (theora_enc_chain):
18179         Fix refcounting bugs
18180
18181 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18182
18183         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
18184         (gst_asf_demux_loop), (gst_asf_demux_process_file),
18185         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
18186         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
18187         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
18188         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
18189         (gst_asf_demux_change_state):
18190         * gst/asfdemux/gstasfdemux.h:
18191           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
18192           feels like. I think we should set a new requirement for demuxers
18193           from now on to implement sane loop functions, data loops, query
18194           and seek functions before first commit into CVS. And this commit
18195           fixes all of the above.
18196
18197 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
18198
18199         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
18200           vorbis comments are properly encoded in UTF-8 before adding them
18201           to a GstTagList
18202
18203 2004-06-09  Benjamin Otte  <otte@gnome.org>
18204
18205         * ext/alsa/gstalsa.c: (add_channels):
18206           handle min <= max correctly
18207         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
18208         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
18209           add fixation functions so we fixate correctly. No preferring of alaw
18210           anymore because it's the first structure.
18211         * ext/alsa/gstalsa.h:
18212         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
18213         (gst_alsa_hw_params_dump):
18214           add functions to ease debugging in alsalib
18215         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
18216         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
18217         (gst_alsa_start_audio):
18218           only specify hw params if we really setup a format (fixes #134007 -
18219           or at least works around it)
18220
18221 2004-06-09  Wim Taymans  <wim@fluendo.com>
18222
18223         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18224         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
18225         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
18226         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
18227         (gst_ogg_mux_loop):
18228         Use stream caps to setup the initial pages in the ogg stream.
18229         Correctly set the streamheader caps on the srcpad.
18230
18231 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18232
18233         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
18234         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
18235         (gst_v4lsrc_getcaps):
18236         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
18237         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
18238           add querying of fps lists for webcams.  Negotiating to a framerate
18239           now works.
18240
18241 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18242
18243         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18244         (theora_push_buffer), (theora_push_packet),
18245         (theora_set_header_on_caps), (theora_enc_chain):
18246           mark buffers and put on streamheader, raw theora streaming
18247           now works too, whee
18248
18249 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18250
18251         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
18252         (gst_tcp_gdp_read_caps):
18253           do a looping read for caps and GDP headers too
18254
18255 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18256
18257         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18258         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
18259           return EOS instead of NULL in _get
18260
18261 2004-06-08  Wim Taymans  <wim@fluendo.com>
18262
18263         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
18264         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
18265         (gst_tcp_gdp_write_caps):
18266         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18267         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
18268         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
18269         Memory leak fixes
18270
18271 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18272
18273         * ext/vorbis/Makefile.am:
18274         * ext/vorbis/vorbis.c: (plugin_init):
18275         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
18276         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
18277         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
18278         (vorbis_parse_change_state):
18279         * ext/vorbis/vorbisparse.h:
18280           adding a vorbisparse element that marks the buffers, streaming
18281           raw vorbis using GDP now works, whee
18282
18283 2004-06-08  Wim Taymans  <wim@fluendo.com>
18284
18285         * ext/jpeg/Makefile.am:
18286         * ext/jpeg/README:
18287         * ext/jpeg/gstjpeg.c: (plugin_init):
18288         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
18289         (gst_smokedec_base_init), (gst_smokedec_class_init),
18290         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
18291         * ext/jpeg/gstsmokedec.h:
18292         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
18293         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
18294         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
18295         (gst_smokeenc_resync), (gst_smokeenc_chain),
18296         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
18297         * ext/jpeg/gstsmokeenc.h:
18298         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
18299         (smokecodec_flush_destination), (smokecodec_term_destination),
18300         (smokecodec_init_source), (smokecodec_fill_input_buffer),
18301         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
18302         (smokecodec_term_source), (smokecodec_encode_new),
18303         (smokecodec_decode_new), (smokecodec_info_free),
18304         (smokecodec_set_quality), (smokecodec_get_quality),
18305         (smokecodec_set_threshold), (smokecodec_get_threshold),
18306         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
18307         (find_best_size), (abs_diff), (put), (smokecodec_encode),
18308         (smokecodec_parse_header), (smokecodec_decode):
18309         * ext/jpeg/smokecodec.h:
18310         Added a new simple jpeg based codec
18311
18312 2004-06-08  Wim Taymans  <wim@fluendo.com>
18313
18314         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18315         (gst_multipart_mux_loop):
18316         Fix memory leak
18317
18318 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18319
18320         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18321         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
18322         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
18323         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
18324         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
18325         * gst/tcp/gsttcpserversink.h:
18326           take streamheader into account
18327
18328 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18329
18330         * gst/level/Makefile.am:
18331         * gst/level/gstlevel.c: (gst_level_class_init):
18332           clean up marshal generation
18333
18334 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18335
18336         * gst/tcp/Makefile.am:
18337         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
18338         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
18339         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
18340         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
18341         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
18342         (gst_tcpclientsrc_get_property):
18343         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
18344         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
18345         (gst_tcpserversink_handle_client_read),
18346         (gst_tcpserversink_handle_client_write),
18347         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
18348         * gst/tcp/gsttcpserversink.h:
18349           add signals client-added and client-removed
18350         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
18351         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
18352         (gst_tcpserversrc_get_property):
18353         uniformized, change default protocol to NONE
18354         * gst/tcp/gsttcp-marshal.list: added
18355 2004-06-07  Benjamin Otte  <otte@gnome.org>
18356
18357         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18358           handle discont events if they happen before caps nego
18359
18360 2004-06-07  Wim Taymans  <wim@fluendo.com>
18361
18362         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18363         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18364         (gst_multipart_demux_plugin_init):
18365         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18366         (gst_multipart_mux_init), (gst_multipart_mux_loop),
18367         (gst_multipart_mux_change_state):
18368         Small updates, fix a memleak
18369
18370 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18371
18372         * configure.ac: OSS portability
18373         * ext/arts/gst_arts.c: idem
18374         * sys/oss/gstosselement.c: idem
18375         * sys/oss/gstossmixer.c: idem
18376         * sys/oss/gstosssink.c: idem
18377         * sys/oss/gstosssrc.c: idem
18378         * sys/oss/oss_probe.c: idem
18379           - check for soundcard.h in different places for some BSD
18380
18381 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
18382
18383         * AUTHORS:
18384         Add me to the authors file
18385         * configure.ac:
18386         Increase the libdv requirement to >= version 0.100
18387         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18388         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
18389         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
18390         * ext/dv/gstdvdec.h:
18391         Add support for the new_media flag when sending DISCONT events
18392         Make the querying work when video pad is not linked
18393
18394 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
18395
18396         reviewed by Benjamin Otte  <otte@gnome.org>
18397
18398         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
18399           create a NULL-initialized array of pads, so we don't think they
18400           exist already. (fixes #143130)
18401
18402 2004-06-07  Benjamin Otte  <otte@gnome.org>
18403
18404         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
18405         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
18406         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
18407           don't use // coments
18408
18409 2004-06-07  Benjamin Otte  <otte@gnome.org>
18410
18411         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
18412           cast to GstClockTime to get higher granularity
18413         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18414           use gst_element_set_time_delay to get the exact time
18415         * ext/mad/gstmad.c: (gst_mad_chain):
18416           use the negotiated rate instead of the current frame's rate which
18417           might be wrong because of bit errors. This avoids emitting totally
18418           bogus timestamps and screwing sync.
18419         (fixes #143454)
18420
18421 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
18422
18423         reviewed by Benjamin Otte  <otte@gnome.org>
18424
18425         * gst/adder/gstadder.c: (gst_adder_loop):
18426           properly error out when no negotiation has happened yet. (fixes
18427           #143032)
18428
18429 2004-06-06  Benjamin Otte  <otte@gnome.org>
18430
18431         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18432           forward correctly transformed offset in discont events. Based on
18433           patch by Arwed v. Merkatz. (fixes #142851)
18434
18435 2004-06-06  David Schleef  <ds@schleef.org>
18436
18437         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
18438         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
18439         problems on several systems.
18440
18441 2004-06-06  Benjamin Otte  <otte@gnome.org>
18442
18443         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
18444           use explicit caps on the srcpad
18445         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18446           properly error out if caps couldn't be set (fixes #142764)
18447
18448 2004-06-06  Benjamin Otte  <otte@gnome.org>
18449
18450         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
18451         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
18452         (gst_alsa_start_audio):
18453           - don't call set_periods_integer anymore, it breaks the
18454           configuration randomly
18455           - call snd_pcm_hw_params_set_access directly instead of using masks
18456           - don't fail if the sw_params can't be set, just use the default
18457           params and hope it works. Alsalib has weird issues when you touch
18458           sw_params and does no proper error reporting about what failed.
18459         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18460         (gst_alsa_close_audio):
18461           make our alsa debugging go via gst debugging and not conditionally
18462           defined
18463         * ext/alsa/gstalsa.h:
18464           add ALSA_DEBUG_FLUSH macro
18465         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
18466         (plugin_init):
18467           wrap alsa errors to be printed via the gst debugging system and not
18468           spammed to stderr
18469
18470 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18471
18472         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18473         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
18474         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18475         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
18476         (qtdemux_parse_trak):
18477         * gst/qtdemux/qtdemux.h:
18478           Bitch. Also known as seeking, querying & co.
18479         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
18480         (gst_osssink_change_state):
18481         * sys/oss/gstosssink.h:
18482           Resyncing is for weenies, this hack is no longer needed and was
18483           broken anyway (since it - unintendedly - always leaves resync to
18484           TRUE).
18485
18486 2004-06-05  Andrew Turner <zxombie@hotpop.com>
18487
18488         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
18489         * gst/tcp/gsttcpclientsrc.h: idem
18490           - define MSG_NOSIGNAL if not done
18491           - include unistd.h for off_t
18492           (fixes #143749)
18493
18494 2004-06-05  Benjamin Otte  <otte@gnome.org>
18495
18496         * configure.ac:
18497         * ext/kio/Makefile.am:
18498           check for qt's moc preprocessor explicitly and use it
18499
18500 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18501
18502         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
18503           don't get a signal for EPIPE on socket writes
18504           (somebody check if this works on other platforms)
18505
18506 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18507
18508         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
18509         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18510           check error condition on available samples correctly
18511
18512 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18513
18514         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
18515           avoid a segfault
18516         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
18517         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
18518         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
18519         (gst_tcpserversrc_gdp_read_header):
18520          use ssize_t over size_t since the former is signed and thus the
18521          check for error codes can work
18522
18523 2004-06-02  Wim Taymans  <wim@fluendo.com>
18524
18525         reviewed by: Johan
18526
18527         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18528         (gst_multipart_mux_loop):
18529         Oops
18530
18531 2004-06-02  Wim Taymans  <wim@fluendo.com>
18532
18533         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18534         (gst_multipart_mux_init), (gst_multipart_mux_loop),
18535         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18536         (gst_multipart_mux_change_state):
18537         Added configurable boundary specifier, added the value as a
18538         caps field as well.
18539
18540 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18541
18542         * gst/tcp/gsttcp.c:
18543         * gst/tcp/gsttcpclientsrc.c:
18544         * gst/tcp/gsttcpclientsrc.h:
18545         * gst/tcp/gsttcpserversrc.c:
18546           - portability fix, to compile on OSX
18547             (fixes #143146)
18548
18549         * sys/osxaudio/gstosxaudioelement.c:
18550         * sys/osxaudio/gstosxaudiosink.c:
18551         * sys/osxaudio/gstosxaudiosrc.c:
18552           - compilation warnings on OSX
18553             (fixes #143153)
18554
18555 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18556
18557         * ext/vorbis/vorbisdec.c : sign warning fixes
18558
18559         * gst-libs/gst/mixer/mixertrack.c :
18560           do no use defines which are glib 2.4 specific
18561
18562 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
18563
18564         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
18565           buffer since libflac doesn't expect it (reports a sync error when
18566           it encounters that)
18567
18568
18569 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
18570
18571         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
18572         * gst-libs/gst/mixer/mixertrack.c:
18573         (gst_mixer_track_get_property), (get_mixer_track_init),
18574         (get_mixer_track_get_property): Added property accessors
18575         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
18576         * gst-libs/gst/mixer/mixeroptions.c:
18577         (gst_mixer_options_get_values): Added
18578         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
18579         * gst-libs/gst/mixer/mixer.c: Fixed comment
18580
18581
18582 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18583
18584         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
18585           improve error messages on open
18586
18587
18588 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18589
18590         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
18591           check if v4l-conf is in path
18592
18593 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18594
18595         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
18596           change assert to a more readable error message
18597
18598 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18599
18600         * gst-libs/gst/tuner/tunerchannel.h:
18601           - add a freq_multiplicator field to make the conversion
18602             between internal frequency unit and Hz
18603         * sys/v4l/gstv4lelement.c:
18604         * sys/v4l2/gstv4l2element.c:
18605           - change default video device to /dev/video0
18606         * sys/v4l/v4l_calls.c:
18607         * sys/v4l2/v4l2_calls.c:
18608           - we only expose frequency to the user in Hz instead of
18609             bastard v4lX unit (either 62.5kHz or 62.5Hz)
18610
18611 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
18612         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18613           Initialise b_o_s and e_o_s variables
18614         * gst-libs/gst/riff/riff-media.c:
18615         (gst_riff_create_video_caps_with_data):
18616           Add some unusual fourcc's from mplayer avi's
18617         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
18618           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
18619           autoplugging.
18620
18621 2004-05-28  Wim Taymans  <wim@fluendo.com>
18622
18623         * configure.ac:
18624         * gst/alpha/Makefile.am:
18625         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18626         (gst_alpha_get_type), (gst_alpha_base_init),
18627         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18628         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
18629         (gst_alpha_chroma_key), (gst_alpha_chain),
18630         (gst_alpha_change_state), (plugin_init):
18631         A plugin to add an alpha channel to I420 video. Can optionally do
18632         chroma keying.
18633         * gst/multipart/Makefile.am:
18634         * gst/multipart/multipart.c: (plugin_init):
18635         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18636         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18637         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
18638         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18639         (gst_multipart_demux_change_state),
18640         (gst_multipart_demux_plugin_init):
18641         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
18642         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
18643         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
18644         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
18645         (gst_multipart_mux_pad_unlink),
18646         (gst_multipart_mux_request_new_pad),
18647         (gst_multipart_mux_handle_src_event),
18648         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
18649         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
18650         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18651         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
18652         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
18653         send multipart jpeg images to a browser.
18654         * gst/videobox/Makefile.am:
18655         * gst/videobox/README:
18656         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
18657         (gst_video_box_get_type), (gst_video_box_base_init),
18658         (gst_video_box_class_init), (gst_video_box_init),
18659         (gst_video_box_set_property), (gst_video_box_get_property),
18660         (gst_video_box_sink_link), (gst_video_box_i420),
18661         (gst_video_box_ayuv), (gst_video_box_chain),
18662         (gst_video_box_change_state), (plugin_init):
18663         Crops or adds borders around an image. can do alpha channel
18664         borders as well.
18665         * gst/videomixer/Makefile.am:
18666         * gst/videomixer/README:
18667         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
18668         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
18669         (gst_videomixer_pad_get_sink_event_masks),
18670         (gst_videomixer_pad_get_property),
18671         (gst_videomixer_pad_set_property),
18672         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
18673         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
18674         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
18675         (gst_videomixer_base_init), (gst_videomixer_class_init),
18676         (gst_videomixer_init), (gst_videomixer_request_new_pad),
18677         (gst_videomixer_handle_src_event),
18678         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
18679         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
18680         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
18681         (gst_videomixer_loop), (gst_videomixer_get_property),
18682         (gst_videomixer_set_property), (gst_videomixer_change_state),
18683         (plugin_init):
18684         Generic video mixer plugin, can handle multiple inputs all with
18685         different framerates and video sizes. Is fully alpha channel
18686         aware.
18687
18688 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18689
18690         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18691           Select first track as master track. Not sure how else to handle
18692           that...
18693         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
18694           Discard discont events. Should fix #142962.
18695
18696 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18697
18698         * ext/alsa/Makefile.am:
18699         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
18700         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
18701         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
18702         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
18703         (gst_alsa_mixer_get_option):
18704         * ext/alsa/gstalsamixer.h:
18705         * ext/alsa/gstalsamixeroptions.c:
18706         (gst_alsa_mixer_options_get_type),
18707         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
18708         (gst_alsa_mixer_options_new):
18709         * ext/alsa/gstalsamixeroptions.h:
18710         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
18711         * ext/alsa/gstalsamixertrack.h:
18712           Add enumerations (as GstMixerOptions). Make correct distinction
18713           between input/output tracks. Add capture/playback private flag.
18714           Use flag to decide on whether to set capture or playback volumes
18715           or switches. Use playback and record switches.
18716         * gst-libs/gst/mixer/Makefile.am:
18717         * gst-libs/gst/mixer/mixer-marshal.list:
18718         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
18719         (gst_mixer_set_option), (gst_mixer_get_option),
18720         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
18721         (gst_mixer_volume_changed), (gst_mixer_option_changed):
18722         * gst-libs/gst/mixer/mixer.h:
18723         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
18724         (gst_mixer_options_class_init), (gst_mixer_options_init),
18725         (gst_mixer_options_dispose):
18726         * gst-libs/gst/mixer/mixeroptions.h:
18727           Add GstMixerOptions.
18728         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18729           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
18730           broken device detection on computers with multiple OSS sound
18731           cards.
18732
18733 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18734
18735         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18736           fixate nicely even when the peer is not negotiating
18737
18738 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18739
18740         * gst/audioconvert/gstaudioconvert.c:
18741         (gst_audio_convert_parse_caps):
18742           make sure we don't allow depth > width
18743         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18744           fixate endianness to G_BYTE_ORDER as default
18745         * gst/audioscale/gstaudioscale.c:
18746           we don't handle another endianness as host-endianness
18747
18748 2004-05-25  David Schleef  <ds@schleef.org>
18749
18750         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
18751
18752 2004-05-24  Benjamin Otte  <otte@gnome.org>
18753
18754         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
18755         (gst_oggvorbisenc_setup):
18756           properly fail when we can't setup the vorbis encoder due to
18757           unsupported settings
18758         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
18759         (gst_vorbisenc_setup):
18760           same
18761         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18762           fix case where warnings occured when one pad was unlinked while the
18763           other's link function was called
18764
18765 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18766
18767         * gst/tcp/Makefile.am:
18768           use GST_ENABLE_NEW
18769
18770 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18771
18772         * gst-libs/gst/resample/private.h:
18773           don't use optimizations that are #if 0'ed
18774
18775 2004-05-24  Wim Taymans  <wim@fluendo.com>
18776
18777         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18778         Fix potential division by zero error and hopefully get
18779         the position query right to get correct timestamps on avi
18780         audio.
18781
18782 2004-05-24  Wim Taymans  <wim@fluendo.com>
18783
18784         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
18785         (gst_videoscale_scale_nearest_str2),
18786         (gst_videoscale_scale_nearest_str4),
18787         (gst_videoscale_scale_nearest_32bit),
18788         (gst_videoscale_scale_nearest_24bit),
18789         (gst_videoscale_scale_nearest_16bit):
18790         Fix the scaling algorithm and avoid a buffer overflow.
18791         removed the while loop in the scaling function as it
18792         was used for point sampling only.
18793
18794 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18795
18796         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
18797         (gst_id3_tag_class_init), (gst_id3_tag_init),
18798         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
18799         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
18800         (gst_id3_tag_send_tag_event):
18801           lots of fixes to make id3mux work and id3demux work correctly
18802
18803 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18804
18805         * ext/Makefile.am:
18806           add rules to build shout2send (was removed by accident
18807           when this module was no more marked experimental/broken)
18808
18809 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18810
18811         * ext/shout2/gstshout2.c:
18812         * ext/shout2/gstshout2.h:
18813           adding a "connection problem" signal to shout2send
18814           (fixes #142954)
18815
18816 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18817
18818         * ext/kio/kioreceiver.cpp:
18819         * ext/kio/kioreceiver.h:
18820           fix sign comparison issues
18821
18822 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18823
18824         * gst/cdxaparse/gstcdxaparse.c:
18825         * gst/cdxaparse/gstcdxaparse.h:
18826           some renaming
18827           add some checks/sanity
18828           prepare for seek addition
18829
18830         * sys/sunaudio/gstsunaudio.c:
18831           remove exported dupe init function
18832
18833 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
18834
18835         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
18836         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
18837           Fix format conversion and position querying.
18838         * gst/debug/progressreport.c: (gst_progressreport_report):
18839           Don't output a bogus total value that we didn't query.
18840         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18841           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
18842           only a blank window after xine has been used.
18843
18844 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18845
18846         * m4/as-arts.m4:
18847           sync with upstream version to fix test on FC2
18848           readd with -ko to preserve Id header
18849
18850 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18851
18852         * configure.ac:
18853           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
18854         * gst/tcp/gsttcpclientsrc.c: idem
18855         * gst/tcp/gsttcpserversink.c: idem
18856         * gst/tcp/gsttcpserversrc.c: idem
18857         * m4/gst-fionread.m4: idem
18858
18859         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
18860
18861         * configure.ac: enable speex plugin for speex 1.1.5+
18862         * ext/speex/gstspeexenc.c: fix cast warning
18863
18864         * ext/esd/README: fix typo
18865
18866 2004-05-20  David Schleef  <ds@schleef.org>
18867
18868         * configure.ac: Minor cosmetic change to convince the buildbot to
18869         reautogen.
18870         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
18871         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
18872         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
18873         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
18874         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
18875         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
18876         More hacking.  Plays audio now.
18877
18878 2004-05-20  David Schleef  <ds@schleef.org>
18879
18880         * configure.ac:
18881         * sys/Makefile.am:
18882
18883 2004-05-20  David Schleef  <ds@schleef.org>
18884
18885         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
18886         * sys/osxaudio/gstosxaudio.c:
18887         * sys/osxaudio/gstosxaudioelement.c:
18888         * sys/osxaudio/gstosxaudioelement.h:
18889         * sys/osxaudio/gstosxaudiosink.c:
18890         * sys/osxaudio/gstosxaudiosink.h:
18891         * sys/osxaudio/gstosxaudiosrc.c:
18892         * sys/osxaudio/gstosxaudiosrc.h:
18893
18894 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18895
18896         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
18897         (gst_vorbisenc_chain):
18898           put the codec headers on the caps as streamheader as well as
18899           pushing them out
18900
18901 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18902
18903         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18904         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18905         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
18906         split up push_packet into two functions
18907
18908 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18909
18910         * gst/tcp/.cvsignore:
18911           ignore enums
18912         * gst/tcp/Makefile.am:
18913         * gst/tcp/README:
18914         * gst/tcp/gsttcp.c:
18915         * gst/tcp/gsttcp.h:
18916         * gst/tcp/gsttcpclientsink.c:
18917         * gst/tcp/gsttcpclientsink.h:
18918         * gst/tcp/gsttcpclientsrc.c:
18919         * gst/tcp/gsttcpclientsrc.h:
18920         * gst/tcp/gsttcpplugin.c:
18921         * gst/tcp/gsttcpserversink.c:
18922         * gst/tcp/gsttcpserversink.h:
18923         * gst/tcp/gsttcpserversrc.c:
18924         * gst/tcp/gsttcpserversrc.h:
18925           add new tcp elements
18926
18927 2004-05-19  Wim Taymans  <wim@fluendo.com>
18928
18929         * gst/law/mulaw-conversion.c: (mulaw_encode):
18930         Fix overflow bug in ulaw encoding.
18931
18932 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18933
18934         * ext/mad/gstmad.c: (gst_mad_handle_event):
18935           don't unref the event twice
18936
18937 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18938
18939         * configure.ac:
18940           remove -Wno-sign-compare
18941
18942 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18943
18944         * configure.ac:
18945           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
18946           if you want to work against glib 2.2 and 2.4
18947
18948 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18949
18950         * gst/tcp/Makefile.am:
18951         * gst/tcp/gsttcp.c:
18952         * gst/tcp/gsttcp.h:
18953         * gst/tcp/gsttcpsink.h:
18954         * gst/tcp/gsttcpsrc.h:
18955           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
18956
18957 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18958
18959         * gst/debug/tests.c: (md5_get_value):
18960           fix segfault on gst-inspect
18961
18962 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18963
18964         * gst/debug/testplugin.c:
18965         * gst/debug/tests.c:
18966         * gst/debug/tests.h:
18967           add new extensible and configurable testing element. Current tests
18968           include buffer count, stream length, timestamp/duration matching and
18969           md5.
18970         * gst/debug/Makefile.am:
18971         * gst/debug/gstdebug.c: (plugin_init):
18972           add infrastructure for new element
18973
18974 2004-05-19  Johan Dahlin  <johan@gnome.org>
18975
18976         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
18977         ending of the array. Fixes gst-inspect segfault on ppc.
18978
18979 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18980
18981         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
18982
18983         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
18984
18985 2004-05-18  David Schleef  <ds@schleef.org>
18986
18987         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
18988         warnings (bugs, actually) noticed by gcc but not forte.
18989
18990 2004-05-18  David Schleef  <ds@schleef.org>
18991
18992         * sys/sunaudio/Makefile.am:
18993         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
18994
18995 2004-05-18  David Schleef  <ds@schleef.org>
18996
18997         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18998         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
18999         to allow qtdemux to use non-seekable streams. (bug #142272)
19000
19001 2004-05-18  David Schleef  <ds@schleef.org>
19002
19003         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
19004         (gst_resample_sinc_ft_float): Remove use of static temporary
19005         buffer.  This code was obviously not supposed to last long, but
19006         it's stuck in our ABI, so it required a little hack to make it
19007         ABI-compatible.  Fixes #142585.
19008         * gst-libs/gst/resample/resample.h: same.
19009
19010 2004-05-18  David Schleef  <ds@schleef.org>
19011
19012         * configure.ac: Add sunaudio
19013         * examples/Makefile.am: make gstplay depend on gconf
19014         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
19015         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
19016         (convert_table_lookup), (img_convert): remove c99-isms
19017         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
19018           unsigned, to fix a warning on Solaris
19019         * gst/mpeg1sys/systems.c: bcopy->memcpy
19020         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
19021         * sys/Makefile.am: Add sunaudio
19022
19023 2004-05-18  Wim Taymans  <wim@fluendo.com>
19024
19025         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
19026         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
19027         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
19028         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
19029         (gst_ogg_mux_loop):
19030         Fix an ugly memleak where the muxer didn't flush enough ogg
19031         pages. This also resulted in badly muxed ogg files.
19032
19033 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19034
19035         * gst/asfdemux/asfheaders.c :
19036         * gst/asfdemux/asfheaders.h :
19037         * gst/asfdemux/gstasfdemux.c :
19038           - fix ASF_OBJ_PADDING guid
19039           - add 3 new object guids (language list, metadata,
19040             extended stream properties)
19041           - add a function to parse extended header objects
19042
19043 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19044
19045         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
19046           remove leftover debugging g_print
19047
19048 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19049
19050         * ext/mad/gstmad.c: (gst_mad_handle_event):
19051           Fix for when the first format in a discont event is not a
19052           byte-based one. Should fix #137710.
19053
19054 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19055
19056         * m4/a52.m4 : fix compilation with -Wall -Werror
19057         * m4/libfame.m4 : idem
19058         * m4/libmikmod.m4 : idem
19059
19060 2004-05-17  Benjamin Otte  <otte@gnome.org>
19061
19062         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19063           signal the new tags before giving up the reference
19064
19065 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19066
19067         * ext/shout2/gstshout2.c:
19068           use application/ogg instead of application/x-ogg (patch by Patrick
19069           Guimond, fixes #142432)
19070         * sys/oss/gstosselement.c: (gst_osselement_reset),
19071         (gst_osselement_sync_parms):
19072           don't set fragment size unless specified (fixes #142493)
19073
19074 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19075
19076         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
19077           fixes #142664
19078
19079 2004-05-17  Benjamin Otte  <otte@gnome.org>
19080
19081         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19082           compute offsets correctly for internal buffers so timestamps are set
19083           correctly when we can't seek. Also handle cases where there are no
19084           offsets. (based on a patch by David Moore, fixes #142507)
19085
19086 2004-05-17  Benjamin Otte  <otte@gnome.org>
19087
19088         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19089           use correct variable when determining amount of data to skip so we
19090           don't skip into the void and segfault
19091
19092 2004-05-16  Benjamin Otte  <otte@gnome.org>
19093
19094         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19095           Hi, I'm a memleak
19096
19097 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19098
19099         * gst/asfdemux/gstasfdemux.c:
19100           - fix a mem leak and always propagate tags
19101           - add WMV3 to known video codecs (but no decoder yet)
19102           - replace "surplus data" at end of audio header for what
19103             it is : codec specific data
19104           - fix a typo
19105
19106 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
19107
19108         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
19109
19110         * gst-libs/gst/audio/audioclock.c:
19111           Fix wrong return type (#142205).
19112
19113 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19114
19115         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
19116           Ignore CRCs by default (fixes #142566).
19117
19118 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19119
19120         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
19121         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
19122         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
19123         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
19124         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
19125         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
19126           Fix for cases where we fail to attach to a mixer.
19127
19128 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19129
19130         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
19131           Don't touch events after not owning them anymore.
19132         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19133         (gst_wavparse_fmt), (gst_wavparse_other),
19134         (gst_wavparse_handle_seek), (gst_wavparse_loop),
19135         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
19136         (gst_wavparse_srcpad_event):
19137         * gst/wavparse/gstwavparse.h:
19138           Add seeking, fix querying.
19139
19140 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19141
19142         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19143           - process comments even if they don't end with \0\0
19144             g_convert would ignore them if present and works well without them
19145
19146 2004-05-16  Benjamin Otte  <otte@gnome.org>
19147
19148         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
19149           simplify caps
19150
19151 2004-05-16  Benjamin Otte  <otte@gnome.org>
19152
19153         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19154           don't write to memory we might not write to - g_convert does that
19155           for us anyway (fixes #142613)
19156         (gst_asf_demux_audio_caps):
19157           comment out gst_util_dump_mem
19158
19159 2004-05-16  Benjamin Otte  <otte@gnome.org>
19160
19161         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19162           compute correct expected timestamps after seek (broken since
19163           last commit)
19164         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
19165           rename element and debugging category to gdkpixbufscale
19166
19167 2004-05-16  Benjamin Otte  <otte@gnome.org>
19168
19169         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19170           add error checking to snd_pcm_delay and remove duplicate call to
19171           snd_pcm_delay that caused issues (see inline code comments)
19172         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19173           make more readable and fix return value when snd_pcm_delay fails
19174         (fixes #142586)
19175
19176 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
19177         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
19178         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
19179         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
19180         (gst_pixbufscale_link), (gst_pixbufscale_init),
19181         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
19182         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
19183         (gst_pixbufscale_get_property), (pixbufscale_init):
19184         * ext/gdk_pixbuf/pixbufscale.h:
19185         Add these files I forgot earlier
19186
19187 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
19188         * ext/gdk_pixbuf/Makefile.am:
19189         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
19190         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19191         Add new pixbufscale element to scale RGB video
19192         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
19193         and HYPER interpolation correctly.
19194         * ext/theora/theoraenc.c: (theora_enc_chain),
19195         Discard buffer and return if explicit caps could not be set
19196         (theora_enc_get_property):
19197         Make _get return kbps for the bitrate consistent with
19198         the _set function.
19199
19200
19201 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19202
19203         * ext/libvisual/visual.c: (gst_visual_chain):
19204           add missing visual_audio_analyze
19205
19206 2004-05-14  David Schleef  <ds@schleef.org>
19207
19208         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
19209         is killed while we're playing.
19210         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
19211         gst_element_no_more_pads().
19212
19213 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19214
19215         * gst-libs/gst/riff/riff-read.c :
19216           - fix INFO tag extraction in RIFF/AVI files
19217             because gst_event_unref (event) also freed taglist
19218           - avoid a mem leak
19219
19220 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19221
19222         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
19223         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
19224
19225         * gst/auparse/gstauparse.c :
19226           - add code (commented for now) to support audio/x-adpcm on src pad
19227             (we have no decoder for those layout yet)
19228
19229         * gst/cdxaparse/gstcdxaparse.c :
19230         * gst/cdxaparse/gstcdxaparse.h :
19231           - partial rewrite using RiffRead (ripped iain's wavparse code)
19232
19233         * gst/rtp/gstrtpL16enc.c : typo
19234         * gst/rtp/gstrtpgsmenc.c : typo
19235
19236 2004-05-13  Benjamin Otte  <otte@gnome.org>
19237
19238         * configure.ac:
19239           check for exact version of libvisual, it's not supposed to be
19240           API/ABI stable yet
19241
19242 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19243
19244         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
19245           signal no-more-pads
19246
19247 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
19248
19249         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
19250         Report which format was used for GST_FORMAT_DEFAULT
19251         * gst/debug/Makefile.am:
19252         * gst/debug/gstdebug.c: (plugin_init):
19253         * gst/debug/progressreport.c: (gst_progressreport_base_init),
19254         (gst_progressreport_class_init), (gst_progressreport_init),
19255         (gst_progressreport_report), (gst_progressreport_set_property),
19256         (gst_progressreport_get_property), (gst_progressreport_chain),
19257         (gst_progressreport_plugin_init):
19258         Add progressreport element for testing.
19259
19260 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19261
19262         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
19263         * sys/v4l/gstv4lsrc.h:
19264         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
19265         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
19266         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
19267         (gst_v4lsrc_grab_frame):
19268           add more debugging
19269           send a discont at start
19270
19271 2004-05-12  Colin Walters  <walters@redhat.com>
19272
19273         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
19274         inflooping if we can't find a chunk.  Or in other words, don't blow
19275         chunks if we don't have a chunk to blow.
19276
19277 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
19278         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
19279         Remove old debug output
19280         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
19281         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
19282         (gst_dvdec_set_property), (gst_dvdec_get_property):
19283         Change the quality setting to an enum, so it works from gst-launch
19284         Don't renegotiate a non-linked pad. Allows audio only decoding.
19285         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
19286         (gst_deinterlace_link), (gst_deinterlace_init):
19287         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
19288         (gst_videodrop_link):
19289         Some caps negotiation fixes
19290
19291 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19292
19293         * ext/tarkin/gsttarkin.c :
19294           - Change RANK from NONE to PRIMARY
19295         * ext/gdk_pixbuf/gstgdkpixbuf.c :
19296           - Change RANK from NONE to MARGINAL
19297         * ext/divx/gstdivxenc.c :
19298           - Change RANK from PRIMARY to NONE (encoder/spider issue)
19299
19300 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19301
19302         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
19303         (gst_vorbisenc_push_packet):
19304           copy a function that was added between 1.0 and 1.0.1 until we
19305           depend on worthwhile features of post-1.0
19306
19307 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19308
19309         * configure.ac:
19310           enable shout2 by default
19311         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
19312         (gst_shout2send_base_init), (gst_shout2send_init),
19313         (gst_shout2send_connect), (gst_shout2send_change_state):
19314         * ext/shout2/gstshout2.h:
19315           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
19316           #142262)
19317         * ext/theora/theora.c: (plugin_init):
19318           don't set rank on encoders
19319
19320 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
19321
19322         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19323           Use codec_data property instead of flag1 and flag2 for wma
19324
19325 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19326
19327         * gst/cdxaparse/gstcdxaparse.c :
19328           - Add mpegversion to CAPS to make it link
19329           - Rank is as GST_RANK_SECONDARY instead of NONE
19330         * gst/auparse/gstauparse.c :
19331           - Document all audio encoding we can encounter from Solaris 9
19332             headers and libsndfile information.
19333           - Increase max. rate from 48000 to 192000 (to match other elements)
19334           - Don't try to play junk data between header and samples
19335
19336 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19337
19338         * ext/libvisual/visual.c: (gst_visual_getcaps):
19339           use the right caps depending on endianness (I hope)
19340         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
19341           use GST_RANK_NONE for all non-decoding elements or spider gets
19342           mighty confused
19343
19344 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19345
19346         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19347           Fix some odd cases and fix BE metadata parsing of unicode16 text.
19348
19349 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19350
19351         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19352         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
19353         (gst_switch_loop), (gst_switch_get_type):
19354           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
19355           HEADERS. Had to be said.
19356
19357 2004-05-10  David Schleef  <ds@schleef.org>
19358
19359         * configure.ac: Add prototype Dirac support.
19360         * ext/Makefile.am:
19361         * ext/dirac/Makefile.am:
19362         * ext/dirac/gstdirac.cc:
19363         * ext/dirac/gstdiracdec.cc:
19364
19365 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19366
19367         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19368         (gst_auparse_init), (gst_auparse_chain),
19369         (gst_auparse_change_state):
19370           Hack around spider. Remove me some day please.
19371
19372 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19373
19374         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19375           Fix for some uninitialized variables in previous patch, also
19376           makes it work. Fixes #142286 while we're at it.
19377
19378 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19379
19380         * gst/auparse/gstauparse.c:
19381                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
19382                 only unsupported formats are ADPCM/CCITT G.72x
19383                 reviewed by Ronald
19384         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
19385
19386 2004-05-10  Wim Taymans  <wim@fluendo.com>
19387
19388         * ext/vorbis/Makefile.am:
19389         * ext/vorbis/README:
19390         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
19391         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
19392         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
19393         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
19394         (gst_oggvorbisenc_convert_sink),
19395         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
19396         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
19397         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
19398         (get_constraints_string), (update_start_message),
19399         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
19400         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
19401         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
19402         * ext/vorbis/oggvorbisenc.h:
19403         * ext/vorbis/vorbis.c: (plugin_init):
19404         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
19405         (raw_caps_factory), (gst_vorbisenc_class_init),
19406         (gst_vorbisenc_init), (gst_vorbisenc_setup),
19407         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
19408         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
19409         * ext/vorbis/vorbisenc.h:
19410         Added a raw vorbis encoder to be used with the oggmuxer.
19411         We still need the old encoder for some gnome applications,
19412         read the README to find out how that works.
19413         The raw encoder is called "rawvorbisenc" until 0.9.
19414
19415 2004-05-10  Wim Taymans  <wim@fluendo.com>
19416
19417         * ext/ogg/gstogg.c: (plugin_init):
19418         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
19419         (gst_ogg_print):
19420         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
19421         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
19422         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
19423         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
19424         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
19425         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
19426         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
19427         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
19428         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
19429         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
19430         Added an ogg muxer.
19431         Small typo fixes in the demuxer.
19432
19433 2004-05-10  Wim Taymans  <wim@fluendo.com>
19434
19435         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19436         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
19437         (theora_enc_change_state), (theora_enc_set_property),
19438         (theora_enc_get_property):
19439         Mark the last packet with an EOS flag which is not really needed
19440         in gstreamer.
19441         Do some better video framerate initialisation.
19442         Update the buffer timestamp.
19443
19444 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
19445
19446         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
19447         Return the result of the parent state change call
19448
19449 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19450
19451         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
19452         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
19453         * gst/law/alaw-encode.c : (idem)
19454         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
19455         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
19456         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
19457
19458 2004-05-09  Benjamin Otte  <otte@gnome.org>
19459
19460         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19461           don't use a fixed buffer size when writing variable length data to
19462           it. Fixes memory corruption and makes alsasrc work
19463
19464 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19465
19466         * ext/gnomevfs/gstgnomevfssink.c:
19467         (_gst_boolean_allow_overwrite_accumulator),
19468         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
19469           Run glib's default signal handler (??) in RUN_CLEANUP rather than
19470           RUN_LAST, and don't use that to set the accumulator value because
19471           then it's always FALSE.
19472
19473 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19474
19475         * gst-libs/gst/riff/riff-media.c:
19476         (gst_riff_create_video_caps_with_data),
19477         (gst_riff_create_audio_caps),
19478         (gst_riff_create_audio_template_caps):
19479         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19480           Fix for unaligned RIFF files (i.e. where all the chunks together
19481           in a LIST chunk are not of the same size as the size given in
19482           the LIST chunk header). Fixes several odd WAVE files. Also fix
19483           ADPCM (block_align property) in audio, so that wavparse based
19484           on this works now as it used to stand-alone.
19485
19486 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
19487
19488         reviewed by Benjamin Otte  <otte@gnome.org>
19489
19490         * ext/a52dec/gsta52dec.c:
19491         * ext/divx/gstdivxdec.c:
19492         * ext/divx/gstdivxenc.c:
19493         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
19494         * ext/faac/gstfaac.c: (gst_faac_base_init):
19495         * ext/faad/gstfaad.c: (gst_faad_base_init):
19496         * ext/ivorbis/vorbisfile.c:
19497         * ext/lame/gstlame.c:
19498         * ext/libfame/gstlibfame.c:
19499         * ext/mpeg2enc/gstmpeg2enc.cc:
19500         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
19501         * ext/sidplay/gstsiddec.cc:
19502         * ext/speex/gstspeexdec.c:
19503         * ext/speex/gstspeexenc.c:
19504         * ext/xvid/gstxviddec.c:
19505         * ext/xvid/gstxvidenc.c:
19506           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
19507           (fixes #142193)
19508
19509 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19510
19511         * ext/alsa/gstalsa.c: (device_list),
19512         (gst_alsa_class_probe_devices):
19513         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19514           Fix alsa oddness in mixer after the combination of using mixer
19515           in source/sink elements and using hw:x,y instead of just hw:x.
19516
19517 2004-05-09  Benjamin Otte  <otte@gnome.org>
19518
19519         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
19520         (gst_wavparse_create_sourcepad):
19521           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
19522           sourcepads
19523
19524 2004-05-09  Benjamin Otte  <otte@gnome.org>
19525
19526         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19527           allow discont events before caps nego
19528
19529 2004-05-08  Benjamin Otte  <otte@gnome.org>
19530
19531         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19532           don't leak events
19533
19534 2004-05-08  Benjamin Otte  <otte@gnome.org>
19535
19536         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
19537         (gst_level_change_state), (gst_level_init):
19538         * gst/level/gstlevel.h:
19539           figure out if we're initialized directly instead of keeping a
19540           variable that's wrong in 90% of cases
19541           don't initialize pads and then leak them and use a new unitialized
19542           pad. (fixes #142084)
19543           these were bugs so n00bish I didn't find them for an hour :/
19544
19545 2004-05-08 Iain <iain@prettypeople.org>
19546
19547         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
19548         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
19549         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
19550         return the length that was read.
19551         (gst_riff_read_strf_auds): Allow fmt tags as well.
19552
19553 2004-05-07  David Schleef  <ds@schleef.org>
19554
19555         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
19556         signed char assumption in faad.h.
19557
19558 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19559
19560         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19561           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
19562
19563 2004-05-07  Colin Walters  <walters@redhat.com>
19564
19565         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
19566         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
19567         function.
19568         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
19569         Add dispose function.
19570
19571 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
19572         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
19573           Fix caps nego and pad templates. RGB mode caps should
19574           work now.
19575         * ext/dvdnav/gst-dvd:
19576           Move mpeg2dec inside the thread because otherwise the
19577           queue rejects cap changes mid-stream
19578         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
19579         (gst_mpeg2dec_flush_decoder):
19580           For mpeg2dec > 0.4.0, call the flush function instead of
19581           manually extracting all in-flight frames.
19582         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
19583         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
19584           Change mime type video/dv go video/x-dv to match the
19585           rest of gst-plugins
19586
19587 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19588
19589         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19590         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
19591         (gst_alsa_sink_class_init):
19592         * ext/alsa/gstalsasink.h:
19593         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
19594         (gst_alsa_src_class_init):
19595         * ext/alsa/gstalsasrc.h:
19596           Make alsasink/src a subclass of alsamixer so that mixer stuff
19597           shows up in gst-rec. Needs some finetuning.
19598
19599 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19600
19601         * ext/lame/gstlame.c: (gst_lame_chain):
19602           simplify
19603         * ext/mad/gstmad.c: (gst_mad_handle_event):
19604           fix event leak
19605         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19606           be able to detect mp3 files < 4096 bytes
19607
19608 2004-05-06  Wim Taymans  <wim@fluendo.com>
19609
19610         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19611         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
19612         (theora_enc_set_property), (theora_enc_get_property):
19613         Also encode the first frame, cleanup some code.
19614
19615 2004-05-06  Wim Taymans  <wim@fluendo.com>
19616
19617         * ext/mpeg2enc/gstmpeg2enc.cc:
19618         Forward events first before deciding that negotiation was
19619         not performed.
19620
19621 2004-05-06  Wim Taymans  <wim@fluendo.com>
19622
19623         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19624         First process the events before deciding that negotiation
19625         was not performed.
19626
19627 2004-05-06  Wim Taymans  <wim@fluendo.com>
19628
19629         * ext/theora/Makefile.am:
19630         * ext/theora/theora.c: (plugin_init):
19631         * ext/theora/theoradec.c: (theora_dec_change_state):
19632         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
19633         (gst_theora_enc_class_init), (gst_theora_enc_init),
19634         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
19635         (theora_enc_chain), (theora_enc_change_state),
19636         (theora_enc_set_property), (theora_enc_get_property):
19637         Added a theora encoder, grouped the encoder and decoder into the
19638         same plugin.
19639
19640 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19641
19642         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19643         (gst_jpegenc_chain):
19644         fix DURATION on outgoing buffers
19645         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19646         debug using time formats
19647         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19648         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19649         (gst_xvimagesink_sink_link):
19650         windows with width/height 0 generate X errors, so don't allow them
19651
19652 2004-05-05  Wim Taymans  <wim@fluendo.com>
19653
19654         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
19655         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
19656         (gst_mpeg2dec_negotiate_format):
19657         * ext/mpeg2dec/gstmpeg2dec.h:
19658           removed the static pad template so that we can add the
19659           more accurate framerate value to the caps.
19660
19661
19662 2004-05-04  Benjamin Otte  <otte@gnome.org>
19663
19664         * configure.ac:
19665           check for kdemacros.h, too (should fix #141821)
19666         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19667           don't crash if no header was sent, but nicely error out (fixes part
19668           of #141554)
19669
19670 2004-05-04  Wim Taymans  <wim@fluendo.com>
19671
19672         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
19673         parent dispose function to avoid segfault on destroy.
19674
19675 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19676
19677         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19678         (plugin_init):
19679         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19680         (gst_xvimagesink_sink_link):
19681         clean up debugging caps
19682         also recreate xvimage when format has changed
19683
19684 2004-05-04  Benjamin Otte  <otte@gnome.org>
19685
19686         * ext/libvisual/Makefile.am:
19687         * ext/libvisual/visual.c: (gst_visual_class_init),
19688         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
19689         (gst_visual_srclink), (gst_visual_chain),
19690         (gst_visual_change_state), (plugin_init):
19691           use a GstAdapter to correctly adapt buffer sizes - allows using a
19692           framerate
19693
19694 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19695
19696         * sys/v4l/gstv4lelement.h:
19697         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19698         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
19699         (gst_v4lsrc_buffer_free):
19700         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
19701         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19702         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
19703         (gst_v4lsrc_requeue_frame):
19704         move some debugging categories around
19705         query for fps index and set accordingly if found
19706
19707 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19708
19709         * ext/lame/gstlame.c:
19710         correct defaults that lame_init puts out of range
19711
19712 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19713
19714         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
19715         (gst_divxenc_class_init):
19716         fix range since -1 is the default
19717         * gst/mpeg1sys/gstmpeg1systemencode.c:
19718         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
19719         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
19720         (gst_rtjpegdec_chain):
19721         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
19722         (gst_rtjpegenc_chain):
19723         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
19724         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
19725         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
19726         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
19727         * sys/v4l/gstv4lsrc.c:
19728         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19729         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
19730         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
19731         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
19732         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
19733           remove gst_info calls
19734
19735 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19736
19737         * Makefile.am:
19738         * po/af.po:
19739         * po/az.po:
19740         * po/en_GB.po:
19741         * po/nl.po:
19742         * po/sr.po:
19743         * po/sv.po:
19744           Updated translations
19745
19746 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19747
19748         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19749           refactor/comment code
19750
19751 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19752
19753         * gst/asfdemux/Makefile.am:
19754         * gst/asfdemux/asfheaders.c:
19755         * gst/asfdemux/asfheaders.h:
19756         * gst/asfdemux/gstasf.c: (plugin_init):
19757         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
19758         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
19759         (gst_asf_demux_setup_pad):
19760         * gst/asfdemux/gstasfdemux.h:
19761         * gst/asfdemux/gstasfmux.c:
19762         * gst/asfdemux/gstasfmux.h:
19763           Add tagging support to demuxer, split out registration in its own
19764           file instead of in demux (hacky), and prevent having some tables
19765           in our memory multiple times (in asfheaders.h).
19766
19767 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19768
19769         * gst/matroska/matroska-demux.c:
19770         (gst_matroska_demux_parse_metadata):
19771         * gst/matroska/matroska-ids.h:
19772           Basic tag reading support.
19773
19774 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19775
19776         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
19777           Really detect ac-3 audio.
19778         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
19779           really detect matroska files (off-by-1).
19780
19781 2004-04-30  David Schleef  <ds@schleef.org>
19782
19783         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19784         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
19785         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
19786         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
19787         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
19788         hackage -- parse a lot more atoms, extract a few tags.  One might even
19789         mistake this for tag support.  Maybe it is.
19790         * gst/qtdemux/qtdemux.h:
19791
19792 2004-04-30  Colin Walters  <walters@verbum.org>
19793
19794         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
19795
19796 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19797
19798         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19799         (gst_ffmpegcolorspace_getcaps):
19800           remove broken nego fix
19801
19802 2004-04-30  Benjamin Otte  <otte@gnome.org>
19803
19804         * configure.ac:
19805         * ext/Makefile.am:
19806         * ext/libvisual/Makefile.am:
19807         * ext/libvisual/visual.c:
19808           add initial support for libvisual (http://libvisual.sourceforge.net)
19809           libvisual is still quite alpha, so expect crashes in there :)
19810
19811 2004-04-29  David Schleef  <ds@schleef.org>
19812
19813         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
19814         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
19815         up qtdemux to make it spit out codec_data.  Do _not_ look at this
19816         code; you will no longer respect me.
19817
19818 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19819
19820         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
19821         * ext/alsa/gstalsa.h :
19822         change alsa pcm device discovery to find more than 1 device
19823         per card. code review by Ronald.
19824
19825 2004-04-29  David Schleef  <ds@schleef.org>
19826
19827         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
19828         Add a check for a driver bug on FreeBSD.  (bug #140565)
19829
19830 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19831
19832         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
19833         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19834         (gst_jpegenc_getcaps):
19835           move format setting to inner loop
19836         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19837         (gst_ffmpegcolorspace_getcaps):
19838           use GST_PAD_CAPS if available so that we use already negotiated
19839           caps
19840         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19841         (qtdemux_parse_moov), (qtdemux_parse):
19842           extra debugging
19843         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
19844         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
19845           move hardcoded path to DEFINE
19846
19847 2004-04-28  David Schleef  <ds@schleef.org>
19848
19849         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
19850         (bug #140064)
19851
19852 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19853
19854         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19855           Don't probe for playback device if we're a source element. Fixes
19856           #139658.
19857
19858 2004-04-29  Benjamin Otte  <otte@gnome.org>
19859
19860         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19861         (gst_id3_tag_chain):
19862           rewrite buffer offset
19863
19864 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19865
19866         * configure.ac:
19867         * ext/Makefile.am:
19868         * ext/dts/Makefile.am:
19869         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
19870         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
19871         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
19872         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
19873         (gst_dtsdec_loop), (gst_dtsdec_change_state),
19874         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
19875         (plugin_init):
19876         * ext/dts/gstdtsdec.h:
19877           New DTS decoder.
19878         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
19879         (gst_faad_srcconnect):
19880           Add ESDS atom handling (.m4a).
19881
19882 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19883
19884         * ext/divx/gstdivxdec.c: (plugin_init):
19885           Remove comment that makes no sense.
19886         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
19887           Fix for obvious typo that resulted in warnings during gst-register.
19888         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
19889         (gst_xviddec_sink_link):
19890           Fix caps negotiation a bit better.
19891         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19892           We call this 'codec_data', not 'esds'.
19893
19894 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19895
19896         * gst/monoscope/gstmonoscope.c:
19897           make sure we only provide 256x128
19898         * gst/monoscope/monoscope.c: (monoscope_init):
19899           assert size of 256x128
19900
19901 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19902
19903         * Makefile.am:
19904         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
19905         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
19906           fixate to max width and height of device
19907
19908 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19909
19910         * Makefile.am:
19911         * sys/v4l/gstv4l.c:
19912         * sys/v4l/gstv4lsrc.c:
19913         * sys/v4l/v4l_calls.c:
19914         * sys/v4l/v4lsrc_calls.c:
19915           fix for qc-usb driver which fakes having more than one buffer
19916           by handing the same buffer twice, which confused GStreamer's/v4lsrc
19917           buffer_free override
19918           add debugging
19919
19920 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19921
19922         * Makefile.am:
19923         * gst/videotestsrc/gstvideotestsrc.c:
19924         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
19925         (gst_videotestsrc_init), (gst_videotestsrc_get),
19926         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
19927         * gst/videotestsrc/gstvideotestsrc.h:
19928           add num-buffers property
19929
19930         2004-04-26  Benjamin Otte  <otte@gnome.org>
19931
19932         * ext/mad/gstid3tag.c: (plugin_init):
19933           set id3mux rank to NONE so it doesn't confuse spider
19934           require audio/mpeg,mpegversion=1 in id3mux
19935
19936 2004-04-26  Benjamin Otte  <otte@gnome.org>
19937
19938         * configure.ac:
19939           detect faad correctly as non-working if it's indeed non-working
19940
19941 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19942
19943         * Makefile.am:
19944         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19945         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
19946         fix _getcaps so it only negotiates to its supported format
19947
19948 2004-04-25  Benjamin Otte  <otte@gnome.org>
19949
19950         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19951           fix memleak
19952
19953 2004-04-23  Benjamin Otte  <otte@gnome.org>
19954
19955         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19956           audio/x-raw-int with height rules! not. Now it's depth.
19957
19958 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19959
19960         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
19961         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
19962         (gst_wavparse_loop):
19963           Missing variable initialization. Add handling of DVI ADPCM. Fix
19964           mis-parsing of LIST chunks. This works around a bug where we mis-
19965           parse non-aligning LIST chunks (so LIST chunks where the contents
19966           don't align with the actual LIST size). The correct fix is to use
19967           rifflib, I'm not going to fix wavparse - too much work. All this
19968           fixes #104878.
19969
19970 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19971
19972         reviewed by Benjamin Otte  <otte@gnome.org>
19973
19974         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
19975           fix shoutcast not working (fixes #140844)
19976
19977 2004-04-22  Benjamin Otte  <otte@gnome.org>
19978
19979         * ext/hermes/gsthermescolorspace.c:
19980         (gst_hermes_colorspace_caps_remove_format_info):
19981         * gst/colorspace/gstcolorspace.c:
19982         (gst_colorspace_caps_remove_format_info):
19983         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19984         (gst_ffmpegcolorspace_caps_remove_format_info):
19985           s/gst_caps_simplify/gst_caps_do_simplify/
19986
19987 2004-04-22  Benjamin Otte  <otte@gnome.org>
19988
19989         * gst-libs/gst/riff/riff-media.c:
19990         (gst_riff_create_video_caps_with_data):
19991           mpegversion is an int
19992         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
19993           don't try to create pad templates with NULL caps, use any caps
19994           instead.
19995
19996 2004-04-20  David Schleef  <ds@schleef.org>
19997
19998         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
19999         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
20000         (bug #140384)
20001
20002 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
20003
20004         reviewed by David Schleef
20005
20006         * ext/mad/gstid3tag.c: Add stdlib.h
20007         * gst/rtp/gstrtpgsmenc.c: same
20008         * gst/tags/gstid3tag.c: same
20009         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
20010         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
20011         GST_DISABLE_LOADSAVE use.
20012         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
20013         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
20014         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
20015         atol(3)).
20016         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
20017         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
20018         strtoul(3)).
20019         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
20020         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
20021         $(ID3_CFLAGS).
20022         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
20023         $(LIBFAME_CFLAGS).
20024
20025 2004-04-20  David Schleef  <ds@schleef.org>
20026
20027         * gst/realmedia/rmdemux.c:  This was supposed to part of the
20028         last checkin.  Same idea.
20029
20030 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
20031
20032         reviewed by David Schleef
20033
20034         * configure.ac: bump required gstreamer version to 0.8.1.1
20035         because of following changes [--ds]
20036
20037         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
20038         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
20039         (gst_riff_read_header):  Use GST_READ_UINT*
20040         macros to access possibly unaligned memory.
20041
20042         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
20043         (mp3_type_find):  Use GST_READ_UINT*
20044         macros to access possibly unaligned memory.
20045         (mp3_type_find, mpeg1_parse_header, qt_type_find)
20046         (speex_type_find): Likewise
20047
20048         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
20049
20050         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
20051         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
20052         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
20053         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
20054         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
20055         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
20056         macros to access possibly unaligned memory.
20057
20058         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
20059         Likewise.
20060
20061         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
20062         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
20063
20064         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20065         Likewise.
20066
20067         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
20068         (gst_mpeg2subt_chain_subtitle): Likewise.
20069
20070         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
20071         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
20072         Likewise.
20073
20074         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
20075         Likewise.
20076
20077         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
20078         Likewise.
20079
20080         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
20081         Likewise.
20082
20083 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20084
20085         * configure.ac:
20086           update required version of GStreamer because of GST_TIME_FORMAT
20087
20088 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20089
20090         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
20091           remove leftover g_print
20092         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20093           don't try setting only a subset of the caps. We don't want to kill
20094           autoplugging on purpose
20095
20096 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20097
20098         * sys/ximage/ximagesink.c: (plugin_init):
20099         * sys/xvimage/xvimagesink.c: (plugin_init):
20100           add debugging categories
20101
20102 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20103
20104         * po/en_GB.po:
20105         * po/LINGUAS:
20106           Adding en_GB translation (Gareth Owen)
20107
20108 2004-04-20  David Schleef  <ds@schleef.org>
20109
20110         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20111         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
20112         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
20113         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
20114         A number of new features and hacks to extract the esds atom and
20115         put it into the caps.  (bug #137724)
20116
20117 2004-04-19  David Schleef  <ds@schleef.org>
20118
20119         * gconf/Makefile.am: Fix for non-GNU make
20120         * gst-libs/gst/Makefile.am: Change directory order to handle
20121         GstPlay linking with gstinterfaces
20122         * gst-libs/gst/audio/make_filter: make use of tr portable
20123         * gst-libs/gst/play/Makefile.am: Add intended \
20124         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
20125         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
20126         function prototype instead of void *.
20127         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
20128         macro.
20129         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20130         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
20131         * gst/videofilter/make_filter: make use of tr portable
20132         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
20133
20134 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20135
20136         * po/LINGUAS:
20137         * po/uk.po:
20138           Added Ukrainian translation (Maxim V. Dziumanenko)
20139
20140 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20141
20142         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
20143         (gst_gsmdec_link), (gst_gsmdec_chain):
20144           Fix capsnego, simplify chain function slightly.
20145         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20146           Add GSM.
20147
20148 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20149
20150         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20151         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
20152         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
20153           Hack to make wavparse work with spider (always -> sometimes pad).
20154           Fixes #135862 && #140411.
20155
20156 2004-04-18  Benjamin Otte  <otte@gnome.org>
20157
20158         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
20159         (gst_osselement_rate_probe_check),
20160         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
20161           get rid of \n in debug output
20162
20163 2004-04-17  Iain <iain@prettypeople.org>
20164
20165         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
20166         not just EOS.
20167
20168 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20169
20170         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
20171         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
20172         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
20173         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
20174         (gst_id3_tag_src_link), (gst_id3_tag_chain),
20175         (gst_id3_tag_change_state), (plugin_init):
20176           deprecate id3tag element and replace with id3demux/id3mux.
20177           great side effect: this ugly file is now even uglier, yay!
20178         * ext/mad/gstmad.h:
20179           remove non-available function
20180           update for new get_type
20181
20182 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20183
20184         * configure.ac:
20185           require mpeg2dec >= 0.4.0
20186
20187 2004-04-17  Benjamin Otte  <otte@gnome.org>
20188
20189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20190         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
20191         (gst_xvimagesink_set_xwindow_id):
20192           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
20193           assorted cleanup fixes.
20194
20195 2004-04-16  David Schleef  <ds@schleef.org>
20196
20197         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
20198         * sys/xvimage/xvimagesink.h: same
20199
20200 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20201
20202         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
20203           Fix GST_ELEMENT_ERROR with (NULL)
20204
20205 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20206
20207         * gst-libs/gst/riff/riff-media.c:
20208         (gst_riff_create_video_caps_with_data):
20209           Add div[3456] as fourccs for DivX 3 (fixes #140137).
20210
20211 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20212
20213         * gst-libs/gst/riff/riff-media.c:
20214         (gst_riff_create_video_caps_with_data),
20215         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
20216         (gst_riff_create_video_template_caps),
20217         (gst_riff_create_audio_template_caps):
20218         * gst-libs/gst/riff/riff-media.h:
20219         * gst-libs/gst/riff/riff-read.c:
20220         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
20221         * gst-libs/gst/riff/riff-read.h:
20222         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20223           Add MS RLE support. I added some functions to read out strf chunks
20224           into strf chunks and the data behind it. This is usually color
20225           palettes (as in RLE, but also in 8-bit RGB). Also use those during
20226           caps creation. Lastly, add ADPCM (similar to wavparse - which
20227           should eventually be rifflib based).
20228         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
20229         (gst_matroska_demux_init), (gst_matroska_demux_reset):
20230         * gst/matroska/matroska-demux.h:
20231           Remove placeholders for some prehistoric tagging system. Didn't add
20232           support for any tag system really anyway.
20233         * gst/qtdemux/qtdemux.c:
20234           Add support for audio/x-m4a (MPEG-4) through spider.
20235         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
20236         (gst_wavparse_loop):
20237           ADPCM support (#135862). Increase max. buffer size because we
20238           cannot split buffers for ADPCM (screws references) and I've seen
20239           files with 2048 byte chunks. 4096 seems safe for now.
20240
20241 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20242
20243         * configure.ac: bump nano to 1
20244
20245 === release 0.8.1 ===
20246
20247 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20248
20249         * configure.ac: releasing 0.8.1, "Comforting Sounds"
20250
20251 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20252
20253         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20254           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
20255           Fixes #140058
20256
20257 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20258
20259         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
20260           lower rank of dvddemux so that it's not used for mpeg playback.
20261
20262 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20263
20264         * configure.ac:
20265           save libs correctly when checking mad
20266
20267 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20268
20269         * ext/mad/gstid3tag.c: (plugin_init):
20270           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
20271
20272 2004-04-13  David Schleef  <ds@schleef.org>
20273
20274         * common/m4/gst-feature.m4: Call -config scripts with
20275         --plugin-libs if it is supported.
20276         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
20277         JPEG images are image/jpeg.
20278         * gst/debug/Makefile.am:
20279         * gst/debug/negotiation.c: (gst_negotiation_class_init),
20280         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
20281         (gst_negotiation_update_caps), (gst_negotiation_get_property),
20282         (gst_negotiation_plugin_init): Add a property that acts like
20283         filter caps.
20284         * testsuite/gst-lint:  Move license checking to be a standard
20285         test.
20286
20287 2004-04-13  David Schleef  <ds@schleef.org>
20288
20289         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
20290         patch from Sebastien Cote (bug #139958)
20291
20292 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20293
20294         * examples/gstplay/Makefile.am:
20295         * examples/gstplay/player.c: (main):
20296           make the commandline player example use gconf settings
20297
20298 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20299
20300         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
20301         (gst_cacasink_sinkconnect), (gst_cacasink_init),
20302         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
20303           init/end library during state transition, not object
20304           creation/disposal.  get rid of custom dispose handler.
20305
20306
20307 2004-04-12  Christian Schaller <Uraeus@gnome.org>
20308
20309         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
20310         be a symlink
20311
20312 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20313
20314         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
20315           Handle JUNK chunks inside data section. Prevents warnings.
20316
20317 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20318
20319         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20320         (gst_riff_create_video_template_caps):
20321           Add MS video v1.
20322         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20323         (gst_avi_demux_stream_data):
20324           Add support for "rec-list" chunks.
20325
20326 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20327
20328         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
20329           Fix another codecname mismatch.
20330
20331 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20332
20333         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20334           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
20335           so that MJPEG plays back.
20336
20337 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20338
20339         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
20340         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
20341         * gst/mpeg1videoparse/gstmp1videoparse.h:
20342           Fix for some slight mis-cuts in buffer parsing, and for some
20343           potential overflows or faults-causers. Adds disconts. Also fixes
20344           #139105 while we're at it.
20345
20346 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20347
20348         * configure.ac:
20349         * sys/v4l2/gstv4l2element.h:
20350           Workaround for missing struct v4l2_buffer declaration in Suse 9
20351           and Mandrake 10 linux/videodev2.h header file (#135919).
20352
20353 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20354
20355         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
20356           Bail out if no filename was given.
20357
20358 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20359
20360         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
20361         (gst_v4l2_fourcc_from_structure):
20362           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
20363           Y41B somewhere).
20364
20365 2004-04-09  Benjamin Otte  <otte@gnome.org>
20366
20367         * ext/gnomevfs/gstgnomevfssink.c:
20368         (_gst_boolean_allow_overwrite_accumulator),
20369         (gst_gnomevfssink_class_init):
20370           fix erase signal - if any handler returns false the file will not be
20371           overwritten. If no handler is connected, the file will not be
20372           overwritten either.
20373           renamed signal to "allow-overwrite"
20374         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
20375           free string when adding it to ID3 failed
20376         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20377           unref event when done
20378         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
20379           free caps
20380         * gst/typefind/gsttypefindfunctions.c:
20381         (mpeg_video_stream_type_find):
20382           fix invalid read
20383
20384 2004-04-08  David Schleef  <ds@schleef.org>
20385
20386         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20387         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
20388
20389 2004-04-08  David Schleef  <ds@schleef.org>
20390
20391         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
20392         we don't support (bug #139532)
20393
20394 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20395
20396         * ext/mad/gstmad.c: (gst_mad_handle_event),
20397         (gst_mad_check_caps_reset), (gst_mad_chain),
20398         (gst_mad_change_state):
20399           only set explicit caps if they haven't been set before for
20400           this stream.  MPEG-audio sample rate/channels aren't allowed
20401           to change in-stream.
20402           Fixes #139382
20403
20404 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20405
20406         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
20407         (_gst_boolean_did_something_accumulator),
20408         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
20409         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
20410         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
20411         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
20412         (gst_gnomevfssink_change_state):
20413           Fix erase signal. Don't erase by default. Remove handoff signal.
20414           Remove erase property. Don't segfault. General cleanup.
20415
20416 2004-04-07  Benjamin Otte  <otte@gnome.org>
20417
20418         * gst-libs/gst/gconf/test-gconf.c: (main):
20419           add missing gst_init
20420
20421 2004-04-07  Benjamin Otte  <otte@gnome.org>
20422
20423         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
20424           free the mutexes, too
20425
20426 2004-04-07  Benjamin Otte  <otte@gnome.org>
20427
20428         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
20429           actually free the URI string
20430         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
20431           compute offset correctly when passing discont events
20432         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20433           don't leak discont events
20434         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
20435           add some missing breaks so caps aren't copied randomly
20436         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
20437           if we realloc memory, we better use it
20438
20439 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20440
20441         * ext/mad/gstmad.c: (normal_seek):
20442           fix GST_FORMAT_TIME usage
20443
20444 2004-04-05  David Schleef  <ds@schleef.org>
20445
20446         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
20447         a deprecated function (hack!)
20448
20449 2004-04-05  Benjamin Otte  <otte@gnome.org>
20450
20451         * ext/esd/esdmon.c: (gst_esdmon_get):
20452           fix nonterminated vararg and memleak
20453
20454 2004-04-05  Benjamin Otte  <otte@gnome.org>
20455
20456         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
20457         (gst_ladspa_init), (gst_ladspa_force_src_caps),
20458         (gst_ladspa_set_property), (gst_ladspa_get_property),
20459         (gst_ladspa_instantiate), (gst_ladspa_activate),
20460         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
20461           clean up debugging
20462
20463 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
20464
20465         reviewed by Benjamin Otte  <otte@gnome.org>
20466
20467         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
20468           check for broken LADSPA parameters (fixes #138635)
20469
20470 2004-04-05  Benjamin Otte  <otte@gnome.org>
20471
20472         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
20473           advertise buffer-frames correctly on sinkpads
20474
20475 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20476
20477         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
20478         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
20479         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
20480         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
20481         (gst_mad_check_caps_reset), (gst_mad_chain):
20482         add more debugging, only reset caps when we're not in error state
20483
20484 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20485
20486         * ext/mad/gstmad.c: add debugging category, comment + cleanups
20487
20488 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
20489
20490         reviewed by Benjamin Otte  <otte@gnome.org>
20491
20492         * configure.ac:
20493           fix == in test(1) operator
20494
20495 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
20496
20497         reviewed by Benjamin Otte  <otte@gnome.org>
20498
20499         * configure.ac:
20500           fix --export-symblos-regex to a working regex.
20501
20502 2004-04-04  Benjamin Otte  <otte@gnome.org>
20503
20504         * sys/oss/.cvsignore:
20505           add for oss_probe
20506
20507 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20508
20509         reviewed by Benjamin Otte  <otte@gnome.org>
20510
20511         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20512           add missing 'new_media' argument (fixes #138168)
20513         * gst/matroska/matroska-demux.c:
20514         (gst_matroska_demux_handle_seek_event):
20515           add vararg terminator (fixes #138169)
20516
20517 2004-04-02  David Schleef  <ds@schleef.org>
20518
20519         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
20520         disted (bug #138914)
20521
20522 2004-04-01  Benjamin Otte  <otte@gnome.org>
20523
20524         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
20525         (gst_alsa_close_audio):
20526           handle case better where a soundcard can't pause
20527         * ext/ogg/gstoggdemux.c:
20528           don't crash when we get events but don't have pads yet
20529
20530 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20531
20532         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
20533           throw an error if we couldn't probe any caps.
20534
20535 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
20536
20537         * ext/dvdnav/gst-dvd:
20538         Add a really simple sample DVD player
20539
20540 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
20541
20542         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
20543         (gst_a52dec_push), (gst_a52dec_handle_event),
20544         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
20545         (gst_a52dec_change_state):
20546         * ext/a52dec/gsta52dec.h:
20547           Use a debug category, Output timestamps correctly
20548           Emit tag info, Handle events, tell liba52dec about cpu
20549           capabilities so it can use MMX etc.
20550         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
20551           Fix a crasher accessing invalid memory
20552         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
20553         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
20554         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20555         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
20556         (dvdnavsrc_query):
20557           Some support for byte-format seeking.
20558           Small fixes for still frames and menu button overlays
20559         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
20560         (gst_mpeg2dec_alloc_buffer):
20561           Use a debug category. Adjust the report level of several items to
20562           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
20563           so it doesn't lose the GstBuffer pointer
20564         * gst/debug/Makefile.am:
20565         * gst/debug/gstdebug.c: (plugin_init):
20566         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
20567         (gst_navseek_base_init), (gst_navseek_class_init),
20568         (gst_navseek_init), (gst_navseek_seek),
20569         (gst_navseek_handle_src_event), (gst_navseek_set_property),
20570         (gst_navseek_get_property), (gst_navseek_chain),
20571         (gst_navseek_plugin_init):
20572         * gst/debug/gstnavseek.h:
20573           Add the navseek debug element for seeking back and forth in a
20574           video stream using arrow keys.
20575         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
20576         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
20577         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
20578         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
20579         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
20580         (gst_mpeg2subt_parse_header), (gst_get_nibble),
20581         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
20582         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
20583         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
20584         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
20585         * gst/mpeg2sub/gstmpeg2subt.h:
20586           Pretty much a complete rewrite. Now a loopbased element. May still
20587           require work to properly synchronise subtitle buffers.
20588         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
20589         (gst_dvd_demux_send_subbuffer):
20590         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
20591           Don't attempt to create subbuffers of size 0
20592           Reduce a couple of error outputs to warnings.
20593         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
20594         (gst_y4mencode_chain):
20595         Output the y4m frame header correctly.
20596
20597 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20598
20599         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
20600           throw errors instead of allowing SIGFPE
20601
20602 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20603
20604         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
20605         (gst_gconf_render_bin_from_key):
20606           leak plugging and style fixing
20607
20608 2004-03-31  David Schleef  <ds@schleef.org>
20609
20610         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
20611         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
20612         (bug #138225)
20613         * gst/debug/Makefile.am:
20614         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
20615         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
20616         plugin.
20617         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
20618         (gst_negotiation_base_init), (gst_negotiation_class_init),
20619         (gst_negotiation_init), (gst_negotiation_getcaps),
20620         (gst_negotiation_pad_link), (gst_negotiation_chain),
20621         (gst_negotiation_set_property), (gst_negotiation_get_property),
20622         (gst_negotiation_plugin_init):  New element to talk about random
20623         negotiation things happening in a pipeline.
20624
20625 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20626
20627         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
20628           fix integer addition with help of Stefan Kost
20629
20630 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20631
20632         * po/nl.po: updated Dutch translation (Elros Cyriatan)
20633
20634 2004-03-30  David Schleef  <ds@schleef.org>
20635
20636         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
20637         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
20638         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
20639         (bug #137504)
20640         * ext/mpeg2dec/gstmpeg2dec.h:
20641
20642 2004-03-30  David Schleef  <ds@schleef.org>
20643
20644         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
20645
20646 2004-03-30  David Schleef  <ds@schleef.org>
20647
20648         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
20649         Michael Petullo) to handle .mov
20650
20651 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20652
20653         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
20654         (gst_osselement_rate_check_rate):
20655           probe caps correctly for sound cards that only support one format
20656
20657 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20658
20659         * ext/kio/kiosrc.cpp: (process_events):
20660           update handling event processing if inside KDE - untested
20661
20662 2004-03-29  David Schleef  <ds@schleef.org>
20663
20664         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
20665         by 2 to not interfere with other colorspaces.
20666         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
20667         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
20668         one to not interfere with ffmpeg_colorspace.
20669
20670 2004-03-29  David Schleef  <ds@schleef.org>
20671
20672         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
20673         aren't in the caps.
20674         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
20675         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
20676
20677 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20678
20679         * gst-libs/gst/riff/riff-media.c:
20680           fail on error, don't try to set stuff on NULL caps
20681
20682 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20683
20684         * configure.ac:
20685         * ext/Makefile.am:
20686         * ext/kio/Makefile.am:
20687         * ext/kio/kioreceiver.cpp:
20688         * ext/kio/kioreceiver.h:
20689         * ext/kio/kiosrc.cpp:
20690         * ext/kio/kiosrc.h:
20691           add experimental kiosrc plugin
20692         * ext/alsa/gstalsaplugin.c: (plugin_init):
20693           initialize debugging category only when we're sure registering the
20694           plugins worked.
20695
20696 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20697
20698         * examples/gstplay/player.c: (main):
20699         * gst-libs/gst/play/play.c: (gst_play_class_init),
20700         (gst_play_set_location), (gst_play_set_data_src),
20701         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20702         (gst_play_set_visualization), (gst_play_connect_visualization):
20703           check return values of element_set_state and return FALSE where
20704           failed
20705
20706 2004-03-29  Benjamin Otte  <otte@gnome.org>
20707
20708         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20709           try harder to check if an event is really a discont
20710
20711 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20712
20713         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
20714         * po/az.po:
20715
20716 2004-03-28  Benjamin Otte  <otte@gnome.org>
20717
20718         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20719         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20720         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20721           get rid of non-standard "..." ranges in case statements.
20722
20723 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
20724
20725         * gst/mpegstream/gstmpegdemux.c:
20726         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
20727         specific functionality split to the new dvddemux element.
20728         * gst/mpegstream/gstdvddemux.c:
20729         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
20730         streams, derived from mpegdemux.
20731         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
20732         up. SCR based timestamp rewriting can be turned off (will probably
20733         completely disappear soon).
20734         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
20735         hacking. General cleanup. All printf statements replaced by
20736         debugging messages. Almost complete libdvdnav support.
20737         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
20738         by events. New properties for audio and subpicture languages.
20739         (dvdnavsrc_update_highlight): Now uses events.
20740         (dvdnavsrc_user_op): Cleaned up.
20741         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
20742         based). Lots of cleanup, and propper support for most libdvdnav
20743         events.
20744         (dvdnavsrc_make_dvd_event): New function.
20745         (dvdnavsrc_make_dvd_nav_packet_event): New function.
20746         (dvdnavsrc_make_clut_change_event): New function.
20747
20748 2004-03-26  Benjamin Otte  <otte@gnome.org>
20749
20750         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
20751           fix bug where typefinding would claim it's theora whenever less then
20752           7 bytes of data were available
20753
20754 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20755
20756         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
20757         (gst_alawdec_base_init), (gst_alawdec_class_init),
20758         (gst_alawdec_init), (gst_alawdec_chain):
20759         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
20760         (gst_alawenc_base_init), (gst_alawenc_class_init),
20761         (gst_alawenc_init), (gst_alawenc_chain):
20762         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
20763         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
20764         (gst_mulawdec_init), (gst_mulawdec_chain):
20765         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
20766         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
20767         (gst_mulawenc_init), (gst_mulawenc_chain):
20768           Fix capsnego in all four, remove the unused property functions and
20769           simplify the chain functions slightly. I guess we could use macros
20770           or something similar for those, since the code is so similar, but
20771           I'm currently too lazy...
20772
20773 2004-03-24  David Schleef  <ds@schleef.org>
20774
20775         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
20776         (gst_osselement_close_audio), (gst_osselement_probe_caps),
20777         (gst_osselement_get_format_structure),
20778         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
20779         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
20780         (gst_osselement_rate_int_compare): Add code to handle rate probing
20781         (bug #120883)
20782         * sys/oss/gstosselement.h: same
20783         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
20784         Use rate probing provided by osselement.
20785         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
20786
20787 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20788
20789         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
20790         (gst_xvidenc_get_property):
20791           ulong/int mess-up.
20792
20793 2004-03-24  David Schleef  <ds@schleef.org>
20794
20795         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
20796         (gst_speexdec_init):
20797         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
20798         (gst_speexenc_init):  Create the pad template correctly (from
20799         the static pad template, not a NULL pointer.)
20800
20801 2004-03-25  Benjamin Otte  <otte@gnome.org>
20802
20803         * gst/debug/Makefile.am:
20804         * gst/debug/breakmydata.c:
20805           add element that quasi-randomly changes bytes in the stream.
20806           Intended use is robustness checking of demuxers and decoders in
20807           media tests.
20808
20809 2004-03-24  Benjamin Otte  <otte@gnome.org>
20810
20811         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20812         (gst_alsa_probe_hw_params):
20813         * ext/alsa/gstalsa.h:
20814           debugging output fixes
20815
20816 2004-03-24  Benjamin Otte  <otte@gnome.org>
20817
20818         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
20819           don't g_return_if_fail if element is PLAYING, fail silently as every
20820           other element.
20821         * gst/effectv/gstquark.c: (gst_quarktv_chain):
20822           only fix needed for cast lvalue issues in gst-plugins
20823         * gst/volenv/gstvolenv.c: (gst_volenv_init):
20824           add proxy_getcaps
20825
20826 2004-03-24  Benjamin Otte  <otte@gnome.org>
20827
20828         * gst/level/gstlevel.c: (gst_level_init):
20829           add proxying getcaps function, so level doesn't advertise impossible
20830           caps
20831
20832 2004-03-24  David Schleef  <ds@schleef.org>
20833
20834         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20835         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
20836         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
20837         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
20838         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
20839         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
20840         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
20841         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
20842         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
20843         messages.  Divide the chunk size by the compression ratio
20844         (needed for MACE audio)
20845
20846 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20847
20848         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20849           Fix buffer overflow read error.
20850
20851 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20852
20853         * ext/alsa/gstalsa.h:
20854           Remove unused entry.
20855         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20856           Add cinepak.
20857         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20858         (gst_videodrop_link), (gst_videodrop_chain):
20859           Fix, sort of. Was horribly broken with new capsnego. Bah...
20860
20861 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
20862
20863         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
20864         (plugin_init):
20865         Add a monkeysaudio typefind function
20866
20867 2004-03-23  Johan Dahlin  <johan@gnome.org>
20868
20869         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
20870         (gst_play_video_fixate): Check so the structure has the field
20871         before trying to fixate them, this makes it possible to have
20872         fakesinks for video and audio output without printing errors on
20873         the output console.
20874
20875 2004-03-22  David Schleef  <ds@schleef.org>
20876
20877         * sys/oss/Makefile.am:
20878         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
20879         (check_rate), (add_rate):  Rate probing test app.
20880
20881 2004-03-21  Benjamin Otte  <otte@gnome.org>
20882
20883         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20884         (_fixate_caps_to_int), (gst_audio_convert_fixate):
20885           add a fixation function that pretty much does the right thing (fixes
20886           #137556)
20887
20888 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
20889
20890         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
20891
20892 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20893
20894         reviewed by: Benjamin Otte  <otte@gnome.org>
20895
20896         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20897           terminate gst_event_new_discontinuous correctly (fixes parts of
20898           #137711)
20899
20900 2004-03-19  David Schleef  <ds@schleef.org>
20901
20902         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
20903         since it doesn't depend on X, and it's part of our ABI.
20904
20905 2004-03-19  Iain <iain@prettypeople.org>
20906
20907         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
20908         is_int in the structure, not the local variable.
20909
20910 2004-03-19  David Schleef  <ds@schleef.org>
20911
20912         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
20913         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
20914         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
20915         Improvements in caps negotiation.
20916
20917 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20918
20919         * po/LINGUAS:
20920         * po/af.po:
20921           adding Afrikaans (Petri Jooste)
20922
20923 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20924
20925         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20926         (gst_ffmpegcolorspace_chain):
20927         throw error instead of g_critical (#137588)
20928
20929 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20930
20931         * Makefile.am:
20932         * configure.ac:
20933           dist common and m4 correctly
20934         * po/sv.po:
20935
20936 2004-03-17  David Schleef  <ds@schleef.org>
20937
20938         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
20939         (bug #137348)
20940
20941 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20942
20943         * po/LINGUAS:
20944         * po/sv.po:
20945           adding Swedish translation (Christian Rose)
20946
20947 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20948
20949         * Makefile.am: use release.mak
20950
20951 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20952
20953         * common/ChangeLog:
20954         * common/gst-autogen.sh:
20955           add some explanation about the version detection
20956         * configure.ac:
20957           fix X check
20958
20959 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20960
20961         * configure.ac: bump nano to 1
20962
20963 === release 0.8.0 ===
20964
20965 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20966
20967         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
20968
20969 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20970
20971         * configure.ac:
20972           update libtool version
20973         * gst-libs/gst/media-info/Makefile.am:
20974           actually use libtool version
20975
20976 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20977
20978         * configure.ac: fix speex detection to work with 1.0 but not 1.1
20979
20980 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20981
20982         * configure.ac:
20983         * gst-plugins.spec.in:
20984         * pkgconfig/Makefile.am:
20985         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
20986         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20987         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20988         * pkgconfig/gstreamer-libs.pc.in:
20989         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20990         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20991         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
20992         * pkgconfig/gstreamer-plugins.pc.in:
20993           remove @VERSION@ from some of the pc files since core and plugins
20994           are decoupled.
20995           created gstreamer-plugins.pc as it's a better name, but keeping
20996           -libs around for now to get fixes upstream done first.
20997
20998 2004-03-15  Julien MOUTTE <julien@moutte.net>
20999
21000         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
21001         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
21002         * gst-libs/gst/play/play.h:
21003
21004 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21005
21006         * *.c, *.cc: don't mix tabs and spaces
21007
21008 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21009
21010         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
21011           use the new ffmpegcolorspace
21012         * gst-plugins.spec.in:
21013           package new colorspace and media-info
21014         * configure.ac:
21015         * pkgconfig/Makefile.am:
21016           fix some more disting issues
21017         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
21018         * pkgconfig/gstreamer-media-info.pc.in:
21019           generate media-info pc files
21020
21021 2004-03-15  Johan Dahlin  <johan@gnome.org>
21022
21023         * *.h: Revert indenting
21024
21025 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21026
21027         * configure.ac:
21028           adding ffmpegcolorspace element
21029         * gst/ffmpegcolorspace/Makefile.am:
21030         * gst/ffmpegcolorspace/avcodec.h:
21031         * gst/ffmpegcolorspace/common.h:
21032         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
21033         * gst/ffmpegcolorspace/dsputil.h:
21034         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
21035         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21036         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
21037         (gst_ffmpeg_caps_to_pix_fmt):
21038         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
21039         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21040         (gst_ffmpegcolorspace_caps_remove_format_info),
21041         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
21042         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
21043         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
21044         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
21045         (gst_ffmpegcolorspace_set_property),
21046         (gst_ffmpegcolorspace_get_property),
21047         (gst_ffmpegcolorspace_register):
21048         * gst/ffmpegcolorspace/imgconvert.c:
21049         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
21050         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
21051         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
21052         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
21053         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
21054         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
21055         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
21056         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
21057         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
21058         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
21059         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
21060         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
21061         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
21062         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
21063         (img_get_alpha_info), (deinterlace_line),
21064         (deinterlace_line_inplace), (deinterlace_bottom_field),
21065         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
21066         * gst/ffmpegcolorspace/imgconvert_template.h:
21067         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
21068         * gst/ffmpegcolorspace/mmx.h:
21069         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
21070           adding ffmpegcolorspace element supplied by Ronald after cleaning
21071           up and pulling in the right bits of upstream source.
21072           I'm sure a better C/compiler wizard could do some cleaning up (for
21073           example use GLIB's malloc stuff), but as a first pass this
21074           works very well
21075
21076 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21077
21078         * ext/alsa/gstalsa.h:
21079           I assume Ronald forgot to commit the change to have cardname
21080           as a struct member.  Expect some public spanking at the next
21081           opportunity.
21082
21083 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21084
21085         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
21086         (gst_alsa_open_audio), (gst_alsa_close_audio):
21087         * ext/alsa/gstalsa.c:
21088           Don't open the device if we're a mixer (= padless).
21089         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
21090         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
21091         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
21092           Open mixer during state change rather than during object
21093           initialization. Also, get a device name. Currently in a somewhat
21094           hackish fashion, but I didn't really find something better.
21095
21096 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21097
21098         * *.c, *.h: run gst-indent
21099
21100 2004-03-14  Benjamin Otte  <otte@gnome.org>
21101
21102         * gst/modplug/gstmodplug.cc:
21103         * gst/modplug/gstmodplug.h:
21104           set correct timestamps on outgoing buffers
21105
21106 2004-03-14  Benjamin Otte  <otte@gnome.org>
21107
21108         * gst/modplug/gstmodplug.cc:
21109           handle events - don't do crap when a discont arrives that's not
21110           necessary
21111           This allows correct loading and playback of mods in Rhythmbox
21112
21113 2004-03-14  Benjamin Otte  <otte@gnome.org>
21114
21115         * configure.ac:
21116         * gst-libs/gst/gconf/Makefile.am:
21117         * pkgconfig/Makefile.am:
21118           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
21119           they get rebuilt properly
21120         * configure.ac:
21121           when checking for vorbis, try pkgconfig first.
21122         * gst/modplug/gstmodplug.cc:
21123           add fixate function
21124
21125 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21126
21127         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
21128           Fix for obvious mistake, where we first shift the offset and then
21129           read a samplesize element assuming the old offset. Note that this
21130           part still has something weird, i.e. my movies containing those
21131           don't actually play well, but at least there's something that looks
21132           like sound now.
21133
21134 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
21135         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
21136         (plugin_init):
21137         Add a typefind function for speex format
21138
21139 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21140
21141         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
21142         (gst_asf_demux_setup_pad):
21143           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
21144           instead of 0. Reason is simple: some elements have a fps range
21145           of 1-max instead of 0-max. So now ASF video actually works.
21146
21147 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21148
21149         * po/LINGUAS:
21150         * po/sr.po:
21151           adding serbian as a language
21152
21153 2004-03-13  Benjamin Otte  <otte@gnome.org>
21154
21155         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
21156           return taglist correctly from _get function, don't gst_pad_push it.
21157           (fixes #137042)
21158
21159 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
21160         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
21161
21162 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21163
21164         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
21165         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
21166         (gst_alsa_mixer_track_new):
21167         * ext/alsa/gstalsamixertrack.h:
21168           Fix ancient leftovers... MixerTrack is a GObject.
21169
21170 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21171
21172         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
21173         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
21174           Don't block during probing...
21175
21176 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21177
21178         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
21179         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
21180         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
21181         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
21182         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
21183         (gst_alsa_open_audio), (gst_alsa_close_audio):
21184         * ext/alsa/gstalsa.h:
21185           Add propertyprobe interface implementation, add some device-name
21186           property, all this so that it looks good in gnome-volume-control.
21187
21188 2004-03-12  David Schleef  <ds@schleef.org>
21189
21190         * configure.ac: the Hermes library controls hermescolorspace, not
21191         colorspace.
21192         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
21193         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
21194         not /* */
21195         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
21196         * ext/sdl/sdlvideosink.h: ditto.
21197         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
21198
21199 2004-03-12  Benjamin Otte  <otte@gnome.org>
21200
21201         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
21202         (gst_x_overlay_got_xwindow_id):
21203         * gst-libs/gst/xoverlay/xoverlay.h:
21204           replace XID with unsigned long to get rid of the xlibs dependency in
21205           XOverlay (fixes #137004)
21206
21207 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
21208         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
21209         (gst_agingtv_setup):
21210         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
21211         (gst_dicetv_base_init), (gst_dicetv_class_init),
21212         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
21213         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
21214         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
21215         (gst_edgetv_setup), (gst_edgetv_rgb32):
21216         * gst/effectv/gsteffectv.c:
21217         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
21218         (gst_quarktv_set_property):
21219         * gst/effectv/gstrev.c: (gst_revtv_get_type),
21220         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
21221         (gst_revtv_setup), (gst_revtv_rgb32):
21222         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
21223         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
21224         (gst_shagadelictv_init), (gst_shagadelictv_setup),
21225         (gst_shagadelictv_rgb32):
21226         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
21227         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
21228         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
21229         * gst/effectv/gstwarp.c:
21230         Port everything that can be ported to videofilter and fix up the caps.
21231         Can someone with a big-endian machine please check these?
21232
21233 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21234
21235         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
21236         (gst_osssink_chain), (gst_osssink_change_state):
21237           Latest fixes for A/V sync, audio playback and such. This is about
21238           all... MPEG playback issues are mostly related to the async build-
21239           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
21240
21241 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21242
21243         patch from: Stephane Loeuillet
21244
21245         * configure.ac:
21246           use pkg-config for some libraries, falling back to the old .m4 way
21247           (fixes #131270)
21248         * m4/libdv.m4:
21249           removed
21250
21251 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21252
21253         * configure.ac:
21254         * tools/Makefile.am:
21255         * tools/Makefile.in:
21256         * tools/gst-launch-ext-m.m:
21257         * tools/gst-launch-ext.1.in:
21258         * tools/gst-visualise-m.m:
21259         * tools/gst-visualise.1:
21260         * tools/gst-visualise.1.in:
21261           reorganizing generation of script tools
21262
21263 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21264
21265         * ext/divx/gstdivxdec.c:
21266           Downgrade priority. We prefer ffdec_mpeg4.
21267         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
21268         (gst_faad_chain), (gst_faad_change_state):
21269           Fix capsnego. Doesn't work for some sounds because we don't have
21270           a 5:1 to stereo element.
21271         * ext/xvid/gstxvid.c: (plugin_init):
21272           Add priority.
21273         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
21274         (gst_osssink_change_state):
21275           Add discont handling.
21276
21277 2004-03-09  Colin Walters  <walters@verbum.org>
21278
21279         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
21280         conversion.
21281
21282 2004-03-09  Benjamin Otte  <otte@gnome.org>
21283
21284         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
21285           the signals take 2 arguments
21286
21287 2004-03-09  David Schleef  <ds@schleef.org>
21288
21289         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
21290         (gst_alsa_fixate): Add fixate function.  (bug #136686)
21291         * ext/alsa/gstalsa.h:
21292         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
21293
21294 2004-03-09  Benjamin Otte  <otte@gnome.org>
21295
21296         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
21297         (gst_mikmod_change_state):
21298         * ext/mikmod/gstmikmod.h:
21299           make mikmod's loop function not loop infinitely and call
21300           gst_element_yield anymore
21301         * gst/modplug/gstmodplug.cc:
21302           fix pad negotiation (fixes #136590)
21303
21304 2004-03-09  David Schleef  <ds@schleef.org>
21305
21306         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
21307         doesn't conflict with the internal colorspace plugin.
21308         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
21309         satisfy the crappy-ass shell shipped by a certain vendor.
21310         * gst/videofilter/make_filter: same (bug #135299)
21311
21312 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21313
21314         * configure.ac: bump nano to 1
21315
21316 === release 0.7.6 ===
21317
21318 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21319
21320         * configure.in: releasing 0.7.6, "There"
21321
21322 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21323
21324         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21325         * pkgconfig/gstreamer-play.pc.in:
21326           synchronize the two
21327
21328 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21329
21330         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
21331         (cdparanoia_open), (cdparanoia_event):
21332           fix/add error handling
21333         * po/POTFILES.in:
21334           add cdparanoia source
21335         * tools/Makefile.am:
21336           make scripts executable
21337
21338 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21339
21340         * configure.ac:
21341         * ext/vorbis/Makefile.am:
21342         * sys/Makefile.am:
21343           remove id3types, vorbisfile and xvideosink from the build (#133783)
21344
21345 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21346
21347         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21348           Fix metadata read crash (#136537).
21349
21350 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21351
21352         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
21353         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
21354           adding mime types, fixing the one-stop function
21355
21356 2004-03-08  Christian Schaller <Uraeus@gnome.org>
21357
21358         * ext/nas/nassink.c and /ext/nas/nassink.h:
21359         More NAS love from Arwed von Merkatz
21360         So lets all sing 'Can you feel the NAS tonight'
21361
21362 2004-03-08  Christian Schaller <Uraeus@gnome.org>
21363
21364         * tools/gst-launch-ext.in:
21365         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
21366
21367 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21368
21369         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
21370         (gst_mpeg2dec_init):
21371         remove the user_data pad for now, because it is being used in
21372         fixating causing MPEG playback to fixate on 1000 Hz for playback.
21373         If someone knows how to fix this properly, please do.
21374
21375 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21376
21377         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21378         (gst_osssink_get_time):
21379         add a warning, IMO this won't get triggered anymore, remove later
21380
21381 2004-03-07  David Schleef  <ds@schleef.org>
21382
21383         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
21384         format (bug #136470)
21385
21386 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
21387
21388         * gst-libs/Makefile.am:
21389         * gst-libs/gst/media-info/Makefile.am:
21390         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
21391         (error_callback), (gst_media_info_error_create),
21392         (gst_media_info_error_element), (gmip_init), (gmip_reset),
21393         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
21394         * gst-libs/gst/media-info/media-info-priv.h:
21395         * gst-libs/gst/media-info/media-info-test.c: (main):
21396         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
21397         (gst_media_info_class_init), (gst_media_info_instance_init),
21398         (gst_media_info_set_source), (gst_media_info_read_with_idler),
21399         (gst_media_info_read_idler), (gst_media_info_read):
21400         * gst-libs/gst/media-info/media-info.h:
21401         fixed, should work now
21402
21403 2004-03-07  Christian Schaller <Uraeus@gnome.org>
21404
21405         * ext/nas/nassink.c:
21406         A bunch of NAS fixes from Arwed von Merkatz
21407
21408 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21409
21410         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21411         (qtdemux_parse_trak):
21412           Fix crash (j might be greater than n_samples, in which case we're
21413           writing outside the allocated space for the array) and memleak.
21414
21415 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21416
21417         * sys/oss/gstosssink.c: (gst_osssink_chain):
21418           And another caller that couldn't handle delay < 0 (unsigned
21419           integer overflow). Video now continues playing on an audio
21420           buffer underrun, and the clock continues working. Audio still
21421           stalls.
21422
21423 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21424
21425         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21426         (gst_osssink_get_time):
21427           get_delay() may return values lower than 0. In those cases, we
21428           should not actually cast to *unsigned* int64, that will break
21429           stuff horribly. In my case, it screwed up A/V sync in movies
21430           in totem rather badly.
21431
21432 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21433
21434         * ext/faac/gstfaac.c: (gst_faac_chain):
21435         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21436         * ext/libpng/gstpngenc.c: (user_write_data):
21437         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
21438         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
21439         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
21440         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
21441         Fix several misuse of gst_buffer_merge (it doesn't take ownership
21442         of any buffer), should fix some leaks. I hope I didn't unref buffers
21443         that shouldn't be...
21444
21445 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21446
21447         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
21448         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
21449         (error_callback), (gmi_reset), (gmi_seek_to_track),
21450         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
21451         (gmip_find_type_post), (gmip_find_stream_post),
21452         (gmip_find_track_streaminfo_post):
21453         * gst-libs/gst/media-info/media-info-priv.h:
21454         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
21455         (info_print), (main):
21456         * gst-libs/gst/media-info/media-info.c:
21457         (gst_media_info_error_create), (gst_media_info_error_element),
21458         (gst_media_info_instance_init), (gst_media_info_get_property),
21459         (gst_media_info_new), (gst_media_info_set_source),
21460         (gst_media_info_read_idler), (gst_media_info_read):
21461         * gst-libs/gst/media-info/media-info.h:
21462           first pass at making this work again.  This seems to work on
21463           tagged ogg/vorbis and mp3 files.
21464
21465 2004-03-06  Benjamin Otte  <otte@gnome.org>
21466
21467         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21468           fix huge leak: gst_buffer_merge doesn't unref the first argument
21469           itself.
21470
21471 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21472
21473         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
21474           report layer/mode/emphasis
21475
21476 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21477
21478         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
21479
21480 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21481
21482         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
21483           signal serial
21484
21485 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21486
21487         * ext/vorbis/vorbis.c: (plugin_init):
21488         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
21489         (gst_vorbis_dec_init), (vorbis_dec_event):
21490         add debug category
21491         make vorbisdec handle _BYTE and _TIME queries
21492
21493 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21494
21495         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
21496           from the xing header
21497
21498 2004-03-06  Benjamin Otte  <otte@gnome.org>
21499
21500         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
21501         (gst_audio_convert_link), (gst_audio_convert_change_state),
21502         (gst_audio_convert_buffer_from_default_format):
21503           do conversions from/to float correctly, fix some caps nego errors,
21504           export correct supported caps in template and getcaps, use correct
21505           caps in try_set_caps functions
21506
21507 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21508
21509         For some reason, I only committed a ChangeLog entry yesterday and
21510         not the corresponding code...
21511         * ext/mad/gstmad.c: Fix detection of Xing headers
21512         * gst/tags/gstid3tag.c: Changes to support TLEN tags
21513
21514 2004-03-06  Benjamin Otte  <otte@gnome.org>
21515
21516         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
21517         (gst_ogg_demux_src_query):
21518           make sure to handle the case where there's no current chain
21519           gracefully.
21520
21521 2004-03-05  David Schleef  <ds@schleef.org>
21522
21523         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
21524         Add fixate function. (bug #131128)
21525         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
21526         (gst_sdlvideosink_fixate):  Add fixate function.
21527         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21528         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
21529         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
21530         Fix missing break that was causing ulaw to be interpreted as
21531         raw int.
21532
21533 2004-03-05  David Schleef  <ds@schleef.org>
21534
21535         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
21536         Fix code that ignores return value of gst_buffer_merge().
21537         (bug #114560)
21538         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
21539         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
21540         * testsuite/gst-lint:  Check for above.
21541
21542 2004-03-05  David Schleef  <ds@schleef.org>
21543
21544         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
21545         caps and throw an element error.  (bug #136334)
21546
21547 2004-03-05  David Schleef  <ds@schleef.org>
21548
21549         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
21550         (gst_faad_chain): Fix negotiation.
21551         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
21552         key and button events.
21553         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
21554         dung heap of code.
21555         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
21556         depends on gconf
21557         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
21558         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
21559         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
21560         function to encourage better negotiation, particularly between
21561         audioconvert and osssink.
21562         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21563         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
21564         more important.
21565         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
21566         typefinding.
21567         * gst/vbidec/vbiscreen.c:  Add glib header
21568         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
21569
21570 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
21571
21572         * ext/mad/gstmad.c: Fix detection of Xing headers
21573         * gst/tags/gstid3tag.c: Changes to support TLEN tags
21574
21575 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21576
21577         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21578         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
21579           debug updates
21580
21581 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21582
21583         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21584         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
21585         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
21586         files, and report the parsed length as a GST_TAG_DURATION tag.
21587         * gst/tags/gstid3tag.c: support TLEN (duration) tag
21588
21589 2004-03-05  Benjamin Otte  <otte@gnome.org>
21590
21591         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
21592           convert channels correctly. convert correctly to unsigned.
21593
21594 2004-03-05  Julien MOUTTE <julien@moutte.net>
21595
21596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
21597         we have a window before clearing it.
21598
21599 2004-03-05  Julien MOUTTE <julien@moutte.net>
21600
21601         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
21602         have a window before clearing it.
21603
21604 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21605
21606         * gconf/gstreamer.schemas.in:
21607         * gst-libs/gst/gconf/Makefile.am:
21608           version installation path the same way as for 0.6
21609         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
21610         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21611         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21612           remove comment that was fixed
21613
21614 2004-03-05  David Schleef  <ds@schleef.org>
21615
21616         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
21617         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
21618         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
21619         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
21620         Add prototype code for handling seeking and querying.
21621
21622 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21623
21624         * examples/gstplay/player.c: (main):
21625           Initialize variables to NULL. Prevents a segfault because the
21626           (uninitialized) variable is not NULL, resulting in a crash on
21627           trying to reach error->message.
21628
21629 2004-03-05  Benjamin Otte  <otte@gnome.org>
21630
21631         * gst/audioconvert/gstaudioconvert.c:
21632         (gst_audio_convert_buffer_to_default_format):
21633         make float=>int conversion work correctly even in cornercases.
21634
21635 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
21636
21637         * debian/README.Debian:
21638         * debian/build-deps:
21639         * debian/changelog:
21640         * debian/control:
21641         * debian/control.in:
21642         * debian/copyright:
21643         * debian/gstreamer-a52dec.files:
21644         * debian/gstreamer-aa.files:
21645         * debian/gstreamer-alsa.files:
21646         * debian/gstreamer-alsa.manpages:
21647         * debian/gstreamer-arts.files:
21648         * debian/gstreamer-artsd.files:
21649         * debian/gstreamer-audiofile.files:
21650         * debian/gstreamer-avifile.files:
21651         * debian/gstreamer-cdparanoia.files:
21652         * debian/gstreamer-colorspace.files:
21653         * debian/gstreamer-doc.files:
21654         * debian/gstreamer-dv.files:
21655         * debian/gstreamer-dvd.files:
21656         * debian/gstreamer-esd.files:
21657         * debian/gstreamer-festival.files:
21658         * debian/gstreamer-flac.files:
21659         * debian/gstreamer-gconf.conffiles:
21660         * debian/gstreamer-gconf.files:
21661         * debian/gstreamer-gconf.postinst:
21662         * debian/gstreamer-gnomevfs.files:
21663         * debian/gstreamer-gsm.files:
21664         * debian/gstreamer-http.files:
21665         * debian/gstreamer-jack.files:
21666         * debian/gstreamer-jpeg.files:
21667         * debian/gstreamer-mad.files:
21668         * debian/gstreamer-mikmod.files:
21669         * debian/gstreamer-misc.files:
21670         * debian/gstreamer-mpeg2dec.files:
21671         * debian/gstreamer-oss.files:
21672         * debian/gstreamer-plugin-apps.files:
21673         * debian/gstreamer-plugin-apps.manpages:
21674         * debian/gstreamer-plugin-libs-dev.files:
21675         * debian/gstreamer-plugin-libs.files:
21676         * debian/gstreamer-plugin-template.postinst:
21677         * debian/gstreamer-plugin-template.postrm:
21678         * debian/gstreamer-sdl.files:
21679         * debian/gstreamer-sid.files:
21680         * debian/gstreamer-vorbis.files:
21681         * debian/gstreamer-x.files:
21682         * debian/mk.control:
21683         * debian/rules:
21684         Debian package info not maintained here.
21685
21686 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21687
21688         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
21689         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
21690         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
21691         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
21692         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
21693         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
21694         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
21695         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
21696         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
21697         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
21698         * gst-libs/gst/colorbalance/colorbalance.c:
21699         (gst_color_balance_class_init):
21700         * gst-libs/gst/colorbalance/colorbalancechannel.c:
21701         (gst_color_balance_channel_class_init):
21702         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
21703         * gst-libs/gst/play/play.c: (gst_play_class_init):
21704         * gst-libs/gst/propertyprobe/propertyprobe.c:
21705         (gst_property_probe_iface_init):
21706         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
21707         * gst-libs/gst/tuner/tunerchannel.c:
21708         (gst_tuner_channel_class_init):
21709         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
21710         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
21711         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
21712         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
21713         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
21714         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
21715         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
21716         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
21717         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
21718           fix signals to use - instead of _
21719         * ext/libcaca/gstcacasink.h:
21720         * ext/sdl/sdlvideosink.h:
21721           fix header rename
21722
21723 2004-03-04  David Schleef  <ds@schleef.org>
21724
21725         * testsuite/gst-lint:  Add a check for bad signal names.
21726
21727 2004-03-04  <kost@imn.htwk-leipzig.de>
21728
21729         reviewed by David Schleef
21730
21731         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
21732         modified the alpha channel and caused a warning. (bug #136192)
21733
21734 2004-04-03  Christian Schaller <Uraeus@gnome.org>
21735
21736         * gst-plugins.spec.in:
21737         Change names of plugins to actually be correct. Try to keep things
21738         alphabetical to avoid getting beat up by Thomas
21739
21740 2004-03-03  Julien MOUTTE <julien@moutte.net>
21741
21742         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
21743         Using ximagesink as a default if no gconf key found. We should
21744         probably consider using alsasink instead of osssink for the audio
21745         part.
21746
21747 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21748
21749         * configure.ac:
21750           fix --with-plugins, don't think it ever worked before
21751         * gst-plugins.spec.in:
21752           even more updates
21753
21754 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21755
21756         * ext/sdl/sdlvideosink.h:
21757         * sys/ximage/ximagesink.h:
21758         * sys/xvideo/xvideosink.h:
21759         * sys/xvimage/xvimagesink.h:
21760           Fix for move of gstvideosink.h -> videosink.h.
21761
21762 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21763
21764         * gst-libs/gst/xwindowlistener/Makefile.am:
21765           this is a plugin library, not a library
21766
21767 2004-03-01  David Schleef  <ds@schleef.org>
21768
21769         * AUTHORS:  Added some names.  Add yourself if you're still
21770         missing.
21771
21772 2004-03-01  David Schleef  <ds@schleef.org>
21773
21774         * MAINTAINERS: Add
21775
21776 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21777
21778         * gst-plugins.spec.in: clean up spec file
21779
21780 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21781
21782         * gst-libs/gst/video/Makefile.am:
21783         * gst-libs/gst/video/gstvideosink.c:
21784         * gst-libs/gst/video/gstvideosink.h:
21785           rename gstvideosink.h to videosink.h to match other headers
21786         * gst/mixmatrix/Makefile.am:
21787           fix plugin filename
21788         * gst/tags/Makefile.am: fix plugin filename
21789
21790 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21791
21792         * gst/tags/Makefile.am: fix plugin filename
21793
21794 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21795
21796         * examples/gstplay/player.c: (got_time_tick), (main):
21797           add error handler
21798           display time_tick more readably
21799         * gst/mixmatrix/Makefile.am:
21800           fix plugin file name
21801
21802 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
21803
21804         * sys/oss/gstosselement.c: (gst_osselement_probe),
21805         (device_combination_append), (gst_osselement_class_probe_devices):
21806         * sys/oss/gstosselement.h:
21807           Reworked enumeration of oss dsps and mixers so that gst-mixer works
21808           on my system using alsa oss emulation, fixes bug #135597
21809
21810 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21811
21812         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
21813         (gst_videodrop_chain), (gst_videodrop_change_state):
21814         * gst/videodrop/gstvideodrop.h:
21815           Work based on timestamp of input data, not based on the expected
21816           framerate from the input. The consequence is that this element now
21817           not only scales framerates, but also functions as a framerate
21818           corrector or framerate stabilizer/constantizer.
21819
21820 2004-02-27  David Schleef  <ds@schleef.org>
21821
21822         patches from jmmv@menta.net (Julio M. Merino Vidal)
21823
21824         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
21825         GST_ELEMENT_ERROR call (bug #135634)
21826         * gst/interleave/interleave.c: (interleave_buffered_loop),
21827         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
21828         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
21829         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21830         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
21831         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
21832         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
21833         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
21834         Fix GST_ELEMENT_ERROR call.
21835         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
21836         GST_ELEMENT_ERROR call.
21837
21838 2004-02-27  Benjamin Otte  <otte@gnome.org>
21839
21840         * gst-libs/gst/audio/audio.h:
21841           add macro to make sure header isn't included twice
21842         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
21843           don't use gst_buffer_free
21844         * gst/playondemand/filter.func:
21845           don't use gst_data_free. Free data only once.
21846
21847 2004-02-26  David Schleef  <ds@schleef.org>
21848
21849         * gst-libs/gst/colorbalance/Makefile.am:
21850         * gst-libs/gst/mixer/Makefile.am:
21851         * gst-libs/gst/tuner/Makefile.am:
21852         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
21853         should not be disted, -marshal.h files should not be installed,
21854         and -enum.h files _should_ be installed.  Fix to make this the
21855         case.
21856
21857 === release 0.7.5 ===
21858
21859 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21860
21861         * configure.ac: release 0.7.5, "Under The Sea"
21862
21863 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21864
21865         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
21866         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
21867         * gst/videoscale/gstvideoscale.c:
21868         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
21869           assorted debug/warning fixes
21870
21871 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21872
21873         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21874         (gst_videoscale_init), (gst_videoscale_chain),
21875         (gst_videoscale_set_property), (plugin_init):
21876         * gst/videoscale/gstvideoscale.h:
21877         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
21878         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
21879         (gst_videoscale_planar400), (gst_videoscale_packed422),
21880         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
21881         (gst_videoscale_24bit), (gst_videoscale_16bit),
21882         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
21883         (gst_videoscale_scale_plane_slow),
21884         (gst_videoscale_scale_point_sample),
21885         (gst_videoscale_scale_nearest),
21886         (gst_videoscale_scale_nearest_str2),
21887         (gst_videoscale_scale_nearest_str4),
21888         (gst_videoscale_scale_nearest_32bit),
21889         (gst_videoscale_scale_nearest_24bit),
21890         (gst_videoscale_scale_nearest_16bit):
21891         add debugging category and use it properly
21892         fix use of GST_PTR_FORMAT
21893
21894 2004-02-25  Andy Wingo  <wingo@pobox.com>
21895
21896         * gst/interleave/interleave.c (interleave_buffered_loop): Always
21897         push only when channel->buffer is NULL. Prevents segfaults doing
21898         the state change after a nonlocal exit, like a scheme exception.
21899
21900         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
21901         Handle the case where the intersected caps is empty.
21902
21903 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21904
21905         * gst/law/mulaw-decode.c: (mulawdec_link):
21906         * gst/law/mulaw.c: (plugin_init):
21907           fix mulawdec so it actually works again
21908
21909 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
21910
21911         reviewed by: David Schleef  <ds@schleef.org>
21912
21913         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
21914         (gst_gamma_init), (gst_gamma_set_property),
21915         (gst_gamma_get_property), (gst_gamma_calculate_tables),
21916         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
21917         for RGB, with separate r g and b correction factors. (#131167)
21918
21919 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21920
21921         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21922           only signal tags for bitrate if they're > 0 (#134894)
21923
21924 2004-02-24  David Schleef  <ds@schleef.org>
21925
21926         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
21927         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
21928         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
21929         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
21930         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
21931         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
21932         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
21933         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
21934         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
21935         category.  Attempt to fix timestamp calculation.
21936
21937 2004-02-24  Johan Dahlin  <johan@gnome.org>
21938
21939         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
21940
21941 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21942
21943         * configure.ac:
21944         * gconf/Makefile.am:
21945         * gconf/gstreamer.schemas:
21946         * gst-libs/gst/gconf/Makefile.am:
21947         * gst-libs/gst/gconf/gconf.c:
21948           version gconf schemas and install locations
21949
21950 2004-02-23  Benjamin Otte  <otte@gnome.org>
21951
21952         * ext/xine/xineinput.c: (gst_xine_input_dispose):
21953         (gst_xine_input_subclass_init):
21954           call parent dispose.
21955           change pad template for CD reader correctly
21956         * ext/xine/Makefile.am:
21957         * ext/xine/gstxine.h:
21958         * ext/xine/xine.c: (plugin_init):
21959         * ext/xine/xineaudiosink.c:
21960           wrap audio sinks, too
21961         * gst-libs/gst/resample/private.h:
21962         * gst-libs/gst/resample/resample.c: (gst_resample_init),
21963         (gst_resample_reinit), (gst_resample_scale),
21964         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
21965         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
21966         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
21967         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
21968         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
21969         * gst-libs/gst/resample/resample.h:
21970         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
21971         (gst_audioscale_class_init), (gst_audioscale_link),
21972         (gst_audioscale_get_buffer), (gst_audioscale_init),
21973         (gst_audioscale_chain), (gst_audioscale_set_property),
21974         (gst_audioscale_get_property):
21975         * gst/audioscale/gstaudioscale.h:
21976           s/resample_*/gst_resample_*/i to not clobber namespaces
21977
21978 2004-02-23  Julien MOUTTE  <julien@moutte.net>
21979
21980         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21981         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
21982         (gst_riff_create_video_template_caps),
21983         (gst_riff_create_audio_template_caps),
21984         (gst_riff_create_iavs_template_caps):
21985         * gst-libs/gst/riff/riff-media.h:
21986         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21987         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
21988         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
21989         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21990         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21991         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
21992         (gst_matroska_demux_plugin_init): First batch implementing audio and
21993         video codec tags in demuxers.
21994
21995 2004-02-22  Benjamin Otte  <otte@gnome.org>
21996
21997         * ext/xine/Makefile.am:
21998         * ext/xine/gstxine.h:
21999         * ext/xine/xine.c: (plugin_init):
22000         * ext/xine/xineinput.c:
22001           add input plugin wrapper. Playback from files, http, mms and cdda
22002           works.
22003         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22004           remove leftover G_GNUC_UNUSED
22005         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
22006         (gst_asf_demux_identify_guid):
22007           improve debugging output
22008
22009 2004-02-22  Benjamin Otte  <otte@gnome.org>
22010
22011         reported by: Padraig O'Briain <padraig.obriain@sun.com>
22012
22013         * autogen.sh:
22014           replace test -e with test -x for mkinstalldirs to be more portable.
22015           (fixes #134816)
22016
22017 2004-02-22  Benjamin Otte  <otte@gnome.org>
22018
22019         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
22020
22021         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
22022           set rank to PRIMARY
22023         * gst/volume/gstvolume.c: (plugin_init):
22024           set rank to NONE
22025         fixes #134960
22026
22027 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
22028
22029         reviewed by Benjamin Otte  <otte@gnome.org>
22030
22031         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22032           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
22033
22034 2004-02-22  Benjamin Otte  <otte@gnome.org>
22035
22036         * configure.ac:
22037           export [_]*{gst,Gst,GST}.* symbols from plugins
22038
22039 2004-02-22  Christophe Fergeau <teuf@gnome.org>
22040
22041         reviewed by: Benjamin Otte  <otte@gnome.org>
22042
22043         * ext/lame/gstlame.c: (add_one_tag):
22044         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22045         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
22046         (gst_vorbisenc_metadata_set1):
22047         * gst/tags/gstid3tag.c:
22048         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
22049           apply fixes from bugs #135042 (lame can't write tags) and #133817
22050           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
22051
22052 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
22053
22054         * configure.ac: Export only gst_plugin_desc from plugins.
22055          Note that this change only makes any effect with Linux using libtool
22056          1.5.2 or higher. Otherwise it is silently ignored, but it would build
22057          fine. And don't try to have several versions of libtool in different
22058          directories.
22059
22060 2004-02-20  Andy Wingo  <wingo@pobox.com>
22061
22062         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
22063         interleave respectively.
22064
22065         * gst/interleave/deinterleave.c: New plugin: deinterleave
22066         (replaces on oneton).
22067         * gst/interleave/interleave.c: New plugin: interleave.
22068         * gst/interleave/plugin.h: Support file.
22069         * gst/interleave/plugin.c: Support file.
22070
22071         * configure.ac: Remove intfloat and oneton, add interleave.
22072
22073         * ext/sndfile/gstsf.c: Handle events better.
22074
22075         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
22076         and float2int operation. int2float has scheduling problems as
22077         noted in in2float_chain.
22078
22079 2004-02-20  Benjamin Otte  <otte@gnome.org>
22080
22081         * ext/xine/Makefile.am:
22082         * ext/xine/gstxine.h:
22083         * ext/xine/xine.c:
22084         * ext/xine/xineaudiodec.c:
22085         * ext/xine/xinecaps.c:
22086           add first version of xine plugin wrapper. Currently only wraps the
22087           QDM2 win32 DLL, and even that only in proof-of-concept quality.
22088         * configure.ac:
22089         * ext/Makefile.am:
22090           add xine plugin wrapper, disabled by default. Use --enable-xine to
22091           build. Note that it'll segfault on gst-register if you don't remove
22092           the goom and tvtime post plugins from xine.
22093         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
22094         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
22095           add extradata parsing for QDM2.
22096           change around debugging prints.
22097
22098 2004-02-19  Benjamin Otte  <otte@gnome.org>
22099
22100         * ext/lame/gstlame.c: (gst_lame_chain):
22101         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22102           use gst_tag_list_insert when you want to insert tags
22103
22104 2004-02-18  David Schleef  <ds@schleef.org>
22105
22106         * configure.ac:  Move massink to gst-rotten
22107         * ext/Makefile.am:
22108         * ext/mas/Makefile.am:
22109         * ext/mas/massink.c:
22110         * ext/mas/massink.h:
22111
22112 2004-02-18  David Schleef  <ds@schleef.org>
22113
22114         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
22115         typefinding, since it seems to be worse than nothing.
22116         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
22117         atom to recognize .mp4 and .m4a files as video/quicktime.
22118
22119 2004-02-18  David Schleef  <ds@schleef.org>
22120
22121         * gst/sine/demo-dparams.c: (quit_live),
22122         (dynparm_log_value_changed), (dynparm_value_changed), (main):
22123         Use double dparams, not float.
22124         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22125         (gst_sinesrc_init): Change sync default to FALSE, since multiple
22126         sync'd elements don't really work correctly.
22127         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
22128         (volume_update_volume), (volume_get_property):  Change dparam
22129         to double.
22130
22131 2004-02-18  Julien MOUTTE  <julien@moutte.net>
22132
22133         * sys/ximage/ximagesink.c:
22134         (gst_ximagesink_xwindow_update_geometry),
22135         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
22136         (gst_ximagesink_change_state), (gst_ximagesink_expose),
22137         (gst_ximagesink_init): Rework the way software video scaling works. So
22138         now we check on each chain call if the video frames are feeling the
22139         window. If not we try to renegotiate caps. On failure we memorize that
22140         and we won't try again for that PLAYING sessions.
22141         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
22142         failure.
22143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
22144         synchronous flag.
22145
22146 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22147
22148         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
22149           break up _link so we can give a better debug message for errors
22150
22151 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22152
22153         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
22154           set up debug category
22155
22156 2004-02-18  Julien MOUTTE <julien@moutte.net>
22157
22158         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22159         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
22160         the way renegotiation work. The event handling function is not taking
22161         care of external windows and renegotiate method check for pad flags
22162         NEGOTIATING. Should fix : #133209
22163
22164 2004-02-17  Julien MOUTTE  <julien@moutte.net>
22165
22166         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
22167         pad is negotiating before trying renegotiation.
22168
22169 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22170
22171         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
22172           pass on all possible mime types as typefind hints
22173
22174 2004-02-17  Julien MOUTTE <julien@moutte.net>
22175
22176         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
22177         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
22178         possible SHM leak if we crash. All other apps using XShm are doing
22179         that.
22180
22181 2004-02-17  Julien MOUTTE  <julien@moutte.net>
22182
22183         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22184         (gst_ximagesink_expose): Renegotiate size on expose.
22185         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
22186         size on expose.
22187
22188 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22189
22190         * testsuite/alsa/sinesrc.c:
22191           cosmetic fix to fix compile issue with gcc 2.95.4
22192
22193 2004-02-16  Julien MOUTTE <julien@moutte.net>
22194
22195         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22196         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
22197         failed opening the audio device.
22198         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22199         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
22200         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
22201         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
22202         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
22203         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
22204         (gst_ximagesink_change_state), (gst_ximagesink_chain),
22205         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
22206         Removing some useless g_return_if_fail like wingo suggested.
22207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22208         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
22209         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
22210         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
22211         (gst_xvimagesink_update_colorbalance),
22212         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
22213         (gst_xvimagesink_xcontext_clear),
22214         (gst_xvimagesink_get_fourcc_from_caps),
22215         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
22216         (gst_xvimagesink_set_xwindow_id),
22217         (gst_xvimagesink_colorbalance_list_channels),
22218         (gst_xvimagesink_colorbalance_set_value),
22219         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
22220         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
22221
22222 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22223
22224         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22225           throw error when not negotiated instead of asserting
22226
22227 2004-02-15  Julien MOUTTE  <julien@moutte.net>
22228
22229         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
22230         correct data refcounting.
22231
22232 2004-02-15  Julien MOUTTE  <julien@moutte.net>
22233
22234         * gst/switch/gstswitch.c: (gst_switch_change_state),
22235         (gst_switch_class_init): Cleaning the sinkpads correctly on state
22236         change, mostly the EOS flag.
22237
22238 2004-02-15  Julien MOUTTE  <julien@moutte.net>
22239
22240         * examples/gstplay/player.c: (got_eos), (main): Adding some
22241         output for debugging.
22242         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
22243         timeouts if we go to any state different from PLAYING.
22244         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
22245         more EOS bugs in riff lib.
22246
22247 2004-02-14  Julien MOUTTE  <julien@moutte.net>
22248
22249         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
22250         visualization until i find a way to fix switch correctly.
22251         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
22252         EOS arrives.
22253         * gst/switch/gstswitch.c: (gst_switch_release_pad),
22254         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
22255         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
22256         Reworked switch to get a more correct behaviour with events and refing
22257         of data stored in sinkpads.
22258         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
22259         we don't pull from a pad in EOS.
22260
22261 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22262
22263         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22264           remove v1 tag even if we can't read it (makes sure we don't detect
22265           it again)
22266
22267 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22268
22269         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
22270         (gst_alsa_xrun_recovery):
22271         * ext/alsa/gstalsa.h:
22272           try xrun recovery when wait failed. Make xrun recovery function
22273           return TRUE/FALSE to indicate success. (might fix #134354)
22274
22275 2004-02-13  David Schleef  <ds@schleef.org>
22276
22277         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
22278         (dynparm_value_changed), (main): Convert from float to double.
22279         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
22280
22281 2004-02-13  David Schleef  <ds@schleef.org>
22282
22283         * gst/silence/gstsilence.c: (gst_silence_class_init),
22284         (gst_silence_set_clock), (gst_silence_get),
22285         (gst_silence_set_property), (gst_silence_get_property):
22286         * gst/silence/gstsilence.h: Add sync property.
22287         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22288         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
22289         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
22290         * gst/sine/gstsinesrc.h: Add sync property.
22291
22292 2004-02-13  David Schleef  <ds@schleef.org>
22293
22294         * gst/intfloat/gstint2float.c: (conv_f32_s16),
22295         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
22296
22297 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22298
22299         * configure.ac:
22300         * ext/Makefile.am:
22301         * gst-libs/ext/Makefile.am:
22302           move ffmpeg plugin to gst-ffmpeg module
22303
22304 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22305
22306         * configure.ac: use GST_ARCH to detect architecture
22307
22308 2004-02-12  Julien MOUTTE  <julien@moutte.net>
22309
22310         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
22311
22312 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22313
22314         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22315           classify LADSPA plugins based on number of src/sink pads
22316           (#133663, Stefan Kost)
22317         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
22318           fix dparams registration
22319           (#133528, Stefan Kost)
22320         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
22321           fix use of isprint and use g_ascii_isprint instead
22322           (#133316, Stefan Kost)
22323
22324 2004-02-11  David Schleef  <ds@schleef.org>
22325
22326         Convert a few inner loops to use liboil.  This is currently
22327         optional, and is only enabled if liboil is present (duh!).
22328         * configure.ac: Check for liboil-0.1
22329         * gst/intfloat/Makefile.am:
22330         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
22331         (gst_int2float_chain_gint16):
22332         * gst/videofilter/Makefile.am:
22333         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
22334         (tablelookup_u8), (gst_videobalance_planar411):
22335         * gst/videotestsrc/Makefile.am:
22336         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
22337         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
22338         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
22339         (paint_hline_RGB565), (paint_hline_xRGB1555):
22340
22341 2004-02-11  David Schleef  <ds@schleef.org>
22342
22343         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
22344         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
22345         (gst_colorspace_getcaps), (gst_colorspace_link),
22346         (gst_colorspace_base_init), (gst_colorspace_init),
22347         (gst_colorspace_chain), (gst_colorspace_change_state),
22348         (plugin_init): Merge Ronald's patch (bug #117897) and update
22349         for new caps and negotiation.  Seems to work, although it
22350         shows off bugs in lcs.
22351
22352 2004-02-11  David Schleef  <ds@schleef.org>
22353
22354         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
22355         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
22356
22357 2004-02-11  David Schleef  <ds@schleef.org>
22358
22359         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
22360         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
22361         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
22362         Add server and port properties
22363
22364 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22365
22366         * m4/a52.m4:
22367         * m4/aalib.m4:
22368         * m4/as-ffmpeg.m4:
22369         * m4/as-liblame.m4:
22370         * m4/as-slurp-ffmpeg.m4:
22371         * m4/check-libheader.m4:
22372         * m4/esd.m4:
22373         * m4/freetype2.m4:
22374         * m4/gconf-2.m4:
22375         * m4/glib.m4:
22376         * m4/gst-alsa.m4:
22377         * m4/gst-artsc.m4:
22378         * m4/gst-ivorbis.m4:
22379         * m4/gst-matroska.m4:
22380         * m4/gst-sdl.m4:
22381         * m4/gst-shout2.m4:
22382         * m4/gst-sid.m4:
22383         * m4/gtk.m4:
22384         * m4/libdv.m4:
22385         * m4/libfame.m4:
22386         * m4/libmikmod.m4:
22387         * m4/ogg.m4:
22388         * m4/vorbis.m4:
22389           fix underquotedness of macros (#133800)
22390         * m4/as-avifile.m4:
22391         * m4/xmms.m4:
22392           removed because no longer used
22393
22394 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22395
22396         * configure.ac:
22397           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
22398           by autopoint (fixes #132996)
22399
22400 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22401
22402         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
22403         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
22404         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
22405         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
22406           fix memleaks
22407
22408 2004-02-11  David Schleef  <ds@schleef.org>
22409
22410         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
22411         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
22412         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
22413         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
22414         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
22415         (gst_jpegenc_class_init), (gst_jpegenc_init),
22416         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
22417         (gst_jpegenc_chain), (gst_jpegenc_set_property),
22418         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
22419         * ext/jpeg/gstjpegenc.h: Fix negotiation.
22420
22421 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22422
22423         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
22424         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
22425         * ext/mikmod/gstmikmod.h:
22426           fix caps negotiation in mikmod
22427         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
22428           output debug information
22429
22430 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22431
22432         * gst-libs/gst/colorbalance/Makefile.am:
22433         * gst-libs/gst/navigation/Makefile.am:
22434         * gst-libs/gst/xoverlay/Makefile.am:
22435           remove unused GST_OPT_CFLAGS from Makefiles
22436           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
22437
22438 2004-02-07  David Schleef  <ds@schleef.org>
22439
22440         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
22441         push events to pads that haven't been created (#133508)
22442
22443 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
22444
22445         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
22446         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
22447         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
22448         (gst_dvdec_loop), (gst_dvdec_change_state):
22449         Second attempt at committing a working dvdec element.
22450
22451 2004-02-06  David Schleef  <ds@schleef.org>
22452
22453         Build fixes for OS X: (see #129600)
22454         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
22455         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
22456         (gst_riff_read_strf_iavs):
22457         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22458         (gst_avi_demux_stream_odml):
22459         * gst/playondemand/Makefile.am:
22460         * gst/rtp/rtp-packet.c:
22461
22462 2004-02-05  David Schleef  <ds@schleef.org>
22463
22464         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
22465         last change, because it Just Doesn't Compile.
22466
22467 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22468
22469         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22470           skip undecodable id3v2 tag instead of keeping it
22471
22472 2004-02-05  David Schleef  <ds@schleef.org>
22473
22474         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
22475         Unref leaked buffer.  (Noticed by Ronald)
22476
22477 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
22478
22479         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22480         Sync requires with other checks.  >= vs =.
22481
22482 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
22483
22484         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
22485         (gst_dvdec_video_link), (gst_dvdec_loop):
22486         * ext/dv/gstdvdec.h:
22487           rework the caps negotiation so that dvdec works again instead
22488           of just segfaulting.
22489
22490 === release 0.7.4 ===
22491
22492 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22493
22494         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
22495         * configure.ac: changed for release
22496
22497 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22498
22499         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
22500         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22501         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22502         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22503           reworked patch by David Lehn to fix libdir and includedir for
22504           uninstalled libraries
22505           removed play and gconf from gstreamer-libs since they have their
22506           own pkgconfig files
22507
22508 2004-02-04  David Schleef  <ds@schleef.org>
22509
22510         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
22511         memleak.
22512
22513 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22514
22515         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22516           use correct GST_TAG_ENCODER tag
22517
22518 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22519
22520         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22521           be sure to stop the clock when going to paused
22522         * sys/oss/gstosssink.c: (gst_osssink_change_state):
22523           reset number of transmitted when going to ready.
22524         fixes #132935
22525
22526 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
22527
22528         reviewed by Benjamin Otte
22529
22530         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22531           extract track count (fixes #133410)
22532
22533 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22534
22535         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
22536           that should be !=, not == (fixes #132519)
22537
22538 2004-02-04  David Schleef  <ds@schleef.org>
22539
22540         Make sure set_explicit_caps() is called before adding pad.
22541         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22542         * gst/id3/gstid3types.c: (gst_id3types_loop):
22543         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22544         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22545
22546 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22547
22548         * configure.ac:
22549           bump nano to 2, first prerelease
22550           put back AM_PROG_LIBTOOL
22551
22552 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22553
22554         * testsuite/alsa/Makefile.am:
22555           these are user test apps, not automatic testsuite tests
22556
22557 2004-02-04  David Schleef  <ds@schleef.org>
22558
22559         Convert GST_DEBUG_CAPS() to GST_DEBUG():
22560         * gst/mpeg1videoparse/gstmp1videoparse.c:
22561         (mp1videoparse_parse_seq):
22562         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22563         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22564         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
22565         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
22566         (gst_xvideosink_getcaps):
22567         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22568         * testsuite/gst-lint: more tests
22569
22570 2004-02-04  David Schleef  <ds@schleef.org>
22571
22572         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
22573         with the code that they would expand to.
22574         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
22575         (gst_flacdec_get_src_query_types),
22576         (gst_flacdec_get_src_event_masks):
22577         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
22578         (gst_gnomevfssrc_get_query_types),
22579         (gst_gnomevfssrc_get_event_mask):
22580
22581 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22582
22583         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22584         (gst_sinesrc_dispose):
22585           fix memleak by properly disposing sinesrc
22586
22587 2004-02-04  Julien MOUTTE  <julien@moutte.net>
22588
22589         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
22590         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
22591         an overlay to redraw the image because it has been exposed.
22592         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
22593         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
22594         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
22595         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
22596         interface
22597         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
22598         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
22599         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
22600         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
22601         interface
22602
22603 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22604
22605         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
22606           more memleak fixage
22607
22608 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22609
22610         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
22611         * gst/typefind/gsttypefindfunctions.c:
22612           fix memleaks shown by gst-typefind
22613
22614 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22615
22616         * common/glib-gen.mak:
22617           add hack rule to touch .Plo files
22618         * gst-libs/gst/colorbalance/Makefile.am:
22619         * gst-libs/gst/mixer/Makefile.am:
22620         * gst-libs/gst/play/Makefile.am:
22621         * gst-libs/gst/tuner/Makefile.am:
22622           remove glib_root variable
22623
22624 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22625
22626         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
22627           set explicit caps before adding the element, so the autopluggers can
22628           plug correctly.
22629         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
22630         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
22631         (mpeg_video_type_find), (mpeg_video_stream_type_find),
22632         (dv_type_find):
22633           fix memleaks in typefind functions. gst_type_find_suggest takes a const
22634           argument.
22635
22636 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22637
22638         * gst-libs/gst/colorbalance/Makefile.am:
22639         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
22640         * gst-libs/gst/colorbalance/colorbalance.c:
22641         * gst-libs/gst/colorbalance/colorbalance.h:
22642         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
22643         * gst-libs/gst/mixer/Makefile.am:
22644         * gst-libs/gst/mixer/mixer-marshal.list:
22645         * gst-libs/gst/mixer/mixer.c:
22646         * gst-libs/gst/mixer/mixer.h:
22647         * gst-libs/gst/mixer/mixermarshal.list:
22648         * gst-libs/gst/play/Makefile.am:
22649         * gst-libs/gst/play/play.h:
22650         * gst-libs/gst/tuner/Makefile.am:
22651         * gst-libs/gst/tuner/tuner-marshal.list:
22652         * gst-libs/gst/tuner/tuner.c:
22653         * gst-libs/gst/tuner/tuner.h:
22654         * gst-libs/gst/tuner/tunermarshal.list:
22655           use new glib-gen.mak snippet to clean up Makefile.am
22656           fix various bugs in Makefile.am's
22657
22658 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22659
22660         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22661           handle chain parsing correctly in the multichain case
22662         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
22663         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
22664         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22665         (theora_dec_chain):
22666           handle events and queries correctly
22667
22668 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22669
22670         * .cvsignore:
22671         Ignore generated file _stdint.h.
22672
22673 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22674
22675         * gst-libs/gst/colorbalance/Makefile.am:
22676         * gst-libs/gst/colorbalance/colorbalance.h:
22677         * gst-libs/gst/mixer/Makefile.am:
22678         * gst-libs/gst/mixer/mixer.h:
22679         * gst-libs/gst/play/Makefile.am:
22680         * gst-libs/gst/play/play.h:
22681         * gst-libs/gst/tuner/Makefile.am:
22682         * gst-libs/gst/tuner/tuner.h:
22683         Generate enum type code with glib-mkenums.
22684         * gst-libs/gst/colorbalance/.cvsignore:
22685         * gst-libs/gst/mixer/.cvsignore:
22686         * gst-libs/gst/play/.cvsignore:
22687         * gst-libs/gst/tuner/.cvsignore:
22688         Ignore generated files.
22689
22690 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22691
22692         * gst-libs/gst/audio/.cvsignore:
22693         Ignore generated file.
22694         * gst-libs/gst/audio/Makefile.am:
22695         Do not install example filter.
22696
22697 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22698
22699         * examples/switch/.cvsignore:
22700         Ignore generated file.
22701
22702 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22703
22704         * common/m4/ax_create_stdint_h.m4:
22705         * configure.ac:
22706           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
22707           _stdint.h.
22708         * Makefile.am:
22709           remove generated _stdint.h in DISTCLEANFILES
22710         * ext/a52dec/gsta52dec.c:
22711           include _stdint.h for a52dec. (should fix #133064)
22712
22713 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22714
22715         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
22716         (gst_tag_to_vorbis_comments):
22717         Add replaygain support to vorbistag
22718
22719 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22720         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22721         (gst_ffmpeg_caps_to_extradata):
22722           Fix SVQ3 caps flag properties
22723           Use glib macro for bytes swap
22724
22725 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22726
22727         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
22728         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
22729         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
22730         * ext/sndfile/gstsf.c: (plugin_init):
22731         * gst/avi/gstavi.c: (plugin_init):
22732         * sys/dxr3/dxr3init.c: (plugin_init):
22733         * sys/oss/gstossaudio.c: (plugin_init):
22734         * sys/v4l/gstv4l.c: (plugin_init):
22735         * sys/v4l2/gstv4l2.c: (plugin_init):
22736           remove textdomain calls
22737         * po/nl.po:
22738           update Dutch translation
22739
22740 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22741
22742         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22743         (gst_play_set_audio_sink): Moving volume in the audio thread for
22744         instantaneous volume change. Maybe i will add another volume in front
22745         of visualization later, not sure yet though.
22746
22747 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22748
22749         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22750         (gst_ximagesink_handle_xevents): Better X events handling, only take
22751         the latest events for configure and motion.
22752         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
22753
22754 2004-02-02  Jon Trowbridge  <trow@gnu.org>
22755
22756         reviewed by: David Schleef  <ds@schleef.org>
22757
22758         Fix memory leaks:
22759         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
22760         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
22761
22762 2004-02-02  David Schleef  <ds@schleef.org>
22763
22764         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
22765         of lines.
22766         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
22767         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22768         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
22769         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
22770         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
22771         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
22772         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
22773         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
22774         (gst_float2_2_int_link):
22775         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
22776         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
22777         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
22778         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
22779         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
22780         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
22781         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
22782         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
22783         * testsuite/gst-lint: Add tests for bzero and ;;
22784
22785 2004-02-02  David Schleef  <ds@schleef.org>
22786
22787         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
22788
22789 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22790
22791         * ext/aalib/gstaasink.c: (gst_aasink_open):
22792         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
22793         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22794         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
22795         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
22796         (gst_afsink_close_file):
22797         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
22798         (gst_afsrc_close_file):
22799         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22800         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22801         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22802         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
22803         * ext/esd/esdmon.c: (gst_esdmon_get):
22804         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
22805         * ext/faac/gstfaac.c: (gst_faac_chain):
22806         * ext/faad/gstfaad.c: (gst_faad_chain):
22807         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
22808         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22809         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
22810         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
22811         (gst_flacdec_loop):
22812         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22813         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22814         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
22815         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22816         (gst_gnomevfssink_close_file):
22817         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22818         (gst_gnomevfssrc_open_file):
22819         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
22820         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
22821         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
22822         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
22823         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
22824         * ext/mad/gstmad.c: (gst_mad_chain):
22825         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22826         * ext/mpeg2dec/gstmpeg2dec.c:
22827         * ext/mpeg2enc/gstmpeg2enc.cc:
22828         * ext/mplex/gstmplex.cc:
22829         * ext/mplex/gstmplexibitstream.cc:
22830         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
22831         (gst_ogg_demux_push):
22832         * ext/raw1394/gstdv1394src.c:
22833         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
22834         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
22835         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
22836         (gst_sf_loop):
22837         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
22838         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
22839         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
22840         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
22841         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22842         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
22843         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
22844         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
22845         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22846         (gst_riff_read_element_data), (gst_riff_read_seek),
22847         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
22848         * gst/adder/gstadder.c: (gst_adder_loop):
22849         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
22850         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
22851         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
22852         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22853         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
22854         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22855         * gst/goom/gstgoom.c: (gst_goom_chain):
22856         * gst/id3/gstid3types.c: (gst_id3types_loop):
22857         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22858         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
22859         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
22860         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22861         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
22862         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
22863         (gst_ebml_read_float), (gst_ebml_read_header):
22864         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
22865         (gst_matroska_demux_parse_blockgroup):
22866         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
22867         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22868         * gst/oneton/gstoneton.c: (gst_oneton_chain):
22869         * gst/silence/gstsilence.c: (gst_silence_get):
22870         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22871         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
22872         * gst/speed/gstspeed.c: (speed_loop):
22873         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22874         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22875         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
22876         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22877         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22878         (gst_wavparse_loop):
22879         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
22880         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
22881         (dxr3audiosink_close):
22882         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
22883         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
22884         (dxr3videosink_close), (dxr3videosink_write_data):
22885         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22886         * sys/oss/gstosssink.c: (gst_osssink_chain):
22887         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22888         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22889         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
22890         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
22891         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
22892         (gst_v4l_set_window), (gst_v4l_enable_overlay):
22893         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
22894         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
22895         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
22896         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
22897         (gst_v4l_set_audio):
22898         * sys/v4l/v4l_calls.h:
22899         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
22900         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
22901         (gst_v4lmjpegsink_playback_init),
22902         (gst_v4lmjpegsink_playback_start):
22903         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
22904         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
22905         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
22906         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
22907         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
22908         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
22909         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
22910         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22911         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
22912         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
22913         (gst_v4l2_get_output), (gst_v4l2_set_output),
22914         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
22915         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
22916         (gst_v4l2_set_attribute):
22917         * sys/v4l2/v4l2_calls.h:
22918         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
22919         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
22920         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
22921         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
22922         (gst_v4l2src_capture_stop):
22923         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
22924         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22925         (gst_ximagesink_chain):
22926         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
22927         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
22928         (gst_xvideosink_xwindow_new):
22929         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22930         (gst_xvimagesink_chain):
22931
22932 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22933
22934         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22935         (gst_volume_get_volume), (volume_class_init), (volume_init),
22936         (volume_chain_int16), (volume_update_volume):
22937         * gst/volume/gstvolume.h:
22938           make code more readable by removing magic numbers
22939           make mixer interface export 0-100 range
22940           make it internally map to 0.0-1.0 range so users don't distort
22941           output by putting the sliders at full volume
22942
22943 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22944
22945         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
22946         (gst_play_state_change), (gst_play_seek_to_time):
22947         block the tick callback for 0.5 secs after doing a seek
22948
22949 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22950
22951         * gst-libs/gst/play/play.c: (gst_play_new):
22952           check for GError
22953
22954 2004-02-01  Julien MOUTTE  <julien@moutte.net>
22955
22956         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
22957         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
22958         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22959         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
22960         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22961         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
22962
22963 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22964
22965         * configure.ac:
22966         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22967           check for a function added in vorbis 1.1
22968
22969 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22970
22971         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
22972         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
22973           really start/stop clock only on PLAYING <=> PAUSED
22974         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22975           remove \n from debugging lines
22976         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22977           make it work when seeking does not
22978         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22979           reset on DISCONT
22980
22981 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22982
22983         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
22984           start clock on PAUSED=>PLAYING, not later
22985         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22986           extract correct time for different discont formats
22987         (gst_alsa_sink_get_time):
22988           don't segfault when no format is negotiated yet, just return 0
22989         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22990         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
22991         (gst_ogg_pad_push):
22992           handle flush and discont events correctly
22993         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
22994           handle discont events correctly
22995
22996 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
22997
22998         * gst-libs/gst/play/play.c: (gst_play_error_quark),
22999         (gst_play_error_create), (gst_play_error_plugin),
23000         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
23001         * gst-libs/gst/play/play.h:
23002           add error handling during creation
23003         * examples/gstplay/player.c: (main):
23004           use new gst_play_new
23005
23006
23007 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23008
23009         * ext/theora/theoradec.c: (theora_dec_chain):
23010           make comments work
23011         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23012         (vorbis_dec_src_event), (vorbis_dec_chain):
23013           add encoder tag, fix tag reading to be more error tolerant, change
23014           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
23015           gst_pad_event_default.
23016         * gst/tags/gstvorbistag.c:
23017         (gst_tag_list_from_vorbiscomment_buffer):
23018           undefine function specific define at end of function
23019
23020 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
23021
23022         * ext/flac/gstflac.c: (plugin_init):
23023         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
23024         * ext/flac/gstflacdec.h:
23025         * ext/flac/gstflacenc.h:
23026           Fix typos
23027
23028 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
23029
23030         * examples/gstplay/player.c: s/gstplay.h/play.h/
23031
23032 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23033
23034         * gst-libs/gst/play/Makefile.am:
23035         * gst-libs/gst/play/gstplay.c:
23036         * gst-libs/gst/play/gstplay.h:
23037         * gst-libs/gst/play/play.c:
23038           more surgery, operation complete
23039
23040 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23041
23042         * gst-libs/gst/play/play.old.c:
23043         * gst-libs/gst/play/play.old.h:
23044           after CVS surgery by moving, remove
23045         * gst-libs/gst/play/playpipelines.c:
23046           remove
23047
23048         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
23049           add negotiation error
23050
23051 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23052
23053         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
23054         (gst_ogg_demux_push):
23055           add some seeking debug info
23056           send a flush when seeking
23057
23058 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23059
23060         * configure.ac:
23061           use AC_C_INLINE
23062         * configure.ac:
23063         * ext/Makefile.am:
23064         * ext/theora/Makefile.am:
23065         * ext/theora/theoradec.c:
23066           add theora video decoder. Does just do simple decoding for now and
23067           has been tested against Theora cvs only. It only works when theora
23068           is compiled with --enable-static.
23069         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
23070           always reset packetno on DISCONT
23071
23072 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23073
23074         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
23075           Fix audio.
23076
23077 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23078
23079         * gst/mpegaudioparse/gstmpegaudioparse.c:
23080         (mp3_type_frame_length_from_header):
23081           Fix header parsing - stolen from ffmpeg (thank you! :) ).
23082
23083 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23084
23085         * ext/esd/esdsink.c: (gst_esdsink_init):
23086           Since we have static pad template caps, we don't need to negotiate;
23087           either the core errors out or we know the format.
23088
23089 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23090
23091         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23092         (gst_riff_read_seek):
23093         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
23094         (gst_ebml_read_seek):
23095           Fix event handling.
23096
23097 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23098
23099         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
23100           removee video/x-theora from vp3 decoder, it doesn't handle raw
23101           theora streams
23102         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
23103           fix bug with finalizing element that never went to PAUSED
23104         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
23105           length and position queries were swapped
23106         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23107         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
23108         (vorbis_dec_src_event):
23109           implement querying time and bytes
23110
23111 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23112
23113         * just about every source file:
23114           gst_element_error -> GST_ELEMENT_ERROR
23115
23116 2004-01-29  Julien MOUTTE  <julien@moutte.net>
23117
23118         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
23119         emiting FLUSH and even before DISCONT.
23120         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
23121         get the best instant seeking as possible yay!
23122
23123 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23124
23125         * gst/mpeg1videoparse/gstmp1videoparse.c:
23126         (gst_mp1videoparse_real_chain):
23127           Committed wrong version last week... Grr... Didn't notice until now.
23128
23129 2004-01-29  Julien MOUTTE <julien@moutte.net>
23130
23131         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
23132         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
23133         have_xwindow_id signal in xwindow_create.
23134
23135 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23136
23137         * ext/ogg/gstoggdemux.c:
23138           lots of changes - mainly support for chained bitstreams, seeking,
23139           querying and bugfixes of course
23140         * ext/vorbis/Makefile.am:
23141         * ext/vorbis/vorbisdec.c:
23142         * ext/vorbis/vorbisdec.h:
23143           add vorbisdec raw vorbis decoder
23144         * ext/vorbis/vorbis.c: (plugin_init):
23145           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
23146         * gst/intfloat/Makefile.am:
23147         * gst/intfloat/float22int.c:
23148         * gst/intfloat/float22int.h:
23149         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
23150           add float2intnew plugin. It converts multichannel interleaved float to
23151           multichannel interleaved int. The name should probably be changed.
23152         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
23153         (plugin_init):
23154           add typefinding for raw theora video so oggdemux can detect it.
23155
23156 2004-01-28  Julien MOUTTE  <julien@moutte.net>
23157
23158         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
23159         sink element first.
23160         * gst/videoscale/gstvideoscale.c:
23161         (gst_videoscale_handle_src_event): Fixing src event handler.
23162
23163 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23164
23165         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23166         (gst_v4lsrc_open), (gst_v4lsrc_close),
23167         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
23168         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
23169         * sys/v4l/gstv4lsrc.h:
23170         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
23171         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
23172           Implement resizing... Hack. But that's why v4l is b0rked...
23173
23174 2004-01-28  Julien MOUTTE <julien@moutte.net>
23175
23176         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
23177         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
23178         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
23179         (gst_ximagesink_xwindow_destroy):
23180         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23181         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23182         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
23183         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
23184         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
23185         correctly cleaning the image created to check xshm calls on succes,
23186         added a lot of XSync calls in X11 functions, and fixed a segfault when
23187         no image format was defined before negotiation happened.
23188
23189 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23190
23191         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
23192           use gst_element_get_time to get correct time
23193
23194 2004-01-28  Julien MOUTTE  <julien@moutte.net>
23195
23196         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23197         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
23198         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
23199         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
23200         (gst_xvimagesink_check_xshm_calls),
23201         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
23202         X plugins are now able to detect that XShm calls will fail even if the
23203         server claims that it has XShm support (remote displays most of the
23204         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
23205         so that we use non XShm functions. This feature is almost useless for
23206         xvimagesink as Xv is not supported on remote displays anyway, but
23207         it might happen than even on the local display XShm calls fail.
23208
23209 2004-01-27  David Schleef  <ds@schleef.org>
23210
23211         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
23212         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
23213         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
23214         changed esdsink to only use 44100,16,2, since esd sucks at rate
23215         conversion and esdsink has had difficulty negotiating.
23216
23217 2004-01-27  Julien MOUTTE <julien@moutte.net>
23218
23219         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
23220         (gst_play_seek_to_time): Fixing the way to get current position.
23221
23222 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23223
23224         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
23225           use gst_element_get_time to get correct time
23226
23227 2004-01-27  Julien MOUTTE <julien@moutte.net>
23228
23229         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
23230         fix ever... Inverting 2 lines of code make spider autoplug correctly
23231         tagged mp3 !
23232
23233 2004-01-27  David Schleef  <ds@schleef.org>
23234
23235         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23236         Use gst_pad_try_set_caps_nonfixed().
23237
23238 2004-01-27  David Schleef  <ds@schleef.org>
23239
23240         * gst/ac3parse/gstac3parse.c: update to checklist 5
23241         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
23242         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
23243         * gst/audioscale/gstaudioscale.c: same
23244         * gst/auparse/gstauparse.c: same
23245         * gst/avi/gstavidemux.c: same
23246
23247 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23248
23249         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
23250           stop processing after EOS
23251
23252 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23253
23254         * gst/asfdemux/asfheaders.h:
23255         * gst/asfdemux/gstasfdemux.c:
23256         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
23257         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
23258         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
23259           lot's of fixes to make data extraction simpler and get the code
23260           architecture and compiler independant. Add debugging category
23261         * gst/goom/gstgoom.c: (gst_goom_change_state):
23262           reset channel count on PAUSED=>READY, not READY=>PAUSED
23263
23264 2004-01-26  Colin Walters  <walters@verbum.org>
23265
23266         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
23267         code to pull a bigger buffer in iradio mode.  This as a side effect
23268         makes typefinding work.
23269
23270 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
23271
23272         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
23273         Fix SVQ3 decoding on PPC
23274
23275 2004-01-26  Julien MOUTTE <julien@moutte.net>
23276
23277         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
23278         that one managed to stay there... Fixed.
23279
23280 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
23281
23282         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
23283         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
23284         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
23285         (qtdemux_video_caps):
23286         * gst/qtdemux/qtdemux.h:
23287         Add SVQ3 specific flags to qtdemux and ffmpeg
23288
23289 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23290
23291         * gst-libs/gst/audio/audio.h:
23292           remove buffer-frames from audio caps
23293         * gst/audioconvert/gstaudioconvert.c:
23294           fix plugin to really work.
23295
23296 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23297
23298         * gst-libs/gst/mixer/mixer.c:
23299         * gst-libs/gst/propertyprobe/propertyprobe.c:
23300         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
23301         (gst_tuner_find_channel_by_name):
23302         * gst-libs/gst/tuner/tuner.h:
23303           Add gtk-doc style comments. Also fix a function name.
23304
23305 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23306
23307         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
23308         (gst_divxdec_negotiate):
23309           Fix for new capsnego - also fixes gst-player with divxdec.
23310
23311 2004-01-25  Julien MOUTTE  <julien@moutte.net>
23312
23313         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23314         (gst_play_identity_handoff), (gst_play_set_location),
23315         (gst_play_set_visualization), (gst_play_connect_visualization): Another
23316         try in visualization implementation. Still have an issue with switch
23317         blocking when pulling from video_queue and only audio comes out of
23318         spider.
23319         * gst/switch/gstswitch.c: (gst_switch_release_pad),
23320         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
23321         release method. And check if the pad is usable before pulling.
23322
23323 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23324
23325         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
23326         (gst_videobalance_init),
23327         (gst_videobalance_colorbalance_list_channels),
23328         (gst_videobalance_colorbalance_set_value),
23329         (gst_videobalance_colorbalance_get_value),
23330         (gst_videobalance_update_properties),
23331         (gst_videobalance_update_tables_planar411),
23332         (gst_videobalance_planar411):
23333         * gst/videofilter/gstvideobalance.h:
23334           Implement lookup-tables. +/- 10x faster.
23335
23336 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23337
23338         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23339         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
23340           The index reading was broken. The rest worked fine, but the whole
23341           goal of my rewrite was to make avidemux readable, and this was
23342           not at all readable. Please use typed variables.
23343
23344 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23345
23346         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23347           Additional pad usability check.
23348         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
23349         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
23350         (gst_mp1videoparse_real_chain):
23351           Fix MPEG video stream parsing. The original plugin had several
23352           issues, including not timestamping streams where the source was
23353           not timestamped (this happens with PTS values in mpeg system
23354           streams, but MPEG video is also a valid stream on its own so
23355           that needs timestamps too). We use the display time code for that
23356           for now. Also, if one incoming buffer contains multiple valid
23357           frames, we push them all on correctly now, including proper EOS
23358           handling. Lastly, several potential segfaults were fixed, and we
23359           properly sync on new sequence/gop headers to include them in next,
23360           not previous frames (since they're header for the next frame, not
23361           the previous). Also see #119206.
23362         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
23363         (bpf_from_header):
23364           Move caps setting so we only do it after finding several valid
23365           MPEG-1 fraes sequentially, not right after the first one (which
23366           might be coincidental).
23367         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
23368         (mpeg_video_type_find), (mpeg_video_stream_type_find),
23369         (plugin_init):
23370           Add unsynced MPEG video stream typefinding, and change some
23371           probability values so we detect streams rightly. The idea is as
23372           follows: I can have an unsynced system stream which contains
23373           video. In the current code, I would randomly get a type for either
23374           system or video stream type found, because the probabilities are
23375           being calculated rather randomly. I now use fixed values, so we
23376           always prefer system stream if that was found (and that is how it
23377           should be). If no system stream was found, we can still identity                the stream as video-only.
23378
23379 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23380
23381         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23382         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
23383           don't write to buffer. Extract data without the need of
23384           __attribute__ ((packed))
23385
23386 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23387
23388         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
23389         (mpeg1_sys_type_find):
23390           Fix MPEG-1 stream typefinding.
23391
23392 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23393
23394         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
23395           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
23396
23397 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23398
23399         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
23400         * ext/esd/gstesd.c: (plugin_init):
23401           private debugging, better error reporting
23402
23403 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23404
23405         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23406         (gst_riff_read_init), (gst_riff_read_change_state):
23407         * gst-libs/gst/riff/riff-read.h:
23408           Remove stuff fromold metadata system.
23409
23410 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23411
23412         * ext/ogg/gstoggdemux.c:
23413           Fix wrong file comment.
23414         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23415         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
23416           Add metadata reading properly.
23417
23418 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23419
23420         * ext/Makefile.am:
23421           Fix nas DIST_SUBDIRS
23422           Uraeus:
23423           Fix bug where make distcheck doesn't get run on adding stuff to
23424           the build.
23425
23426 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23427
23428         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
23429         * ext/divx/gstdivxdec.h:
23430           Fix divx3 ("msmpeg4") playback using divxdec.
23431
23432 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23433
23434         * gst/typefind/gsttypefindfunctions.c:
23435         (mp3_type_frame_length_from_header): fix bug in length computation
23436         (mp3_type_find): improve debugging output
23437
23438 2004-01-23  Julien MOUTTE  <julien@moutte.net>
23439
23440         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23441         (gst_play_set_location), (gst_play_seek_to_time),
23442         (gst_play_set_audio_sink), (gst_play_set_visualization),
23443         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
23444         the pipeline from scratch. Visualization is back and switch went out as
23445         i realized it was not possible to use the way i wanted.
23446         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
23447         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
23448         clearing in state change from READY to NULL. So that one can clean the
23449         X ressources keeping the element.
23450         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23451         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
23452         (gst_xvimagesink_colorbalance_set_value),
23453         (gst_xvimagesink_colorbalance_get_value),
23454         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
23455         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
23456         change from READY to NULL and fixed some stupid bugs in colorbalance
23457         get/set values. Also added the following feature : when nobody tries to
23458         set some values to the colorbalance levels before the xcontext is
23459         grabbed, then when creating channels list from Xv attributes we set the
23460         internal values to the Xv defaults. This way we handle buggy Xv drivers
23461         that set default hue values far from the middle of the range (Thanks
23462         to Jon Trowbridge for pointing that issue).
23463         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
23464         colorbalance levels have been set before xcontext is grabbed.
23465
23466 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23467
23468         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
23469           Fix the ossmixer case where we shouldn't open /dev/dsp* because
23470           it might block operations (which is bad for a mixer).
23471
23472 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23473
23474         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
23475         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
23476         (gmip_find_type_pre):
23477         * gst-libs/gst/media-info/media-info-priv.h:
23478         * gst-libs/gst/media-info/media-info.c:
23479         (gst_media_info_instance_init), (gst_media_info_read_idler):
23480         add fakesink to get caps on decoder src pad again
23481         fix callback prototype to match new have_type signal signature
23482
23483 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23484
23485         * gst/adder/gstadder.c: (gst_adder_link):
23486           fix non-compile and cut-n-paste code
23487
23488 2004-01-21  David Schleef  <ds@schleef.org>
23489
23490         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
23491         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
23492         (gst_swfdec_init), (gst_swfdec_change_state):
23493         * ext/swfdec/gstswfdec.h:
23494         Fix negotiation.
23495         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
23496         (gst_adder_request_new_pad): Fix negotiation.
23497         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
23498         Add a fixate function.
23499         * gst/intfloat/gstfloat2int.c:
23500         * gst/intfloat/gstfloat2int.h:
23501         * gst/intfloat/gstint2float.c:
23502         * gst/intfloat/gstint2float.h:
23503         Completely rewrite the negotiation.  Doesn't quite work yet,
23504         due to some buffer-frames problem.
23505
23506 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23507
23508         * ext/gnomevfs/gstgnomevfssrc.c:
23509         * sys/v4l2/v4l2_calls.h:
23510           fix includes for distcheck
23511
23512 2004-01-21  Christian Schaller <uraeus@gnome.org>
23513
23514         * ext/nas/
23515         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
23516         based on earlier patch from Laurent Vivier
23517
23518 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
23519
23520         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
23521         Fix wma caps property
23522         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
23523         Fix typo (flags1 and flags2)
23524
23525 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23526
23527         * gst-libs/gst/media-info/media-info-priv.c:
23528         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
23529         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
23530         (gmip_find_stream), (gmip_find_track_metadata),
23531         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
23532         (gmip_find_track_format):
23533         * gst-libs/gst/media-info/media-info-priv.h:
23534         * gst-libs/gst/media-info/media-info-test.c: (main):
23535         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
23536         (gst_media_info_read_idler), (gst_media_info_read):
23537         * gst-libs/gst/media-info/media-info.h:
23538           register debugging category and use it for debugging
23539
23540 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23541
23542         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
23543         (gst_vorbisfile_new_link):
23544           signal streaminfo through tags
23545
23546 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23547
23548         * ext/mplex/gstmplex.cc:
23549         * ext/mplex/gstmplexibitstream.cc:
23550           g++ doesn't like NULL in our i18n/error macros, should be
23551           either (NULL) or ("").
23552
23553 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23554
23555         * sys/dxr3/dxr3audiosink.c:
23556         * sys/dxr3/dxr3init.c:
23557         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
23558         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
23559           Fix more error error error errors (missing includes here).
23560
23561 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23562
23563         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23564           fix thomas' error errors.
23565
23566 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23567
23568         * ext/mpeg2enc/gstmpeg2enc.cc:
23569           fix error errors.
23570
23571 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23572
23573         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23574         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23575           Fix for new error system.
23576
23577 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23578
23579         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23580           fix for new error reporting
23581
23582 2004-01-20  David Schleef  <ds@schleef.org>
23583
23584         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23585         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
23586         (gst_ximagesink_set_xwindow_id): Change to using a framerate
23587         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
23588         and neither is 100+, most likely.
23589         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
23590         (gst_xvimagesink_getcaps): same
23591
23592 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23593
23594         * configure.ac:
23595           Up version requirement to 2.0.3 (not yet released) to avoid symbol
23596           clashes with ffmpeg.
23597
23598 2004-01-20  Julien MOUTTE  <julien@moutte.net>
23599
23600         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
23601         (gst_switch_init): Fixed switch element : proxying link and setting
23602         caps from src to sink on request.
23603
23604 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23605
23606         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23607         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
23608         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
23609         fix element_error
23610
23611 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23612
23613         * sys/v4l/v4l_calls.h:
23614         * sys/v4l2/v4l2_calls.h:
23615           element_error fixes
23616
23617 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23618
23619         * gst-libs/gst/gst-i18n-plugin.h:
23620           add locale.h
23621           remove config.h inclusion
23622
23623 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23624
23625         * autogen.sh:
23626           adding autopoint invocation
23627         * Makefile.am:
23628         * configure.ac:
23629         * gst-libs/gst/gettext.h:
23630           adding gettext bits
23631         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
23632         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
23633         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23634         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23635         (gst_gnomevfssink_close_file):
23636         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
23637         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
23638         * gst-libs/gst/gst-i18n-plugin.h:
23639         * gst/avi/gstavi.c: (plugin_init):
23640         * sys/dxr3/dxr3init.c: (plugin_init):
23641         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
23642         * sys/oss/gstossaudio.c: (plugin_init):
23643         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23644         * sys/v4l/gstv4l.c: (plugin_init):
23645         * sys/v4l/v4l_calls.c: (gst_v4l_open):
23646         * sys/v4l2/gstv4l2.c: (plugin_init):
23647         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23648         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
23649         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
23650         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
23651         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
23652         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
23653           make sure locale and translation domain are set
23654           fix translated strings
23655         * po/.cvsignore:
23656         * po/LINGUAS:
23657         * po/Makevars:
23658         * po/POTFILES.in:
23659         * po/nl.po:
23660           put translation files into place
23661         * sys/xvideo/imagetest.c: (main):
23662         * ext/dv/demo-play.c: (main):
23663           fix unnecessary translations
23664
23665 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23666
23667         * ext/sndfile/gstsf.c:
23668         * gst/avi/gstavimux.c:
23669         * ext/audiofile/gstafsink.c:
23670         * ext/audiofile/gstafsrc.c:
23671         * ext/gnomevfs/gstgnomevfssink.c:
23672         * ext/gnomevfs/gstgnomevfssrc.c:
23673         * sys/oss/gstosselement.c:
23674         * sys/v4l/v4l_calls.h:
23675           fix i18n include
23676
23677 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23678
23679         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23680         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
23681         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
23682         (gst_v4l2_get_output), (gst_v4l2_set_output),
23683         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
23684         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
23685         (gst_v4l2_set_attribute):
23686         update to new error handling
23687
23688 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23689
23690         * ext/sidplay/gstsiddec.cc:
23691         * gst/modplug/gstmodplug.cc:
23692           parenthese NULL because C++ seems angry about it
23693
23694 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23695
23696         * gst-libs/gst/gst-i18n-plugin.h:
23697           add skeleton i18n stuff, but needs to be further implemented
23698
23699 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23700
23701         * examples/gstplay/player.c: (main):
23702         * ext/aalib/gstaasink.c: (gst_aasink_open):
23703         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
23704         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23705         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23706         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
23707         (gst_afsink_close_file):
23708         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
23709         (gst_afsrc_close_file):
23710         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23711         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
23712         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
23713         * ext/esd/esdmon.c: (gst_esdmon_get):
23714         * ext/esd/esdsink.c: (gst_esdsink_chain):
23715         * ext/faac/gstfaac.c: (gst_faac_chain):
23716         * ext/faad/gstfaad.c: (gst_faad_chain):
23717         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
23718         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23719         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
23720         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
23721         (gst_flacdec_loop):
23722         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
23723         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
23724         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
23725         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23726         (gst_gnomevfssink_close_file):
23727         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23728         (gst_gnomevfssrc_open_file):
23729         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
23730         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
23731         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
23732         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
23733         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
23734         * ext/mad/gstmad.c: (gst_mad_chain):
23735         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
23736         * ext/mpeg2dec/gstmpeg2dec.c:
23737         * ext/mpeg2enc/gstmpeg2enc.cc:
23738         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23739         * ext/mplex/gstmplex.cc:
23740         * ext/mplex/gstmplexibitstream.cc:
23741         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
23742         (gst_ogg_demux_push), (gst_ogg_pad_push):
23743         * ext/raw1394/gstdv1394src.c:
23744         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
23745         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
23746         * ext/sidplay/gstsiddec.cc:
23747         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
23748         (gst_sf_loop):
23749         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
23750         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
23751         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
23752         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23753         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
23754         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
23755         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
23756         * gst-libs/gst/Makefile.am:
23757         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23758         (gst_riff_read_element_data), (gst_riff_read_seek),
23759         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
23760         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
23761         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
23762         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
23763         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
23764         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23765         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
23766         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
23767         * gst/goom/gstgoom.c: (gst_goom_chain):
23768         * gst/id3/gstid3types.c: (gst_id3types_loop):
23769         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
23770         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
23771         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
23772         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23773         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
23774         (gst_ebml_read_float), (gst_ebml_read_header):
23775         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
23776         (gst_matroska_demux_parse_blockgroup):
23777         * gst/modplug/gstmodplug.cc:
23778         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
23779         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
23780         * gst/oneton/gstoneton.c: (gst_oneton_chain):
23781         * gst/silence/gstsilence.c: (gst_silence_get):
23782         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23783         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
23784         * gst/speed/gstspeed.c: (speed_loop):
23785         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
23786         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23787         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
23788         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
23789         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
23790         (gst_wavparse_loop):
23791         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
23792         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
23793         (dxr3audiosink_close):
23794         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
23795         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
23796         (dxr3videosink_close), (dxr3videosink_write_data):
23797         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23798         * sys/oss/gstosselement.h:
23799         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
23800         (gst_osssink_chain):
23801         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23802         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23803         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
23804         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
23805         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
23806         (gst_v4l_enable_overlay):
23807         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
23808         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
23809         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
23810         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
23811         (gst_v4l_set_audio):
23812         * sys/v4l/v4l_calls.h:
23813         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23814         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
23815         (gst_v4lmjpegsink_playback_init),
23816         (gst_v4lmjpegsink_playback_start):
23817         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23818         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
23819         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
23820         (gst_v4lmjpegsrc_requeue_frame):
23821         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23822         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
23823         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
23824         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
23825         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
23826         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
23827         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
23828         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
23829         (gst_v4l2src_capture_stop):
23830         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
23831         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23832         (gst_ximagesink_chain):
23833         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
23834         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
23835         (gst_xvideosink_xwindow_new):
23836         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23837         (gst_xvimagesink_chain):
23838         use new error signal, function and categories
23839
23840 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
23841
23842         * configure.ac:
23843         * ext/Makefile.am:
23844         * ext/musicbrainz/gsttrm.c:
23845         * ext/musicbrainz/gsttrm.h:
23846         * ext/musicbrainz/Makefile.am:
23847         Add a trm plugin
23848
23849 2004-01-18  Julien MOUTTE  <julien@moutte.net>
23850
23851         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
23852         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
23853         synchronous property for debugging.
23854         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
23855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23856         (gst_xvimagesink_set_property): Moving a pointer declaration to a
23857         smaller block, fixing indent.
23858
23859 2004-01-16  David Schleef  <ds@schleef.org>
23860
23861         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
23862         property affects the video stream.
23863         * sys/xvimage/xvimagesink.c:
23864         * sys/xvimage/xvimagesink.h:
23865         Add synchronous property for debugging.  Should probably be
23866         disabled in non-CVS builds.  Make sure that the Xv attribute
23867         exists before we set it (crash!).  Fix a silly float bug that
23868         caused colorbalance to just not work.
23869
23870 2004-01-17  Christian Schaller <Uraeus@gnome.org>
23871
23872         * tools/gst-launch-ext.in - update for new plugins
23873
23874 2004-01-16  David Schleef  <ds@schleef.org>
23875
23876         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
23877         already-freed caps.
23878
23879 2994-01-16  Christian Schaller <Uraeus@gnome.org>
23880
23881         * Update spec for new colorspace plugin and libcaca plugin
23882         * Fix compilation of libcaca plugin (clock -> id)
23883
23884 2004-01-16  Julien MOUTTE <julien@moutte.net>
23885
23886         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
23887         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
23888         (gst_xvimagesink_set_xwindow_id),
23889         (gst_xvimagesink_colorbalance_set_value),
23890         (gst_xvimagesink_colorbalance_get_value),
23891         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23892         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
23893         correct colorbalance properties. They can now be set when the element
23894         is still in NULL state. The values will be committed to the Xv Port
23895         when xcontext is initialized.
23896         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
23897         brightness int values in the GstXvImagesink structure.
23898
23899 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23900
23901         * gst-libs/gst/Makefile.am:
23902           restructure so having local patches works easier.
23903
23904 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23905
23906         * ext/mpeg2enc/Makefile.am:
23907         * ext/mpeg2enc/gstmpeg2enc.cc:
23908         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23909           Bugfix with respect to EOS handling.
23910
23911 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23912
23913         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
23914           Link with right caps (else, it segfaults).
23915         * ext/mplex/gstmplexjob.cc:
23916           Fix for slight API change in 1.6.1.93 release of mjpegtools.
23917
23918 2004-01-15  David Schleef  <ds@schleef.org>
23919
23920         * gst-libs/gst/audio/Makefile.am:
23921         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
23922         from the template.
23923         * gst-libs/gst/audio/gstaudiofilter.c:
23924         * gst-libs/gst/audio/gstaudiofilter.h:
23925         Add bytes_per_sample and size and n_samples calculation.
23926         * gst-libs/gst/audio/gstaudiofilterexample.c:
23927         Remove, now autogenerated.
23928         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23929         Moved from gstaudiofilterexample, object name changed, code added
23930         so that it actually works.
23931         * gst-libs/gst/audio/make_filter:
23932         Script to build an audiofilter subclass from the template.
23933         * gst/colorspace/Makefile.am:
23934         * gst/colorspace/yuv2yuv.c:
23935         Remove file, since it's GPL, and we don't use it.
23936
23937 2004-01-15  Julien MOUTTE  <julien@moutte.net>
23938
23939         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
23941         them use the buffer free function to test how the buffer was allocated.
23942
23943 2004-01-15  David Schleef  <ds@schleef.org>
23944
23945         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
23946         that handles osssink fallback.
23947         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23948         (gst_audio_convert_getcaps):
23949         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23950         Add audio/x-qdm2 for QDM2 audio.
23951         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23952         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
23953         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23954         Decrease minimum size to 16x16.
23955         * gst/wavparse/gstwavparse.c:
23956         Convert disabled pad template caps to new caps.
23957         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23958         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23959         (gst_xvimagesink_chain): Throw element error when display cannot
23960         be opened.  Increase minimum framerate to 1.0.  Check the data
23961         free function on a buffer to make sure it is the type we expect
23962         before manipulating it.
23963
23964 2004-01-15  Julien MOUTTE <julien@moutte.net>
23965
23966         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23967         (gst_videobalance_colorbalance_set_value): Implement passthru if
23968         settings are in the middle.
23969         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
23970
23971 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23972
23973         * gst/videofilter/Makefile.am:
23974         * gst/volume/Makefile.am:
23975           Since we use videofilter symbols, link to it.
23976
23977 2004-01-15  Julien MOUTTE <julien@moutte.net>
23978
23979         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
23980         mixer interface type to HARDWARE.
23981         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
23982         type to SOFTWARE.
23983         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
23984         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
23985         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
23986         (gst_volume_interface_init), (gst_volume_list_tracks),
23987         (gst_volume_set_volume), (gst_volume_get_volume),
23988         (gst_volume_set_mute), (gst_volume_mixer_init),
23989         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
23990         (volume_init): Implementing mixer interface.
23991         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
23992         * sys/oss/gstosselement.c: (gst_osselement_get_type),
23993         (gst_osselement_change_state): Removing some trailing commas in
23994         structures.
23995         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
23996         interface type to HARDWARE.
23997         * sys/v4l/gstv4lcolorbalance.c:
23998         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
23999         type to HARDWARE.
24000         * sys/v4l2/gstv4l2colorbalance.c:
24001         (gst_v4l2_color_balance_interface_init): Setting colorbalance
24002         interface type to HARDWARE.
24003         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
24004         same code than ximagesink for event handling.
24005
24006 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24007
24008         * ext/snapshot/Makefile.am:
24009         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
24010         (gst_snapshot_chain):
24011         * ext/snapshot/gstsnapshot.h:
24012           This has to be a joke... Snapshot should be connected to a tee,
24013           colorspace element before it and EOS after that, where the other
24014           src of the tee receives normal data.
24015           The current way is *wrong*.
24016
24017 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24018
24019         * ext/hermes/gsthermescolorspace.c:
24020           Fix another compile error. Same as below.
24021
24022 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24023
24024         * gst/colorspace/gstcolorspace.c:
24025         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
24026         (gst_colorspace_i420_to_yv12):
24027           Fix compiling... Didn't test if it actually works.
24028
24029 2004-01-15  David Schleef  <ds@schleef.org>
24030
24031         * configure.ac:
24032         * gst/colorspace/Makefile.am:
24033         * gst/colorspace/gstcolorspace.c:
24034         * gst/colorspace/gstcolorspace.h:
24035         * gst/colorspace/yuv2rgb.c:
24036         * gst/colorspace/yuv2rgb.h:
24037         Duplicate the ext/hermes colorspace plugin, and remove Hermes
24038         code and GPL code.  Fix for new caps negotiation.  Rewrite
24039         much of the format handling code, and some of the conversion
24040         code.  Basically, rewrote almost everything.  This element
24041         handles I420, YV12 to RGB conversions.
24042         * ext/hermes/Makefile.am:
24043         * ext/hermes/gsthermescolorspace.c:
24044         Rename colorspace to hermescolorspace.  Fix negotiation issues.
24045         Remove non-Hermes related code.  This element handles lots of
24046         RGB to RGB conversions, but no YUV.
24047         * ext/hermes/gstcolorspace.c:
24048         * ext/hermes/gstcolorspace.h:
24049         * ext/hermes/rgb2yuv.c:
24050         * ext/hermes/yuv2rgb.c:
24051         * ext/hermes/yuv2rgb.h:
24052         * ext/hermes/yuv2rgb_mmx16.s:
24053         * ext/hermes/yuv2yuv.c:
24054         * ext/hermes/yuv2yuv.h:
24055         Remove old code.
24056
24057 2004-01-14  Colin Walters  <walters@verbum.org>
24058
24059         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
24060         they've already been.
24061
24062 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24063
24064         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
24065           assume tag mode when pad is not connected
24066
24067 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24068
24069         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24070           Don't update the time of the clock
24071         (gst_alsa_sink_loop):
24072           sync to the clock given to alsasink, not the own clock
24073         * sys/oss/gstosssink.c: (gst_osssink_chain):
24074           sync to the clock
24075         (gst_osssink_change_state):
24076           activate the clock
24077         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
24078         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
24079           remove bogus code that made DISCONT events unhandled
24080         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
24081           explicitly case to double in _set_simple. (fixes 2nd warning in bug
24082           #131502)
24083         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
24084         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
24085         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
24086           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
24087           2nd warning in bug #131502)
24088
24089 2004-01-14  Julien MOUTTE  <julien@moutte.net>
24090
24091         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
24092         (gst_videobalance_colorbalance_set_value),
24093         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
24094         for colorbalance interface implementation.
24095         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24096         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
24097         (gst_ximagesink_dispose), (gst_ximagesink_init),
24098         (gst_ximagesink_class_init): Adding DISPLAY property.
24099         * sys/ximage/ximagesink.h: Adding display_name to store display.
24100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24101         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24102         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
24103         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
24104         properties (they still need polishing though for gst-launch use : no
24105         xcontext yet, i ll do that tomorrow).
24106         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
24107
24108 2004-01-14  Julien MOUTTE  <julien@moutte.net>
24109
24110         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24111         (gst_play_set_location), (gst_play_set_visualization): Preparing
24112         switch integration, adding videobalance in the pipeline.
24113
24114 2004-01-14  Julien MOUTTE <julien@moutte.net>
24115
24116         * gst-libs/gst/colorbalance/colorbalance.c:
24117         (gst_color_balance_class_init): Adding a default type.
24118         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
24119         the type.
24120         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
24121         (gst_videobalance_dispose), (gst_videobalance_class_init),
24122         (gst_videobalance_init), (gst_videobalance_interface_supported),
24123         (gst_videobalance_interface_init),
24124         (gst_videobalance_colorbalance_list_channels),
24125         (gst_videobalance_colorbalance_set_value),
24126         (gst_videobalance_colorbalance_get_value),
24127         (gst_videobalance_colorbalance_init): Implementing colorbalance
24128         interface.
24129         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
24130         list.
24131         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
24132         bug which was triggering a BadAccess X error when setting an overlay
24133         before pad was really negotiated.
24134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
24135         Using the colorbalance type macro.
24136
24137 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24138
24139         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
24140         (gst_flacenc_chain):
24141           handle tags correctly
24142         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24143           extract ID3v1 tags correctly
24144
24145 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24146
24147         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
24148         (plugin_init):
24149           Improve matroska typefinding for odd-typed headers...
24150
24151 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24152
24153         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
24154           Fix for using incremental number on padnames.
24155
24156 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24157
24158         * ext/divx/gstdivxdec.c:
24159         * ext/divx/gstdivxenc.c:
24160           Set category to divx4linux instead of divx (too generic).
24161         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24162         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
24163         (gst_wavparse_loop), (gst_wavparse_change_state):
24164         * gst/wavparse/gstwavparse.h:
24165           fix parsing of WAV files with non-standard fmt-tag size and fix
24166           skipping of unrecognized chunks... Someone please fix this thing
24167           to use rifflib so all this is automated.
24168         * sys/v4l/Makefile.am:
24169         * sys/v4l2/Makefile.am:
24170           Add X_CFLAGS because we depend on X (for overlay).
24171
24172 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
24173
24174         * ext/mpeg2dec/gstmpeg2dec.c:
24175           Don't issue a timestamp unless we tagged the frame
24176           with a PTS.
24177
24178 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24179
24180         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
24181           Query the audio element to get the time, not the clock. We're
24182           interested in the element's time here.
24183
24184 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24185
24186         * ext/aalib/gstaasink.c: (gst_aasink_chain):
24187         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24188         * ext/esd/esdsink.c: (gst_esdsink_chain):
24189         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
24190         * ext/mas/massink.c: (gst_massink_chain):
24191         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
24192         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
24193         (gst_matroska_demux_parse_metadata):
24194         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
24195         (gst_mpeg_parse_release_locks):
24196         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
24197         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
24198         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24199         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24200         (gst_osssink_change_state):
24201         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
24202         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
24203         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
24204         (gst_xvideosink_release_locks):
24205         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
24206           use element time.
24207         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
24208         (gst_alsa_clock_stop):
24209         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
24210         (gst_audio_clock_get_internal_time):
24211           simplify for use with new clocking code.
24212         * testsuite/alsa/Makefile.am:
24213         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
24214           fix testsuite for new caps system
24215
24216 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24217
24218         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
24219         * ext/flac/gstflacenc.c: (add_one_tag):
24220           length is already host endian, no need to convert. Fixes playback of
24221           tagged files on PPC. (bug #128384)
24222
24223 2004-01-13  Julien MOUTTE <julien@moutte.net>
24224
24225         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
24226         colorbalance interface stating if it is hardware based or software
24227         based.
24228         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
24229         Removing a trailing comma.
24230         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24231         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
24232         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
24233         the documentation seems to be wrong on the -1000 to 1000 interval.
24234
24235 2004-01-12  David Schleef  <ds@schleef.org>
24236
24237         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
24238         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
24239         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
24240         Fix negotiation.  Add a bufferalloc function for the sink pad,
24241         and generally clean up some of the code.
24242
24243 2004-01-12  Julien MOUTTE <julien@moutte.net>
24244
24245         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24246         (gst_color_balance_channel_dispose): Adding safety check in dispose
24247         method.
24248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24249         (gst_xvimagesink_xcontext_clear),
24250         (gst_xvimagesink_interface_supported),
24251         (gst_xvimagesink_colorbalance_list_channels),
24252         (gst_xvimagesink_colorbalance_set_value),
24253         (gst_xvimagesink_colorbalance_get_value),
24254         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
24255         Adding colorbalance interface support to set XV parameters such as
24256         HUE, BRIGHTNESS, CONTRAST, SATURATION.
24257         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
24258         interface.
24259
24260 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24261
24262         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
24263         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
24264         (gst_audio_convert_init), (gst_audio_convert_set_property),
24265         (gst_audio_convert_get_property), (gst_audio_convert_chain),
24266         (gst_audio_convert_link),
24267         (gst_audio_convert_buffer_to_default_format),
24268         (gst_audio_convert_buffer_from_default_format), (plugin_init):
24269           - implement _getcaps and use it
24270           - improve linking
24271           - remove float caps since no float conversion is actually done
24272           - remove properties and arguments that were to be used for rate
24273             conversion
24274
24275 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24276
24277         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
24278         (gst_audio_structure_set_int):
24279         * gst-libs/gst/audio/audio.h:
24280           add helper functions for _getcaps matching the standard audio
24281           templates
24282
24283 2004-01-12  David Schleef  <ds@schleef.org>
24284
24285         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24286         Test that pad is negotiated before getting its caps.
24287
24288 2004-01-12  Julien MOUTTE <julien@moutte.net>
24289
24290         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
24291         analyzing the pads of an element the bin is mostly in READY state so
24292         no caps were negotiated. This helper function needs to work with
24293         _get_caps directly then. I was not freeing them though, added that to
24294         fix the mem leak.
24295
24296 2004-01-12  Julien MOUTTE <julien@moutte.net>
24297
24298         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
24299         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
24300         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
24301         than the free_func.
24302
24303 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24304
24305         * sys/oss/gstossaudio.c: (plugin_init):
24306         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24307         * sys/oss/gstosselement.h:
24308           make an oss debugging category
24309           make failure more descriptive
24310
24311 2004-01-11  David Schleef  <ds@schleef.org>
24312
24313         * ext/ffmpeg/gstffmpeg.c:
24314         * ext/ffmpeg/gstffmpegcodecmap.c:
24315         * ext/ffmpeg/gstffmpegdec.c:
24316         * ext/ffmpeg/gstffmpegenc.c:
24317         * ext/ffmpeg/gstffmpegprotocol.c:
24318         * ext/gdk_pixbuf/gstgdkanimation.c:
24319         * ext/jpeg/gstjpeg.c:
24320         * ext/libpng/gstpng.c:
24321         * ext/mpeg2dec/perftest.c:
24322         * ext/speex/gstspeex.c:
24323         * gst-libs/gst/resample/dtos.c:
24324         * gst/intfloat/gstintfloatconvert.c:
24325         * gst/oneton/gstoneton.c:
24326         * gst/rtjpeg/RTjpeg.c:
24327         * gst/rtp/gstrtp.c:
24328         * sys/dxr3/dxr3init.c:
24329         * sys/glsink/gstgl_nvimage.c:
24330         * sys/glsink/gstgl_pdrimage.c:
24331         * sys/glsink/gstglsink.c:
24332         * testsuite/gst-lint:
24333         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
24334
24335 2004-01-11  David Schleef  <ds@schleef.org>
24336
24337         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
24338         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
24339         * ext/gdk_pixbuf/gstgdkanimation.c:
24340         (gst_gdk_animation_iter_create_pixbuf):
24341         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
24342         (gst_gdk_pixbuf_chain):
24343         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24344         * ext/jack/gstjack.c: (gst_jack_change_state):
24345         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
24346         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
24347         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
24348         * gst/videofilter/gstvideofilter.c:
24349         (gst_videofilter_set_output_size):
24350         Remove all usage of gst_pad_get_caps(), and replace it with
24351         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
24352
24353 2004-01-11  David Schleef  <ds@schleef.org>
24354
24355         * configure.ac:
24356         * ext/Makefile.am: Fixes to make ext/libcaca compile.
24357         * ext/divx/gstdivxdec.c:
24358         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
24359         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
24360         handle images that span multiple buffers.  Now work with both
24361         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
24362         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24363         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
24364         video/video.h changes
24365         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
24366         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24367         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
24368         of GstData free function.
24369         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
24370         same.
24371
24372 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24373
24374         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
24375         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
24376         (gst_v4l2element_get_property):
24377         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
24378           add norm, channel and frequency properties.
24379         * sys/v4l2/gstv4l2tuner.c:
24380           fixes for tuner interface changes
24381         * sys/v4l2/gstv4l2element.h:
24382         * sys/v4l2/gstv4l2src.c:
24383         * sys/v4l2/gstv4l2src.h:
24384         * sys/v4l2/v4l2src_calls.c:
24385         * sys/v4l2/v4l2src_calls.h:
24386           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
24387
24388 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24389
24390         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
24391         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
24392         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
24393         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
24394         * gst-libs/gst/tuner/tuner.h:
24395           GObjects aren't const.
24396           Add find_by_name functions.
24397           Add checks to _changed functions.
24398         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
24399         (gst_v4l_tuner_get_norm):
24400           Fixes for above.
24401
24402 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24403
24404         * gst-libs/gst/video/video.h:
24405           Fix caps template names to be understandable.
24406           Prefix everything with GST_VIDEO.
24407         * ext/aalib/gstaasink.c:
24408         * ext/divx/gstdivxdec.c:
24409         * ext/divx/gstdivxenc.c:
24410         * ext/gdk_pixbuf/gstgdkpixbuf.c:
24411         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
24412         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
24413         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
24414         * ext/libcaca/gstcacasink.c:
24415         * ext/libpng/gstpngenc.c: (raw_caps_factory):
24416         * ext/snapshot/gstsnapshot.c:
24417         * ext/swfdec/gstswfdec.c:
24418         * ext/xvid/gstxviddec.c:
24419         * ext/xvid/gstxvidenc.c:
24420         * gst/chart/gstchart.c:
24421         * gst/deinterlace/gstdeinterlace.c:
24422         * gst/effectv/gsteffectv.c:
24423         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
24424         * gst/goom/gstgoom.c:
24425         * gst/median/gstmedian.c:
24426         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
24427         (gst_monoscope_srcconnect), (gst_monoscope_chain):
24428         * gst/overlay/gstoverlay.c:
24429         * gst/smooth/gstsmooth.c:
24430         * gst/smpte/gstsmpte.c:
24431         * gst/synaesthesia/gstsynaesthesia.c:
24432         * gst/videocrop/gstvideocrop.c:
24433         * gst/videodrop/gstvideodrop.c:
24434         * gst/y4m/gsty4mencode.c:
24435         * sys/qcam/gstqcamsrc.c:
24436         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
24437           Make them work with new video.h file.
24438         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24439         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
24440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24441         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
24442           Make it work with new buffer allocation system.
24443
24444 2004-01-11  Julien MOUTTE  <julien@moutte.net>
24445
24446         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
24447         pad_alloc_buffer implementation to use ->srcpad
24448         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
24449         pad_alloc_buffer implementation to use ->srcpad
24450         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
24451         pad_alloc_buffer implementation to use ->srcpad
24452         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24453         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
24454         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
24455         a reference to everything we need.
24456         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
24457         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24458         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
24459         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
24460         a reference to everything we need.
24461         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
24462
24463 2004-01-11  David Schleef  <ds@schleef.org>
24464
24465         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
24466         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
24467         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
24468         structure members.
24469         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
24470         value during a resize/renegotiation.
24471         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
24472         gst_pad_alloc_buffer();
24473         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24474         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
24475         structure members.
24476         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
24477         Fix for rename of buffer private structure members.
24478         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24479         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
24480         Fix for rename of buffer private structure members.
24481         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24482         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
24483         Fix for rename of buffer private structure members.
24484
24485 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
24486
24487         reviewed by: David Schleef <ds@schleef.org>
24488
24489         * gst/videofilter/Makefile.am:
24490         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
24491         from the patch by ds to fit in with recent make_filter changes.
24492
24493 2004-01-11  Julien MOUTTE  <julien@moutte.net>
24494
24495         * configure.ac: Adding examples/switch/Makefile
24496         * examples/Makefile.am: Adding examples/switch
24497         * examples/switch/Makefile.am: Adding switcher example.
24498         * examples/switch/switcher.c: (got_eos), (idle_iterate),
24499         (switch_timer), (main): Adding an example demonstrating switch usage
24500         with 2 videotestsrc showing different patterns.
24501         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
24502         (gst_switch_init): Fixing switch with the new caps system.
24503
24504 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24505
24506         * gst-libs/gst/video/video.h:
24507           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
24508           They should probably be like
24509           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
24510
24511 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24512
24513         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24514         (qtdemux_parse_trak):
24515           fix audio chunk size/timestamp calculation
24516
24517 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24518
24519         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
24520           fix SVQ3 caps
24521
24522 2004-01-11  Steve Baker  <steve@stevebaker.org>
24523
24524         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
24525         (gst_agingtv_base_init), (gst_agingtv_class_init),
24526         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
24527         (gst_agingtv_set_property), (gst_agingtv_get_property):
24528         Port agingTV to videofilter
24529
24530 2004-01-09  Julien MOUTTE <julien@moutte.net>
24531
24532         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
24533         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24534
24535 2004-01-09  Julien MOUTTE <julien@moutte.net>
24536
24537         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
24538         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24539         * gst-libs/gst/xoverlay/xoverlay.c:
24540         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
24541         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
24542         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24543         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24544         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24545         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24546         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24547         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
24548         the bufferalloc_function to replace bufferpools, fixing the XOverlay
24549         interface implementation to handle xid being 0 and fix some bugs
24550         triggered by Benjamin's testcase.
24551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24552         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24553         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
24554         the bufferalloc_function to replace bufferpools, fixing the XOverlay
24555         interface implementation to handle xid being 0 and fix some bugs
24556         triggered by Benjamin's testcase.
24557
24558 2004-01-09  David Schleef  <ds@schleef.org>
24559
24560         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
24561         mouse pointer events.  It works.
24562
24563 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24564
24565         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
24566           Use explicit caps - fix capsnego.
24567         * ext/xvid/gstxviddec.c:
24568         * ext/xvid/gstxvidenc.c:
24569           Remove macro-inside-macro which caused compile errors.
24570         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
24571           Error out if it's not a RIFF file. Else we error out without
24572           gst_element_error() which is not good...
24573
24574 2004-01-08  David Schleef  <ds@schleef.org>
24575
24576         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
24577         Fix pad_link function to handle formats that ffmpeg returns
24578         as multiple caps structures.
24579         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
24580         Only complain if source buffer is _smaller_ than expected.
24581         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
24582         (gst_videoscale_handle_src_event): Resize navigation events
24583         when passing them upstream.
24584         * gst/videotestsrc/gstvideotestsrc.c:
24585         * gst/videotestsrc/gstvideotestsrc.h:
24586         * gst/videotestsrc/videotestsrc.c:
24587         * gst/videotestsrc/videotestsrc.h:
24588         Rewrite many of the buffer painting functions to handle odd
24589         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
24590         been verified to work with my video card.
24591         * testsuite/gst-lint:  Add check for elements calling
24592         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
24593
24594 2004-01-08  David Schleef  <ds@schleef.org>
24595
24596         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
24597         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
24598
24599 2004-01-08  Julien MOUTTE  <julien@moutte.net>
24600
24601         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
24602         configure event is not emiting the desired size signal. That fixes
24603         aspect ratio issues with gst-player.
24604
24605 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24606
24607         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
24608           Fix capsnego.
24609
24610 2004-01-08  Julien MOUTTE  <julien@moutte.net>
24611
24612         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
24613         public method to fire size signal.
24614
24615 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24616
24617         * examples/gstplay/Makefile.am: Adding the interface library.
24618         * gst-libs/gst/play/Makefile.am: Adding the interface library.
24619         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
24620         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
24621         GST_IS_X_OVERLAY before signal connect.
24622         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
24623         Removing the have_video_size signal.
24624         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
24625         and associated public method.
24626         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24627         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
24628         signal.
24629         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
24630         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
24631         signal.
24632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
24633         Using XOverlay public method to fire size signal.
24634
24635 2004-01-07  David Schleef  <ds@schleef.org>
24636
24637         * gst/videofilter/Makefile.am:
24638         * gst/videofilter/gstvideotemplate.c:
24639         * gst/videofilter/make_filter:
24640         Create gstvideoexample.c in a srcdir!=builddir friendly way.
24641         Convert make_filter to /bin/sh script.
24642
24643 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
24644
24645         * gst/modplug/gstmodplug.cc: fix element description
24646
24647 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24648
24649         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
24650         (got_video_size): Adding some new lines in g_print calls.
24651         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24652         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
24653         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
24654         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
24655         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
24656         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
24657         Complete code review, reverting some stuff i disagree with, adding
24658         some fixes : time synchronization on invalid timestamps, renegotiation
24659         of private window.
24660         * sys/ximage/ximagesink.h:
24661         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
24662         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
24663         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
24664         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
24665         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
24666         (gst_xvimagesink_buffer_new),
24667         (gst_xvimagesink_navigation_send_event),
24668         (gst_xvimagesink_set_xwindow_id),
24669         (gst_xvimagesink_get_desired_size),
24670         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
24671         stuff i disagree with, adding some fixes : Renegotiation of private
24672         window, implementing get_desired_size.
24673
24674 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24675
24676         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
24677         (gst_afsink_handle_event):
24678         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
24679         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
24680         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
24681         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
24682         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
24683           Fix for instantiate-test (see core). Also remove dead code from
24684           jpegenc (which still needs fixing, but that's lower on my TODO
24685           list...).
24686         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
24687           Never return NULL as caps.
24688
24689 2004-01-07  David Schleef  <ds@schleef.org>
24690
24691         * configure.ac:
24692         * ext/Makefile.am:
24693         * ext/librfb/Makefile.am:
24694         * ext/librfb/gstrfbsrc.c:
24695         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
24696         is the protocol used by VNC.
24697
24698 2004-01-07  David Schleef  <ds@schleef.org>
24699
24700         * gst/videofilter/gstvideotemplate.c:
24701         * gst/videofilter/gstvideotemplate.h:
24702         * gst/videofilter/make_filter:
24703         Merge videotemplate header into source file.
24704         * gst/effectv/Makefile.am:
24705         * gst/effectv/gsteffectv.c: (plugin_init):
24706         * gst/effectv/gstwarp.c:
24707         Make warpTV a subclass of videofilter.
24708
24709 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24710
24711         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
24712           Add guard against invalid utf-8 conversions in mad. Just in case.
24713
24714 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24715
24716         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24717           Fix for bug shown by poisoning
24718
24719 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24720
24721         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24722         (gst_v4lmjpegsrc_buffer_free):
24723         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
24724         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
24725         (gst_v4lsrc_buffer_free):
24726           Fix for removed bufferpools.
24727
24728 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24729
24730         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24731         Fix caps negotiation.
24732
24733         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
24734         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
24735         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
24736         (dvdnavsrc_event):
24737         * ext/mpeg2dec/gstmpeg2dec.c:
24738         * gst-libs/gst/navigation/navigation.c:
24739         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
24740         * gst-libs/gst/navigation/navigation.h:
24741         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
24742         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
24743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
24744         Super-simple first version of mouse and keyboard events. Clicking
24745         on a DVD menu now works, although it may not take you where you
24746         expected.
24747
24748         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24749         * gst/videotestsrc/gstvideotestsrc.c:
24750         (gst_videotestsrc_src_fixate):
24751         These fixate functions were broken - they never actually
24752         fixated :)
24753
24754 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24755
24756         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
24757         (gst_icecastsend_init):
24758           fix for new caps system.
24759         * gst-libs/gst/mixer/mixertrack.h:
24760         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
24761           Add 'master track' flag (for tools like ACME that only want to
24762           change the main volume).
24763
24764 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24765
24766         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
24767         (gst_xvid_csp_to_caps):
24768         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
24769         * ext/xvid/gstxvidenc.c:
24770         ifdef out ARGB type when it isn't available
24771         in xvidcore 1.0.0beta2
24772
24773 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24774
24775         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
24776           When we have received a new SCR right in the first buffer after
24777           a seek (so in the same cycle that handles the discont), we should
24778           handle the buffer instead of unreffing it, else we lose data.
24779
24780 2004-01-06  Iain <iain@prettypeople.org>
24781
24782         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
24783           buffer-frames caps too.
24784
24785         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
24786           caps that we need, don't destroy them all and rebuild them. And when
24787           creating src pads, use the src pad template rather than the sink...
24788
24789 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24790
24791         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
24792           Add pad to element *after* setting functions such as event handler.
24793           Without this, the scheduler (opt) will link pads, set the event
24794           handler from the default event function (dispatcher in gstpad.c)
24795           and *after* that, we will set our own event function, which will
24796           thus never be used (and thus mpegdemux doesn't handle events).
24797
24798 2004-01-04  David Schleef  <ds@schleef.org>
24799
24800         Fix the fixate functions to handle new prototype:
24801         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24802         * gst/videotestsrc/gstvideotestsrc.c:
24803         (gst_videotestsrc_src_fixate):
24804         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24805         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
24806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
24807
24808 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24809
24810         * sys/ximage/ximagesink.h:
24811         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24812         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
24813         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
24814         (gst_ximagesink_xoverlay_init):
24815           assorted fixes to make (re)embedding work
24816         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
24817         (gst_ximagesink_get_desired_size):
24818           implement desired size additions to XOverlay
24819
24820 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24821
24822         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
24823         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
24824         (gst_x_overlay_got_desired_size):
24825         * gst-libs/gst/xoverlay/xoverlay.h:
24826           Add optional "desired size" signal and querying.
24827
24828 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24829
24830         * gst/matroska/matroska-demux.c:
24831         (gst_matroska_demux_parse_blockgroup):
24832           Fix EBML-laced block parsing. Diffs are relative to previous
24833           lace, not the first lace. Thanks to Mosu from the Matroska
24834           team for detecting this.
24835         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24836         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
24837         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
24838         (gst_wavparse_change_state):
24839         * gst/wavparse/gstwavparse.h:
24840           Quickfix for capsnego.
24841
24842 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24843
24844         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
24845           Fix indenting, fix pad creation.
24846
24847 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24848
24849         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
24850         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
24851         (gst_xviddec_sink_link):
24852           Implement src_getcaps() so proper size caps is negotiated.
24853
24854 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24855
24856         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
24857           Finish flac decoder on EOS. See #116178.
24858
24859 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24860
24861         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
24862         (gst_matroska_demux_add_stream):
24863         * gst/matroska/matroska-ids.h:
24864           Add getcaps() function to fix capsnego...
24865
24866 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24867
24868         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24869         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
24870         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
24871           Fix more integer overflows. Again, see #126967.
24872
24873 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24874
24875         * ext/mpeg2dec/gstmpeg2dec.c:
24876           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
24877           #130416.
24878
24879 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24880
24881         * configure.ac:
24882         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
24883         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
24884         * ext/xvid/gstxvid.h:
24885         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
24886         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
24887         (gst_xviddec_src_link), (gst_xviddec_sink_link),
24888         (gst_xviddec_change_state):
24889         * ext/xvid/gstxviddec.h:
24890         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
24891         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
24892         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
24893         (gst_xvidenc_link), (gst_xvidenc_set_property),
24894         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
24895         * ext/xvid/gstxvidenc.h:
24896           Update xvid plugin to latest xvid (1.0.0-beta3) API.
24897
24898 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24899
24900         * gst/rtp/rtp-packet.c:
24901           Add sys/types.h include, since OS X doesn't define in_addr_t
24902           in netinet/in.h, like it does on Linux (see #129600).
24903
24904 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
24905
24906         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24907
24908         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
24909           Correct logic of dispose function (see #129306).
24910
24911 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24912
24913         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
24914         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
24915         (gst_mpeg_parse_init):
24916         * gst/mpegstream/gstmpegparse.h:
24917           Remove clock (which was never provided, i.e. dead code), and
24918           also fix integer overflows at high PTS values (see #126967).
24919
24920 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24921
24922         * ext/flac/gstflacdec.c:
24923         * ext/libpng/gstpngenc.h:
24924         * ext/mikmod/gstmikmod.h:
24925           OS X fixes (see #126628).
24926
24927 2004-01-02  David Schleef  <ds@schleef.org>
24928
24929         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
24930         (gst_alsa_src_base_init): Remove bogus "src" request pad.
24931         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
24932         (gst_mpeg_parse_class_init): Move pad template registration
24933         to class_init, since the derived class (mpegdemux) doesn't
24934         want them.
24935
24936 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24937
24938         * sys/ximage/Makefile.am:
24939         * sys/xvideo/Makefile.am:
24940         * sys/xvimage/Makefile.am:
24941           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
24942           after installation (see #127664).
24943
24944 2004-01-02  David Schleef  <ds@schleef.org>
24945
24946         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
24947         (gst_ffmpegenc_connect):  Negotiation fixes.
24948         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
24949         Remove inappropriate gst_caps_free().
24950         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24951         Reenable Ronald's internal resize code, since the core handles
24952         it correctly now.
24953
24954 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24955
24956         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
24957         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
24958         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
24959           Fix pad template stuff.
24960
24961 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24962
24963         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
24964         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
24965           fix signed integer reading/writing.
24966
24967 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24968
24969         * ext/alsa/README:
24970           Remove outdated document
24971
24972 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
24973
24974         * gst/cutter/gstcutter.c: (gst_cutter_init):
24975           src pad was being created twice - oops.
24976
24977 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24978
24979         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24980           Comment out internal resize. It doesn't handle the resulting
24981           XEvent internally, does another try_set_caps() which leads to
24982           a really nice loop.
24983           Real fix will come when Julien and Dave are awake. ;).
24984
24985 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24986
24987         * ext/mpeg2enc/gstmpeg2enc.cc:
24988           fix const/nonconst compile issue.
24989
24990 2004-01-02  David Schleef  <ds@schleef.org>
24991
24992         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
24993         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
24994         Add fixate function and a check for bad formats.
24995
24996 2004-01-01  David Schleef  <ds@schleef.org>
24997
24998         Negotiation fixes:
24999         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25000         (gst_audiofilter_init):
25001         * gst/debug/efence.c: (gst_efence_init):
25002         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
25003         (gst_deinterlace_init):
25004         * gst/volume/gstvolume.c: (volume_connect):
25005
25006 2004-01-01  David Schleef  <ds@schleef.org>
25007
25008         Convert elements to use gst_pad_use_explicit_caps() where
25009         appropriate:
25010         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
25011         * ext/audiofile/gstafparse.c: (gst_afparse_init),
25012         (gst_afparse_open_file):
25013         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
25014         (gst_afsrc_open_file):
25015         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
25016         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
25017         (gst_ffmpegdec_chain):
25018         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
25019         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
25020         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
25021         (gst_gdk_pixbuf_chain):
25022         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
25023         (gst_jpegdec_chain):
25024         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
25025         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
25026         (gst_mikmod_negotiate):
25027         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25028         (gst_mpeg2dec_negotiate_format):
25029         * ext/mpeg2enc/gstmpeg2enc.cc:
25030         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
25031         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
25032         (gst_speexdec_sinkconnect):
25033         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
25034         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
25035         (gst_vorbisfile_new_link):
25036         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
25037         (gst_ac3parse_chain):
25038         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
25039         (gst_asf_demux_setup_pad):
25040         * gst/auparse/gstauparse.c: (gst_auparse_init),
25041         (gst_auparse_chain):
25042         * gst/id3/gstid3types.c: (gst_id3types_loop):
25043         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
25044         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
25045         (mp1videoparse_parse_seq):
25046         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
25047         (bpf_from_header):
25048         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25049         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
25050         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
25051         (gst_mpeg_parse_send_data):
25052         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25053         (gst_qtdemux_add_stream):
25054         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
25055         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25056         (gst_wavparse_parse_fmt):
25057
25058 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25059
25060         * configure.ac:
25061           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
25062           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
25063           it therefore uses the wrong include paths. Too bad... Note
25064           that 1.6.1.93 is not release yet. ;).
25065           Also add a check for mplex, which is now using the lib'ified
25066           mplex from mjpegtools, too.
25067         * ext/ffmpeg/gstffmpegcodecmap.c:
25068           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
25069           issues. I don't think ffmpeg handles 3ivx correctly, so this
25070           probably won't work. But it won't hurt either.
25071         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
25072         (gst_ffmpegdec_chain):
25073         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
25074         (gst_ffmpegenc_chain_audio):
25075           Fix memleak in audio encoding. Close codec if open fails, this
25076           calls the cleanup routines so we can re-use the context.
25077         * ext/mpeg2enc/gstmpeg2enc.cc:
25078           Fix pad template names/types, fix memory issue with getcaps().
25079         * ext/mpeg2enc/gstmpeg2encoder.cc:
25080         * ext/mpeg2enc/gstmpeg2encoder.hh:
25081           Fix compile issue with new caps system (const thingy).
25082         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
25083         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
25084           We read a first frame right on initing, so that we have a caps
25085           when we init the output. This caps is cached in padprivate and
25086           read as first frame.
25087         * ext/mplex/Makefile.am:
25088         * ext/mplex/gstmplex.cc:
25089         * ext/mplex/gstmplex.h:
25090         * ext/mplex/gstmplex.hh:
25091         * ext/mplex/gstmplexibitstream.cc:
25092         * ext/mplex/gstmplexibitstream.hh:
25093         * ext/mplex/gstmplexjob.cc:
25094         * ext/mplex/gstmplexjob.hh:
25095         * ext/mplex/gstmplexoutputstream.cc:
25096         * ext/mplex/gstmplexoutputstream.hh:
25097           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
25098           had issues, didn't do capsnego, supported only a subset of the
25099           mplex features and required a mplex fork in our local CVS. Plus
25100           that it worked agaist a very old mplex version. Rewriting was
25101           faster than updating it.
25102         * gst-libs/ext/Makefile.am:
25103         * gst-libs/ext/mplex/INSTRUCT:
25104         * gst-libs/ext/mplex/Makefile.am:
25105         * gst-libs/ext/mplex/README:
25106         * gst-libs/ext/mplex/TODO:
25107         * gst-libs/ext/mplex/ac3strm_in.cc:
25108         * gst-libs/ext/mplex/audiostrm.hh:
25109         * gst-libs/ext/mplex/audiostrm_out.cc:
25110         * gst-libs/ext/mplex/aunit.hh:
25111         * gst-libs/ext/mplex/bits.cc:
25112         * gst-libs/ext/mplex/bits.hh:
25113         * gst-libs/ext/mplex/buffer.cc:
25114         * gst-libs/ext/mplex/buffer.hh:
25115         * gst-libs/ext/mplex/fastintfns.h:
25116         * gst-libs/ext/mplex/format_codes.h:
25117         * gst-libs/ext/mplex/inputstrm.cc:
25118         * gst-libs/ext/mplex/inputstrm.hh:
25119         * gst-libs/ext/mplex/lpcmstrm_in.cc:
25120         * gst-libs/ext/mplex/mjpeg_logging.cc:
25121         * gst-libs/ext/mplex/mjpeg_logging.h:
25122         * gst-libs/ext/mplex/mjpeg_types.h:
25123         * gst-libs/ext/mplex/mpastrm_in.cc:
25124         * gst-libs/ext/mplex/mpegconsts.cc:
25125         * gst-libs/ext/mplex/mpegconsts.h:
25126         * gst-libs/ext/mplex/mplexconsts.hh:
25127         * gst-libs/ext/mplex/multplex.cc:
25128         * gst-libs/ext/mplex/outputstream.hh:
25129         * gst-libs/ext/mplex/padstrm.cc:
25130         * gst-libs/ext/mplex/padstrm.hh:
25131         * gst-libs/ext/mplex/stillsstream.cc:
25132         * gst-libs/ext/mplex/stillsstream.hh:
25133         * gst-libs/ext/mplex/systems.cc:
25134         * gst-libs/ext/mplex/systems.hh:
25135         * gst-libs/ext/mplex/vector.cc:
25136         * gst-libs/ext/mplex/vector.hh:
25137         * gst-libs/ext/mplex/videostrm.hh:
25138         * gst-libs/ext/mplex/videostrm_in.cc:
25139         * gst-libs/ext/mplex/videostrm_out.cc:
25140         * gst-libs/ext/mplex/yuv4mpeg.cc:
25141         * gst-libs/ext/mplex/yuv4mpeg.h:
25142         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
25143         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
25144           We don't fork mjpegtools' mplex in our CVS anymore.
25145         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
25146         (gst_avi_demux_add_stream):
25147         * gst/avi/gstavidemux.h:
25148           Add getcaps() function for proper caps nego. This makes some
25149           parts of AVI playback/reading work.
25150         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
25151           Resize window on new capsnego. This is probably wrong, but
25152           I'm still committing it because with current capsnego, the
25153           first successfull capsnego is auto-fixated, therefore rounded
25154           down to the lowest values in the caps. this results in a 16x16
25155           XWindow that is not reized when real capsnego finishes.
25156           Dave, I see more cases of this, do you know a proper solution?
25157         * tools/gst-launch-ext.in:
25158           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
25159
25160 2003-12-31  David Schleef  <ds@schleef.org>
25161
25162         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
25163         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
25164           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
25165
25166 2003-12-30  David Schleef  <ds@schleef.org>
25167
25168         * ext/ffmpeg/gstffmpegcolorspace.c:
25169         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25170         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
25171         (gst_ffmpegcsp_chain): Negotiation fixes
25172         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
25173         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25174         (gst_audio_convert_link), (gst_audio_convert_channels):
25175         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
25176         (gst_audioscale_link), (gst_audioscale_get_buffer),
25177         (gst_audioscale_chain): Negotiation fixes
25178         * gst/audioscale/gstaudioscale.h:
25179         * gst/videofilter/gstvideofilter.c:
25180         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
25181         (gst_videofilter_link), (gst_videofilter_init),
25182         (gst_videofilter_set_output_size), (gst_videofilter_setup),
25183         (gst_videofilter_find_format_by_structure):
25184         * gst/videofilter/gstvideofilter.h: Negotiation fixes
25185         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
25186         (gst_videoscale_link):
25187         * gst/videoscale/videoscale.c: (videoscale_get_structure),
25188         (videoscale_find_by_structure), (gst_videoscale_setup):
25189         * gst/videoscale/videoscale.h: Negotiation fixes
25190         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
25191         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
25192         function, restrict resizing to a multiple of 4 (hack until
25193         everyone supports odd sizes correctly).
25194
25195 2003-12-29  Colin Walters  <walters@verbum.org>
25196
25197         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
25198         signed.
25199
25200 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
25201
25202         * ext/sndfile/gstsf.c: (gst_sf_loop):
25203           Fix warning about discarding const qualifier
25204
25205 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
25206
25207         * gst/cutter/gstcutter.c:
25208         * gst/videoscale/gstvideoscale.c:
25209         * gst/volenv/gstvolenv.c:
25210         * gst-libs/gst/audio/audio.c:
25211         * gst-libs/gst/video/video.c:
25212           Fix warnings
25213
25214 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25215
25216         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
25217           Don't send ALSA debugging to stderr.
25218         * ext/alsa/gstalsa.h:
25219           Use GST_WARNING instead of g_warning when ALSA functions fail.
25220
25221 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25222
25223         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25224           Free XVAdapterInfo correctly.
25225
25226 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25227
25228         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
25229         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
25230           Make id3tag use correct caps nego.
25231
25232 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
25233
25234         * ext/ivorbis/vorbis.c:
25235         * ext/ivorbis/vorbisenc.h:
25236         * ext/ivorbis/vorbisfile.c:
25237           Modify so that it uses the new caps things
25238
25239 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25240
25241         * testsuite/spider/spider1.c: (main):
25242         * testsuite/spider/spider2.c: (main):
25243         * testsuite/spider/spider3.c: (main):
25244           Make tests compile again. They probably don't work.
25245
25246 2003-12-24  Colin Walters  <walters@verbum.org>
25247
25248         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
25249         we can't fixate the caps anymore.
25250
25251 2003-12-23  David Schleef  <ds@schleef.org>
25252
25253         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
25254         * sys/oss/gstosssink.c: (gst_osssink_init),
25255         (gst_osssink_sink_fixate): Add fixate function.
25256
25257 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25258
25259         * ext/ffmpeg/gstffmpegcodecmap.c:
25260         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
25261         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
25262         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
25263         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
25264         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
25265         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
25266         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
25267           fix typo in RGB masks, and move back to "old" colorspace
25268           capsnego code until whoever wrote this new crap has actually
25269           tested it so that it works.
25270           And yes, this works, keep it that way please.
25271
25272 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25273
25274         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
25275         (gst_divxdec_init), (gst_divxdec_negotiate):
25276         * ext/divx/gstdivxdec.h:
25277         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
25278         (gst_divxenc_init):
25279         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
25280         (gst_faac_sinkconnect), (gst_faac_srcconnect):
25281         * ext/mpeg2enc/gstmpeg2enc.cc:
25282         * ext/mpeg2enc/gstmpeg2encoder.cc:
25283         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
25284         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
25285         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
25286         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
25287         (dxr3spusink_init):
25288         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
25289         (dxr3videosink_init):
25290           Fix caps breakage after Dave's caps branch merge.
25291
25292 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25293
25294         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25295           Fix for 24bpp display.
25296
25297 2003-12-23  Colin Walters  <walters@verbum.org>
25298
25299         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
25300         a GnomeVFSHandle directly.
25301
25302 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25303
25304         * gst/volume/Makefile.am:
25305         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
25306         (volume_base_init), (volume_init):
25307           Reenable volume element and fix to work with new caps stuff.
25308           Rhythmbox needs this.
25309
25310 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25311
25312         * gst/qtdemux/qtdemux.c: (plugin_init):
25313           qtdemux requires bytestream
25314
25315 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25316
25317         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
25318           Fix remaining caps handling errors due to CAPS merge.
25319
25320 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25321
25322         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
25323         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
25324         (gst_faad_srcconnect):
25325           Port to new caps system.
25326
25327 2003-12-21  Julien MOUTTE  <julien@moutte.net>
25328
25329         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
25330         (got_video_size), (main): using g_print instead of g_message.
25331         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
25332         signal which was not emitted because of "switch" element added to the
25333         bin but not connected. (Removing from the bin temporarily)
25334
25335 2003-12-21  Julien MOUTTE  <julien@moutte.net>
25336
25337         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
25338         find X development files. I don't understand the previous tests and
25339         they fail on my debian/ppc unstable. This one works.
25340         * examples/gstplay/player.c: (main): Set the pipeline to READY before
25341         exiting.
25342         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
25343         (gst_play_set_video_sink), (gst_play_set_audio_sink),
25344         (gst_play_set_visualization): Add some safety checks in set_ methods
25345         and state_change. This was throwing some ugly CRITICAL messages when
25346         pipeline was getting disposed and casts were failing.
25347
25348 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25349
25350         * configure.ac:
25351           Improve mpeg2enc detection. This is for distributions that do
25352           ship mjpegtools, but without mpeg2enc. Also does object check
25353           for might there ever be ABI incompatibility.
25354         * ext/mpeg2enc/gstmpeg2enc.cc:
25355           Add Andrew as second maintainer (he's helping me), and also add
25356           an error if no caps was set. This happens if I pull before capsnego
25357           and that's something I should solve sometime else.
25358         * gst/matroska/matroska-demux.c:
25359         (gst_matroska_demux_parse_blockgroup):
25360           Fix time parsing.
25361         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
25362         (gst_matroska_mux_track_header):
25363           Add caps to templates.
25364         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
25365           Add mpegversion=1 to prevent confusion with MPEG/AAC.
25366         * gst/mpegstream/gstmpegdemux.c:
25367           Remove layer since it causes warnings about unfixed caps.
25368         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25369           Fix obvious typo (we error out if caps were set, we should of
25370           course error out if *no* caps were set).
25371         * sys/oss/gstosselement.c: (gst_osselement_convert):
25372           Fix format conversion, we confused bits/bytes.
25373         * sys/oss/gstosselement.h:
25374           Improve documentation for 'bps'.
25375         * sys/v4l/TODO:
25376           Remove stuff about plugins that need removing - this was done
25377           ages ago.
25378         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
25379         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
25380         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
25381         (gst_v4lsrc_src_query):
25382         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
25383         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
25384           Add get_query_types(), get_formats() and query() functions.
25385
25386 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25387
25388         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
25389           * moved CVS to freedesktop.org