back to head
[platform/upstream/gst-plugins-base.git] / ChangeLog
1 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * configure.ac:
4           back to development
5
6 === release 0.9.3 ===
7
8 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9
10         * configure.ac:
11           Releasing 0.9.3, "De Facto"
12
13 2005-10-03  Andy Wingo  <wingo@pobox.com>
14
15         * gst/playback/gstdecodebin.c (try_to_link_1)
16         (remove_element_chain): set element to NULL before removing it.
17
18 2005-10-02  Johan Dahlin  <johan@gnome.org>
19
20         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
22         MT safe.
23
24 2005-10-02  Andy Wingo  <wingo@pobox.com>
25
26         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
27         (gst_ring_buffer_prepare_read): 
28         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
29         Demote to LOG.
30
31 2005-09-29  Wim Taymans  <wim@fluendo.com>
32
33         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
34         * ext/theora/theoradec.c: (theora_handle_data_packet):
35         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
36         Propagate error codes from alloc_buffer too.
37
38 2005-09-29  Wim Taymans  <wim@fluendo.com>
39
40         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
41         We use fixed caps.
42
43         * gst/playback/Makefile.am:
44         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
45         (dump_element_stats), (main):
46         Added example stream introspection code.
47
48 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
49
50         * gst/adder/gstadder.c: (gst_adder_collected):
51           fix adder for float elements
52
53 2005-09-28  Wim Taymans  <wim@fluendo.com>
54
55         * gst-libs/gst/audio/gstbaseaudiosink.c:
56         (gst_base_audio_sink_class_init),
57         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
58         * gst-libs/gst/audio/gstbaseaudiosrc.c:
59         (gst_base_audio_src_class_init),
60         (gst_base_audio_src_provide_clock):
61         get_clock -> provide_clock
62
63 2005-09-28  Andy Wingo  <wingo@pobox.com>
64
65         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
66         and unlocking.
67
68         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
69         unlocking.
70
71         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
72         Actually add the pad template.
73         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
74
75         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
76         I'm at it...
77
78         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
79         from fdsrc. Get caps in create() instead of start() so it can be
80         interrupted. Interruption somewhat untested.
81
82         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
83         Proper EOS handling.
84
85 2005-09-27  Andy Wingo  <wingo@pobox.com>
86
87         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
88
89         * gst/tcp/gsttcpserversrc.c: Cleaned up.
90
91         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
92
93         * gst/tcp/gsttcp.h: 
94         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
95         out of tcpclientsrc.c. Cancellable.
96         (gst_tcp_socket_read): Made private, cancellable, with better
97         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
98         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
99         whole buffer, and better diagnostics.
100         (gst_tcp_gdp_read_caps): Same.
101
102         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
103
104 2005-09-26  Andy Wingo  <wingo@pobox.com>
105
106         * gst/sine/gstsinesrc.h:
107         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
108         change the 'sync' property to 'is-live' and implement it halfway,
109         update for controller api change.
110
111         * gst/volume/gstvolume.c (volume_transform_ip): Update for
112         controller api change.
113
114 2005-09-24  Wim Taymans  <wim@fluendo.com>
115
116         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
117         * gst-libs/gst/audio/gstaudiosink.c:
118         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
119         (gst_audioringbuffer_stop):
120         * gst-libs/gst/audio/gstbaseaudiosink.c:
121         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
122         (gst_base_audio_sink_change_state):
123         * gst-libs/gst/audio/gstbaseaudiosink.h:
124         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
125         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
126         (gst_ring_buffer_commit), (gst_ring_buffer_read):
127         * gst-libs/gst/audio/gstringbuffer.h:
128         Fix sync again. Moved sample alignment to basesink.
129
130 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
131
132         * docs/plugins/Makefile.am:
133         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
134         * docs/plugins/gst-plugins-base-plugins-sections.txt:
135         * gst/volume/gstvolume.c:
136           add/fix docs
137         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
138         * gst-libs/gst/audio/audio.h:
139           add conversion macros for frames <-> clocktime
140
141 2005-09-23  David Schleef  <ds@schleef.org>
142
143         * gst/audioresample/Makefile.am:
144         * gst/audioresample/debug.h:
145         * gst/audioresample/gstaudioresample.c:
146         * gst/audioresample/resample.c: Convert to using gst debugging
147
148 2005-09-22  Wim Taymans  <wim@fluendo.com>
149
150         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
151         (gst_play_bin_send_event):
152         Only seek on one sink, the first one that succeeds.
153
154 2005-09-22  Michael Smith <msmith@fluendo.com>
155
156         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
157         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
158         Don't flush encoder state unless we have an initialised encoder.
159         Clear out encoder state on PAUSED_TO_READY.
160
161 2005-09-22  Wim Taymans  <wim@fluendo.com>
162
163         * gst-libs/gst/rtp/gstbasertppayload.c:
164         (gst_basertppayload_class_init), (gst_basertppayload_init),
165         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
166         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
167         (gst_basertppayload_is_filled), (gst_basertppayload_push),
168         (gst_basertppayload_set_property),
169         (gst_basertppayload_get_property),
170         (gst_basertppayload_change_state):
171         * gst-libs/gst/rtp/gstbasertppayload.h:
172         Added max-ptime to control amount of data in the rtp packets.
173
174 2005-09-21  Andy Wingo  <wingo@pobox.com>
175
176         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
177         thingies.
178
179         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
180         can be called multiple times, dogs.
181
182 2005-09-21  Wim Taymans  <wim@fluendo.com>
183
184         * gst-libs/gst/rtp/gstbasertppayload.c:
185         (gst_basertppayload_class_init), (gst_basertppayload_init),
186         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
187         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
188         (gst_basertppayload_push), (gst_basertppayload_get_property),
189         (gst_basertppayload_change_state):
190         Allow 0 ssrc too.
191
192 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
193
194         * docs/libs/compiling.sgml:
195           fixing typos
196
197 2005-09-20  Wim Taymans  <wim@fluendo.com>
198
199         * gst-libs/gst/rtp/gstbasertppayload.c:
200         (gst_basertppayload_class_init), (gst_basertppayload_init),
201         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
202         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
203         (gst_basertppayload_push), (gst_basertppayload_set_property),
204         (gst_basertppayload_get_property),
205         (gst_basertppayload_change_state):
206         * gst-libs/gst/rtp/gstbasertppayload.h:
207         Added property to configure sequence number offsets.
208
209 2005-09-20  Wim Taymans  <wim@fluendo.com>
210
211         * gst-libs/gst/rtp/gstbasertppayload.c:
212         (gst_basertppayload_class_init), (gst_basertppayload_init),
213         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
214         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
215         (gst_basertppayload_push), (gst_basertppayload_set_property),
216         (gst_basertppayload_get_property),
217         (gst_basertppayload_change_state):
218         * gst-libs/gst/rtp/gstbasertppayload.h:
219         Make timestamp offset configurable.
220
221 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
222
223         * check/pipelines/simple_launch_lines.c: (run_pipeline):
224           fix wrong pop/unref
225
226 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
227
228         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
229
230         * gst-libs/gst/interfaces/propertyprobe.c:
231         (gst_property_probe_probe_property_name),
232         (gst_property_probe_needs_probe_name),
233         (gst_property_probe_get_values_name),
234         (gst_property_probe_probe_and_get_values_name):
235           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
236           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
237
238 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
239
240         * check/Makefile.am:
241           have some tests be disabled for valgrinding
242         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
243         (GST_START_TEST):
244         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
245           Fix A Leak.  Chain To Parent Finalize.
246
247 2005-09-19  Wim Taymans  <wim@fluendo.com>
248
249         * examples/seeking/seek.c: (make_wav_pipeline), (main):
250         Fixed wav pipeline.
251
252 2005-09-19  Wim Taymans  <wim@fluendo.com>
253
254         * gst-libs/gst/rtp/gstbasertppayload.c:
255         (gst_basertppayload_class_init), (gst_basertppayload_init),
256         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
257         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
258         (gst_basertppayload_push), (gst_basertppayload_get_property),
259         (gst_basertppayload_change_state):
260         Posting ERROR and WARNING messages is good.
261
262 2005-09-19  Wim Taymans  <wim@fluendo.com>
263
264         * gst-libs/gst/rtp/gstbasertpdepayload.c:
265         (gst_base_rtp_depayload_add_to_queue),
266         (gst_base_rtp_depayload_push),
267         (gst_base_rtp_depayload_set_gst_timestamp),
268         (gst_base_rtp_depayload_queue_release):
269         This one was not supposed to go in.
270
271 2005-09-19  Wim Taymans  <wim@fluendo.com>
272
273         * check/pipelines/simple_launch_lines.c: (run_pipeline):
274         Fix for bus API.
275
276         * gst-libs/gst/rtp/gstbasertpdepayload.c:
277         (gst_base_rtp_depayload_chain),
278         (gst_base_rtp_depayload_add_to_queue),
279         (gst_base_rtp_depayload_push),
280         (gst_base_rtp_depayload_set_gst_timestamp),
281         (gst_base_rtp_depayload_queue_release):
282         Some cleanups.
283
284         * gst-libs/gst/rtp/gstbasertppayload.c:
285         (gst_basertppayload_class_init), (gst_basertppayload_init),
286         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
287         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
288         (gst_basertppayload_get_property),
289         (gst_basertppayload_change_state):
290         Added debugging category.
291
292 2005-09-18  David Schleef  <ds@schleef.org>
293
294         * gst/playback/gstdecodebin.c: free plugin list correctly
295         * gst/playback/gstplaybin.c: emit warning if autovideosink
296           and autoaudiosink can't be found (instead of segfaulting)
297
298 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
299
300         * check/elements/audioconvert.c: (GST_START_TEST):
301           try out 24 bit conversion
302
303 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
304
305         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
306         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
307         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
308         * ext/vorbis/vorbisenc.h:
309           Fix EOS handling.  Still needs a fix in the ogg muxer to
310           mark the last page as eos.
311
312 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
313
314         * common/gtk-doc-plugins.mak:
315         * docs/plugins/Makefile.am:
316         * docs/plugins/gst-plugins-base-plugins-sections.txt:
317         * gst/ffmpegcolorspace/Makefile.am:
318         * gst/ffmpegcolorspace/avcodec.h:
319         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
320         * gst/tcp/gstmultifdsink.c:
321           fix up ffmpegcolorspace docs; extract header
322
323 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
324
325         * common/gtk-doc-plugins.mak:
326         * docs/plugins/Makefile.am:
327         * docs/plugins/gst-plugins-base-plugins-sections.txt:
328         * ext/theora/Makefile.am:
329         * ext/theora/gsttheoraenc.h:
330         * ext/theora/theoraenc.c:
331         * ext/vorbis/vorbisenc.c:
332           pick up signals and args for vorbis; add some docs for vorbis
333
334 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
335
336         * common/gstdoc-scangobj:
337         * common/gtk-doc-plugins.mak:
338         * docs/libs/Makefile.am:
339         * docs/plugins/gst-plugins-base-plugins.args:
340         * docs/plugins/gst-plugins-base-plugins.hierarchy:
341         * docs/plugins/gst-plugins-base-plugins.interfaces:
342         * docs/plugins/gst-plugins-base-plugins.prerequisites:
343         * docs/plugins/gst-plugins-base-plugins.signals:
344           only scanobj stuff from our source module.  Not sure yet
345           if that's correct, given the hierarchy stuff :)
346
347 2005-09-15  Wim Taymans  <wim@fluendo.com>
348
349         * gst/audioconvert/gstaudioconvert.c:
350         And enable 24 bits mode as well..
351
352 2005-09-15  Wim Taymans  <wim@fluendo.com>
353
354         * gst-libs/gst/rtp/Makefile.am:
355         * gst-libs/gst/rtp/gstbasertppayload.c:
356         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
357         (gst_basertppayload_class_init), (gst_basertppayload_init),
358         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
359         (gst_basertppayload_chain), (gst_basertppayload_set_options),
360         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
361         (gst_basertppayload_set_property),
362         (gst_basertppayload_get_property),
363         (gst_basertppayload_change_state):
364         * gst-libs/gst/rtp/gstbasertppayload.h:
365         Added rtp payloader base class.
366
367 2005-09-15  Andy Wingo  <wingo@pobox.com>
368
369         * configure.ac (plugindir): Remove the EOL matcher from the
370         regexp, as it causes me problems. Libtool? Make? Who knows?
371
372 2005-09-14  David Schleef  <ds@schleef.org>
373
374         * check/generic/states.c: 
375         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
376         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
377           Fixes for changes in registry API.
378
379         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
380           to GST_PLUGIN_LDFLAGS.
381         * ext/libvisual/visual.c: Make the library shut up.
382         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
383         * gst-libs/gst/audio/gstaudiofilter.c: same
384
385 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
386
387         * docs/plugins/Makefile.am:
388         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
389         * docs/plugins/inspect/plugin-libvisual.xml:
390         * docs/plugins/tmpl/element-tcpserversink.sgml:
391         * ext/theora/theoraenc.c:
392           add libvisual plugin and theoraenc element to docs
393
394 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
395
396         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
397         * docs/plugins/gst-plugins-base-plugins-sections.txt:
398         * ext/theora/theoraenc.c:
399           add theoraenc
400
401 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
402
403         * gst/audioconvert/Makefile.am:
404           Audioconvert derives from GstBaseTransform and should
405           link to the library with our base elements to avoid
406           unresolved symbols. Makes things work with MinGW (#316160)
407
408         * gst/playback/test4.c: (main):
409           Fix MinGW build problem and use g_usleep() instead of 
410           sleep() (#316162)
411
412 2005-09-12  Wim Taymans  <wim@fluendo.com>
413
414         * gst/audioconvert/audioconvert.c: (float),
415         (audio_convert_prepare_context), (audio_convert_convert):
416         * gst/audioconvert/audioconvert.h:
417         Cleanups, speedups, simplifications, added back support
418         for 24 bits.
419
420 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
421
422         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
423         * docs/plugins/gst-plugins-base-plugins-sections.txt:
424         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
425         * docs/plugins/tmpl/element-tcpserversink.sgml:
426         * gst/ffmpegcolorspace/gstffmpeg.c:
427         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
428         * gst/videotestsrc/gstvideotestsrc.c:
429         * gst/volume/gstvolume.c:
430           add more elements to the docs
431
432 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
433
434         * check/Makefile.am:
435         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
436         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
437           Add extra tests for basetransform based components. 
438           Comment out the test_element_negotiation test until we decide
439           if it's testing correct behaviour.
440         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
441         (gst_visual_chain), (gst_visual_change_state):
442           Slightly more correct but still bogus timestamping.
443           Fix state change function.
444         * gst/audioconvert/gstaudioconvert.c:
445         (gst_audio_convert_class_init):
446         * gst/audioresample/gstaudioresample.c:
447         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
448         (gst_ffmpegcsp_class_init):
449         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
450         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
451         (gst_videoscale_prepare_image):
452         * gst/volume/gstvolume.c: (gst_volume_class_init),
453         (volume_transform_ip):
454           Basetransform updates. Enable passthrough modes.
455         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
456         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
457         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
458           Negotiation fix that allows the window to return to the original
459           size and renegotiate passthrough upstream. Extra debug output.
460
461 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
462
463         * gst/sine/gstsinesrc.c:
464         * gst/volume/gstvolume.c:
465           fix up header include
466
467 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
468
469         * gst-libs/gst/audio/gstbaseaudiosink.c:
470         (gst_base_audio_sink_render):
471         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
472         * gst/volume/gstvolume.c: (gst_volume_class_init),
473         (volume_transform):
474           fixing lost sync, some more debugging
475
476 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
477
478         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
479         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
480         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
481         (gst_xvimagesink_check_xshm_calls):
482           Fix compilation when XShm is not available.
483
484 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
485
486         * ext/libvisual/visual.c: (gst_visual_dispose),
487         (gst_visual_getcaps), (gst_visual_src_setcaps),
488         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
489         (gst_visual_change_state):
490           Finish fixing up libvisual plugin so that it runs. 
491
492 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
493
494         * ext/vorbis/vorbisenc.c:
495         * gst-libs/gst/tag/gstvorbistag.c:
496           gsttaginterface.h -> gsttagsetter.h
497
498 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
499
500         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
501           added another test that failes for me (test is not active by default)
502
503 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
504
505         * configure.ac:
506           v4l2 is no longer in gst-plugins-base
507
508 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
509
510         * configure.ac:
511           In the output at the end, don't show the first plugin on the same
512           line as "Core plug-ins, always built:".
513           Indent the output as for other plugin categories
514         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
515           #define that can be used to not use peer buffer_alloc functions for
516           test purposes.
517         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
518         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
519         (gst_ximagesink_show_frame):
520         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
521         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
522         (gst_xvimagesink_show_frame):
523           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
524           fails gracefully instead of XError aborting or deadlocking.
525
526 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
527
528         * ext/libvisual/Makefile.am:
529           link against gst-base-libs
530
531 2005-09-06  David Schleef  <ds@schleef.org>
532
533         * configure.ac: Enable libvisual plugin.
534         * ext/libvisual/Makefile.am:
535         * ext/libvisual/visual.c: Fixes to make it compile.
536
537 === release 0.9.2 ===
538
539 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
540
541         * NEWS:
542         * RELEASE:
543         * configure.ac:
544         * docs/random/ChangeLog-0.8:
545           releasing 0.9.2, "Spoon"
546
547 2005-09-05  Michael Smith <msmith@fluendo.com>
548
549         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
550           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
551           that in the vorbisenc element.
552
553 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
554
555         * common/gtk-doc-plugins.mak:
556         * docs/plugins/Makefile.am:
557           fix distcheck
558         * gst/audioresample/resample.c:
559           fix wrong docstring
560
561 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
562
563         * common/gst-xmlinspect.py:
564         * common/gtk-doc-plugins.mak:
565           only inspect plugins for this given package
566           require gst-python 0.9
567
568 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
569
570         * Makefile.am:
571         * autogen.sh:
572         * common/gst-xmlinspect.py:
573         * configure.ac:
574         * docs/Makefile.am:
575         * docs/plugins/inspect/plugin-alsa.xml:
576         * docs/plugins/inspect/plugin-audioresample.xml:
577         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
578         * docs/plugins/inspect/plugin-ogg.xml:
579         * docs/plugins/tmpl/element-gnomevfssink.sgml:
580         * docs/plugins/tmpl/element-multifdsink.sgml:
581         * docs/plugins/tmpl/element-tcpserversink.sgml:
582         * docs/plugins/tmpl/element-vorbisenc.sgml:
583         * gst-plugins-base.spec.in:
584           various doc-related updates
585
586 2005-08-31  Wim Taymans  <wim@fluendo.com>
587
588         * gst-libs/gst/audio/gstbaseaudiosink.c:
589         (gst_base_audio_sink_render):
590         Resync if the buffer timestamps drift more than a 10th 
591         of a second.
592
593 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
594
595         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
596         (gst_v4lsrc_get_property):
597           The 'timestamp-offset' property is registered as an int64, so
598           let's use g_value_{set|get}_int64() in our setter and getter
599           functions (makes it work and fixes warnings with gst-inspect).
600
601 2005-08-30  Wim Taymans  <wim@fluendo.com>
602
603         * check/elements/audioconvert.c: (setup_audioconvert):
604         * check/elements/audioresample.c: (setup_audioresample):
605         * check/elements/volume.c: (setup_volume):
606         Fix checks.
607
608 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
609
610         * common/gtk-doc-plugins.mak:
611         * common/plugins.xsl:
612         * docs/plugins/Makefile.am:
613           make module a param
614
615 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
616
617         * examples/seeking/seek.c: (make_mp3_pipeline),
618         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
619         (play_cb), (pause_cb), (stop_cb):
620           update the example
621
622 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
623
624         * gst/volume/gstvolume.c: (gst_volume_class_init),
625         (volume_transform):
626           do not update controlled params, if buffer has no timestamp
627
628 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
629
630         * configure.ac:
631         * gst/sine/Makefile.am:
632         * gst/volume/Makefile.am:
633           controllerized elements also need to link against controller-libs ;)
634
635 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
636
637         * docs/libs/tmpl/gstcolorbalance.sgml:
638         * docs/libs/tmpl/gstgconf.sgml:
639         * docs/libs/tmpl/gstmixer.sgml:
640         * docs/libs/tmpl/gstringbuffer.sgml:
641         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
642         (gst_sinesrc_create):
643         * gst/volume/gstvolume.c: (gst_volume_class_init),
644         (volume_transform):
645           controllerized two audio plugins
646
647 2005-08-29  Andy Wingo  <wingo@pobox.com>
648
649         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
650         (vorbis_handle_data_packet): Fix some int overflow errors.
651
652         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
653         -1.
654         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
655         valid.
656         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
657         if it's valid. Fixed streaming-mode playback.
658
659         * check/elements/volume.c (cleanup_volume): Fix for running
660         CK_FORK=no.
661
662         * check/elements/audioconvert.c: Convert from native endian, not
663         little endian.
664
665 2005-08-29  Michael Smith <msmith@fluendo.com>
666
667         * ext/ogg/Makefile.am:
668         * ext/ogg/gstogg.c: (plugin_init):
669         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
670         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
671         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
672         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
673         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
674         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
675         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
676         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
677         Add an ogg parser element.
678
679 2005-08-28  Andy Wingo  <wingo@pobox.com>
680
681         * Updates for two-arg init from GST_BOILERPLATE_FULL.
682
683 2005-08-26  Wim Taymans  <wim@fluendo.com>
684
685         * gst/audioconvert/audioconvert.c: (if), (float),
686         (audio_convert_get_func_index), (check_default),
687         (audio_convert_clean_fmt), (audio_convert_prepare_context),
688         (audio_convert_clean_context), (audio_convert_get_sizes),
689         (audio_convert_convert):
690         Cleanups.
691
692 2005-08-26  Wim Taymans  <wim@fluendo.com>
693
694         * gst/audioconvert/audioconvert.c: (if), (float),
695         (audio_convert_get_func_index), (check_default),
696         (audio_convert_clean_fmt), (audio_convert_prepare_context),
697         (audio_convert_clean_context), (audio_convert_get_sizes),
698         (audio_convert_convert):
699         More elegant and working temp buffer selection algo.
700
701 2005-08-26  Wim Taymans  <wim@fluendo.com>
702
703         * gst/audioconvert/audioconvert.c: (if), (float),
704         (audio_convert_get_func_index), (check_default),
705         (audio_convert_clean_fmt), (audio_convert_prepare_context),
706         (audio_convert_clean_context), (audio_convert_get_sizes),
707         (get_temp_buffer), (audio_convert_convert):
708         Use realloc else we lose our original data.
709
710 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
711
712         * gst/audioresample/gstaudioresample.c:
713           use base class' newsegment to properly timestamp
714
715 2005-08-26  Wim Taymans  <wim@fluendo.com>
716
717         * gst/audioconvert/audioconvert.c: (if), (float),
718         (audio_convert_get_func_index), (check_default),
719         (audio_convert_clean_fmt), (audio_convert_prepare_context),
720         (audio_convert_clean_context), (audio_convert_get_sizes),
721         (get_temp_buffer), (audio_convert_convert):
722         * gst/audioconvert/gstaudioconvert.c:
723         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
724         (gst_audio_convert_transform_caps),
725         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
726         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
727         Oops, allocate enough space to perform the channel mix.
728
729 2005-08-26  Wim Taymans  <wim@fluendo.com>
730
731         * gst/audioconvert/Makefile.am:
732         * gst/audioconvert/audioconvert.c: (if), (float),
733         (audio_convert_get_func_index), (check_default),
734         (audio_convert_clean_fmt), (audio_convert_prepare_context),
735         (audio_convert_clean_context), (audio_convert_get_sizes),
736         (get_temp_buffer), (audio_convert_convert):
737         * gst/audioconvert/audioconvert.h:
738         * gst/audioconvert/gstaudioconvert.c:
739         (gst_audio_convert_class_init), (gst_audio_convert_init),
740         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
741         (gst_audio_convert_get_unit_size),
742         (gst_audio_convert_transform_caps),
743         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
744         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
745         * gst/audioconvert/gstaudioconvert.h:
746         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
747         (gst_channel_mix_fill_identical),
748         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
749         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
750         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
751         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
752         (gst_channel_mix_mix):
753         * gst/audioconvert/gstchannelmix.h:
754         Cleanups, librarify a bit, optimize, better negotiation and more.
755
756 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
757
758         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
759         Another from MikeS:
760         During typefinding, don't support negative offsets
761         (offsets from the end of the stream) in our typefind->peek() function
762         - nothing embedded in ogg ever needs them. However, we need to recognise
763         those requests and reject them, otherwise we return invalid pointers.
764
765 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
766
767         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
768         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
769         (vorbisdec_finalize), (vorbis_handle_type_packet):
770           Big shout-out to MikeS for fixing this giant memory leak.
771           Huzzah!
772
773 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
774
775         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
776         (audio_convert_get_unit_size):
777           plug some leaks
778
779 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
780
781         * check/Makefile.am:
782         * check/elements/audioconvert.c: (setup_audioconvert),
783         (cleanup_audioconvert), (get_int_caps), (verify_convert),
784         (GST_START_TEST), (audioconvert_suite), (main):
785           add a test for audioconvert
786         * gst/audioresample/gstaudioresample.c:
787         * gst/audioresample/gstaudioresample.h:
788           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
789           note that for buffers of 1/3 sec this means DURATION(c) is 
790           one nanosecond more than for a and b
791
792 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
793
794         * check/Makefile.am:
795         * check/elements/audioresample.c: (setup_audioresample),
796         (cleanup_audioresample), (fail_unless_perfect_stream),
797         (test_perfect_stream_instance), (GST_START_TEST),
798           add a check for audioresample
799         (audioresample_suite), (main):
800         * check/elements/volume.c: (GST_START_TEST):
801           remove unused method
802         * gst/audioresample/gstaudioresample.c:
803           set correct buffer parameters since we're changing them
804         * gst/audioresample/resample_ref.c: (resample_scale_ref):
805           add some debug
806
807 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
808
809         * gst/audioresample/debug.c:
810         * gst/audioresample/gstaudioresample.c:
811           add room for extra overlap samples when asked to transform size
812           protect against possible mem corruption and check for discrepancies
813           between written size and outbuffer's size so we can warn for
814           potential problems
815         * gst/audioresample/resample.c: (resample_init),
816         (resample_get_output_size_for_input), (resample_get_output_size),
817         (resample_set_n_channels), (resample_set_format):
818           set debug level based on RESAMPLE_DEBUG env var
819           make sure that get_output_size* returns a whole number of
820           sample_size
821           set sample_size each time either channel or format is set
822         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
823         * gst/audioresample/resample_functable.c:
824         (resample_scale_functable):
825         * gst/audioresample/resample_ref.c: (resample_scale_ref):
826           remove r->sample_size, it's done in resample.c now
827           add some debugging to the ref implementation
828           make sure we only give back bytes that are wholes of the sample
829           size
830
831 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
832         * gst/playback/gstplaybasebin.c: (fill_buffer):
833         Revert unpopular change for GST_MESSAGE_SRC to GObject.
834
835 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
836
837         * gst/volume/gstvolume.c:
838           made set_caps function static
839
840 2005-08-24  Wim Taymans  <wim@fluendo.com>
841
842         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
843         (gst_vorbisenc_change_state):
844         Stop leaking taglists.
845
846 2005-08-24  Wim Taymans  <wim@fluendo.com>
847
848         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
849         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
850         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
851         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
852         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
853         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
854         Parse seeking events better.
855         Unref static caps.
856         Generate correct newsegment events, fixes seeking in live oggs.
857
858         * ext/theora/theoradec.c: (theora_dec_src_query),
859         (theora_dec_src_event), (theora_dec_src_getcaps),
860         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
861         Use newsegment values to report correct play time.
862
863         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
864         (vorbis_dec_src_event), (vorbis_dec_sink_event):
865         * ext/vorbis/vorbisdec.h:
866         Parse and use newsegment values to report correct play time.
867
868         * gst-libs/gst/audio/gstbaseaudiosink.c:
869         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
870         Clear ringbuffer on flush.
871         Use newsegment values to calculate playback time.
872
873         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
875         Basesink does newsegment calculations for us now.
876
877 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
878
879         * check/Makefile.am:
880         * configure.ac:
881           add core's plugins to the mix so that playbin works
882         * check/generic/states.c: (GST_START_TEST):
883           set a 0 timeout on pipelines, so they don't force the next
884           state change
885         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
886         (gst_play_base_bin_change_state):
887           remove the crappy error handling and do GST error handling
888
889 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
890
891         * check/Makefile.am:
892         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
893           add same test as to core, it bitches out on playbin atm.
894
895 2005-08-24  Wim Taymans  <wim@fluendo.com>
896
897         * configure.ac:
898         Remove audioscale.
899
900 2005-08-24  Wim Taymans  <wim@fluendo.com>
901
902         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
903         (gst_videoscale_prepare_size), (parse_caps),
904         (gst_videoscale_set_caps), (gst_videoscale_get_size),
905         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
906         (gst_videoscale_transform):
907         * gst/videoscale/gstvideoscale.h:
908         Refactor, make use of BaseTranform really well.
909
910 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
911
912         * configure.ac:
913           compile audioresample
914         * gst/audioresample/Makefile.am:
915         * gst/audioresample/buffer.c:
916         * gst/audioresample/functable.c:
917         * gst/audioresample/gstaudioresample.c:
918         * gst/audioresample/gstaudioresample.h:
919         * gst/audioresample/resample.c:
920         (resample_get_output_size_for_input):
921         * gst/audioresample/resample.h:
922         * gst/audioresample/resample_chunk.c:
923         * gst/audioresample/resample_functable.c:
924         * gst/audioresample/resample_ref.c:
925           port to use basetransform; doesn't work in all cases yet
926
927 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
928
929         * gst/audioconvert/gstaudioconvert.c:
930         (gst_audio_convert_class_init), (gst_audio_convert_init),
931         (audio_convert_get_unit_size), (audio_convert_transform_caps),
932         (audio_convert_fixate_caps), (audio_convert_set_caps),
933         (audio_convert_transform),
934         (gst_audio_convert_buffer_to_default_format),
935         (gst_audio_convert_buffer_from_default_format),
936         (gst_audio_convert_channels):
937         * gst/audioconvert/gstchannelmix.c:
938         * gst/audioconvert/gstchannelmix.h:
939           port to basetransform
940         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
941         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
942         (gst_ffmpegcsp_get_unit_size):
943         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
944         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
945           fix for basetransform changes
946
947 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
948
949         * check/Makefile.am:
950           Add CHECK_CFLAGS and LDFLAGS
951
952         * gst/playback/gstplaybasebin.c: (fill_buffer):
953           GST_MESSAGE_SRC became a GObject
954
955 2005-08-24  Wim Taymans  <wim@fluendo.com>
956
957         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
958         (gst_ring_buffer_clear_all):
959         * gst-libs/gst/audio/gstringbuffer.h:
960         Added function to clear the ringbuffer.
961
962 2005-08-24  Andy Wingo  <wingo@pobox.com>
963
964         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
965         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
966         of _open and _close.
967
968         * sys/v4l/gstv4lxoverlay.h:
969         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
970         an Xv connection here, instead of all the time. Make Xv only be
971         loaded if you axe for it. Kindof a workaround for buggy behaviour
972         of Xv when using remote xservers (XvQueryExtension would block).
973         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
974         replace the _open and _close public API. Only start the xv
975         connection if necessary.
976         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
977
978 2005-08-23  David Schleef  <ds@schleef.org>
979
980         * gst/audioresample/Makefile.am: Leet audioresampling code
981         * gst/audioresample/buffer.c:
982         * gst/audioresample/buffer.h:
983         * gst/audioresample/debug.c:
984         * gst/audioresample/debug.h:
985         * gst/audioresample/functable.c:
986         * gst/audioresample/functable.h:
987         * gst/audioresample/gstaudioresample.c:
988         * gst/audioresample/gstaudioresample.h:
989         * gst/audioresample/resample.c:
990         * gst/audioresample/resample.h:
991         * gst/audioresample/resample_chunk.c:
992         * gst/audioresample/resample_functable.c:
993         * gst/audioresample/resample_ref.c:
994
995 2005-08-23  Wim Taymans  <wim@fluendo.com>
996
997         * examples/seeking/seek.c: (make_vorbis_pipeline),
998         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
999         Small seek updates.
1000
1001 2005-08-23  Andy Wingo  <wingo@pobox.com>
1002
1003         * gst-libs/gst/audio/gstbaseaudiosrc.c
1004         (gst_base_audio_src_fixate): Only fixate endianness if it is
1005         present in the caps.
1006
1007 2005-08-22  Andy Wingo  <wingo@pobox.com>
1008
1009         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
1010         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
1011         device-name property.
1012
1013         * gst-libs/gst/audio/gstaudiosrc.h:
1014         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
1015         close_device in the ring buffer, like gstaudiosink.
1016
1017         * ext/alsa/gstalsamixer.h:
1018         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
1019         macro to implement the interface without much code. Cleanups. 
1020
1021         * ext/alsa/gstalsasrc.h:
1022         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
1023         READY.
1024
1025         * ext/alsa/Makefile.am: Add new files.
1026         * ext/alsa/gstalsamixerelement.c: 
1027         * ext/alsa/gstalsamixerelement.c: Split element code out from
1028         mixer code so that alsasrc can be a mixer too.
1029
1030 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1031
1032         * check/elements/volume.c: (setup_volume), (cleanup_volume),
1033         (GST_START_TEST):
1034         * check/elements/vorbisdec.c: (setup_vorbisdec),
1035         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
1036         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1037         (vorbis_handle_identification_packet),
1038         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
1039         (vorbis_handle_header_packet), (vorbis_dec_push),
1040         (vorbis_dec_chain):
1041           use the setup/teardown methods to save code.  save code is good.
1042
1043 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1044
1045         * check/Makefile.am:
1046           add ext dir for plugins
1047           add vorbisdec test conditionally
1048         * check/elements/volume.c: (setup_volume), (cleanup_volume),
1049         (GST_START_TEST), (volume_suite):
1050           add a test with wrong caps
1051         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
1052         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
1053           add a vorbisdec test
1054         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
1055         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
1056           clean up debug output
1057         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
1058           yay, fix a segfault/security issue in vorbisdec
1059           gst-launch fakesrc ! vorbisdec wasn't happy
1060         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
1061         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
1062         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
1063         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
1064         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
1065         (gst_vorbisenc_set_metadata), (get_constraints_string),
1066         (update_start_message), (gst_vorbisenc_setup),
1067         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
1068         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
1069         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
1070         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
1071         * ext/vorbis/vorbisenc.h:
1072           march in line
1073         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1074         (gst_ffmpegcsp_transform):
1075           have the kow come home
1076         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
1077           debug my func ptr
1078         * gst/volume/gstvolume.c: (volume_set_caps):
1079           add a debug
1080
1081 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1082
1083         * Makefile.am:
1084         * check/.cvsignore:
1085         * check/Makefile.am:
1086         * check/elements/.cvsignore:
1087         * check/elements/volume.c: (chain_func), (event_func),
1088         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
1089         (main):
1090         * configure.ac:
1091           add unit test structure for gst-plugins-base
1092           add a test for volume
1093         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
1094         (gst_volume_set_volume), (gst_volume_get_volume),
1095         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
1096         (volume_funcfind), (volume_process_float), (volume_process_int16),
1097         (volume_set_caps), (volume_transform), (volume_update_mute),
1098         (volume_update_volume), (volume_set_property),
1099         (volume_get_property):
1100           document a little; use basetransform vmethod _set_caps
1101
1102 2005-08-19  Andy Wingo  <wingo@pobox.com>
1103
1104         * ext/alsa/gstalsamixertrack.h:
1105         * ext/alsa/gstalsamixertrack.c:
1106         * ext/alsa/gstalsamixeroptions.h:
1107         * ext/alsa/gstalsamixeroptions.c:
1108         * ext/alsa/gstalsamixer.h:
1109         * ext/alsa/gstalsamixer.c: Port to 0.9.
1110
1111         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
1112         Remove gstalsa.c and alsaclock. No more cruft here.
1113         
1114 2005-08-18  Wim Taymans  <wim@fluendo.com>
1115
1116         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1117         (gst_base_rtp_depayload_chain),
1118         (gst_base_rtp_depayload_add_to_queue),
1119         (gst_base_rtp_depayload_push),
1120         (gst_base_rtp_depayload_queue_release):
1121         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1122         Fix for RTPBuffer changes.
1123
1124         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
1125         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
1126         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
1127         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
1128         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
1129         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
1130         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
1131         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
1132         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
1133         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
1134         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
1135         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
1136         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
1137         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
1138         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
1139         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
1140         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
1141         (gst_rtpbuffer_get_payload):
1142         * gst-libs/gst/rtp/gstrtpbuffer.h:
1143         Don't subclass GstBuffer but add methods and helper functions
1144         to construct and manipulate RTP packets in regular GstBuffers.
1145
1146 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
1147
1148         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1149           moved statement below switch
1150         * gst/volume/gstvolume.c: (gst_volume_class_init):
1151           added debug ptr
1152
1153 2005-08-16  Wim Taymans  <wim@fluendo.com>
1154
1155         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1156         (gst_base_audio_src_change_state):
1157         Open and close device in READY<->NULL state change.
1158
1159 2005-08-16  Andy Wingo  <wingo@pobox.com>
1160
1161         * examples/seeking/Makefile.am: Don't compile non-compiling
1162         compiled objects with the compiler.
1163
1164         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
1165         elements.
1166
1167 2005-08-12  Philippe Khalaf <burger@speedy.org>
1168         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1169         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1170           Made a thread to release the queue.
1171           Removed timestamp conversion for now.
1172
1173 2005-08-10  Philippe Khalaf <burger@speedy.org>
1174         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1175         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1176           Added rtp timestamp -> gst timestamp conversion.
1177           Fixed several problems with queue.
1178
1179 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
1180
1181         * gst-libs/gst/audio/gstaudioclock.h:
1182         * gst-libs/gst/audio/gstaudiofilter.h:
1183         * gst-libs/gst/audio/gstaudiosink.h:
1184         * gst-libs/gst/audio/gstaudiosrc.h:
1185         * gst-libs/gst/audio/gstbaseaudiosink.h:
1186         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1187         * gst-libs/gst/audio/gstringbuffer.h:
1188         * gst-libs/gst/net/gstnetbuffer.h:
1189         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1190         * gst-libs/gst/rtp/gstrtpbuffer.h:
1191           Add padding (you will need to rebuild gst-plugins-base,
1192           gst-plugins and all applications afterwards!)
1193
1194 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
1195
1196         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
1197         (gst_riff_parse_chunk):
1198           Fix bug in debug message and add some more debug messages.
1199
1200 2005-08-08  Edward Hervey  <edward@fluendo.com>
1201
1202         * gst-libs/gst/riff/riff-media.c:
1203         backported updates since branch
1204
1205 2005-08-08  Andy Wingo  <wingo@pobox.com>
1206
1207         * gst-libs/gst/audio/gstbaseaudiosink.c
1208         (gst_base_audio_sink_change_state): Open the device in NULL->READY
1209         like good elements should. Close on READY->NULL too.
1210
1211         * gst-libs/gst/audio/gstaudiosink.c
1212         (gst_audioringbuffer_open_device,
1213         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
1214         (gst_audioringbuffer_release): Updates for new ring buffer API,
1215         hook into the new audio sink api.
1216
1217         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
1218         (GstAudioSinkClass.close): Just open and close the device -- no
1219         resource allocation or configuration.
1220         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
1221         vmethods, handle device setup and resource allocation.
1222
1223         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
1224         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
1225         base class API.
1226
1227         * gst-libs/gst/audio/gstringbuffer.h
1228         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
1229         New vmethods.
1230
1231         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
1232         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
1233         New API functions. The device should be opened before acquiring
1234         and closed after releasing.
1235
1236 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
1237
1238         * gst-libs/gst/interfaces/mixer.h:
1239           Reset padding to GST_PADDING.
1240
1241 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1242
1243         * gst/playback/gstplaybin.c: (remove_sinks):
1244           Remove visualization from parent explicitely; works around some
1245           apparent refcount issue that I haven't tracked down yet.
1246
1247 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1248
1249         * ext/alsa/gstalsasink.c: (set_hwparams):
1250           Assign debug category, add negotiation debug msgs.
1251
1252 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1253
1254         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
1255           Fix error code for file-not-found to NOT_FOUND.
1256
1257 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1258
1259         * common/gtk-doc-plugins.mak:
1260         * docs/plugins/Makefile.am:
1261         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1262         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1263           renamed to actual element names, so much nicer to look at
1264         * docs/plugins/tmpl/gstmultifdsink.sgml:
1265           remove
1266         * docs/plugins/tmpl/multifdsink.sgml:
1267         * docs/plugins/tmpl/tcpserversink.sgml:
1268           add
1269         * ext/alsa/gstalsa.c:
1270         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
1271         * ext/ogg/gstoggmux.c:
1272         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
1273         * gst/playback/gstdecodebin.c:
1274         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
1275         * gst/tcp/gsttcpserversink.c:
1276           various fixes and documentation additions
1277
1278 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1279
1280         * common/Makefile.am:
1281         * common/gstdoc-scangobj:
1282         * common/gtk-doc-plugins.mak:
1283         * common/gtk-doc.mak:
1284           add a custom scangobj that uses the registry
1285           add a custom gtk-doc-plugins.mak that uses it
1286           some doc build fixes
1287         * configure.ac:
1288         * docs/Makefile.am:
1289         * docs/plugins/Makefile.am:
1290         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1291         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1292         * docs/plugins/gst-plugins-base-plugins.types:
1293         * docs/plugins/tmpl/gstmultifdsink.sgml:
1294           add docs for one element, multifdsink
1295         * gst/adder/gstadder.h:
1296         * gst/volume/gstvolume.h:
1297           don't privatize enum
1298         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
1299         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
1300         (gst_sync_method_get_type), (gst_client_status_get_type),
1301         (gst_multifdsink_class_init),
1302         (gst_multifdsink_client_queue_buffer),
1303         (gst_multifdsink_handle_client_write):
1304         * gst/tcp/gstmultifdsink.h:
1305         * gst/tcp/gsttcp.h:
1306         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
1307         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
1308         (gst_tcpclientsink_render):
1309         * gst/tcp/gsttcpclientsink.h:
1310         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
1311         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
1312         (gst_tcpclientsrc_start):
1313         * gst/tcp/gsttcpclientsrc.h:
1314         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
1315         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
1316         * gst/tcp/gsttcpserversrc.h:
1317         * gst/typefind/gsttypefindfunctions.c:
1318           remove superfluous Type stuff
1319
1320 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1321
1322         * gst/playback/gstplaybin.c: (gen_video_element):
1323           Enable videoscale.
1324
1325 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1326
1327         * gst-libs/gst/gconf/gconf.c:
1328         * gst-libs/gst/gconf/gconf.h:
1329           Fix some Andy Problem [tm].
1330
1331 2005-08-04  Andy Wingo  <wingo@pobox.com>
1332
1333         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
1334         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
1335         (gst_ffmpegcsp_get_size): Adapt to API changes.
1336
1337         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
1338         Implement an in-place do-nothing transform.
1339
1340 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1341
1342         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
1343         (gst_ximagesink_renegotiate_size):
1344           Do not set new window sizes yet if we prepare a new buffer size
1345           for upstream renegotiation (software scaling) at some point in the
1346           future, because this new size waqs not actually accepted yet. Once
1347           accepted, renegotiation later on will set the new sizes just fine.
1348           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
1349           embedding testcase.
1350
1351 2005-08-03  Andy Wingo  <wingo@pobox.com>
1352
1353         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
1354         (gst_ximagesink_buffer_alloc): 
1355         Protect the height, width, and desired_caps with the pool_lock.
1356         Fixes videotestsrc ! queue ! ximagesink.
1357
1358 2005-08-02  Edward Hervey  <edward@fluendo.com>
1359
1360         * gst/volume/gstvolume.c:
1361         include left from controller cleanup
1362
1363 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
1364         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
1365           Stop collectpads before calling the parent state
1366           change function on PAUSED->READY.
1367
1368 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
1369         * configure.ac:
1370           When testing for X libs, use the X CFlags 
1371         * gst/adder/gstadder.c: (gst_adder_change_state):
1372           Stop the collectpads before calling parent state change function
1373           on PAUSED->READY, otherwise we deadlock deactivating pads.
1374
1375 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
1376
1377         * configure.ac:
1378         * docs/libs/tmpl/gstcolorbalance.sgml:
1379         * docs/libs/tmpl/gstmixer.sgml:
1380         * examples/Makefile.am:
1381         * gst/sine/Makefile.am:
1382         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
1383         (gst_sinesrc_set_property), (plugin_init):
1384         * gst/sine/gstsinesrc.h:
1385         * gst/volume/Makefile.am:
1386         * gst/volume/gstvolume.c: (gst_volume_set_volume),
1387         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
1388         (volume_process_float), (volume_process_int16),
1389         (volume_set_property), (plugin_init):
1390         * gst/volume/gstvolume.h:
1391           deactivate and remove dparams (libgstcontrol)
1392
1393 2005-07-29  Wim Taymans  <wim@fluendo.com>
1394
1395         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
1396         Convert me to BaseTransform!! help..
1397
1398 2005-07-29  Andy Wingo  <wingo@pobox.com>
1399
1400         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
1401         sinks.
1402
1403         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
1404         support of both endiannesses.
1405
1406 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
1407
1408         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
1409           Fix confusing debug message (s/event/query/)
1410
1411 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
1412
1413         * gst/videotestsrc/videotestsrc.h:
1414           Use "_stdint.h" instead of <stdint.h>
1415
1416 2005-07-27  Wim Taymans  <wim@fluendo.com>
1417
1418         * ext/vorbis/Makefile.am:
1419         Revert wrong commit.
1420
1421 2005-07-27  Wim Taymans  <wim@fluendo.com>
1422
1423         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
1424         More compilation fixen.
1425
1426 2005-07-27  Wim Taymans  <wim@fluendo.com>
1427
1428         * gst-libs/gst/audio/gstbaseaudiosink.c:
1429         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
1430         (gst_base_audio_sink_create_ringbuffer),
1431         (gst_base_audio_sink_change_state):
1432         Fix compilation.
1433
1434 2005-07-27  Wim Taymans  <wim@fluendo.com>
1435
1436         * examples/seeking/seek.c: (setup_dynamic_link),
1437         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
1438         (query_positions_elems), (query_positions_pads), (do_seek):
1439         Update seek example.
1440
1441         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
1442         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
1443         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
1444         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
1445         (gst_ogg_demux_handle_event),
1446         (gst_ogg_demux_deactivate_current_chain),
1447         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1448         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
1449         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
1450         (gst_ogg_demux_loop):
1451         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
1452         * ext/theora/theoradec.c: (theora_dec_src_event),
1453         (theora_dec_src_getcaps), (theora_dec_sink_event),
1454         (theora_dec_push), (theora_dec_chain):
1455         * ext/vorbis/Makefile.am:
1456         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
1457         (vorbis_dec_sink_event), (vorbis_dec_push),
1458         (vorbis_handle_data_packet):
1459         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
1460         (gst_vorbisenc_chain):
1461         * gst/playback/gststreaminfo.c: (cb_probe):
1462         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
1463         * gst/videorate/gstvideorate.c: (gst_videorate_event):
1464         * gst/videoscale/gstvideoscale.c:
1465         (gst_videoscale_handle_src_event):
1466         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
1467         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
1468         (gst_ximagesink_navigation_send_event):
1469         * sys/xvimage/xvimagesink.c:
1470         (gst_xvimagesink_navigation_send_event):
1471         Various event updates and cleanups
1472
1473 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1474
1475         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
1476           Fix segfault for I420/YV12.
1477
1478 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1479
1480         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
1481           Report bitrate.
1482
1483 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1484
1485         * gst/playback/gstplaybin.c: (gen_video_element),
1486         (gen_audio_element):
1487           Switch to auto*sink elements as default sinks; add volume element
1488           so that volume control in totem works.
1489
1490 2005-07-21  Wim Taymans  <wim@fluendo.com>
1491
1492         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
1493         * gst/playback/gstplaybin.c: (setup_sinks),
1494         (gst_play_bin_change_state):
1495         Refcount fix and more comments.
1496
1497 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1498
1499         * sys/ximage/Makefile.am:
1500         * sys/ximage/ximage.c: (plugin_init):
1501         * sys/ximage/ximagesink.c:
1502         Prepare for adding ximagesrc, rename of plugin to ximage etc.
1503         
1504
1505 2005-07-21  Wim Taymans  <wim@fluendo.com>
1506
1507         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
1508         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
1509         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
1510         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1511         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
1512         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
1513         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
1514         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
1515         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
1516         Generate correct disconts for live chained oggs.
1517
1518         * gst-libs/gst/audio/gstbaseaudiosink.c:
1519         (gst_base_audio_sink_render),
1520         (gst_base_audio_sink_create_ringbuffer),
1521         (gst_base_audio_sink_change_state):
1522         Handle discont math correctly.
1523
1524         * gst/playback/gstplaybin.c: (add_sink):
1525         Some small debug cleanup.
1526
1527 2005-07-21  Wim Taymans  <wim@fluendo.com>
1528
1529         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
1530         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
1531         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
1532         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1533         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
1534         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
1535         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1536         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
1537         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
1538         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
1539         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
1540         (gst_ogg_demux_change_state), (gst_ogg_print):
1541         Reorganize code to send the right disconts when in streaming
1542         mode.
1543
1544 2005-07-20  Andy Wingo  <wingo@pobox.com>
1545
1546         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
1547         fix (?), fixes a seggie mcfalterson (#310894).
1548
1549 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1550
1551         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
1552         (gst_ogg_mux_set_header_on_caps):
1553         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
1554         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
1555         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
1556         * gst-libs/gst/audio/multichannel.c:
1557         (gst_audio_set_channel_positions),
1558         (gst_audio_set_structure_channel_positions_list):
1559         * gst/playback/gstdecodebin.c: (dynamic_create):
1560         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
1561         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
1562           Fixes for API changes in core.
1563
1564 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1565
1566         * gst/playback/gstplaybasebin.c: (fill_buffer):
1567           Use _new_custom() so we can set custom message types for buffering
1568           messages.
1569
1570 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1571
1572         * configure.ac:
1573         * gst-libs/gst/Makefile.am:
1574         * gst-libs/gst/gconf/.cvsignore:
1575         * gst-libs/gst/gconf/Makefile.am:
1576         * gst-libs/gst/gconf/test-gconf.c:
1577         * pkgconfig/Makefile.am:
1578         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
1579         * pkgconfig/gstreamer-gconf.pc.in:
1580           Remove gconf stuff, use gconf elements instead from now on.
1581
1582 2005-07-20  Wim Taymans  <wim@fluendo.com>
1583
1584         * gst-libs/gst/audio/TODO:
1585         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1586         (gst_audio_clock_get_internal_time):
1587         * gst-libs/gst/audio/gstaudioclock.h:
1588         * gst-libs/gst/audio/gstbaseaudiosink.c:
1589         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
1590         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
1591         (gst_base_audio_sink_render),
1592         (gst_base_audio_sink_create_ringbuffer),
1593         (gst_base_audio_sink_change_state):
1594         Make sure the audio clock always returns an increasing value.
1595
1596 2005-07-19  Andy Wingo  <wingo@pobox.com>
1597
1598         * gst/videotestsrc/: Cleanups.
1599
1600 2005-07-19  Wim Taymans  <wim@fluendo.com>
1601
1602         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
1603         Better debugging.
1604
1605 2005-07-19  Wim Taymans  <wim@fluendo.com>
1606
1607         * examples/seeking/seek.c: (make_dv_pipeline),
1608         (make_vorbis_theora_pipeline), (query_rates),
1609         (query_positions_elems), (query_positions_pads), (do_seek):
1610         Make correct DV pipeline.
1611
1612 2005-07-18  Andy Wingo  <wingo@pobox.com>
1613
1614         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
1615         default. Also because it's the only thing that really works. (This
1616         is used in the GConf elements).
1617         Use AS_LIBTOOL_TAGS.
1618
1619 2005-07-18  Wim Taymans  <wim@fluendo.com>
1620
1621         * gst/playback/gstdecodebin.c: (remove_element_chain):
1622         * gst/playback/gstplaybin.c: (add_sink):
1623         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
1624         (gst_stream_info_set_mute):
1625         * gst/playback/gststreamselector.c:
1626         (gst_stream_selector_get_linked_pad),
1627         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
1628         More leak and compile fixes.
1629
1630 2005-07-18  Wim Taymans  <wim@fluendo.com>
1631
1632         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
1633         (query_rates), (query_positions_elems), (query_positions_pads),
1634         (do_seek), (seek_cb), (stop_seek):
1635         Updated seek example. 
1636
1637         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
1638         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
1639         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
1640         * gst/playback/gstplaybin.c: (add_sink):
1641         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
1642         (gst_stream_info_set_mute):
1643         Some refcount leak fixes.
1644
1645 2005-07-16  Wim Taymans  <wim@fluendo.com>
1646
1647         * gst-libs/gst/audio/gstbaseaudiosink.c:
1648         (gst_base_audio_sink_render):
1649         Align samples even if we have roundoff errors in the 
1650         timestamp conversion.
1651
1652 2005-07-16  Wim Taymans  <wim@fluendo.com>
1653
1654         * docs/libs/tmpl/gstringbuffer.sgml:
1655         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
1656         (query_rates), (query_positions_elems), (query_positions_pads),
1657         (update_scale), (do_seek):
1658         Updated seek example.
1659
1660         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1661         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
1662         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
1663         (gst_ogg_demux_loop):
1664         Push out correct discont values.
1665
1666         * ext/theora/theoradec.c: (theora_dec_src_convert),
1667         (theora_dec_sink_convert), (theora_dec_src_getcaps),
1668         (theora_dec_sink_event), (theora_handle_type_packet),
1669         (theora_handle_header_packet), (theora_dec_push),
1670         (theora_handle_data_packet), (theora_dec_chain),
1671         (theora_dec_change_state):
1672         Better timestamping.
1673
1674         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
1675         (vorbis_dec_sink_event), (vorbis_dec_push),
1676         (vorbis_handle_data_packet), (vorbis_dec_chain):
1677         * ext/vorbis/vorbisdec.h:
1678         Better timestamping.
1679
1680         * gst-libs/gst/audio/gstbaseaudiosink.c:
1681         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
1682         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1683         Handle syncing on timestamps instead of sample offsets. Make
1684         use of DISCONT values as described in design docs.
1685
1686         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1687         (gst_base_audio_src_get_time):
1688         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
1689         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
1690         (gst_ring_buffer_read):
1691         * gst-libs/gst/audio/gstringbuffer.h:
1692         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
1693         (gst_ximagesink_show_frame):
1694         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
1695         Correcly convert buffer timestamp to stream time.
1696
1697 2005-07-16  Wim Taymans  <wim@fluendo.com>
1698
1699         * gst/audioconvert/gstaudioconvert.c:
1700         (gst_audio_convert_get_buffer):
1701         Timestamp buffers correctly.
1702
1703         * gst/playback/gstplaybin.c: (gen_video_element):
1704         Make internal fakesink silent.
1705
1706 2005-07-15  Wim Taymans  <wim@fluendo.com>
1707
1708         * gst/ffmpegcolorspace/Makefile.am:
1709         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1710         (gst_ffmpegcsp_caps_remove_format_info),
1711         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
1712         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
1713         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
1714         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
1715         Ported ffmpegcolorspace to basetransform.
1716
1717         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
1718         * gst/volume/gstvolume.c: (volume_transform):
1719         Ported to new API.
1720
1721 2005-07-14  Wim Taymans  <wim@fluendo.com>
1722
1723         * gst/videotestsrc/Makefile.am:
1724         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
1725         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
1726         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
1727         (gst_videotestsrc_init), (gst_videotestsrc_event),
1728         (gst_videotestsrc_create), (gst_videotestsrc_start),
1729         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
1730         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
1731         (gst_videotestsrc_get_property):
1732         * gst/videotestsrc/gstvideotestsrc.h:
1733         Make videotestsrc a pushsrc.
1734
1735 2005-07-14  Wim Taymans  <wim@fluendo.com>
1736
1737         * gst/tcp/gstfdset.c: (gst_fdset_free):
1738         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1739         (gst_multifdsink_add), (gst_multifdsink_remove),
1740         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
1741         (gst_multifdsink_remove_client_link),
1742         (gst_multifdsink_client_queue_data),
1743         (gst_multifdsink_client_queue_caps),
1744         (gst_multifdsink_client_queue_buffer),
1745         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
1746         (gst_multifdsink_stop):
1747         * gst/tcp/gstmultifdsink.h:
1748         0.8 backporting.
1749
1750         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
1751         Also draw image when not from a pool.
1752
1753 2005-07-14  Wim Taymans  <wim@fluendo.com>
1754
1755         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
1756         (mute_stream), (silence_stream):
1757         Small debug additions.
1758
1759 2005-07-14  Wim Taymans  <wim@fluendo.com>
1760
1761         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
1762         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
1763         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
1764         Better error recovery, ignore unconnected pads and
1765         non-fatal errors.
1766
1767 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1768
1769         * docs/libs/tmpl/gstaudio.sgml:
1770         * docs/libs/tmpl/gstcolorbalance.sgml:
1771         * docs/libs/tmpl/gstgconf.sgml:
1772         * docs/libs/tmpl/gstmixer.sgml:
1773         * docs/libs/tmpl/gstringbuffer.sgml:
1774         * docs/libs/tmpl/gsttuner.sgml:
1775         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1776         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
1777         (gst_tcpclientsrc_class_init):
1778         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
1779         (gst_tcpserversrc_class_init):
1780         * sys/v4l/gstv4lelement.c:
1781           more autistic cleanliness in functions/names/defines
1782
1783 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1784
1785         * configure.ac:
1786           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
1787           added manually to each Makefile.am so we are sure it goes
1788           *last* and doesn't add -L flags before linking in libs of our
1789           own, like, say, internal .la libs, that then accidentally pick
1790           up the installed copy.
1791         * docs/libs/Makefile.am:
1792         * ext/alsa/Makefile.am:
1793         * ext/cdparanoia/Makefile.am:
1794         * ext/gnomevfs/Makefile.am:
1795         * ext/libvisual/Makefile.am:
1796         * ext/ogg/Makefile.am:
1797         * ext/theora/Makefile.am:
1798         * ext/vorbis/Makefile.am:
1799         * gst-libs/gst/video/Makefile.am:
1800         * gst/adder/Makefile.am:
1801         * gst/audioconvert/Makefile.am:
1802         * gst/audiorate/Makefile.am:
1803         * gst/audioscale/Makefile.am:
1804         * gst/ffmpegcolorspace/Makefile.am:
1805         * gst/playback/Makefile.am:
1806         * gst/sine/Makefile.am:
1807         * gst/subparse/Makefile.am:
1808         * gst/tags/Makefile.am:
1809         * gst/tcp/Makefile.am:
1810         * gst/typefind/Makefile.am:
1811         * gst/videorate/Makefile.am:
1812         * gst/videoscale/Makefile.am:
1813         * gst/videotestsrc/Makefile.am:
1814         * gst/volume/Makefile.am:
1815         * sys/v4l/Makefile.am:
1816         * sys/ximage/Makefile.am:
1817         * sys/xvimage/Makefile.am:
1818           adapt properly to this change. This should make sure that
1819           plugins and libs properly link to the as-yet-uninstalled
1820           copies of stuff like libgstinterfaces and libgstvideo
1821
1822 2005-07-13  Andy Wingo  <wingo@pobox.com>
1823
1824         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
1825         (gst_v4lsrc_fixate): Fixate on format as well.
1826
1827         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
1828         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
1829         buffer points to it.
1830         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
1831         rather just doing X calls ourselves. Also fixes a memleak.
1832
1833 2005-07-12  Andy Wingo  <wingo@pobox.com>
1834
1835         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
1836         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
1837         (gst_v4lsrc_create): Re-add the copy-mode property, default to
1838         TRUE to avoid deadlocks if an element holds on to our buffers.
1839
1840 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1841
1842         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1843         (gst_sinesrc_init), (gst_sinesrc_create),
1844         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
1845         (gst_sinesrc_start):
1846         * gst/sine/gstsinesrc.h:
1847           removing num-buffers property before moving it
1848
1849 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1850
1851         * configure.ac:
1852           use overridable ERROR_CFLAGS
1853         * docs/libs/gst-plugins-base-libs.types:
1854         * docs/libs/tmpl/gstringbuffer.sgml:
1855         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
1856         (gst_alsasink_class_init):
1857         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
1858         (gst_alsasrc_class_init):
1859         * gst-libs/gst/audio/audio.h:
1860         * gst-libs/gst/audio/gstaudioclock.h:
1861         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
1862         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
1863         (gst_audio_filter_link), (gst_audio_filter_init),
1864         (gst_audio_filter_chain), (gst_audio_filter_set_property),
1865         (gst_audio_filter_get_property),
1866         (gst_audio_filter_class_add_pad_templates):
1867         * gst-libs/gst/audio/gstaudiofilter.h:
1868         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1869         (gst_audio_filter_template_get_type),
1870         (gst_audio_filter_template_base_init),
1871         (gst_audio_filter_template_class_init),
1872         (gst_audio_filter_template_init),
1873         (gst_audio_filter_template_set_property),
1874         (gst_audio_filter_template_get_property), (plugin_init),
1875         (gst_audio_filter_template_setup),
1876         (gst_audio_filter_template_filter),
1877         (gst_audio_filter_template_filter_inplace):
1878         * gst-libs/gst/audio/gstaudiosink.c:
1879         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
1880         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
1881         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
1882         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
1883         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
1884         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
1885         * gst-libs/gst/audio/gstaudiosink.h:
1886         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
1887         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
1888         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
1889         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
1890         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
1891         (gst_audio_src_class_init), (gst_audio_src_init),
1892         (gst_audio_src_create_ringbuffer):
1893         * gst-libs/gst/audio/gstaudiosrc.h:
1894         * gst-libs/gst/audio/gstbaseaudiosink.c:
1895         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
1896         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
1897         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
1898         (gst_base_audio_sink_set_property),
1899         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
1900         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
1901         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
1902         (gst_base_audio_sink_create_ringbuffer),
1903         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
1904         * gst-libs/gst/audio/gstbaseaudiosink.h:
1905         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1906         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
1907         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
1908         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
1909         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
1910         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
1911         (gst_base_audio_src_event), (gst_base_audio_src_create),
1912         (gst_base_audio_src_create_ringbuffer),
1913         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
1914         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1915         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
1916         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
1917         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
1918         (gst_ring_buffer_debug_spec_caps),
1919         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
1920         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
1921         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
1922         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1923         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
1924         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
1925         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
1926         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
1927         (gst_ring_buffer_clear):
1928         * gst-libs/gst/audio/gstringbuffer.h:
1929         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
1930         (gst_video_sink_class_init), (gst_video_sink_get_type):
1931         * gst-libs/gst/video/videosink.h:
1932         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
1933         (gst_multifdsink_class_init),
1934         (gst_multifdsink_handle_client_write),
1935         (gst_multifdsink_change_state):
1936         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
1937         (gst_tcpclientsink_setcaps):
1938         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
1939         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
1940         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
1941         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
1942         (gst_ximagesink_send_pending_navigation),
1943         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
1944         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
1945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
1946         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
1947         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
1948         (gst_xvimagesink_send_pending_navigation),
1949         (gst_xvimagesink_navigation_send_event),
1950         (gst_xvimagesink_set_xwindow_id),
1951         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
1952         (gst_xvimagesink_get_type):
1953         more macro splitting
1954
1955 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1956
1957         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
1958           plug a memleak, allows me to import 1479 albums in one go
1959           in jamboree
1960         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1961         (vorbis_handle_type_packet), (vorbis_dec_chain),
1962         (vorbis_dec_change_state):
1963           fix some format strings
1964
1965 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1966
1967         * docs/libs/tmpl/gstcolorbalance.sgml:
1968         * docs/libs/tmpl/gstmixer.sgml:
1969         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
1970         (gst_alsasink_set_property), (gst_alsasink_get_property):
1971         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
1972         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
1973           add device property
1974
1975 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1976
1977         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1978         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
1979         (audiocast_register_listener), (audiocast_thread_run),
1980         (gst_gnomevfssrc_send_additional_headers_callback),
1981         (gst_gnomevfssrc_received_headers_callback),
1982         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
1983         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
1984         (gst_gnomevfssrc_get_size):
1985           add/clean up debugging
1986         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
1987           cleanups
1988
1989 2005-07-07  Andy Wingo  <wingo@pobox.com>
1990
1991         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
1992         framerate. Need to get a handle on when exactly this function is
1993         called, tho.
1994
1995         * sys/v4l/v4lsrc_calls.h:
1996         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
1997         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
1998         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
1999
2000         * sys/v4l/v4l_calls.h: Cast to V4lElement.
2001         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
2002         v4lelements are sources.
2003
2004         * sys/v4l/gstv4lxoverlay.h:
2005         * sys/v4l/gstv4lxoverlay.c:
2006         * sys/v4l/gstv4ltuner.h:
2007         * sys/v4l/gstv4ltuner.c: Header loc fixen.
2008         
2009         * sys/v4l/gstv4lsrc.h:
2010         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
2011         PushSrc/BaseSrc. Removed most sync-related properties, videorate
2012         or something should handle that. Made a live source.
2013
2014         * sys/v4l/gstv4lelement.h:
2015         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
2016         signals. Some cleanups.
2017
2018         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
2019
2020         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
2021         stuff.
2022
2023         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
2024         stuff.
2025
2026         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
2027
2028 2005-07-07  Wim Taymans  <wim@fluendo.com>
2029
2030         * ext/theora/theoradec.c: (theora_get_query_types),
2031         (theora_dec_src_getcaps), (theora_dec_push):
2032         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
2033         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
2034         Remove deprecated/unused query types.
2035
2036 2005-07-06  Wim Taymans  <wim@fluendo.com>
2037
2038         * ext/alsa/Makefile.am:
2039         * ext/alsa/gstalsaplugin.c: (plugin_init):
2040         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
2041         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
2042         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
2043         (gst_alsasrc_class_init), (gst_alsasrc_init),
2044         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
2045         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
2046         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
2047         (gst_alsasrc_reset):
2048         * ext/alsa/gstalsasrc.h:
2049         * gst-libs/gst/audio/Makefile.am:
2050         * gst-libs/gst/audio/gstaudiosink.c:
2051         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
2052         (gst_audioringbuffer_start):
2053         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
2054         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
2055         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
2056         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
2057         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
2058         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
2059         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
2060         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
2061         * gst-libs/gst/audio/gstaudiosrc.h:
2062         * gst-libs/gst/audio/gstbaseaudiosink.c:
2063         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
2064         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
2065         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
2066         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2067         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
2068         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
2069         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
2070         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
2071         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
2072         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
2073         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
2074         (gst_baseaudiosrc_change_state):
2075         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2076         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
2077         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
2078         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
2079         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
2080         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
2081         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
2082         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
2083         * gst-libs/gst/audio/gstringbuffer.h:
2084         Added audiosource base classes.
2085         Ported alsasrc, still very basic.
2086
2087 2005-07-06  Wim Taymans  <wim@fluendo.com>
2088
2089         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
2090         (theora_dec_push), (theora_handle_data_packet):
2091         Prepare for better timestamp fix later.
2092
2093         * gst/audioconvert/gstaudioconvert.c:
2094         List most accurate caps first
2095
2096         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
2097         Use proper pad task function.
2098
2099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2100         (gst_xvimagesink_show_frame):
2101         Fix deadlock when alloc failed.
2102
2103 2005-07-05  Andy Wingo  <wingo@pobox.com>
2104
2105         * ext/gnomevfs/gstgnomevfssrc.c:
2106         * gst/sine/gstsinesrc.c:
2107         * gst/tcp/gsttcpserversrc.c:
2108         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
2109
2110         * sys/v4l/: Port from 0.8.
2111
2112         * Many files: Null if we got it....
2113
2114 2005-07-05  Andy Wingo  <wingo@pobox.com>
2115
2116         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
2117         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
2118         Signedness fixes.
2119
2120 2005-07-05  Wim Taymans  <wim@fluendo.com>
2121
2122         * configure.ac:
2123         * gst/tcp/Makefile.am:
2124         * gst/tcp/README:
2125         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
2126         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
2127         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
2128         (is_sync_frame), (gst_multifdsink_handle_client_write),
2129         (gst_multifdsink_render), (gst_multifdsink_start),
2130         (gst_multifdsink_stop), (gst_multifdsink_change_state):
2131         * gst/tcp/gstmultifdsink.h:
2132         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
2133         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
2134         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2135         * gst/tcp/gsttcp.h:
2136         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
2137         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
2138         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
2139         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
2140         * gst/tcp/gsttcpclientsink.h:
2141         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
2142         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
2143         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
2144         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
2145         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
2146         * gst/tcp/gsttcpclientsrc.h:
2147         * gst/tcp/gsttcpplugin.c: (plugin_init):
2148         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
2149         * gst/tcp/gsttcpserversink.h:
2150         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
2151         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
2152         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
2153         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
2154         (gst_tcpserversrc_stop):
2155         * gst/tcp/gsttcpserversrc.h:
2156         * gst/tcp/gsttcpsink.c:
2157         * gst/tcp/gsttcpsink.h:
2158         * gst/tcp/gsttcpsrc.c:
2159         * gst/tcp/gsttcpsrc.h:
2160         Ported tcp plugins to 0.9. 
2161         
2162
2163 2005-07-05  Andy Wingo  <wingo@pobox.com>
2164
2165         * gst/playback/gstplaybasebin.c (fill_buffer):
2166         message_new_application fixen.
2167
2168         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
2169         Style fix.
2170
2171 2005-07-04  Wim Taymans  <wim@fluendo.com>
2172
2173         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
2174         Set caps on output buffer.
2175
2176 2005-07-04  Andy Wingo  <wingo@pobox.com>
2177
2178         * ext/gnomevfs/gstgnomevfssrc.c
2179         (gst_gnomevfssrc_received_headers_callback) 
2180         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
2181         hopefully.
2182
2183         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
2184         No refcount leakage.
2185
2186         * configure.ac: Enable -Werror.
2187         
2188         * ext/theora/theoradec.c (theora_dec_src_getcaps):
2189         * gst/audioconvert/bufferframesconvert.c
2190         (buffer_frames_convert_fixate):
2191         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
2192         (gst_audio_convert_fixate):
2193         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
2194         (gst_sinesrc_create): Fixate func changes.
2195         
2196         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
2197         (gst_ximagesink_buffer_alloc): Unused var.
2198
2199 2005-07-01  Andy Wingo  <wingo@pobox.com>
2200
2201         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
2202         getcaps to do explicit caps. Needs to be done in all decoders,
2203         possibly via a base class.
2204
2205         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
2206
2207         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
2208         caps on the sink pad, just rely on the pad template. Also, setting
2209         ANY caps on a pad is not valid because the caps are not fixed.
2210
2211         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
2212         caps on the buffer, and get the width from the desired_caps if
2213         they're set.
2214         (gst_ximagesink_renegotiate_size): Implement via setting the
2215         desired_caps on the ximagesink.
2216         (gst_ximagesink_setcaps): Only reset the width of the player if it
2217         wasn't already set. Not sure if this is right.
2218         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
2219
2220         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
2221         that the user wants. NULL unless the window has been resized.
2222
2223         * gst/volume/gstvolume.c (volume_transform): Adapt to
2224         basetransform refcount changes.
2225         
2226 2005-07-01  Andy Wingo  <wingo@pobox.com>
2227
2228         * gst/videoscale/gstvideoscale.c:
2229         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
2230         from BaseTransform, implements a transform_caps. Removed dead code
2231         including some PAR stuff that was never reached -- should probably
2232         be added back somehow.
2233
2234 2005-07-01  Andy Wingo  <wingo@pobox.com>
2235
2236         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
2237         come later.
2238
2239 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2240
2241         * configure.ac:
2242         * docs/libs/Makefile.am:
2243         * docs/libs/gst-plugins-libs.types:
2244         * ext/alsa/Makefile.am:
2245         * ext/alsa/gstalsamixer.h:
2246         * ext/alsa/gstalsamixeroptions.h:
2247         * ext/alsa/gstalsamixertrack.h:
2248         * gst-libs/gst/Makefile.am:
2249         * gst-libs/gst/colorbalance/.cvsignore:
2250         * gst-libs/gst/colorbalance/Makefile.am:
2251         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
2252         * gst-libs/gst/colorbalance/colorbalance.c:
2253         * gst-libs/gst/colorbalance/colorbalance.h:
2254         * gst-libs/gst/colorbalance/colorbalance.vcproj:
2255         * gst-libs/gst/colorbalance/colorbalancechannel.c:
2256         * gst-libs/gst/colorbalance/colorbalancechannel.h:
2257         * gst-libs/gst/interfaces/Makefile.am:
2258         * gst-libs/gst/interfaces/colorbalance.c:
2259         (gst_color_balance_class_init):
2260         * gst-libs/gst/interfaces/colorbalance.h:
2261         * gst-libs/gst/interfaces/interfaces-marshal.list:
2262         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
2263         * gst-libs/gst/interfaces/mixer.h:
2264         * gst-libs/gst/interfaces/mixeroptions.h:
2265         * gst-libs/gst/interfaces/navigation.c:
2266         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
2267         * gst-libs/gst/interfaces/tuner.h:
2268         * gst/volume/Makefile.am:
2269         * gst/volume/gstvolume.c:
2270         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
2271         * sys/ximage/Makefile.am:
2272         * sys/ximage/ximagesink.c:
2273         * sys/xvimage/Makefile.am:
2274         * sys/xvimage/xvimagesink.c:
2275           fold in all interfaces into an interfaces dir, preserving CVS
2276           history
2277
2278 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2279
2280         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2281           Fix build after riff changes.
2282
2283 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2284
2285         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2286         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
2287         (gst_riff_create_video_template_caps),
2288         (gst_riff_create_audio_template_caps),
2289         (gst_riff_create_iavs_template_caps):
2290         * gst-libs/gst/riff/riff-media.h:
2291         * gst-libs/gst/riff/riff-read.h:
2292         * gst-libs/gst/riff/riff.c: (gst_riff_init):
2293           Add gst_riff_init() to initialize the debug category, instead
2294           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
2295
2296 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2297
2298         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
2299           Oops, I shouldn't apply hacks.
2300
2301 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2302
2303         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
2304           Remove pad_loop function which doesn't work.
2305
2306 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2307
2308         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
2309           Send EOS when deactivating.
2310         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2311         (check_queue), (queue_threshold_reached), (queue_out_of_data),
2312         (gen_preroll_element), (probe_triggered), (mute_stream),
2313         (silence_stream), (new_decoded_pad), (setup_substreams),
2314         (set_active_source):
2315         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
2316         (remove_sinks), (add_sink):
2317         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
2318           Change for new probe API.
2319
2320 2005-06-29  Wim Taymans  <wim@fluendo.com>
2321
2322         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
2323         * gst-libs/gst/audio/gstbaseaudiosink.c:
2324         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
2325         (gst_baseaudiosink_change_state):
2326         * gst-libs/gst/audio/gstbaseaudiosink.h:
2327         * gst-libs/gst/audio/gstringbuffer.c:
2328         (gst_ringbuffer_set_callback):
2329         Fix compilation error.
2330         Ringbuffer starts out as not running.
2331         Free our clock in dispose.
2332         When releasing the ringbuffer we need to renegotiate so
2333         clear the pad caps.
2334
2335 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2336
2337         * autogen.sh:
2338         * configure.ac:
2339         * docs/Makefile.am:
2340         * docs/libs/Makefile.am:
2341         * docs/libs/gst-plugins-libs-docs.sgml:
2342         * docs/libs/gst-plugins-libs-sections.txt:
2343         * docs/libs/gst-plugins-libs.types:
2344         * docs/libs/tmpl/gstaudio.sgml:
2345         * docs/libs/tmpl/gstcolorbalance.sgml:
2346         * docs/libs/tmpl/gstringbuffer.sgml:
2347         * gst-libs/gst/audio/gstringbuffer.c:
2348         (gst_ringbuffer_set_callback):
2349           reinstate gtk-doc docs for plugin libs
2350
2351 2005-06-28  Wim Taymans  <wim@fluendo.com>
2352
2353         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2354         (gst_ogg_demux_init):
2355         Removed pad loop function.
2356
2357 2005-06-28  Wim Taymans  <wim@fluendo.com>
2358
2359         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
2360         If we're building a chain we are not in an error case
2361         when we queue a buffer.
2362
2363 2005-06-28  Andy Wingo  <wingo@pobox.com>
2364
2365         * *.c: Don't cast to GstObject before reffing/unreffing.
2366
2367 2005-06-27  Andy Wingo  <wingo@pobox.com>
2368
2369         * gst/videotestsrc/gstvideotestsrc.c
2370         (gst_videotestsrc_activate_push): Activation API changes.
2371
2372         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
2373         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
2374         they have refs on the decodebin.
2375
2376         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
2377         parent class.
2378         (gst_ogg_pad_typefind): Don't leak a pad ref.
2379         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
2380         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
2381         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
2382
2383 2005-06-27  Edward Hervey  <edward@fluendo.com>
2384
2385         * ext/theora/theoradec.c: (theora_dec_change_state): 
2386         re-arranged call to parent's state change in order to avoid locks (or
2387         worse).
2388
2389 2005-06-26  Edward Hervey  <edward@fluendo.com>
2390
2391         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2392         2nd argument of 'unknow-type' signal is a GstCaps and not a
2393         GstMiniObject
2394
2395 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
2396         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2397           Set the worker thread's running flag to TRUE before starting the
2398           thread.
2399         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
2400           Catch a failure to add typefind to the bin.
2401
2402 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2403
2404         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2405         (gst_sinesrc_init), (gst_sinesrc_create),
2406         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
2407         (gst_sinesrc_start):
2408         * gst/sine/gstsinesrc.h:
2409           add num-buffers and timestamp-offset properties
2410         * gst/videotestsrc/gstvideotestsrc.c:
2411         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
2412         (gst_videotestsrc_get_property):
2413           add timestamp-offset property
2414
2415 2005-06-23  Christian Schaller  <uraeus@gnome.org>
2416
2417         * configure.ac: add videorate
2418         * gst-plugins-base.spec.in: add videorate
2419
2420 2005-06-23  Wim Taymans  <wim@fluendo.com>
2421
2422         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
2423         (gst_videorate_getcaps), (gst_videorate_setcaps),
2424         (gst_videorate_event), (gst_videorate_chain):
2425         Fixed videorate, fixating an already fixated caps is not
2426         an error.
2427
2428 2005-06-23  Wim Taymans  <wim@fluendo.com>
2429
2430         * ext/ogg/README:
2431         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
2432         Buffer on caps is not boxed anymore.
2433
2434 2005-06-22  Wim Taymans  <wim@fluendo.com>
2435
2436         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
2437         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
2438         Set buffers on caps as miniobjects and not as boxed.
2439
2440 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2441
2442         * configure.ac:
2443           back to HEAD
2444
2445 === release 0.9.1 ===
2446
2447 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2448
2449         * .cvsignore:
2450         * NEWS:
2451         * README:
2452         * RELEASE:
2453         * configure.ac:
2454         * po/af.po:
2455         * po/az.po:
2456         * po/cs.po:
2457         * po/en_GB.po:
2458         * po/hu.po:
2459         * po/it.po:
2460         * po/nb.po:
2461         * po/nl.po:
2462         * po/or.po:
2463         * po/sq.po:
2464         * po/sr.po:
2465         * po/sv.po:
2466         * po/uk.po:
2467         * po/vi.po:
2468           updates for release
2469
2470 2005-06-09  Andy Wingo  <wingo@pobox.com>
2471
2472         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
2473         
2474 2005-06-09  Andy Wingo  <wingo@pobox.com>
2475
2476         * configure.ac:
2477         * gst-libs/gst/Makefile.am:
2478         * gst-libs/gst/net/Makefile.am:
2479         Add gstnet to build.
2480
2481 2005-06-09  Andy Wingo  <wingo@pobox.com>
2482
2483         * gst-libs/gst/gconf/gconf.c:
2484         * gst/playback/test.c:
2485         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
2486         fixes.
2487
2488         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
2489
2490         * ext/theora/theoraenc.c (theora_enc_chain): 
2491         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
2492
2493         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
2494         RealPad.
2495
2496 2005-06-02  Wim Taymans  <wim@fluendo.com>
2497
2498         * gst-libs/gst/net/Makefile.am:
2499         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
2500         * pkgconfig/gstreamer-libs.pc.in:
2501         Added net stuff, version net lib.
2502
2503 2005-06-02  Wim Taymans  <wim@fluendo.com>
2504
2505         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
2506         (query_rates), (query_positions_elems), (query_positions_pads),
2507         (do_seek):
2508         Updated seek example.
2509
2510 2005-06-02  Andy Wingo  <wingo@pobox.com>
2511
2512         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
2513         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
2514         list.
2515
2516         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
2517         remove the typefind, the bin dispose will do it for us. When it's
2518         removed and unreffed, the signal handler will be disconnected,
2519         too.
2520         (unlinked): It's too difficult to disconnect from unlinked
2521         handlers, as they are on pads not elements. Just punt if the pads
2522         aren't grandkids of the bin.
2523
2524 2005-06-02  Wim Taymans  <wim@fluendo.com>
2525
2526         * ext/ogg/README:
2527         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2528         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
2529         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
2530         * ext/theora/theoradec.c: (theora_dec_src_query),
2531         (theora_handle_data_packet):
2532         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
2533         (theora_enc_chain):
2534         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2535         (vorbis_handle_data_packet):
2536         * gst/audioconvert/bufferframesconvert.c:
2537         (buffer_frames_convert_chain):
2538         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2539         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2540         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
2541         (gst_ffmpegcsp_chain):
2542         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
2543         (gst_videorate_getcaps), (gst_videorate_setcaps),
2544         (gst_videorate_event), (gst_videorate_chain):
2545         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
2546         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
2547         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
2548         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
2549         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2550         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
2551         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
2552         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
2553         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
2554         Cleanups and buffer alloc.
2555
2556 2005-05-31  Wim Taymans  <wim@fluendo.com>
2557
2558         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
2559         Don't try to call the delay method when the device is not
2560         opened.
2561
2562 2005-05-31  Wim Taymans  <wim@fluendo.com>
2563
2564         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
2565         Get actual segment size and buffer size after opening
2566         the device.
2567
2568 2005-05-30  Wim Taymans  <wim@fluendo.com>
2569
2570         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
2571         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
2572         Also FLUSH upstream, makes the loop function exit faster.
2573         
2574         * ext/theora/theoradec.c: (theora_dec_src_query):
2575         Some more debug info in the query.
2576         
2577         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
2578         (gst_ximagesink_setcaps):
2579         Release lock on par error, better error reporting.
2580
2581 2005-05-26  Wim Taymans  <wim@fluendo.com>
2582
2583         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2584         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
2585         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
2586         Clear chains in READY
2587         Queue packets until the chain is activated.
2588
2589 2005-05-25  Wim Taymans  <wim@fluendo.com>
2590
2591         * gst-libs/gst/audio/gstaudiosink.c:
2592         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
2593         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
2594         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
2595         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
2596         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
2597         (gst_audiosink_create_ringbuffer):
2598         * gst-libs/gst/audio/gstbaseaudiosink.c:
2599         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
2600         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
2601         (gst_baseaudiosink_set_property), (build_linear_format),
2602         (debug_spec_caps), (debug_spec_buffer),
2603         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
2604         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
2605         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
2606         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
2607         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
2608         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
2609         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
2610         (gst_ringbuffer_play), (gst_ringbuffer_pause),
2611         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
2612         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
2613         (wait_segment), (gst_ringbuffer_commit),
2614         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
2615         (gst_ringbuffer_clear):
2616         Various small cleanups.
2617
2618         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2619         (gst_audio_convert_change_state):
2620         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
2621         No need to take the locks anymore.
2622
2623 2005-05-25  Wim Taymans  <wim@fluendo.com>
2624
2625         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2626         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
2627         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
2628         (type_found):
2629         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
2630         (group_destroy), (group_commit), (queue_overrun),
2631         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
2632         (mute_stream), (new_decoded_pad), (setup_substreams),
2633         (setup_source), (mute_group_type), (set_active_source),
2634         (gst_play_base_bin_change_state):
2635         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
2636         (gen_video_element), (gen_text_element), (gen_audio_element),
2637         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
2638         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
2639         (gst_stream_info_dispose), (gst_stream_info_set_mute):
2640         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
2641         Some playbin cleanups mostly refcounting sloppyness.
2642
2643 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2644
2645         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
2646           Work with streaming input.
2647
2648 2005-05-25  Wim Taymans  <wim@fluendo.com>
2649
2650         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2651         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2652         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
2653         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
2654         No need to take the STREAM lock anymore.
2655
2656 2005-05-25  Wim Taymans  <wim@fluendo.com>
2657
2658         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
2659         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
2660         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
2661         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
2662         (gst_ogg_demux_sink_activate):
2663         * ext/theora/theoradec.c: (theora_dec_src_event),
2664         (theora_handle_comment_packet), (theora_dec_chain),
2665         (theora_dec_change_state):
2666         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2667         (vorbis_handle_data_packet), (vorbis_dec_chain),
2668         (vorbis_dec_change_state):
2669         Remove STREAM locks as they are taken in core now.
2670         Never set bogus granulepos on vorbis/theora.
2671         Fix leaks in theoradec tag parsing.
2672
2673 2005-05-25  Wim Taymans  <wim@fluendo.com>
2674
2675         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
2676         Fix memleaks, GST_BUFFER_DATA() is not freed.
2677
2678 2005-05-25  Wim Taymans  <wim@fluendo.com>
2679
2680         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
2681         Open non-blocking, set to blocking mode afterwards to avoid
2682         lockups when audio device is busy.
2683
2684 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2685
2686         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
2687           This can't be good.
2688
2689 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2690
2691         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
2692         (gst_audio_convert_chain), (gst_audio_convert_link_src),
2693         (gst_audio_convert_setcaps):
2694           Implement instant setup switching.
2695
2696 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2697
2698         * gst/playback/gstplaybasebin.c: (probe_triggered):
2699           Fix missing unlock.
2700         * gst/playback/gstplaybin.c: (add_sink):
2701           First add, then link (otherwise pad link fails).
2702
2703 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2704
2705         * examples/Makefile.am:
2706         fix buildbot (make distcheck)
2707
2708 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2709
2710         * gst/playback/gstplaybin.c: (gen_vis_element):
2711           Remove some wrong code. Doesn't work yet.
2712
2713 2005-05-19  Wim Taymans  <wim@fluendo.com>
2714
2715         * gst-libs/gst/net/Makefile.am:
2716         * gst-libs/gst/net/README:
2717         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
2718         (gst_netbuffer_class_init), (gst_netbuffer_init),
2719         (gst_netbuffer_finalize), (gst_netbuffer_copy),
2720         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
2721         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
2722         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
2723         * gst-libs/gst/net/gstnetbuffer.h:
2724         Added buffer subclass to store extra to/from addresses for
2725         network sources/sinks.
2726
2727 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2728
2729         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
2730           Don't lock an unassigned variable.
2731
2732 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2733
2734         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2735           Increase buffer for video, decrease buffer for other media types.
2736         * gst/playback/gstplaybin.c: (gen_video_element),
2737         (gen_audio_element):
2738           Change names for debugging purposes.
2739
2740 2005-05-18  Wim Taymans  <wim@fluendo.com>
2741
2742         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2743         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2744         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
2745         (gst_ffmpegcsp_chain):
2746         Enable buffer alloc passthrough if the source and dest
2747         formats are the same.
2748
2749 2005-05-17  Wim Taymans  <wim@fluendo.com>
2750
2751         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
2752         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
2753         (gst_ogg_demux_chain_unlocked):
2754         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2755         (gst_audio_convert_caps_remove_format_info),
2756         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
2757         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
2758         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2759         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2760         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
2761         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
2762         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
2763         (gst_ffmpegcsp_get_property):
2764         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2765         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
2766         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
2767         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2768         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
2769         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
2770         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
2771         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
2772         Leak fixes in oggdemux.
2773         Some cleanups in audioconvert.
2774         Make passthrough work along with buffer_alloc etc.
2775         Make buffer_alloc and buffer recycling actually work in
2776         xvimagesink.
2777
2778 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2779
2780         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
2781           make the compiler happy
2782
2783 2005-05-17  Wim Taymans  <wim@fluendo.com>
2784
2785         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
2786         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
2787         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
2788         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
2789         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
2790         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
2791         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
2792         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
2793         (gst_xvimagesink_set_xwindow_id):
2794         * sys/xvimage/xvimagesink.h:
2795         Port xvimagesink to new MiniObject.
2796
2797 2005-05-17  Wim Taymans  <wim@fluendo.com>
2798
2799         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
2800         (gst_audiofilter_chain):
2801         * gst-libs/gst/audio/gstaudiosink.c:
2802         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
2803         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
2804         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
2805         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
2806         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
2807         (gst_audiosink_create_ringbuffer):
2808         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2809         (gst_audio_convert_caps_remove_format_info),
2810         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
2811         (gst_audio_convert_fixate), (gst_audio_convert_channels):
2812         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2813         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2814         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
2815         Fix passthrough in ffmpegcolorspace.
2816         Fix memset in audiosink on wrong memory.
2817
2818 2005-05-16  David Schleef  <ds@schleef.org>
2819
2820         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
2821         to GstMiniObject.
2822
2823 2005-05-16  David Schleef  <ds@schleef.org>
2824
2825         Port from GstData to GstMiniObject.
2826         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2827         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
2828         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
2829         (gst_ogg_mux_collected):
2830         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2831         * ext/theora/theoradec.c: (theora_handle_comment_packet),
2832         (theora_handle_data_packet):
2833         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
2834         (theora_set_header_on_caps), (theora_enc_chain):
2835         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2836         (vorbis_handle_comment_packet):
2837         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
2838         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
2839         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
2840         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
2841         * gst/audioconvert/gstaudioconvert.c:
2842         (gst_audio_convert_get_buffer):
2843         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2844         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
2845         (mute_stream), (silence_stream):
2846         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
2847         * gst/volume/gstvolume.c: (volume_transform):
2848         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2849         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
2850         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
2851         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
2852         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
2853         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
2854         (gst_ximagesink_buffer_alloc):
2855         * sys/ximage/ximagesink.h:
2856
2857 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2858
2859         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2860         (fill_buffer), (check_queue), (queue_threshold_reached),
2861         (queue_out_of_data):
2862         * gst/playback/gstplaybasebin.h:
2863           Post buffer-fullness on the bus.
2864
2865 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2866
2867         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
2868         (try_to_link_1):
2869         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2870         (group_commit), (probe_triggered), (setup_source),
2871         (gst_play_base_bin_change_state):
2872         * gst/playback/gstplaybasebin.h:
2873         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2874         (gst_play_bin_init), (remove_sinks), (setup_sinks),
2875         (gst_play_bin_change_state):
2876           Move setup_output_pads into a virtual function, remove
2877           group-switch (no longer needed) and redirect (handled by bus
2878           now) signals.
2879
2880 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2881
2882         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
2883         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
2884         (get_active_group), (get_building_group), (group_destroy),
2885         (group_commit), (check_queue), (queue_overrun),
2886         (queue_threshold_reached), (queue_out_of_data),
2887         (gen_preroll_element), (remove_groups), (unknown_type),
2888         (add_element_stream), (no_more_pads), (probe_triggered),
2889         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
2890         (setup_substreams), (setup_source), (finish_source),
2891         (prepare_output), (muted_group_change_state),
2892         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
2893         (gst_play_base_bin_change_state):
2894         * gst/playback/gstplaybasebin.h:
2895         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2896         (gst_play_bin_init), (gst_play_bin_set_property),
2897         (gen_video_element), (gen_text_element), (gen_audio_element),
2898         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2899         (gst_play_bin_change_state):
2900         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
2901         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
2902         (stream_info_change_state), (gst_stream_info_set_mute),
2903         (gst_stream_info_get_property):
2904         * gst/playback/gststreaminfo.h:
2905         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
2906         (gst_stream_selector_get_linked_pad),
2907         (gst_stream_selector_getcaps),
2908         (gst_stream_selector_get_linked_pads),
2909         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
2910         * gst/playback/gststreamselector.h:
2911           Rough port of playbin. Needs some more work, but is mostly done,
2912           and uses a few locks in important places, which should make stuff
2913           like chain-switches clean. Still uses GST_STATE() in a few places,
2914           which isn't all that good an idea, subtitles/elements disabled
2915           because no elements to test with and thus probably broken, query
2916           and event handling moved to GstBin, internal thread removed
2917           alltogether because the pipeline does that for us now. Can play
2918           Ogg/Vorbis files. Haven't tested anything else yet.
2919
2920 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2921
2922         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
2923           Do no-more-pads (needed for autoplugging).
2924
2925 2005-05-10  Andy Wingo  <wingo@pobox.com>
2926
2927         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
2928         message to the bus with the tags. Still not sent downstream tho.
2929
2930         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
2931         get_parent.
2932         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
2933         avoid refcounting hassles.
2934
2935 2005-05-09  Andy Wingo  <wingo@pobox.com>
2936
2937         * gst/volume/Makefile.am:
2938         * gst/volume/demo.c
2939         * gst/volume/gstvolume.h
2940         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
2941         basetransform. Probably need an audio filter base class.
2942
2943 2005-05-09  Wim Taymans  <wim@fluendo.com>
2944
2945         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
2946         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
2947         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
2948         (gst_vorbisenc_chain):
2949         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2950         (gst_audio_convert_caps_remove_format_info),
2951         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
2952         (gst_audio_convert_fixate), (gst_audio_convert_channels):
2953         Make caps writable before writing to it.
2954         Fix negotiation in audioconvert some more.
2955
2956 2005-05-09  Wim Taymans  <wim@fluendo.com>
2957
2958         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
2959         (gst_videorate_getcaps), (gst_videorate_setcaps),
2960         (gst_videorate_event), (gst_videorate_chain):
2961         Better negotiation.
2962
2963 2005-05-09  Wim Taymans  <wim@fluendo.com>
2964
2965         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
2966         (gst_videorate_getcaps), (gst_videorate_setcaps),
2967         (gst_videorate_blank_data), (gst_videorate_init),
2968         (gst_videorate_event), (gst_videorate_chain),
2969         (gst_videorate_change_state):
2970         Port videorate, do a better job at negotiation while we're at
2971         it.
2972
2973 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
2974
2975         * configure.ac:
2976           Disable libvisual
2977
2978         * examples/Makefile.am:
2979         * gst-libs/gst/audio/Makefile.am:
2980         * gst-libs/gst/riff/Makefile.am:
2981         * gst-libs/gst/tag/Makefile.am:
2982         * gst-libs/gst/video/Makefile.am:
2983           Fixups for missing variables.
2984
2985 2005-05-09  Wim Taymans  <wim@fluendo.com>
2986
2987         * examples/seeking/seek.c: (make_theora_pipeline),
2988         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
2989         (query_rates), (query_positions_elems), (query_positions_pads),
2990         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
2991         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
2992         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
2993         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
2994         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
2995         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
2996         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2997         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
2998         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
2999         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
3000         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
3001         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
3002         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3003         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
3004         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
3005         (theora_dec_src_convert), (theora_dec_sink_convert),
3006         (theora_dec_src_query), (theora_dec_sink_query),
3007         (theora_dec_src_event), (theora_dec_sink_event),
3008         (theora_handle_comment_packet), (theora_handle_type_packet),
3009         (theora_handle_header_packet), (theora_handle_data_packet),
3010         (theora_dec_chain):
3011         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3012         (vorbis_dec_convert), (vorbis_dec_src_query),
3013         (vorbis_dec_sink_query), (vorbis_dec_src_event),
3014         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
3015         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
3016         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
3017         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
3018         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
3019         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
3020         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3021         (gst_play_bin_query):
3022         * gst/playback/test3.c: (update_scale):
3023         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
3024         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
3025         * gst/subparse/gstsubparse.c: (gst_subparse_init):
3026         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
3027         (gst_videotestsrc_src_query):
3028         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
3029         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
3030         (paint_hline_YUV9):
3031         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
3032         Port to new query API.
3033         Updated seek.
3034         Cleanups in x[v]imagesink
3035
3036 2005-05-09  Andy Wingo  <wingo@pobox.com>
3037
3038         * ext/alsa/gstalsasink.h:
3039         * ext/gnomevfs/gstgnomevfssrc.c:
3040         (gst_gnomevfssrc_get_icy_metadata):
3041         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
3042         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
3043         * ext/theora/theoradec.c (theora_dec_src_query)
3044         (theora_dec_src_event, theora_dec_sink_event)
3045         (theora_handle_comment_packet, theora_handle_data_packet):
3046         * ext/theora/theoraenc.c (theora_enc_chain):
3047         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
3048         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
3049         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
3050         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
3051         (qt_type_find):
3052         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
3053         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
3054         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
3055         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
3056         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
3057         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
3058         (paint_setup_xBGR8888, paint_setup_RGBx8888)
3059         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
3060         (paint_setup_RGB565, paint_setup_xRGB1555):
3061         * gst/videotestsrc/videotestsrc.h:
3062         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
3063         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
3064         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
3065         GCC4 fixes.
3066         
3067         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
3068         gst_pad_query_position. Fixes oggdemux.
3069
3070 2005-05-08  David Schleef  <ds@schleef.org>
3071
3072         * configure.ac: Require liboil.
3073         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
3074         a few more.
3075         * gst/videotestsrc/videotestsrc.c:
3076         * gst/videotestsrc/videotestsrc.h:
3077
3078 2005-05-06  Wim Taymans  <wim@fluendo.com>
3079
3080         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3081         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
3082         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
3083         Well, unreffing a buffer right before pushing it is asking
3084         for trouble..
3085
3086 2005-05-06  Christian Schaller  <uraeus@gnome.org>
3087
3088         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
3089
3090 2005-05-06  Wim Taymans  <wim@fluendo.com>
3091
3092         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
3093         (gst_audio_convert_caps_remove_format_info),
3094         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
3095         (gst_audio_convert_fixate), (gst_audio_convert_channels):
3096         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3097         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
3098         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
3099         * gst/sine/Makefile.am:
3100         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
3101         (gst_sinesrc_class_init), (gst_sinesrc_init),
3102         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
3103         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
3104         (gst_sinesrc_update_freq):
3105         * gst/sine/gstsinesrc.h:
3106         * gst/tcp/gstmultifdsink.c:
3107         * sys/xvimage/xvimagesink.c:
3108         Fixed negotiation wrt _peer_get_caps()
3109         Some cleanups.
3110
3111
3112 2005-05-06  Wim Taymans  <wim@fluendo.com>
3113
3114         * gst-libs/gst/audio/gstaudiosink.c:
3115         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3116         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
3117         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3118         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
3119         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
3120         (gst_audiosink_create_ringbuffer):
3121         * gst-libs/gst/audio/gstbaseaudiosink.c:
3122         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
3123         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
3124         (gst_baseaudiosink_set_property), (build_linear_format),
3125         (debug_spec_caps), (debug_spec_buffer),
3126         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
3127         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
3128         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
3129         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
3130         * gst-libs/gst/audio/gstbaseaudiosink.h:
3131         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
3132         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
3133         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
3134         (gst_ringbuffer_play), (gst_ringbuffer_pause),
3135         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
3136         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
3137         (wait_segment), (gst_ringbuffer_commit),
3138         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
3139         (gst_ringbuffer_clear):
3140         * gst-libs/gst/audio/gstringbuffer.h:
3141         Make the base audiosink return an error when there is no
3142         audiobuffer negotiated.
3143
3144 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3145
3146         * ext/Makefile.am:
3147         Disable cdparanoia until someone ports it!
3148
3149 2005-05-06  Wim Taymans  <wim@fluendo.com>
3150
3151         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
3152         (gst_ogg_demux_sink_activate):
3153         And revert after wingo's revert.. sigh..
3154
3155 2005-05-05  Andy Wingo  <wingo@pobox.com>
3156
3157         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
3158         GObject.
3159         * configure.ac: Return audiorate and subparse from the ghetto.
3160         Re-enable -Wall -Werror.
3161         * gst/subparse/gstsubparse.c:
3162         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
3163         or chain-based. Cleaned up a bit. Not tested.
3164         
3165 2005-05-05  Christian Schaller <christian@fluendo.com> 
3166
3167         * Makefile.am: remove stuff that is not building
3168         * configure.ac: remove stuff that is not building
3169         * examples/Makefile.am: remove stuff that is not building
3170         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
3171         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
3172         * sys/Makefile.am: remove stuff that is not building
3173         * testsuite/Makefile.am: remove stuff that is not building
3174
3175 2005-05-05  Andy Wingo  <wingo@pobox.com>
3176
3177         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
3178         * gst-libs/gst/tag/gstvorbistag.c:
3179         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
3180         * gst/adder/gstadder.h:
3181         * gst/audioconvert/gstchannelmix.c:
3182         (gst_audio_convert_fill_one_other):
3183         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
3184         (gst_audiorate_init), (gst_audiorate_chain):
3185         * gst/playback/gstplaybasebin.c: (setup_source):
3186         * gst/playback/test3.c: (update_scale):
3187         Some GCC4 fixes
3188         
3189         * po/af.po:
3190         * po/az.po:
3191         * po/cs.po:
3192         * po/en_GB.po:
3193         * po/hu.po:
3194         * po/it.po:
3195         * po/nb.po:
3196         * po/nl.po:
3197         * po/or.po:
3198         * po/sq.po:
3199         * po/sr.po:
3200         * po/sv.po:
3201         * po/uk.po:
3202         * po/vi.po: Foo
3203
3204 2005-05-05  Wim Taymans  <wim@fluendo.com>
3205
3206         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
3207         (gst_audio_convert_caps_remove_format_info),
3208         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
3209         (gst_audio_convert_change_state), (gst_audio_convert_channels):
3210         * gst/videotestsrc/gstvideotestsrc.c:
3211         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
3212         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
3213         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
3214         (gst_videotestsrc_init), (gst_videotestsrc_loop):
3215         Don't ignore _push() return values.
3216         Make sure no processing is done when shutting down.
3217         Videotestsrc pad activation fix.
3218
3219 2005-05-05  Wim Taymans  <wim@fluendo.com>
3220
3221         * gst/adder/Makefile.am:
3222         * gst/adder/gstadder.c: (gst_adder_setcaps),
3223         (gst_adder_class_init), (gst_adder_init),
3224         (gst_adder_request_new_pad), (gst_adder_collected),
3225         (gst_adder_change_state):
3226         * gst/adder/gstadder.h:
3227         Ported adder as an example of a mixer element using
3228         collect pads. Needs more negotiation work.
3229
3230 2005-05-05  Wim Taymans  <wim@fluendo.com>
3231
3232         * ext/theora/theoradec.c: (_inc_granulepos),
3233         (theora_dec_src_event), (theora_dec_sink_event),
3234         (theora_handle_comment_packet), (theora_handle_type_packet),
3235         (theora_handle_header_packet), (theora_handle_data_packet),
3236         (theora_dec_chain):
3237         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3238         (gst_theora_enc_init), (theora_enc_sink_setcaps),
3239         (theora_push_buffer), (theora_push_packet),
3240         (theora_enc_sink_event), (theora_enc_chain),
3241         (theora_enc_change_state), (theora_enc_set_property),
3242         (theora_enc_get_property):
3243         Added stream lock to decoder so that we can serialize
3244         the discont event.
3245         More theoraenc porting, recover from errors, do clean
3246         shutdown.
3247
3248 2005-05-05  Wim Taymans  <wim@fluendo.com>
3249
3250         * ext/ogg/Makefile.am:
3251         * ext/ogg/README:
3252         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
3253         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
3254         (gst_ogg_print):
3255         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
3256         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
3257         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
3258         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
3259         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
3260         (gst_ogg_mux_change_state):
3261         Ported ogg muxer.
3262
3263 2005-05-05  Wim Taymans  <wim@fluendo.com>
3264
3265         * docs/design-audiosinks.txt:
3266         * gst-libs/gst/audio/TODO:
3267         * gst-libs/gst/audio/gstaudiosink.c:
3268         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3269         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
3270         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3271         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
3272         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
3273         (gst_audiosink_create_ringbuffer):
3274         * gst-libs/gst/audio/gstbaseaudiosink.c:
3275         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
3276         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
3277         (gst_baseaudiosink_set_property), (build_linear_format),
3278         (debug_spec_caps), (debug_spec_buffer),
3279         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
3280         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
3281         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
3282         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
3283         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
3284         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
3285         (gst_ringbuffer_release), (gst_ringbuffer_play),
3286         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
3287         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
3288         (gst_ringbuffer_set_sample), (wait_segment),
3289         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
3290         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
3291         More work on the audiosink, mostly debugging and a race in
3292         shutdown.
3293
3294 2005-04-28  Wim Taymans  <wim@fluendo.com>
3295
3296         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
3297         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
3298         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
3299         (vorbis_dec_src_query), (vorbis_dec_src_event),
3300         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
3301         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
3302         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
3303         Don't crap out when seeking back to position 0.
3304
3305 2005-04-28  Wim Taymans  <wim@fluendo.com>
3306
3307         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
3308         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
3309         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
3310         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
3311         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
3312         Make audio sink configurable, use alsasink as default.
3313
3314 2005-04-28  Wim Taymans  <wim@fluendo.com>
3315
3316         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3317         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
3318         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
3319         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
3320         (vorbis_dec_change_state):
3321         * ext/vorbis/vorbisdec.h:
3322         Refactor, use STREAM_LOCK.
3323
3324 2005-04-28  Wim Taymans  <wim@fluendo.com>
3325
3326         * ext/theora/theoradec.c: (_inc_granulepos),
3327         (theora_dec_sink_event), (theora_handle_comment_packet),
3328         (theora_handle_type_packet), (theora_handle_header_packet),
3329         (theora_handle_data_packet), (theora_dec_chain),
3330         (theora_dec_change_state):
3331         Refactor a bit, use STREAM_LOCK.
3332
3333 2005-04-28  Wim Taymans  <wim@fluendo.com>
3334
3335         * ext/alsa/Makefile.am:
3336         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
3337         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
3338         (gst_alsa_link), (gst_alsa_close_audio):
3339         * ext/alsa/gstalsaplugin.c: (plugin_init):
3340         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
3341         (gst_alsasink_dispose), (gst_alsasink_base_init),
3342         (gst_alsasink_class_init), (gst_alsasink_init),
3343         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
3344         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
3345         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
3346         (gst_alsasink_reset):
3347         * ext/alsa/gstalsasink.h:
3348         Implement alsasink with simple open/write/close API. 
3349         Make alsa dir build by disabling compilation of code.
3350
3351 2005-04-28  Wim Taymans  <wim@fluendo.com>
3352
3353         * gst-libs/gst/audio/Makefile.am:
3354         * gst-libs/gst/audio/audio.h:
3355         * gst-libs/gst/audio/audioclock.c:
3356         * gst-libs/gst/audio/audioclock.h:
3357         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
3358         (gst_audio_clock_class_init), (gst_audio_clock_init),
3359         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
3360         * gst-libs/gst/audio/gstaudioclock.h:
3361         * gst-libs/gst/audio/gstaudiosink.c:
3362         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3363         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
3364         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3365         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
3366         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
3367         (gst_audiosink_create_ringbuffer):
3368         * gst-libs/gst/audio/gstbaseaudiosink.c:
3369         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
3370         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
3371         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
3372         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
3373         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
3374         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
3375         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
3376         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
3377         * gst-libs/gst/audio/gstbaseaudiosink.h:
3378         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
3379         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
3380         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
3381         (gst_ringbuffer_release), (gst_ringbuffer_play),
3382         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
3383         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
3384         (gst_ringbuffer_set_sample), (wait_segment),
3385         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
3386         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
3387         * gst-libs/gst/audio/gstringbuffer.h:
3388         Make ringbuffer faster and more simple by removing the locks
3389         in the playback thread.
3390         Add sample accurate playback based on buffer sample offsets.
3391         Make the baseaudiosink provide a clock.
3392         Parse caps in the base class.
3393         Correctly handle seeking, flushing and state changes.
3394
3395 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3396
3397         * configure.ac:
3398         * gst/audioconvert/Makefile.am:
3399         * gst/audioscale/Makefile.am:
3400           Fix part of the build.  Come on guys, autogen didn't even work :)
3401
3402 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3403
3404         * configure.ac:
3405         * gst-libs/gst/Makefile.am:
3406         * gst-libs/gst/media-info/.cvsignore:
3407         * gst-libs/gst/media-info/Makefile.am:
3408         * gst-libs/gst/media-info/README:
3409         * gst-libs/gst/media-info/media-info-priv.c:
3410         * gst-libs/gst/media-info/media-info-priv.h:
3411         * gst-libs/gst/media-info/media-info-test.c:
3412         * gst-libs/gst/media-info/media-info.c:
3413         * gst-libs/gst/media-info/media-info.h:
3414         * gst-libs/gst/media-info/media-info.vcproj:
3415         * pkgconfig/Makefile.am:
3416         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
3417         * pkgconfig/gstreamer-media-info.pc.in:
3418           Remove media-info, which is also successed by playbin (see Totem
3419           implementation).
3420
3421 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3422
3423         * configure.ac:
3424         * examples/Makefile.am:
3425         * examples/gstplay/.cvsignore:
3426         * examples/gstplay/Makefile.am:
3427         * examples/gstplay/player.c:
3428         * gst-libs/gst/Makefile.am:
3429         * gst-libs/gst/play/.cvsignore:
3430         * gst-libs/gst/play/Makefile.am:
3431         * gst-libs/gst/play/play.c:
3432         * gst-libs/gst/play/play.h:
3433         * gst-libs/gst/play/play.vcproj:
3434         * pkgconfig/Makefile.am:
3435         * pkgconfig/gstreamer-play-uninstalled.pc.in:
3436         * pkgconfig/gstreamer-play.pc.in:
3437           Remove libgstplay, playbin is now the official successor.
3438
3439 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3440
3441         * configure.ac:
3442         * gst-libs/gst/Makefile.am:
3443         * gst-libs/gst/xwindowlistener/Makefile.am:
3444         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
3445         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
3446           Remove deprecated xwindowlistener (I've moved xwindowlistening
3447           in the v4l/v4l2 plugins over to serverside).
3448
3449 2005-04-25  David Schleef  <ds@schleef.org>
3450
3451         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
3452         to examples/dynparams.  Examples do not belong interspersed with
3453         source code.
3454         * examples/dynparams/demo-dparams.c:
3455         * gst/sine/Makefile.am:
3456         * gst/sine/demo-dparams.c:
3457
3458 2005-04-25  David Schleef  <ds@schleef.org>
3459
3460         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
3461         * gst-libs/gst/audio/Makefile.am:
3462         * gst-libs/gst/riff/Makefile.am:
3463         * gst-libs/gst/tag/Makefile.am:
3464         * gst-libs/gst/video/Makefile.am:
3465         * gst-libs/gst/xwindowlistener/Makefile.am:
3466
3467         Convert to 0.9 API, seems to work:
3468         * sys/ximage/Makefile.am:
3469         * sys/ximage/ximagesink.c:
3470
3471 2005-04-24  David Schleef  <ds@schleef.org>
3472
3473         Link plugins against libraries:
3474         * ext/alsa/Makefile.am:
3475         * gst/tcp/Makefile.am:
3476
3477         Remove asm code that should be in liboil
3478         * gst/videoscale/Makefile.am:
3479         * gst/videoscale/videoscale_x86_asm.s:
3480
3481         gettext wants these checked in:
3482         * po/af.po:
3483         * po/az.po:
3484         * po/cs.po:
3485         * po/en_GB.po:
3486         * po/hu.po:
3487         * po/it.po:
3488         * po/nb.po:
3489         * po/nl.po:
3490         * po/or.po:
3491         * po/sq.po:
3492         * po/sr.po:
3493         * po/sv.po:
3494         * po/uk.po:
3495         * po/vi.po:
3496
3497 2005-04-24  David Schleef  <ds@schleef.org>
3498
3499         Convert gst_main() to g_main_loop_run()
3500         * gst/playback/decodetest.c: (main):
3501         * gst/playback/test2.c: (main):
3502         * gst/playback/test3.c: (main):
3503         * gst/playback/test4.c: (main):
3504
3505         Link plugins against libraries:
3506         * ext/libvisual/Makefile.am:
3507         * sys/xvimage/Makefile.am:
3508
3509 2005-04-24  David Schleef  <ds@schleef.org>
3510
3511         * configure.ac: Remove idct and resample libs
3512         * gst-libs/gst/Makefile.am: same
3513
3514         Remove usage of gst_library_load():
3515         * ext/alsa/gstalsaplugin.c: (plugin_init):
3516         * ext/libvisual/visual.c: (plugin_init):
3517         * ext/ogg/gstogg.c: (plugin_init):
3518         * ext/theora/theora.c: (plugin_init):
3519         * ext/vorbis/vorbis.c: (plugin_init):
3520         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
3521         * gst/audioscale/gstaudioscale.c:
3522         * gst/adder/gstadder.c: (plugin_init):
3523         * gst/audioconvert/plugin.c: (plugin_init):
3524         * sys/ximage/ximagesink.c: (plugin_init):
3525         * sys/xvimage/xvimagesink.c: (plugin_init):
3526         * gst/tcp/gsttcpplugin.c: (plugin_init):
3527
3528         Link plugins against libraries:
3529         * ext/ogg/Makefile.am:
3530         * ext/theora/Makefile.am:
3531         * ext/vorbis/Makefile.am:
3532         * gst/audioconvert/Makefile.am:
3533
3534         Create proper libraries:
3535         * gst-libs/gst/riff/Makefile.am:
3536         * gst-libs/gst/audio/Makefile.am:
3537         * gst-libs/gst/video/Makefile.am:
3538
3539         Move resample library to audioscale plugin directory:
3540         * gst-libs/gst/resample/Makefile.am:
3541         * gst-libs/gst/resample/README:
3542         * gst-libs/gst/resample/dtof.c:
3543         * gst-libs/gst/resample/dtos.c:
3544         * gst-libs/gst/resample/functable.c:
3545         * gst-libs/gst/resample/private.h:
3546         * gst-libs/gst/resample/resample.c:
3547         * gst-libs/gst/resample/resample.h:
3548         * gst-libs/gst/resample/resample.vcproj:
3549         * gst-libs/gst/resample/test.c:
3550         * gst/audioscale/Makefile.am:
3551         * gst/audioscale/README:
3552         * gst/audioscale/dtof.c:
3553         * gst/audioscale/dtos.c:
3554         * gst/audioscale/functable.c:
3555         * gst/audioscale/private.h:
3556         * gst/audioscale/resample.c:
3557         * gst/audioscale/resample.h:
3558         * gst/audioscale/test.c:
3559
3560         Move tagedit library to gst-libs:
3561         * gst-libs/gst/tag/Makefile.am:
3562         * gst-libs/gst/tag/gstid3tag.c:
3563         * gst-libs/gst/tag/gsttagediting.c:
3564         * gst-libs/gst/tag/gsttageditingprivate.h:
3565         * gst-libs/gst/tag/gstvorbistag.c:
3566         * gst/tags/Makefile.am:
3567         * gst/tags/gstid3tag.c:
3568         * gst/tags/gstvorbistag.c:
3569
3570         Fix for core changes:
3571         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3572         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
3573         (gst_sinesrc_getrange):
3574
3575 2005-04-23  David Schleef  <ds@schleef.org>
3576
3577         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
3578         in gst-plugins in a long time, and properly belongs in liboil.
3579         * gst-libs/gst/idct/Makefile.am:
3580         * gst-libs/gst/idct/README:
3581         * gst-libs/gst/idct/dct.h:
3582         * gst-libs/gst/idct/doieee:
3583         * gst-libs/gst/idct/fastintidct.c:
3584         * gst-libs/gst/idct/floatidct.c:
3585         * gst-libs/gst/idct/idct.c:
3586         * gst-libs/gst/idct/idct.h:
3587         * gst-libs/gst/idct/idtc.vcproj:
3588         * gst-libs/gst/idct/ieeetest.c:
3589         * gst-libs/gst/idct/intidct.c:
3590
3591 2005-04-20  Wim Taymans  <wim@fluendo.com>
3592
3593         * docs/design-audiosinks.txt:
3594         * gst-libs/gst/audio/Makefile.am:
3595         * gst-libs/gst/audio/TODO:
3596         * gst-libs/gst/audio/gstaudiosink.c:
3597         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3598         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
3599         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
3600         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3601         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
3602         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
3603         (gst_audiosink_class_init), (gst_audiosink_init),
3604         (gst_audiosink_create_ringbuffer):
3605         * gst-libs/gst/audio/gstaudiosink.h:
3606         * gst-libs/gst/audio/gstbaseaudiosink.c:
3607         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
3608         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
3609         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
3610         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
3611         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
3612         (gst_baseaudiosink_create_ringbuffer),
3613         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
3614         * gst-libs/gst/audio/gstbaseaudiosink.h:
3615         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
3616         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
3617         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
3618         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
3619         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
3620         (gst_ringbuffer_play), (gst_ringbuffer_pause),
3621         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
3622         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
3623         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
3624         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
3625         * gst-libs/gst/audio/gstringbuffer.h:
3626         An attempt at a set of audio base classes together with some
3627         design docs.
3628
3629 2005-04-20  Wim Taymans  <wim@fluendo.com>
3630
3631         * gst/audioconvert/Makefile.am:
3632         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
3633         (gst_audio_convert_caps_remove_format_info),
3634         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
3635         (gst_audio_convert_channels):
3636         Link against audio libs.
3637         Fix audio convert plugin.
3638
3639 2005-04-20  Wim Taymans  <wim@fluendo.com>
3640
3641         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
3642         (gst_ogg_demux_sink_activate):
3643         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
3644         (theora_set_header_on_caps), (theora_enc_sink_event),
3645         (theora_enc_chain):
3646         Fix theora encoder.
3647
3648 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3649
3650         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
3651         * gst/playback/gstdecodebin.c: (find_compatibles):
3652           Work with staticpadtemplates in elementfactories.
3653
3654 2005-04-12  Wim Taymans  <wim@fluendo.com>
3655
3656         * gst/playback/README:
3657         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3658         (compare_ranks), (print_feature), (gst_decode_bin_init),
3659         (dynamic_create), (dynamic_free), (find_compatibles),
3660         (mimetype_is_raw), (close_pad_link), (got_redirect),
3661         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
3662         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
3663         (gst_decode_bin_change_state):
3664         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3665         (gst_play_base_bin_init), (group_destroy), (group_commit),
3666         (check_queue), (queue_overrun), (queue_threshold_reached),
3667         (queue_out_of_data), (gen_preroll_element), (unknown_type),
3668         (new_decoded_pad), (setup_subtitle), (gen_source_element),
3669         (got_redirect), (setup_source), (play_base_eos),
3670         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
3671         (gst_play_base_bin_remove_element):
3672         * gst/playback/gstplaybasebin.h:
3673         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3674         (gst_play_bin_init), (gst_play_bin_dispose),
3675         (gst_play_bin_set_property), (gen_video_element),
3676         (gen_text_element), (gen_audio_element), (remove_sinks),
3677         (gst_play_bin_send_event):
3678         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3679         (stream_info_change_state), (gst_stream_info_set_mute):
3680         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
3681         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
3682         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
3683         (gst_stream_selector_chain):
3684         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3685         (main):
3686         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
3687         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
3688         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
3689         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
3690         Raw and crude port of decodebin. 
3691         Make playbin compile.
3692
3693 2005-04-06  Wim Taymans  <wim@fluendo.com>
3694
3695         * ext/gnomevfs/Makefile.am:
3696         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
3697         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
3698         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
3699         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
3700         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
3701         (gst_gnomevfssrc_stop):
3702         * ext/ogg/Makefile.am:
3703         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
3704         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
3705         * ext/theora/Makefile.am:
3706         * ext/theora/theoradec.c: (_inc_granulepos),
3707         (theora_dec_sink_event), (theora_dec_chain):
3708         * ext/vorbis/Makefile.am:
3709         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3710         (vorbis_dec_sink_event), (vorbis_dec_chain):
3711         * gst-libs/gst/audio/Makefile.am:
3712         * sys/xvimage/Makefile.am:
3713         Make gnomevfssrc extend the source base class.
3714         Fix linking against libs in various plugins.
3715
3716 2005-04-06  Andy Wingo  <wingo@pobox.com>
3717
3718         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
3719         GST_BASE_LIBS.
3720
3721         * configure.ac: Add check and AC_SUBST for libgstbase.
3722
3723 2005-03-31  Wim Taymans  <wim@fluendo.com>
3724
3725         * examples/seeking/Makefile.am:
3726         * examples/seeking/cdparanoia.c: (main):
3727         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
3728         (play_cb), (pause_cb), (stop_cb), (main):
3729         * examples/seeking/playbin.c:
3730         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
3731         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
3732         (make_sid_pipeline), (make_vorbis_pipeline),
3733         (make_theora_pipeline), (make_vorbis_theora_pipeline),
3734         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
3735         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
3736         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
3737         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
3738         (stop_cb), (main):
3739         * examples/seeking/spider_seek.c:
3740         * examples/seeking/vorbisfile.c:
3741         * ext/gnomevfs/Makefile.am:
3742         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3743         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
3744         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
3745         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
3746         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
3747         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
3748         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
3749         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
3750         * ext/ogg/README:
3751         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
3752         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
3753         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
3754         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
3755         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
3756         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
3757         (gst_ogg_pad_event), (gst_ogg_pad_reset),
3758         (gst_ogg_demux_factory_filter), (compare_ranks),
3759         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3760         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3761         (gst_ogg_chain_new), (gst_ogg_chain_free),
3762         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
3763         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
3764         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
3765         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
3766         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
3767         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
3768         (gst_ogg_demux_get_prev_page),
3769         (gst_ogg_demux_deactivate_current_chain),
3770         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3771         (gst_ogg_demux_bisect_forward_serialno),
3772         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3773         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
3774         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
3775         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
3776         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
3777         (gst_ogg_demux_change_state), (gst_ogg_print):
3778         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
3779         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
3780         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
3781         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
3782         (gst_ogg_mux_loop):
3783         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3784         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
3785         (theora_dec_src_convert), (theora_dec_sink_convert),
3786         (theora_dec_src_query), (theora_dec_src_event),
3787         (theora_dec_sink_event), (theora_dec_chain),
3788         (theora_dec_change_state):
3789         * ext/theora/theoraenc.c: (gst_theora_enc_init),
3790         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
3791         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
3792         (theora_enc_change_state):
3793         * ext/vorbis/Makefile.am:
3794         * ext/vorbis/oggvorbisenc.c:
3795         * ext/vorbis/oggvorbisenc.h:
3796         * ext/vorbis/vorbis.c: (plugin_init):
3797         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3798         (vorbis_dec_src_query), (vorbis_dec_src_event),
3799         (vorbis_dec_sink_event), (vorbis_dec_chain),
3800         (vorbis_dec_change_state):
3801         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
3802         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
3803         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
3804         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
3805         (gst_vorbisenc_change_state):
3806         * ext/vorbis/vorbisenc.h:
3807         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
3808         * gst-libs/gst/audio/audioclock.c:
3809         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
3810         (gst_audiofilter_init), (gst_audiofilter_chain):
3811         * gst-libs/gst/audio/testchannels.c: (main):
3812         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
3813         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
3814         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
3815         (gmip_find_track_streaminfo), (gmip_find_track_format):
3816         * gst-libs/gst/media-info/media-info.c:
3817         (gst_media_info_read_idler):
3818         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
3819         (gst_play_get_all_by_interface):
3820         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3821         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3822         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3823         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3824         (gst_riff_parse_info):
3825         * gst-libs/gst/riff/riff-read.h:
3826         * gst-libs/gst/riff/riff.c: (plugin_init):
3827         * gst-libs/gst/video/Makefile.am:
3828         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
3829         (gst_videosink_class_init), (gst_videosink_get_type):
3830         * gst-libs/gst/video/videosink.h:
3831         * gst/audioconvert/bufferframesconvert.c:
3832         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
3833         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
3834         * gst/audioconvert/channelmixtest.c: (main):
3835         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3836         (gst_audio_convert_chain),
3837         (gst_audio_convert_caps_remove_format_info),
3838         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
3839         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
3840         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
3841         (gst_audio_convert_buffer_to_default_format),
3842         (gst_audio_convert_buffer_from_default_format),
3843         (gst_audio_convert_channels):
3844         * gst/audioconvert/gstchannelmix.h:
3845         * gst/ffmpegcolorspace/avcodec.h:
3846         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3847         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
3848         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
3849         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
3850         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
3851         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
3852         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
3853         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
3854         (mpeg_video_type_find), (mpeg_video_stream_type_find),
3855         (dv_type_find):
3856         * gst/videotestsrc/gstvideotestsrc.c:
3857         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
3858         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
3859         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
3860         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
3861         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
3862         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
3863         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
3864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3865         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
3866         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
3867         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
3868         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
3869         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
3870         (gst_xvimagesink_navigation_send_event),
3871         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
3872         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
3873         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3874         * sys/xvimage/xvimagesink.h:
3875         Plugin port to 0.9, ogg/theora playback should work in the seek
3876         example now.
3877         Removed old examples.
3878         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
3879         explained in 0.9 TODO doc.
3880
3881
3882 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3883
3884         * autogen.sh:
3885         * configure.ac:
3886         * ext/Makefile.am:
3887         * gst/Makefile.am:
3888         * po/POTFILES.in:
3889         * po/af.po:
3890         * po/az.po:
3891         * po/cs.po:
3892         * po/en_GB.po:
3893         * po/hu.po:
3894         * po/it.po:
3895         * po/nb.po:
3896         * po/nl.po:
3897         * po/or.po:
3898         * po/sq.po:
3899         * po/sr.po:
3900         * po/sv.po:
3901         * po/uk.po:
3902         * po/vi.po:
3903         * sys/Makefile.am:
3904         * testsuite/Makefile.am:
3905           remove a whole bunch of plugins.  This module now contains a set
3906           of free reference plugins/elements as agreed.
3907
3908 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3909
3910         * configure.ac:
3911           hunting season on 0.9 is now OPEN
3912 <<<<<<< ChangeLog
3913 =======
3914
3915 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3916
3917         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
3918           Kick the hell out of gcc for not warning me about a symbol conflict.
3919
3920 2005-02-22  Luca Ognibene  <luogni@tin.it>
3921
3922         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
3923
3924         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
3925           Don't leak caps string (fixes #168134)
3926
3927         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
3928         (gst_jpegenc_init), (gst_jpegenc_finalize),
3929         (gst_jpegenc_change_state):
3930           Don't leak line buffers and context struct (fixes #168133).
3931
3932 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
3933
3934         * configure.ac:
3935         * ext/dirac/gstdiracdec.cc:
3936         (gst_diracdec_chain):
3937           Since dirac 0.5.0 the framerate in dirac is expressed as a
3938           rational number. Fix build and up requirement to 0.5.0, and
3939           also pass parameters to gst_diracdec_link in the right order
3940           (fixes #167959).
3941
3942 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
3943
3944         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
3945         * ext/faad/gstfaad.h:
3946         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
3947         certain invalid muxed streams, where some packets will contain 
3948         junk after decoder data. Partially fixes #149158.
3949
3950 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
3951         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
3952           Make sure we only write to writable buffers
3953
3954 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
3955
3956         * gst-libs/gst/riff/riff-media.c:
3957         (gst_riff_create_audio_caps_with_data):
3958           Do actually fix invalid RIFF fmt header values for alaw
3959           and mulaw audio instead of just saying so.
3960
3961         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
3962           Give gst_riff_create_audio_caps_with_data() a chance to
3963           fix up broken format header fields before extracting any
3964           parameters from the header. (fixes #167633)
3965
3966 2005-02-19  Martin Holters  <martin.holters@gmx.de>
3967
3968         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
3969
3970         * gst/audioconvert/bufferframesconvert.c:
3971         (buffer_frames_convert_link):
3972           Don't leak othercaps. (fixes #167878)
3973
3974 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
3975
3976         * configure.ac:
3977         * ext/libvisual/visual.c: (gst_visual_srclink),
3978         (gst_visual_change_state):
3979           Support libvisual 0.2.0.
3980
3981 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
3982
3983         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
3984         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
3985           Use same rowstrides for I420 as used everywhere else.
3986
3987 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
3988
3989         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
3990           Declare variables at beginning of block and make gcc-2.95 happy
3991           (fixes # 167482, patch by Gergely Nagy).
3992           
3993         * gst/tcp/gsttcpclientsrc.c:
3994         * gst/tcp/gsttcpclientsrc.h:
3995           Move some includes into the header, so that struct sockaddr_in is
3996           defined when it should be defined on FreeBSD as well (fixes
3997           #167483).
3998           
3999         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
4000           Don't pass uninitialised values to setsockopt() here either.
4001
4002 2005-02-17  Luca Ognibene  <luogni at tin dot it>
4003
4004         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
4005
4006         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
4007           Don't pass uninitialised values to setsockopt(). (fixes #167704)
4008
4009 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4010
4011         * gst/playback/gstplaybin.c: (add_sink):
4012           Invert bin_add/link order to workaround deadlock in opt.
4013
4014 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4015
4016         * gst/modplug/gstmodplug.cc:
4017           Add missing break causing position queries to fail.
4018
4019 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4020
4021         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
4022           Granpos can apparently be -1, which screws up calculations...
4023
4024 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
4025
4026         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
4027         (gst_ximagesink_send_pending_navigation),
4028         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
4029         (gst_ximagesink_init):
4030         * sys/ximage/ximagesink.h:
4031         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
4032         (gst_xvimagesink_send_pending_navigation),
4033         (gst_xvimagesink_navigation_send_event),
4034         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
4035         * sys/xvimage/xvimagesink.h:
4036           Use a mutex protected list to marshal navigation
4037           events into the stream thread from whichever thread
4038           sends them.
4039
4040 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
4041
4042         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
4043           Display current position and track length; misc. clean-ups.
4044           
4045         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
4046         (speed_init), (speed_chain):
4047           Add query function, so that the stream length and current position
4048           get adjusted when queried (note that current position queries may
4049           still be wrong if the audio sink returns values based on buffer
4050           timestamps instead of passing on the query).
4051
4052 2005-02-13  Benjamin Otte  <otte@gnome.org>
4053
4054         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
4055         (gst_audio_convert_channels):
4056           create channel conversion matrix when linking
4057         * gst/audioconvert/.cvsignore:
4058         * gst/audioconvert/Makefile.am:
4059         * gst/audioconvert/channelmixtest.c: (main):
4060           add (ugly) test that ensures stereo <=> mono conversion works
4061           correctly
4062
4063 2005-02-13  Benjamin Otte  <otte@gnome.org>
4064
4065         * gst/audioconvert/gstchannelmix.h:
4066           include missing header file
4067         * gst/audioconvert/gstchannelmix.c:
4068         (gst_audio_convert_fill_compatible):
4069           use same sign for both channels when converting to/from compatible
4070           channel. Previously used different signs made the signals cancel
4071           each other out and appear like silence. (fixes #167269)
4072
4073 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
4074
4075         * gst/ffmpegcolorspace/avcodec.h:
4076         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4077         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
4078         (gst_ffmpegcsp_avpicture_fill):
4079         * gst/ffmpegcolorspace/imgconvert.c:
4080           Convert to and from YV12 (fixes #156379).
4081
4082 2005-02-12  Julien MOUTTE  <julien@moutte.net>
4083
4084         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
4085         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
4086         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
4087         (gst_ximagesink_expose), (gst_ximagesink_set_property),
4088         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
4089         methods from chain and negotiation and vice versa (Fixes #166142).
4090         * sys/ximage/ximagesink.h: Add stream_lock.
4091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
4092         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
4093         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
4094         (gst_xvimagesink_expose): Check for xcontext before trying to link.
4095
4096 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
4097
4098         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
4099           Don't send "Hey! You gave me a NULL pointer you naughty person" as
4100           error message when we can't open the DVD device (when dvdnav_open()
4101           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
4102           the above). Send something more useful instead (fixes #167117).
4103
4104 2005-02-11  Julien MOUTTE  <julien@moutte.net>
4105
4106         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
4107         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
4108         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
4109         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
4110         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
4111         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
4112         methods from chain and negotiation and vice versa (Fixes #166142).
4113         Fix a possible bug of images in the buffer pool being discarded because
4114         we are looking at the wrong geometry.
4115         * sys/xvimage/xvimagesink.h: Add stream_lock.
4116
4117 2005-02-11  David Schleef  <ds@schleef.org>
4118
4119         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
4120         unsigned int. (fixes #167128)
4121
4122 2005-02-11  David Schleef  <ds@schleef.org>
4123
4124         * gst/librfb/Makefile.am: Testing stuff before committing is
4125           for wimps... and people with fast machines.  Fix stupid
4126           mistake.
4127
4128 2005-02-11  David Schleef  <ds@schleef.org>
4129
4130         * configure.ac: Pull in librfb from my CVS tree, because it is
4131           too small and annoying to be separate.  Move rfbsrc plugin
4132           to gst/.
4133         * ext/Makefile.am:
4134         * ext/librfb/Makefile.am:
4135         * ext/librfb/gstrfbsrc.c:
4136         * gst/librfb/Makefile.am:
4137         * gst/librfb/gstrfbsrc.c:
4138         * gst/librfb/rfb.c:
4139         * gst/librfb/rfb.h:
4140         * gst/librfb/rfbbuffer.c:
4141         * gst/librfb/rfbbuffer.h:
4142         * gst/librfb/rfbbytestream.c:
4143         * gst/librfb/rfbbytestream.h:
4144         * gst/librfb/rfbcontext.h:
4145         * gst/librfb/rfbdecoder.c:
4146         * gst/librfb/rfbdecoder.h:
4147         * gst/librfb/rfbutil.h:
4148
4149 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
4150
4151         * gst/speed/Makefile.am:
4152         * gst/speed/demo-mp3.c: (main):
4153         * gst/speed/filter.func:
4154         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
4155         (speed_class_init), (speed_init), (speed_chain_int16),
4156         (speed_chain_float32), (speed_chain), (speed_set_property),
4157         (speed_get_property), (speed_change_state):
4158         * gst/speed/gstspeed.h:
4159           Fix speed element and make it chain-based (fixes #156467),
4160           and make it handle more than one channel.
4161
4162 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
4163
4164         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
4165         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
4166         (gst_dtsdec_chain), (gst_dtsdec_change_state):
4167         * ext/dts/gstdtsdec.h:
4168           Don't clobber the stack constructing the channels array.
4169           Make the element chain-based. DTS tracks can now be played.
4170           
4171 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
4172
4173         * gst-libs/gst/audio/multichannel.h:
4174         * gst-libs/gst/gconf/gconf.h:
4175         * gst-libs/gst/idct/idct.h:
4176         * gst-libs/gst/media-info/media-info-priv.h:
4177         * gst-libs/gst/play/play.h:
4178         * gst-libs/gst/resample/private.h:
4179         * gst-libs/gst/resample/resample.h:
4180         * gst-libs/gst/riff/riff-ids.h:
4181         * gst-libs/gst/video/video.h:
4182         * gst-libs/gst/video/videosink.h:
4183           Add G_BEGIN_DECLS and G_END_DECLS around headers where
4184           missing, so that they work when included from C++ code.
4185
4186 2005-02-09  David Schleef  <ds@schleef.org>
4187
4188         * testsuite/gst-lint: Check for non-statically scoped
4189           parent_class variables.  This won't be a problem once
4190           plugins are loaded with RTLD_LOCAL.
4191
4192 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4193
4194         * ext/mplex/gstmplexibitstream.cc:
4195           gcc madness.
4196
4197 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4198
4199         * ext/ogg/gstogmparse.c:
4200         * gst/debug/gstnavigationtest.c:
4201           Die, thou faulty symbol pollutors (non-static parent_class).
4202
4203 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4204
4205         * ext/mplex/gstmplexibitstream.cc:
4206           Fix event handling (#165525).
4207
4208 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4209
4210         * ext/mikmod/gstmikmod.c:
4211         * gst/modplug/gstmodplug.cc:
4212           Add missing endianness to template (fixes #165509).
4213
4214 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4215
4216         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
4217           Fix wrong order of reading of optional bytes (#165290).
4218
4219 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4220
4221         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4222           Implement FILLER event awareness.
4223
4224 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4225
4226         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
4227           Fix track calculations (#166208).
4228
4229 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
4230
4231         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4232
4233         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
4234         * ext/libpng/gstpngenc.c:
4235           Fix byte-order, use proper fixed caps. Fixes #164197.
4236
4237 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
4238
4239         * configure.ac:
4240           Add dvdlpcmdec 
4241
4242         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
4243         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
4244           Don't push buffers if the src pad isn't negotiated yet.
4245           
4246         * gst/audioconvert/gstaudioconvert.c:
4247         (gst_audio_convert_buffer_to_default_format),
4248         (gst_audio_convert_buffer_from_default_format):
4249           Add support for 24-bit width.
4250
4251         * gst/dvdlpcmdec/.cvsignore:
4252         * gst/dvdlpcmdec/Makefile.am:
4253         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
4254         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
4255         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
4256         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
4257         (plugin_init):
4258         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
4259           New decoder for rearranging DVD LPCM into our audio/x-raw-int
4260           format. Needs support for the channels maps if someone can find 
4261           a DVD LPCM track with > 2 channels.
4262
4263         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
4264         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
4265         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
4266         * gst/mpegstream/gstdvddemux.h:
4267         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
4268         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
4269         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
4270         * gst/mpegstream/gstmpegdemux.h:
4271         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
4272         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
4273         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
4274         (gst_mpeg_parse_handle_src_query),
4275         (gst_mpeg_parse_handle_src_event):
4276           Use audio/x-dvd-lpcm for LPCM output.
4277           Add DTS output.
4278
4279 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
4280
4281         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4282
4283         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
4284         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
4285           Add BGRA handling (#165736).
4286
4287 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
4288
4289         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4290
4291         * gst/law/alaw-decode.c: (alawdec_link):
4292         * gst/law/alaw-encode.c: (alawenc_link):
4293         * gst/law/mulaw-decode.c: (mulawdec_link):
4294         * gst/law/mulaw-encode.c: (mulawenc_link):
4295           Fix caps memleaks (#166600).
4296
4297 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
4298
4299         * ext/tarkin/mem.h:
4300         * ext/tarkin/wavelet.h:
4301         * ext/tarkin/yuv.h:
4302         * gst/ffmpegcolorspace/avcodec.h:
4303           Include "_stdint.h" instead of <stdint.h>. Fixes build on
4304           systems that don't have stdint.h, like Solaris9 (fixes #166631).
4305
4306 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4307
4308         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
4309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
4310         (gst_xvimagesink_change_state):
4311           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
4312           Xv video (and thereby regenerate Xv colourkey) in clear() so
4313           that PLAY -> READY -> PLAY works (fixes #162504).
4314
4315 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4316
4317         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
4318           Switch to list instead of range, since MJPEG-devices really just
4319           support decimations, not any size.
4320
4321 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
4322         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
4323         (gst_mpeg2dec_reset), (free_all_buffers),
4324         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
4325         * ext/mpeg2dec/gstmpeg2dec.h:
4326           The libmpeg2 user-allocated buffer management is awkward, 
4327           to say the least. Hopefully this fixes things.
4328
4329 2005-02-04  Andy Wingo  <wingo@pobox.com>
4330
4331         * gst/audioconvert/bufferframesconvert.c
4332         (buffer_frames_convert_fixate): New function, fixates to 256
4333         frames per buffer by default. (Much better than 1.)
4334         (buffer_frames_convert_init): Set the fixate function for both src
4335         and sink pad.
4336         (buffer_frames_convert_link): After success setting nonfixed caps,
4337         get the negotiated caps so we can know how many buffer-frames it
4338         will be. No idea how this worked at all before.
4339
4340 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
4341
4342         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
4343         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
4344         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
4345         (handle_sequence), (handle_picture):
4346         * ext/mpeg2dec/gstmpeg2dec.h:
4347           Rearrange buffer tracking and refcounting and refactor
4348           a little for readability. 
4349
4350 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
4351         * sys/v4l/gstv4l.c: (plugin_init):
4352         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
4353         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
4354         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
4355         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
4356         * sys/v4l/gstv4ljpegsrc.h:
4357         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
4358         * sys/v4l/v4l_calls.h:
4359         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
4360         (gst_v4lsrc_get_fps):
4361         * sys/v4l/v4lsrc_calls.h:
4362           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
4363           you jpeg inside rgb frames" driver.
4364           Don't error in the v4lsrc link function, just return 
4365           REFUSED.
4366
4367 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4368
4369         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
4370         (gst_qcamsrc_open):
4371           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
4372
4373 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4374
4375         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4376           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
4377
4378 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4379
4380         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
4381           Reset negotiated state on PAUSED->READY.
4382
4383 2005-02-02  David Schleef  <ds@schleef.org>
4384
4385         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
4386         whereever possible.  (Fixes #165997)
4387         * examples/capsfilter/capsfilter1.c: (main):
4388         * examples/dynparams/filter.c: (create_ui):
4389         * examples/seeking/cdparanoia.c: (get_track_info), (main):
4390         * examples/seeking/chained.c: (main):
4391         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
4392         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
4393         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
4394         (make_mpeg_pipeline), (make_mpegnt_pipeline):
4395         * examples/seeking/spider_seek.c: (make_spider_pipeline):
4396         * examples/switch/switcher.c: (main):
4397         * ext/dv/demo-play.c: (main):
4398         * ext/faad/gstfaad.c: (gst_faad_change_state):
4399         * ext/mad/gstmad.c: (gst_mad_chain):
4400         * ext/smoothwave/demo-osssrc.c: (main):
4401         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
4402         (gst_gconf_render_bin_from_description),
4403         (gst_gconf_get_default_audio_sink),
4404         (gst_gconf_get_default_video_sink),
4405         (gst_gconf_get_default_audio_src),
4406         (gst_gconf_get_default_video_src),
4407         (gst_gconf_get_default_visualization_element):
4408         * gst/level/demo.c: (main):
4409         * gst/level/plot.c: (main):
4410         * gst/playback/gstplaybin.c: (gen_video_element),
4411         (gen_audio_element):
4412         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4413         * gst/playondemand/demo-mp3.c: (setup_pipeline):
4414         * gst/sine/demo-dparams.c: (main):
4415         * gst/spectrum/demo-osssrc.c: (main):
4416         * gst/speed/demo-mp3.c: (main):
4417         * gst/volume/demo.c: (main):
4418         * testsuite/embed/embed.c: (main):
4419
4420 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
4421
4422         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4423         (gst_tcpclientsink_finalize):
4424         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
4425         (gst_tcpclientsrc_finalize):
4426         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
4427         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
4428         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
4429         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
4430           Don't leak the hostname when shutting down.
4431           In tcpserversrc, take a copy of the default hostname.
4432
4433 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4434
4435         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
4436           Set caps to systemstream=TRUE.
4437
4438 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4439
4440         * testsuite/Makefile.am:
4441           Fix more OSX buildbots.
4442
4443 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
4444
4445         * ext/mpeg2dec/gstmpeg2dec.c:
4446           Don't send things to NULL PAD_PEERs
4447
4448         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
4449           Copy-on-write the incoming buffer.
4450
4451         * gst/mpegstream/gstdvddemux.h:
4452         * gst/mpegstream/gstmpegclock.h:
4453         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
4454         (normal_seek), (gst_mpeg_demux_handle_src_event):
4455         * gst/mpegstream/gstmpegdemux.h:
4456         * gst/mpegstream/gstmpegpacketize.h:
4457         * gst/mpegstream/gstmpegparse.c:
4458         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
4459         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
4460         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
4461         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
4462         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
4463         * gst/mpegstream/gstmpegparse.h:
4464         * gst/mpegstream/gstrfc2250enc.h:
4465           Various changes to the way time is computed that make seeking and
4466           total time estimation much better here.
4467           Use G_BEGIN/END_DECLS instead of __cplusplus
4468
4469         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
4470           Use gst_buffer_stamp instead of only copying the TIMESTAMP
4471
4472 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4473
4474         * gst/subparse/gstsubparse.c:
4475           Fix OSX buildbot.
4476
4477 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
4478
4479         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4480         (theora_enc_chain), (theora_enc_change_state):
4481         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4482         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
4483         (gst_vorbisenc_change_state):
4484         * ext/vorbis/vorbisenc.h:
4485           Set granulepos and timestamp correctly for streams not
4486           starting at 0, taking into account the initial delay.
4487
4488 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
4489
4490         * gst/mpegstream/gstdvddemux.c:
4491           Add audio/x-dts to audio pad template caps
4492
4493 2005-01-30  David Schleef  <ds@schleef.org>
4494
4495         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
4496         (create_context), (gst_polypsink_link): Fix silly endianness
4497         bug.  Add some debugging.  Remove float from caps; it doesn't
4498         work.  Attempt to get remote audio working.
4499
4500 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4501
4502         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4503           Add 3IV2 fourcc.
4504
4505 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4506
4507         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
4508         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
4509         (gst_avi_demux_stream_data):
4510         * gst/avi/gstavidemux.h:
4511           Invert DIB images. Fixes #132341.
4512
4513 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4514
4515         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4516         (gst_ffmpegcsp_chain):
4517           D'oh, reference the palette data, not the palette structure.
4518           Fixes color distortion in #132341.
4519
4520 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4521
4522         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
4523           PAR can be non-fixed when not provided as argument (#162626).
4524
4525 2005-01-29  David Moore  <dcm@acm.org>
4526
4527         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4528
4529         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
4530         (gst_qtdemux_loop_header):
4531           Re-apply patch from #142272 that allows non-seekable sources,
4532           re-proposed by Daniel Drake <dsd@gentoo.org>.
4533
4534 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4535
4536         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
4537           Use the src template for creating the src pad (#162330).
4538
4539 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4540
4541         * configure.ac:
4542         * ext/musepack/Makefile.am:
4543         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
4544         (gst_musepackdec_init), (gst_musepackdec_dispose),
4545         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
4546         (gst_musepack_stream_init), (gst_musepackdec_loop),
4547         (gst_musepackdec_change_state):
4548         * ext/musepack/gstmusepackdec.cpp:
4549         * ext/musepack/gstmusepackdec.h:
4550         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
4551         (gst_musepack_reader_read), (gst_musepack_reader_seek),
4552         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
4553         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
4554         * ext/musepack/gstmusepackreader.cpp:
4555         * ext/musepack/gstmusepackreader.h:
4556           Update to 1.1 API (#165446).
4557
4558 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4559
4560         * ext/Makefile.am:
4561           Unbreak buildbot.
4562
4563 2005-01-28  Andy Wingo  <wingo@pobox.com>
4564
4565         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
4566         to reflect a different dubious internet source. Add a reference
4567         and some commentary.
4568
4569 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4570
4571         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
4572         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
4573         * gst/playback/gststreamselector.h:
4574           Be more selective when we're redoing caps negotiation from
4575           within the chain function on a stream change.
4576
4577 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4578
4579         * configure.ac:
4580         * ext/Makefile.am:
4581         * ext/amrnb/Makefile.am:
4582         * ext/amrnb/amrnb.c: (plugin_init):
4583         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
4584         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
4585         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
4586         (gst_amrnbdec_state_change):
4587         * ext/amrnb/amrnbdec.h:
4588         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
4589         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
4590         (gst_amrnbparse_init), (gst_amrnbparse_formats),
4591         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
4592         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
4593         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
4594         * ext/amrnb/amrnbparse.h:
4595           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
4596         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4597           Add AMR-NB/-WB raw formats.
4598         * ext/alsa/gstalsa.c: (gst_alsa_link):
4599           Keep valid time when changing format.
4600         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
4601         (qtdemux_parse_trak):
4602           Add some more format-specific options (#140141, #143555, #155163).
4603
4604 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4605
4606         * gst/matroska/matroska-demux.c:
4607         (gst_matroska_demux_parse_blockgroup):
4608           Fix logic error in timing of subtitle stream synchronization.
4609         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
4610           Add skip-chunk, which is found in kodak-camera streams.
4611
4612 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4613
4614         * po/LINGUAS:
4615         * po/vi.po:
4616           Adding Vietnamese translation (submitted by Clytie Siddall)
4617
4618 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4619
4620         * gst/playback/gstdecodebin.c: (try_to_link_1):
4621           Use realpad for signal.
4622
4623 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4624
4625         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
4626           Fix category so decodebin picks it up.
4627
4628 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4629
4630         * ext/mad/Makefile.am:
4631         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
4632         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
4633         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
4634         (found_type), (gst_id3demux_bin_change_state):
4635         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
4636         (gst_id3_tag_init), (gst_id3_tag_handle_event),
4637         (gst_id3_tag_src_link), (gst_id3_tag_chain),
4638         (gst_id3_tag_change_state), (plugin_init):
4639         * ext/mad/gstmad.h:
4640           Add id3demuxbin (which is a simple bin consisting of id3demux
4641           and typefind), take over rank from id3demux, remove typefind
4642           code from id3demux. Makes all broken mp3s that I know of work,
4643           and thereby fixes #152688.
4644
4645 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
4646
4647         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4648
4649         * ext/mad/gstmad.c: (gst_mad_src_event):
4650         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
4651           Allow seeks on audio pad, make mad forward those (#164826).
4652         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
4653           Set duration (#165335).
4654
4655 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4656
4657         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
4658         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
4659         (gst_asf_demux_process_ext_content_desc),
4660         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
4661         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
4662         * gst/asfdemux/gstasfdemux.h:
4663           Improve metadata display, e.g. if the metadata comes before the
4664           streams are loaded (which is perfectly valid).
4665
4666 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4667
4668         * tools/gst-launch-ext-m.m:
4669           Fix AVI/ASF pipelines (#165340).
4670
4671 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
4672         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
4673         build failure on amd64
4674
4675 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
4676
4677         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
4678         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
4679           Check environment variables GST_ID3V2_TAG_ENCODING,
4680           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
4681           list of character encodings to force interpretation of non-unicode
4682           strings stored in an ID3v2 tag to a particular encoding. If none
4683           is specified, try to use current locale's encoding, then fall back
4684           to ISO-8859-1 (which will always succeed). (Resolves #149274)
4685         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
4686         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
4687           Check environment variables GST_ID3V1_TAG_ENCODING,
4688           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
4689           list of character encodings to use in case a string encountered
4690           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
4691           specified, try to use the current locale's encoding, then fall
4692           back to ISO-8859-1 (which will always succeed).
4693
4694 2005-01-25  Benjamin Otte  <otte@gnome.org>
4695
4696         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
4697           - on half framerate, compute the rate in advance so the comparisons
4698             don't compare wrong values
4699           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
4700             behaviour
4701           - don't use mad_header_decode anymore, mad_frame_decode does that
4702             automatically
4703           - when getting rid of consumed bytes, reset the stream's skiplen
4704           (fixes #163867)
4705
4706 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
4707
4708         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
4709           Use 1/2 a second for default max_discont, as PES streams from DVB
4710           seem to have larger spacings in the SCR. 
4711           Fix a typo.
4712
4713 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4714
4715         * gst/playback/gstplaybasebin.c: (group_commit):
4716           Notify delayed stream-info availability.
4717
4718 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
4719         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
4720         (gst_a52dec_handle_event), (gst_a52dec_chain):
4721         Add some debug output. Check that a discont has a valid
4722         time associated.
4723         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
4724         (gst_alsa_sink_loop):
4725         Ignore TAG events. A little extra debug for broken timestamps.
4726         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
4727         (dvdnavsrc_change_state):
4728         Ensure we send a discont to engage the link before we send any
4729         other events.
4730         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
4731         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
4732         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
4733         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
4734         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
4735         dvd://title works in totem because typefinding sends a seek that ends
4736         up going back to chapter 1 regardless.
4737         * ext/mpeg2dec/gstmpeg2dec.c:
4738         * ext/mpeg2dec/gstmpeg2dec.h:
4739         Output correct timestamps and handle disconts.
4740         * ext/ogg/gstoggdemux.c: (get_relative):
4741         Small guard against a null dereference.
4742         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
4743         (gst_textoverlay_set_property):
4744         Free memory when done. Don't call gst_event_filler_get_duration on
4745         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
4746         g_warning.
4747         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
4748         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
4749         (gst_sw_srclink), (gst_smoothwave_chain):
4750         Draw solid lines, prettier colours.
4751         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
4752         Add a default palette that'll work for some movies.
4753         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
4754         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
4755         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
4756         * gst/mpegstream/gstdvddemux.h:
4757         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
4758         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
4759         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
4760         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
4761         * gst/mpegstream/gstmpegparse.h:
4762         Use PTM/NAV events when for timestamp adjustment when connected to 
4763         dvdnavsrc. Don't use many discont events where one suffices.
4764         * gst/playback/gstplaybasebin.c: (group_destroy),
4765         (gen_preroll_element), (gst_play_base_bin_add_element):
4766         * gst/playback/gstplaybasebin.h:
4767         Make sure we remove subtitles from the same bin we put them in.
4768         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
4769         (gst_subparse_buffer_format_autodetect),
4770         (gst_subparse_change_state):
4771         Fix some memleaks and invalid accesses.
4772         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
4773         (oggskel_type_find), (cmml_type_find), (plugin_init):
4774         Some typefind functions for Annodex v3.0 files
4775         * gst/wavparse/gstwavparse.h:
4776         GstRiffReadClass is the correct parent class.
4777
4778 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4779
4780         * gst-libs/gst/riff/riff-media.c:
4781         (gst_riff_create_video_caps_with_data):
4782           Add extradata to huffyuv (fixes #165013).
4783         * gst-libs/gst/riff/riff-read.c:
4784         (gst_riff_read_strf_vids_with_data):
4785           Fix extradata extraction if it is in the chunk size.
4786
4787 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
4788
4789         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4790
4791         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
4792         (gst_quarktv_change_state), (gst_quarktv_dispose):
4793           Memory free'ing location fix (#164708).
4794
4795 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4796
4797         * gst/playback/gstplaybasebin.c: (group_commit),
4798         (gen_preroll_element), (probe_triggered), (gen_source_element),
4799         (setup_source), (gst_play_base_bin_change_state),
4800         (gst_play_base_bin_add_element):
4801           Don't block for streams.
4802         * gst/playback/gststreaminfo.c: (stream_info_change_state),
4803         (gst_stream_info_set_mute):
4804           Use gst_pad_set_active_recursive.
4805
4806 2005-01-25  Andy Wingo  <wingo@pobox.com>
4807
4808         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
4809         for #ifndef HAVE_XVIDEO.
4810
4811 2005-01-24  Jeffrey C. Ollie
4812
4813         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
4814
4815         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
4816         * ext/gsm/gstgsmdec.h:
4817         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
4818         * ext/gsm/gstgsmenc.h:
4819         Fix rate to 8kHz as per spec, removes obscure errors when no rate
4820         was given by property. Add proper buffer timestamps and offsets.
4821
4822 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4823
4824         * gst-libs/gst/riff/riff-media.c:
4825         (gst_riff_create_audio_caps_with_data):
4826           Audio can be <8000Hz.
4827
4828 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4829
4830         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
4831           Explicit state change to workaround refcount bugs.
4832
4833 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4834
4835         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
4836         (gst_avimux_riff_get_avi_header):
4837           Fix...
4838
4839 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4840
4841         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
4842         (gst_riff_read_element_data):
4843         * gst-libs/gst/riff/riff-read.h:
4844           Add _peek version (req'ed in CDXA).
4845         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
4846         (gst_cdxaparse_loop):
4847           Fix parsing in playbin.
4848         * gst/playback/gstdecodebin.c: (close_pad_link):
4849           Ignore current_ pads, they cause major annoyance.
4850
4851 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4852
4853         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
4854           Safety guard.
4855
4856 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4857
4858         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
4859           Fix padding...
4860
4861 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4862
4863         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
4864           Allow for 0-sized buffers. Fixes length query problems in
4865           starwars.mkv from the testsuite.
4866
4867 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
4868
4869         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
4870         (gst_video_box_i420), (gst_video_box_chain):
4871           Fix row strides for I420 (fixes #163159)
4872           
4873 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4874
4875         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
4876           MPEG2 has a useful rate property, so we can actually use that.
4877           For MPEG-1, continue using the bytes/time properties.
4878
4879 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4880
4881         * gst-libs/gst/riff/riff-media.c:
4882         (gst_riff_create_video_caps_with_data),
4883         (gst_riff_create_video_template_caps):
4884           Add intel-h263.
4885
4886 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4887
4888         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
4889           Fail if caps negotiation fails. Should fix #162184, and should
4890           definately be in there regardless of it fixing the actual bug.
4891         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
4892         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
4893         (gst_avimux_riff_get_avix_header),
4894         (gst_avimux_riff_get_video_header),
4895         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
4896         (gst_avimux_start_file), (gst_avimux_handle_event),
4897         (gst_avimux_change_state):
4898         * gst/avi/gstavimux.h:
4899           Refactor structure writing to use GST_WRITE_UINT macros, add
4900           metadata writing support.
4901
4902 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4903
4904         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
4905           Elements may already be destroyed when this function is called.
4906
4907 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4908
4909         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
4910         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
4911           More memory leak fixes (#149162).
4912
4913 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4914
4915         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
4916         (gst_qtdemux_add_stream):
4917           Fix two memleaks.
4918
4919 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4920
4921         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
4922           Argh...
4923
4924 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4925
4926         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
4927           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
4928           when fixating to six channels in Totem.
4929
4930 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
4931
4932         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
4933           Fix compile warnings on Solaris 10 buildbot
4934
4935 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
4936
4937         * ext/dvdread/dvdreadsrc.c: (_read):
4938           Don't read beyond the last cell in a chapter (fixes 
4939           invalid memory access)
4940
4941 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
4942
4943         * ext/dvdread/stream_labels.c:
4944         (dvdreadsrc_get_audio_stream_labels):
4945           Use NULL for an empty GList instead of g_list_alloc(); fix 
4946           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
4947           of GString (easier to bulk free later)
4948
4949 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
4950
4951         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4952
4953         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4954         (gst_ffmpeg_pixfmt_to_caps):
4955           Fix BGRA32 caps (#164209).
4956
4957 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
4958
4959         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4960
4961         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4962         (gst_ffmpeg_caps_to_pixfmt):
4963           alpha_mask can be RGBA/ABGR. Fixes #164265.
4964
4965 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
4966
4967         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4968
4969         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
4970         (gst_mpeg2dec_alloc_buffer):
4971         * ext/mpeg2dec/gstmpeg2dec.h:
4972           Crop if decoding size is not the actual image size (#163676).
4973
4974 2005-01-17  Steve Baker  <steve@stevebaker.org>
4975
4976         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4977
4978         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
4979         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
4980           Add libsndfile typefind functions (#163309).
4981
4982 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4983
4984         * tools/gst-launch-ext-m.m:
4985           Add .aac, fix .m1v/.m2v (#163891).
4986
4987 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4988
4989         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
4990           Sanity check, don't wait endlessly since the clock might not
4991           actually run at this point (which is a deadlock). Fixes #164069.
4992
4993 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4994
4995         * gst/playback/gstplaybasebin.c: (probe_triggered):
4996           Of course, only pause if group is done...
4997
4998 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4999
5000         * gst/playback/gstplaybasebin.c: (probe_triggered):
5001           Thread safety.
5002
5003 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
5004
5005         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
5006           Don't return state change success when the parent
5007           failed.
5008
5009 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5010
5011         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
5012           Free events (fix memleak in #162905).
5013
5014 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
5015
5016         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5017
5018         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5019         (gst_ffmpeg_caps_to_pixfmt):
5020           Fix for depth = 15. Fixes #161675.
5021
5022 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5023
5024         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
5025           Set FPS correctly, even for webcams and the like.
5026         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
5027           Don error on setting while capturing.
5028
5029 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5030
5031         * ext/dv/gstdvdec.c:
5032         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
5033         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
5034           I'm a bad boy. using /1001. to force C to do float division
5035           and not integer division (as it did in my last commit)
5036           Thanks to David I. Lehn for pointing this mistake.
5037
5038 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5039
5040         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
5041           Revert Johan??s 1.35->1.36 since it breaks compat.
5042
5043 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5044
5045         * ext/dv/gstdvdec.c:
5046         * ext/libfame/gstlibfame.c:
5047         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
5048         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
5049           replace framerate aproximations by their real value
5050           (24000/1001, 30000/1001, 60000/1001)
5051           Finish fixing bug #164049
5052
5053 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5054
5055         * ext/ogg/gstoggmux.c:
5056           eos/bos debugging
5057         * gst/tcp/gstmultifdsink.c:
5058         * gst/tcp/gstmultifdsink.h:
5059         * gst/tcp/gsttcp.c:
5060         * gst/tcp/gsttcp.h:
5061         * gst/tcp/gsttcpclientsink.c:
5062         * gst/tcp/gsttcpclientsrc.c:
5063         * gst/tcp/gsttcpserversink.c:
5064         * gst/tcp/gsttcpserversrc.c:
5065           improve reusability of elements after state changes and errors
5066           make multifdsink throw away streamheaders when receiving new ones
5067
5068 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5069
5070         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
5071           Fix for if items are already in list...
5072
5073 2005-01-12  Benjamin Otte  <otte@gnome.org>
5074
5075         * gst/adder/gstadder.c: (gst_adder_loop):
5076           fix adder a bit so it doesn't screw up with events as much anymore
5077
5078 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
5079
5080         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
5081         (pixbufscale_scale), (gst_pixbufscale_chain):
5082         * ext/gdk_pixbuf/pixbufscale.h:
5083           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
5084           to ensure rowstrides are calculated the same way as 
5085           ffmpegcolorspace
5086           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
5087           that we pick up duration and offset also.
5088
5089 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5090
5091         * gst/avi/gstavimux.c: (gst_avimux_class_init),
5092         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
5093           Reusability fixes.
5094
5095 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5096
5097         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
5098         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
5099         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
5100         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
5101           Update flags when requested.
5102
5103 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5104
5105         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
5106           Fix dmix.
5107
5108 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5109
5110         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5111         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5112         (probe_triggered), (new_decoded_pad), (gen_source_element),
5113         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5114         * gst/playback/gstplaybasebin.h:
5115         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5116         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
5117         (gst_play_bin_change_state):
5118           Implement group-switch signal for use in apps to clear metadata
5119           cache, clean up subtitle, add suburi property instead of # hack,
5120           some error-out fixes.
5121
5122 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5123
5124         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5125           Debug.
5126         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
5127           If we got a state change in the _get handler, don't return success.
5128
5129 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5130
5131         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
5132         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
5133           Make jpegdec quiet on MJPEG decoding
5134         * gst/asfdemux/README:
5135           Fix mimetypes for MJPEG and H263
5136
5137 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5138
5139         * ext/theora/theoradec.c: (theora_dec_chain):
5140           Fix broken code generation by gcc by swapping arguments.
5141         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
5142           Fix \n in debug.
5143
5144 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5145
5146         * TODO:
5147           delete this file, it is by far outdated
5148         * ext/alsa/gstalsa.1: remove
5149         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
5150         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
5151         (gst_alsa_get_caps):
5152           Add HW probing for supported sample rates. Fixes #161704
5153
5154 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5155
5156         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
5157           Don't crash, biatch! :).
5158
5159 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5160
5161         * ext/musepack/gstmusepackreader.cpp:
5162         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
5163           Some work on tags - still doesn't work in playbin...
5164         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
5165           Handle events...
5166
5167 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5168
5169         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
5170           Also shove tags on kid pads.
5171
5172 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5173
5174         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
5175           Don't bail on unknown events.
5176         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
5177           Don't crash on events before negotiation.
5178         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
5179           Send tags on pads, too.
5180         * gst/playback/gststreamselector.c:
5181         (gst_stream_selector_request_new_pad):
5182           Forward events on first pad if no input was selected yet.
5183
5184 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5185
5186         * gst/playback/gstplaybasebin.c: (setup_substreams):
5187           Don't disable streamtype if the stream doesn't exist, since
5188           then playing a video after audio will disable both and nothing
5189           will happen. Fixes the testsuite.
5190
5191 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5192
5193         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
5194         (gst_v4l_xoverlay_set_xwindow_id):
5195         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
5196         (gst_v4l2_xoverlay_set_xwindow_id):
5197           Add debug categories, fix overlay disabling.
5198
5199 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5200
5201         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
5202         * ext/alsa/gstalsa.h:
5203           Add HW probing for period_count/size and buffer_size MIX/MAX
5204           Adjust default/user defined value if out of bounds
5205           Should fix bug #162024
5206
5207 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5208
5209         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
5210           Fix warning (#161191).
5211
5212 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5213
5214         * ext/dvdread/stream_labels.c:
5215         (dvdreadsrc_get_audio_stream_labels):
5216           Fix warning (init the good variable in switch default)
5217
5218 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
5219
5220         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5221
5222         * gst/tta/gstttaparse.c: (gst_tta_src_event):
5223           Fix gcc-2.95 compile (#163485).
5224
5225 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5226
5227         * configure.ac:
5228         * ext/flac/gstflacenc.c: (gst_flacenc_init),
5229         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
5230         (gst_flacenc_tell_callback), (gst_flacenc_chain),
5231         (gst_flacenc_change_state):
5232         * ext/flac/gstflacenc.h:
5233           Update for API change in flac-1.1.1. Update requirement in
5234           configure.ac. Fixes #162974.
5235
5236 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5237
5238         * gst/playback/gstplaybasebin.c: (group_destroy):
5239           Remove hack to get rid of assert and get rid of unlinked
5240           signals properly.
5241
5242 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5243
5244         * gst/playback/gstplaybasebin.c: (setup_source):
5245           Set source to NULL so that resources are free'ed. Fixes issues
5246           with playback of CDDA and similar device-accessing things.
5247
5248 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5249
5250         * testsuite/embed/Makefile.am:
5251           test->noinst, fix make test in buildbot.
5252
5253 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5254
5255         * ext/dvdread/stream_labels.c: new file
5256         * ext/dvdread/stream_labels.h: new file
5257         * ext/dvdread/Makefile.am:
5258         * ext/dvdread/dvdreadsrc.c: (_seek_title):
5259           Extract audio stream label from DVD IFO files.
5260           It only dump them on the console for now, still have to
5261           make playbin aware of them.
5262
5263 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5264
5265         * gst/playback/gstplaybasebin.c: (setup_source):
5266           Fix hanging subs.
5267
5268 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5269
5270         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5271         (gen_preroll_element), (remove_groups), (setup_subtitle),
5272         (gen_source_element), (setup_source):
5273         * gst/playback/gstplaybasebin.h:
5274           Multiple .sub files is just a stupid idea... Fix some threading
5275           mistakes. Interestingly, external .sub files cause playbin to
5276           hang, I don't know why... Parsing fixes contributed by Fran??ois
5277           Kooman <fkooman@tuxed.net>.
5278
5279 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5280
5281         * testsuite/embed/Makefile.am:
5282           Fix buildbot.
5283
5284 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
5285
5286         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5287
5288         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
5289         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
5290         (gst_pngenc_set_property):
5291         * ext/libpng/gstpngenc.h:
5292           Add compression level property (#163323).
5293
5294 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5295
5296         * configure.ac:
5297         * examples/capsfilter/capsfilter1.c: (main):
5298         * examples/seeking/spider_seek.c: (make_spider_pipeline):
5299         * ext/dvdread/Makefile.am:
5300         * ext/dvdread/demo-play:
5301         * ext/dvdread/demo-play.c:
5302         * gconf/gstreamer.schemas.in:
5303         * gst-libs/gst/gconf/gconf.c:
5304         * sys/v4l/TODO:
5305         * testsuite/Makefile.am:
5306         * testsuite/embed/Makefile.am:
5307         * testsuite/embed/embed.c: (cb_expose), (main):
5308           Remove all references to xvideosink, fix examples (#140845).
5309         * gst/playback/gstplaybasebin.c: (group_destroy):
5310           Apparently, disposal does not unlink - so do explicitely.
5311         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5312           Add debug.
5313
5314 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
5315
5316         * README: fix PKG_CONFIG_PATH instructions, what was there
5317         previously was breaking default search path, not nice. 
5318         Fixes #163358
5319
5320 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5321
5322         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
5323         (gst_audioscale_chain):
5324           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
5325           when resampling - how the ^@$^!@^! is this possible?!?
5326
5327 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5328
5329         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
5330           Reset variables on READY.
5331         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
5332         (gst_matroska_mux_loop):
5333           Require data before writing header.
5334
5335 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
5336
5337         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5338
5339         * ext/mad/gstmad.c: (gst_mad_chain):
5340           Don't call mad_stream_sync() directly after recovering sync.
5341           Fixes #151661.
5342
5343 2005-01-09  Martin Eikermann  <meiker@upb.de>
5344
5345         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5346
5347         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
5348         (snapshot_handler), (gst_snapshot_sinkconnect),
5349         (gst_snapshot_chain):
5350           Allocate resources when required, fix recursive signal emission
5351           and fix caps. Fixes #161667.
5352
5353 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
5354
5355         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5356
5357         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
5358         (gst_pngdec_chain):
5359           Handle only 8-bppc (bits-per-pixel-component) images, better
5360           error handling and correct strides. Fixes #163177.
5361         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
5362         (gst_pngenc_chain):
5363           Better error handling. Fixes #163348.
5364
5365 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5366
5367         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
5368         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
5369         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
5370         (dvdnavsrc_uri_handler_init):
5371           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
5372         * gst/playback/gstplaybasebin.c: (gen_source_element):
5373           Add MMS to streaming URIs.
5374
5375 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5376
5377         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
5378         * sys/xvimage/xvimagesink.c:
5379         (gst_xvimagesink_navigation_send_event):
5380           Check for pad availability before sending event.
5381
5382 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5383
5384         * gst-plugins.spec.in:
5385           Add subparse.
5386
5387 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5388
5389         * configure.ac:
5390           Since we use functions from CVS, up requirement.
5391
5392 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5393
5394         * gst/playback/Makefile.am:
5395         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5396         (group_destroy), (group_commit), (group_is_muted),
5397         (gen_preroll_element), (add_stream), (unknown_type),
5398         (probe_triggered), (preroll_unlinked), (mute_stream),
5399         (silence_stream), (new_decoded_pad), (setup_substreams),
5400         (setup_source), (get_active_source), (mute_group_type),
5401         (muted_group_change_state), (set_active_source),
5402         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
5403         (play_base_eos), (gst_play_base_bin_change_state):
5404         * gst/playback/gstplaybasebin.h:
5405         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
5406         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
5407         (gst_stream_info_dispose), (stream_info_mute_pad),
5408         (stream_info_change_state), (gst_stream_info_set_mute):
5409         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
5410         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5411         (gst_stream_selector_init), (gst_stream_selector_dispose),
5412         (gst_stream_selector_get_linked_pad),
5413         (gst_stream_selector_get_caps), (gst_stream_selector_link),
5414         (gst_stream_selector_get_linked_pads),
5415         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
5416         * gst/playback/gststreamselector.h:
5417           Adding stream selection support plus required properties for
5418           applications to use this. Fully fixes #100931.
5419
5420 2005-01-08  Benjamin Otte  <otte@gnome.org>
5421
5422         * gst/games/gstpuzzle.c: (nav_event_handler):
5423           - handle nav events differently: forward every event no matter if it
5424             was handled or not.
5425           - translate events
5426           You can now cheat by using navigationtest ! puzzle and moving the
5427           mouse close to the edge of a tile. ;)
5428
5429 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5430
5431         * configure.ac:
5432         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
5433         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
5434         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
5435         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
5436         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
5437         (gst_ogm_parse_plugin_init):
5438         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
5439         (gst_textoverlay_link), (gst_textoverlay_getcaps),
5440         (gst_textoverlay_event), (gst_textoverlay_video_chain),
5441         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
5442         * ext/pango/gsttextoverlay.h:
5443         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
5444         (gst_matroska_demux_handle_seek_event),
5445         (gst_matroska_demux_sync_streams),
5446         (gst_matroska_demux_parse_blockgroup),
5447         (gst_matroska_demux_subtitle_caps),
5448         (gst_matroska_demux_plugin_init):
5449         * gst/matroska/matroska-ids.h:
5450         * gst/playback/gstdecodebin.c: (close_pad_link):
5451         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5452         (gen_preroll_element), (remove_groups), (add_stream),
5453         (new_decoded_pad), (setup_subtitles), (gen_source_element),
5454         (setup_source):
5455         * gst/playback/gstplaybasebin.h:
5456         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
5457         * gst/subparse/Makefile.am:
5458         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
5459         (gst_subparse_base_init), (gst_subparse_class_init),
5460         (gst_subparse_init), (gst_subparse_formats),
5461         (gst_subparse_eventmask), (gst_subparse_event),
5462         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
5463         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
5464         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
5465         (parse_mpsub_deinit), (parse_mpsub_init),
5466         (gst_subparse_buffer_format_autodetect),
5467         (gst_subparse_format_autodetect), (gst_subparse_loop),
5468         (gst_subparse_change_state), (gst_subparse_type_find),
5469         (plugin_init):
5470         * gst/subparse/gstsubparse.h:
5471         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
5472         (plugin_init):
5473           Add subtitle support, .sub parser (supports SRT and MPsub),
5474           OGM text support, Matroska UTF-8 text support, deadlock fixes
5475           all over the place, subtitle awareness in decodebin/playbin
5476           and some fixes to textoverlay to handle subtitles in a stream
5477           correctly. Fixes #100931.
5478
5479 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5480
5481         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
5482           Check for pad availability before doing a query on it.
5483
5484 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5485
5486         * ext/dv/gstdvdec.c:
5487           really fix bpp24/32 dvdec caps (classic rgba indeed)
5488         * gst/asfdemux/gstasfdemux.c:
5489         (gst_asf_demux_process_ext_content_desc):
5490           don't send text tags if they are empty (bis repetita)
5491
5492 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5493
5494         * ext/dv/gstdvdec.c:
5495          remove unneeded comment from dvdec
5496           (related to DV 4CC codes in AVI files)
5497           moved them in gstreamer/docs/random/mimetypes
5498         * gst/asfdemux/gstasfdemux.c:
5499         (gst_asf_demux_process_ext_content_desc):
5500          don't send text tags if they are empty
5501          fix mem leak on error path
5502         * gst/ffmpegcolorspace/avcodec.h:
5503         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5504         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
5505         (gst_ffmpegcsp_avpicture_fill):
5506         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
5507         * gst/ffmpegcolorspace/imgconvert_template.h:
5508          adds BGR32 and BGRA32 to ffmpegcolorspace
5509           (still bad colors, fixing it on next commit)
5510           helps with dvdec outputing BGR32
5511
5512 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5513
5514         * ext/dv/gstdvdec.c:
5515          Fix audio caps i just broke (missing ',')
5516         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
5517         (gst_matroska_mux_reset):
5518          Fix typo + add FIXME about old "x-gst-metadata" crap
5519
5520 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5521
5522         * ext/dv/demo-play.c: (main):
5523          xvideosink -> xvimagesink
5524         * ext/dv/gstdvdec.c:
5525          change rgb 32/32 caps to 24/32 (no alpha)
5526          change nb of channels to be a list (2 or 4, not 2)
5527          change sample rate to be a list (32, 44.1, 48 kHz) not a range
5528         * gst/asfdemux/gstasfdemux.c:
5529         (gst_asf_demux_process_ext_content_desc):
5530          Add 'date/year' to extracted metadata list
5531
5532 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5533
5534         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
5535           The return value of fixate_to does not imply that the requested
5536           value was set, so don't assume.
5537
5538 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
5539
5540         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5541
5542         * ext/libpng/gstpngdec.c:
5543         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
5544         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
5545         * ext/libpng/gstpngenc.h:
5546           Alpha support (encoder; #163161), mime fixage.
5547
5548 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
5549
5550         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5551
5552         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
5553         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
5554         (gst_faac_set_property), (gst_faac_get_property):
5555         * ext/faac/gstfaac.h:
5556           Allow for ADTS output (#153434).
5557
5558 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5559
5560         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
5561           Fix against template (#150576).
5562
5563 2005-01-06  Benjamin Otte  <otte@gnome.org>
5564
5565         * gst/games/gstpuzzle.c: (draw_puzzle):
5566           don't draw a puzzle if either width or height of tiles would be 0.
5567
5568 2005-01-06  Benjamin Otte  <otte@gnome.org>
5569
5570         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
5571         (gst_puzzle_class_init), (gst_puzzle_finalize):
5572           no memleaks, please
5573         (gst_puzzle_create), (gst_puzzle_init),
5574         (gst_puzzle_set_property), (gst_puzzle_setup):
5575           change initialization code around so we don't reshuffle on resize
5576         (draw_puzzle):
5577           fix another stupid typo
5578
5579 2005-01-06  Benjamin Otte  <otte@gnome.org>
5580
5581         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
5582           fix stupid typo that borked copying on YUY2
5583
5584 2005-01-06  Benjamin Otte  <otte@gnome.org>
5585
5586         * gst/games/gstpuzzle.c: (draw_puzzle):
5587           fix edges when image sizes aren't multiples of tile sizes
5588
5589 2005-01-06  Benjamin Otte  <otte@gnome.org>
5590
5591         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
5592           make RGB endianness work correctly
5593         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
5594           refactor and fix race with initial shuffling
5595         (nav_event_handler):
5596           allow using the mouse to puzzle
5597         (draw_puzzle):
5598           insist on tiles having width and height as multiples of 4 to get
5599           clean YUV image handling
5600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5601         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
5602           s/DEBUG/LOG/ for common messages
5603         (gst_xvimagesink_navigation_send_event):
5604           fix mouse event translation to not include screen PAR
5605         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
5606           fix mouse event translation to actually work
5607
5608 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5609
5610         * gst/asfdemux/gstasfdemux.c:
5611         (gst_asf_demux_process_ext_content_desc):
5612          Extract TrackNumber metadata + clean up code
5613         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
5614          Hope this is the good fix (var used unitialised)
5615
5616 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5617
5618         * ext/faad/gstfaad.c: (gst_faad_chain):
5619           Only increment timestamp if it's valid. Fixes raw AAC streams.
5620
5621 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5622
5623         * configure.ac:
5624         * gst/games/Makefile.am:
5625         * gst/games/gstpuzzle.c:
5626           add a puzzle game with...
5627         * gst/games/gstvideoimage.c:
5628         * gst/games/gstvideoimage.h:
5629           ... full colorspace support (that includes YUV9 and RGB16)) stolen
5630           from videotestsrc and made into something that would be a nice
5631           library for a lot of other plugins.
5632
5633 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5634
5635         * configure.ac:
5636          don't compile faad plugin if a RC of 2.0 is found
5637          Fixes #155346 (and FC1 buildbot)
5638         * gst/asfdemux/gstasfdemux.c:
5639         (gst_asf_demux_process_ext_content_desc):
5640          try to make Solaris compiler happier
5641
5642 2005-01-06  Paul Jack  <pjack@sfaf.org>
5643
5644         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5645
5646         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
5647           Fix segfault (#161667).
5648
5649 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5650
5651         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
5652           Fix framerate reporting.
5653
5654 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5655
5656         * gst-libs/gst/riff/riff-ids.h:
5657         * gst/wavenc/riff.h:
5658          Add AMR (VBR and CBR) ids to riff.h audio codec list
5659         * gst/asfdemux/gstasfdemux.c:
5660         (gst_asf_demux_process_ext_content_desc),
5661         (gst_asf_demux_process_object):
5662           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
5663
5664 2005-01-05  Martin Eikermann  <meiker@upb.de>
5665
5666         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5667
5668         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
5669         (gst_dvd_demux_handle_discont):
5670         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
5671         (gst_mpeg_demux_handle_discont):
5672           Recreate pads on new-media (#160730).
5673         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
5674           Send discont even if manager changes timestamps (#161929).
5675
5676 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
5677
5678         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5679
5680         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
5681           Fix invalid memory access (#159211).
5682
5683 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5684
5685         * examples/gstplay/player.c: (main):
5686           Don't iterate.
5687         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
5688           Add visualizations.
5689         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
5690         (gst_a52dec_handle_frame):
5691           Set duration.
5692         * ext/dvdnav/gst-dvd:
5693           Add audioconvert. Fixes #161325.
5694         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
5695           Explicitely case to gint64. Possible valgrind error.
5696         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
5697         (gst_play_tick_callback), (gst_play_change_state),
5698         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
5699         (gst_play_set_location), (gst_play_get_location),
5700         (gst_play_seek_to_time), (gst_play_set_data_src),
5701         (gst_play_set_video_sink), (gst_play_set_audio_sink),
5702         (gst_play_set_visualization), (gst_play_connect_visualization),
5703         (gst_play_get_framerate), (gst_play_get_all_by_interface),
5704         (gst_play_new):
5705           Use playbin. Fixes #139749 and #147744.
5706         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
5707           Add genre tag.
5708         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
5709         (audioscale_get_type), (gst_audioscale_base_init),
5710         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
5711         (gst_audioscale_getcaps), (gst_audioscale_fixate),
5712         (gst_audioscale_link), (gst_audioscale_get_buffer),
5713         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
5714         (gst_audioscale_init), (gst_audioscale_dispose),
5715         (gst_audioscale_chain), (gst_audioscale_set_property),
5716         (gst_audioscale_get_property), (plugin_init):
5717           Indent properly.
5718         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
5719           Fix LPCM.
5720         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
5721         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
5722         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
5723           Add more metadata (fixes #162656).
5724
5725 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5726
5727         * configure.ac:
5728           back to cvs
5729
5730 === release 0.8.7 ===
5731
5732 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5733
5734         * NEWS:
5735         * RELEASE:
5736         * configure.ac:
5737           releasing 0.8.7, "Hyperspace"
5738
5739 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5740
5741         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
5742
5743         * gst/playback/gstplaybasebin.c:
5744          Fix for #162924 - free caps after use, not before
5745
5746 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5747
5748         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
5749
5750         * gst/playback/gstplaybasebin.c:
5751         * gst/wavparse/gstwavparse.c:
5752           Fix for #154773 - fixes playback of small .wav files
5753
5754 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5755
5756         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
5757
5758         * gst/audioscale/gstaudioscale.c:
5759           Fix for #162819 - make audioscale reusable
5760           Fixes playback of more than one file with playbin/totem
5761
5762 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5763
5764         * gst/ffmpegcolorspace/avcodec.h:
5765         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5766         * gst/ffmpegcolorspace/imgconvert.c:
5767           clean up the mess that made me cry and avoid needless duplication
5768
5769 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5770
5771         * gst/ffmpegcolorspace/imgconvert.c:
5772           give some indication of why we're segfaulting
5773
5774 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5775
5776         * configure.ac:
5777           Fix indentation, fix v4l2 plugin detection.
5778         * ext/Makefile.am:
5779           Fix libmms location (Maciej, use diff -u!).
5780         * ext/alsa/gstalsa.c: (gst_alsa_init):
5781           Initialize caps cache to NULL.
5782         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
5783           Only change state on audiosink if it exists.
5784
5785 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
5786
5787         * gst/matroska/matroska-demux.c:
5788         * gst/matroska/matroska-ids.h:
5789         * gst/matroska/matroska-demux.h:
5790         Fix Vorbis streams failing to decode in some files, where cluster_time
5791         isn't 0, because then it doesn't send codec_priv before actual data.
5792         Remove time-based test and replace it with marker set on beginning of
5793         new stream
5794
5795 2004-12-28  David Schleef  <ds@schleef.org>
5796
5797         Merge patch from Ronald fixing problems with streaming
5798         text.
5799         * ext/cairo/gstcairo.c: (plugin_init):
5800         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
5801         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
5802         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
5803         (gst_textoverlay_font_init), (gst_textoverlay_init),
5804         (gst_textoverlay_set_property):
5805         * ext/cairo/gsttextoverlay.h:
5806
5807 2004-12-27  David Schleef  <ds@schleef.org>
5808
5809         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
5810         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
5811         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
5812         (gst_textoverlay_font_init), (gst_textoverlay_init),
5813         (gst_textoverlay_set_property): Improvements to actually
5814         render text as white on black outline on video, including
5815         font selection and horizontal/vertical alignment.  (Ronald's
5816         christmas present)
5817         * ext/cairo/gsttextoverlay.h:
5818
5819 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5820
5821         * ext/ogg/gstogg.c:
5822         * ext/ogg/gstogmparse.c:
5823           fix ogm[audio/video]parse plugin registration
5824           (riff won't load if bytestream is already loaded)
5825
5826 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5827
5828         * gst/audioconvert/gstchannelmix.c:
5829           fix for GLIB < 2.4
5830
5831 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5832
5833         * Makefile.am:
5834         * configure.ac:
5835           disable docs again until it actually passes make distcheck.
5836
5837 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5838
5839         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
5840         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
5841         (plugin_init):
5842           Add 3GP (variables name Q3GP because they can't start with a
5843           number). Add samr audio fourcc (used in .3gp files), decoder
5844           is work in progress. Also do a GST_WARNING instead of ERROR
5845           in case of unknown nodes, to decrease output.
5846
5847 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5848
5849         * Makefile.am:
5850           really fix dist
5851
5852 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5853
5854         * configure.ac:
5855         * ext/speex/gstspeexdec.h:
5856         * ext/speex/gstspeexenc.h:
5857           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
5858           Fix detection code in configure.ac
5859
5860 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5861
5862         * gst/matroska/matroska-demux.c:
5863         (gst_matroska_demux_parse_blockgroup):
5864           Save position, so that queries give proper return values. Don't
5865           know how this could ever have worked before...
5866
5867 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5868
5869         * configure.ac:
5870           Put additional LAME check inside the conditional.  Fixes #152339
5871
5872 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5873
5874         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
5875         (gst_avi_demux_stream_scan):
5876           Add some more debug. Fix logic error when setting movi offset
5877           while reading index.
5878
5879 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5880
5881         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
5882         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
5883         (gst_avi_demux_process_next_entry):
5884           Add some debugging. Better detection of broken indexes and the
5885           accompanying index recovery. No infinite loops on state changes
5886           when we're still in our loopfunction.
5887
5888 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5889
5890         * configure.ac:
5891           Fix up.
5892
5893 2004-12-22  Archana Shah  <archana.shah@wipro.com>
5894
5895         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5896
5897         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
5898           Normalizing the value before setting
5899         (gst_sunaudiomixer_get_volume):
5900           Normalizing the value after getting. Fixes bug# 161980
5901
5902 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
5903
5904         * Makefile.am: Make sure docs gets disted
5905         * docs/Makefile.am: Make sure all needed files get disted
5906         * gst-plugins.spec.in: latest updates
5907
5908 2004-12-22  Wim Taymans  <wim@fluendo.com>
5909
5910         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
5911         Revert patch 1.38 as clock distribution over schedulers does
5912         not work correcly in the core yet.
5913
5914 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5915
5916         * sys/oss/README: remove this file, which predates my birth
5917           (and which content is by far outdated)
5918
5919 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
5920
5921         * Makefile.am:
5922         * configure.ac:
5923         * docs/Makefile.am:
5924         * docs/libs/Makefile.am:
5925         * docs/libs/gst-plugins-libs-docs.sgml:
5926         * docs/libs/gst-plugins-libs-sections.txt:
5927         * docs/libs/tmpl/gstgconf.sgml:
5928         * docs/upload.mak:
5929         * docs/version.entities.in:
5930           Added boilerplate gtk-doc files for plugin-libs documentation.
5931
5932 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5933
5934         * gst/auparse/gstauparse.c: fix int and float audio caps
5935
5936 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5937
5938         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
5939         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
5940           g_assert() can be a macro, don't use #ifdef inside it.
5941
5942 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
5943
5944         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5945
5946         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
5947         (gst_videorate_init), (gst_videorate_chain),
5948         (gst_videorate_change_state):
5949           Event handling (fixes #159986).
5950
5951 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5952
5953         * gst-libs/gst/riff/riff-media.c:
5954         (gst_riff_create_video_caps_with_data):
5955           Add BLZ0 (Blizzard's version of DivX) fourcc.
5956
5957 2004-12-18  David Schleef  <ds@schleef.org>
5958
5959         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
5960         portability fix.
5961
5962 2004-12-18  David Schleef  <ds@schleef.org>
5963
5964         * gst/tta/ttadec.h: Disable some header code that isn't used
5965         and clearly isn't portable.
5966
5967 2004-12-18  David Schleef  <ds@schleef.org>
5968
5969         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
5970         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
5971         (avcodec_get_pix_fmt), (avpicture_layout),
5972         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
5973         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
5974         Fix code to not use GCC extensions (and c99 extensions that
5975         Forte does not like.)
5976
5977 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
5978
5979         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5980
5981         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
5982         (gst_deinterlace_chain):
5983           Rowstride fixes. Fixes #161039.
5984         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
5985         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
5986         (gst_video_crop_getcaps), (gst_video_crop_link),
5987         (gst_video_crop_i420), (gst_video_crop_chain),
5988         (gst_video_crop_change_state):
5989           Rework of negotiation. Actually works now. Fixes #158650.
5990
5991 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5992
5993         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
5994           That was very stupid.
5995
5996 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5997
5998         * gst/matroska/matroska-demux.c:
5999         (gst_matroska_demux_parse_blockgroup):
6000           Fix possible crasher.
6001
6002 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6003
6004         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
6005         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
6006           Lace sizes can be zero.
6007
6008 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6009
6010         * ext/musepack/gstmusepackdec.cpp:
6011           Fetch error return values. Fixes #161624.
6012         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
6013           Really EOS.
6014
6015 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6016
6017         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
6018           Work for truncated (unfinished download etc.) files. Fixes #160514.
6019
6020 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6021
6022         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6023           Fix for integer overflow. Makes #156001 not crash. Probably masks
6024           the real bug.
6025
6026 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6027
6028         * gst/ac3parse/gstac3parse.c: (plugin_init):
6029           Parsers never have ranks. Fixes #159651.
6030
6031 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6032
6033         * gst/playback/gstdecodebin.c: (compare_ranks):
6034           make sure the facotries are ordered the same every time even if they
6035           have the same rank by using the name
6036         * gst/playback/gstdecodebin.c: (find_compatibles):
6037           make sure we don't add factories to the list twice
6038
6039 2004-12-16  David Schleef  <ds@schleef.org>
6040
6041         * configure.ac: look for musepack headers as musepack/*.h
6042         (fixes #159847)
6043         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
6044         * ext/musepack/gstmusepackreader.h: same
6045
6046 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6047
6048         * gst-libs/gst/riff/riff-read.c:
6049         (gst_riff_read_strf_auds_with_data):
6050           Read extradata correctly (fixes #155879).
6051
6052 2004-12-16  David Schleef  <ds@schleef.org>
6053
6054         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
6055         audio.  does _not_ attempt or allow conversion unless channels
6056         is 1 or 2.
6057
6058 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
6059
6060         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
6061
6062 2004-12-16  David Schleef  <ds@schleef.org>
6063
6064         * gst/audioscale/gstaudioscale.c: the resample library only
6065         handles 1 or 2 channels.  Change caps to compensate.
6066
6067 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6068
6069         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
6070         (gst_matroska_demux_audio_caps):
6071           Some MPEG-AAC hacks, because else it doesn't work...
6072
6073 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6074
6075         * gst-libs/gst/riff/riff-media.c:
6076         (gst_riff_create_video_caps_with_data),
6077         (gst_riff_create_video_template_caps):
6078           Add h264.
6079
6080 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6081
6082         * gst-libs/gst/audio/Makefile.am:
6083           Try to fix buildbot.
6084
6085 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6086
6087         * gst/tcp/gstmultifdsink.c:
6088           Clean up and uniformize debugging.
6089
6090 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
6091
6092         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6093
6094         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
6095         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
6096         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
6097         (gst_mpeg_demux_change_state):
6098           Reset on ready. Fixes 160276.
6099
6100 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
6101
6102         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6103
6104         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6105         (gst_ffmpegcsp_pad_link):
6106           Fix memleak (#154815).
6107
6108 2004-12-16  James Bowes  <bowes@cs.dal.ca>
6109
6110         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6111
6112         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
6113         (gst_musicbrainz_init), (gst_musicbrainz_chain),
6114         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
6115         * ext/musicbrainz/gsttrm.h:
6116           Add support for using a proxy server when getting a trm id from
6117           the MusicBrainz database (#149613).
6118
6119 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
6120
6121         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6122
6123         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
6124         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
6125           Fix memleaks (#157233).
6126
6127 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
6128
6129         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6130
6131         * gst-libs/gst/resample/resample.c: (gst_resample_close):
6132         * gst-libs/gst/resample/resample.h:
6133         * gst/audioscale/gstaudioscale.c:
6134           Fix memleak (#159215).
6135
6136 2004-12-16  Toni Willberg  <toniw@iki.fi>
6137
6138         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6139
6140         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
6141         * sys/oss/oss_probe.c: (main):
6142           Check for mono/stereo support (similar to samplerate probing),
6143           fixes #159433. Also add missing copyright header to oss_probe.c.
6144
6145 2004-12-15  David Schleef  <ds@schleef.org>
6146
6147         * configure.ac: add audioresample and cairo plugins.  Remove
6148         HAVE_MMX stuff, because it's not used.
6149         * ext/Makefile.am: same
6150         * ext/audioresample/Makefile.am: You are not ready for an
6151         audio resampling element based on audioresample.
6152         * ext/audioresample/gstaudioresample.c:
6153         * ext/audioresample/gstaudioresample.h:
6154         * ext/cairo/Makefile.am: You are not ready for overlay elements
6155         based on cairo.  Don't look too closely, these elements kinda
6156         suck right now.
6157         * ext/cairo/gstcairo.c: new
6158         * ext/cairo/gsttextoverlay.c: new
6159         * ext/cairo/gsttextoverlay.h: new
6160         * ext/cairo/gsttimeoverlay.c: new
6161         * ext/cairo/gsttimeoverlay.h: new
6162         * gst-libs/gst/media-info/media-info-priv.h: fix compile
6163         problem with compilers that don't support variadic macros.
6164
6165 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
6166
6167         Reviewed by:  David Schleef  <ds@schleef.org>
6168
6169         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
6170         Bala, registering sunaudiosrc (oops!), and cleaning up code a
6171         bit.  Also ran indent-gst.
6172         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
6173         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
6174         (gst_sunaudiosrc_setparams):
6175
6176 2004-12-14  David Schleef  <ds@schleef.org>
6177
6178         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
6179         output rate to 16000.  Should fix #160235.
6180
6181 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6182
6183         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
6184         Add typefinding for mpeg2 pes streams
6185
6186 2004-12-13  David Schleef  <ds@schleef.org>
6187
6188         * configure.ac:  Applied patch from bug #143659, making default
6189         sources and sinks OS-dependent (for Solaris), and added code
6190         for OS/X.
6191         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
6192
6193 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6194
6195         * gst-libs/gst/riff/riff-media.c:
6196           forgot to add h2.64 to avidemux template caps
6197
6198 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6199
6200         * gst/wavenc/riff.h:
6201         * gst-libs/gst/riff/riff-media.c:
6202         * gst-libs/gst/riff/riff-ids.h:
6203         * gst/avi/gstavimux.c
6204         add 4CC code for VideoSoft h264 in AVI (VSSH)
6205           fixes bug #160655
6206         remove s323 from riff, it's quicktime specific :(
6207
6208 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6209
6210         * gst/asfdemux/README
6211         * gst/wavenc/riff.h
6212         * gst-libs/gst/riff/riff-ids.h
6213         * gst-libs/gst/riff/riff-media.c
6214         * gst/qtdemux/qtdemux.c:
6215           add new 4CC codes for h263 related codecs
6216           fixes partially bug #155163
6217
6218 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
6219
6220         * configure.ac: Update polyaudio requirement to 0.7
6221         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
6222
6223 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6224
6225         * gst/interleave/deinterleave.c:
6226         fix my name's spelling! :)
6227
6228 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6229
6230         * AUTHORS ChangeLog
6231         * gst/auparse/gstauparse.c
6232         * gst/interleave/deinterleave.c
6233         * gst/law/:
6234                 alaw-decode.c alaw-encode.c
6235                 mulaw-decode.c mulaw-encode.c
6236         * gst/oneton/gstoneton.c
6237         * sys/osxaudio/:
6238                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
6239         * sys/osxvideo/:
6240                 cocoawindow.h cocoawindow.m
6241                 osxvideosink.h osxvideosink.m
6242
6243         put the same mail address for Zaheer Abbas Merali everywhere
6244
6245 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6246
6247         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
6248           Align by packetsize, and assert that we a packet available before
6249           playing. The first makes webstreams work (they often include
6250           trailing padding data in a packet), the second allows pausing a
6251           ASF stream in totem without getting demux errors afterwards.
6252
6253 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6254
6255         * ext/ogg/gstoggdemux.c: (get_relative):
6256           Check for non-NULL before accessing member (end-of-chain).
6257
6258 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6259
6260         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
6261         (cdparanoia_set_property), (cdparanoia_get_property):
6262         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
6263         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
6264         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
6265         (dvdreadsrc_init), (dvdreadsrc_set_property),
6266         (dvdreadsrc_get_property):
6267         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
6268         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
6269           Synchronize property names where not yet the case. Devices are
6270           now device=X, other versions are deprecated (but still exist).
6271           Also use g_free() unconditionally.
6272         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6273         (setup_source), (gst_play_base_bin_get_property):
6274           Expose source.
6275
6276 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6277
6278         * configure.ac: move GCONF macro outside conditional for the am
6279           conditional. Fixes #160439
6280
6281 2004-12-08  David Schleef  <ds@schleef.org>
6282
6283         * tools/gst-visualise-m.m: Switch to elements that currently
6284         exist.
6285
6286 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6287
6288         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6289           We love wrong commas.
6290
6291 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6292
6293         * gst/matroska/matroska-demux.c:
6294         (gst_matroska_demux_handle_src_query):
6295           Don't set DEFAULT, unsupported - makes length display incorrectly
6296           in some cases.
6297
6298 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
6299
6300         * gst/monoscope/README: remove blurb about files being GPL
6301         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
6302         * gst/monoscope/monoscope.c: Change license to BSD with explanation
6303           monoscope is now effectively LGPL licensed
6304
6305 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
6306
6307         * gst/monoscope/README: Update information to be more correct
6308         * gst/monoscope/convolve.c: Relicense to LGPL
6309         * gst/monoscope/convolve.h: Relicense to LGPL
6310
6311 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
6312
6313         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
6314           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
6315         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
6316           set default_duration for mpeg1 audio
6317
6318 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6319
6320         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
6321         * ext/alsa/gstalsa.h:
6322           refactor big chunks of the core caps negotiation code to make it
6323           a lot faster, because people claim it's really slow
6324           (actually, just cache the getcaps when the device is opened)
6325
6326 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6327
6328         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
6329         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
6330         (gst_a52dec_handle_frame), (gst_a52dec_chain),
6331         (gst_a52dec_change_state), (plugin_init):
6332         * ext/a52dec/gsta52dec.h:
6333           Do something useful with timestamps. Make chain-based (since
6334           there's really no reason to be loopbased).
6335         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
6336           Update current_byte/frame correctly.
6337
6338 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6339
6340         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
6341         (gst_ape_demux_stream_init):
6342           Forward tags, too.
6343
6344 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6345
6346         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
6347           Let's make sure we're done typefinding when detecting tags.
6348
6349 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6350
6351         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
6352         (gst_ebml_read_init), (gst_ebml_read_use_event),
6353         (gst_ebml_read_element_id), (gst_ebml_peek_id),
6354         (gst_ebml_read_seek), (gst_ebml_read_skip),
6355         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
6356         (gst_ebml_read_master):
6357         * gst/matroska/ebml-read.h:
6358         * gst/matroska/matroska-demux.c:
6359         (gst_matroska_demux_parse_contents),
6360         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
6361           Disgustingly evil hack for working around INTERRUPT events and
6362           their extremely annoying habit of being a pain in the ass. We
6363           simply peek a cluster before reading any of it.
6364
6365 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6366
6367         * ext/musepack/gstmusepackdec.cpp:
6368           There's also floating point libmusepacks.
6369
6370 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6371
6372         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
6373         (gst_faad_chanpos_to_gst), (gst_faad_chain):
6374           Set DURATION even if source buffer didn't. Also use increasing
6375           timestamps.
6376         * gst-libs/gst/riff/riff-media.c:
6377         (gst_riff_create_audio_caps_with_data):
6378           Block_align can have larger values than 8192.
6379
6380 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6381
6382         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
6383         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
6384         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
6385         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
6386           Fix caps.
6387
6388 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6389
6390         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
6391           Fix logic bug.
6392
6393 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6394
6395         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
6396           Yay, another one.
6397
6398 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6399
6400         * ext/esd/esdsink.c: (gst_esdsink_chain):
6401           Make error actually say something useful (fixes #156798).
6402         * gst-libs/gst/riff/riff-media.c:
6403         (gst_riff_create_video_caps_with_data),
6404         (gst_riff_create_video_template_caps):
6405           Add Intel Video 5.0 fourcc (IV50).
6406
6407 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
6408
6409         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
6410         detection on mono and stereo mp3 files.
6411
6412 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6413
6414         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6415           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
6416           the contained stream).
6417
6418 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6419
6420         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
6421           Oops, remove debug.
6422
6423 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
6424
6425         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6426
6427         * gst/law/alaw-decode.c: (alawdec_getcaps):
6428         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
6429           Prevent warnings when negotiating caps (fixes #159338).
6430
6431 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6432
6433         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6434         (gst_ffmpegcsp_chain):
6435           Remove old leftover that shouldn't be there...
6436
6437 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
6438
6439         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6440
6441         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
6442           Don't forward DISCONT events (fixes #159684).
6443
6444 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6445
6446         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
6447           Unlink manually since sometimes bin disposal (and therefore
6448           pad unlinking) is delayed, which will cause a new media file
6449           to not be able to start playing instantly.
6450
6451 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6452
6453         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
6454           On mute of an unlinked stream, check for pad availability so
6455           we don't crash on unlinked pad.
6456
6457 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6458
6459         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
6460         (gst_avi_demux_massage_index):
6461           Fix quite humiliating bug in omitting 0-sized index chunks but
6462           forgetting to count them for timestamps.
6463
6464 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6465
6466         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
6467           Actually leave the loop if we failed to sync. Don't crash.
6468
6469 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6470
6471         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
6472         (gst_dvd_demux_process_private):
6473         * gst/mpegstream/gstdvddemux.h:
6474           Fix crash (#159759). Doesn't work, though. :-(.
6475
6476 2004-11-28  Benjamin Otte  <otte@gnome.org>
6477
6478         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
6479           more overwriting protection due to modifying channels one by one
6480           instead of all at once
6481
6482 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6483
6484         * gst/audioconvert/gstchannelmix.c:
6485         (gst_audio_convert_fill_normalize):
6486           Normalize using absolute values.
6487
6488 2004-11-28  Julien MOUTTE  <julien@moutte.net>
6489
6490         * configure.ac:
6491         * ext/Makefile.am:
6492         * ext/directfb/Makefile.am:
6493         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
6494         (gst_directfbvideosink_get_pixel_format),
6495         (gst_directfbvideosink_get_format_from_fourcc),
6496         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
6497         (gst_directfbvideosink_sink_link),
6498         (gst_directfbvideosink_change_state),
6499         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
6500         (gst_directfbvideosink_buffer_alloc),
6501         (gst_directfbvideosink_interface_supported),
6502         (gst_directfbvideosink_interface_init),
6503         (gst_directfbvideosink_navigation_send_event),
6504         (gst_directfbvideosink_navigation_init),
6505         (gst_directfbvideosink_set_property),
6506         (gst_directfbvideosink_get_property),
6507         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
6508         (gst_directfbvideosink_base_init),
6509         (gst_directfbvideosink_class_init),
6510         (gst_directfbvideosink_get_type), (plugin_init):
6511         * ext/directfb/directfbvideosink.h: Adding a first version of
6512         directfbvideosink.
6513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
6514         more.
6515
6516 2004-11-28  Benjamin Otte  <otte@gnome.org>
6517
6518         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
6519           walk the samples backwards if out_channels > in_channels so we don't
6520           overwrite data
6521
6522 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6523
6524         * gst/audioconvert/Makefile.am:
6525         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
6526         (gst_audio_convert_link), (gst_audio_convert_change_state),
6527         (gst_audio_convert_channels):
6528         * gst/audioconvert/gstchannelmix.c:
6529         (gst_audio_convert_unset_matrix),
6530         (gst_audio_convert_fill_identical),
6531         (gst_audio_convert_fill_compatible),
6532         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
6533         (gst_audio_convert_fill_others),
6534         (gst_audio_convert_fill_normalize),
6535         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
6536         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
6537         * gst/audioconvert/gstchannelmix.h:
6538           Implement a channel mixer.
6539
6540 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
6541
6542         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
6543         * ext/alsa/gstalsa.h:
6544         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
6545         Make alsasink actually honor gst_element_set_clock and use that
6546         clock instead of its internal one.
6547
6548 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
6549
6550         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
6551         (gst_play_base_bin_change_state): nullify source and decoder when
6552         going from READY to NULL so that we don't try to do weird stuff with
6553         them when going from NULL to READY
6554         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
6555         instead of g_object_unref
6556         (gen_video_element), (gen_audio_element): more refcounting fixes, now
6557         it should be correct
6558         (gst_play_bin_change_state): don't call remove_sinks if we are
6559         currently disposing the object
6560
6561 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6562
6563         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
6564           Don't forget bass if it's there. Else left channel is silent...
6565
6566 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6567
6568         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
6569         (gst_a52dec_change_state):
6570           Don't do sample adjusting anymore, we use float audio now.
6571         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
6572           Don't fixate to non-existing properties.
6573
6574 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6575
6576         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
6577         (gst_a52dec_change_state):
6578           Advertise that we can do surround sound.
6579
6580 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6581
6582         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
6583           Add buffer-frames=0.
6584         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
6585         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
6586         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
6587         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
6588         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
6589         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
6590         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
6591         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
6592         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
6593         * ext/dvdread/dvdreadsrc.h:
6594           Add seeking, querying for bytes, sectors, title, angle and
6595           chapter. Handle multiple chapters. Relicense to LGPL because
6596           Billy agreed on that (thanks Billy!).
6597
6598 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
6599
6600         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
6601         call parent dispose method
6602
6603 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
6604
6605         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
6606         (gst_audio_clock_get_internal_time):
6607         Fix active <-> inactive transitions: ensure time value always
6608         grows and avoid abrupt value changes.
6609
6610 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
6611
6612         * configure.ac:
6613         * gst/tta/Makefile.am:
6614         * gst/tta/crc32.h:
6615         * gst/tta/filters.h:
6616         * gst/tta/gsttta.c:
6617         * gst/tta/gstttadec.c:
6618         * gst/tta/gstttadec.h:
6619         * gst/tta/gstttaparse.c:
6620         * gst/tta/gstttaparse.h:
6621         * gst/tta/ttadec.h:
6622           added TTA parser and decoder
6623
6624 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6625
6626         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6627         (probe_triggered), (check_queue), (buffer_underrun),
6628         (buffer_running), (buffer_overrun), (gen_source_element),
6629         (setup_source):
6630         * gst/playback/gstplaybasebin.h:
6631           Implement buffering. Needs some more work.
6632
6633 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6634
6635         * ext/theora/theoradec.c: (theora_dec_chain):
6636           Fix ilog mask range overflow.
6637
6638 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6639
6640         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
6641           Don't omit the last (which in case of dmix is the only :) )
6642           channel count. Don't set channels if <= 2.
6643
6644 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
6645
6646         * gst/playback/gstplaybin.c: (gen_video_element),
6647         (gen_audio_element): Removed 2 obsolete comments
6648
6649 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6650
6651         * ext/vorbis/oggvorbisenc.c
6652         * ext/vorbis/vorbisenc.c :
6653           change description fields of those plugins to differentiate them
6654           (pitivi show Encoders by description, they had the same one)
6655
6656 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
6657
6658         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6659
6660         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
6661         (gst_play_bin_set_property), (gen_video_element),
6662         (gen_audio_element):
6663           Refcounting fixes for provided audio-/videosinks.
6664
6665 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6666
6667         * gst/playback/gstplaybin.c: (gen_video_element),
6668         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
6669           Don't reference all sinks, but only the video- and audiosinks.
6670           The vis. element should be disposed when we're done with it.
6671           We don't have any reason to keep it around. This fixes warnings
6672           when reusing playbin for playing multiple audio files with
6673           vis. enabled. Also release audio device on pause - idea stolen
6674           from Rhythmbox.
6675
6676 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6677
6678         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
6679         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
6680         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
6681         * ext/alsa/gstalsaplugin.c: (plugin_init):
6682         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
6683         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
6684         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
6685         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
6686         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
6687         (gst_faad_change_state), (plugin_init):
6688         * ext/faad/gstfaad.h:
6689         * ext/vorbis/vorbis.c: (plugin_init):
6690         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6691         * gst-libs/gst/audio/Makefile.am:
6692         * gst-libs/gst/audio/audio.c: (plugin_init):
6693         * gst-libs/gst/audio/multichannel.c:
6694         (gst_audio_check_channel_positions),
6695         (gst_audio_get_channel_positions),
6696         (gst_audio_set_channel_positions),
6697         (gst_audio_set_structure_channel_positions_list),
6698         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
6699         (gst_audio_fixate_channel_positions):
6700         * gst-libs/gst/audio/multichannel.h:
6701         * gst-libs/gst/audio/testchannels.c: (main):
6702         * gst/audioconvert/gstaudioconvert.c:
6703         (gst_audio_convert_class_init), (gst_audio_convert_init),
6704         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
6705         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
6706         (gst_audio_convert_fixate), (gst_audio_convert_channels):
6707         * gst/audioconvert/plugin.c: (plugin_init):
6708           Surround sound support.
6709
6710 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6711
6712         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
6713           Fix position for discont if we're close as well. Nitpicking, but
6714           saves a few milliseconds of extra waiting or skipping.
6715
6716 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6717
6718         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
6719           We sometimes need parsers for playback, so add those too.
6720
6721 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6722
6723         * configure.ac:
6724         * gst/apetag/Makefile.am:
6725         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
6726         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
6727         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
6728         (gst_ape_demux_get_src_query_types),
6729         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
6730         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
6731         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
6732         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
6733         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
6734         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
6735         (gst_ape_demux_change_state):
6736         * gst/apetag/apedemux.h:
6737         * gst/apetag/apetag.c: (plugin_init):
6738         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
6739         (plugin_init):
6740           APE v1/2 tag reader plus typefind function.
6741
6742 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6743
6744         * configure.ac:
6745         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
6746         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
6747           Remove hacks for older core. Require newer core version
6748           accordingly.
6749
6750 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6751
6752         * gst/cdxaparse/Makefile.am:
6753         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
6754         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
6755         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
6756         * gst/cdxaparse/gstcdxaparse.h:
6757         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
6758         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
6759         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
6760         (gst_cdxastrip_get_src_query_types),
6761         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
6762         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
6763         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
6764         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
6765         * gst/cdxaparse/gstcdxastrip.h:
6766           SVCD/VCD header stripping separated from CDXA image parsing.
6767         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
6768         (plugin_init):
6769           Add VCD/SVCD header typefinding for VCD/SVCD.
6770         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
6771         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
6772         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
6773         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
6774         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
6775         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
6776         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
6777         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
6778         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
6779         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
6780         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
6781         * sys/vcd/vcdsrc.h:
6782           Fix up, add seeking, querying, URI interface. Works in totem now.
6783
6784 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6785
6786         * configure.ac:
6787           back to CVS
6788
6789 === release 0.8.6 ===
6790
6791 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6792
6793         * NEWS:
6794         * RELEASE:
6795         * configure.ac:
6796         * po/af.po:
6797         * po/az.po:
6798         * po/cs.po:
6799         * po/en_GB.po:
6800         * po/hu.po:
6801         * po/it.po:
6802         * po/nb.po:
6803         * po/nl.po:
6804         * po/or.po:
6805         * po/sq.po:
6806         * po/sr.po:
6807         * po/sv.po:
6808         * po/uk.po:
6809           releasing 0.8.6, "IOU Love"
6810
6811 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6812
6813         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
6814
6815         * gst/playback/gstplaybasebin.c:
6816           Fix unplayable files error handling.  Fixes #158365
6817
6818 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6819
6820         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
6821
6822         * gst/typefind/gsttypefindfunctions.c:
6823           Fix broken mp3 typefinding.  Fixes #158375
6824
6825 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6826
6827         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
6828
6829         * ext/ogg/gstoggdemux.c:
6830           Fix sync on broken files.  Fixes #158976
6831
6832 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6833
6834         patch by: Edward Hervey <bilboed@bilboed.com>
6835
6836         * ext/libpng/gstpngenc.c:
6837           Copy over buffer properties.  Fixes #158832
6838
6839 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6840
6841         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
6842
6843         * ext/dvdread/dvdreadsrc.c:
6844           Fixes invalid reads (#158462)
6845
6846 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6847
6848         * sys/v4l/gstv4lsrc.c:
6849         * sys/v4l/gstv4lsrc.h:
6850         * sys/v4l/v4lsrc_calls.c:
6851           Probe less and cache it.  Fixes #159187.
6852
6853 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6854
6855         * gst/videorate/gstvideorate.c:
6856           Handle all video formats. Fixes #159186.
6857
6858 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
6859         * gst/synaesthesia/gstsynaesthesia.c:
6860         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
6861         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
6862         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
6863         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
6864         (gst_synaesthesia_change_state), (plugin_init):
6865         Fix up synaesthesia to work under different samplerates/ buffer sizes.
6866         Force 320x200 output, as that's the only thing the underlying
6867         synaesthesia implementation supports. Still needs to be made
6868         re-entrant.
6869
6870 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6871
6872         * configure.ac:
6873           Fix mpeg2enc configure check (similar to mplex check below).
6874
6875 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
6876
6877         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6878
6879         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6880           Fix for gcc-2.95 (fixes #158221).
6881
6882 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6883
6884         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
6885           Re-add clock distribution hack (until new core is released).
6886           Fixes #158125.
6887
6888 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
6889         * configure.ac:
6890           fix mplex configure check segfaulting on some systems (bug #140994)
6891
6892 2004-11-13  Benjamin Otte  <otte@gnome.org>
6893
6894         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
6895           add debugging
6896         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6897           do a wait when we enter the loop func with no data available to
6898           write instead of getting into an 100% CPU loop by just returning and
6899           being called again by the scheduler
6900
6901 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
6902
6903         * configure.ac:
6904         * ext/libvisual/visual.c: (gst_visual_get_type),
6905         (libvisual_log_handler), (gst_visual_getcaps),
6906         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
6907         (plugin_init):
6908           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
6909         * ext/smoothwave/Makefile.am:
6910         * ext/smoothwave/demo-osssrc.c: (main):
6911         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
6912         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
6913         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
6914         (plugin_init):
6915         * ext/smoothwave/gstsmoothwave.h:
6916           Make gstsmoothwave a working element in the 20th century.
6917
6918         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
6919           Fix incorrect link function
6920
6921 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6922
6923         * gst/volume/gstvolume.c:
6924           Allow buffer-frames=0.
6925
6926 2004-11-12 Iain <iaingnome@gmail.com>
6927
6928         * configure.ac: Check for polypaudio
6929
6930         * ext/Makefile.am: Build the polyp dir
6931
6932         * ext/polyp: The polypsink sources.
6933
6934 2004-10-30 Iain <iaingnome@gmail.com>
6935
6936         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
6937         caps to reflect the new number of channels.
6938
6939 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6940
6941         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6942           Fix for negotiation order problem. This would show when the
6943           ALSA loopfuction was called before any other function. ALSA
6944           wouldn't do anything because we're not negotiated yet, leading
6945           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
6946
6947 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
6948
6949         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6950
6951         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6952           No warnings (#157986).
6953
6954 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6955
6956         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6957           Prefer apev1/2 and id3v1 (at end of file) over musepack.
6958
6959 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6960
6961         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
6962           Signal no-more-pads (so it works in playbin).
6963
6964 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6965
6966         * ext/musepack/gstmusepackreader.cpp:
6967           Workaround for older core.
6968
6969 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6970
6971         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
6972           Actually test for odd width/height rather than testing whether
6973           a temporary variable that was 0 before we subtracted 1 is now
6974           not equal to zero (which it always is).
6975
6976 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6977
6978         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
6979         Fix compilation if HAVE_XVIDEO is not defined
6980
6981 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6982
6983         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
6984         Fix compilation if HAVE_XVIDEO is not defined
6985
6986 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
6987
6988         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
6989         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
6990         (gst_goom_change_state), (plugin_init):
6991         Use the bytestream adapter so goom doesn't depend on the input
6992         buffer size.
6993         Add a debug category
6994
6995 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6996
6997         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
6998           Only set hardware parameters *after* negotiation. Before
6999           negotiation, it will set ANY and that seems to cause crashes
7000           (see e.g. #151288, #153227).
7001
7002 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7003
7004         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
7005           This seems to be antique leftover. It needs to pass error
7006           checking.
7007         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
7008         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
7009         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
7010         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
7011           Fix GstXOverlay implementation (#151059).
7012
7013 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7014
7015         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
7016           Don't assert (#157853).
7017
7018 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7019
7020         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
7021           Fix bytes/samples confustion.
7022         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
7023           Fix for underrun (#144389).
7024
7025 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7026
7027         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7028           Disable halfway-seek for pending release (since it needs a new
7029           core release).
7030
7031 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7032
7033         * sys/v4l/gstv4lsrc.c:
7034         * sys/v4l/gstv4lsrc.h:
7035         * sys/v4l/v4lsrc_calls.c:
7036           add autoprobe-fps property so we can separate autoprobing parts
7037
7038 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7039
7040         * sys/v4l/gstv4lsrc.c:
7041         * sys/v4l/v4lsrc_calls.c:
7042         initialise fourcc to catch unset fourcc's, and debug
7043
7044 2004-11-09  Wim Taymans  <wim@fluendo.com>
7045
7046         * gst/playback/README:
7047         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
7048         * gst/playback/gstplaybin.c: (gst_play_bin_init),
7049         (gst_play_bin_dispose), (gst_play_bin_set_property),
7050         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
7051         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
7052         (gst_play_bin_get_formats), (gst_play_bin_convert),
7053         (gst_play_bin_get_query_types), (gst_play_bin_query):
7054         Cleanups and some more documentation.
7055
7056 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
7057
7058         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
7059         (gst_cacasink_init), (gst_cacasink_chain):
7060         * ext/libcaca/gstcacasink.h:
7061         Cacasink inherits from VideoSink, so let that store the clock.
7062
7063 2004-11-09  Wim Taymans  <wim@fluendo.com>
7064
7065         * gst/playback/README:
7066         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
7067         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
7068         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
7069         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
7070         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
7071         (setup_sinks):
7072         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
7073         (gst_stream_info_is_mute), (gst_stream_info_set_property):
7074         * gst/playback/gststreaminfo.h:
7075         Updated README.
7076         Only switch groups if all streams have muted (EOSed).
7077         Send Tags in sync with the stream playback instead of in
7078         the playback/preroll phase.
7079         Some cleanups, free the fakesrc elements.
7080
7081 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7082
7083         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
7084           buffer-frames property was missing
7085         * ext/arts/gst_arts.c:
7086           rate missing from sinkcaps
7087         * ext/audiofile/gstafparse.c:
7088         * ext/audiofile/gstafsink.c:
7089         * ext/audiofile/gstafsrc.c:
7090         * ext/swfdec/gstswfdec.c:
7091           int audio doesn't know buffer-frames
7092         * ext/cdparanoia/gstcdparanoia.c:
7093           int audio doesn't know chunksize either
7094         * ext/nas/nassink.c:
7095           it's endianness, not endianess
7096         * gst-libs/gst/audio/audio.h:
7097           make float standard pad template caps really describe float
7098         * gst/law/mulaw.c: (linear_factory):
7099           signed only, please
7100         * gst/mpegstream/gstdvddemux.c:
7101           widths of 20 are not valid
7102
7103 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7104
7105         Submitted by: Luca Ferretti <elle.uca@infinito.it>
7106
7107         * po/LINGUAS:
7108         * po/it.po:
7109           Add Italian
7110
7111 2004-11-08  Wim Taymans  <wim@fluendo.com>
7112
7113         * gst/playback/README:
7114         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
7115         * gst/playback/gstplaybasebin.c: (probe_triggered),
7116         (gst_play_base_bin_change_state):
7117         Updated README, added more comments for fixmes etc..
7118
7119 2004-11-08  Wim Taymans  <wim@fluendo.com>
7120
7121         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
7122         We can remove this hack now.
7123
7124 2004-11-08  Wim Taymans  <wim@fluendo.com>
7125
7126         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
7127         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
7128         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
7129         Only mix AYUV for maximum quality.
7130
7131 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7132
7133         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
7134         (gst_ogg_demux_push), (gst_ogg_pad_push):
7135           Let's act as if we're synchronized now! :).
7136         * ext/theora/theoradec.c: (theora_dec_chain):
7137           Add some debug.
7138
7139 2004-11-08  Wim Taymans  <wim@fluendo.com>
7140
7141         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
7142         (gst_alpha_set_property), (gst_alpha_sink_link),
7143         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
7144         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
7145         (gst_alpha_init_params), (gst_alpha_chain):
7146         Implement alpha functions for AYUV too, this increases
7147         accuracy quite a bit.
7148
7149 2004-11-08  Wim Taymans  <wim@fluendo.com>
7150
7151         * gst/ffmpegcolorspace/avcodec.h:
7152         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7153         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7154         (gst_ffmpegcsp_avpicture_fill):
7155         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7156         (gst_ffmpegcsp_caps_remove_format_info):
7157         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
7158         (shrink12), (img_get_alpha_info), (deinterlace_line),
7159         (deinterlace_line_inplace):
7160         * gst/ffmpegcolorspace/imgconvert_template.h:
7161         Added AYUV colorspace and handle RGBA a bit more respectful.
7162
7163 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7164
7165         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
7166           Actually always send a discont (cornercase when resending the
7167           same serial-tagged chain twice).
7168
7169 2004-11-08  Julien MOUTTE  <julien@moutte.net>
7170
7171         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
7172         (gst_ximagesink_finalize):
7173         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
7174         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
7175
7176 2004-11-08  Wim Taymans  <wim@fluendo.com>
7177
7178         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
7179         Don't segfault on NULL data.
7180
7181 2004-11-08  Wim Taymans  <wim@fluendo.com>
7182
7183         * gst/playback/gstdecodebin.c: (unlinked):
7184         * gst/playback/gstplay-marshal.list:
7185         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7186         (gst_play_base_bin_init), (group_create), (get_active_group),
7187         (get_building_group), (group_destroy), (group_commit),
7188         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
7189         (add_element_stream), (no_more_pads), (probe_triggered),
7190         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
7191         (state_change), (setup_source), (gst_play_base_bin_get_property),
7192         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
7193         (gst_play_base_bin_link_stream),
7194         (gst_play_base_bin_get_streaminfo):
7195         * gst/playback/gstplaybasebin.h:
7196         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7197         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
7198         Add support for chained ogg files. Prepare for playlist
7199         support. This patch introduces the concept of pad groups, which
7200         together compose one playable media file.
7201
7202 2004-11-07  David Schleef  <ds@schleef.org>
7203
7204         * testsuite/gst-lint: Check for pad templates that aren't statically
7205         scoped.
7206
7207 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7208
7209         * configure.ac:
7210         * ext/Makefile.am:
7211         * ext/musepack/Makefile.am:
7212         * ext/musepack/gstmusepackdec.cpp:
7213         * ext/musepack/gstmusepackdec.h:
7214         * ext/musepack/gstmusepackreader.cpp:
7215         * ext/musepack/gstmusepackreader.h:
7216           Add musepack decoder.
7217         * ext/faad/gstfaad.c: (gst_faad_base_init):
7218           Make pad templates static.
7219         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
7220         (plugin_init):
7221           Add musepack typefinder, make mp3 typefinding work halfway stream,
7222           which doesn't actually work yet because id3demux doesn't implement
7223           _get_length().
7224
7225 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7226
7227         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
7228         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
7229           Fix interrupt event handling (#144436).
7230
7231 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7232
7233         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
7234           Hide unused glory.
7235
7236 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7237
7238         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7239
7240         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
7241           Fix weird caps (#157548).
7242
7243 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7244
7245         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7246
7247         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
7248           Add missing NULL terminator (#157543).
7249
7250 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7251
7252         * gst/tcp/gsttcp.h:
7253         * gst/tcp/gsttcpclientsink.c:
7254         * gst/tcp/gsttcpclientsrc.c:
7255         * gst/tcp/gsttcpserversink.c:
7256         * gst/tcp/gsttcpserversrc.c:
7257           ports can go up to 65535.  Move common defines to gsttcp.h
7258
7259 2004-11-05  Wim Taymans  <wim@fluendo.com>
7260
7261         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
7262         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
7263         Added two more colorspaces.
7264
7265 2004-11-05  Wim Taymans  <wim@fluendo.com>
7266
7267         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7268         (gst_ffmpegcsp_avpicture_fill):
7269         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
7270         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
7271         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
7272         More stride fixes.
7273
7274 2004-11-05  Wim Taymans  <wim@fluendo.com>
7275
7276         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
7277         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
7278         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
7279         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
7280         (gst_videomixer_loop):
7281         More stride fixes.
7282
7283 2004-11-05  Benjamin Otte  <otte@gnome.org>
7284
7285         * ext/mad/gstmad.c: (gst_mad_chain):
7286           don't overflow data buffer. Flush not needed sync data when syncing
7287           failed.
7288
7289 2004-11-04  Wim Taymans  <wim@fluendo.com>
7290
7291         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
7292         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
7293         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
7294         (gst_alpha_init_params), (gst_alpha_chain),
7295         (gst_alpha_change_state):
7296         Updated the chroma keying algorithm with something more
7297         sophisticated.
7298
7299 2004-11-03  Wim Taymans  <wim@fluendo.com>
7300
7301         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
7302         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
7303         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
7304         Fix stride issues. Does not completely work for odd
7305         heights.
7306
7307 2004-11-03  Wim Taymans  <wim@fluendo.com>
7308
7309         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
7310         (gst_alpha_chroma_key), (gst_alpha_chain):
7311         Fix stride issues. Does not completely work for odd
7312         heights.
7313
7314 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
7315
7316         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
7317         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
7318         leak fixes
7319
7320 2004-11-03  Wim Taymans  <wim@fluendo.com>
7321
7322         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7323         (gst_ffmpegcsp_avpicture_fill):
7324         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
7325         (avpicture_alloc):
7326         * gst/ffmpegcolorspace/imgconvert_template.h:
7327         Use correct _fill function to get correct strides.
7328
7329 2004-11-02  David Schleef  <ds@schleef.org>
7330
7331         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
7332         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
7333         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
7334         Change all g_print()s to debugging.  Add a bunch of consistency
7335         checks.
7336
7337 2004-11-02  Wim Taymans  <wim@fluendo.com>
7338
7339         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7340         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
7341         (unlinked), (no_more_pads), (close_link):
7342         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7343         (unknown_type), (add_element_stream), (new_decoded_pad),
7344         (removed_decoded_pad), (setup_source):
7345         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
7346         (gst_stream_info_class_init), (gst_stream_info_init),
7347         (gst_stream_info_new), (gst_stream_info_dispose),
7348         (stream_info_mute_pad), (gst_stream_info_set_property),
7349         (gst_stream_info_get_property):
7350         * gst/playback/gststreaminfo.h:
7351         Fix playback of multiple files.
7352         a slightly different approach to handling dynamic pad removals.
7353         This one only looks at pads that we have linked.
7354
7355 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
7356
7357         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
7358         free" warning from libc.
7359
7360 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7361
7362         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7363         (get_unconnected_element), (remove_starting_from), (pad_removed),
7364         (close_link):
7365           Implement support for dynamic pad changing. We listen to "live"
7366           pad removals (i.e. while playing) and re-setup autoplugging
7367           after that. Playbasebin/playbin need some more work for this
7368           to finally work, but decodebin supports (and replugs) chained
7369           ogg now.
7370
7371 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
7372
7373         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
7374         (gst_alsa_finalize):
7375         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
7376         (gst_cdaudio_finalize):
7377         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
7378         (cdparanoia_finalize):
7379         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
7380         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
7381         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
7382         (dvdreadsrc_finalize):
7383         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
7384         (gst_flacdec_finalize):
7385         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
7386         (gst_flacenc_finalize):
7387         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
7388         (gst_gnomevfssink_finalize):
7389         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
7390         (gst_gnomevfssrc_finalize):
7391         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
7392         (gst_fameenc_finalize):
7393         * ext/nas/nassink.c: (gst_nassink_class_init),
7394         (gst_nassink_finalize):
7395         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
7396         (gst_sdlvideosink_class_init):
7397         * ext/sndfile/gstsf.c: (gst_sf_dispose):
7398         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
7399         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
7400         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
7401         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
7402         (gst_x_window_listener_dispose):
7403         * gst/audioscale/gstaudioscale.c:
7404         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
7405         (play_on_demand_finalize):
7406         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
7407         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
7408         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
7409         (cdplayer_finalize):
7410         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
7411         (gst_glimagesink_class_init):
7412         * sys/oss/gstosselement.c: (gst_osselement_class_init),
7413         (gst_osselement_finalize):
7414         * sys/oss/gstosssink.c: (gst_osssink_dispose):
7415         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
7416         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
7417           Fixes a bunch of problems with finalize and dispose functions,
7418           either assumptions that dispose is only called once, or not calling
7419           the parent class dispose/finalize function
7420
7421 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
7422
7423         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
7424           added two api precondition guards
7425           use g_strdup with getenv to fix crash when using ENVVAR
7426
7427 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
7428         * ext/esd/esdsink.c: (gst_esdsink_class_init),
7429         (gst_esdsink_finalize):
7430         Use a finalize function, not dispose, and more importantly,
7431         call the parent class finalize function too
7432
7433 2004-11-01  Johan Dahlin  <johan@gnome.org>
7434
7435         * ext/ogg/gstoggdemux.c:
7436         * gst/tags/gstvorbistag.c:
7437         Plug leaks.
7438
7439 2004-10-31  Benjamin Otte  <otte@gnome.org>
7440
7441         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
7442           lotsa memleaks today. But they're all small...
7443
7444 2004-10-31  Benjamin Otte  <otte@gnome.org>
7445
7446         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
7447           another memleak crushed
7448
7449 2004-10-31  Benjamin Otte  <otte@gnome.org>
7450
7451         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
7452           fix memleak
7453
7454 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7455
7456         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
7457           Hack to prevent crash when going to READY inside signal handler
7458           while this function is active.
7459
7460 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7461
7462         * gst/ffmpegcolorspace/Makefile.am:
7463         * gst/ffmpegcolorspace/avcodec.h:
7464         * gst/ffmpegcolorspace/common.h:
7465         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
7466         * gst/ffmpegcolorspace/dsputil.h:
7467         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
7468         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7469         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
7470         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
7471         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
7472         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
7473         (gst_ffmpegcsp_avpicture_fill):
7474         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
7475         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7476         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
7477         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
7478         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
7479         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
7480         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
7481         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
7482         * gst/ffmpegcolorspace/imgconvert.c:
7483         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
7484         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
7485         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
7486         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
7487         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
7488         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
7489         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
7490         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
7491         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
7492         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
7493         (grow21), (grow22), (grow41), (grow44), (conv411),
7494         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
7495         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
7496         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
7497         (avpicture_free), (is_yuv_planar), (img_convert),
7498         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
7499         (deinterlace_line_inplace), (deinterlace_bottom_field),
7500         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
7501         * gst/ffmpegcolorspace/imgconvert_template.h:
7502         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
7503         * gst/ffmpegcolorspace/mmx.h:
7504         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
7505         (av_fast_realloc), (av_mallocz_static), (av_free_static),
7506         (av_freep), (avcodec_get_context_defaults),
7507         (avcodec_alloc_context), (avcodec_init):
7508           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
7509           handling plus update from ffmpeg CVS. Large clean-up.
7510
7511 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7512
7513         * gst/playback/Makefile.am:
7514           We need the marshallers for decodebin, too.
7515
7516 2004-10-30  David Schleef  <ds@schleef.org>
7517
7518         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
7519           quicktime typefinding work with 64-bit offsets.
7520
7521 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
7522
7523         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
7524           Set EOS on the element when processing an EOS event.
7525         * ext/speex/gstspeexdec.h:
7526         * ext/speex/gstspeexenc.h:
7527           Only keep a const ptr to the mode
7528         * gst-libs/gst/riff/riff-media.c:
7529         (gst_riff_create_audio_caps_with_data),
7530         (gst_riff_create_audio_template_caps):
7531           Allow WMAV3, with up to 6 channels.
7532         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
7533           Don't call gst_pad_set_event_function on a sink pad.
7534         * gst/mpegstream/gstdvddemux.c:
7535         (gst_dvd_demux_get_subpicture_stream),
7536         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
7537           Copy the explicit caps that were set across to the cur_* pads,
7538           instead of trying to use a possibly non-existent negotiated caps.
7539           Reset the type of subpicture pads to UNKNOWN after calling
7540           init_stream, so that the caps get set.
7541
7542 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
7543
7544         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7545
7546         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
7547           Don't touch buffer if it is of size 0 (fixes #151064).
7548
7549 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7550
7551         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
7552           Synchronized discont handling.
7553
7554 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7555
7556         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
7557         (gst_ogg_demux_push):
7558           Make seeking sort-of exact again (fixes #156387).
7559
7560 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7561
7562         * gst/playback/gstplaybasebin.c: (unknown_type),
7563         (add_element_stream), (new_decoded_pad),
7564         (gst_play_base_bin_change_state):
7565         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7566         (gst_stream_info_init), (gst_stream_info_new),
7567         (gst_stream_info_dispose), (gst_stream_info_get_property):
7568         * gst/playback/gststreaminfo.h:
7569           Make caps explicitely available. Makes testing for unsupported
7570           types possible. Improves error reporting.
7571
7572 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7573
7574         * gst/audioconvert/gstaudioconvert.c:
7575         (gst_audio_convert_buffer_to_default_format):
7576           Really don't touch read-only buffers (#156563).
7577
7578 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
7579
7580         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7581
7582         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
7583           Fix memleak (#155223).
7584
7585 2004-10-29  Wim Taymans  <wim@fluendo.com>
7586
7587         * gst/tcp/.cvsignore:
7588         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7589         (gst_multifdsink_class_init), (gst_multifdsink_init),
7590         (gst_multifdsink_add), (gst_multifdsink_remove),
7591         (gst_multifdsink_remove_client_link), (is_sync_frame),
7592         (gst_multifdsink_new_client),
7593         (gst_multifdsink_handle_client_write),
7594         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
7595         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
7596         (gst_multifdsink_get_property):
7597         * gst/tcp/gstmultifdsink.h:
7598         Added burst on connect sync_method, deprecated sync_clients,
7599         streamlined the sync code some more.
7600
7601 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7602
7603         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
7604         (gst_play_base_bin_change_state):
7605           Improve error reporting.
7606
7607 2004-10-28  Wim Taymans  <wim@fluendo.com>
7608
7609         * gst/tcp/Makefile.am:
7610         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
7611         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
7612         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
7613         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
7614         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
7615         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
7616         (gst_fdset_wait):
7617         Added more locks around fdset structures. Fixed/reworked
7618         the poll array resizing code.
7619         Added stress test for fdset.
7620
7621 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7622
7623         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
7624         fix build
7625
7626 2004-10-28  Benjamin Otte  <otte@gnome.org>
7627
7628         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
7629           fix link function to always query channels and query width for
7630           floats
7631         * configure.ac:
7632           add equalizer dir
7633         * gst/equalizer/Makefile.am:
7634         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
7635         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
7636         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
7637         (arg_to_scale), (setup_filter),
7638         (gst_iir_equalizer_compute_frequencies),
7639         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
7640         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
7641         (plugin_init):
7642           add an equalizer
7643
7644 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7645
7646         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
7647
7648         * po/LINGUAS:
7649         * po/nb.po:
7650           Added Norwegian Bokmaal translation
7651
7652 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7653
7654         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
7655           Don't break on options (fixes #156488).
7656
7657 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7658
7659         * configure.ac:
7660         * ext/cdaudio/Makefile.am:
7661         * sys/Makefile.am:
7662           fix build on older automake
7663
7664 2004-10-26  Wim Taymans  <wim@fluendo.com>
7665
7666         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
7667         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
7668         Allow a little margin when negotiating the framerate.
7669
7670 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
7671
7672         * gst/level/gstlevel.c:
7673           synchonised naming of pads and pad-templates
7674
7675 2004-10-26  Wim Taymans  <wim@fluendo.com>
7676
7677         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
7678         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
7679         (_find_streams_check), (gst_ogg_demux_push):
7680         Fix EOS again. Needs to be done in a better way. We should not
7681         remove the pad if there is no new chained stream.
7682
7683 2004-10-26 Iain <iaingnome@gmail.com>
7684
7685         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
7686         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
7687         of the caps.
7688         * gst/interleave/interleave.c (interleave_class_init): Hook up release
7689         pad.
7690         (interleave_release_pad): Remove the pad.
7691         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
7692         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
7693         the set device.
7694         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
7695         attrs
7696         (gst_xvimagesink_xcontext_clear): Free the xcontext.
7697         (gst_xvimagesink_finalize): Free the par.
7698
7699 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7700
7701         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
7702         (gst_avimux_stop_file):
7703           First calculate the rate, and only then use it. Hdr.rate is a
7704           multiple and not a derivative of hdr.scale. Scale is not the
7705           same as blockalign but is solely related to rate.
7706
7707 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7708
7709         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
7710         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
7711           Implement seeking.
7712
7713 2004-10-25  James Henstridge  <james@jamesh.id.au>
7714
7715         Reviewed by:  David Schleef  <ds@schleef.org>
7716
7717         * examples/gstplay/player.c: (got_stream_length), (main):
7718         * examples/seeking/cdplayer.c: (update_scale):
7719         * examples/seeking/seek.c: (format_value), (update_scale):
7720         * examples/seeking/spider_seek.c: (format_value), (update_scale),
7721         (stop_seek):
7722         Build fixes on AMD64.
7723
7724 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7725
7726         reviewed by: Ronald Bultje <rbultje at gnome dot org>
7727
7728         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
7729         Fix for some v4l cards which hang in v4lsrc
7730
7731 2004-10-25  Wim Taymans  <wim@fluendo.com>
7732
7733         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
7734         (gst_ogg_demux_push), (gst_ogg_chains_clear):
7735         Make sure to remove the pad when a new chain is
7736         encountered. Set some vars to NULL so we don't try
7737         to reference freed memory.
7738
7739 2004-10-25  Wim Taymans  <wim@fluendo.com>
7740
7741         * examples/seeking/Makefile.am:
7742         * examples/seeking/cdplayer.c: (update_scale):
7743         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
7744         * examples/seeking/playbin.c: (make_playerbin_pipeline),
7745         (format_value), (update_scale), (iterate), (start_seek),
7746         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
7747         (print_usage), (main):
7748         Added some more examples, update others.
7749
7750 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7751
7752         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
7753         * ext/speex/gstspeexdec.c: (speex_dec_chain):
7754         * ext/theora/theoradec.c: (theora_dec_chain):
7755         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7756           Add codec-name metadata.
7757
7758 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
7759
7760         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7761
7762         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
7763         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
7764         * ext/alsa/gstalsamixertrack.h:
7765         * po/POTFILES.in:
7766           ALSA mixer track label internationalization (#154054).
7767
7768 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7769
7770         * ext/theora/theoradec.c: (theora_dec_chain):
7771           Export bitrate as metadata.
7772
7773 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7774
7775         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
7776         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
7777         * ext/alsa/gstalsamixertrack.h:
7778           Fix names, fix loop.
7779
7780 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7781
7782         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
7783         (speex_dec_convert):
7784           sinkconvert function so oggdemux can get the file length (totem).
7785
7786 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
7787
7788         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7789
7790         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
7791           Don't push incomplete packets.
7792         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
7793           Fix MPEG-4 audio typefinding.
7794
7795 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7796
7797         * sys/v4l/Makefile.am:
7798         * sys/v4l/gstv4l.c: (plugin_init):
7799         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
7800         (gst_v4lelement_init), (gst_v4lelement_dispose),
7801         (gst_v4lelement_change_state):
7802         * sys/v4l/gstv4lelement.h:
7803         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
7804         (gst_v4l_xoverlay_close), (idle_refresh),
7805         (gst_v4l_xoverlay_set_xwindow_id):
7806         * sys/v4l/gstv4lxoverlay.h:
7807         * sys/v4l/v4l-overlay_calls.c:
7808         * sys/v4l/v4l_calls.h:
7809         * sys/v4l2/Makefile.am:
7810         * sys/v4l2/gstv4l2.c: (plugin_init):
7811         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
7812         (gst_v4l2element_init), (gst_v4l2element_dispose),
7813         (gst_v4l2element_change_state):
7814         * sys/v4l2/gstv4l2element.h:
7815         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
7816         (gst_v4l2_xoverlay_close), (idle_refresh),
7817         (gst_v4l2_xoverlay_set_xwindow_id):
7818         * sys/v4l2/gstv4l2xoverlay.h:
7819         * sys/v4l2/v4l2-overlay_calls.c:
7820         * sys/v4l2/v4l2_calls.h:
7821           Remove client-side overlay handling, use the X-server v4l plugin
7822           for that. Nicer overlay, less code. Also make the plugin
7823           compileable without X (but then without overlay, obviously).
7824           Makes xwindowlistener obsolete, should we remove that?
7825
7826 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7827
7828         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
7829         (gst_osssrc_src_query):
7830         * sys/oss/gstosssrc.h:
7831           OK, so people want offset in DEFAULT. This time, actually fix all
7832           cases.
7833         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7834           Add FPS properly.
7835
7836 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7837
7838         * gst/asfdemux/gstasfmux.c:
7839         * gst/avi/gstavimux.c:
7840           Framerate.
7841
7842 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7843
7844         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
7845           Fix properties (channel, norm, frequency).
7846
7847 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7848
7849         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
7850           Flag typo.
7851         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
7852           No warnings.
7853
7854 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7855
7856         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
7857           Fix hang.
7858
7859 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7860
7861         * sys/v4l2/gstv4l2element.h:
7862           Yet Another Hack (tm) for kernel header borkedness.
7863         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
7864         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
7865         (gst_v4l2src_link), (gst_v4l2src_getcaps),
7866         (gst_v4l2src_change_state):
7867         * sys/v4l2/gstv4l2src.h:
7868         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
7869         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
7870           Fix caps, keep track of state, work.
7871
7872 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7873
7874         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7875           Quiet.
7876
7877 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7878
7879         * sys/oss/gstosssrc.c: (gst_osssrc_get):
7880           Don't mix bytes and samples.
7881
7882 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7883
7884         * ext/ogg/gstoggmux.c:
7885           Basic pad template which accepts OGM tracks, speex, flac, vorbis
7886           and theora. Any is incorrect.
7887         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
7888           Fix caps.
7889         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
7890         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
7891         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
7892         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
7893         * sys/v4l/gstv4lmjpegsrc.h:
7894         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
7895         (gst_v4lsrc_change_state):
7896         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
7897         (gst_v4lmjpegsrc_capture_stop):
7898           Fix caps. Keep track of internal state. Work.
7899
7900 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7901
7902         * ext/Makefile.am:
7903           Fix the build fixes.
7904
7905 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7906
7907         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
7908         (gst_ogg_demux_src_event), (_find_chain_seek),
7909         (gst_ogg_pad_push):
7910           Check for pad availability before using it.
7911         * ext/ogg/gstoggdemux.c: (_find_chain_process):
7912           Fix parsing of chained ogg. Needs more work on the decoder side.
7913
7914 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7915
7916         * gst/spectrum/Makefile.am:
7917         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
7918         (idle_func):
7919           Fix demo and reenable it. Yes, I'm currently playing with audio
7920           analysis tools
7921
7922 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7923
7924         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
7925           We love it if files that start at zero work too...
7926
7927 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7928
7929         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
7930           Handle files with missing EOS headers.
7931
7932 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7933
7934         * gst/tcp/gsttcpserversink.c:
7935         (gst_tcpserversink_handle_server_read),
7936         (gst_tcpserversink_init_send):
7937         Zero some variables first (need for accept not to return EINVAL)
7938
7939 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7940
7941         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
7942         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
7943         * ext/theora/theoradec.c: (theora_dec_sink_convert),
7944         (theora_dec_chain):
7945         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
7946         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
7947           Seeking and querying finetune.
7948
7949 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7950
7951         * configure.ac:
7952         * ext/Makefile.am:
7953         * ext/raw1394/Makefile.am:
7954           fix the build
7955
7956 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7957
7958         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
7959           Wrong return.
7960         * gst/playback/Makefile.am:
7961         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
7962         * gst/playback/gstplay-marshal.list:
7963         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
7964           Fix marshallers.
7965
7966 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7967
7968         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
7969           Silence.
7970
7971 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7972
7973         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
7974         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
7975         (gst_ogg_pad_push):
7976           Yay for non-lineair granulepos in theora.
7977
7978 2004-10-18  Wim Taymans  <wim@fluendo.com>
7979
7980         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
7981         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
7982         * ext/dv/gstdvdec.h:
7983         Make sure we renegotiate aspect ratio when the camera switches.
7984
7985 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7986
7987         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
7988         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
7989           Start at zero.
7990         * ext/theora/theoradec.c: (theora_dec_chain):
7991           Skip headers. Bad idea for chained ogg, but fixes seeking.
7992
7993 2004-10-18  Wim Taymans  <wim@fluendo.com>
7994
7995         * configure.ac:
7996         I swear, this is the last time I touch this.
7997
7998 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7999
8000         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
8001         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
8002         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
8003           Faster seeking.
8004         * ext/theora/theoradec.c: (theora_dec_sink_convert):
8005           Time-to-default conversion.
8006         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8007           Don't error on unknown packets, just skip. We should probably
8008           read them if we want to support chained ogg.
8009
8010 2004-10-18  Wim Taymans  <wim@fluendo.com>
8011
8012         * configure.ac:
8013         Added cdaudio to wrong list.
8014
8015 2004-10-18  Wim Taymans  <wim@fluendo.com>
8016
8017         * configure.ac:
8018         Revive cdaudio.
8019
8020 2004-10-18  Wim Taymans  <wim@fluendo.com>
8021
8022         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
8023         (gst_dvdec_video_link), (gst_dvdec_push):
8024         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
8025         (gst_smokeenc_resync), (gst_smokeenc_chain):
8026         Fix mimetype on smoke encoder.
8027         Add aspect ratio to dvdec. Not sure if these
8028         values are correct though....
8029
8030 2004-10-18  Wim Taymans  <wim@fluendo.com>
8031
8032         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
8033         Fix vorbis property descriptions and ranges.
8034
8035 2004-10-18  Wim Taymans  <wim@fluendo.com>
8036
8037         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
8038         Really do nothing when no data is available.
8039         Go to the playing state when the stream is not seekable
8040         instead of failing.
8041
8042 2004-10-18  Wim Taymans  <wim@fluendo.com>
8043
8044         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
8045         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
8046         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
8047         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
8048         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
8049         Added uri handler for cd://
8050         Port to new API.
8051
8052 2004-10-18  Wim Taymans  <wim@fluendo.com>
8053
8054         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8055         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
8056         (try_to_link_1), (no_more_pads), (close_link), (type_found):
8057         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
8058         (remove_prerolls), (unknown_type), (add_element_stream),
8059         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
8060         (gst_play_base_bin_remove_element),
8061         (gst_play_base_bin_link_stream):
8062         * gst/playback/gstplaybin.c: (gen_video_element),
8063         (gen_vis_element), (remove_sinks), (setup_sinks):
8064         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
8065         (gst_stream_info_get_type), (gst_stream_info_class_init),
8066         (gst_stream_info_init), (gst_stream_info_new),
8067         (gst_stream_info_dispose), (stream_info_mute_pad),
8068         (gst_stream_info_set_property), (gst_stream_info_get_property):
8069         * gst/playback/gststreaminfo.h:
8070         Add sink padtemplate to decodebin.
8071         Added some more comments.
8072         Make queue size configurable in playbasebin.
8073         Added possibility to use elements as sinks (ex cdaudio).
8074
8075 2004-10-15  Wim Taymans  <wim@fluendo.com>
8076
8077         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
8078         (gst_speexenc_chain):
8079         Fix speex timestamps so that it gets muxed properly.
8080
8081 2004-10-15  Wim Taymans  <wim@fluendo.com>
8082
8083         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
8084         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
8085         (gst_dv1394src_init), (gst_dv1394src_dispose),
8086         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
8087         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
8088         (gst_dv1394src_event), (gst_dv1394src_get_formats),
8089         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
8090         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
8091         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
8092         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
8093         * ext/raw1394/gstdv1394src.h:
8094         Added conversion/query functions.
8095         Update buffer timestamps,
8096         Added signals.
8097         Added uri dv:// so it might play from the firewire in playbin.
8098         Fix a possible leak.
8099         Added debugging.
8100
8101 2004-10-15  Wim Taymans  <wim@fluendo.com>
8102
8103         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
8104         (gst_dv1394src_init), (gst_dv1394src_set_property),
8105         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
8106         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
8107         * ext/raw1394/gstdv1394src.h:
8108         Added AV/C VTR control support needed for some cameras.
8109         Added automatic port detection.
8110         Added properties for selecting the channel.
8111         The configure.ac script is not yet updated to reflect the
8112         new libavc1394 and librom1394 dependencies.
8113
8114 2004-10-15  Wim Taymans  <wim@fluendo.com>
8115
8116         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
8117         (qtdemux_parse), (gst_qtdemux_handle_esds):
8118         An esds box is not a container.
8119         Fix parsing of mp4v boxes.
8120         Do not try to renegotiate fps for each frame. Need to
8121         find a better method. This should fix mp4 playback.
8122
8123 2004-10-14  David Schleef  <ds@schleef.org>
8124
8125         * configure.ac: update for swfdec-0.3 and liboil-0.2
8126         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
8127         * ext/swfdec/gstswfdec.h: same
8128         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
8129         * gst/videotestsrc/videotestsrc.c: same
8130
8131 2004-10-14  Wim Taymans  <wim@fluendo.com>
8132
8133         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
8134         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
8135         (is_sync_frame), (gst_multifdsink_new_client),
8136         (gst_multifdsink_handle_client_write),
8137         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
8138         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
8139         Turn warnings into info.
8140         Don't allow a state change in the streaming thread.
8141
8142 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8143
8144         * ext/vorbis/oggvorbisenc.c:
8145         * ext/vorbis/vorbisdec.c:
8146           fix template sample rate
8147
8148 2004-10-13  Wim Taymans  <wim@fluendo.com>
8149
8150         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
8151         Decoding the header first fixes some problems in resyncing
8152         in more mp3s.
8153
8154 2004-10-12  Wim Taymans  <wim@fluendo.com>
8155
8156         * gst/playback/gstplaybin.c: (gen_video_element),
8157         (gen_vis_element), (remove_sinks), (setup_sinks):
8158         Added vis plugin support, need to configure the vis
8159         element to activate it.
8160
8161 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8162
8163         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
8164         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
8165           Some debug.
8166         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8167         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
8168         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
8169         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
8170         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
8171         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
8172         * gst/avi/gstavidemux.h:
8173           Support for openDML-2.0 indx/ix## chunks. Support for broken index
8174           recovery (where, if part of the index is broken, we will still read
8175           the rest of the index and recover the broken part by stream
8176           scanning). More broken media support. EOS workarounds. General AVI
8177           braindamage headache recovery. Aspirin included.
8178
8179 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8180
8181         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
8182         (cdparanoia_event), (cdparanoia_query):
8183           Get rid of hideous lead-in.
8184
8185 2004-10-11  Wim Taymans  <wim@fluendo.com>
8186
8187         * gst/playback/gstplaybasebin.c: (setup_source):
8188         Wrong var used to get g_list_next.
8189
8190 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8191
8192         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
8193         (cdparanoia_get), (cdparanoia_open):
8194           Report discid as metadata, add duration.
8195
8196 2004-10-11  Wim Taymans  <wim@fluendo.com>
8197
8198         * gst/playback/gstplaybasebin.c: (setup_source):
8199         Cleanup the previous pipeline a little earlier for the
8200         case that a source element provides raw data.
8201
8202 2004-10-11  Benjamin Otte  <otte@gnome.org>
8203
8204         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
8205           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
8206           consuming the last 128 bytes, even though it was valid mp3 data.
8207
8208 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8209
8210         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
8211         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
8212         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
8213         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
8214
8215 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8216
8217         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
8218         Fix for webcams that support only specific width or height
8219
8220 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8221
8222         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8223
8224         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
8225           Fix wrong discont event setup (fixes #154967).
8226
8227 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
8228
8229         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8230
8231         * gst/auparse/gstauparse.c: (gst_auparse_chain):
8232           Error out on invalid data (fixes #154807).
8233
8234 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8235
8236         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8237
8238         * ext/dvdread/dvdreadsrc.c: (_read):
8239           Make titles > 0 work again (fixes #154834).
8240
8241 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8242
8243         * gst-libs/gst/riff/riff-media.c:
8244         (gst_riff_create_video_template_caps):
8245           WMV3 missing in template caps.
8246
8247 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8248
8249         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
8250           OK, so the original code was too strict. It makes random AVI files
8251           hang for seconds upon opening, which is unacceptable and is far
8252           beyond the original goal of getting multiple chunks for one-chunk
8253           sounc stream files. So now do just that.
8254
8255 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8256
8257         * gst/playback/gstplaybasebin.c: (setup_source),
8258         (gst_play_base_bin_change_state):
8259           Actually clean up streaminfo if output fails. This would trigger
8260           if, for example, there was no CD in the drive. No preroll, so
8261           a streaminfo structure is created, but the subsequent state change
8262           of the thread fails.
8263         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
8264           Don't change state if parent failed.
8265
8266 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8267
8268         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8269         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
8270         (gen_video_element), (remove_sinks):
8271           Add small bits of code for screenshot handling.
8272
8273 2004-10-08  Wim Taymans  <wim@fluendo.com>
8274
8275         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
8276         (gen_video_element), (gen_audio_element), (setup_sinks):
8277         Don't assume the user provided sinks are named "sink"...
8278
8279 2004-10-08  Wim Taymans  <wim@fluendo.com>
8280
8281         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
8282         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
8283         (gst_play_base_bin_link_stream):
8284         Do not try to autoplug sources that generate raw streams like
8285         cdparanoia.
8286         disconnect the preroll overrun signal when we don't need it anymore.
8287
8288 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
8289
8290         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
8291         Added reworked patch from #154903 from milosz derezynski (deadchip).
8292
8293 2004-10-08  Wim Taymans  <wim@fluendo.com>
8294
8295         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
8296         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
8297         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
8298         (cdparanoia_convert), (cdparanoia_uri_get_type),
8299         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
8300         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
8301         * ext/cdparanoia/gstcdparanoia.h:
8302         This adds the cdda://<tracknum> uri.
8303
8304 2004-10-08  Wim Taymans  <wim@fluendo.com>
8305
8306         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8307         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
8308         (try_to_link_1), (no_more_pads), (close_link), (type_found):
8309         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8310         (unknown_type), (gst_play_base_bin_remove_element),
8311         (gst_play_base_bin_link_stream):
8312         * gst/playback/gstplaybasebin.h:
8313         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8314         (gst_play_bin_set_property), (gen_video_element),
8315         (gen_audio_element), (setup_sinks):
8316         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
8317         (gst_stream_info_get_type), (gst_stream_info_class_init),
8318         (gst_stream_info_init), (gst_stream_info_new),
8319         (gst_stream_info_dispose), (stream_info_mute_pad),
8320         (gst_stream_info_set_property), (gst_stream_info_get_property):
8321         * gst/playback/gststreaminfo.h:
8322         Reuse the audio and video bins.
8323         Some internal cleanups in the stream selection code.
8324
8325 2004-10-08  Julien MOUTTE  <julien@moutte.net>
8326
8327         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
8328         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
8329         * sys/ximage/ximagesink.h:
8330         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
8331         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
8332         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
8333         not coming from those elements. Moreover these elements should not keep
8334         the xid they have been given when in NULL state.
8335
8336 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8337
8338         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
8339         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
8340         * sys/ximage/ximagesink.h:
8341         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
8342         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
8343         * sys/xvimage/xvimagesink.h:
8344           Actually only create a new toplevel window if we're not gonna
8345           embed it right after.
8346
8347 2004-10-07  Wim Taymans  <wim@fluendo.com>
8348
8349         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
8350         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
8351         * gst/playback/gstplaybin.c: (setup_sinks):
8352         Implement muting/unmuting of streams, mute streams that are not
8353         used.
8354
8355 2004-10-07  Wim Taymans  <wim@fluendo.com>
8356
8357         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
8358         (plugin_init):
8359         Added lame audio/x-ac3 typefind function.
8360
8361 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8362
8363         * configure.ac:
8364           bump nano to cvs
8365
8366 === release 0.8.5 ===
8367
8368 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8369
8370         * NEWS:
8371         * RELEASE:
8372         * configure.ac:
8373           releasing 0.8.5, "Take You On"
8374
8375 2004-10-06  Wim Taymans  <wim@fluendo.com>
8376
8377         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8378         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
8379         (no_more_pads), (close_link), (type_found):
8380         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
8381         * gst/playback/gstplaybin.c: (gen_video_element):
8382         Do not signal the no_more_pads after the first pad when
8383         we are plugging a non dynamic element with multiple
8384         output pads (like swfdec, dvdec, ...).
8385
8386 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8387
8388         * configure.ac:
8389           bump for prerelease
8390
8391 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8392
8393         * gst/wavparse/gstwavparse.c:
8394           add ATRAC3 to STATIC CAPS to fix a warning
8395
8396         * gst/matroska/ebml-read.c:
8397         * gst-libs/gst/riff/riff-read.c:
8398           fix typos
8399
8400 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8401
8402         * gst-libs/gst/riff/riff-media.c:
8403           generate caps for ATRAC3 audio streams
8404
8405         * gst/realmedia/rmdemux.c:
8406           generate caps for ATRAC3 audio streams
8407
8408 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8409
8410         * gst/wavparse/Makefile.am
8411         * gst/wavparse/riff.h
8412         * gst/wavparse/wavparse.vcproj
8413           riff.h removal (unused and duplication with riff-ids.h)
8414
8415 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8416
8417         * gst/wavparse/gstwavparse.h
8418           remove duplicated defines for audio codec codes
8419
8420         * gst-libs/gst/riff/riff-ids.h
8421         * gst/wavenc/riff.h:
8422           add "4CC" code for ATRAC3 audio streams
8423           add "4CC" code for ITU_G721_ADPCM (unused for now)
8424
8425 2004-10-06  Wim Taymans  <wim@fluendo.com>
8426
8427         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
8428         Actually _do_ negotiation. Pass gdouble as arg instead
8429         of guint64 for the framerate.
8430
8431 2004-10-06  Wim Taymans  <wim@fluendo.com>
8432
8433         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8434         (find_compatibles), (close_pad_link), (try_to_link_1),
8435         (no_more_pads), (close_link), (type_found):
8436         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
8437         * gst/playback/gstplaybin.c: (gen_video_element),
8438         (gen_audio_element):
8439         Set state on newly added element to READY so that negotiation
8440         can happen ASAP.
8441         Addes some more debug info.
8442         Do not try to plug pads with multiple caps structures or ANY
8443         because it is too dangerous since we do not do dynamic
8444         replugging.
8445
8446 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8447
8448         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
8449
8450         * po/LINGUAS:
8451         * po/or.po:
8452           add Oriya translation
8453
8454 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8455
8456         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
8457           Prevent overwrite of size member. Makes audio sound crappy.
8458
8459 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8460
8461         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8462         Add rmvb to the list of known RealMedia extensions
8463
8464 2004-10-05  Wim Taymans  <wim@fluendo.com>
8465
8466         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
8467         (mngdec_openstream), (mngdec_closestream),
8468         (mngdec_handle_sink_event), (mngdec_readdata),
8469         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
8470         (mngdec_getcanvasline), (mngdec_refresh),
8471         (gst_mngdec_change_state):
8472         Set the framerate correctly.
8473
8474 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8475
8476         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
8477           There was something wrong with the index massaging.
8478
8479 2004-10-04  Wim Taymans  <wim@fluendo.com>
8480
8481         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
8482         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
8483         (gst_smokedec_chain):
8484         * ext/jpeg/gstsmokedec.h:
8485         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
8486         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
8487         * ext/jpeg/gstsmokeenc.h:
8488         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
8489         (smokecodec_decode_new), (smokecodec_info_free),
8490         (smokecodec_set_quality), (smokecodec_get_quality),
8491         (smokecodec_set_threshold), (smokecodec_get_threshold),
8492         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
8493         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
8494         (smokecodec_encode), (smokecodec_parse_id),
8495         (smokecodec_parse_header), (smokecodec_decode):
8496         * ext/jpeg/smokecodec.h:
8497         * ext/jpeg/smokeformat.h:
8498         Updated smoke, new bitstream, allows embedding in ogg.
8499
8500 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8501
8502         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
8503           Fix seeking in some files. All this code is no longer needed (and
8504           actually breaks stuff) because we now synchronize the full index
8505           right when reading the header.
8506
8507 2004-10-04  Wim Taymans  <wim@fluendo.com>
8508
8509         * configure.ac:
8510         configure update for libmng.
8511
8512 2004-10-04  Wim Taymans  <wim@fluendo.com>
8513
8514         * ext/libmng/Makefile.am:
8515         * ext/libmng/gstmng.c: (plugin_init):
8516         * ext/libmng/gstmng.h:
8517         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
8518         (gst_mngdec_base_init), (gst_mngdec_class_init),
8519         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
8520         (gst_mngdec_loop), (gst_mngdec_get_property),
8521         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
8522         (mngdec_closestream), (mngdec_handle_sink_event),
8523         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
8524         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
8525         (gst_mngdec_change_state):
8526         * ext/libmng/gstmngdec.h:
8527         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
8528         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
8529         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
8530         (gst_mngenc_chain), (gst_mngenc_get_property),
8531         (gst_mngenc_set_property):
8532         * ext/libmng/gstmngenc.h:
8533         Added basic MNG decoder. Needs more work. The encoder does
8534         not work yet.
8535
8536 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8537
8538         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
8539         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
8540         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
8541           Don't hang on length=0 chunks. Some negotiation fixes. Signal
8542           no-more-pads.
8543
8544 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8545
8546         * configure.ac:
8547           you need at least 1.0.4 of speex
8548
8549 2004-10-04 Iain <iaingnome@gmail.com>
8550
8551         * ext/speex/gstspeexdec.h: Revert the includes changes.
8552
8553         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
8554
8555 2004-09-30 Iain <iaingnome@gmail.com>
8556
8557         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
8558         found during init or set as a property instead of hardcoding /dev/audio
8559
8560 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8561
8562         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
8563         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
8564         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
8565         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
8566         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
8567         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
8568         (gst_rmdemux_dump_data):
8569           Use debug category, fix EOS handling. filesrc ! rmdemux now
8570           works.
8571
8572 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8573
8574         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8575         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
8576         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
8577           Improve allocation, cutting and sorting of the index. How takes a
8578           few seconds instead of minutes.
8579
8580 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
8581
8582         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
8583           fixed compilation
8584
8585 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8586
8587         * gst-libs/gst/riff/riff-media.c:
8588         (gst_riff_create_video_caps_with_data),
8589         (gst_riff_create_video_template_caps):
8590           Add wing commander format mimetype/fourccs.
8591         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
8592           Don't crash if some value is 0.
8593
8594 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8595
8596         * gst-libs/gst/riff/riff-media.c:
8597         (gst_riff_create_video_caps_with_data),
8598         (gst_riff_create_video_template_caps):
8599           Add DIB fourcc (raw, palettized 8-bit RGB).
8600         * gst-libs/gst/riff/riff-read.c:
8601         (gst_riff_read_strf_vids_with_data):
8602           Oops, fix strf_data reading bug.
8603         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
8604           Use a non-NULL tag.
8605         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8606           Time for hacks. Sorry Dave. At least one quicktime movie (a
8607           trailer) that I've encountered contains multiple video tracks.
8608           One of those is the actual video track, the other are one-frame
8609           tracks (images). Unfortunately, the number of frames according
8610           to the trak header is 1 for each, so that doesn't help. So
8611           instead, I look at the duration and discard tracks with a
8612           duration shorter than 20% of the length of the stream. Better
8613           than nothing.
8614
8615 2004-10-01  Christian Schaller <christian@fluendo.com>
8616
8617         * ext/ivorbis/vorbis.c:
8618           Patch from Phil Blundell (Bug 152341)
8619
8620 2004-10-01  Wim Taymans  <wim@fluendo.com>
8621
8622         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
8623         (speex_dec_get_formats), (speex_dec_convert),
8624         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
8625         (speex_dec_chain), (gst_speexdec_get_property),
8626         (gst_speexdec_set_property):
8627         Small cleanups.
8628
8629 2004-10-01  Wim Taymans  <wim@fluendo.com>
8630
8631         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
8632         (gst_wavparse_stream_init), (gst_wavparse_fmt),
8633         (gst_wavparse_other), (gst_wavparse_loop),
8634         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
8635         (gst_wavparse_srcpad_event):
8636         * gst/wavparse/gstwavparse.h:
8637         Added some more debugging info.
8638         Fix the case where the length of the file is 0.
8639         Make sure we seek to sample borders.
8640
8641 2004-10-01  Wim Taymans  <wim@fluendo.com>
8642
8643         * gst/playback/README:
8644         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8645         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
8646         (try_to_link_1), (no_more_pads), (close_link), (type_found):
8647         Add some debug info to decodebin, update README
8648
8649 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8650
8651         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
8652           Don't use g_print(); use GST_DEBUG().
8653
8654 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8655
8656         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
8657         (gst_ogg_mux_queue_pads):
8658           Handle EOS properly.
8659
8660 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8661
8662         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8663
8664         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
8665         (gst_faad_chain), (gst_faad_change_state):
8666         * ext/faad/gstfaad.h:
8667           Allow playback of raw (unframed) MPEG AAC files (#148993).
8668
8669 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8670
8671         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8672
8673         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
8674           Throw error if we didn't recognize the stream. Fixes #152289.
8675
8676 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8677
8678         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
8679           Fix negotiation.
8680
8681 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
8682
8683         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8684
8685         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
8686           Fix memleak.
8687
8688 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
8689
8690         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8691
8692         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
8693           Solve #152805.
8694         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
8695           Solve 152806.
8696
8697 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8698
8699         * gst-libs/gst/riff/riff-media.c:
8700         (gst_riff_create_video_caps_with_data),
8701         (gst_riff_create_audio_caps_with_data):
8702           Add codec_data handling (like asfdemux used to do).
8703         * gst/asfdemux/gstasf.c: (plugin_init):
8704         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
8705         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
8706           Use riff-media for caps creation instead of our own (mostly
8707           broken) copy of its functions.
8708
8709 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8710
8711         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
8712           Don't actually error out if we get another return value than
8713           -EINVAL. Opposite to what I first thought, drivers have random
8714           return values for this, although -EINVAL is the expected return
8715           value. Since this is not fatal, we shouldn't use
8716           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
8717
8718 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8719
8720         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8721         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
8722         (dvdreadsrc_get_property), (_open), (_seek), (_read),
8723         (dvdreadsrc_get), (dvdreadsrc_open_file),
8724         (dvdreadsrc_change_state):
8725           Fix. Don't do one big huge loop around the whole DVD, that will
8726           cache all data and thus eat sizeof(dvd) (several GB) before we
8727           see something.
8728         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
8729           Actually NULL'ify event after using it.
8730         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
8731         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
8732         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
8733         (gst_ebml_read_seek), (gst_ebml_read_skip):
8734           Handle events.
8735         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
8736         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
8737         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
8738           Fix timing (this will probably break if I seek using menus, but
8739           I didn't get there yet). VOBs and normal DVDs should now work.
8740           Add a mpeg2-only pad with high rank so this get autoplugged for
8741           MPEG-2 movies.
8742         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
8743         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
8744         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
8745         (gst_mpeg_demux_get_audio_stream),
8746         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
8747         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
8748           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
8749           MPEG-1 but use dvddemux for MPEG-2.
8750         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
8751         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
8752         (gst_mpeg_parse_parse_packhead):
8753           Timing. Only add pad template if it exists. Add sink template from
8754           class and not from ourselves. This means we will always use the
8755           correct sink template even if it is not the one defined in this
8756           file.
8757
8758 2004-09-29  Wim Taymans  <wim@fluendo.com>
8759
8760         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
8761         (gst_mpeg_demux_parse_pes):
8762         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
8763         Fix playback of mpeg again, timestamps where screwed up by
8764         patch 1.61.
8765
8766 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8767
8768         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
8769           Only return true if we actually filled something in. Prevents
8770           player applications from showing a random length for flac files.
8771         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
8772         (gst_riff_read_use_event), (gst_riff_read_handle_event),
8773         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
8774         (gst_riff_read_strf_vids_with_data),
8775         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
8776           OK, ok, so I implemented event handling. Apparently it's normal
8777           that we receive random events at random points without asking
8778           for it.
8779         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8780         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
8781         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
8782         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
8783         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
8784         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
8785         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
8786         * gst/avi/gstavidemux.h:
8787           Implement non-lineair chunk handling and subchunk processing.
8788           The first solves playback of AVI files where the audio and video
8789           data of individual buffers that we read are not synchronized.
8790           This should not happen according to the wonderful AVI specs, but
8791           of course it does happen in reality. It is also a prerequisite for
8792           the second. Subchunk processing allows us to cut chunks in small
8793           pieces and process each of these pieces separately. This is
8794           required because I've seen several AVI files with incredibly large
8795           audio chunks, even some files with only one audio chunk for the
8796           whole file. This allows for proper playback including seeking.
8797           This patch is supposed to fix all AVI A/V sync issues.
8798         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
8799         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
8800           Work.
8801         * gst/modplug/gstmodplug.cc:
8802           Proper return value setting for the query() function.
8803         * gst/playback/gstplaybasebin.c: (setup_source):
8804           Being in non-playing state (after, e.g., EOS) is not necessarily
8805           a bad thing. Allow for that. This fixes playback of short files.
8806           They don't actually playback fully now, because the clock already
8807           runs. This means that small files (<500kB) with a small length
8808           (<2sec) will still not or barely play. Other files, such as mod
8809           or flx, will work correctly, however.
8810
8811 2004-09-28  Wim Taymans  <wim@fluendo.com>
8812
8813         * ext/speex/gstspeex.c: (plugin_init):
8814         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
8815         (gst_speex_dec_class_init), (speex_dec_get_formats),
8816         (speex_get_event_masks), (speex_get_query_types),
8817         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
8818         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
8819         (gst_speexdec_get_property), (gst_speexdec_set_property),
8820         (speex_dec_change_state):
8821         * ext/speex/gstspeexdec.h:
8822         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
8823         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
8824         (gst_speexenc_base_init), (gst_speexenc_class_init),
8825         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
8826         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
8827         (gst_speexenc_src_query), (gst_speexenc_init),
8828         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
8829         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
8830         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
8831         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
8832         (gst_speexenc_chain), (gst_speexenc_get_property),
8833         (gst_speexenc_set_property), (gst_speexenc_change_state):
8834         * ext/speex/gstspeexenc.h:
8835         Rewrote speex encoder, make sure it can be embedded in ogg.
8836         Implemented speex decoder.
8837
8838 2004-09-28  Christian Schaller <christian@fluendo.com>
8839
8840         * configure.ac:
8841         Remove kioslave plugin. Markey is brewing a new working one
8842         * ext/Makefile.am: Remove kioslave plugin
8843         * ext/kio: remove
8844         * gst-plugins.spec.in: remove kio plugin from spec
8845
8846 2004-09-27  Wim Taymans  <wim@fluendo.com>
8847
8848         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
8849         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
8850         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
8851         (gst_multifdsink_new_client),
8852         (gst_multifdsink_handle_client_write),
8853         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
8854         (gst_multifdsink_handle_clients):
8855         * gst/tcp/gstmultifdsink.h:
8856         Make syncing to keyframes actually work for new clients and lagging
8857         clients.
8858
8859 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8860
8861         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
8862         (gst_navigationtest_handle_src_event), (draw_box_planar411),
8863         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
8864         * gst/debug/gstnavigationtest.h:
8865           make navigationtest display button-press and button-release events
8866
8867 2004-09-26 Iain <iaingnome@gmail.com>
8868
8869         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
8870         the channels have received a new media event.
8871         (interleave_buffered_loop): Compresses a new media event on all
8872         channels into one.
8873
8874 2004-09-26 Iain <iaingnome@gmail.com>
8875
8876         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
8877         call the sinkpad's default event handler and not the srcpads. He also
8878         says this is confusing :)
8879         (gst_wavenc_stop_file): Company says that seek events only go upstream
8880         we should send a discontinuous downstream instead.
8881
8882 2004-09-25  Christian Schaller <christian@fluendo.com>
8883
8884         * Update SPEC file to be usable in conjunction with Fedora Core,
8885           Fedora.us and freshrpms packages
8886         * Fix typo in multifilesrc test Makefile
8887
8888 2004-09-24  Wim Taymans  <wim@fluendo.com>
8889
8890         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
8891         Only signal the no_more_pads signal when we have
8892         added the stream to our list.
8893
8894 2004-09-24  Wim Taymans  <wim@fluendo.com>
8895
8896         * gst/playback/gstplaybasebin.c: (remove_prerolls),
8897         (new_decoded_pad):
8898         * gst/playback/gstplaybasebin.h:
8899         * gst/playback/gstplaybin.c: (setup_sinks):
8900         Don't try to preroll or decode more than one audio/video
8901         track.
8902
8903 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8904
8905         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8906           Throw error if we failed to find a suitable output. This should
8907           throw an error if we successfully set up a pipeline (e.g. because
8908           we recognized a media file) but found no decodable streams in it
8909           (e.g. because it contains only media stream types for which we
8910           have no decoders, or because it's not a media type).
8911
8912 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8913
8914         * ext/dirac/Makefile.am:
8915         * ext/dirac/gstdirac.cc:
8916         * ext/dirac/gstdiracdec.cc:
8917         * ext/dirac/gstdiracdec.h:
8918           Do something. Don't actually know if this works because I don't
8919           have a demuxer yet.
8920         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
8921           Add channels=1 to caps returned from _getcaps().
8922         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
8923         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
8924         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
8925         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
8926         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
8927         (gst_ogm_parse_change_state):
8928           Separate between audio/video so ogmaudioparse actually uses the
8929           audio pad templates. Both audio and video work now, including
8930           autoplugging. Also use sometimes-srcpad hack.
8931         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
8932           Handle events better. Don't hang on infinite loops.
8933         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8934         (gst_avi_demux_init), (gst_avi_demux_reset),
8935         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
8936         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
8937         (gst_avi_demux_change_state):
8938         * gst/avi/gstavidemux.h:
8939           Improve A/V sync. Still not perfect.
8940         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
8941         (gst_ebml_read_skip):
8942           Handle events better.
8943         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
8944         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
8945         (qtdemux_audio_caps):
8946           Add IMA4. Improve event handling. Save offset after a seek when
8947           the headers are at the end of the file so that we don't end up in
8948           an infinite loop.
8949         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8950           Add low-priority typefind support for files with no length.
8951
8952 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8953
8954         * testsuite/multifilesink/Makefile.am:
8955         fix typo
8956
8957 2004-09-22  Julien MOUTTE  <julien@moutte.net>
8958
8959         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8960         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
8961         mistakes from thaytan's patches.
8962
8963 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
8964
8965         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8966           For completeness, XSync in the destroy function as xvimage does.
8967
8968 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
8969
8970         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
8971            Correct caps negotiation
8972         * gst/volume/gstvolume.c: (volume_chain_float),
8973         (volume_chain_int16):
8974            Modify debug output to be little more informative
8975         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
8977         (gst_xvimagesink_xvimage_destroy):
8978           Add XSync calls after detaching from the shared memory segment to
8979           avoid a crash.
8980
8981 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8982
8983         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8984         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
8985         * ext/vorbis/vorbis.c: (plugin_init):
8986         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
8987         (gst_vorbisenc_chain):
8988         * ext/vorbis/vorbisenc.h:
8989         remove explicit newmedia support from oggmux and vorbisenc
8990         add debug category to vorbisenc
8991         * gst/multifilesink/gstmultifilesink.c:
8992         (gst_multifilesink_class_init), (gst_multifilesink_init),
8993         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
8994         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
8995         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
8996         (plugin_init):
8997         * gst/multifilesink/gstmultifilesink.h:
8998         add support for streamheader in multifilesink
8999
9000 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9001
9002         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
9003         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
9004         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
9005           Prevent infinite loops. More correct error reporting.
9006         * gst/auparse/gstauparse.c: (gst_auparse_chain):
9007           Error out if negotiation fails.
9008         * gst/playback/gstplaybasebin.c: (setup_source),
9009         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
9010         (gst_play_base_bin_found_tag):
9011           Error/tag forwarding. Pre-roll fixes for source errors on state
9012           changes (e.g. "file does not exist") to prevent hangs.
9013
9014 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9015
9016         * testsuite/multifilesink/Makefile.am:
9017         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
9018         (gst_newmedia_class_init), (gst_newmedia_init),
9019         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
9020         (newfile_signal), (test_signal), (main):
9021         * testsuite/multifilesink/multifilesrc_test.c: (main):
9022         * testsuite/multifilesink/oggtheora_test.c:
9023         (gst_newmedia_base_init), (gst_newmedia_class_init),
9024         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
9025         (test_format), (newfile_signal), (test_signal), (main):
9026         * testsuite/multifilesink/oggvorbis_test.c:
9027         (gst_newmedia_base_init), (gst_newmedia_class_init),
9028         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
9029         (test_format), (newfile_signal), (test_signal), (main):
9030         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
9031         (gst_newmedia_class_init), (gst_newmedia_init),
9032         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
9033         (newfile_signal), (test_signal), (main):
9034         New media tests
9035
9036 2004-09-20  Christian Schaller <christian@fluendo.com>
9037
9038         * Fix mikmod license to LGPL as they have relicensed
9039         * Move Dirac and Effectv into LGPL section of README_license
9040
9041 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9042
9043         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
9044         (gst_mad_change_state):
9045           Allow for mp3 rate/channels changes. However, only very
9046           conservatively. Reason that we *have* to enable this is smiply
9047           because the mad find_sync() function is not good enough, it will
9048           regularly sync on random data as valid frames and therefore make
9049           us provide random caps as *final* caps of the stream. The best fix
9050           I could think of is to simply require several of the same stream
9051           changes in a row before we change caps.
9052           The actual testcase that works now is #
9053         * ext/ogg/Makefile.am:
9054         * ext/ogg/gstogg.c: (plugin_init):
9055         * ext/ogg/gstogmparse.c:
9056           OGM support (video only for now; I need an audio sample file).
9057         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
9058         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
9059         (gst_asf_demux_add_video_stream):
9060           WMV extradata.
9061         * gst/playback/gstplaybasebin.c: (unknown_type):
9062           Don't error out on single unknown-types after all. It's wrong.
9063           If we found type of video and audio but not of a subtitle stream,
9064           it will still error out (which is unwanted). Will find a better fix
9065           later on.
9066         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
9067         (ogmaudio_type_find), (plugin_init):
9068           OGM support.
9069
9070 2004-09-20  Johan Dahlin  <johan@gnome.org>
9071
9072         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
9073         after setting caps.
9074
9075 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9076
9077         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
9078         * gst/wavenc/gstwavenc.h:
9079         Added newmedia support to wavenc
9080
9081 2004-09-17  Wim Taymans  <wim@fluendo.com>
9082
9083         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
9084         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
9085         (gst_fdset_fd_can_write), (gst_fdset_wait):
9086         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
9087         (gst_multifdsink_init), (gst_multifdsink_add),
9088         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
9089         (gst_multifdsink_remove_client_link),
9090         (gst_multifdsink_client_queue_buffer),
9091         (gst_multifdsink_handle_client_write),
9092         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
9093         (gst_multifdsink_close), (gst_multifdsink_change_state):
9094         * gst/tcp/gstmultifdsink.h:
9095         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
9096         (gst_tcpserversink_removed):
9097         Small cleanups in fdset.c
9098         Use a hastable to map fd to the client structure for faster
9099         lookup in _remove and get_stats.
9100         Added virtual function to close the fds.
9101         Handle clients even when the select/poll call was unblocked because
9102         of a command.
9103         Implement syncing to keyframe in the recovery procedure.
9104
9105 2004-09-16 Iain <iaingnome@gmail.com>
9106
9107         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
9108         try caps.
9109
9110 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9111
9112         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
9113           Caps are only set if the type of the stream is unknown, but this
9114           is initialized in ->init_stream(), so set to UNKNOWN after calling
9115           ->init_stream() so that capsnego starts.
9116
9117 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9118
9119         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9120         (gst_avi_demux_stream_data):
9121           Just hardcode for raw audio then. AVI audio sucks.
9122
9123 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
9124
9125         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
9126         * gst/matroska/matroska-mux.c: (audiosink_templ),
9127         (gst_matroska_mux_audio_pad_link):
9128         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
9129         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
9130
9131 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9132
9133         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9134         (gst_avi_demux_stream_data):
9135           Try to fix a/v sync issues.
9136
9137 2004-09-15  David Schleef  <ds@schleef.org>
9138
9139         * configure.ac: remove NASM check, since we don't use it.  Update
9140         dirac check to 0.4
9141         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
9142         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
9143         Initialized variables.
9144         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9145         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
9146         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
9147         SVQ3 format
9148
9149 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9150
9151         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9152         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
9153         * gst/avi/gstavidemux.h:
9154           Fix for compressed audio (mp3) timestamp generation. How did this
9155           ever work?
9156
9157 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9158
9159         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9160           Volume is a double not a float.
9161
9162 2004-09-15  Wim Taymans  <wim@fluendo.com>
9163
9164         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
9165         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
9166         Don't close the fd in multifdsink as we didn't open it in the
9167         first place. Some cleanups.
9168
9169 2004-09-15  Wim Taymans  <wim@fluendo.com>
9170
9171         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9172         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9173         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
9174         Fix the case where the muxer would mark pages as delta
9175         frames when they are not (vorbis only ogg).
9176
9177 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9178
9179         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
9180         (gst_play_base_bin_change_state):
9181           Handle the case where we failed to setup a clear pipeline. This
9182           will throw an error (or EOS, another nice case) and if you don't
9183           catch that, the app will wait for the signal forever (and thus
9184           hang).
9185
9186 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9187
9188         * ext/gnomevfs/gstgnomevfssink.c:
9189         (gst_gnomevfssink_uri_get_protocols):
9190         * ext/gnomevfs/gstgnomevfssrc.c:
9191         (gst_gnomevfssrc_uri_get_protocols):
9192         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
9193         * ext/gnomevfs/gstgnomevfsuri.h:
9194           Use _uri_new() instead of _open(), so it doesn't take as long and
9195           Christophe's computer won't hang.
9196         * gst/playback/gstplaybasebin.c: (unknown_type):
9197           Throw error on unknown media type, so apps actually display it.
9198
9199 2004-09-14  Brian Cameron  <brian.cameron@sun.com
9200
9201         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
9202           this script to work on Solaris since bash shell handles echo
9203           differenly than bash.
9204
9205 2004-09-17  Wim Taymans  <wim@fluendo.com>
9206
9207         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
9208         (setup_source), (gst_play_base_bin_set_property),
9209         (gst_play_base_bin_add_element):
9210         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
9211         Some more work on making sure seeking pauses the pipeline and
9212         that changing the uri actually does something.
9213
9214 2004-09-17  Wim Taymans  <wim@fluendo.com>
9215
9216         * gst/tcp/gstfdset.c: (gst_fdset_wait):
9217         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
9218         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
9219         (gst_tcpserversink_close):
9220         Be a bit more paranoid when freeing memory.
9221
9222 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9223
9224         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
9225         (qtdemux_parse_trak):
9226           Don't crash by dividing by zero (see sample movie in #126922).
9227
9228 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9229
9230         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
9231           Don't touch non-existing data (fixes crash on file in #140147).
9232
9233 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9234
9235         * gst/playback/gstplaybasebin.c:
9236         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
9237           Handle double disposals, and proper change of URIs.
9238
9239 2004-09-13  Martin Eikermann <meiker@upb.de>
9240
9241         * gst/mpegstream/gstmpegparse.c:
9242           fix synchronistation for streams recorded from digital PCR
9243           fixes bug #119376
9244
9245 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9246
9247         * ext/gnomevfs/Makefile.am:
9248         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9249         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
9250         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
9251         (gst_gnomevfssink_uri_get_type),
9252         (gst_gnomevfssink_uri_get_protocols),
9253         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
9254         (gst_gnomevfssink_uri_handler_init),
9255         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
9256         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
9257         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
9258         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
9259         (gst_gnomevfssrc_uri_get_type),
9260         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
9261         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
9262         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
9263         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
9264         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
9265         * ext/gnomevfs/gstgnomevfsuri.h:
9266           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
9267           of fake URIs to see which this version of Gnome-VFS likes, and
9268           uses that for the Gst-URI interface. Makes playbin support http://
9269           streams. Also fix up some stupid behaviour in gnomevfssrc.
9270
9271 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9272
9273         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
9274         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
9275         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
9276         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
9277           Update mixer (to sync with other sessions) if we try to obtain
9278           a new value. This makes alsamixer work accross applications.
9279         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
9280           Only call sync functions if we're running, else alsalib asserts.
9281         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
9282           Sometimes fails to compile. Possibly a gcc bug.
9283         * gst/playback/gstplaybin.c: (gen_video_element),
9284         (gen_audio_element):
9285           Add a reference to an application-provided object, because we lose
9286           this same reference if we add it to the bin. If we don't do this,
9287           we can only use this object once and thus crash if we go from
9288           ready to playing, back to ready and back to playing again.
9289           Also add an audioscale element because several cheap soundcards -
9290           like mine - don't support all samplerates.
9291         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
9292         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
9293           Fix wrong order or PAR calls. Makes automatically obtained PAR
9294           from the X server atually being used.
9295
9296 2004-09-12  David Schleef  <ds@schleef.org>
9297
9298         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
9299         #151887, #152102, #152247.
9300         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
9301         * examples/seeking/cdparanoia.c: same
9302         * examples/seeking/cdplayer.c: same
9303         * examples/seeking/seek.c: same
9304         * examples/seeking/spider_seek.c: same
9305         * examples/seeking/vorbisfile.c: same
9306         * examples/stats/mp2ogg.c: same
9307         * ext/esd/esdsink.c: (gst_esdsink_class_init),
9308         (gst_esdsink_dispose): Dispose of element properly.
9309         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
9310         fixes.
9311         * ext/nas/nassink.c: (gst_nassink_class_init),
9312         (gst_nassink_dispose): Dispose of element correctly.
9313         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
9314         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
9315         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
9316         Fix 64-bit warning.
9317         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
9318         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
9319         Fix 64-bit warning.
9320
9321 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9322
9323         * configure.ac : change speex detection as 1.1.6 now uses
9324           .pc/pkg-config and they changed their headers location.
9325
9326 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
9327
9328         * gst/matroska/matroska-mux.h:
9329         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
9330         (gst_matroska_mux_start), (gst_matroska_mux_finish),
9331         (gst_matroska_mux_write_data):
9332           Write multiple blocks/frames per cluster.
9333                 Write meta-seek information (seek heads).
9334
9335 2004-09-09  Scott Wheeler <wheeler@kde.org>
9336
9337         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
9338         (gst_play_bin_set_property), (gst_play_bin_get_property),
9339         (gen_audio_element), (gen_audio_element):
9340           Add a volume element / property to the pipeline.
9341
9342 2004-09-07  Wim Taymans  <wim@fluendo.com>
9343
9344         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
9345         Copy timestamps from the master pad to the output buffers.
9346
9347 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9348
9349         * ext/raw1394/gstdv1394src.c:
9350           throw errors when applicable
9351
9352 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
9353
9354         * gst/matroska/ebml-ids.h:
9355         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
9356         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
9357         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
9358           automatically convert unix time <-> ebml time when reading/writing
9359           a date, use gst_ebml_write_uint to write CUETIME,
9360           not gst_ebml_write_date.
9361         * gst/matroska/matroska-ids.h:
9362         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
9363         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
9364         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
9365         (gst_matroska_mux_write_data):
9366           Write track and segment UIDs, write muxing date, write
9367           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
9368           Create cues for audio only files.
9369
9370 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9371
9372         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9373         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9374           Re-commit ALSA switches.
9375         * gst/adder/gstadder.c: (gst_adder_loop):
9376           64-bit fix (#151416).
9377         * gst/debug/progressreport.c: (gst_progressreport_report):
9378           64-bit fix (#151419).
9379         * gst/matroska/matroska-demux.c:
9380         (gst_matroska_demux_parse_contents):
9381           64-bit fix (#151420).
9382         * gst/playback/test3.c: (update_scale):
9383           64-bit fix (#151421).
9384
9385 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
9386
9387         * configure.ac:
9388           bump nano to cvs
9389
9390 === release 0.8.4 ===
9391
9392 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9393
9394         * configure.ac: releasing 0.8.4, "Alias"
9395
9396 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
9397
9398         * ext/theora/Makefile.am:
9399           fix makefile.  Fixes #151462.
9400
9401 2004-08-30  Wim Taymans  <wim@fluendo.com>
9402
9403         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
9404         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
9405         (gst_multifdsink_remove_client_link),
9406         (gst_multifdsink_client_queue_buffer),
9407         (gst_multifdsink_handle_client_write):
9408         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
9409         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
9410         Fix some memory leaks.
9411
9412 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9413
9414         Patch by: David Schleef
9415
9416         * configure.ac:
9417         * sys/Makefile.am:
9418           rename our detection macro for V4L2.  Fixes #151236.
9419
9420 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9421
9422         Patch by: David Schleef
9423
9424         * configure.ac:
9425           check to define LAMEPRESET.  Fixes #151232.
9426
9427 2004-08-27  David Schleef  <ds@schleef.org>
9428
9429         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
9430         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
9431         (gst_glimagesink_fixate):  Move local variable declarations to
9432         make gcc-2.95 happy.
9433
9434 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9435
9436         * configure.ac:
9437           bump nano for prerelease
9438
9439 2004-08-27  David Schleef  <ds@schleef.org>
9440
9441         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
9442         * sys/sunaudio/gstsunaudiosrc.c:
9443         * sys/sunaudio/gstsunaudiosrc.h:
9444
9445 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
9446
9447         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
9448         handle EOS correctly
9449         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
9450         * gst/matroska/matroska-mux.h:
9451         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
9452         VFW compatibility mode
9453
9454 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9455
9456         patch by: Zaheer Abbas Merali
9457
9458         * ext/ogg/gstoggmux.c:
9459         * ext/vorbis/vorbisenc.c:
9460         * ext/vorbis/vorbisenc.h:
9461           handle NEWMEDIA
9462
9463 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
9464
9465         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
9466         fix byte order reversion on little endian machines.
9467         * gst/matroska/matroska-mux.c: (audiosink_templ),
9468         (gst_matroska_mux_audio_pad_link):
9469         add TTA codec to the list of supported codecs.
9470         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
9471         (gst_matroska_mux_start), (gst_matroska_mux_finish),
9472         (gst_matroska_mux_write_data):
9473         * gst/matroska/matroska-mux.h:
9474         write segment duration correctly, write muxing app string, fixes bugs
9475         #140897 and #140898.
9476         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
9477         wait for all pads to be negotiated before starting to mux.
9478
9479 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9480
9481         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
9482         * ext/lame/gstlame.h:
9483         Added new media support to lame
9484
9485 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
9486
9487         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
9488         send vorbis headers at the beginning of a stream, fixes bug #141554.
9489         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
9490         bug #148950.
9491         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
9492         (gst_matroska_demux_plugin_init):
9493         * gst/matroska/matroska-ids.h:
9494         enable demuxing of TTA audio streams, fixes bug #148951.
9495         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
9496         enable typefinding for TTA audio files, fixes bug #148711.
9497         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
9498         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
9499         fixes playback of packed bitstream and xvid with bframes, bug #135407.
9500
9501 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
9502
9503         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
9504         (gst_riff_read_element_data), (gst_riff_read_seek),
9505         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
9506         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
9507         <teuf@gnome.org>
9508
9509 2004-08-23 Iain <iaingnome@gmail.com>
9510
9511         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
9512         tags. They appear to be handled differently to normal.
9513         (tag_list_to_id3_tag_foreach): Ditto.
9514
9515 2004-08-22  Wim Taymans  <wim@fluendo.com>
9516
9517         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9518         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
9519         Make sure we never send -1 granulepos.
9520
9521 2004-08-20  Wim Taymans  <wim@fluendo.com>
9522
9523         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9524         (gst_ogg_mux_loop):
9525         I will accept bitchslappings with non sharp objects.
9526
9527 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9528
9529         * configure.ac:
9530         Clean up the test for lame presets
9531
9532 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9533
9534         * configure.ac:
9535         * ext/lame/Makefile.am:
9536         * ext/lame/gstlame.c: (gst_lame_class_init),
9537         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
9538         Only enable lame presets if version of lame has presets in API
9539
9540 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
9541         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
9542         * gst/udp/gstudpsrc.h:
9543           Don't call gst_pad_push in a get function. Fixes #150449
9544
9545 2004-08-18  Wim Taymans  <wim@fluendo.com>
9546
9547         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
9548         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
9549         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9550         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9551         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9552         (gst_fdset_wait):
9553         * gst/tcp/gstfdset.h:
9554         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
9555         (gst_multifdsink_client_queue_buffer),
9556         (gst_multifdsink_handle_client_write):
9557         * gst/tcp/gstmultifdsink.h:
9558         Some extra checks in gstfdset.
9559         Only use send() when the fd is a socket. Don't try to
9560         read from write only fds.
9561
9562 2004-08-18  Wim Taymans  <wim@fluendo.com>
9563
9564         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
9565         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9566         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9567         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9568         (gst_fdset_wait):
9569         Add more locking and bounds checking.
9570
9571 2004-08-18  Wim Taymans  <wim@fluendo.com>
9572
9573         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
9574         Realloc test fdset in the lock and right before starting
9575         the poll call. Bump the limit to 4096.
9576
9577 2004-08-17  David Schleef  <ds@schleef.org>
9578
9579         * sys/sunaudio/Makefile.am:
9580         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
9581         of rates and channels.  Make debugging less obnoxious.
9582
9583         Patch from Balamurali Viswanathan implementing a mixer for
9584         Sun audio.  (bug #144091):
9585         * sys/sunaudio/gstsunelement.c:
9586         * sys/sunaudio/gstsunelement.h:
9587         * sys/sunaudio/gstsunmixer.c:
9588         * sys/sunaudio/gstsunmixer.h:
9589
9590 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9591
9592         * gst/audioscale/gstaudioscale.c:
9593         * gst/audioscale/gstaudioscale.h:
9594         made audioscale resample from any sample rate to any sample rate
9595
9596 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9597
9598         * ext/libpng/gstpngdec.c:
9599           error out on unsupported types
9600
9601 2004-08-17  Iain <iaingnome@gmail.com>
9602
9603         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
9604         mid_side and loose_mid_side properties if its a stereo stream.
9605
9606 2004-08-17  Wim Taymans  <wim@fluendo.com>
9607
9608         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
9609         (theora_get_formats), (theora_dec_src_convert),
9610         (theora_dec_sink_convert), (theora_dec_src_query),
9611         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
9612         Add a debug line.
9613
9614 2004-08-17  Wim Taymans  <wim@fluendo.com>
9615
9616         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
9617         (gst_ogg_pad_push):
9618         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
9619         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
9620         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
9621         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
9622         Mark delta units in the muxer.
9623         Try to decode the packet after an out-of-sync error from
9624         libogg.
9625
9626 2004-08-17  Wim Taymans  <wim@fluendo.com>
9627
9628         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
9629         (gst_multifdsink_init), (gst_multifdsink_add),
9630         (gst_multifdsink_client_queue_buffer),
9631         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
9632         * gst/tcp/gstmultifdsink.h:
9633         Added option to send a keyframe to clients as the first buffer.
9634         Make timeout property writable.
9635
9636 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9637
9638         patch by: Wim Taymans
9639
9640         * gst/tcp/gstfdset.c:
9641         * gst/tcp/gstmultifdsink.c:
9642           fix index comparison, should include 0
9643
9644 2004-08-16  Wim Taymans  <wim@fluendo.com>
9645
9646         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
9647         (gst_fdset_add_fd), (gst_fdset_remove_fd),
9648         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9649         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9650         (gst_fdset_wait):
9651           copy when reallocing for poll so the select arguments don't get
9652           changed during the call
9653
9654 2004-08-16  Wim Taymans  <wim@fluendo.com>
9655
9656         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
9657         (gst_theora_enc_class_init), (theora_enc_sink_link),
9658         (theora_buffer_from_packet), (theora_enc_chain):
9659         Fix bug where buffers were not marked as keyframes
9660         correctly.
9661
9662 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9663
9664         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
9665         (gst_lame_preset_get_type), (gst_lame_class_init):
9666         describe the enum values for vbr mode and presets more verbosely
9667
9668 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9669
9670         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
9671         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
9672         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
9673         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
9674         * ext/lame/gstlame.h:
9675         add preset property to lame so it can use lame presets
9676
9677 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9678
9679         * ext/lame/gstlame.c: (gst_lame_get_property):
9680         whoops forgot break, thanks teuf
9681
9682 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9683
9684         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
9685         (gst_lame_class_init), (gst_lame_src_getcaps),
9686         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
9687         (gst_lame_get_property), (gst_lame_setup):
9688         * ext/lame/gstlame.h:
9689         fix lame's broken vbr stuff, allow it to resample if need be, and also
9690         make xing header optional
9691
9692 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9693
9694         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
9695         added getcaps function so samplerate doesnt get fixated to silly values
9696
9697 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9698
9699         * ext/lame/gstlame.c: (gst_lame_src_link):
9700         revert previous fix
9701
9702 2004-08-12  Johan Dahlin  <johan@gnome.org>
9703
9704         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
9705         checks. Doesn't matter what state we are in. Interfaces are a
9706         compile time thing, not runtime. It also broke the python bindings.
9707
9708 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9709
9710         * ext/lame/gstlame.c: (gst_lame_src_link):
9711         made source pad link function check if sinkpad is ok..fixes the problem
9712         where core fixates the output rate of lame stupidly
9713
9714 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9715
9716         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
9717         * sys/v4l/v4l_calls.c:
9718         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
9719           fix fixate function to handle nonsimple caps.
9720           remove bogus check in _link
9721           cleanups
9722
9723 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9724
9725         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
9726         set default compression ratio parameter to 0.0 so bitrate parameter
9727         works :)
9728
9729 2004-08-11  David Schleef  <ds@schleef.org>
9730
9731         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
9732
9733 2004-08-11  David Schleef  <ds@schleef.org>
9734
9735         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
9736         before.
9737
9738 2004-08-11  David Schleef  <ds@schleef.org>
9739
9740         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
9741
9742 2004-08-11  David Schleef  <ds@schleef.org>
9743
9744         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
9745           license field
9746         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
9747         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
9748           LGPL.
9749         * gst/auparse/gstauparse.c: Fix plugin license field.
9750         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
9751         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
9752         * gst/rtp/gstrtp.c: Fix plugin license field.
9753
9754 2004-08-11  Wim Taymans  <wim@fluendo.com>
9755
9756         * gst/tcp/Makefile.am:
9757         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
9758         (ensure_size), (gst_fdset_new), (gst_fdset_free),
9759         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
9760         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
9761         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
9762         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
9763         (gst_fdset_fd_can_write), (gst_fdset_wait):
9764         * gst/tcp/gstfdset.h:
9765         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
9766         (gst_multifdsink_class_init), (gst_multifdsink_init),
9767         (gst_multifdsink_add), (gst_multifdsink_remove),
9768         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
9769         (gst_multifdsink_remove_client_link),
9770         (gst_multifdsink_handle_client_read),
9771         (gst_multifdsink_client_queue_data),
9772         (gst_multifdsink_client_queue_caps),
9773         (gst_multifdsink_client_queue_buffer),
9774         (gst_multifdsink_handle_client_write),
9775         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9776         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9777         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
9778         (gst_multifdsink_close):
9779         * gst/tcp/gstmultifdsink.h:
9780         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
9781         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
9782         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
9783         (gst_tcpserversink_close):
9784         * gst/tcp/gsttcpserversink.h:
9785         Abstracted away the select call, implemented poll (yes we ran into
9786         the 1024 limit in production).
9787
9788 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9789
9790         * gst/tcp/gsttcp.c:
9791         * gst/tcp/gsttcpplugin.c:
9792           improve debuggging, remove assert
9793
9794 2004-08-10  Wim Taymans  <wim@fluendo.com>
9795
9796         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
9797         (gst_client_status_get_type), (gst_multifdsink_class_init),
9798         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
9799         (gst_multifdsink_handle_client_read),
9800         (gst_multifdsink_handle_client_write),
9801         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9802         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9803         (gst_multifdsink_get_property):
9804         * gst/tcp/gstmultifdsink.h:
9805         * gst/tcp/gsttcp-marshal.list:
9806         Starting to prepare for specifying buffer time in other units
9807         than buffers. Expose remove reason in signal.
9808
9809 2004-08-10  Wim Taymans  <wim@fluendo.com>
9810
9811         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
9812         (gst_multifdsink_remove), (gst_multifdsink_clear),
9813         (gst_multifdsink_remove_client_link),
9814         (gst_multifdsink_handle_client_read),
9815         (gst_multifdsink_client_queue_data),
9816         (gst_multifdsink_client_queue_buffer),
9817         (gst_multifdsink_handle_client_write),
9818         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
9819         (gst_multifdsink_chain), (gst_multifdsink_close):
9820         * gst/tcp/gstmultifdsink.h:
9821         Added more debugging info. Changed the way clients are
9822         removed from the lists. Fixed a bug where a bad file descriptor
9823         could cause many clients to be removed.
9824
9825 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9826
9827         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
9828           allow all pixel-aspect-ratios, not just 1:1
9829
9830 2004-08-09  David Schleef  <ds@schleef.org>
9831
9832         * sys/glsink/ARB_multitexture.h:  Remove old files.
9833         * sys/glsink/EXT_paletted_texture.h:
9834         * sys/glsink/NV_register_combiners.h:
9835         * sys/glsink/gstgl_nvimage.c:
9836         * sys/glsink/gstgl_pdrimage.c:
9837         * sys/glsink/gstgl_rgbimage.c:
9838         * sys/glsink/gstglsink.c:
9839         * sys/glsink/gstglsink.h:
9840         * sys/glsink/gstglxwindow.c:
9841         * sys/glsink/regcomb_yuvrgb.c:
9842
9843 2004-08-09  David Schleef  <ds@schleef.org>
9844
9845         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
9846         GL sink plugin.  (Bug #147302)
9847
9848         * configure.ac: Test for OpenGL
9849         * sys/Makefile.am: Use test for OpenGL
9850         * sys/glsink/Makefile.am:
9851         * sys/glsink/glimagesink.c: rewrite
9852         * sys/glsink/glimagesink.h: rewrite
9853
9854 2004-08-09  David Schleef  <ds@schleef.org>
9855
9856         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
9857         sane framerates.
9858         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
9859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
9860         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
9861
9862 2004-08-09  Wim Taymans  <wim@fluendo.com>
9863
9864         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
9865         (gst_multifdsink_add), (gst_multifdsink_get_stats),
9866         (gst_multifdsink_client_remove),
9867         (gst_multifdsink_handle_client_read),
9868         (gst_multifdsink_handle_client_write),
9869         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
9870         Do a bit more logging, make the client_read code more robust.
9871
9872 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9873
9874         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
9875         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
9876         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
9877         (gst_jpegdec_init), (gst_jpegdec_chain):
9878         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
9879         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
9880           cleanups, debugging fixes and memleak plugging
9881
9882 2004-08-09  Wim Taymans  <wim@fluendo.com>
9883
9884         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
9885         (theora_get_formats), (theora_dec_src_convert),
9886         (theora_dec_sink_convert), (theora_dec_src_query),
9887         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
9888         (theora_dec_change_state):
9889         Don't crash on missing header packets.
9890
9891 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9892
9893         * po/LINGUAS:
9894         * po/sq.po:
9895           Added Albanian translation (Laurent Dhima)
9896         * po/cs.po:
9897           updated
9898
9899 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9900
9901         * ext/lame/gstlame.c:
9902           fix/add debugging
9903
9904 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9905
9906         * sys/ximage/ximagesink.c:
9907         * sys/xvimage/xvimagesink.c:
9908           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
9909
9910 2004-08-06  Wim Taymans  <wim@fluendo.com>
9911
9912         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
9913         (gst_multifdsink_add), (gst_multifdsink_get_stats),
9914         (gst_multifdsink_client_remove),
9915         (gst_multifdsink_handle_client_read),
9916         (gst_multifdsink_handle_client_write),
9917         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
9918         Make sure we don't try to read more from a client that what
9919         ioctl says us or we deadlock.
9920
9921 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9922
9923         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
9924         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
9925         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
9926           decouple running_time and n_frames so it can handle changing
9927           framerate while running
9928
9929 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9930
9931         * po/nl.po:
9932         * po/sv.po:
9933           updated translations
9934
9935 2004-08-04  Benjamin Otte  <otte@gnome.org>
9936
9937         * gst/videotestsrc/gstvideotestsrc.c:
9938         (gst_videotestsrc_get_capslist), (generate_capslist),
9939         (plugin_init):
9940           generate the list of supported caps at startup and reuse it instead
9941           of always generating it
9942
9943 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9944
9945         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
9946           whoops, last checkin broke normal build
9947
9948 2004-08-03  Benjamin Otte  <otte@gnome.org>
9949
9950         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
9951         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
9952         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
9953         (gst_alsa_mixer_get_option):
9954         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
9955         (dvdnavsrc_print_event):
9956         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
9957         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
9958         (gst_ogg_mux_pad_unlink):
9959         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
9960         (gst_multipart_mux_pad_unlink):
9961         * gst/videofilter/gstvideobalance.c:
9962         (gst_videobalance_colorbalance_set_value):
9963         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
9964         (gst_videomixer_pad_unlink):
9965         * po/uk.po:
9966         * sys/oss/gstossmixer.c:
9967         * sys/v4l/gstv4lcolorbalance.c:
9968         * sys/v4l/gstv4ltuner.c:
9969         * sys/v4l/v4lsrc_calls.c:
9970         * sys/v4l2/gstv4l2colorbalance.c:
9971         * sys/v4l2/gstv4l2tuner.c:
9972           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
9973
9974 2004-08-03  Benjamin Otte  <otte@gnome.org>
9975
9976         * examples/dynparams/filter.c: (ui_control_create):
9977         * examples/gstplay/player.c: (print_tag):
9978         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
9979         * ext/gdk_pixbuf/gstgdkanimation.c:
9980         (gst_gdk_animation_iter_may_advance):
9981         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
9982         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
9983         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
9984         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
9985         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
9986         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
9987         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
9988         * gst/sine/demo-dparams.c: (main):
9989         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9990         * testsuite/alsa/formats.c: (create_pipeline):
9991         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
9992           fixes for G_DISABLE_ASSERT and friends
9993         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9994         (mp3_type_frame_length_from_header), (mp3_type_find),
9995         (plugin_init):
9996           require mp3 typefinding to have at least MIN_HEADERS valid headers
9997           add typefinding for AAC adts files
9998
9999 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
10000
10001         * sys/ximage/ximagesink.c:
10002         (gst_ximagesink_calculate_pixel_aspect_ratio):
10003         * sys/xvimage/xvimagesink.c:
10004         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10005         Make sure we calculate pixel-aspect-ratio using floating point maths
10006
10007 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10008
10009         * po/uk.po:
10010           updated translation
10011
10012 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10013
10014         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
10015         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
10016           add debugging for display PAR calculation
10017
10018 2004-08-02  David Schleef  <ds@schleef.org>
10019
10020         * configure.ac: Fix mikmod CFLAGS.
10021
10022 2004-07-27  Benjamin Otte  <otte@gnome.org>
10023
10024         * gst/audioscale/gstaudioscale.c:
10025         - fix templates to only support S16, it's the only format that works
10026         - make caps nego code use try_set_caps_nonfixed and fixation instead
10027         of try_set_caps twice, which is not nice for autopluggers
10028         - change rank to secondary, so autopluggers can pick it up after
10029         audioconvert
10030
10031 2004-08-02  Iain <iain@prettypeople.org>
10032
10033         * gst/interleave/interleave.c (interleave_init),
10034         (interleave_request_new_pad),
10035         (interleave_pad_removed),
10036         (interleave_buffered_loop): Use the real pad count, not the artificial
10037         one.
10038
10039 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10040
10041         * configure.ac: bump nano back to development
10042
10043 === release 0.8.3 ===
10044
10045 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10046
10047         * configure.ac: releasing 0.8.3, "Water"
10048
10049 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10050
10051         * sys/xvimage/xvimagesink.c:
10052         (gst_xvimagesink_calculate_pixel_aspect_ratio),
10053         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
10054         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
10055         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10056         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10057         * sys/xvimage/xvimagesink.h:
10058           apply similar PAR fixes as to ximagesink
10059
10060 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10061
10062         patch from: Benjamin Otte
10063
10064         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
10065           add link function to lame.  Fixes #148986.
10066
10067 2004-08-02  Johan Dahlin  <johan@gnome.org>
10068
10069         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
10070         fix debugging log
10071
10072 2004-07-30  David Schleef  <ds@schleef.org>
10073
10074         * gst/videomixer/Makefile.am: Fix things that should have been
10075         fixed in the last checkin.
10076
10077 2004-07-30  David Schleef  <ds@schleef.org>
10078
10079         * gst/multipart/Makefile.am: Fix things that should have been
10080         fixed in the last checkin.
10081
10082 2004-07-30  David Schleef  <ds@schleef.org>
10083
10084         * testsuite/multifilesink/Makefile.am: Fix unused variable.
10085
10086 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10087
10088         * configure.ac:
10089           bump nano for prerelease
10090         * po/af.po:
10091         * po/az.po:
10092         * po/cs.po:
10093         * po/en_GB.po:
10094         * po/hu.po:
10095         * po/nl.po:
10096         * po/sr.po:
10097         * po/sv.po:
10098         * po/uk.po:
10099           updates
10100
10101 2004-07-30  Wim Taymans  <wim@fluendo.com>
10102
10103         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
10104         (gst_multifdsink_add), (gst_multifdsink_remove),
10105         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
10106         (gst_multifdsink_client_remove),
10107         (gst_multifdsink_handle_client_write),
10108         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
10109         * gst/tcp/gstmultifdsink.h:
10110         Recover from a select with a bad file descriptor by removing
10111         the client.
10112
10113 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10114
10115         * configure.ac:
10116           fix requirement of core
10117         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
10118         (gst_play_pipeline_setup):
10119           don't use colorspace element.  do use hermescolorspace element.
10120           make macro to get a colorspace element.
10121           mark strings for translation.
10122         * po/POTFILES.in:
10123           add play.c
10124         * po/af.po:
10125         * po/az.po:
10126         * po/cs.po:
10127         * po/en_GB.po:
10128         * po/hu.po:
10129         * po/nl.po:
10130         * po/sr.po:
10131         * po/sv.po:
10132         * po/uk.po:
10133           update translations
10134
10135 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10136
10137         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
10138         fix default for newmedia flag
10139
10140 2004-07-30  Wim Taymans  <wim@fluendo.com>
10141
10142         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
10143         (gst_theora_dec_init), (theora_get_formats),
10144         (theora_dec_src_convert), (theora_dec_sink_convert),
10145         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
10146         (theora_dec_chain), (theora_dec_set_property),
10147         (theora_dec_get_property):
10148         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
10149         (gst_theora_enc_class_init), (gst_theora_enc_init),
10150         (theora_enc_sink_link), (theora_enc_chain),
10151         (theora_enc_set_property), (theora_enc_get_property):
10152         Added cropping option to theora decoder.
10153         Added border option to theora encoder.
10154
10155 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10156
10157         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
10158         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
10159         (gst_pngenc_set_property):
10160         * ext/libpng/gstpngenc.h:
10161         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
10162
10163 2004-07-30  Wim Taymans  <wim@fluendo.com>
10164
10165         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10166         (theora_enc_sink_link), (theora_enc_chain),
10167         (theora_enc_set_property), (theora_enc_get_property):
10168         Fix encoding of non-multiple-of-16 video.
10169
10170 2004-07-29  David Schleef  <ds@schleef.org>
10171
10172         * configure.ac: make test for audiofile more strict
10173
10174 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10175
10176         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10177           give different names to typefind functions
10178
10179 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10180
10181         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
10182         (gst_ximagesink_calculate_pixel_aspect_ratio),
10183         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
10184         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
10185         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
10186         (gst_ximagesink_get_property), (gst_ximagesink_init):
10187         * sys/ximage/ximagesink.h:
10188           allocate PAR's dynamically.
10189           use autodetected PAR if no object-set PAR is given.
10190           add workaround for directfb's X not setting physical size.
10191           fix to xvimagesink will follow tomorrow.
10192
10193 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10194
10195         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
10196         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
10197         (gst_shout2send_get_type), (gst_shout2send_set_clock),
10198         (gst_shout2send_class_init), (gst_shout2send_init),
10199         (set_shout_metadata), (gst_shout2send_set_metadata),
10200         (gst_shout2send_chain), (gst_shout2send_set_property),
10201         (gst_shout2send_get_property), (gst_shout2send_connect),
10202         (gst_shout2send_change_state):
10203         * ext/shout2/gstshout2.h:
10204         - fix for sending mp3 audio to icecast2 server, if pad link function not
10205         called before PAUSED state
10206         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
10207         - added tagging support for mp3 audio broadcasted
10208         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
10209         debug info
10210
10211 2004-07-28  Wim Taymans  <wim@fluendo.com>
10212
10213         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10214         (gst_ogg_demux_push):
10215         Return query failure when we don't know the length of
10216         an ogg stream insteda of returning TRUE with a bogus value.
10217
10218 2004-07-28  Wim Taymans  <wim@fluendo.com>
10219
10220         * ext/theora/theoradec.c: (theora_get_formats),
10221         (theora_dec_src_convert), (theora_dec_sink_convert),
10222         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
10223         (theora_dec_chain):
10224         Don't screw up the 1 Chroma for 1 luma sample situation when we
10225         have an odd offset/width by adding a black border in those cases.
10226
10227 2004-07-28  Wim Taymans  <wim@fluendo.com>
10228
10229         * ext/theora/theoradec.c: (theora_get_formats),
10230         (theora_dec_src_convert), (theora_dec_sink_convert),
10231         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
10232         (theora_dec_chain):
10233         * ext/theora/theoraenc.c: (theora_enc_sink_link):
10234         Added first attempt at cropping of the image as required by the
10235         theora spec. We need more properties in the caps (offset_x,
10236         offset_y,stride) to implement this correctly.
10237
10238 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
10239
10240         * ext/dvdnav/README:
10241           Update the README to use dvddemux
10242         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
10243           Ensure getcaps returns a subset of the template caps
10244         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
10245         (gst_mpeg2subt_init):
10246           Ensure getcaps returns a subset of the template caps
10247         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
10248         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
10249         (gst_dvd_demux_get_subpicture_stream),
10250         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
10251         * gst/mpegstream/gstdvddemux.h:
10252           Set the explicit caps on the current_video pad before pushing
10253           anything
10254         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
10255         (gst_mpeg_demux_get_audio_stream):
10256           Free caps used to gst_pad_set_explicit_caps, which takes a const
10257           GstCaps *
10258
10259 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10260
10261         * configure.ac: update GStreamer requirement to 0.8.4 because of
10262           GstFraction.
10263
10264 2004-07-28  Wim Taymans  <wim@fluendo.com>
10265
10266         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10267         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
10268         Add the pad to the element after setting up the caps. This
10269         makes it a lot easier to autoplug.
10270
10271 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
10272
10273         * gst/median/gstmedian.c:
10274         * gst/mpeg2subt/gstmpeg2subt.c:
10275         * gst/mpegaudioparse/gstmpegaudioparse.c:
10276         * gst/mpegstream/gstdvddemux.c:
10277         * gst/mpegstream/gstmpegdemux.c:
10278         * gst/mpegstream/gstmpegpacketize.c:
10279         * gst/rtjpeg/gstrtjpeg.c:
10280         * gst/rtjpeg/gstrtjpegdec.c:
10281         * gst/rtjpeg/gstrtjpegenc.c:
10282         * gst/sine/gstsinesrc.c:
10283         * gst/smooth/gstsmooth.c:
10284         * gst/smpte/gstsmpte.c:
10285         * gst/smpte/gstsmpte.h:
10286         * gst/stereo/gststereo.c:
10287         * gst/videofilter/gstgamma.c:
10288         * gst/videofilter/gstvideobalance.c:
10289         * gst/videofilter/gstvideofilter.c:
10290         * gst/videofilter/gstvideoflip.c:
10291         * gst/videoscale/gstvideoscale.c:
10292         * gst/videoscale/videoscale.c:
10293         * gst/videotestsrc/gstvideotestsrc.c:
10294         * gst/videotestsrc/videotestsrc.c:
10295         * gst/wavenc/gstwavenc.c:
10296         * gst/wavparse/gstwavparse.c:
10297           fix local includes and 64 bits constants
10298
10299 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
10300
10301         * win32/gst.sln:
10302         * gst-libs/gst/*/*.vcproj:
10303         * gst/*/*.vcproj:
10304           more working plugins
10305
10306 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10307
10308         * testsuite/alsa/Makefile.am:
10309         * testsuite/alsa/srcstate.c:
10310         add test for alsasrc changing state
10311
10312 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10313
10314         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
10315         (gst_silence_get):
10316         * gst/silence/gstsilence.h:
10317         fix silence generation for 16bit raw audio
10318
10319 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10320
10321         * gst/matroska/matroska-demux.c:
10322         (gst_matroska_demux_parse_metadata),
10323         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
10324         * gst/mpegaudio/common.c:
10325         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10326         (gst_videoscale_getcaps), (gst_videoscale_link),
10327         (gst_videoscale_src_fixate), (gst_videoscale_init),
10328         (gst_videoscale_finalize):
10329         * gst/videoscale/gstvideoscale.h:
10330         * gst/videotestsrc/gstvideotestsrc.c:
10331         (gst_videotestsrc_get_capslist):
10332         * gst/wavenc/gstwavenc.c:
10333         * sys/oss/gstossmixer.c: (fill_labels):
10334         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
10335         (gst_ximagesink_handle_xevents),
10336         (gst_ximagesink_calculate_pixel_aspect_ratio),
10337         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
10338         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
10339         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
10340         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10341         (gst_ximagesink_init), (gst_ximagesink_class_init):
10342         * sys/ximage/ximagesink.h:
10343         * sys/xvimage/xvimagesink.c:
10344         (gst_xvimagesink_calculate_pixel_aspect_ratio),
10345         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
10346         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
10347         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10348         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10349         * sys/xvimage/xvimagesink.h:
10350           first batch of pixel aspect ratio commits.
10351
10352 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10353
10354         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10355         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
10356         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
10357           handle stride, needs work if we want to move stride handling
10358           upstream, but works correctly for our purposes.
10359
10360 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10361
10362         * gst/videoscale/README:
10363           add testing examples
10364         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
10365         (gst_videoscale_chain):
10366         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
10367         (gst_videoscale_get_size):
10368           add get_size function that handles stride like videotestsrc.
10369           fixes conversion for YUV formats for as much as I can test them.
10370
10371 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10372
10373         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10374         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10375         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10376         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
10377         (gst_xvimagesink_xvimage_put):
10378           further cleanups, logging, error handling and synchronizing
10379
10380 2004-07-27  Wim Taymans  <wim@fluendo.com>
10381
10382         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
10383         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
10384         (gst_videomixer_pad_set_property),
10385         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
10386         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
10387         (gst_videomixer_class_init), (gst_videomixer_init),
10388         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
10389         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
10390         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
10391         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
10392         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
10393         (gst_videomixer_loop), (plugin_init):
10394         Be a nicer negotiation citizen and provide a getcaps function on
10395         the srcpad. This also fixes a crash when resizing.
10396
10397 2004-07-27  Julien MOUTTE  <julien@moutte.net>
10398
10399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10400         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
10401
10402 2004-07-27  Wim Taymans  <wim@fluendo.com>
10403
10404         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
10405         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
10406         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
10407         (gst_pngenc_set_property):
10408         * ext/libpng/gstpngenc.h:
10409         Added snapshot property to pngenc.
10410         removed g_print from pngdec
10411
10412 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
10413
10414         * gst/ac3parse/ac3parse.vcproj
10415         * gst/adder/adder.vcproj
10416         * gst/alpha/alpha.vcproj
10417         * gst/alpha/alphacolor.vcproj
10418         * gst/asfdemux/asf.vcproj
10419         * gst/audioconvert/audioconvert.vcproj
10420         * gst/audiorate/audiorate.vcproj
10421         * gst/audioscale/audioscale.vcproj
10422         * gst/auparse/auparse.vcproj
10423         * gst/avi/avi.vcproj
10424         * gst/cdxaparse/cdxaparse.vcproj
10425         * gst/chart/chart.vcproj
10426         * gst/colorspace/colorspace.vcproj
10427         * gst/cutter/cutter.vcproj
10428         * gst/debug/debug.vcproj
10429         * gst/debug/efence.vcproj
10430         * gst/debug/navigationtest.vcproj
10431         * gst/deinterlace/deinterlace.vcproj
10432         * gst/effectv/effectv.vcproj
10433         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
10434         * gst/filter/filter.vcproj
10435         * gst/flx/flxdec.vcproj
10436         * gst/goom/goom.vcproj
10437         * gst/interleave/interleave.vcproj
10438         * gst/law/alaw.vcproj
10439         * gst/law/mulaw.vcproj
10440         * gst/matroska/matroska.vcproj
10441         * gst/median/median.vcproj
10442         * gst/mixmatrix/mixmatrix.vcproj
10443         * gst/mpeg1sys/mpeg1systemencode.vcproj
10444         * gst/mpeg1videoparse/mp1videoparse.vcproj
10445         * gst/mpeg2sub/mpeg2subt.vcproj
10446         * gst/mpegaudio/mpegaudio.vcproj
10447         * gst/mpegaudioparse/mpegaudioparse.vcproj
10448         * gst/mpegstream/mpegstream.vcproj
10449         * gst/multifilesink/multifilesink.vcproj
10450         * gst/multipart/multipart.vcproj
10451         * gst/oneton/oneton.vcproj
10452         * gst/overlay/overlay.vcproj
10453         * gst/passthrough/passthrough.vcproj
10454         * gst/qtdemux/qtdemux.vcproj
10455         * gst/realmedia/rmdemux.vcproj
10456         * gst/rtjpeg/rtjpeg.vcproj
10457         * gst/rtp/rtp.vcproj
10458         * gst/silence/silence.vcproj
10459         * gst/sine/sinesrc.vcproj
10460         * gst/smooth/smooth.vcproj
10461         * gst/smpte/smpte.vcproj
10462         * gst/spectrum/spectrum.vcproj
10463         * gst/speed/speed.vcproj
10464         * gst/stereo/stereo.vcproj
10465         * gst/switch/switch.vcproj
10466         * gst/tags/tagedit.vcproj
10467         * gst/tcp/tcp.vcproj
10468         * gst/typefind/typefindfunctions.vcproj
10469         * gst/udp/udp.vcproj
10470         * gst/videobox/videobox.vcproj
10471         * gst/videocrop/videocrop.vcproj
10472         * gst/videodrop/videodrop.vcproj
10473         * gst/videofilter/gamma.vcproj
10474         * gst/videofilter/videobalance.vcproj
10475         * gst/videofilter/videofilter.vcproj
10476         * gst/videofilter/videoflip.vcproj
10477         * gst/videoflip/videoflip.vcproj
10478         * gst/videomixer/videomixer.vcproj
10479         * gst/videorate/videorate.vcproj
10480         * gst/videoscale/videoscale.vcproj
10481         * gst/videotestsrc/videotestsrc.vcproj
10482         * gst/virtualdub/virtualdub.vcproj
10483         * gst/volenv/volenv.vcproj
10484         * gst/volume/volume.vcproj
10485         * gst/wavenc/wavenc.vcproj
10486         * gst/wavparse/wavparse.vcproj
10487         * gst/y4m/y4menc.vcproj
10488         * gst-libs/gst/audio/audio.vcproj
10489         * gst-libs/gst/audio/audiofilter.vcproj
10490         * gst-libs/gst/colorbalance/colorbalance.vcproj
10491         * gst-libs/gst/idct/idtc.vcproj
10492         * gst-libs/gst/media-info/media-info.vcproj
10493         * gst-libs/gst/mixer/mixer.vcproj
10494         * gst-libs/gst/navigation/navigation.vcproj
10495         * gst-libs/gst/play/play.vcproj
10496         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
10497         * gst-libs/gst/resample/resample.vcproj
10498         * gst-libs/gst/riff/riff.vcproj
10499         * gst-libs/gst/tuner/tuner.vcproj
10500         * gst-libs/gst/video/video.vcproj
10501         * gst-libs/gst/xoverlay/xoverlay.vcproj
10502           avoid problems with math.h, fix release dependancy
10503           rename GStreamer-0.8.lib to libgstreamer.lib
10504
10505 2004-07-27  Julien MOUTTE  <julien@moutte.net>
10506
10507         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
10508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
10509         the atom is not available we have to unlock the mutex. Fixes #148023
10510
10511 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10512
10513         * gst-libs/gst/media-info/media-info.h:
10514           issue for a vararg macro with MSVC
10515
10516 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10517
10518         * gst/effectv/effectv.vcproj
10519         * gst-libs/gst/idct/idct.vcproj:
10520         * gst-libs/gst/media-info/media-info.vcproj:
10521         * gst-libs/gst/navigation/navigation.vcproj:
10522         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
10523         * gst-libs/gst/video/video.vcproj:
10524         * gst-libs/gst/xoverlay/xoverlay.vcproj:
10525           fixes for build problems
10526
10527 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10528
10529         * gst-libs/gst/audio/audio.def:
10530         * gst-libs/gst/audio/riff.def:
10531           add some definitions needed by plugins
10532
10533 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10534
10535         * gst/asfdemux/gstasfmux.c
10536           Fix some 64 bits constants to be glib friendly
10537
10538 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10539
10540         * gst/ac3parse/gstac3parse.c
10541         * gst/audioscale/gstaudioscale.c
10542         * gst/auparse/gstauparse.c
10543         * gst/colorspace/gstcolorspace.c
10544         * gst/colorspace/yuv2rgb.h
10545           local include fixes
10546
10547 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10548
10549         * win32/gst.sln
10550           add more plugins to the build
10551
10552 2004-07-26  Julien MOUTTE  <julien@moutte.net>
10553
10554         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10555         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
10556
10557 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10558
10559         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
10560         (gst_level_set_property), (gst_level_get_property),
10561         (gst_level_base_init), (gst_level_class_init):
10562           add debugging categories.  cleanups.
10563
10564 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10565
10566         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
10567         (gst_videoscale_planar411), (gst_videoscale_planar400),
10568         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
10569         (gst_videoscale_scale_nearest_str1),
10570         (gst_videoscale_scale_nearest_str2),
10571         (gst_videoscale_scale_nearest_str4),
10572         (gst_videoscale_scale_nearest_16bit),
10573         (gst_videoscale_scale_nearest_24bit):
10574           fixed stride issues
10575           tested with 320x240 -> 321, 322, 324 x240
10576           tested with YV12, I420, YUY2, UYVY
10577           fixed packed422rev (don't think it could have worked before)
10578           by testing with UYVY
10579
10580 2004-07-26  Benjamin Otte  <otte@gnome.org>
10581
10582         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
10583         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
10584         (plugin_init):
10585           add debugging category, add error checks like checking return values
10586           of setup calls, make sure it still works after
10587           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
10588
10589 2004-07-26  Wim Taymans  <wim@fluendo.com>
10590
10591         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
10592         (gst_mpeg_demux_get_audio_stream),
10593         (gst_mpeg_demux_process_private):
10594         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
10595         Check for error codes from the negotiation functions. Make sure
10596         we really set the pad caps when a new pad is created.
10597
10598 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10599
10600         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10601         (gst_ffmpeg_caps_to_pix_fmt):
10602         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
10603         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10604         (gst_ffmpegcolorspace_pad_link):
10605           don't make function do two things at the same time without reason.
10606
10607 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10608
10609         * gst/ac3parse/ac3parse.vcproj
10610         * gst/adder/adder.vcproj
10611         * gst/alpha/alpha.vcproj
10612         * gst/alpha/alphacolor.vcproj
10613         * gst/asfdemux/asf.vcproj
10614         * gst/audioconvert/audioconvert.vcproj
10615         * gst/audiorate/audiorate.vcproj
10616         * gst/audioscale/audioscale.vcproj
10617         * gst/auparse/auparse.vcproj
10618         * gst/avi/avi.vcproj
10619         * gst/cdxaparse/cdxaparse.vcproj
10620         * gst/chart/chart.vcproj
10621         * gst/colorspace/colorspace.vcproj
10622         * gst/cutter/cutter.vcproj
10623         * gst/debug/debug.vcproj
10624         * gst/debug/efence.vcproj
10625         * gst/debug/navigationtest.vcproj
10626         * gst/deinterlace/deinterlace.vcproj
10627         * gst/effectv/effectv.vcproj
10628         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
10629         * gst/filter/filter.vcproj
10630         * gst/flx/flxdec.vcproj
10631         * gst/goom/goom.vcproj
10632         * gst/interleave/interleave.vcproj
10633         * gst/law/alaw.vcproj
10634         * gst/law/mulaw.vcproj
10635         * gst/matroska/matroska.vcproj
10636         * gst/median/median.vcproj
10637         * gst/mixmatrix/mixmatrix.vcproj
10638         * gst/mpeg1sys/mpeg1systemencode.vcproj
10639         * gst/mpeg1videoparse/mp1videoparse.vcproj
10640         * gst/mpeg2sub/mpeg2subt.vcproj
10641         * gst/mpegaudio/mpegaudio.vcproj
10642         * gst/mpegaudioparse/mpegaudioparse.vcproj
10643         * gst/mpegstream/mpegstream.vcproj
10644         * gst/multifilesink/multifilesink.vcproj
10645         * gst/multipart/multipart.vcproj
10646         * gst/oneton/oneton.vcproj
10647         * gst/overlay/overlay.vcproj
10648         * gst/passthrough/passthrough.vcproj
10649         * gst/qtdemux/qtdemux.vcproj
10650         * gst/realmedia/rmdemux.vcproj
10651         * gst/rtjpeg/rtjpeg.vcproj
10652         * gst/rtp/rtp.vcproj
10653         * gst/silence/silence.vcproj
10654         * gst/sine/sinesrc.vcproj
10655         * gst/smooth/smooth.vcproj
10656         * gst/smpte/smpte.vcproj
10657         * gst/spectrum/spectrum.vcproj
10658         * gst/speed/speed.vcproj
10659         * gst/stereo/stereo.vcproj
10660         * gst/switch/switch.vcproj
10661         * gst/tags/tagedit.vcproj
10662         * gst/tcp/tcp.vcproj
10663         * gst/typefind/typefindfunctions.vcproj
10664         * gst/udp/udp.vcproj
10665         * gst/videobox/videobox.vcproj
10666         * gst/videocrop/videocrop.vcproj
10667         * gst/videodrop/videodrop.vcproj
10668         * gst/videofilter/gamma.vcproj
10669         * gst/videofilter/videobalance.vcproj
10670         * gst/videofilter/videofilter.vcproj
10671         * gst/videofilter/videoflip.vcproj
10672         * gst/videoflip/videoflip.vcproj
10673         * gst/videomixer/videomixer.vcproj
10674         * gst/videorate/videorate.vcproj
10675         * gst/videoscale/videoscale.vcproj
10676         * gst/videotestsrc/videotestsrc.vcproj
10677         * gst/virtualdub/virtualdub.vcproj
10678         * gst/volenv/volenv.vcproj
10679         * gst/volume/volume.vcproj
10680         * gst/wavenc/wavenc.vcproj
10681         * gst/wavparse/wavparse.vcproj
10682         * gst/y4m/y4menc.vcproj
10683           more plugins supported under windows
10684
10685 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10686
10687         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
10688         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
10689         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
10690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10691         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
10692           Add debugging statements.  Use the sizes as returned by the
10693           *CreateImage calls.
10694
10695 2004-07-26  Johan Dahlin  <johan@gnome.org>
10696
10697         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
10698         the pad is negotiated.
10699
10700         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
10701
10702 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10703
10704         * gst-libs/gst/colorbalance/colorbalance.vcproj:
10705         * gst-libs/gst/idct/idct.vcproj:
10706         * gst-libs/gst/media-info/media-info.vcproj:
10707         * gst-libs/gst/mixer/mixer.vcproj:
10708         * gst-libs/gst/navigation/navigation.vcproj:
10709         * gst-libs/gst/play/play.vcproj:
10710         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
10711         * gst-libs/gst/resample/resample.vcproj:
10712         * gst-libs/gst/tuner/tuner.vcproj:
10713         * gst-libs/gst/video/video.vcproj:
10714         * gst-libs/gst/xoverlay/xoverlay.vcproj:
10715           more plugins supported under windows
10716
10717 2004-07-25 Iain <iain@prettypeople.org>
10718
10719         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
10720         pad now rather than when the pad is created because state changes wipe
10721         explicit caps (fixes #148043).
10722
10723 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
10724
10725         reviewed by Benjamin Otte  <otte@gnome.org>
10726
10727         * ext/mad/gstmad.c:
10728           fix mad plugin crashing on Sun (fixes #148289)
10729
10730 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
10731
10732         * gst/avi/avi.def:
10733         * gst/avi/avi.vcproj:
10734         * gst/matroska/matroska.def:
10735         * gst/matroska/matroska.vcproj:
10736           remove unused .def files
10737
10738 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
10739
10740         * gst-libs/gst/audio/gstaudiofilter.c:
10741           Clean the local include
10742
10743 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
10744
10745         * win32/gst.sln:
10746         * gst-libs/gst/audio/audio.def:
10747         * gst-libs/gst/audio/audio.vcproj:
10748         * gst-libs/gst/audio/audiofilter.vcproj:
10749         * gst-libs/gst/audio/riff.def:
10750         * gst-libs/gst/audio/riff.vcproj:
10751         * gst-libs/gst/gst-libs.def:
10752         * gst-libs/gst/gst-libs.vcproj:
10753         * gst/avi/avi.vcproj:
10754         * gst/avi/avi.vcproj:
10755           Copy the files where needed after building, cleaner projects
10756
10757 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
10758
10759         * gst/matroska/ebml-write.c:
10760           Fix some 64 bits constants to be glib friendly
10761
10762 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
10763
10764         * win32/gst.sln:
10765         * gst-libs/gst/gst-libs.def:
10766         * gst-libs/gst/gst-libs.vcproj:
10767         * gst/matroska/matroska.def:
10768         * gst/matroska/matroska.vcproj:
10769           Add the preliminary canvas to build plugins on Win32
10770
10771 2004-07-23  Benjamin Otte  <otte@gnome.org>
10772
10773         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10774           don't enfore negotiation from source side, it breaks
10775           sinesrc ! audioconvert ! osssink
10776
10777 2004-07-22  David Schleef  <ds@schleef.org>
10778
10779         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
10780         for ELF files, since they can easily be recognized as audio/mpeg.
10781         (bug #147441)
10782
10783 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10784
10785         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
10786         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
10787         (gst_videoscale_scale_nearest_24bit),
10788         (gst_videoscale_scale_nearest_16bit):
10789           fix 16bit and 24bit for stride (24bit might need testing)
10790           don't pretend we do more than one algorithm
10791
10792 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10793
10794         * configure.ac:
10795         * gst/Makefile.am:
10796         * gst/multifilesink/Makefile.am:
10797         * gst/multifilesink/gstmultifilesink.c:
10798         (gst_multifilesink_get_formats),
10799         (gst_multifilesink_get_query_types), (_do_init),
10800         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
10801         (gst_multifilesink_init), (gst_multifilesink_dispose),
10802         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
10803         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
10804         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
10805         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
10806         (gst_multifilesink_chain), (gst_multifilesink_change_state),
10807         (gst_multifilesink_uri_get_type),
10808         (gst_multifilesink_uri_get_protocols),
10809         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
10810         (gst_multifilesink_uri_handler_init), (plugin_init):
10811         * gst/multifilesink/gstmultifilesink.h:
10812         * testsuite/Makefile.am:
10813         * testsuite/multifilesink/Makefile.am:
10814         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
10815         (gst_newmedia_class_init), (gst_newmedia_init),
10816         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10817         (newfile_signal), (test_signal), (main):
10818         multifilesink plugin for creating new files every time a new media
10819         discontinuity event occurs
10820
10821 2004-07-22  Wim Taymans  <wim@fluendo.com>
10822
10823         * gst/alpha/Makefile.am:
10824         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
10825         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
10826         (gst_alpha_color_init), (gst_alpha_color_set_property),
10827         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
10828         (transform), (gst_alpha_color_chain),
10829         (gst_alpha_color_change_state), (plugin_init):
10830         Stupid plugin to to RGBA to AYUV conversion because none of
10831         the colorspace plugins can handle that yet.
10832
10833 2004-07-22  Wim Taymans  <wim@fluendo.com>
10834
10835         * examples/seeking/seek.c: (update_scale), (main):
10836         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
10837         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
10838         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
10839         (gst_decode_bin_init), (gst_decode_bin_dispose),
10840         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10841         (no_more_pads), (close_link), (type_found),
10842         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
10843         (plugin_init):
10844         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
10845         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
10846         (gst_play_base_bin_dispose), (queue_overrun),
10847         (gen_preroll_element), (remove_prerolls), (unknown_type),
10848         (no_more_pads), (new_stream), (setup_source),
10849         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10850         (play_base_eos), (gst_play_base_bin_change_state),
10851         (gst_play_base_bin_add_element),
10852         (gst_play_base_bin_remove_element),
10853         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
10854         (gst_play_base_bin_unlink_stream),
10855         (gst_play_base_bin_get_streaminfo):
10856         * gst/playback/gstplaybin.c: (gen_video_element),
10857         (gen_audio_element):
10858         * gst/playback/gststreaminfo.h:
10859         More playback updates, attempt to fix things after the state change
10860         breakage.
10861
10862 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10863
10864         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
10865         (gst_videoscale_scale_nearest_16bit):
10866           comment algorithm
10867
10868 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10869
10870         * gst/videotestsrc/gstvideotestsrc.c:
10871         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
10872         (gst_videotestsrc_init), (gst_videotestsrc_get),
10873         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
10874         (gst_videotestsrc_get_property):
10875         * gst/videotestsrc/gstvideotestsrc.h:
10876         * gst/videotestsrc/videotestsrc.c:
10877         * gst/videotestsrc/videotestsrc.h:
10878           cleanup and commenting
10879
10880 2004-07-21  Wim Taymans  <wim@fluendo.com>
10881
10882         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
10883         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
10884         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
10885         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
10886         (_find_chain_get_unknown_part), (_find_streams_check),
10887         (gst_ogg_demux_push), (gst_ogg_pad_push):
10888         * ext/theora/theoradec.c: (theora_get_formats),
10889         (theora_dec_src_convert), (theora_dec_sink_convert),
10890         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
10891         (theora_dec_chain):
10892         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
10893         (vorbis_dec_convert), (vorbis_dec_src_query),
10894         (vorbis_dec_src_event), (vorbis_dec_event):
10895         More seeking fixes, oggdemux now supports seeking to time and
10896         uses the downstream element to convert granulepos to time.
10897         Seeking in theora-only ogg files now works.
10898
10899 2004-07-21  Wim Taymans  <wim@fluendo.com>
10900
10901         * ext/theora/theoradec.c: (gst_theora_dec_init),
10902         (theora_get_formats), (theora_get_event_masks),
10903         (theora_get_query_types), (theora_dec_src_convert),
10904         (theora_dec_sink_convert), (theora_dec_src_query),
10905         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
10906         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
10907         (vorbis_get_event_masks), (vorbis_get_query_types),
10908         (gst_vorbis_dec_init), (vorbis_dec_convert),
10909         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
10910         Added query/convert/formats functions to vorbis and theora decoders
10911         so that the outside world can use them too. Fixed seeking on an
10912         ogg/theora/vorbis file by disabling the seeking seeking on the
10913         theora srcpad.
10914
10915 2004-07-21  Julien MOUTTE  <julien@moutte.net>
10916
10917         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
10918         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
10919         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
10920         images creation for both elements. We don't create the image on caps
10921         nego or renego, we just destroy the internal one if present if it does
10922         not match the needs. The chain function takes care of creating a new
10923         image when needed.
10924         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10925         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
10926         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
10927         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
10928         the image format information. The buffer pool checks for the context
10929         image format and discard images with different formats.
10930         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
10931
10932 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10933
10934         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10935         (gst_ffmpegcolorspace_chain):
10936           no point in doing any chaining if the pad we want to push from
10937           isn't usable.
10938
10939 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10940
10941         * gst-libs/gst/riff/riff-media.c:
10942         (gst_riff_create_audio_caps_with_data):
10943           Fix double end-to-native symbol conversion (#148021).
10944
10945 2004-07-20  David Schleef  <ds@schleef.org>
10946
10947         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
10948         Don't use an Atom that doesn't exist.
10949
10950 2004-07-20  Wim Taymans  <wim@fluendo.com>
10951
10952         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
10953         (gst_multifdsink_add), (gst_multifdsink_get_stats),
10954         (gst_multifdsink_client_remove),
10955         (gst_multifdsink_handle_client_write),
10956         (gst_multifdsink_queue_buffer):
10957         * gst/tcp/gstmultifdsink.h:
10958         More multifdsink stats. Avoid deadlock by releasing locks
10959         before sending out a signal.
10960
10961 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10962
10963         * po/LINGUAS:
10964         * po/hu.po:
10965           added Hungarian translation (Laszlo Dvornik)
10966
10967 2004-07-20  Wim Taymans  <wim@fluendo.com>
10968
10969         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
10970         (gst_multifdsink_add), (gst_multifdsink_client_remove),
10971         (gst_multifdsink_handle_client_write),
10972         (gst_multifdsink_queue_buffer):
10973         * gst/tcp/gsttcp-marshal.list:
10974         Fixed the stupid marshal definition.
10975
10976 2004-07-20  Wim Taymans  <wim@fluendo.com>
10977
10978         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
10979         (gst_multifdsink_init), (gst_multifdsink_add),
10980         (gst_multifdsink_client_remove),
10981         (gst_multifdsink_handle_client_write),
10982         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
10983         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
10984         (gst_multifdsink_init_send):
10985         * gst/tcp/gstmultifdsink.h:
10986         Added more stats, added timeout for a client, fixed some typos
10987         and added some comments.
10988
10989 2004-07-20  Wim Taymans  <wim@fluendo.com>
10990
10991         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
10992         (gst_multifdsink_add), (gst_multifdsink_get_stats),
10993         (gst_multifdsink_client_remove),
10994         (gst_multifdsink_handle_client_write):
10995         * gst/tcp/gstmultifdsink.h:
10996         * gst/tcp/gsttcp-marshal.list:
10997         Added get_stats method that returns a GValueArray of
10998         stats values.
10999
11000 2004-07-19  Benjamin Otte  <otte@gnome.org>
11001
11002         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
11003           make sure longname, description and author are valid UTF-8
11004
11005 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11006
11007         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
11008         (gst_ximagesink_set_property):
11009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
11010         (gst_xvimagesink_set_property):
11011           make sure SYNCHRONOUS is respected after getting the X context
11012
11013 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
11014
11015         * gst/matroska/matroska-demux.c:
11016         (gst_matroska_demux_handle_src_event),
11017         (gst_matroska_demux_parse_blockgroup):
11018         * gst/matroska/matroska-ids.h:
11019           add BlockReference tag and ignore it to clear out log.
11020           ignore NAVIGATION events to clear out log.
11021
11022 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
11023
11024         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
11025         (gst_matroska_demux_add_stream):
11026         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
11027           add debug categories
11028
11029 2004-07-16  Wim Taymans  <wim@fluendo.com>
11030
11031         * ext/libpng/Makefile.am:
11032         * ext/libpng/gstpng.c: (plugin_init):
11033         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
11034         (gst_pngdec_get_type), (gst_pngdec_base_init),
11035         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
11036         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
11037         * ext/libpng/gstpngdec.h:
11038         Added png decoder.
11039
11040 2004-07-16  Julien MOUTTE  <julien@moutte.net>
11041
11042         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
11043         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
11044         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
11045         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
11046         (gst_ximagesink_buffer_alloc):
11047         * sys/ximage/ximagesink.h:
11048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11049         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
11050         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
11051         (gst_xvimagesink_buffer_alloc):
11052         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
11053         again. Using internal data pointer of the x(v)image to store image's
11054         data to be coherent with the buffer alloc mechanism. Investigated the
11055         image destruction code to be sure that everything gets freed correctly.
11056
11057 2004-07-16  Wim Taymans  <wim@fluendo.com>
11058
11059         * gst-libs/gst/riff/riff-read.c:
11060         (gst_riff_read_strf_vids_with_data),
11061         (gst_riff_read_strf_auds_with_data):
11062         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11063         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
11064         Make sure we don't create 0 sized subbuffers in riff-read.
11065         Signal the no more pads signal after reading the avi header.
11066
11067 2004-07-16  Wim Taymans  <wim@fluendo.com>
11068
11069         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
11070         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
11071         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11072         (gst_decode_bin_init), (gst_decode_bin_dispose),
11073         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
11074         (no_more_pads), (close_link), (type_found),
11075         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
11076         (gst_decode_bin_change_state), (plugin_init):
11077         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
11078         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
11079         (gst_play_base_bin_dispose), (queue_overrun),
11080         (gen_preroll_element), (remove_prerolls), (unknown_type),
11081         (no_more_pads), (new_stream), (setup_source),
11082         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
11083         (play_base_eos), (gst_play_base_bin_change_state),
11084         (gst_play_base_bin_add_element),
11085         (gst_play_base_bin_remove_element),
11086         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
11087         (gst_play_base_bin_unlink_stream),
11088         (gst_play_base_bin_get_streaminfo):
11089         * gst/playback/gstplaybasebin.h:
11090         Better error recovery. Added configurable preroll queue size. Faster
11091         detection of no-more-pads.
11092
11093 2004-07-16  Wim Taymans  <wim@fluendo.com>
11094
11095         * gst-libs/gst/video/video.h:
11096         Added 32 bits RGBA. Not sure if we should use another mime-type
11097         for alpha rgb. Currently the presence of the alpha_mask property
11098         signals an alpha channel.
11099
11100 2004-07-16  Wim Taymans  <wim@fluendo.com>
11101
11102         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11103         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11104         FPS seems to be 0.0 to MAX everywhere else.
11105
11106 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11107
11108         * gst-libs/gst/riff/riff-media.c:
11109         (gst_riff_create_video_caps_with_data):
11110           mp42/mp43 (no caps) exist too.
11111         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11112           Set pixel_width/height; we've got them in-caps.
11113         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11114         * gst/wavparse/gstwavparse.c: (plugin_init):
11115           Both are valid primary.
11116         * sys/oss/gstossmixer.c:
11117           Remove i18n hack and enable translations.
11118
11119 2004-07-15  Benjamin Otte  <otte@gnome.org>
11120
11121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11122         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
11123           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
11124
11125 2004-07-15  Benjamin Otte  <otte@gnome.org>
11126
11127         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
11128         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
11129         (gst_alsa_close_audio):
11130           disable some of the debugging code for now. Writing debugging to a
11131           buffer is broken in current alsalib releases.
11132
11133 2004-07-12  Benjamin Otte  <otte@gnome.org>
11134
11135         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
11136           use bufferpools
11137
11138 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11139
11140         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11141         (theora_dec_src_query), (theora_dec_event):
11142         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
11143           add debugging categories.  Remove \n's.
11144
11145 2004-07-13  Johan Dahlin  <johan@gnome.org>
11146
11147         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
11148         (gst_play_bin_get_property): Impl.
11149
11150 2004-07-13  Wim Taymans  <wim@fluendo.com>
11151
11152         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
11153         When trying to find the stream length, seek back N pages
11154         instead of just one, where N is the number of streams in
11155         the current chain.
11156
11157 2004-07-13  Wim Taymans  <wim@fluendo.com>
11158
11159         * gst-libs/gst/riff/riff-media.c:
11160         (gst_riff_create_audio_caps_with_data),
11161         (gst_riff_create_audio_caps),
11162         (gst_riff_create_audio_template_caps):
11163         * gst-libs/gst/riff/riff-media.h:
11164         * gst-libs/gst/riff/riff-read.c:
11165         (gst_riff_read_strf_vids_with_data),
11166         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
11167         * gst-libs/gst/riff/riff-read.h:
11168         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11169         (gst_avi_demux_add_stream):
11170         Set codec_data on caps for avidemuxer.
11171
11172 2004-07-12  David Schleef  <ds@schleef.org>
11173
11174         * configure.ac: Fix test for Objective C
11175
11176 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
11177         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11178         (gst_gdk_pixbuf_chain):
11179           Add svg and pcx to template caps, and ensure that getcaps returns a
11180           subset of the template caps.
11181           Copy each row manually for output, as gdkpixbuf may pad the
11182           rowstride to a 32-bit word boundary.
11183
11184 2004-07-12  Wim Taymans  <wim@fluendo.com>
11185
11186         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11187         (gst_riff_create_video_template_caps):
11188         Fix the template caps to include some more media types.
11189
11190 2004-07-12  Wim Taymans  <wim@fluendo.com>
11191
11192         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
11193         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
11194         (compare_ranks), (print_feature), (gst_decode_bin_init),
11195         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
11196         (try_to_link_1), (new_pad), (close_link), (type_found),
11197         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
11198         (gst_decode_bin_change_state), (plugin_init):
11199         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
11200         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
11201         (gst_play_base_bin_dispose), (queue_overrun),
11202         (gen_preroll_element), (remove_prerolls), (no_more_pads),
11203         (new_stream), (setup_source), (gst_play_base_bin_set_property),
11204         (gst_play_base_bin_get_property), (play_base_eos),
11205         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
11206         (gst_play_base_bin_remove_element),
11207         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
11208         (gst_play_base_bin_unlink_stream),
11209         (gst_play_base_bin_get_streaminfo):
11210         * gst/playback/gstplaybasebin.h:
11211         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
11212         (gst_play_bin_class_init), (gst_play_bin_init),
11213         (gst_play_bin_dispose), (gst_play_bin_set_property),
11214         (gst_play_bin_get_property), (gen_video_element),
11215         (gen_audio_element), (remove_sinks), (setup_sinks),
11216         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
11217         (gst_play_bin_send_event), (gst_play_bin_get_formats),
11218         (gst_play_bin_convert), (gst_play_bin_get_query_types),
11219         (gst_play_bin_query), (plugin_init):
11220         * gst/playback/test4.c: (main):
11221         More fixes on reusing of the element.
11222
11223 2004-07-11  Benjamin Otte  <otte@gnome.org>
11224
11225         * ext/mad/gstmad.c: (normal_seek):
11226           allow seeking for other methods than just SET
11227
11228 2004-07-11  Andy Wingo  <wingo@pobox.com>
11229
11230         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
11231         float, "any" caps -> buffer_frames=[0,MAX].
11232
11233         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
11234         doesn't intersect our caps with the template any more. Do it
11235         ourselves.
11236         (interleave_buffered_loop): Use g_newa instead of malloc/free.
11237
11238 2004-07-09  Wim Taymans  <wim@fluendo.com>
11239
11240         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
11241         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
11242         (compare_ranks), (print_feature), (gst_decode_bin_init),
11243         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
11244         (try_to_link_1), (new_pad), (close_link), (type_found),
11245         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
11246         (gst_decode_bin_change_state), (plugin_init):
11247         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
11248         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
11249         (gst_play_base_bin_dispose), (queue_overrun),
11250         (gen_preroll_element), (remove_prerolls), (no_more_pads),
11251         (new_stream), (setup_source), (gst_play_base_bin_set_property),
11252         (gst_play_base_bin_get_property), (play_base_eos),
11253         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
11254         (gst_play_base_bin_remove_element),
11255         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
11256         (gst_play_base_bin_unlink_stream),
11257         (gst_play_base_bin_get_streaminfo):
11258         * gst/playback/gstplaybasebin.h:
11259         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
11260         (gst_play_bin_class_init), (gst_play_bin_init),
11261         (gst_play_bin_dispose), (gst_play_bin_set_property),
11262         (gst_play_bin_get_property), (gen_video_element),
11263         (gen_audio_element), (remove_sinks), (setup_sinks),
11264         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
11265         (gst_play_bin_send_event), (gst_play_bin_get_formats),
11266         (gst_play_bin_convert), (gst_play_bin_get_query_types),
11267         (gst_play_bin_query), (plugin_init):
11268         * gst/playback/test4.c: (main):
11269         Work on object reuse and seeking.
11270
11271 2004-07-09  Wim Taymans  <wim@fluendo.com>
11272
11273         * examples/seeking/seek.c: (iterate):
11274         Don't consume all CPU in the idle loop.
11275
11276 2004-07-09  Wim Taymans  <wim@fluendo.com>
11277
11278         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
11279         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
11280         Add pad to element *after* setting the pad functions so that
11281         the scheduler can use the correct ones.
11282
11283 2004-07-09  Wim Taymans  <wim@fluendo.com>
11284
11285         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
11286         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
11287         Sync to keyframe after seek
11288
11289 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11290
11291         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
11292         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
11293         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
11294         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
11295         * ext/libvisual/visual.c: (gst_visual_change_state):
11296         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
11297         * ext/theora/theoradec.c: (theora_dec_change_state):
11298         * ext/theora/theoraenc.c: (theora_enc_change_state):
11299         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
11300         * gst-libs/gst/navigation/navigation.c:
11301         * gst/adder/gstadder.c: (gst_adder_change_state):
11302         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
11303         (gst_audio_convert_get_buffer):
11304         * gst/multipart/multipartdemux.c:
11305         (gst_multipart_demux_change_state):
11306         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11307         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11308         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
11309         * gst/videoscale/gstvideoscale.c:
11310         (gst_videoscale_handle_src_event):
11311         * gst/volume/gstvolume.c: (volume_chain_int16):
11312           don't assert in state change, this should be done by the base
11313           GstElement class.
11314           various debugging fixes.
11315
11316 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11317
11318         * configure.ac:
11319         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
11320         (gst_play_dispose), (gst_play_set_location),
11321         (gst_play_set_data_src), (gst_play_set_video_sink),
11322         (gst_play_set_audio_sink), (gst_play_set_visualization),
11323         (gst_play_connect_visualization), (gst_play_get_sink_element),
11324         (gst_play_get_all_by_interface):
11325         * gst-libs/gst/play/play.h:
11326           add new method to get elements implementing an interface.
11327           add various error logging
11328
11329 2004-07-08  Wim Taymans  <wim@fluendo.com>
11330
11331         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
11332         (make_mpeg_pipeline), (make_mpegnt_pipeline),
11333         (make_playerbin_pipeline), (query_durations_elems),
11334         (query_durations_pads), (query_positions_elems),
11335         (query_positions_pads), (update_scale), (iterate), (stop_seek),
11336         (main):
11337         Added playbin seeking example.
11338
11339 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11340
11341         * gst-libs/gst/play/play.c: (gst_play_set_location),
11342         (gst_play_set_data_src), (gst_play_set_video_sink),
11343         (gst_play_set_audio_sink), (gst_play_set_visualization),
11344         (gst_play_connect_visualization), (gst_play_get_framerate):
11345           use a macro to look up elements from hash table
11346
11347 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11348
11349         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
11350         (gst_play_get_length_callback), (gst_play_set_location),
11351         (gst_play_seek_to_time), (gst_play_set_data_src),
11352         (gst_play_set_video_sink), (gst_play_set_audio_sink),
11353         (gst_play_set_visualization), (gst_play_connect_visualization),
11354         (gst_play_get_sink_element):
11355         - add debugging info
11356         - fix looking up sink elements by iterating over complete caps
11357         - put everything except for source and autoplugger in a complete bin
11358
11359 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11360
11361         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
11362         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
11363         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
11364         (gst_alsa_sink_write), (gst_alsa_sink_loop):
11365         * ext/alsa/gstalsasink.h:
11366         - add debugging info
11367         - clean up schizophrenia of data/buffer/event
11368         - fix double event unref error
11369
11370 2004-07-08  Wim Taymans  <wim@fluendo.com>
11371
11372         * gst/playback/Makefile.am:
11373         Add headers to noinst
11374
11375 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11376
11377         * tools/gst-launch-ext-m.m:
11378         * tools/gst-launch-ext.1.in:
11379           convert to the third millenium
11380
11381 2004-07-07  David Schleef  <ds@schleef.org>
11382
11383         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
11384
11385 2004-07-07  Wim Taymans  <wim@fluendo.com>
11386
11387         * gst/playback/Makefile.am:
11388         * gst/playback/README:
11389         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
11390         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
11391         (compare_ranks), (print_feature), (gst_decode_bin_init),
11392         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
11393         (try_to_link_1), (new_pad), (close_link), (type_found),
11394         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
11395         (plugin_init):
11396         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
11397         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
11398         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
11399         (gen_preroll_element), (no_more_pads), (new_stream),
11400         (setup_source), (gst_play_base_bin_set_property),
11401         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
11402         (gst_play_base_bin_add_element),
11403         (gst_play_base_bin_remove_element),
11404         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
11405         (gst_play_base_bin_unlink_stream),
11406         (gst_play_base_bin_get_streaminfo):
11407         * gst/playback/gstplaybasebin.h:
11408         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
11409         (gst_play_bin_class_init), (gst_play_bin_init),
11410         (gst_play_bin_dispose), (gst_play_bin_set_property),
11411         (gst_play_bin_get_property), (gen_video_element),
11412         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
11413         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
11414         (gst_play_bin_get_formats), (gst_play_bin_convert),
11415         (gst_play_bin_get_query_types), (gst_play_bin_query),
11416         (plugin_init):
11417         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
11418         (gst_stream_info_get_type), (gst_stream_info_class_init),
11419         (gst_stream_info_init), (gst_stream_info_new),
11420         (gst_stream_info_dispose), (gst_stream_info_set_property),
11421         (gst_stream_info_get_property):
11422         * gst/playback/gststreaminfo.h:
11423         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
11424         (main):
11425         * gst/playback/test2.c: (main):
11426         * gst/playback/test3.c: (update_scale), (main):
11427         More playbin fixes. Added README. Do better element filtering.
11428         Added base class to preroll media. Added test apps.
11429
11430 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11431
11432         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
11433         * ext/mpeg2dec/gstmpeg2dec.h:
11434           various debugging improvements.  Reset stream to next picture
11435           instead of sequence header, otherwise seeks cannot work.
11436
11437 2004-07-07  Wim Taymans  <wim@fluendo.com>
11438
11439         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
11440         (gst_video_box_class_init), (gst_video_box_set_property),
11441         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
11442         Use pad_alloc where possible.
11443
11444 2004-07-07  Wim Taymans  <wim@fluendo.com>
11445
11446         * sys/oss/gstosselement.c: (gst_osselement_reset),
11447         (gst_osselement_parse_caps):
11448         * sys/oss/gstosselement.h:
11449         * sys/oss/gstosssrc.c: (gst_osssrc_get):
11450         Fix offset on osssrc.
11451
11452 2004-07-07  Wim Taymans  <wim@fluendo.com>
11453
11454         * ext/theora/theora.c: (plugin_init):
11455         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
11456         (theora_dec_src_query), (theora_dec_chain):
11457         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11458         (theora_enc_sink_link), (theora_buffer_from_packet),
11459         (theora_push_packet), (theora_enc_chain):
11460         Fix theora granulepos calculation.
11461         Fix overflow in duration/position calculation.
11462         Bump rank to PRIMARY for theoradec.
11463         Use granulepos of last packet to calculate position.
11464         Set keyframe flag on buffers when needed.
11465
11466 2004-07-06  David Schleef  <ds@schleef.org>
11467
11468         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
11469         serious?  (Fixed, obviously.)
11470
11471 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11472
11473         * po/LINGUAS:
11474         * po/cs.po:
11475           added Czech translation (Miloslav Trmac)
11476
11477 2004-07-05  Wim Taymans  <wim@fluendo.com>
11478
11479         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
11480         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
11481         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
11482         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
11483         (close_link), (type_found), (gst_decode_bin_set_property),
11484         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
11485         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
11486         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
11487         (gst_decode_bin_query), (plugin_init):
11488         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
11489         (gst_play_bin_class_init), (gst_play_bin_init),
11490         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
11491         (get_video_element), (new_pad), (setup_source),
11492         (gst_play_bin_set_property), (gst_play_bin_get_property),
11493         (gst_play_bin_change_state), (gst_play_bin_add_element),
11494         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
11495         (gst_play_bin_send_event), (gst_play_bin_get_formats),
11496         (gst_play_bin_convert), (gst_play_bin_get_query_types),
11497         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
11498         * gst/playback/test.c: (main):
11499         More fixes, cleaned up playbin, make it use decodebin. Added
11500         threaded property to playbin.
11501
11502 2004-07-05  Wim Taymans  <wim@fluendo.com>
11503
11504         * configure.ac:
11505         * gst/playback/Makefile.am:
11506         * gst/playback/decodetest.c: (main):
11507         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
11508         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
11509         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
11510         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
11511         (close_link), (type_found), (gst_decode_bin_set_property),
11512         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
11513         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
11514         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
11515         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
11516         (plugin_init):
11517         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
11518         (gst_play_bin_class_init), (gst_play_bin_init),
11519         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
11520         (collect_sink_pads), (find_compatibles), (close_pad_link),
11521         (try_to_link_1), (new_pad), (close_link), (type_found),
11522         (setup_source), (gst_play_bin_set_property),
11523         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
11524         (compare_ranks), (gst_play_bin_collect_factories),
11525         (gst_play_bin_change_state), (gst_play_bin_add_element),
11526         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
11527         (gst_play_bin_send_event), (gst_play_bin_get_formats),
11528         (gst_play_bin_convert), (gst_play_bin_get_query_types),
11529         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
11530         * gst/playback/test.c: (main):
11531         Added some playback helper elements and some test apps, very alpha
11532         still.
11533
11534 2004-07-04  Benjamin Otte  <otte@gnome.org>
11535
11536         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
11537           only restart audio when we indeed have an xrun to fix repeated
11538           xruns. Fix suggested by Giuliano Pochini.
11539
11540 2004-07-03  David Schleef  <ds@schleef.org>
11541
11542         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
11543         call to gst_debug_log() if debugging is disabled (bug #145118)
11544
11545 2004-07-03  Benjamin Otte  <otte@gnome.org>
11546
11547         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
11548           use our own functions for restarting the alsa device.
11549         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11550           I should apply patches myself - use MIN for the third argument, not
11551           the second, this fixes seeking
11552
11553 2004-07-02  David Schleef  <ds@schleef.org>
11554
11555         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
11556         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
11557         do with the logic.
11558
11559 2004-07-02  David Schleef  <ds@schleef.org>
11560
11561         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
11562         output buffers.  Fix logic mistake.  (bug #144866)
11563
11564 2004-07-02  David Schleef  <ds@schleef.org>
11565
11566         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
11567         on X.  (bug #144753)
11568
11569 2004-07-02  David Schleef  <ds@schleef.org>
11570
11571         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
11572         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
11573         (bug #144624)
11574         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
11575         (gst_osselement_rate_probe_check): Add another workaround for
11576         buggy drivers (bug #145336)
11577
11578 2004-07-02  David Schleef  <ds@schleef.org>
11579
11580         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
11581         Most systems don't have MSG_NOSIGNAL.
11582
11583 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11584
11585         * Makefile.am:
11586         * gst-libs/gst/colorbalance/Makefile.am:
11587         * gst-libs/gst/mixer/Makefile.am:
11588         * gst-libs/gst/play/Makefile.am:
11589         * gst-libs/gst/tuner/Makefile.am:
11590           (hopefully) fix both install and dist and make error message useful.
11591           needs testing across automakes.
11592
11593 2004-07-02  Benjamin Otte  <otte@gnome.org>
11594
11595         * ext/ogg/gstogg.c: (plugin_init):
11596           we require bytestream now
11597         * ext/ogg/gstoggdemux.c:
11598           huge diff to implement chain setup in a fast and generic way. This
11599           improves tag reading and startup of huge files (read: Theora videos)
11600           quite a bit. It probably contains bugs, too, so please test.
11601           Seeking is not improved to the fast method.
11602
11603 2004-06-29  Wim Taymans  <wim@fluendo.com>
11604
11605         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11606         * ext/ogg/gstoggmux.c:
11607         Fix memleak in oggdemux when running unconnected pads.
11608         doc update in mux, start working on keyframe mode.
11609
11610 2004-06-29  Benjamin Otte  <otte@gnome.org>
11611
11612         * sys/oss/gstosssink.c:
11613         * sys/oss/gstosssrc.c:
11614           advertise correct template caps - we indeed do non-native endianness
11615           and 8bit audio has no endianness
11616         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
11617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
11618           avoid (wrong) duplications in getcaps function and return
11619           template caps
11620
11621 2004-06-29  Wim Taymans  <wim@fluendo.com>
11622
11623         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
11624         (gst_multifdsink_class_init), (gst_multifdsink_add),
11625         (gst_multifdsink_remove), (gst_multifdsink_clear),
11626         (gst_multifdsink_client_remove),
11627         (gst_multifdsink_handle_client_read),
11628         (gst_multifdsink_client_queue_data),
11629         (gst_multifdsink_client_queue_caps),
11630         (gst_multifdsink_client_queue_buffer),
11631         (gst_multifdsink_handle_client_write),
11632         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11633         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
11634         (gst_multifdsink_init_send), (gst_multifdsink_close):
11635         Fix wrong GList iteration that could crash the server when
11636         more then 2 clients disconnect at the same time. Read all the
11637         pending commands in one batch to recover from command storms under
11638         very heavy load.
11639
11640 2004-06-28  Wim Taymans  <wim@fluendo.com>
11641
11642         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
11643         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
11644         (gst_videomixer_pad_set_property),
11645         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
11646         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
11647         (gst_videomixer_class_init), (gst_videomixer_init),
11648         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
11649         (pad_zorder_compare), (gst_videomixer_sort_pads),
11650         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
11651         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
11652         (gst_videomixer_update_queues), (gst_videomixer_loop),
11653         (plugin_init):
11654         Avoid divide by zero, choose masterpad as the pad with the highest
11655         framerate.
11656
11657 2004-06-27  Julien Moutte  <julien@moutte.net>
11658
11659         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
11660         (gst_ximagesink_xwindow_new):
11661         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
11662         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
11663         function directly. We might want to call it from somewhere else one day.
11664
11665 2004-06-27  Julien Moutte  <julien@moutte.net>
11666
11667         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
11668         (gst_ximagesink_xwindow_new):
11669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
11670         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
11671         window decorations.
11672
11673 2004-06-27  Wim Taymans  <wim@fluendo.com>
11674
11675         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
11676         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
11677         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
11678         (gst_dvdec_set_property), (gst_dvdec_get_property):
11679         * ext/dv/gstdvdec.h:
11680         Implement drop_factor property to lower the framerate with
11681         a factor.
11682
11683 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11684
11685         * gst-libs/gst/colorbalance/Makefile.am:
11686         * gst-libs/gst/mixer/Makefile.am:
11687         * gst-libs/gst/play/Makefile.am:
11688         * gst-libs/gst/tuner/Makefile.am:
11689           unbreak Company's fix that didn't install the -enum.h files
11690
11691 2004-06-27  Wim Taymans  <wim@fluendo.com>
11692
11693         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
11694         (gst_dvdec_change_state):
11695         * ext/dv/gstdvdec.h:
11696         Fix timestamp, duration and offset of the buffers.
11697
11698 2004-06-27  Wim Taymans  <wim@fluendo.com>
11699
11700         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
11701         (gst_multifdsink_class_init), (gst_multifdsink_add),
11702         (gst_multifdsink_remove), (gst_multifdsink_clear),
11703         (gst_multifdsink_client_remove),
11704         (gst_multifdsink_handle_client_read),
11705         (gst_multifdsink_client_queue_data),
11706         (gst_multifdsink_client_queue_caps),
11707         (gst_multifdsink_client_queue_buffer),
11708         (gst_multifdsink_handle_client_write),
11709         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11710         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
11711         (gst_multifdsink_init_send), (gst_multifdsink_close):
11712         * gst/tcp/gstmultifdsink.h:
11713         * gst/tcp/gsttcpserversink.c:
11714         (gst_tcpserversink_handle_server_read),
11715         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
11716         More multifdsink fixes, more recovery policy fixes.
11717         Removed stupid g_print
11718
11719 2004-06-26  Wim Taymans  <wim@fluendo.com>
11720
11721         * gst/tcp/Makefile.am:
11722         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
11723         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
11724         (gst_multifdsink_class_init), (gst_multifdsink_init),
11725         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
11726         (gst_multifdsink_handle_client_read),
11727         (gst_multifdsink_client_queue_data),
11728         (gst_multifdsink_client_queue_caps),
11729         (gst_multifdsink_client_queue_buffer),
11730         (gst_multifdsink_handle_client_write),
11731         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11732         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
11733         (gst_multifdsink_chain), (gst_multifdsink_set_property),
11734         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11735         (gst_multifdsink_close), (gst_multifdsink_change_state):
11736         * gst/tcp/gstmultifdsink.h:
11737         * gst/tcp/gsttcpplugin.c: (plugin_init):
11738         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
11739         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
11740         (gst_tcpserversink_handle_server_read),
11741         (gst_tcpserversink_handle_select),
11742         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
11743         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
11744         * gst/tcp/gsttcpserversink.h:
11745         Added multifdsink, made tcpserversink a subclass of fdsink, removed
11746         one of the locks, added recovery policy to multifdsink.
11747
11748 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11749
11750         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
11751           fix decision for when getting frames with same timestamp
11752         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
11753         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
11754         (gst_v4lsrc_get_property):
11755         * sys/v4l/gstv4lsrc.h:
11756           add latency offset property
11757
11758 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11759
11760         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
11761         (plugin_init):
11762           fix debugging. add category.
11763
11764 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11765
11766         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
11767           fix wrong offsets
11768
11769 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11770
11771         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
11772         (gst_alsa_src_get_time), (gst_alsa_src_loop),
11773         (gst_alsa_src_change_state):
11774           return a time that is in sync with the element's processing
11775
11776 2004-06-25  Wim Taymans  <wim@fluendo.com>
11777
11778         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11779         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11780         (gst_tcpserversink_client_remove),
11781         (gst_tcpserversink_handle_client_read),
11782         (gst_tcpserversink_client_queue_data),
11783         (gst_tcpserversink_client_queue_caps),
11784         (gst_tcpserversink_client_queue_buffer),
11785         (gst_tcpserversink_handle_client_write),
11786         (gst_tcpserversink_queue_buffer),
11787         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
11788         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
11789         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
11790         (gst_tcpserversink_close):
11791         * gst/tcp/gsttcpserversink.h:
11792         Serversink rewrite. Really do non blocking writes to clients and
11793         maintain an internal queue to handle slower clients while not
11794         disturbing fast clients.
11795
11796 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11797
11798         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
11799           better debug, don't override OFFSET and OFFSET_END
11800
11801 2004-06-25  Iain <iain@prettypeople.org>
11802
11803         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
11804         name=source for the wavparse pipeline.
11805
11806 2004-06-24  Johan Dahlin  <johan@gnome.org>
11807
11808         * ext/theora/theoraenc.c (theora_enc_chain): Call
11809         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
11810         streamheader caps are set correctly.
11811
11812 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11813
11814         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
11815         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
11816           respect minimum bitrate; same could be done for max bitrate
11817
11818 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11819
11820         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
11821         (gst_vorbisenc_setup):
11822           fix sample rate range
11823
11824 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11825
11826         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
11827         (gst_oggvorbisenc_setup):
11828         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
11829         (gst_vorbisenc_setup):
11830           resolve ambiguities in code and description
11831
11832 2004-06-24  Wim Taymans  <wim@fluendo.com>
11833
11834         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
11835         * ext/alsa/gstalsa.h:
11836         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
11837         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
11838         Use alsa trigger_tstamp to get the timestamp of the first
11839         sample in the buffer for more precise sync. Some cleanups.
11840
11841 2004-06-24  Wim Taymans  <wim@fluendo.com>
11842
11843         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
11844         (gst_audiorate_init), (gst_audiorate_chain),
11845         (gst_audiorate_set_property), (gst_audiorate_get_property):
11846         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
11847         (gst_videorate_chain):
11848         Added some logging, fixed an overflow bug in videorate.
11849
11850 2004-06-24  Benjamin Otte  <otte@gnome.org>
11851
11852         * ext/kio/Makefile.am:
11853           fix for builddir != srcdir and distcheck
11854
11855 2004-06-24  Benjamin Otte  <otte@gnome.org>
11856
11857         * gst-libs/gst/colorbalance/Makefile.am:
11858         * gst-libs/gst/mixer/Makefile.am:
11859         * gst-libs/gst/play/Makefile.am:
11860         * gst-libs/gst/tuner/Makefile.am:
11861         * gst/tcp/Makefile.am:
11862         * sys/dxr3/Makefile.am:
11863           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
11864           tarball.
11865           Also add all *.list files that were missing.
11866         * Makefile.am:
11867           add a distcheck hook to ensure the above doesn't happen again.
11868
11869 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
11870
11871         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
11872
11873 2004-06-23  Colin Walters  <walters@redhat.com>
11874
11875         * m4/Makefile.am: Distribute gst-fionread.m4.
11876
11877 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11878
11879         * configure.ac: back to dev
11880
11881 2004-06-23  Wim Taymans  <wim@fluendo.com>
11882
11883         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
11884         (gst_alsa_xrun_recovery):
11885         * ext/alsa/gstalsa.h:
11886         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
11887         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
11888         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
11889         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
11890         (gst_alsa_src_loop):
11891         Add clock to alsasrc. Take new capture timestamp when
11892         restarting after an overrun. Split up some functions between
11893         alsasrc and alsasink.
11894
11895 === release 0.8.2 ===
11896
11897 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11898
11899         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
11900         (gst_alsa_change_state), (gst_alsa_update_avail),
11901         (gst_alsa_xrun_recovery):
11902         * ext/alsa/gstalsa.h:
11903         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11904           merge back changes from release
11905
11906 2004-06-23  Wim Taymans  <wim@fluendo.com>
11907
11908         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
11909         (gst_audiorate_init), (gst_audiorate_chain),
11910         (gst_audiorate_set_property), (gst_audiorate_get_property):
11911         Implement sample dropping and notify
11912
11913 2004-06-22  Wim Taymans  <wim@fluendo.com>
11914
11915         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11916         (theora_enc_sink_link), (theora_buffer_from_packet),
11917         (theora_push_packet), (theora_enc_chain):
11918         Some cleanups, make sure the timestamps are correct.
11919
11920 2004-06-22  Wim Taymans  <wim@fluendo.com>
11921
11922         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
11923         (gst_alsa_change_state), (gst_alsa_update_avail),
11924         (gst_alsa_xrun_recovery):
11925         * ext/alsa/gstalsa.h:
11926         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
11927         Cleanups, take queued samples into account when reporting
11928         the time.
11929
11930 2004-06-22  Wim Taymans  <wim@fluendo.com>
11931
11932         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
11933         (gst_videorate_init):
11934         Initialize the property as well.
11935
11936 2004-06-22  Wim Taymans  <wim@fluendo.com>
11937
11938         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
11939         (gst_videorate_init), (gst_videorate_chain),
11940         (gst_videorate_set_property), (gst_videorate_get_property):
11941         Add property to make videorate silent.
11942         Add property to prefer new frames over old ones.
11943
11944 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11945
11946         * sys/osxvideo/Makefile.am:
11947         Workaround so that the osxvideo .so file gets linked with the
11948         Cocoa, OpenGL and QuickTime frameworks
11949
11950 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11951
11952         * sys/osxaudio/Makefile.am:
11953         Workaround so that the osxaudio .so file gets linked with the
11954         CoreAudio framework
11955
11956 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11957
11958         * configure.ac:
11959         Whoops, my fault...fixed build issues
11960
11961 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11962
11963         * configure.ac:
11964         Add objective-c support if running in Darwin/Mac OS X
11965         * sys/Makefile.am:
11966         * sys/osxvideo:
11967         * sys/osxvideo/Makefile.am:
11968         * sys/osxvideo/osxvideosink.h:
11969         * sys/osxvideo/osxvideosink.m:
11970         * sys/osxvideo/cocoawindow.h:
11971         * sys/osxvideo/cocoawindow.m:
11972         Add osxvideosink, a cocoa-based osx video sink
11973
11974
11975 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
11976         * ext/dvdnav/gst-dvd:
11977         Grab the gconf key from the right spot
11978         * gst/debug/gstnavseek.c: (gst_navseek_init),
11979         (gst_navseek_segseek), (gst_navseek_handle_src_event),
11980         (gst_navseek_chain):
11981         * gst/debug/gstnavseek.h:
11982           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
11983           and loop parameters of a segment seek.
11984         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
11985         (gst_videotestsrc_get_event_masks),
11986         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
11987         * gst/videotestsrc/gstvideotestsrc.h:
11988           Add seeking support to videotestsrc
11989           Initialise the timestamp_offset variable.
11990
11991 2004-06-18  Wim Taymans  <wim@fluendo.com>
11992
11993         * ext/sidplay/gstsiddec.cc:
11994         Fix negotiation and set correct end offset.
11995
11996 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
11997
11998         * configure.ac: branch and prerelease
11999
12000 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12001
12002         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
12003         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
12004         (gst_tcpclientsrc_init_receive):
12005         * gst/tcp/gsttcpclientsrc.h:
12006           read caps when connecting to server for GDP so we set them correctly
12007
12008 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12009
12010         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
12011           notify drops and duplicates
12012         * gst/videoscale/videoscale.c: (videoscale_get_structure):
12013           no good reason to limit ourselves to 100x100
12014
12015 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12016
12017         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
12018         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
12019         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
12020         (gst_v4lsrc_get_property):
12021         * sys/v4l/gstv4lsrc.h:
12022         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
12023         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
12024         (gst_v4l_set_audio):
12025         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
12026         (gst_v4lsrc_try_capture):
12027         * sys/v4l/v4lsrc_calls.h:
12028           change try_palette to more general try_capture
12029           add autoprobe option so we can turn off autoprobing
12030           various fixes
12031
12032 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12033
12034         * configure.ac:
12035           add videorate
12036         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
12037         (gst_ximagesink_class_init):
12038         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
12039         (gst_xvimagesink_class_init):
12040           run them as finalize, not dispose, since dispose can be invoked
12041           multiple times
12042
12043 2004-06-17  Wim Taymans  <wim@fluendo.com>
12044
12045         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
12046         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
12047         * ext/alsa/gstalsa.h:
12048         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
12049         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
12050         (gst_alsa_src_change_state):
12051         * ext/alsa/gstalsasrc.h:
12052         Make the xrun code timestamp and offset the buffers correctly.
12053         moved the clock to the base class, use alsa methods to get time.
12054         Do correct timestamping on outgoing buffers.
12055
12056 2004-06-17  Wim Taymans  <wim@fluendo.com>
12057
12058         * gst/audiorate/Makefile.am:
12059         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
12060         (gst_audiorate_base_init), (gst_audiorate_class_init),
12061         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
12062         (gst_audiorate_set_property), (gst_audiorate_get_property),
12063         (gst_audiorate_change_state), (plugin_init):
12064         Added an audiorate converter that fills in gaps.
12065
12066 2004-06-17  Johan Dahlin  <johan@gnome.org>
12067
12068         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
12069
12070 2004-06-16  Wim Taymans  <wim@fluendo.com>
12071
12072         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
12073         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
12074         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
12075         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
12076         (gst_v4lsrc_get_property):
12077         * sys/v4l/gstv4lsrc.h:
12078         Added a copy mode to v4lsrc where it will output a copied version
12079         of its internal hardware buffer.
12080         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
12081         can't | them.
12082
12083 2004-06-16  Wim Taymans  <wim@fluendo.com>
12084
12085         * sys/oss/gstosssrc.c: (gst_osssrc_get):
12086         Timestamp fixes.
12087
12088 2004-06-16  Wim Taymans  <wim@fluendo.com>
12089
12090         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
12091         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
12092         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
12093         (gst_v4lsrc_get_property):
12094         * sys/v4l/gstv4lsrc.h:
12095         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
12096         Added a sync mode enum property to control v4lsrc timestamp method
12097         Removed the use-fixed-fps property and moved functionality in
12098         the enum.
12099         Don't error on an error value from v4l-conf, it might not always
12100         be a real error.
12101
12102 2004-06-16  Wim Taymans  <wim@fluendo.com>
12103
12104         * gst/videorate/Makefile.am:
12105         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
12106         (gst_videorate_base_init), (gst_videorate_class_init),
12107         (gst_videorate_getcaps), (gst_videorate_link),
12108         (gst_videorate_init), (gst_videorate_chain),
12109         (gst_videorate_set_property), (gst_videorate_get_property),
12110         (gst_videorate_change_state), (plugin_init):
12111         Added a video timestamp corrector.
12112
12113 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12114
12115         fixed a potential leak with previous commit
12116
12117         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
12118
12119 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12120
12121         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
12122         Added missing refcount, fixes bug #144425
12123         Cheers Tim for finding the bug
12124
12125 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12126
12127         * sys/v4l/gstv4l.c: (plugin_init):
12128         * sys/v4l/gstv4lcolorbalance.c:
12129         * sys/v4l/gstv4lcolorbalance.h:
12130         * sys/v4l/gstv4lelement.c:
12131         * sys/v4l/gstv4lelement.h:
12132         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
12133         * sys/v4l/gstv4lmjpegsink.h:
12134         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
12135         * sys/v4l/gstv4lmjpegsrc.h:
12136         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
12137         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
12138         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
12139         * sys/v4l/gstv4lsrc.h:
12140         * sys/v4l/gstv4ltuner.c:
12141         * sys/v4l/gstv4ltuner.h:
12142         * sys/v4l/gstv4lxoverlay.c:
12143         * sys/v4l/gstv4lxoverlay.h:
12144         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
12145         (gst_v4l_set_window), (gst_v4l_enable_overlay):
12146         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
12147         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
12148         (gst_v4l_set_audio):
12149         * sys/v4l/v4l_calls.h:
12150         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
12151         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
12152         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
12153         (gst_v4lmjpegsink_playback_init),
12154         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
12155         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
12156         (gst_v4lmjpegsink_playback_stop),
12157         (gst_v4lmjpegsink_playback_deinit):
12158         * sys/v4l/v4lmjpegsink_calls.h:
12159         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
12160         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
12161         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
12162         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
12163         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
12164         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
12165         * sys/v4l/v4lmjpegsrc_calls.h:
12166         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
12167         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
12168         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
12169         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
12170         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
12171         (gst_v4lsrc_try_palette):
12172         * sys/v4l/v4lsrc_calls.h:
12173           bunch of paranoia cleanups
12174
12175 2004-06-14  David Schleef  <ds@schleef.org>
12176
12177         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
12178         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
12179         Send discont events and change timestamps appropriately when
12180         we get a seek event.  (bug #144240)
12181         * ext/cdparanoia/gstcdparanoia.h:
12182
12183 2004-06-14  Benjamin Otte  <otte@gnome.org>
12184
12185         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
12186           snd_pcm_hw_params_set_rate  since the latter fails for no good
12187           reason on some setups.
12188
12189 2004-06-14  David Schleef  <ds@schleef.org>
12190
12191         * gst/volume/demo.c: (value_changed_callback): exp10() is not
12192         standard.  Thank you for playing.
12193
12194 2004-06-14  Wim Taymans  <wim@fluendo.com>
12195
12196         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
12197         Patch 1.3 broke the ordering of the colorspace info and
12198         made the plugin basically work by coincidence, reordered
12199         the info.
12200
12201 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12202
12203         * ext/lame/gstlame.c:
12204         * ext/mad/gstmad.c:
12205           sync caps.  Make sure mad can only output a list of rates, not
12206           a full range.  In the future, have three caps lists for each of the
12207           mpeg versions.  Change mpegversion to a double as well.
12208
12209 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12210
12211         * gst/volume/.cvsignore:
12212         * gst/volume/Makefile.am:
12213         * gst/volume/demo.c: (value_changed_callback), (idler),
12214         (setup_gui), (main):
12215           added small demo app
12216
12217 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
12218         * ext/esd/esdsink.c: (gst_esdsink_change_state):
12219         * ext/esd/esdsink.h:
12220         Close the esd connection on pause, because esd will just wait -
12221         blocking all other esd clients indefinitely.
12222
12223 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
12224
12225         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
12226           previous commit with GST_DEBUG
12227
12228 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12229
12230         * configure.ac:
12231           add a header check for a dvdread header in dvdnav.  Fixes #133002
12232
12233 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12234
12235         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
12236         * gst/tcp/gsttcpclientsink.h:
12237         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
12238         * gst/tcp/gsttcpclientsrc.h:
12239         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
12240         (gst_tcpserversink_handle_server_read),
12241         (gst_tcpserversink_init_send):
12242         * gst/tcp/gsttcpserversink.h:
12243         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
12244         * gst/tcp/gsttcpserversrc.h:
12245         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
12246         version of IP)
12247
12248 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12249
12250         * configure.ac:
12251         Added ogg library so that OSX detects libtheora properly
12252
12253 2004-06-11  Wim Taymans  <wim@fluendo.com>
12254
12255         * ext/theora/theoradec.c: (theora_dec_chain),
12256         (theora_dec_change_state):
12257         Don't try to decode frames before we received a keyframe.
12258
12259 2004-06-11  Wim Taymans  <wim@fluendo.com>
12260
12261         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
12262         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
12263         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
12264         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
12265         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
12266         Added property to set the maximum delay of a page.
12267
12268 2004-06-10  Wim Taymans  <wim@fluendo.com>
12269
12270         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
12271         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
12272         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
12273         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
12274         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
12275         Added max-delay property to control the maximum amount
12276         of data to put in one page.
12277
12278 2004-06-10  Wim Taymans  <wim@fluendo.com>
12279
12280         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12281         (gst_theora_enc_init), (theora_enc_sink_link),
12282         (theora_buffer_from_packet), (theora_enc_set_property),
12283         (theora_enc_get_property):
12284         Set duration on encoded buffer, added some more properties
12285
12286 2004-06-10  Wim Taymans  <wim@fluendo.com>
12287
12288         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12289         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
12290         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
12291         * ext/theora/theoraenc.c: (theora_enc_chain):
12292         Fix refcounting bugs
12293
12294 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12295
12296         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
12297         (gst_asf_demux_loop), (gst_asf_demux_process_file),
12298         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
12299         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
12300         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
12301         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
12302         (gst_asf_demux_change_state):
12303         * gst/asfdemux/gstasfdemux.h:
12304           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
12305           feels like. I think we should set a new requirement for demuxers
12306           from now on to implement sane loop functions, data loops, query
12307           and seek functions before first commit into CVS. And this commit
12308           fixes all of the above.
12309
12310 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
12311
12312         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
12313           vorbis comments are properly encoded in UTF-8 before adding them
12314           to a GstTagList
12315
12316 2004-06-09  Benjamin Otte  <otte@gnome.org>
12317
12318         * ext/alsa/gstalsa.c: (add_channels):
12319           handle min <= max correctly
12320         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
12321         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
12322           add fixation functions so we fixate correctly. No preferring of alaw
12323           anymore because it's the first structure.
12324         * ext/alsa/gstalsa.h:
12325         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
12326         (gst_alsa_hw_params_dump):
12327           add functions to ease debugging in alsalib
12328         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
12329         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
12330         (gst_alsa_start_audio):
12331           only specify hw params if we really setup a format (fixes #134007 -
12332           or at least works around it)
12333
12334 2004-06-09  Wim Taymans  <wim@fluendo.com>
12335
12336         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
12337         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
12338         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
12339         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
12340         (gst_ogg_mux_loop):
12341         Use stream caps to setup the initial pages in the ogg stream.
12342         Correctly set the streamheader caps on the srcpad.
12343
12344 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12345
12346         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
12347         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
12348         (gst_v4lsrc_getcaps):
12349         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
12350         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
12351           add querying of fps lists for webcams.  Negotiating to a framerate
12352           now works.
12353
12354 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12355
12356         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
12357         (theora_push_buffer), (theora_push_packet),
12358         (theora_set_header_on_caps), (theora_enc_chain):
12359           mark buffers and put on streamheader, raw theora streaming
12360           now works too, whee
12361
12362 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12363
12364         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
12365         (gst_tcp_gdp_read_caps):
12366           do a looping read for caps and GDP headers too
12367
12368 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12369
12370         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
12371         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
12372           return EOS instead of NULL in _get
12373
12374 2004-06-08  Wim Taymans  <wim@fluendo.com>
12375
12376         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
12377         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
12378         (gst_tcp_gdp_write_caps):
12379         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
12380         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
12381         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
12382         Memory leak fixes
12383
12384 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12385
12386         * ext/vorbis/Makefile.am:
12387         * ext/vorbis/vorbis.c: (plugin_init):
12388         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
12389         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
12390         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
12391         (vorbis_parse_change_state):
12392         * ext/vorbis/vorbisparse.h:
12393           adding a vorbisparse element that marks the buffers, streaming
12394           raw vorbis using GDP now works, whee
12395
12396 2004-06-08  Wim Taymans  <wim@fluendo.com>
12397
12398         * ext/jpeg/Makefile.am:
12399         * ext/jpeg/README:
12400         * ext/jpeg/gstjpeg.c: (plugin_init):
12401         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
12402         (gst_smokedec_base_init), (gst_smokedec_class_init),
12403         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
12404         * ext/jpeg/gstsmokedec.h:
12405         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
12406         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
12407         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
12408         (gst_smokeenc_resync), (gst_smokeenc_chain),
12409         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
12410         * ext/jpeg/gstsmokeenc.h:
12411         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
12412         (smokecodec_flush_destination), (smokecodec_term_destination),
12413         (smokecodec_init_source), (smokecodec_fill_input_buffer),
12414         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
12415         (smokecodec_term_source), (smokecodec_encode_new),
12416         (smokecodec_decode_new), (smokecodec_info_free),
12417         (smokecodec_set_quality), (smokecodec_get_quality),
12418         (smokecodec_set_threshold), (smokecodec_get_threshold),
12419         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
12420         (find_best_size), (abs_diff), (put), (smokecodec_encode),
12421         (smokecodec_parse_header), (smokecodec_decode):
12422         * ext/jpeg/smokecodec.h:
12423         Added a new simple jpeg based codec
12424
12425 2004-06-08  Wim Taymans  <wim@fluendo.com>
12426
12427         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
12428         (gst_multipart_mux_loop):
12429         Fix memory leak
12430
12431 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12432
12433         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
12434         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
12435         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
12436         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
12437         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
12438         * gst/tcp/gsttcpserversink.h:
12439           take streamheader into account
12440
12441 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12442
12443         * gst/level/Makefile.am:
12444         * gst/level/gstlevel.c: (gst_level_class_init):
12445           clean up marshal generation
12446
12447 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12448
12449         * gst/tcp/Makefile.am:
12450         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
12451         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
12452         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
12453         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
12454         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
12455         (gst_tcpclientsrc_get_property):
12456         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
12457         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
12458         (gst_tcpserversink_handle_client_read),
12459         (gst_tcpserversink_handle_client_write),
12460         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
12461         * gst/tcp/gsttcpserversink.h:
12462           add signals client-added and client-removed
12463         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
12464         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
12465         (gst_tcpserversrc_get_property):
12466         uniformized, change default protocol to NONE
12467         * gst/tcp/gsttcp-marshal.list: added
12468 2004-06-07  Benjamin Otte  <otte@gnome.org>
12469
12470         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12471           handle discont events if they happen before caps nego
12472
12473 2004-06-07  Wim Taymans  <wim@fluendo.com>
12474
12475         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12476         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
12477         (gst_multipart_demux_plugin_init):
12478         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
12479         (gst_multipart_mux_init), (gst_multipart_mux_loop),
12480         (gst_multipart_mux_change_state):
12481         Small updates, fix a memleak
12482
12483 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12484
12485         * configure.ac: OSS portability
12486         * ext/arts/gst_arts.c: idem
12487         * sys/oss/gstosselement.c: idem
12488         * sys/oss/gstossmixer.c: idem
12489         * sys/oss/gstosssink.c: idem
12490         * sys/oss/gstosssrc.c: idem
12491         * sys/oss/oss_probe.c: idem
12492           - check for soundcard.h in different places for some BSD
12493
12494 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
12495
12496         * AUTHORS:
12497         Add me to the authors file
12498         * configure.ac:
12499         Increase the libdv requirement to >= version 0.100
12500         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
12501         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
12502         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
12503         * ext/dv/gstdvdec.h:
12504         Add support for the new_media flag when sending DISCONT events
12505         Make the querying work when video pad is not linked
12506
12507 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12508
12509         reviewed by Benjamin Otte  <otte@gnome.org>
12510
12511         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
12512           create a NULL-initialized array of pads, so we don't think they
12513           exist already. (fixes #143130)
12514
12515 2004-06-07  Benjamin Otte  <otte@gnome.org>
12516
12517         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
12518         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
12519         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
12520           don't use // coments
12521
12522 2004-06-07  Benjamin Otte  <otte@gnome.org>
12523
12524         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
12525           cast to GstClockTime to get higher granularity
12526         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12527           use gst_element_set_time_delay to get the exact time
12528         * ext/mad/gstmad.c: (gst_mad_chain):
12529           use the negotiated rate instead of the current frame's rate which
12530           might be wrong because of bit errors. This avoids emitting totally
12531           bogus timestamps and screwing sync.
12532         (fixes #143454)
12533
12534 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12535
12536         reviewed by Benjamin Otte  <otte@gnome.org>
12537
12538         * gst/adder/gstadder.c: (gst_adder_loop):
12539           properly error out when no negotiation has happened yet. (fixes
12540           #143032)
12541
12542 2004-06-06  Benjamin Otte  <otte@gnome.org>
12543
12544         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
12545           forward correctly transformed offset in discont events. Based on
12546           patch by Arwed v. Merkatz. (fixes #142851)
12547
12548 2004-06-06  David Schleef  <ds@schleef.org>
12549
12550         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
12551         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
12552         problems on several systems.
12553
12554 2004-06-06  Benjamin Otte  <otte@gnome.org>
12555
12556         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12557           use explicit caps on the srcpad
12558         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12559           properly error out if caps couldn't be set (fixes #142764)
12560
12561 2004-06-06  Benjamin Otte  <otte@gnome.org>
12562
12563         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
12564         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
12565         (gst_alsa_start_audio):
12566           - don't call set_periods_integer anymore, it breaks the
12567           configuration randomly
12568           - call snd_pcm_hw_params_set_access directly instead of using masks
12569           - don't fail if the sw_params can't be set, just use the default
12570           params and hope it works. Alsalib has weird issues when you touch
12571           sw_params and does no proper error reporting about what failed.
12572         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
12573         (gst_alsa_close_audio):
12574           make our alsa debugging go via gst debugging and not conditionally
12575           defined
12576         * ext/alsa/gstalsa.h:
12577           add ALSA_DEBUG_FLUSH macro
12578         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
12579         (plugin_init):
12580           wrap alsa errors to be printed via the gst debugging system and not
12581           spammed to stderr
12582
12583 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12584
12585         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
12586         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
12587         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
12588         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
12589         (qtdemux_parse_trak):
12590         * gst/qtdemux/qtdemux.h:
12591           Bitch. Also known as seeking, querying & co.
12592         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
12593         (gst_osssink_change_state):
12594         * sys/oss/gstosssink.h:
12595           Resyncing is for weenies, this hack is no longer needed and was
12596           broken anyway (since it - unintendedly - always leaves resync to
12597           TRUE).
12598
12599 2004-06-05  Andrew Turner <zxombie@hotpop.com>
12600
12601         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
12602         * gst/tcp/gsttcpclientsrc.h: idem
12603           - define MSG_NOSIGNAL if not done
12604           - include unistd.h for off_t
12605           (fixes #143749)
12606
12607 2004-06-05  Benjamin Otte  <otte@gnome.org>
12608
12609         * configure.ac:
12610         * ext/kio/Makefile.am:
12611           check for qt's moc preprocessor explicitly and use it
12612
12613 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12614
12615         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12616           don't get a signal for EPIPE on socket writes
12617           (somebody check if this works on other platforms)
12618
12619 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12620
12621         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
12622         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
12623           check error condition on available samples correctly
12624
12625 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12626
12627         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
12628           avoid a segfault
12629         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
12630         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
12631         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
12632         (gst_tcpserversrc_gdp_read_header):
12633          use ssize_t over size_t since the former is signed and thus the
12634          check for error codes can work
12635
12636 2004-06-02  Wim Taymans  <wim@fluendo.com>
12637
12638         reviewed by: Johan
12639
12640         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
12641         (gst_multipart_mux_loop):
12642         Oops
12643
12644 2004-06-02  Wim Taymans  <wim@fluendo.com>
12645
12646         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
12647         (gst_multipart_mux_init), (gst_multipart_mux_loop),
12648         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
12649         (gst_multipart_mux_change_state):
12650         Added configurable boundary specifier, added the value as a
12651         caps field as well.
12652
12653 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12654
12655         * gst/tcp/gsttcp.c:
12656         * gst/tcp/gsttcpclientsrc.c:
12657         * gst/tcp/gsttcpclientsrc.h:
12658         * gst/tcp/gsttcpserversrc.c:
12659           - portability fix, to compile on OSX
12660             (fixes #143146)
12661
12662         * sys/osxaudio/gstosxaudioelement.c:
12663         * sys/osxaudio/gstosxaudiosink.c:
12664         * sys/osxaudio/gstosxaudiosrc.c:
12665           - compilation warnings on OSX
12666             (fixes #143153)
12667
12668 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12669
12670         * ext/vorbis/vorbisdec.c : sign warning fixes
12671
12672         * gst-libs/gst/mixer/mixertrack.c :
12673           do no use defines which are glib 2.4 specific
12674
12675 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
12676
12677         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
12678           buffer since libflac doesn't expect it (reports a sync error when
12679           it encounters that)
12680
12681
12682 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
12683
12684         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
12685         * gst-libs/gst/mixer/mixertrack.c:
12686         (gst_mixer_track_get_property), (get_mixer_track_init),
12687         (get_mixer_track_get_property): Added property accessors
12688         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
12689         * gst-libs/gst/mixer/mixeroptions.c:
12690         (gst_mixer_options_get_values): Added
12691         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
12692         * gst-libs/gst/mixer/mixer.c: Fixed comment
12693
12694
12695 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12696
12697         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
12698           improve error messages on open
12699
12700
12701 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12702
12703         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
12704           check if v4l-conf is in path
12705
12706 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12707
12708         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
12709           change assert to a more readable error message
12710
12711 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12712
12713         * gst-libs/gst/tuner/tunerchannel.h:
12714           - add a freq_multiplicator field to make the conversion
12715             between internal frequency unit and Hz
12716         * sys/v4l/gstv4lelement.c:
12717         * sys/v4l2/gstv4l2element.c:
12718           - change default video device to /dev/video0
12719         * sys/v4l/v4l_calls.c:
12720         * sys/v4l2/v4l2_calls.c:
12721           - we only expose frequency to the user in Hz instead of
12722             bastard v4lX unit (either 62.5kHz or 62.5Hz)
12723
12724 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
12725         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12726           Initialise b_o_s and e_o_s variables
12727         * gst-libs/gst/riff/riff-media.c:
12728         (gst_riff_create_video_caps_with_data):
12729           Add some unusual fourcc's from mplayer avi's
12730         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
12731           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
12732           autoplugging.
12733
12734 2004-05-28  Wim Taymans  <wim@fluendo.com>
12735
12736         * configure.ac:
12737         * gst/alpha/Makefile.am:
12738         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12739         (gst_alpha_get_type), (gst_alpha_base_init),
12740         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
12741         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
12742         (gst_alpha_chroma_key), (gst_alpha_chain),
12743         (gst_alpha_change_state), (plugin_init):
12744         A plugin to add an alpha channel to I420 video. Can optionally do
12745         chroma keying.
12746         * gst/multipart/Makefile.am:
12747         * gst/multipart/multipart.c: (plugin_init):
12748         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12749         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12750         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
12751         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
12752         (gst_multipart_demux_change_state),
12753         (gst_multipart_demux_plugin_init):
12754         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
12755         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
12756         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
12757         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
12758         (gst_multipart_mux_pad_unlink),
12759         (gst_multipart_mux_request_new_pad),
12760         (gst_multipart_mux_handle_src_event),
12761         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
12762         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
12763         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
12764         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
12765         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
12766         send multipart jpeg images to a browser.
12767         * gst/videobox/Makefile.am:
12768         * gst/videobox/README:
12769         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
12770         (gst_video_box_get_type), (gst_video_box_base_init),
12771         (gst_video_box_class_init), (gst_video_box_init),
12772         (gst_video_box_set_property), (gst_video_box_get_property),
12773         (gst_video_box_sink_link), (gst_video_box_i420),
12774         (gst_video_box_ayuv), (gst_video_box_chain),
12775         (gst_video_box_change_state), (plugin_init):
12776         Crops or adds borders around an image. can do alpha channel
12777         borders as well.
12778         * gst/videomixer/Makefile.am:
12779         * gst/videomixer/README:
12780         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
12781         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
12782         (gst_videomixer_pad_get_sink_event_masks),
12783         (gst_videomixer_pad_get_property),
12784         (gst_videomixer_pad_set_property),
12785         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
12786         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
12787         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
12788         (gst_videomixer_base_init), (gst_videomixer_class_init),
12789         (gst_videomixer_init), (gst_videomixer_request_new_pad),
12790         (gst_videomixer_handle_src_event),
12791         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
12792         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
12793         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
12794         (gst_videomixer_loop), (gst_videomixer_get_property),
12795         (gst_videomixer_set_property), (gst_videomixer_change_state),
12796         (plugin_init):
12797         Generic video mixer plugin, can handle multiple inputs all with
12798         different framerates and video sizes. Is fully alpha channel
12799         aware.
12800
12801 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12802
12803         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12804           Select first track as master track. Not sure how else to handle
12805           that...
12806         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
12807           Discard discont events. Should fix #142962.
12808
12809 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12810
12811         * ext/alsa/Makefile.am:
12812         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
12813         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
12814         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12815         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
12816         (gst_alsa_mixer_get_option):
12817         * ext/alsa/gstalsamixer.h:
12818         * ext/alsa/gstalsamixeroptions.c:
12819         (gst_alsa_mixer_options_get_type),
12820         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
12821         (gst_alsa_mixer_options_new):
12822         * ext/alsa/gstalsamixeroptions.h:
12823         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
12824         * ext/alsa/gstalsamixertrack.h:
12825           Add enumerations (as GstMixerOptions). Make correct distinction
12826           between input/output tracks. Add capture/playback private flag.
12827           Use flag to decide on whether to set capture or playback volumes
12828           or switches. Use playback and record switches.
12829         * gst-libs/gst/mixer/Makefile.am:
12830         * gst-libs/gst/mixer/mixer-marshal.list:
12831         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
12832         (gst_mixer_set_option), (gst_mixer_get_option),
12833         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
12834         (gst_mixer_volume_changed), (gst_mixer_option_changed):
12835         * gst-libs/gst/mixer/mixer.h:
12836         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
12837         (gst_mixer_options_class_init), (gst_mixer_options_init),
12838         (gst_mixer_options_dispose):
12839         * gst-libs/gst/mixer/mixeroptions.h:
12840           Add GstMixerOptions.
12841         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
12842           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
12843           broken device detection on computers with multiple OSS sound
12844           cards.
12845
12846 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12847
12848         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12849           fixate nicely even when the peer is not negotiating
12850
12851 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12852
12853         * gst/audioconvert/gstaudioconvert.c:
12854         (gst_audio_convert_parse_caps):
12855           make sure we don't allow depth > width
12856         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12857           fixate endianness to G_BYTE_ORDER as default
12858         * gst/audioscale/gstaudioscale.c:
12859           we don't handle another endianness as host-endianness
12860
12861 2004-05-25  David Schleef  <ds@schleef.org>
12862
12863         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
12864
12865 2004-05-24  Benjamin Otte  <otte@gnome.org>
12866
12867         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
12868         (gst_oggvorbisenc_setup):
12869           properly fail when we can't setup the vorbis encoder due to
12870           unsupported settings
12871         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
12872         (gst_vorbisenc_setup):
12873           same
12874         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12875           fix case where warnings occured when one pad was unlinked while the
12876           other's link function was called
12877
12878 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12879
12880         * gst/tcp/Makefile.am:
12881           use GST_ENABLE_NEW
12882
12883 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12884
12885         * gst-libs/gst/resample/private.h:
12886           don't use optimizations that are #if 0'ed
12887
12888 2004-05-24  Wim Taymans  <wim@fluendo.com>
12889
12890         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12891         Fix potential division by zero error and hopefully get
12892         the position query right to get correct timestamps on avi
12893         audio.
12894
12895 2004-05-24  Wim Taymans  <wim@fluendo.com>
12896
12897         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
12898         (gst_videoscale_scale_nearest_str2),
12899         (gst_videoscale_scale_nearest_str4),
12900         (gst_videoscale_scale_nearest_32bit),
12901         (gst_videoscale_scale_nearest_24bit),
12902         (gst_videoscale_scale_nearest_16bit):
12903         Fix the scaling algorithm and avoid a buffer overflow.
12904         removed the while loop in the scaling function as it
12905         was used for point sampling only.
12906
12907 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12908
12909         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
12910         (gst_id3_tag_class_init), (gst_id3_tag_init),
12911         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
12912         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
12913         (gst_id3_tag_send_tag_event):
12914           lots of fixes to make id3mux work and id3demux work correctly
12915
12916 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12917
12918         * ext/Makefile.am:
12919           add rules to build shout2send (was removed by accident
12920           when this module was no more marked experimental/broken)
12921
12922 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12923
12924         * ext/shout2/gstshout2.c:
12925         * ext/shout2/gstshout2.h:
12926           adding a "connection problem" signal to shout2send
12927           (fixes #142954)
12928
12929 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12930
12931         * ext/kio/kioreceiver.cpp:
12932         * ext/kio/kioreceiver.h:
12933           fix sign comparison issues
12934
12935 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12936
12937         * gst/cdxaparse/gstcdxaparse.c:
12938         * gst/cdxaparse/gstcdxaparse.h:
12939           some renaming
12940           add some checks/sanity
12941           prepare for seek addition
12942
12943         * sys/sunaudio/gstsunaudio.c:
12944           remove exported dupe init function
12945
12946 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
12947
12948         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
12949         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
12950           Fix format conversion and position querying.
12951         * gst/debug/progressreport.c: (gst_progressreport_report):
12952           Don't output a bogus total value that we didn't query.
12953         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12954           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
12955           only a blank window after xine has been used.
12956
12957 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12958
12959         * m4/as-arts.m4:
12960           sync with upstream version to fix test on FC2
12961           readd with -ko to preserve Id header
12962
12963 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12964
12965         * configure.ac:
12966           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
12967         * gst/tcp/gsttcpclientsrc.c: idem
12968         * gst/tcp/gsttcpserversink.c: idem
12969         * gst/tcp/gsttcpserversrc.c: idem
12970         * m4/gst-fionread.m4: idem
12971
12972         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
12973
12974         * configure.ac: enable speex plugin for speex 1.1.5+
12975         * ext/speex/gstspeexenc.c: fix cast warning
12976
12977         * ext/esd/README: fix typo
12978
12979 2004-05-20  David Schleef  <ds@schleef.org>
12980
12981         * configure.ac: Minor cosmetic change to convince the buildbot to
12982         reautogen.
12983         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
12984         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
12985         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
12986         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
12987         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
12988         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
12989         More hacking.  Plays audio now.
12990
12991 2004-05-20  David Schleef  <ds@schleef.org>
12992
12993         * configure.ac:
12994         * sys/Makefile.am:
12995
12996 2004-05-20  David Schleef  <ds@schleef.org>
12997
12998         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
12999         * sys/osxaudio/gstosxaudio.c:
13000         * sys/osxaudio/gstosxaudioelement.c:
13001         * sys/osxaudio/gstosxaudioelement.h:
13002         * sys/osxaudio/gstosxaudiosink.c:
13003         * sys/osxaudio/gstosxaudiosink.h:
13004         * sys/osxaudio/gstosxaudiosrc.c:
13005         * sys/osxaudio/gstosxaudiosrc.h:
13006
13007 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13008
13009         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
13010         (gst_vorbisenc_chain):
13011           put the codec headers on the caps as streamheader as well as
13012           pushing them out
13013
13014 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13015
13016         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
13017         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13018         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
13019         split up push_packet into two functions
13020
13021 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13022
13023         * gst/tcp/.cvsignore:
13024           ignore enums
13025         * gst/tcp/Makefile.am:
13026         * gst/tcp/README:
13027         * gst/tcp/gsttcp.c:
13028         * gst/tcp/gsttcp.h:
13029         * gst/tcp/gsttcpclientsink.c:
13030         * gst/tcp/gsttcpclientsink.h:
13031         * gst/tcp/gsttcpclientsrc.c:
13032         * gst/tcp/gsttcpclientsrc.h:
13033         * gst/tcp/gsttcpplugin.c:
13034         * gst/tcp/gsttcpserversink.c:
13035         * gst/tcp/gsttcpserversink.h:
13036         * gst/tcp/gsttcpserversrc.c:
13037         * gst/tcp/gsttcpserversrc.h:
13038           add new tcp elements
13039
13040 2004-05-19  Wim Taymans  <wim@fluendo.com>
13041
13042         * gst/law/mulaw-conversion.c: (mulaw_encode):
13043         Fix overflow bug in ulaw encoding.
13044
13045 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13046
13047         * ext/mad/gstmad.c: (gst_mad_handle_event):
13048           don't unref the event twice
13049
13050 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13051
13052         * configure.ac:
13053           remove -Wno-sign-compare
13054
13055 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13056
13057         * configure.ac:
13058           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
13059           if you want to work against glib 2.2 and 2.4
13060
13061 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13062
13063         * gst/tcp/Makefile.am:
13064         * gst/tcp/gsttcp.c:
13065         * gst/tcp/gsttcp.h:
13066         * gst/tcp/gsttcpsink.h:
13067         * gst/tcp/gsttcpsrc.h:
13068           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
13069
13070 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13071
13072         * gst/debug/tests.c: (md5_get_value):
13073           fix segfault on gst-inspect
13074
13075 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13076
13077         * gst/debug/testplugin.c:
13078         * gst/debug/tests.c:
13079         * gst/debug/tests.h:
13080           add new extensible and configurable testing element. Current tests
13081           include buffer count, stream length, timestamp/duration matching and
13082           md5.
13083         * gst/debug/Makefile.am:
13084         * gst/debug/gstdebug.c: (plugin_init):
13085           add infrastructure for new element
13086
13087 2004-05-19  Johan Dahlin  <johan@gnome.org>
13088
13089         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
13090         ending of the array. Fixes gst-inspect segfault on ppc.
13091
13092 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13093
13094         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
13095
13096         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
13097
13098 2004-05-18  David Schleef  <ds@schleef.org>
13099
13100         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
13101         warnings (bugs, actually) noticed by gcc but not forte.
13102
13103 2004-05-18  David Schleef  <ds@schleef.org>
13104
13105         * sys/sunaudio/Makefile.am:
13106         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
13107
13108 2004-05-18  David Schleef  <ds@schleef.org>
13109
13110         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
13111         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
13112         to allow qtdemux to use non-seekable streams. (bug #142272)
13113
13114 2004-05-18  David Schleef  <ds@schleef.org>
13115
13116         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
13117         (gst_resample_sinc_ft_float): Remove use of static temporary
13118         buffer.  This code was obviously not supposed to last long, but
13119         it's stuck in our ABI, so it required a little hack to make it
13120         ABI-compatible.  Fixes #142585.
13121         * gst-libs/gst/resample/resample.h: same.
13122
13123 2004-05-18  David Schleef  <ds@schleef.org>
13124
13125         * configure.ac: Add sunaudio
13126         * examples/Makefile.am: make gstplay depend on gconf
13127         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
13128         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
13129         (convert_table_lookup), (img_convert): remove c99-isms
13130         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
13131           unsigned, to fix a warning on Solaris
13132         * gst/mpeg1sys/systems.c: bcopy->memcpy
13133         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
13134         * sys/Makefile.am: Add sunaudio
13135
13136 2004-05-18  Wim Taymans  <wim@fluendo.com>
13137
13138         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
13139         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
13140         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
13141         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
13142         (gst_ogg_mux_loop):
13143         Fix an ugly memleak where the muxer didn't flush enough ogg
13144         pages. This also resulted in badly muxed ogg files.
13145
13146 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13147
13148         * gst/asfdemux/asfheaders.c :
13149         * gst/asfdemux/asfheaders.h :
13150         * gst/asfdemux/gstasfdemux.c :
13151           - fix ASF_OBJ_PADDING guid
13152           - add 3 new object guids (language list, metadata,
13153             extended stream properties)
13154           - add a function to parse extended header objects
13155
13156 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13157
13158         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
13159           remove leftover debugging g_print
13160
13161 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13162
13163         * ext/mad/gstmad.c: (gst_mad_handle_event):
13164           Fix for when the first format in a discont event is not a
13165           byte-based one. Should fix #137710.
13166
13167 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13168
13169         * m4/a52.m4 : fix compilation with -Wall -Werror
13170         * m4/libfame.m4 : idem
13171         * m4/libmikmod.m4 : idem
13172
13173 2004-05-17  Benjamin Otte  <otte@gnome.org>
13174
13175         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
13176           signal the new tags before giving up the reference
13177
13178 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13179
13180         * ext/shout2/gstshout2.c:
13181           use application/ogg instead of application/x-ogg (patch by Patrick
13182           Guimond, fixes #142432)
13183         * sys/oss/gstosselement.c: (gst_osselement_reset),
13184         (gst_osselement_sync_parms):
13185           don't set fragment size unless specified (fixes #142493)
13186
13187 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13188
13189         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
13190           fixes #142664
13191
13192 2004-05-17  Benjamin Otte  <otte@gnome.org>
13193
13194         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
13195           compute offsets correctly for internal buffers so timestamps are set
13196           correctly when we can't seek. Also handle cases where there are no
13197           offsets. (based on a patch by David Moore, fixes #142507)
13198
13199 2004-05-17  Benjamin Otte  <otte@gnome.org>
13200
13201         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13202           use correct variable when determining amount of data to skip so we
13203           don't skip into the void and segfault
13204
13205 2004-05-16  Benjamin Otte  <otte@gnome.org>
13206
13207         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
13208           Hi, I'm a memleak
13209
13210 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13211
13212         * gst/asfdemux/gstasfdemux.c:
13213           - fix a mem leak and always propagate tags
13214           - add WMV3 to known video codecs (but no decoder yet)
13215           - replace "surplus data" at end of audio header for what
13216             it is : codec specific data
13217           - fix a typo
13218
13219 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
13220
13221         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
13222
13223         * gst-libs/gst/audio/audioclock.c:
13224           Fix wrong return type (#142205).
13225
13226 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13227
13228         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
13229           Ignore CRCs by default (fixes #142566).
13230
13231 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13232
13233         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13234         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
13235         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
13236         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
13237         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
13238         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
13239           Fix for cases where we fail to attach to a mixer.
13240
13241 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13242
13243         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
13244           Don't touch events after not owning them anymore.
13245         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13246         (gst_wavparse_fmt), (gst_wavparse_other),
13247         (gst_wavparse_handle_seek), (gst_wavparse_loop),
13248         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
13249         (gst_wavparse_srcpad_event):
13250         * gst/wavparse/gstwavparse.h:
13251           Add seeking, fix querying.
13252
13253 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13254
13255         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
13256           - process comments even if they don't end with \0\0
13257             g_convert would ignore them if present and works well without them
13258
13259 2004-05-16  Benjamin Otte  <otte@gnome.org>
13260
13261         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
13262           simplify caps
13263
13264 2004-05-16  Benjamin Otte  <otte@gnome.org>
13265
13266         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
13267           don't write to memory we might not write to - g_convert does that
13268           for us anyway (fixes #142613)
13269         (gst_asf_demux_audio_caps):
13270           comment out gst_util_dump_mem
13271
13272 2004-05-16  Benjamin Otte  <otte@gnome.org>
13273
13274         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13275           compute correct expected timestamps after seek (broken since
13276           last commit)
13277         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
13278           rename element and debugging category to gdkpixbufscale
13279
13280 2004-05-16  Benjamin Otte  <otte@gnome.org>
13281
13282         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13283           add error checking to snd_pcm_delay and remove duplicate call to
13284           snd_pcm_delay that caused issues (see inline code comments)
13285         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
13286           make more readable and fix return value when snd_pcm_delay fails
13287         (fixes #142586)
13288
13289 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
13290         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
13291         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
13292         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
13293         (gst_pixbufscale_link), (gst_pixbufscale_init),
13294         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
13295         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
13296         (gst_pixbufscale_get_property), (pixbufscale_init):
13297         * ext/gdk_pixbuf/pixbufscale.h:
13298         Add these files I forgot earlier
13299
13300 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
13301         * ext/gdk_pixbuf/Makefile.am:
13302         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
13303         * ext/gdk_pixbuf/gstgdkpixbuf.h:
13304         Add new pixbufscale element to scale RGB video
13305         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
13306         and HYPER interpolation correctly.
13307         * ext/theora/theoraenc.c: (theora_enc_chain),
13308         Discard buffer and return if explicit caps could not be set
13309         (theora_enc_get_property):
13310         Make _get return kbps for the bitrate consistent with
13311         the _set function.
13312
13313
13314 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13315
13316         * ext/libvisual/visual.c: (gst_visual_chain):
13317           add missing visual_audio_analyze
13318
13319 2004-05-14  David Schleef  <ds@schleef.org>
13320
13321         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
13322         is killed while we're playing.
13323         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
13324         gst_element_no_more_pads().
13325
13326 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13327
13328         * gst-libs/gst/riff/riff-read.c :
13329           - fix INFO tag extraction in RIFF/AVI files
13330             because gst_event_unref (event) also freed taglist
13331           - avoid a mem leak
13332
13333 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13334
13335         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
13336         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
13337
13338         * gst/auparse/gstauparse.c :
13339           - add code (commented for now) to support audio/x-adpcm on src pad
13340             (we have no decoder for those layout yet)
13341
13342         * gst/cdxaparse/gstcdxaparse.c :
13343         * gst/cdxaparse/gstcdxaparse.h :
13344           - partial rewrite using RiffRead (ripped iain's wavparse code)
13345
13346         * gst/rtp/gstrtpL16enc.c : typo
13347         * gst/rtp/gstrtpgsmenc.c : typo
13348
13349 2004-05-13  Benjamin Otte  <otte@gnome.org>
13350
13351         * configure.ac:
13352           check for exact version of libvisual, it's not supposed to be
13353           API/ABI stable yet
13354
13355 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13356
13357         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
13358           signal no-more-pads
13359
13360 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
13361
13362         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
13363         Report which format was used for GST_FORMAT_DEFAULT
13364         * gst/debug/Makefile.am:
13365         * gst/debug/gstdebug.c: (plugin_init):
13366         * gst/debug/progressreport.c: (gst_progressreport_base_init),
13367         (gst_progressreport_class_init), (gst_progressreport_init),
13368         (gst_progressreport_report), (gst_progressreport_set_property),
13369         (gst_progressreport_get_property), (gst_progressreport_chain),
13370         (gst_progressreport_plugin_init):
13371         Add progressreport element for testing.
13372
13373 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13374
13375         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
13376         * sys/v4l/gstv4lsrc.h:
13377         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
13378         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
13379         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
13380         (gst_v4lsrc_grab_frame):
13381           add more debugging
13382           send a discont at start
13383
13384 2004-05-12  Colin Walters  <walters@redhat.com>
13385
13386         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
13387         inflooping if we can't find a chunk.  Or in other words, don't blow
13388         chunks if we don't have a chunk to blow.
13389
13390 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
13391         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
13392         Remove old debug output
13393         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
13394         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
13395         (gst_dvdec_set_property), (gst_dvdec_get_property):
13396         Change the quality setting to an enum, so it works from gst-launch
13397         Don't renegotiate a non-linked pad. Allows audio only decoding.
13398         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
13399         (gst_deinterlace_link), (gst_deinterlace_init):
13400         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
13401         (gst_videodrop_link):
13402         Some caps negotiation fixes
13403
13404 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13405
13406         * ext/tarkin/gsttarkin.c :
13407           - Change RANK from NONE to PRIMARY
13408         * ext/gdk_pixbuf/gstgdkpixbuf.c :
13409           - Change RANK from NONE to MARGINAL
13410         * ext/divx/gstdivxenc.c :
13411           - Change RANK from PRIMARY to NONE (encoder/spider issue)
13412
13413 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13414
13415         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
13416         (gst_vorbisenc_push_packet):
13417           copy a function that was added between 1.0 and 1.0.1 until we
13418           depend on worthwhile features of post-1.0
13419
13420 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13421
13422         * configure.ac:
13423           enable shout2 by default
13424         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
13425         (gst_shout2send_base_init), (gst_shout2send_init),
13426         (gst_shout2send_connect), (gst_shout2send_change_state):
13427         * ext/shout2/gstshout2.h:
13428           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
13429           #142262)
13430         * ext/theora/theora.c: (plugin_init):
13431           don't set rank on encoders
13432
13433 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
13434
13435         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
13436           Use codec_data property instead of flag1 and flag2 for wma
13437
13438 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13439
13440         * gst/cdxaparse/gstcdxaparse.c :
13441           - Add mpegversion to CAPS to make it link
13442           - Rank is as GST_RANK_SECONDARY instead of NONE
13443         * gst/auparse/gstauparse.c :
13444           - Document all audio encoding we can encounter from Solaris 9
13445             headers and libsndfile information.
13446           - Increase max. rate from 48000 to 192000 (to match other elements)
13447           - Don't try to play junk data between header and samples
13448
13449 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13450
13451         * ext/libvisual/visual.c: (gst_visual_getcaps):
13452           use the right caps depending on endianness (I hope)
13453         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
13454           use GST_RANK_NONE for all non-decoding elements or spider gets
13455           mighty confused
13456
13457 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13458
13459         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
13460           Fix some odd cases and fix BE metadata parsing of unicode16 text.
13461
13462 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13463
13464         * gst/switch/gstswitch.c: (gst_switch_release_pad),
13465         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
13466         (gst_switch_loop), (gst_switch_get_type):
13467           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
13468           HEADERS. Had to be said.
13469
13470 2004-05-10  David Schleef  <ds@schleef.org>
13471
13472         * configure.ac: Add prototype Dirac support.
13473         * ext/Makefile.am:
13474         * ext/dirac/Makefile.am:
13475         * ext/dirac/gstdirac.cc:
13476         * ext/dirac/gstdiracdec.cc:
13477
13478 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13479
13480         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
13481         (gst_auparse_init), (gst_auparse_chain),
13482         (gst_auparse_change_state):
13483           Hack around spider. Remove me some day please.
13484
13485 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13486
13487         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13488           Fix for some uninitialized variables in previous patch, also
13489           makes it work. Fixes #142286 while we're at it.
13490
13491 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13492
13493         * gst/auparse/gstauparse.c:
13494                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
13495                 only unsupported formats are ADPCM/CCITT G.72x
13496                 reviewed by Ronald
13497         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
13498
13499 2004-05-10  Wim Taymans  <wim@fluendo.com>
13500
13501         * ext/vorbis/Makefile.am:
13502         * ext/vorbis/README:
13503         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
13504         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
13505         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
13506         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
13507         (gst_oggvorbisenc_convert_sink),
13508         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
13509         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
13510         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
13511         (get_constraints_string), (update_start_message),
13512         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
13513         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
13514         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
13515         * ext/vorbis/oggvorbisenc.h:
13516         * ext/vorbis/vorbis.c: (plugin_init):
13517         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
13518         (raw_caps_factory), (gst_vorbisenc_class_init),
13519         (gst_vorbisenc_init), (gst_vorbisenc_setup),
13520         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
13521         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
13522         * ext/vorbis/vorbisenc.h:
13523         Added a raw vorbis encoder to be used with the oggmuxer.
13524         We still need the old encoder for some gnome applications,
13525         read the README to find out how that works.
13526         The raw encoder is called "rawvorbisenc" until 0.9.
13527
13528 2004-05-10  Wim Taymans  <wim@fluendo.com>
13529
13530         * ext/ogg/gstogg.c: (plugin_init):
13531         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
13532         (gst_ogg_print):
13533         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
13534         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
13535         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
13536         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
13537         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
13538         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
13539         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
13540         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
13541         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
13542         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
13543         Added an ogg muxer.
13544         Small typo fixes in the demuxer.
13545
13546 2004-05-10  Wim Taymans  <wim@fluendo.com>
13547
13548         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13549         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
13550         (theora_enc_change_state), (theora_enc_set_property),
13551         (theora_enc_get_property):
13552         Mark the last packet with an EOS flag which is not really needed
13553         in gstreamer.
13554         Do some better video framerate initialisation.
13555         Update the buffer timestamp.
13556
13557 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
13558
13559         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
13560         Return the result of the parent state change call
13561
13562 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13563
13564         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
13565         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
13566         * gst/law/alaw-encode.c : (idem)
13567         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
13568         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
13569         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
13570
13571 2004-05-09  Benjamin Otte  <otte@gnome.org>
13572
13573         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13574           don't use a fixed buffer size when writing variable length data to
13575           it. Fixes memory corruption and makes alsasrc work
13576
13577 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13578
13579         * ext/gnomevfs/gstgnomevfssink.c:
13580         (_gst_boolean_allow_overwrite_accumulator),
13581         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
13582           Run glib's default signal handler (??) in RUN_CLEANUP rather than
13583           RUN_LAST, and don't use that to set the accumulator value because
13584           then it's always FALSE.
13585
13586 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13587
13588         * gst-libs/gst/riff/riff-media.c:
13589         (gst_riff_create_video_caps_with_data),
13590         (gst_riff_create_audio_caps),
13591         (gst_riff_create_audio_template_caps):
13592         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13593           Fix for unaligned RIFF files (i.e. where all the chunks together
13594           in a LIST chunk are not of the same size as the size given in
13595           the LIST chunk header). Fixes several odd WAVE files. Also fix
13596           ADPCM (block_align property) in audio, so that wavparse based
13597           on this works now as it used to stand-alone.
13598
13599 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
13600
13601         reviewed by Benjamin Otte  <otte@gnome.org>
13602
13603         * ext/a52dec/gsta52dec.c:
13604         * ext/divx/gstdivxdec.c:
13605         * ext/divx/gstdivxenc.c:
13606         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
13607         * ext/faac/gstfaac.c: (gst_faac_base_init):
13608         * ext/faad/gstfaad.c: (gst_faad_base_init):
13609         * ext/ivorbis/vorbisfile.c:
13610         * ext/lame/gstlame.c:
13611         * ext/libfame/gstlibfame.c:
13612         * ext/mpeg2enc/gstmpeg2enc.cc:
13613         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
13614         * ext/sidplay/gstsiddec.cc:
13615         * ext/speex/gstspeexdec.c:
13616         * ext/speex/gstspeexenc.c:
13617         * ext/xvid/gstxviddec.c:
13618         * ext/xvid/gstxvidenc.c:
13619           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
13620           (fixes #142193)
13621
13622 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13623
13624         * ext/alsa/gstalsa.c: (device_list),
13625         (gst_alsa_class_probe_devices):
13626         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13627           Fix alsa oddness in mixer after the combination of using mixer
13628           in source/sink elements and using hw:x,y instead of just hw:x.
13629
13630 2004-05-09  Benjamin Otte  <otte@gnome.org>
13631
13632         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
13633         (gst_wavparse_create_sourcepad):
13634           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
13635           sourcepads
13636
13637 2004-05-09  Benjamin Otte  <otte@gnome.org>
13638
13639         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13640           allow discont events before caps nego
13641
13642 2004-05-08  Benjamin Otte  <otte@gnome.org>
13643
13644         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
13645           don't leak events
13646
13647 2004-05-08  Benjamin Otte  <otte@gnome.org>
13648
13649         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
13650         (gst_level_change_state), (gst_level_init):
13651         * gst/level/gstlevel.h:
13652           figure out if we're initialized directly instead of keeping a
13653           variable that's wrong in 90% of cases
13654           don't initialize pads and then leak them and use a new unitialized
13655           pad. (fixes #142084)
13656           these were bugs so n00bish I didn't find them for an hour :/
13657
13658 2004-05-08 Iain <iain@prettypeople.org>
13659
13660         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
13661         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
13662         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
13663         return the length that was read.
13664         (gst_riff_read_strf_auds): Allow fmt tags as well.
13665
13666 2004-05-07  David Schleef  <ds@schleef.org>
13667
13668         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
13669         signed char assumption in faad.h.
13670
13671 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13672
13673         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
13674           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
13675
13676 2004-05-07  Colin Walters  <walters@redhat.com>
13677
13678         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
13679         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
13680         function.
13681         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
13682         Add dispose function.
13683
13684 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
13685         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
13686           Fix caps nego and pad templates. RGB mode caps should
13687           work now.
13688         * ext/dvdnav/gst-dvd:
13689           Move mpeg2dec inside the thread because otherwise the
13690           queue rejects cap changes mid-stream
13691         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
13692         (gst_mpeg2dec_flush_decoder):
13693           For mpeg2dec > 0.4.0, call the flush function instead of
13694           manually extracting all in-flight frames.
13695         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
13696         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
13697           Change mime type video/dv go video/x-dv to match the
13698           rest of gst-plugins
13699
13700 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13701
13702         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13703         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
13704         (gst_alsa_sink_class_init):
13705         * ext/alsa/gstalsasink.h:
13706         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
13707         (gst_alsa_src_class_init):
13708         * ext/alsa/gstalsasrc.h:
13709           Make alsasink/src a subclass of alsamixer so that mixer stuff
13710           shows up in gst-rec. Needs some finetuning.
13711
13712 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13713
13714         * ext/lame/gstlame.c: (gst_lame_chain):
13715           simplify
13716         * ext/mad/gstmad.c: (gst_mad_handle_event):
13717           fix event leak
13718         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
13719           be able to detect mp3 files < 4096 bytes
13720
13721 2004-05-06  Wim Taymans  <wim@fluendo.com>
13722
13723         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13724         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
13725         (theora_enc_set_property), (theora_enc_get_property):
13726         Also encode the first frame, cleanup some code.
13727
13728 2004-05-06  Wim Taymans  <wim@fluendo.com>
13729
13730         * ext/mpeg2enc/gstmpeg2enc.cc:
13731         Forward events first before deciding that negotiation was
13732         not performed.
13733
13734 2004-05-06  Wim Taymans  <wim@fluendo.com>
13735
13736         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
13737         First process the events before deciding that negotiation
13738         was not performed.
13739
13740 2004-05-06  Wim Taymans  <wim@fluendo.com>
13741
13742         * ext/theora/Makefile.am:
13743         * ext/theora/theora.c: (plugin_init):
13744         * ext/theora/theoradec.c: (theora_dec_change_state):
13745         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
13746         (gst_theora_enc_class_init), (gst_theora_enc_init),
13747         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
13748         (theora_enc_chain), (theora_enc_change_state),
13749         (theora_enc_set_property), (theora_enc_get_property):
13750         Added a theora encoder, grouped the encoder and decoder into the
13751         same plugin.
13752
13753 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13754
13755         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
13756         (gst_jpegenc_chain):
13757         fix DURATION on outgoing buffers
13758         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
13759         debug using time formats
13760         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13761         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13762         (gst_xvimagesink_sink_link):
13763         windows with width/height 0 generate X errors, so don't allow them
13764
13765 2004-05-05  Wim Taymans  <wim@fluendo.com>
13766
13767         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
13768         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
13769         (gst_mpeg2dec_negotiate_format):
13770         * ext/mpeg2dec/gstmpeg2dec.h:
13771           removed the static pad template so that we can add the
13772           more accurate framerate value to the caps.
13773
13774
13775 2004-05-04  Benjamin Otte  <otte@gnome.org>
13776
13777         * configure.ac:
13778           check for kdemacros.h, too (should fix #141821)
13779         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
13780           don't crash if no header was sent, but nicely error out (fixes part
13781           of #141554)
13782
13783 2004-05-04  Wim Taymans  <wim@fluendo.com>
13784
13785         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
13786         parent dispose function to avoid segfault on destroy.
13787
13788 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13789
13790         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13791         (plugin_init):
13792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
13793         (gst_xvimagesink_sink_link):
13794         clean up debugging caps
13795         also recreate xvimage when format has changed
13796
13797 2004-05-04  Benjamin Otte  <otte@gnome.org>
13798
13799         * ext/libvisual/Makefile.am:
13800         * ext/libvisual/visual.c: (gst_visual_class_init),
13801         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
13802         (gst_visual_srclink), (gst_visual_chain),
13803         (gst_visual_change_state), (plugin_init):
13804           use a GstAdapter to correctly adapt buffer sizes - allows using a
13805           framerate
13806
13807 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13808
13809         * sys/v4l/gstv4lelement.h:
13810         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
13811         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
13812         (gst_v4lsrc_buffer_free):
13813         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
13814         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
13815         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
13816         (gst_v4lsrc_requeue_frame):
13817         move some debugging categories around
13818         query for fps index and set accordingly if found
13819
13820 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13821
13822         * ext/lame/gstlame.c:
13823         correct defaults that lame_init puts out of range
13824
13825 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13826
13827         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
13828         (gst_divxenc_class_init):
13829         fix range since -1 is the default
13830         * gst/mpeg1sys/gstmpeg1systemencode.c:
13831         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
13832         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
13833         (gst_rtjpegdec_chain):
13834         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
13835         (gst_rtjpegenc_chain):
13836         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
13837         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
13838         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
13839         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
13840         * sys/v4l/gstv4lsrc.c:
13841         * sys/v4l/v4l_calls.c: (gst_v4l_open):
13842         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
13843         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
13844         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
13845         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
13846           remove gst_info calls
13847
13848 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13849
13850         * Makefile.am:
13851         * po/af.po:
13852         * po/az.po:
13853         * po/en_GB.po:
13854         * po/nl.po:
13855         * po/sr.po:
13856         * po/sv.po:
13857           Updated translations
13858
13859 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13860
13861         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
13862           refactor/comment code
13863
13864 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13865
13866         * gst/asfdemux/Makefile.am:
13867         * gst/asfdemux/asfheaders.c:
13868         * gst/asfdemux/asfheaders.h:
13869         * gst/asfdemux/gstasf.c: (plugin_init):
13870         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
13871         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
13872         (gst_asf_demux_setup_pad):
13873         * gst/asfdemux/gstasfdemux.h:
13874         * gst/asfdemux/gstasfmux.c:
13875         * gst/asfdemux/gstasfmux.h:
13876           Add tagging support to demuxer, split out registration in its own
13877           file instead of in demux (hacky), and prevent having some tables
13878           in our memory multiple times (in asfheaders.h).
13879
13880 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13881
13882         * gst/matroska/matroska-demux.c:
13883         (gst_matroska_demux_parse_metadata):
13884         * gst/matroska/matroska-ids.h:
13885           Basic tag reading support.
13886
13887 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13888
13889         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
13890           Really detect ac-3 audio.
13891         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
13892           really detect matroska files (off-by-1).
13893
13894 2004-04-30  David Schleef  <ds@schleef.org>
13895
13896         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13897         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
13898         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
13899         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
13900         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
13901         hackage -- parse a lot more atoms, extract a few tags.  One might even
13902         mistake this for tag support.  Maybe it is.
13903         * gst/qtdemux/qtdemux.h:
13904
13905 2004-04-30  Colin Walters  <walters@verbum.org>
13906
13907         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
13908
13909 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13910
13911         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13912         (gst_ffmpegcolorspace_getcaps):
13913           remove broken nego fix
13914
13915 2004-04-30  Benjamin Otte  <otte@gnome.org>
13916
13917         * configure.ac:
13918         * ext/Makefile.am:
13919         * ext/libvisual/Makefile.am:
13920         * ext/libvisual/visual.c:
13921           add initial support for libvisual (http://libvisual.sourceforge.net)
13922           libvisual is still quite alpha, so expect crashes in there :)
13923
13924 2004-04-29  David Schleef  <ds@schleef.org>
13925
13926         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
13927         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
13928         up qtdemux to make it spit out codec_data.  Do _not_ look at this
13929         code; you will no longer respect me.
13930
13931 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13932
13933         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
13934         * ext/alsa/gstalsa.h :
13935         change alsa pcm device discovery to find more than 1 device
13936         per card. code review by Ronald.
13937
13938 2004-04-29  David Schleef  <ds@schleef.org>
13939
13940         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
13941         Add a check for a driver bug on FreeBSD.  (bug #140565)
13942
13943 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13944
13945         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
13946         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
13947         (gst_jpegenc_getcaps):
13948           move format setting to inner loop
13949         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13950         (gst_ffmpegcolorspace_getcaps):
13951           use GST_PAD_CAPS if available so that we use already negotiated
13952           caps
13953         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13954         (qtdemux_parse_moov), (qtdemux_parse):
13955           extra debugging
13956         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
13957         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
13958           move hardcoded path to DEFINE
13959
13960 2004-04-28  David Schleef  <ds@schleef.org>
13961
13962         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
13963         (bug #140064)
13964
13965 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13966
13967         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
13968           Don't probe for playback device if we're a source element. Fixes
13969           #139658.
13970
13971 2004-04-29  Benjamin Otte  <otte@gnome.org>
13972
13973         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
13974         (gst_id3_tag_chain):
13975           rewrite buffer offset
13976
13977 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13978
13979         * configure.ac:
13980         * ext/Makefile.am:
13981         * ext/dts/Makefile.am:
13982         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
13983         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
13984         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
13985         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
13986         (gst_dtsdec_loop), (gst_dtsdec_change_state),
13987         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
13988         (plugin_init):
13989         * ext/dts/gstdtsdec.h:
13990           New DTS decoder.
13991         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
13992         (gst_faad_srcconnect):
13993           Add ESDS atom handling (.m4a).
13994
13995 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13996
13997         * ext/divx/gstdivxdec.c: (plugin_init):
13998           Remove comment that makes no sense.
13999         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
14000           Fix for obvious typo that resulted in warnings during gst-register.
14001         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
14002         (gst_xviddec_sink_link):
14003           Fix caps negotiation a bit better.
14004         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14005           We call this 'codec_data', not 'esds'.
14006
14007 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14008
14009         * gst/monoscope/gstmonoscope.c:
14010           make sure we only provide 256x128
14011         * gst/monoscope/monoscope.c: (monoscope_init):
14012           assert size of 256x128
14013
14014 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14015
14016         * Makefile.am:
14017         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
14018         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
14019           fixate to max width and height of device
14020
14021 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14022
14023         * Makefile.am:
14024         * sys/v4l/gstv4l.c:
14025         * sys/v4l/gstv4lsrc.c:
14026         * sys/v4l/v4l_calls.c:
14027         * sys/v4l/v4lsrc_calls.c:
14028           fix for qc-usb driver which fakes having more than one buffer
14029           by handing the same buffer twice, which confused GStreamer's/v4lsrc
14030           buffer_free override
14031           add debugging
14032
14033 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14034
14035         * Makefile.am:
14036         * gst/videotestsrc/gstvideotestsrc.c:
14037         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
14038         (gst_videotestsrc_init), (gst_videotestsrc_get),
14039         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
14040         * gst/videotestsrc/gstvideotestsrc.h:
14041           add num-buffers property
14042
14043         2004-04-26  Benjamin Otte  <otte@gnome.org>
14044
14045         * ext/mad/gstid3tag.c: (plugin_init):
14046           set id3mux rank to NONE so it doesn't confuse spider
14047           require audio/mpeg,mpegversion=1 in id3mux
14048
14049 2004-04-26  Benjamin Otte  <otte@gnome.org>
14050
14051         * configure.ac:
14052           detect faad correctly as non-working if it's indeed non-working
14053
14054 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14055
14056         * Makefile.am:
14057         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
14058         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
14059         fix _getcaps so it only negotiates to its supported format
14060
14061 2004-04-25  Benjamin Otte  <otte@gnome.org>
14062
14063         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
14064           fix memleak
14065
14066 2004-04-23  Benjamin Otte  <otte@gnome.org>
14067
14068         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
14069           audio/x-raw-int with height rules! not. Now it's depth.
14070
14071 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14072
14073         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
14074         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
14075         (gst_wavparse_loop):
14076           Missing variable initialization. Add handling of DVI ADPCM. Fix
14077           mis-parsing of LIST chunks. This works around a bug where we mis-
14078           parse non-aligning LIST chunks (so LIST chunks where the contents
14079           don't align with the actual LIST size). The correct fix is to use
14080           rifflib, I'm not going to fix wavparse - too much work. All this
14081           fixes #104878.
14082
14083 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14084
14085         reviewed by Benjamin Otte  <otte@gnome.org>
14086
14087         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
14088           fix shoutcast not working (fixes #140844)
14089
14090 2004-04-22  Benjamin Otte  <otte@gnome.org>
14091
14092         * ext/hermes/gsthermescolorspace.c:
14093         (gst_hermes_colorspace_caps_remove_format_info):
14094         * gst/colorspace/gstcolorspace.c:
14095         (gst_colorspace_caps_remove_format_info):
14096         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14097         (gst_ffmpegcolorspace_caps_remove_format_info):
14098           s/gst_caps_simplify/gst_caps_do_simplify/
14099
14100 2004-04-22  Benjamin Otte  <otte@gnome.org>
14101
14102         * gst-libs/gst/riff/riff-media.c:
14103         (gst_riff_create_video_caps_with_data):
14104           mpegversion is an int
14105         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
14106           don't try to create pad templates with NULL caps, use any caps
14107           instead.
14108
14109 2004-04-20  David Schleef  <ds@schleef.org>
14110
14111         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
14112         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
14113         (bug #140384)
14114
14115 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
14116
14117         reviewed by David Schleef
14118
14119         * ext/mad/gstid3tag.c: Add stdlib.h
14120         * gst/rtp/gstrtpgsmenc.c: same
14121         * gst/tags/gstid3tag.c: same
14122         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
14123         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
14124         GST_DISABLE_LOADSAVE use.
14125         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
14126         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
14127         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
14128         atol(3)).
14129         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
14130         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
14131         strtoul(3)).
14132         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
14133         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
14134         $(ID3_CFLAGS).
14135         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
14136         $(LIBFAME_CFLAGS).
14137
14138 2004-04-20  David Schleef  <ds@schleef.org>
14139
14140         * gst/realmedia/rmdemux.c:  This was supposed to part of the
14141         last checkin.  Same idea.
14142
14143 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
14144
14145         reviewed by David Schleef
14146
14147         * configure.ac: bump required gstreamer version to 0.8.1.1
14148         because of following changes [--ds]
14149
14150         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
14151         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
14152         (gst_riff_read_header):  Use GST_READ_UINT*
14153         macros to access possibly unaligned memory.
14154
14155         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
14156         (mp3_type_find):  Use GST_READ_UINT*
14157         macros to access possibly unaligned memory.
14158         (mp3_type_find, mpeg1_parse_header, qt_type_find)
14159         (speex_type_find): Likewise
14160
14161         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
14162
14163         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
14164         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
14165         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
14166         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
14167         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
14168         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
14169         macros to access possibly unaligned memory.
14170
14171         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
14172         Likewise.
14173
14174         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
14175         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
14176
14177         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
14178         Likewise.
14179
14180         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
14181         (gst_mpeg2subt_chain_subtitle): Likewise.
14182
14183         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
14184         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
14185         Likewise.
14186
14187         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
14188         Likewise.
14189
14190         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
14191         Likewise.
14192
14193         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
14194         Likewise.
14195
14196 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14197
14198         * configure.ac:
14199           update required version of GStreamer because of GST_TIME_FORMAT
14200
14201 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14202
14203         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
14204           remove leftover g_print
14205         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14206           don't try setting only a subset of the caps. We don't want to kill
14207           autoplugging on purpose
14208
14209 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14210
14211         * sys/ximage/ximagesink.c: (plugin_init):
14212         * sys/xvimage/xvimagesink.c: (plugin_init):
14213           add debugging categories
14214
14215 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14216
14217         * po/en_GB.po:
14218         * po/LINGUAS:
14219           Adding en_GB translation (Gareth Owen)
14220
14221 2004-04-20  David Schleef  <ds@schleef.org>
14222
14223         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14224         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
14225         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
14226         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
14227         A number of new features and hacks to extract the esds atom and
14228         put it into the caps.  (bug #137724)
14229
14230 2004-04-19  David Schleef  <ds@schleef.org>
14231
14232         * gconf/Makefile.am: Fix for non-GNU make
14233         * gst-libs/gst/Makefile.am: Change directory order to handle
14234         GstPlay linking with gstinterfaces
14235         * gst-libs/gst/audio/make_filter: make use of tr portable
14236         * gst-libs/gst/play/Makefile.am: Add intended \
14237         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
14238         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
14239         function prototype instead of void *.
14240         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
14241         macro.
14242         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14243         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
14244         * gst/videofilter/make_filter: make use of tr portable
14245         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
14246
14247 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14248
14249         * po/LINGUAS:
14250         * po/uk.po:
14251           Added Ukrainian translation (Maxim V. Dziumanenko)
14252
14253 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14254
14255         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
14256         (gst_gsmdec_link), (gst_gsmdec_chain):
14257           Fix capsnego, simplify chain function slightly.
14258         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
14259           Add GSM.
14260
14261 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14262
14263         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14264         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
14265         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
14266           Hack to make wavparse work with spider (always -> sometimes pad).
14267           Fixes #135862 && #140411.
14268
14269 2004-04-18  Benjamin Otte  <otte@gnome.org>
14270
14271         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
14272         (gst_osselement_rate_probe_check),
14273         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
14274           get rid of \n in debug output
14275
14276 2004-04-17  Iain <iain@prettypeople.org>
14277
14278         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
14279         not just EOS.
14280
14281 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14282
14283         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
14284         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
14285         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
14286         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
14287         (gst_id3_tag_src_link), (gst_id3_tag_chain),
14288         (gst_id3_tag_change_state), (plugin_init):
14289           deprecate id3tag element and replace with id3demux/id3mux.
14290           great side effect: this ugly file is now even uglier, yay!
14291         * ext/mad/gstmad.h:
14292           remove non-available function
14293           update for new get_type
14294
14295 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14296
14297         * configure.ac:
14298           require mpeg2dec >= 0.4.0
14299
14300 2004-04-17  Benjamin Otte  <otte@gnome.org>
14301
14302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
14303         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
14304         (gst_xvimagesink_set_xwindow_id):
14305           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
14306           assorted cleanup fixes.
14307
14308 2004-04-16  David Schleef  <ds@schleef.org>
14309
14310         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
14311         * sys/xvimage/xvimagesink.h: same
14312
14313 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14314
14315         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
14316           Fix GST_ELEMENT_ERROR with (NULL)
14317
14318 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14319
14320         * gst-libs/gst/riff/riff-media.c:
14321         (gst_riff_create_video_caps_with_data):
14322           Add div[3456] as fourccs for DivX 3 (fixes #140137).
14323
14324 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14325
14326         * gst-libs/gst/riff/riff-media.c:
14327         (gst_riff_create_video_caps_with_data),
14328         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
14329         (gst_riff_create_video_template_caps),
14330         (gst_riff_create_audio_template_caps):
14331         * gst-libs/gst/riff/riff-media.h:
14332         * gst-libs/gst/riff/riff-read.c:
14333         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
14334         * gst-libs/gst/riff/riff-read.h:
14335         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
14336           Add MS RLE support. I added some functions to read out strf chunks
14337           into strf chunks and the data behind it. This is usually color
14338           palettes (as in RLE, but also in 8-bit RGB). Also use those during
14339           caps creation. Lastly, add ADPCM (similar to wavparse - which
14340           should eventually be rifflib based).
14341         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
14342         (gst_matroska_demux_init), (gst_matroska_demux_reset):
14343         * gst/matroska/matroska-demux.h:
14344           Remove placeholders for some prehistoric tagging system. Didn't add
14345           support for any tag system really anyway.
14346         * gst/qtdemux/qtdemux.c:
14347           Add support for audio/x-m4a (MPEG-4) through spider.
14348         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
14349         (gst_wavparse_loop):
14350           ADPCM support (#135862). Increase max. buffer size because we
14351           cannot split buffers for ADPCM (screws references) and I've seen
14352           files with 2048 byte chunks. 4096 seems safe for now.
14353
14354 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14355
14356         * configure.ac: bump nano to 1
14357
14358 === release 0.8.1 ===
14359
14360 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14361
14362         * configure.ac: releasing 0.8.1, "Comforting Sounds"
14363
14364 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14365
14366         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14367           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
14368           Fixes #140058
14369
14370 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14371
14372         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
14373           lower rank of dvddemux so that it's not used for mpeg playback.
14374
14375 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14376
14377         * configure.ac:
14378           save libs correctly when checking mad
14379
14380 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14381
14382         * ext/mad/gstid3tag.c: (plugin_init):
14383           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
14384
14385 2004-04-13  David Schleef  <ds@schleef.org>
14386
14387         * common/m4/gst-feature.m4: Call -config scripts with
14388         --plugin-libs if it is supported.
14389         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
14390         JPEG images are image/jpeg.
14391         * gst/debug/Makefile.am:
14392         * gst/debug/negotiation.c: (gst_negotiation_class_init),
14393         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
14394         (gst_negotiation_update_caps), (gst_negotiation_get_property),
14395         (gst_negotiation_plugin_init): Add a property that acts like
14396         filter caps.
14397         * testsuite/gst-lint:  Move license checking to be a standard
14398         test.
14399
14400 2004-04-13  David Schleef  <ds@schleef.org>
14401
14402         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
14403         patch from Sebastien Cote (bug #139958)
14404
14405 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14406
14407         * examples/gstplay/Makefile.am:
14408         * examples/gstplay/player.c: (main):
14409           make the commandline player example use gconf settings
14410
14411 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14412
14413         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
14414         (gst_cacasink_sinkconnect), (gst_cacasink_init),
14415         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
14416           init/end library during state transition, not object
14417           creation/disposal.  get rid of custom dispose handler.
14418
14419
14420 2004-04-12  Christian Schaller <Uraeus@gnome.org>
14421
14422         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
14423         be a symlink
14424
14425 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14426
14427         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
14428           Handle JUNK chunks inside data section. Prevents warnings.
14429
14430 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14431
14432         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14433         (gst_riff_create_video_template_caps):
14434           Add MS video v1.
14435         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14436         (gst_avi_demux_stream_data):
14437           Add support for "rec-list" chunks.
14438
14439 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14440
14441         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
14442           Fix another codecname mismatch.
14443
14444 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14445
14446         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14447           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
14448           so that MJPEG plays back.
14449
14450 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14451
14452         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
14453         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
14454         * gst/mpeg1videoparse/gstmp1videoparse.h:
14455           Fix for some slight mis-cuts in buffer parsing, and for some
14456           potential overflows or faults-causers. Adds disconts. Also fixes
14457           #139105 while we're at it.
14458
14459 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14460
14461         * configure.ac:
14462         * sys/v4l2/gstv4l2element.h:
14463           Workaround for missing struct v4l2_buffer declaration in Suse 9
14464           and Mandrake 10 linux/videodev2.h header file (#135919).
14465
14466 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14467
14468         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
14469           Bail out if no filename was given.
14470
14471 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14472
14473         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
14474         (gst_v4l2_fourcc_from_structure):
14475           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
14476           Y41B somewhere).
14477
14478 2004-04-09  Benjamin Otte  <otte@gnome.org>
14479
14480         * ext/gnomevfs/gstgnomevfssink.c:
14481         (_gst_boolean_allow_overwrite_accumulator),
14482         (gst_gnomevfssink_class_init):
14483           fix erase signal - if any handler returns false the file will not be
14484           overwritten. If no handler is connected, the file will not be
14485           overwritten either.
14486           renamed signal to "allow-overwrite"
14487         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
14488           free string when adding it to ID3 failed
14489         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
14490           unref event when done
14491         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
14492           free caps
14493         * gst/typefind/gsttypefindfunctions.c:
14494         (mpeg_video_stream_type_find):
14495           fix invalid read
14496
14497 2004-04-08  David Schleef  <ds@schleef.org>
14498
14499         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14500         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
14501
14502 2004-04-08  David Schleef  <ds@schleef.org>
14503
14504         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
14505         we don't support (bug #139532)
14506
14507 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14508
14509         * ext/mad/gstmad.c: (gst_mad_handle_event),
14510         (gst_mad_check_caps_reset), (gst_mad_chain),
14511         (gst_mad_change_state):
14512           only set explicit caps if they haven't been set before for
14513           this stream.  MPEG-audio sample rate/channels aren't allowed
14514           to change in-stream.
14515           Fixes #139382
14516
14517 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14518
14519         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
14520         (_gst_boolean_did_something_accumulator),
14521         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
14522         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
14523         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
14524         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
14525         (gst_gnomevfssink_change_state):
14526           Fix erase signal. Don't erase by default. Remove handoff signal.
14527           Remove erase property. Don't segfault. General cleanup.
14528
14529 2004-04-07  Benjamin Otte  <otte@gnome.org>
14530
14531         * gst-libs/gst/gconf/test-gconf.c: (main):
14532           add missing gst_init
14533
14534 2004-04-07  Benjamin Otte  <otte@gnome.org>
14535
14536         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
14537           free the mutexes, too
14538
14539 2004-04-07  Benjamin Otte  <otte@gnome.org>
14540
14541         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
14542           actually free the URI string
14543         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
14544           compute offset correctly when passing discont events
14545         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14546           don't leak discont events
14547         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
14548           add some missing breaks so caps aren't copied randomly
14549         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
14550           if we realloc memory, we better use it
14551
14552 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14553
14554         * ext/mad/gstmad.c: (normal_seek):
14555           fix GST_FORMAT_TIME usage
14556
14557 2004-04-05  David Schleef  <ds@schleef.org>
14558
14559         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
14560         a deprecated function (hack!)
14561
14562 2004-04-05  Benjamin Otte  <otte@gnome.org>
14563
14564         * ext/esd/esdmon.c: (gst_esdmon_get):
14565           fix nonterminated vararg and memleak
14566
14567 2004-04-05  Benjamin Otte  <otte@gnome.org>
14568
14569         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
14570         (gst_ladspa_init), (gst_ladspa_force_src_caps),
14571         (gst_ladspa_set_property), (gst_ladspa_get_property),
14572         (gst_ladspa_instantiate), (gst_ladspa_activate),
14573         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
14574           clean up debugging
14575
14576 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
14577
14578         reviewed by Benjamin Otte  <otte@gnome.org>
14579
14580         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
14581           check for broken LADSPA parameters (fixes #138635)
14582
14583 2004-04-05  Benjamin Otte  <otte@gnome.org>
14584
14585         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
14586           advertise buffer-frames correctly on sinkpads
14587
14588 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14589
14590         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
14591         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
14592         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
14593         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
14594         (gst_mad_check_caps_reset), (gst_mad_chain):
14595         add more debugging, only reset caps when we're not in error state
14596
14597 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14598
14599         * ext/mad/gstmad.c: add debugging category, comment + cleanups
14600
14601 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
14602
14603         reviewed by Benjamin Otte  <otte@gnome.org>
14604
14605         * configure.ac:
14606           fix == in test(1) operator
14607
14608 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
14609
14610         reviewed by Benjamin Otte  <otte@gnome.org>
14611
14612         * configure.ac:
14613           fix --export-symblos-regex to a working regex.
14614
14615 2004-04-04  Benjamin Otte  <otte@gnome.org>
14616
14617         * sys/oss/.cvsignore:
14618           add for oss_probe
14619
14620 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
14621
14622         reviewed by Benjamin Otte  <otte@gnome.org>
14623
14624         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14625           add missing 'new_media' argument (fixes #138168)
14626         * gst/matroska/matroska-demux.c:
14627         (gst_matroska_demux_handle_seek_event):
14628           add vararg terminator (fixes #138169)
14629
14630 2004-04-02  David Schleef  <ds@schleef.org>
14631
14632         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
14633         disted (bug #138914)
14634
14635 2004-04-01  Benjamin Otte  <otte@gnome.org>
14636
14637         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
14638         (gst_alsa_close_audio):
14639           handle case better where a soundcard can't pause
14640         * ext/ogg/gstoggdemux.c:
14641           don't crash when we get events but don't have pads yet
14642
14643 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14644
14645         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
14646           throw an error if we couldn't probe any caps.
14647
14648 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
14649
14650         * ext/dvdnav/gst-dvd:
14651         Add a really simple sample DVD player
14652
14653 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
14654
14655         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
14656         (gst_a52dec_push), (gst_a52dec_handle_event),
14657         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
14658         (gst_a52dec_change_state):
14659         * ext/a52dec/gsta52dec.h:
14660           Use a debug category, Output timestamps correctly
14661           Emit tag info, Handle events, tell liba52dec about cpu
14662           capabilities so it can use MMX etc.
14663         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
14664           Fix a crasher accessing invalid memory
14665         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
14666         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
14667         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
14668         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
14669         (dvdnavsrc_query):
14670           Some support for byte-format seeking.
14671           Small fixes for still frames and menu button overlays
14672         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
14673         (gst_mpeg2dec_alloc_buffer):
14674           Use a debug category. Adjust the report level of several items to
14675           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
14676           so it doesn't lose the GstBuffer pointer
14677         * gst/debug/Makefile.am:
14678         * gst/debug/gstdebug.c: (plugin_init):
14679         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
14680         (gst_navseek_base_init), (gst_navseek_class_init),
14681         (gst_navseek_init), (gst_navseek_seek),
14682         (gst_navseek_handle_src_event), (gst_navseek_set_property),
14683         (gst_navseek_get_property), (gst_navseek_chain),
14684         (gst_navseek_plugin_init):
14685         * gst/debug/gstnavseek.h:
14686           Add the navseek debug element for seeking back and forth in a
14687           video stream using arrow keys.
14688         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
14689         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
14690         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
14691         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
14692         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
14693         (gst_mpeg2subt_parse_header), (gst_get_nibble),
14694         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
14695         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
14696         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
14697         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
14698         * gst/mpeg2sub/gstmpeg2subt.h:
14699           Pretty much a complete rewrite. Now a loopbased element. May still
14700           require work to properly synchronise subtitle buffers.
14701         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
14702         (gst_dvd_demux_send_subbuffer):
14703         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
14704           Don't attempt to create subbuffers of size 0
14705           Reduce a couple of error outputs to warnings.
14706         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
14707         (gst_y4mencode_chain):
14708         Output the y4m frame header correctly.
14709
14710 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14711
14712         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
14713           throw errors instead of allowing SIGFPE
14714
14715 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14716
14717         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
14718         (gst_gconf_render_bin_from_key):
14719           leak plugging and style fixing
14720
14721 2004-03-31  David Schleef  <ds@schleef.org>
14722
14723         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
14724         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
14725         (bug #138225)
14726         * gst/debug/Makefile.am:
14727         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
14728         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
14729         plugin.
14730         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
14731         (gst_negotiation_base_init), (gst_negotiation_class_init),
14732         (gst_negotiation_init), (gst_negotiation_getcaps),
14733         (gst_negotiation_pad_link), (gst_negotiation_chain),
14734         (gst_negotiation_set_property), (gst_negotiation_get_property),
14735         (gst_negotiation_plugin_init):  New element to talk about random
14736         negotiation things happening in a pipeline.
14737
14738 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14739
14740         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
14741           fix integer addition with help of Stefan Kost
14742
14743 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14744
14745         * po/nl.po: updated Dutch translation (Elros Cyriatan)
14746
14747 2004-03-30  David Schleef  <ds@schleef.org>
14748
14749         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
14750         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
14751         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
14752         (bug #137504)
14753         * ext/mpeg2dec/gstmpeg2dec.h:
14754
14755 2004-03-30  David Schleef  <ds@schleef.org>
14756
14757         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
14758
14759 2004-03-30  David Schleef  <ds@schleef.org>
14760
14761         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
14762         Michael Petullo) to handle .mov
14763
14764 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14765
14766         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
14767         (gst_osselement_rate_check_rate):
14768           probe caps correctly for sound cards that only support one format
14769
14770 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14771
14772         * ext/kio/kiosrc.cpp: (process_events):
14773           update handling event processing if inside KDE - untested
14774
14775 2004-03-29  David Schleef  <ds@schleef.org>
14776
14777         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
14778         by 2 to not interfere with other colorspaces.
14779         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
14780         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
14781         one to not interfere with ffmpeg_colorspace.
14782
14783 2004-03-29  David Schleef  <ds@schleef.org>
14784
14785         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
14786         aren't in the caps.
14787         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
14788         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
14789
14790 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14791
14792         * gst-libs/gst/riff/riff-media.c:
14793           fail on error, don't try to set stuff on NULL caps
14794
14795 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14796
14797         * configure.ac:
14798         * ext/Makefile.am:
14799         * ext/kio/Makefile.am:
14800         * ext/kio/kioreceiver.cpp:
14801         * ext/kio/kioreceiver.h:
14802         * ext/kio/kiosrc.cpp:
14803         * ext/kio/kiosrc.h:
14804           add experimental kiosrc plugin
14805         * ext/alsa/gstalsaplugin.c: (plugin_init):
14806           initialize debugging category only when we're sure registering the
14807           plugins worked.
14808
14809 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14810
14811         * examples/gstplay/player.c: (main):
14812         * gst-libs/gst/play/play.c: (gst_play_class_init),
14813         (gst_play_set_location), (gst_play_set_data_src),
14814         (gst_play_set_video_sink), (gst_play_set_audio_sink),
14815         (gst_play_set_visualization), (gst_play_connect_visualization):
14816           check return values of element_set_state and return FALSE where
14817           failed
14818
14819 2004-03-29  Benjamin Otte  <otte@gnome.org>
14820
14821         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14822           try harder to check if an event is really a discont
14823
14824 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14825
14826         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
14827         * po/az.po:
14828
14829 2004-03-28  Benjamin Otte  <otte@gnome.org>
14830
14831         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
14832         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
14833         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
14834           get rid of non-standard "..." ranges in case statements.
14835
14836 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
14837
14838         * gst/mpegstream/gstmpegdemux.c:
14839         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
14840         specific functionality split to the new dvddemux element.
14841         * gst/mpegstream/gstdvddemux.c:
14842         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
14843         streams, derived from mpegdemux.
14844         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
14845         up. SCR based timestamp rewriting can be turned off (will probably
14846         completely disappear soon).
14847         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
14848         hacking. General cleanup. All printf statements replaced by
14849         debugging messages. Almost complete libdvdnav support.
14850         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
14851         by events. New properties for audio and subpicture languages.
14852         (dvdnavsrc_update_highlight): Now uses events.
14853         (dvdnavsrc_user_op): Cleaned up.
14854         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
14855         based). Lots of cleanup, and propper support for most libdvdnav
14856         events.
14857         (dvdnavsrc_make_dvd_event): New function.
14858         (dvdnavsrc_make_dvd_nav_packet_event): New function.
14859         (dvdnavsrc_make_clut_change_event): New function.
14860
14861 2004-03-26  Benjamin Otte  <otte@gnome.org>
14862
14863         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
14864           fix bug where typefinding would claim it's theora whenever less then
14865           7 bytes of data were available
14866
14867 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14868
14869         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
14870         (gst_alawdec_base_init), (gst_alawdec_class_init),
14871         (gst_alawdec_init), (gst_alawdec_chain):
14872         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
14873         (gst_alawenc_base_init), (gst_alawenc_class_init),
14874         (gst_alawenc_init), (gst_alawenc_chain):
14875         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
14876         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
14877         (gst_mulawdec_init), (gst_mulawdec_chain):
14878         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
14879         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
14880         (gst_mulawenc_init), (gst_mulawenc_chain):
14881           Fix capsnego in all four, remove the unused property functions and
14882           simplify the chain functions slightly. I guess we could use macros
14883           or something similar for those, since the code is so similar, but
14884           I'm currently too lazy...
14885
14886 2004-03-24  David Schleef  <ds@schleef.org>
14887
14888         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
14889         (gst_osselement_close_audio), (gst_osselement_probe_caps),
14890         (gst_osselement_get_format_structure),
14891         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
14892         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
14893         (gst_osselement_rate_int_compare): Add code to handle rate probing
14894         (bug #120883)
14895         * sys/oss/gstosselement.h: same
14896         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
14897         Use rate probing provided by osselement.
14898         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
14899
14900 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14901
14902         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
14903         (gst_xvidenc_get_property):
14904           ulong/int mess-up.
14905
14906 2004-03-24  David Schleef  <ds@schleef.org>
14907
14908         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
14909         (gst_speexdec_init):
14910         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14911         (gst_speexenc_init):  Create the pad template correctly (from
14912         the static pad template, not a NULL pointer.)
14913
14914 2004-03-25  Benjamin Otte  <otte@gnome.org>
14915
14916         * gst/debug/Makefile.am:
14917         * gst/debug/breakmydata.c:
14918           add element that quasi-randomly changes bytes in the stream.
14919           Intended use is robustness checking of demuxers and decoders in
14920           media tests.
14921
14922 2004-03-24  Benjamin Otte  <otte@gnome.org>
14923
14924         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14925         (gst_alsa_probe_hw_params):
14926         * ext/alsa/gstalsa.h:
14927           debugging output fixes
14928
14929 2004-03-24  Benjamin Otte  <otte@gnome.org>
14930
14931         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
14932           don't g_return_if_fail if element is PLAYING, fail silently as every
14933           other element.
14934         * gst/effectv/gstquark.c: (gst_quarktv_chain):
14935           only fix needed for cast lvalue issues in gst-plugins
14936         * gst/volenv/gstvolenv.c: (gst_volenv_init):
14937           add proxy_getcaps
14938
14939 2004-03-24  Benjamin Otte  <otte@gnome.org>
14940
14941         * gst/level/gstlevel.c: (gst_level_init):
14942           add proxying getcaps function, so level doesn't advertise impossible
14943           caps
14944
14945 2004-03-24  David Schleef  <ds@schleef.org>
14946
14947         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14948         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
14949         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
14950         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
14951         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
14952         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
14953         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
14954         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
14955         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
14956         messages.  Divide the chunk size by the compression ratio
14957         (needed for MACE audio)
14958
14959 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14960
14961         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
14962           Fix buffer overflow read error.
14963
14964 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14965
14966         * ext/alsa/gstalsa.h:
14967           Remove unused entry.
14968         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14969           Add cinepak.
14970         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
14971         (gst_videodrop_link), (gst_videodrop_chain):
14972           Fix, sort of. Was horribly broken with new capsnego. Bah...
14973
14974 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
14975
14976         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
14977         (plugin_init):
14978         Add a monkeysaudio typefind function
14979
14980 2004-03-23  Johan Dahlin  <johan@gnome.org>
14981
14982         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
14983         (gst_play_video_fixate): Check so the structure has the field
14984         before trying to fixate them, this makes it possible to have
14985         fakesinks for video and audio output without printing errors on
14986         the output console.
14987
14988 2004-03-22  David Schleef  <ds@schleef.org>
14989
14990         * sys/oss/Makefile.am:
14991         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
14992         (check_rate), (add_rate):  Rate probing test app.
14993
14994 2004-03-21  Benjamin Otte  <otte@gnome.org>
14995
14996         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
14997         (_fixate_caps_to_int), (gst_audio_convert_fixate):
14998           add a fixation function that pretty much does the right thing (fixes
14999           #137556)
15000
15001 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
15002
15003         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
15004
15005 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
15006
15007         reviewed by: Benjamin Otte  <otte@gnome.org>
15008
15009         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
15010           terminate gst_event_new_discontinuous correctly (fixes parts of
15011           #137711)
15012
15013 2004-03-19  David Schleef  <ds@schleef.org>
15014
15015         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
15016         since it doesn't depend on X, and it's part of our ABI.
15017
15018 2004-03-19  Iain <iain@prettypeople.org>
15019
15020         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
15021         is_int in the structure, not the local variable.
15022
15023 2004-03-19  David Schleef  <ds@schleef.org>
15024
15025         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
15026         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
15027         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
15028         Improvements in caps negotiation.
15029
15030 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15031
15032         * po/LINGUAS:
15033         * po/af.po:
15034           adding Afrikaans (Petri Jooste)
15035
15036 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15037
15038         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15039         (gst_ffmpegcolorspace_chain):
15040         throw error instead of g_critical (#137588)
15041
15042 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15043
15044         * Makefile.am:
15045         * configure.ac:
15046           dist common and m4 correctly
15047         * po/sv.po:
15048
15049 2004-03-17  David Schleef  <ds@schleef.org>
15050
15051         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
15052         (bug #137348)
15053
15054 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15055
15056         * po/LINGUAS:
15057         * po/sv.po:
15058           adding Swedish translation (Christian Rose)
15059
15060 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15061
15062         * Makefile.am: use release.mak
15063
15064 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15065
15066         * common/ChangeLog:
15067         * common/gst-autogen.sh:
15068           add some explanation about the version detection
15069         * configure.ac:
15070           fix X check
15071
15072 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15073
15074         * configure.ac: bump nano to 1
15075
15076 === release 0.8.0 ===
15077
15078 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15079
15080         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
15081
15082 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15083
15084         * configure.ac:
15085           update libtool version
15086         * gst-libs/gst/media-info/Makefile.am:
15087           actually use libtool version
15088
15089 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15090
15091         * configure.ac: fix speex detection to work with 1.0 but not 1.1
15092
15093 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15094
15095         * configure.ac:
15096         * gst-plugins.spec.in:
15097         * pkgconfig/Makefile.am:
15098         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
15099         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
15100         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
15101         * pkgconfig/gstreamer-libs.pc.in:
15102         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15103         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15104         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
15105         * pkgconfig/gstreamer-plugins.pc.in:
15106           remove @VERSION@ from some of the pc files since core and plugins
15107           are decoupled.
15108           created gstreamer-plugins.pc as it's a better name, but keeping
15109           -libs around for now to get fixes upstream done first.
15110
15111 2004-03-15  Julien MOUTTE <julien@moutte.net>
15112
15113         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
15114         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
15115         * gst-libs/gst/play/play.h:
15116
15117 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15118
15119         * *.c, *.cc: don't mix tabs and spaces
15120
15121 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15122
15123         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
15124           use the new ffmpegcolorspace
15125         * gst-plugins.spec.in:
15126           package new colorspace and media-info
15127         * configure.ac:
15128         * pkgconfig/Makefile.am:
15129           fix some more disting issues
15130         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15131         * pkgconfig/gstreamer-media-info.pc.in:
15132           generate media-info pc files
15133
15134 2004-03-15  Johan Dahlin  <johan@gnome.org>
15135
15136         * *.h: Revert indenting
15137
15138 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15139
15140         * configure.ac:
15141           adding ffmpegcolorspace element
15142         * gst/ffmpegcolorspace/Makefile.am:
15143         * gst/ffmpegcolorspace/avcodec.h:
15144         * gst/ffmpegcolorspace/common.h:
15145         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
15146         * gst/ffmpegcolorspace/dsputil.h:
15147         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
15148         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15149         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
15150         (gst_ffmpeg_caps_to_pix_fmt):
15151         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
15152         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15153         (gst_ffmpegcolorspace_caps_remove_format_info),
15154         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
15155         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
15156         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
15157         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
15158         (gst_ffmpegcolorspace_set_property),
15159         (gst_ffmpegcolorspace_get_property),
15160         (gst_ffmpegcolorspace_register):
15161         * gst/ffmpegcolorspace/imgconvert.c:
15162         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
15163         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
15164         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
15165         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
15166         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
15167         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
15168         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
15169         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
15170         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
15171         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
15172         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
15173         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
15174         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
15175         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
15176         (img_get_alpha_info), (deinterlace_line),
15177         (deinterlace_line_inplace), (deinterlace_bottom_field),
15178         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
15179         * gst/ffmpegcolorspace/imgconvert_template.h:
15180         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
15181         * gst/ffmpegcolorspace/mmx.h:
15182         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
15183           adding ffmpegcolorspace element supplied by Ronald after cleaning
15184           up and pulling in the right bits of upstream source.
15185           I'm sure a better C/compiler wizard could do some cleaning up (for
15186           example use GLIB's malloc stuff), but as a first pass this
15187           works very well
15188
15189 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15190
15191         * ext/alsa/gstalsa.h:
15192           I assume Ronald forgot to commit the change to have cardname
15193           as a struct member.  Expect some public spanking at the next
15194           opportunity.
15195
15196 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15197
15198         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
15199         (gst_alsa_open_audio), (gst_alsa_close_audio):
15200         * ext/alsa/gstalsa.c:
15201           Don't open the device if we're a mixer (= padless).
15202         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
15203         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
15204         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
15205           Open mixer during state change rather than during object
15206           initialization. Also, get a device name. Currently in a somewhat
15207           hackish fashion, but I didn't really find something better.
15208
15209 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15210
15211         * *.c, *.h: run gst-indent
15212
15213 2004-03-14  Benjamin Otte  <otte@gnome.org>
15214
15215         * gst/modplug/gstmodplug.cc:
15216         * gst/modplug/gstmodplug.h:
15217           set correct timestamps on outgoing buffers
15218
15219 2004-03-14  Benjamin Otte  <otte@gnome.org>
15220
15221         * gst/modplug/gstmodplug.cc:
15222           handle events - don't do crap when a discont arrives that's not
15223           necessary
15224           This allows correct loading and playback of mods in Rhythmbox
15225
15226 2004-03-14  Benjamin Otte  <otte@gnome.org>
15227
15228         * configure.ac:
15229         * gst-libs/gst/gconf/Makefile.am:
15230         * pkgconfig/Makefile.am:
15231           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
15232           they get rebuilt properly
15233         * configure.ac:
15234           when checking for vorbis, try pkgconfig first.
15235         * gst/modplug/gstmodplug.cc:
15236           add fixate function
15237
15238 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15239
15240         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15241           Fix for obvious mistake, where we first shift the offset and then
15242           read a samplesize element assuming the old offset. Note that this
15243           part still has something weird, i.e. my movies containing those
15244           don't actually play well, but at least there's something that looks
15245           like sound now.
15246
15247 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
15248         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
15249         (plugin_init):
15250         Add a typefind function for speex format
15251
15252 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15253
15254         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
15255         (gst_asf_demux_setup_pad):
15256           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
15257           instead of 0. Reason is simple: some elements have a fps range
15258           of 1-max instead of 0-max. So now ASF video actually works.
15259
15260 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15261
15262         * po/LINGUAS:
15263         * po/sr.po:
15264           adding serbian as a language
15265
15266 2004-03-13  Benjamin Otte  <otte@gnome.org>
15267
15268         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
15269           return taglist correctly from _get function, don't gst_pad_push it.
15270           (fixes #137042)
15271
15272 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
15273         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
15274
15275 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15276
15277         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
15278         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
15279         (gst_alsa_mixer_track_new):
15280         * ext/alsa/gstalsamixertrack.h:
15281           Fix ancient leftovers... MixerTrack is a GObject.
15282
15283 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15284
15285         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
15286         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15287           Don't block during probing...
15288
15289 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15290
15291         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
15292         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
15293         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
15294         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
15295         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
15296         (gst_alsa_open_audio), (gst_alsa_close_audio):
15297         * ext/alsa/gstalsa.h:
15298           Add propertyprobe interface implementation, add some device-name
15299           property, all this so that it looks good in gnome-volume-control.
15300
15301 2004-03-12  David Schleef  <ds@schleef.org>
15302
15303         * configure.ac: the Hermes library controls hermescolorspace, not
15304         colorspace.
15305         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
15306         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
15307         not /* */
15308         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
15309         * ext/sdl/sdlvideosink.h: ditto.
15310         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
15311
15312 2004-03-12  Benjamin Otte  <otte@gnome.org>
15313
15314         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
15315         (gst_x_overlay_got_xwindow_id):
15316         * gst-libs/gst/xoverlay/xoverlay.h:
15317           replace XID with unsigned long to get rid of the xlibs dependency in
15318           XOverlay (fixes #137004)
15319
15320 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
15321         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
15322         (gst_agingtv_setup):
15323         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
15324         (gst_dicetv_base_init), (gst_dicetv_class_init),
15325         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
15326         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
15327         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
15328         (gst_edgetv_setup), (gst_edgetv_rgb32):
15329         * gst/effectv/gsteffectv.c:
15330         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
15331         (gst_quarktv_set_property):
15332         * gst/effectv/gstrev.c: (gst_revtv_get_type),
15333         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
15334         (gst_revtv_setup), (gst_revtv_rgb32):
15335         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
15336         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
15337         (gst_shagadelictv_init), (gst_shagadelictv_setup),
15338         (gst_shagadelictv_rgb32):
15339         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
15340         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
15341         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
15342         * gst/effectv/gstwarp.c:
15343         Port everything that can be ported to videofilter and fix up the caps.
15344         Can someone with a big-endian machine please check these?
15345
15346 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15347
15348         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
15349         (gst_osssink_chain), (gst_osssink_change_state):
15350           Latest fixes for A/V sync, audio playback and such. This is about
15351           all... MPEG playback issues are mostly related to the async build-
15352           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
15353
15354 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15355
15356         patch from: Stephane Loeuillet
15357
15358         * configure.ac:
15359           use pkg-config for some libraries, falling back to the old .m4 way
15360           (fixes #131270)
15361         * m4/libdv.m4:
15362           removed
15363
15364 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15365
15366         * configure.ac:
15367         * tools/Makefile.am:
15368         * tools/Makefile.in:
15369         * tools/gst-launch-ext-m.m:
15370         * tools/gst-launch-ext.1.in:
15371         * tools/gst-visualise-m.m:
15372         * tools/gst-visualise.1:
15373         * tools/gst-visualise.1.in:
15374           reorganizing generation of script tools
15375
15376 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15377
15378         * ext/divx/gstdivxdec.c:
15379           Downgrade priority. We prefer ffdec_mpeg4.
15380         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
15381         (gst_faad_chain), (gst_faad_change_state):
15382           Fix capsnego. Doesn't work for some sounds because we don't have
15383           a 5:1 to stereo element.
15384         * ext/xvid/gstxvid.c: (plugin_init):
15385           Add priority.
15386         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
15387         (gst_osssink_change_state):
15388           Add discont handling.
15389
15390 2004-03-09  Colin Walters  <walters@verbum.org>
15391
15392         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
15393         conversion.
15394
15395 2004-03-09  Benjamin Otte  <otte@gnome.org>
15396
15397         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
15398           the signals take 2 arguments
15399
15400 2004-03-09  David Schleef  <ds@schleef.org>
15401
15402         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
15403         (gst_alsa_fixate): Add fixate function.  (bug #136686)
15404         * ext/alsa/gstalsa.h:
15405         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
15406
15407 2004-03-09  Benjamin Otte  <otte@gnome.org>
15408
15409         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
15410         (gst_mikmod_change_state):
15411         * ext/mikmod/gstmikmod.h:
15412           make mikmod's loop function not loop infinitely and call
15413           gst_element_yield anymore
15414         * gst/modplug/gstmodplug.cc:
15415           fix pad negotiation (fixes #136590)
15416
15417 2004-03-09  David Schleef  <ds@schleef.org>
15418
15419         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
15420         doesn't conflict with the internal colorspace plugin.
15421         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
15422         satisfy the crappy-ass shell shipped by a certain vendor.
15423         * gst/videofilter/make_filter: same (bug #135299)
15424
15425 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15426
15427         * configure.ac: bump nano to 1
15428
15429 === release 0.7.6 ===
15430
15431 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15432
15433         * configure.in: releasing 0.7.6, "There"
15434
15435 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15436
15437         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15438         * pkgconfig/gstreamer-play.pc.in:
15439           synchronize the two
15440
15441 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15442
15443         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
15444         (cdparanoia_open), (cdparanoia_event):
15445           fix/add error handling
15446         * po/POTFILES.in:
15447           add cdparanoia source
15448         * tools/Makefile.am:
15449           make scripts executable
15450
15451 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15452
15453         * configure.ac:
15454         * ext/vorbis/Makefile.am:
15455         * sys/Makefile.am:
15456           remove id3types, vorbisfile and xvideosink from the build (#133783)
15457
15458 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15459
15460         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
15461           Fix metadata read crash (#136537).
15462
15463 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15464
15465         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
15466         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
15467           adding mime types, fixing the one-stop function
15468
15469 2004-03-08  Christian Schaller <Uraeus@gnome.org>
15470
15471         * ext/nas/nassink.c and /ext/nas/nassink.h:
15472         More NAS love from Arwed von Merkatz
15473         So lets all sing 'Can you feel the NAS tonight'
15474
15475 2004-03-08  Christian Schaller <Uraeus@gnome.org>
15476
15477         * tools/gst-launch-ext.in:
15478         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
15479
15480 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15481
15482         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
15483         (gst_mpeg2dec_init):
15484         remove the user_data pad for now, because it is being used in
15485         fixating causing MPEG playback to fixate on 1000 Hz for playback.
15486         If someone knows how to fix this properly, please do.
15487
15488 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15489
15490         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
15491         (gst_osssink_get_time):
15492         add a warning, IMO this won't get triggered anymore, remove later
15493
15494 2004-03-07  David Schleef  <ds@schleef.org>
15495
15496         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
15497         format (bug #136470)
15498
15499 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
15500
15501         * gst-libs/Makefile.am:
15502         * gst-libs/gst/media-info/Makefile.am:
15503         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
15504         (error_callback), (gst_media_info_error_create),
15505         (gst_media_info_error_element), (gmip_init), (gmip_reset),
15506         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
15507         * gst-libs/gst/media-info/media-info-priv.h:
15508         * gst-libs/gst/media-info/media-info-test.c: (main):
15509         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
15510         (gst_media_info_class_init), (gst_media_info_instance_init),
15511         (gst_media_info_set_source), (gst_media_info_read_with_idler),
15512         (gst_media_info_read_idler), (gst_media_info_read):
15513         * gst-libs/gst/media-info/media-info.h:
15514         fixed, should work now
15515
15516 2004-03-07  Christian Schaller <Uraeus@gnome.org>
15517
15518         * ext/nas/nassink.c:
15519         A bunch of NAS fixes from Arwed von Merkatz
15520
15521 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15522
15523         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
15524         (qtdemux_parse_trak):
15525           Fix crash (j might be greater than n_samples, in which case we're
15526           writing outside the allocated space for the array) and memleak.
15527
15528 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15529
15530         * sys/oss/gstosssink.c: (gst_osssink_chain):
15531           And another caller that couldn't handle delay < 0 (unsigned
15532           integer overflow). Video now continues playing on an audio
15533           buffer underrun, and the clock continues working. Audio still
15534           stalls.
15535
15536 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15537
15538         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
15539         (gst_osssink_get_time):
15540           get_delay() may return values lower than 0. In those cases, we
15541           should not actually cast to *unsigned* int64, that will break
15542           stuff horribly. In my case, it screwed up A/V sync in movies
15543           in totem rather badly.
15544
15545 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
15546
15547         * ext/faac/gstfaac.c: (gst_faac_chain):
15548         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
15549         * ext/libpng/gstpngenc.c: (user_write_data):
15550         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
15551         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
15552         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
15553         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
15554         Fix several misuse of gst_buffer_merge (it doesn't take ownership
15555         of any buffer), should fix some leaks. I hope I didn't unref buffers
15556         that shouldn't be...
15557
15558 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15559
15560         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
15561         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
15562         (error_callback), (gmi_reset), (gmi_seek_to_track),
15563         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
15564         (gmip_find_type_post), (gmip_find_stream_post),
15565         (gmip_find_track_streaminfo_post):
15566         * gst-libs/gst/media-info/media-info-priv.h:
15567         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
15568         (info_print), (main):
15569         * gst-libs/gst/media-info/media-info.c:
15570         (gst_media_info_error_create), (gst_media_info_error_element),
15571         (gst_media_info_instance_init), (gst_media_info_get_property),
15572         (gst_media_info_new), (gst_media_info_set_source),
15573         (gst_media_info_read_idler), (gst_media_info_read):
15574         * gst-libs/gst/media-info/media-info.h:
15575           first pass at making this work again.  This seems to work on
15576           tagged ogg/vorbis and mp3 files.
15577
15578 2004-03-06  Benjamin Otte  <otte@gnome.org>
15579
15580         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15581           fix huge leak: gst_buffer_merge doesn't unref the first argument
15582           itself.
15583
15584 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15585
15586         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
15587           report layer/mode/emphasis
15588
15589 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
15590
15591         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
15592
15593 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15594
15595         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
15596           signal serial
15597
15598 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15599
15600         * ext/vorbis/vorbis.c: (plugin_init):
15601         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15602         (gst_vorbis_dec_init), (vorbis_dec_event):
15603         add debug category
15604         make vorbisdec handle _BYTE and _TIME queries
15605
15606 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
15607
15608         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
15609           from the xing header
15610
15611 2004-03-06  Benjamin Otte  <otte@gnome.org>
15612
15613         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
15614         (gst_audio_convert_link), (gst_audio_convert_change_state),
15615         (gst_audio_convert_buffer_from_default_format):
15616           do conversions from/to float correctly, fix some caps nego errors,
15617           export correct supported caps in template and getcaps, use correct
15618           caps in try_set_caps functions
15619
15620 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
15621
15622         For some reason, I only committed a ChangeLog entry yesterday and
15623         not the corresponding code...
15624         * ext/mad/gstmad.c: Fix detection of Xing headers
15625         * gst/tags/gstid3tag.c: Changes to support TLEN tags
15626
15627 2004-03-06  Benjamin Otte  <otte@gnome.org>
15628
15629         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
15630         (gst_ogg_demux_src_query):
15631           make sure to handle the case where there's no current chain
15632           gracefully.
15633
15634 2004-03-05  David Schleef  <ds@schleef.org>
15635
15636         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
15637         Add fixate function. (bug #131128)
15638         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
15639         (gst_sdlvideosink_fixate):  Add fixate function.
15640         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15641         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
15642         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
15643         Fix missing break that was causing ulaw to be interpreted as
15644         raw int.
15645
15646 2004-03-05  David Schleef  <ds@schleef.org>
15647
15648         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
15649         Fix code that ignores return value of gst_buffer_merge().
15650         (bug #114560)
15651         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
15652         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
15653         * testsuite/gst-lint:  Check for above.
15654
15655 2004-03-05  David Schleef  <ds@schleef.org>
15656
15657         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
15658         caps and throw an element error.  (bug #136334)
15659
15660 2004-03-05  David Schleef  <ds@schleef.org>
15661
15662         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
15663         (gst_faad_chain): Fix negotiation.
15664         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
15665         key and button events.
15666         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
15667         dung heap of code.
15668         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
15669         depends on gconf
15670         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
15671         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
15672         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
15673         function to encourage better negotiation, particularly between
15674         audioconvert and osssink.
15675         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
15676         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
15677         more important.
15678         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
15679         typefinding.
15680         * gst/vbidec/vbiscreen.c:  Add glib header
15681         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
15682
15683 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
15684
15685         * ext/mad/gstmad.c: Fix detection of Xing headers
15686         * gst/tags/gstid3tag.c: Changes to support TLEN tags
15687
15688 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15689
15690         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
15691         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
15692           debug updates
15693
15694 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
15695
15696         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
15697         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
15698         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
15699         files, and report the parsed length as a GST_TAG_DURATION tag.
15700         * gst/tags/gstid3tag.c: support TLEN (duration) tag
15701
15702 2004-03-05  Benjamin Otte  <otte@gnome.org>
15703
15704         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
15705           convert channels correctly. convert correctly to unsigned.
15706
15707 2004-03-05  Julien MOUTTE <julien@moutte.net>
15708
15709         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
15710         we have a window before clearing it.
15711
15712 2004-03-05  Julien MOUTTE <julien@moutte.net>
15713
15714         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
15715         have a window before clearing it.
15716
15717 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15718
15719         * gconf/gstreamer.schemas.in:
15720         * gst-libs/gst/gconf/Makefile.am:
15721           version installation path the same way as for 0.6
15722         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
15723         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
15724         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15725           remove comment that was fixed
15726
15727 2004-03-05  David Schleef  <ds@schleef.org>
15728
15729         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
15730         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
15731         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
15732         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
15733         Add prototype code for handling seeking and querying.
15734
15735 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15736
15737         * examples/gstplay/player.c: (main):
15738           Initialize variables to NULL. Prevents a segfault because the
15739           (uninitialized) variable is not NULL, resulting in a crash on
15740           trying to reach error->message.
15741
15742 2004-03-05  Benjamin Otte  <otte@gnome.org>
15743
15744         * gst/audioconvert/gstaudioconvert.c:
15745         (gst_audio_convert_buffer_to_default_format):
15746         make float=>int conversion work correctly even in cornercases.
15747
15748 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
15749
15750         * debian/README.Debian:
15751         * debian/build-deps:
15752         * debian/changelog:
15753         * debian/control:
15754         * debian/control.in:
15755         * debian/copyright:
15756         * debian/gstreamer-a52dec.files:
15757         * debian/gstreamer-aa.files:
15758         * debian/gstreamer-alsa.files:
15759         * debian/gstreamer-alsa.manpages:
15760         * debian/gstreamer-arts.files:
15761         * debian/gstreamer-artsd.files:
15762         * debian/gstreamer-audiofile.files:
15763         * debian/gstreamer-avifile.files:
15764         * debian/gstreamer-cdparanoia.files:
15765         * debian/gstreamer-colorspace.files:
15766         * debian/gstreamer-doc.files:
15767         * debian/gstreamer-dv.files:
15768         * debian/gstreamer-dvd.files:
15769         * debian/gstreamer-esd.files:
15770         * debian/gstreamer-festival.files:
15771         * debian/gstreamer-flac.files:
15772         * debian/gstreamer-gconf.conffiles:
15773         * debian/gstreamer-gconf.files:
15774         * debian/gstreamer-gconf.postinst:
15775         * debian/gstreamer-gnomevfs.files:
15776         * debian/gstreamer-gsm.files:
15777         * debian/gstreamer-http.files:
15778         * debian/gstreamer-jack.files:
15779         * debian/gstreamer-jpeg.files:
15780         * debian/gstreamer-mad.files:
15781         * debian/gstreamer-mikmod.files:
15782         * debian/gstreamer-misc.files:
15783         * debian/gstreamer-mpeg2dec.files:
15784         * debian/gstreamer-oss.files:
15785         * debian/gstreamer-plugin-apps.files:
15786         * debian/gstreamer-plugin-apps.manpages:
15787         * debian/gstreamer-plugin-libs-dev.files:
15788         * debian/gstreamer-plugin-libs.files:
15789         * debian/gstreamer-plugin-template.postinst:
15790         * debian/gstreamer-plugin-template.postrm:
15791         * debian/gstreamer-sdl.files:
15792         * debian/gstreamer-sid.files:
15793         * debian/gstreamer-vorbis.files:
15794         * debian/gstreamer-x.files:
15795         * debian/mk.control:
15796         * debian/rules:
15797         Debian package info not maintained here.
15798
15799 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15800
15801         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
15802         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
15803         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
15804         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
15805         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
15806         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
15807         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
15808         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
15809         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
15810         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
15811         * gst-libs/gst/colorbalance/colorbalance.c:
15812         (gst_color_balance_class_init):
15813         * gst-libs/gst/colorbalance/colorbalancechannel.c:
15814         (gst_color_balance_channel_class_init):
15815         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
15816         * gst-libs/gst/play/play.c: (gst_play_class_init):
15817         * gst-libs/gst/propertyprobe/propertyprobe.c:
15818         (gst_property_probe_iface_init):
15819         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
15820         * gst-libs/gst/tuner/tunerchannel.c:
15821         (gst_tuner_channel_class_init):
15822         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
15823         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
15824         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
15825         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
15826         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
15827         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15828         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15829         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
15830         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
15831           fix signals to use - instead of _
15832         * ext/libcaca/gstcacasink.h:
15833         * ext/sdl/sdlvideosink.h:
15834           fix header rename
15835
15836 2004-03-04  David Schleef  <ds@schleef.org>
15837
15838         * testsuite/gst-lint:  Add a check for bad signal names.
15839
15840 2004-03-04  <kost@imn.htwk-leipzig.de>
15841
15842         reviewed by David Schleef
15843
15844         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
15845         modified the alpha channel and caused a warning. (bug #136192)
15846
15847 2004-04-03  Christian Schaller <Uraeus@gnome.org>
15848
15849         * gst-plugins.spec.in:
15850         Change names of plugins to actually be correct. Try to keep things
15851         alphabetical to avoid getting beat up by Thomas
15852
15853 2004-03-03  Julien MOUTTE <julien@moutte.net>
15854
15855         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
15856         Using ximagesink as a default if no gconf key found. We should
15857         probably consider using alsasink instead of osssink for the audio
15858         part.
15859
15860 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15861
15862         * configure.ac:
15863           fix --with-plugins, don't think it ever worked before
15864         * gst-plugins.spec.in:
15865           even more updates
15866
15867 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15868
15869         * ext/sdl/sdlvideosink.h:
15870         * sys/ximage/ximagesink.h:
15871         * sys/xvideo/xvideosink.h:
15872         * sys/xvimage/xvimagesink.h:
15873           Fix for move of gstvideosink.h -> videosink.h.
15874
15875 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15876
15877         * gst-libs/gst/xwindowlistener/Makefile.am:
15878           this is a plugin library, not a library
15879
15880 2004-03-01  David Schleef  <ds@schleef.org>
15881
15882         * AUTHORS:  Added some names.  Add yourself if you're still
15883         missing.
15884
15885 2004-03-01  David Schleef  <ds@schleef.org>
15886
15887         * MAINTAINERS: Add
15888
15889 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15890
15891         * gst-plugins.spec.in: clean up spec file
15892
15893 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15894
15895         * gst-libs/gst/video/Makefile.am:
15896         * gst-libs/gst/video/gstvideosink.c:
15897         * gst-libs/gst/video/gstvideosink.h:
15898           rename gstvideosink.h to videosink.h to match other headers
15899         * gst/mixmatrix/Makefile.am:
15900           fix plugin filename
15901         * gst/tags/Makefile.am: fix plugin filename
15902
15903 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15904
15905         * gst/tags/Makefile.am: fix plugin filename
15906
15907 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15908
15909         * examples/gstplay/player.c: (got_time_tick), (main):
15910           add error handler
15911           display time_tick more readably
15912         * gst/mixmatrix/Makefile.am:
15913           fix plugin file name
15914
15915 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
15916
15917         * sys/oss/gstosselement.c: (gst_osselement_probe),
15918         (device_combination_append), (gst_osselement_class_probe_devices):
15919         * sys/oss/gstosselement.h:
15920           Reworked enumeration of oss dsps and mixers so that gst-mixer works
15921           on my system using alsa oss emulation, fixes bug #135597
15922
15923 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15924
15925         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
15926         (gst_videodrop_chain), (gst_videodrop_change_state):
15927         * gst/videodrop/gstvideodrop.h:
15928           Work based on timestamp of input data, not based on the expected
15929           framerate from the input. The consequence is that this element now
15930           not only scales framerates, but also functions as a framerate
15931           corrector or framerate stabilizer/constantizer.
15932
15933 2004-02-27  David Schleef  <ds@schleef.org>
15934
15935         patches from jmmv@menta.net (Julio M. Merino Vidal)
15936
15937         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
15938         GST_ELEMENT_ERROR call (bug #135634)
15939         * gst/interleave/interleave.c: (interleave_buffered_loop),
15940         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
15941         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
15942         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
15943         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
15944         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
15945         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
15946         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
15947         Fix GST_ELEMENT_ERROR call.
15948         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
15949         GST_ELEMENT_ERROR call.
15950
15951 2004-02-27  Benjamin Otte  <otte@gnome.org>
15952
15953         * gst-libs/gst/audio/audio.h:
15954           add macro to make sure header isn't included twice
15955         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
15956           don't use gst_buffer_free
15957         * gst/playondemand/filter.func:
15958           don't use gst_data_free. Free data only once.
15959
15960 2004-02-26  David Schleef  <ds@schleef.org>
15961
15962         * gst-libs/gst/colorbalance/Makefile.am:
15963         * gst-libs/gst/mixer/Makefile.am:
15964         * gst-libs/gst/tuner/Makefile.am:
15965         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
15966         should not be disted, -marshal.h files should not be installed,
15967         and -enum.h files _should_ be installed.  Fix to make this the
15968         case.
15969
15970 === release 0.7.5 ===
15971
15972 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15973
15974         * configure.ac: release 0.7.5, "Under The Sea"
15975
15976 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15977
15978         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15979         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
15980         * gst/videoscale/gstvideoscale.c:
15981         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
15982           assorted debug/warning fixes
15983
15984 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15985
15986         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
15987         (gst_videoscale_init), (gst_videoscale_chain),
15988         (gst_videoscale_set_property), (plugin_init):
15989         * gst/videoscale/gstvideoscale.h:
15990         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15991         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
15992         (gst_videoscale_planar400), (gst_videoscale_packed422),
15993         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
15994         (gst_videoscale_24bit), (gst_videoscale_16bit),
15995         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
15996         (gst_videoscale_scale_plane_slow),
15997         (gst_videoscale_scale_point_sample),
15998         (gst_videoscale_scale_nearest),
15999         (gst_videoscale_scale_nearest_str2),
16000         (gst_videoscale_scale_nearest_str4),
16001         (gst_videoscale_scale_nearest_32bit),
16002         (gst_videoscale_scale_nearest_24bit),
16003         (gst_videoscale_scale_nearest_16bit):
16004         add debugging category and use it properly
16005         fix use of GST_PTR_FORMAT
16006
16007 2004-02-25  Andy Wingo  <wingo@pobox.com>
16008
16009         * gst/interleave/interleave.c (interleave_buffered_loop): Always
16010         push only when channel->buffer is NULL. Prevents segfaults doing
16011         the state change after a nonlocal exit, like a scheme exception.
16012
16013         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
16014         Handle the case where the intersected caps is empty.
16015
16016 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16017
16018         * gst/law/mulaw-decode.c: (mulawdec_link):
16019         * gst/law/mulaw.c: (plugin_init):
16020           fix mulawdec so it actually works again
16021
16022 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
16023
16024         reviewed by: David Schleef  <ds@schleef.org>
16025
16026         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
16027         (gst_gamma_init), (gst_gamma_set_property),
16028         (gst_gamma_get_property), (gst_gamma_calculate_tables),
16029         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
16030         for RGB, with separate r g and b correction factors. (#131167)
16031
16032 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16033
16034         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16035           only signal tags for bitrate if they're > 0 (#134894)
16036
16037 2004-02-24  David Schleef  <ds@schleef.org>
16038
16039         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
16040         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
16041         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
16042         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
16043         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
16044         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
16045         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
16046         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
16047         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
16048         category.  Attempt to fix timestamp calculation.
16049
16050 2004-02-24  Johan Dahlin  <johan@gnome.org>
16051
16052         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
16053
16054 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16055
16056         * configure.ac:
16057         * gconf/Makefile.am:
16058         * gconf/gstreamer.schemas:
16059         * gst-libs/gst/gconf/Makefile.am:
16060         * gst-libs/gst/gconf/gconf.c:
16061           version gconf schemas and install locations
16062
16063 2004-02-23  Benjamin Otte  <otte@gnome.org>
16064
16065         * ext/xine/xineinput.c: (gst_xine_input_dispose):
16066         (gst_xine_input_subclass_init):
16067           call parent dispose.
16068           change pad template for CD reader correctly
16069         * ext/xine/Makefile.am:
16070         * ext/xine/gstxine.h:
16071         * ext/xine/xine.c: (plugin_init):
16072         * ext/xine/xineaudiosink.c:
16073           wrap audio sinks, too
16074         * gst-libs/gst/resample/private.h:
16075         * gst-libs/gst/resample/resample.c: (gst_resample_init),
16076         (gst_resample_reinit), (gst_resample_scale),
16077         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
16078         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
16079         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
16080         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
16081         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
16082         * gst-libs/gst/resample/resample.h:
16083         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
16084         (gst_audioscale_class_init), (gst_audioscale_link),
16085         (gst_audioscale_get_buffer), (gst_audioscale_init),
16086         (gst_audioscale_chain), (gst_audioscale_set_property),
16087         (gst_audioscale_get_property):
16088         * gst/audioscale/gstaudioscale.h:
16089           s/resample_*/gst_resample_*/i to not clobber namespaces
16090
16091 2004-02-23  Julien MOUTTE  <julien@moutte.net>
16092
16093         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16094         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
16095         (gst_riff_create_video_template_caps),
16096         (gst_riff_create_audio_template_caps),
16097         (gst_riff_create_iavs_template_caps):
16098         * gst-libs/gst/riff/riff-media.h:
16099         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
16100         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
16101         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
16102         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16103         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16104         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16105         (gst_matroska_demux_plugin_init): First batch implementing audio and
16106         video codec tags in demuxers.
16107
16108 2004-02-22  Benjamin Otte  <otte@gnome.org>
16109
16110         * ext/xine/Makefile.am:
16111         * ext/xine/gstxine.h:
16112         * ext/xine/xine.c: (plugin_init):
16113         * ext/xine/xineinput.c:
16114           add input plugin wrapper. Playback from files, http, mms and cdda
16115           works.
16116         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
16117           remove leftover G_GNUC_UNUSED
16118         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
16119         (gst_asf_demux_identify_guid):
16120           improve debugging output
16121
16122 2004-02-22  Benjamin Otte  <otte@gnome.org>
16123
16124         reported by: Padraig O'Briain <padraig.obriain@sun.com>
16125
16126         * autogen.sh:
16127           replace test -e with test -x for mkinstalldirs to be more portable.
16128           (fixes #134816)
16129
16130 2004-02-22  Benjamin Otte  <otte@gnome.org>
16131
16132         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
16133
16134         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
16135           set rank to PRIMARY
16136         * gst/volume/gstvolume.c: (plugin_init):
16137           set rank to NONE
16138         fixes #134960
16139
16140 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
16141
16142         reviewed by Benjamin Otte  <otte@gnome.org>
16143
16144         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
16145           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
16146
16147 2004-02-22  Benjamin Otte  <otte@gnome.org>
16148
16149         * configure.ac:
16150           export [_]*{gst,Gst,GST}.* symbols from plugins
16151
16152 2004-02-22  Christophe Fergeau <teuf@gnome.org>
16153
16154         reviewed by: Benjamin Otte  <otte@gnome.org>
16155
16156         * ext/lame/gstlame.c: (add_one_tag):
16157         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
16158         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
16159         (gst_vorbisenc_metadata_set1):
16160         * gst/tags/gstid3tag.c:
16161         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
16162           apply fixes from bugs #135042 (lame can't write tags) and #133817
16163           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
16164
16165 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
16166
16167         * configure.ac: Export only gst_plugin_desc from plugins.
16168          Note that this change only makes any effect with Linux using libtool
16169          1.5.2 or higher. Otherwise it is silently ignored, but it would build
16170          fine. And don't try to have several versions of libtool in different
16171          directories.
16172
16173 2004-02-20  Andy Wingo  <wingo@pobox.com>
16174
16175         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
16176         interleave respectively.
16177
16178         * gst/interleave/deinterleave.c: New plugin: deinterleave
16179         (replaces on oneton).
16180         * gst/interleave/interleave.c: New plugin: interleave.
16181         * gst/interleave/plugin.h: Support file.
16182         * gst/interleave/plugin.c: Support file.
16183
16184         * configure.ac: Remove intfloat and oneton, add interleave.
16185
16186         * ext/sndfile/gstsf.c: Handle events better.
16187
16188         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
16189         and float2int operation. int2float has scheduling problems as
16190         noted in in2float_chain.
16191
16192 2004-02-20  Benjamin Otte  <otte@gnome.org>
16193
16194         * ext/xine/Makefile.am:
16195         * ext/xine/gstxine.h:
16196         * ext/xine/xine.c:
16197         * ext/xine/xineaudiodec.c:
16198         * ext/xine/xinecaps.c:
16199           add first version of xine plugin wrapper. Currently only wraps the
16200           QDM2 win32 DLL, and even that only in proof-of-concept quality.
16201         * configure.ac:
16202         * ext/Makefile.am:
16203           add xine plugin wrapper, disabled by default. Use --enable-xine to
16204           build. Note that it'll segfault on gst-register if you don't remove
16205           the goom and tvtime post plugins from xine.
16206         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16207         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
16208           add extradata parsing for QDM2.
16209           change around debugging prints.
16210
16211 2004-02-19  Benjamin Otte  <otte@gnome.org>
16212
16213         * ext/lame/gstlame.c: (gst_lame_chain):
16214         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
16215           use gst_tag_list_insert when you want to insert tags
16216
16217 2004-02-18  David Schleef  <ds@schleef.org>
16218
16219         * configure.ac:  Move massink to gst-rotten
16220         * ext/Makefile.am:
16221         * ext/mas/Makefile.am:
16222         * ext/mas/massink.c:
16223         * ext/mas/massink.h:
16224
16225 2004-02-18  David Schleef  <ds@schleef.org>
16226
16227         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
16228         typefinding, since it seems to be worse than nothing.
16229         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
16230         atom to recognize .mp4 and .m4a files as video/quicktime.
16231
16232 2004-02-18  David Schleef  <ds@schleef.org>
16233
16234         * gst/sine/demo-dparams.c: (quit_live),
16235         (dynparm_log_value_changed), (dynparm_value_changed), (main):
16236         Use double dparams, not float.
16237         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16238         (gst_sinesrc_init): Change sync default to FALSE, since multiple
16239         sync'd elements don't really work correctly.
16240         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
16241         (volume_update_volume), (volume_get_property):  Change dparam
16242         to double.
16243
16244 2004-02-18  Julien MOUTTE  <julien@moutte.net>
16245
16246         * sys/ximage/ximagesink.c:
16247         (gst_ximagesink_xwindow_update_geometry),
16248         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
16249         (gst_ximagesink_change_state), (gst_ximagesink_expose),
16250         (gst_ximagesink_init): Rework the way software video scaling works. So
16251         now we check on each chain call if the video frames are feeling the
16252         window. If not we try to renegotiate caps. On failure we memorize that
16253         and we won't try again for that PLAYING sessions.
16254         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
16255         failure.
16256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
16257         synchronous flag.
16258
16259 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16260
16261         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
16262           break up _link so we can give a better debug message for errors
16263
16264 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16265
16266         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
16267           set up debug category
16268
16269 2004-02-18  Julien MOUTTE <julien@moutte.net>
16270
16271         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16272         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
16273         the way renegotiation work. The event handling function is not taking
16274         care of external windows and renegotiate method check for pad flags
16275         NEGOTIATING. Should fix : #133209
16276
16277 2004-02-17  Julien MOUTTE  <julien@moutte.net>
16278
16279         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
16280         pad is negotiating before trying renegotiation.
16281
16282 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16283
16284         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
16285           pass on all possible mime types as typefind hints
16286
16287 2004-02-17  Julien MOUTTE <julien@moutte.net>
16288
16289         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
16290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
16291         possible SHM leak if we crash. All other apps using XShm are doing
16292         that.
16293
16294 2004-02-17  Julien MOUTTE  <julien@moutte.net>
16295
16296         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16297         (gst_ximagesink_expose): Renegotiate size on expose.
16298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
16299         size on expose.
16300
16301 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16302
16303         * testsuite/alsa/sinesrc.c:
16304           cosmetic fix to fix compile issue with gcc 2.95.4
16305
16306 2004-02-16  Julien MOUTTE <julien@moutte.net>
16307
16308         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16309         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
16310         failed opening the audio device.
16311         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16312         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
16313         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
16314         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
16315         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
16316         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
16317         (gst_ximagesink_change_state), (gst_ximagesink_chain),
16318         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
16319         Removing some useless g_return_if_fail like wingo suggested.
16320         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16321         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
16322         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
16323         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
16324         (gst_xvimagesink_update_colorbalance),
16325         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
16326         (gst_xvimagesink_xcontext_clear),
16327         (gst_xvimagesink_get_fourcc_from_caps),
16328         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
16329         (gst_xvimagesink_set_xwindow_id),
16330         (gst_xvimagesink_colorbalance_list_channels),
16331         (gst_xvimagesink_colorbalance_set_value),
16332         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
16333         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
16334
16335 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16336
16337         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
16338           throw error when not negotiated instead of asserting
16339
16340 2004-02-15  Julien MOUTTE  <julien@moutte.net>
16341
16342         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
16343         correct data refcounting.
16344
16345 2004-02-15  Julien MOUTTE  <julien@moutte.net>
16346
16347         * gst/switch/gstswitch.c: (gst_switch_change_state),
16348         (gst_switch_class_init): Cleaning the sinkpads correctly on state
16349         change, mostly the EOS flag.
16350
16351 2004-02-15  Julien MOUTTE  <julien@moutte.net>
16352
16353         * examples/gstplay/player.c: (got_eos), (main): Adding some
16354         output for debugging.
16355         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
16356         timeouts if we go to any state different from PLAYING.
16357         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
16358         more EOS bugs in riff lib.
16359
16360 2004-02-14  Julien MOUTTE  <julien@moutte.net>
16361
16362         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
16363         visualization until i find a way to fix switch correctly.
16364         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
16365         EOS arrives.
16366         * gst/switch/gstswitch.c: (gst_switch_release_pad),
16367         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
16368         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
16369         Reworked switch to get a more correct behaviour with events and refing
16370         of data stored in sinkpads.
16371         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
16372         we don't pull from a pad in EOS.
16373
16374 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16375
16376         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
16377           remove v1 tag even if we can't read it (makes sure we don't detect
16378           it again)
16379
16380 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16381
16382         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
16383         (gst_alsa_xrun_recovery):
16384         * ext/alsa/gstalsa.h:
16385           try xrun recovery when wait failed. Make xrun recovery function
16386           return TRUE/FALSE to indicate success. (might fix #134354)
16387
16388 2004-02-13  David Schleef  <ds@schleef.org>
16389
16390         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
16391         (dynparm_value_changed), (main): Convert from float to double.
16392         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
16393
16394 2004-02-13  David Schleef  <ds@schleef.org>
16395
16396         * gst/silence/gstsilence.c: (gst_silence_class_init),
16397         (gst_silence_set_clock), (gst_silence_get),
16398         (gst_silence_set_property), (gst_silence_get_property):
16399         * gst/silence/gstsilence.h: Add sync property.
16400         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16401         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
16402         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
16403         * gst/sine/gstsinesrc.h: Add sync property.
16404
16405 2004-02-13  David Schleef  <ds@schleef.org>
16406
16407         * gst/intfloat/gstint2float.c: (conv_f32_s16),
16408         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
16409
16410 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16411
16412         * configure.ac:
16413         * ext/Makefile.am:
16414         * gst-libs/ext/Makefile.am:
16415           move ffmpeg plugin to gst-ffmpeg module
16416
16417 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16418
16419         * configure.ac: use GST_ARCH to detect architecture
16420
16421 2004-02-12  Julien MOUTTE  <julien@moutte.net>
16422
16423         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
16424
16425 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16426
16427         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
16428           classify LADSPA plugins based on number of src/sink pads
16429           (#133663, Stefan Kost)
16430         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
16431           fix dparams registration
16432           (#133528, Stefan Kost)
16433         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
16434           fix use of isprint and use g_ascii_isprint instead
16435           (#133316, Stefan Kost)
16436
16437 2004-02-11  David Schleef  <ds@schleef.org>
16438
16439         Convert a few inner loops to use liboil.  This is currently
16440         optional, and is only enabled if liboil is present (duh!).
16441         * configure.ac: Check for liboil-0.1
16442         * gst/intfloat/Makefile.am:
16443         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
16444         (gst_int2float_chain_gint16):
16445         * gst/videofilter/Makefile.am:
16446         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
16447         (tablelookup_u8), (gst_videobalance_planar411):
16448         * gst/videotestsrc/Makefile.am:
16449         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
16450         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
16451         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
16452         (paint_hline_RGB565), (paint_hline_xRGB1555):
16453
16454 2004-02-11  David Schleef  <ds@schleef.org>
16455
16456         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
16457         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
16458         (gst_colorspace_getcaps), (gst_colorspace_link),
16459         (gst_colorspace_base_init), (gst_colorspace_init),
16460         (gst_colorspace_chain), (gst_colorspace_change_state),
16461         (plugin_init): Merge Ronald's patch (bug #117897) and update
16462         for new caps and negotiation.  Seems to work, although it
16463         shows off bugs in lcs.
16464
16465 2004-02-11  David Schleef  <ds@schleef.org>
16466
16467         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
16468         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
16469
16470 2004-02-11  David Schleef  <ds@schleef.org>
16471
16472         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
16473         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
16474         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
16475         Add server and port properties
16476
16477 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16478
16479         * m4/a52.m4:
16480         * m4/aalib.m4:
16481         * m4/as-ffmpeg.m4:
16482         * m4/as-liblame.m4:
16483         * m4/as-slurp-ffmpeg.m4:
16484         * m4/check-libheader.m4:
16485         * m4/esd.m4:
16486         * m4/freetype2.m4:
16487         * m4/gconf-2.m4:
16488         * m4/glib.m4:
16489         * m4/gst-alsa.m4:
16490         * m4/gst-artsc.m4:
16491         * m4/gst-ivorbis.m4:
16492         * m4/gst-matroska.m4:
16493         * m4/gst-sdl.m4:
16494         * m4/gst-shout2.m4:
16495         * m4/gst-sid.m4:
16496         * m4/gtk.m4:
16497         * m4/libdv.m4:
16498         * m4/libfame.m4:
16499         * m4/libmikmod.m4:
16500         * m4/ogg.m4:
16501         * m4/vorbis.m4:
16502           fix underquotedness of macros (#133800)
16503         * m4/as-avifile.m4:
16504         * m4/xmms.m4:
16505           removed because no longer used
16506
16507 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16508
16509         * configure.ac:
16510           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
16511           by autopoint (fixes #132996)
16512
16513 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16514
16515         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
16516         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
16517         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
16518         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
16519           fix memleaks
16520
16521 2004-02-11  David Schleef  <ds@schleef.org>
16522
16523         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
16524         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
16525         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
16526         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
16527         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
16528         (gst_jpegenc_class_init), (gst_jpegenc_init),
16529         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
16530         (gst_jpegenc_chain), (gst_jpegenc_set_property),
16531         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
16532         * ext/jpeg/gstjpegenc.h: Fix negotiation.
16533
16534 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16535
16536         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
16537         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
16538         * ext/mikmod/gstmikmod.h:
16539           fix caps negotiation in mikmod
16540         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
16541           output debug information
16542
16543 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16544
16545         * gst-libs/gst/colorbalance/Makefile.am:
16546         * gst-libs/gst/navigation/Makefile.am:
16547         * gst-libs/gst/xoverlay/Makefile.am:
16548           remove unused GST_OPT_CFLAGS from Makefiles
16549           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
16550
16551 2004-02-07  David Schleef  <ds@schleef.org>
16552
16553         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
16554         push events to pads that haven't been created (#133508)
16555
16556 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
16557
16558         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
16559         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
16560         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
16561         (gst_dvdec_loop), (gst_dvdec_change_state):
16562         Second attempt at committing a working dvdec element.
16563
16564 2004-02-06  David Schleef  <ds@schleef.org>
16565
16566         Build fixes for OS X: (see #129600)
16567         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
16568         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
16569         (gst_riff_read_strf_iavs):
16570         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
16571         (gst_avi_demux_stream_odml):
16572         * gst/playondemand/Makefile.am:
16573         * gst/rtp/rtp-packet.c:
16574
16575 2004-02-05  David Schleef  <ds@schleef.org>
16576
16577         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
16578         last change, because it Just Doesn't Compile.
16579
16580 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16581
16582         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
16583           skip undecodable id3v2 tag instead of keeping it
16584
16585 2004-02-05  David Schleef  <ds@schleef.org>
16586
16587         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16588         Unref leaked buffer.  (Noticed by Ronald)
16589
16590 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
16591
16592         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
16593         Sync requires with other checks.  >= vs =.
16594
16595 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
16596
16597         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
16598         (gst_dvdec_video_link), (gst_dvdec_loop):
16599         * ext/dv/gstdvdec.h:
16600           rework the caps negotiation so that dvdec works again instead
16601           of just segfaulting.
16602
16603 === release 0.7.4 ===
16604
16605 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16606
16607         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
16608         * configure.ac: changed for release
16609
16610 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16611
16612         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
16613         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
16614         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
16615         * pkgconfig/gstreamer-play-uninstalled.pc.in:
16616           reworked patch by David Lehn to fix libdir and includedir for
16617           uninstalled libraries
16618           removed play and gconf from gstreamer-libs since they have their
16619           own pkgconfig files
16620
16621 2004-02-04  David Schleef  <ds@schleef.org>
16622
16623         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
16624         memleak.
16625
16626 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16627
16628         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
16629           use correct GST_TAG_ENCODER tag
16630
16631 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16632
16633         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16634           be sure to stop the clock when going to paused
16635         * sys/oss/gstosssink.c: (gst_osssink_change_state):
16636           reset number of transmitted when going to ready.
16637         fixes #132935
16638
16639 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
16640
16641         reviewed by Benjamin Otte
16642
16643         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
16644           extract track count (fixes #133410)
16645
16646 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16647
16648         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
16649           that should be !=, not == (fixes #132519)
16650
16651 2004-02-04  David Schleef  <ds@schleef.org>
16652
16653         Make sure set_explicit_caps() is called before adding pad.
16654         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
16655         * gst/id3/gstid3types.c: (gst_id3types_loop):
16656         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
16657         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
16658
16659 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
16660
16661         * configure.ac:
16662           bump nano to 2, first prerelease
16663           put back AM_PROG_LIBTOOL
16664
16665 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
16666
16667         * testsuite/alsa/Makefile.am:
16668           these are user test apps, not automatic testsuite tests
16669
16670 2004-02-04  David Schleef  <ds@schleef.org>
16671
16672         Convert GST_DEBUG_CAPS() to GST_DEBUG():
16673         * gst/mpeg1videoparse/gstmp1videoparse.c:
16674         (mp1videoparse_parse_seq):
16675         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
16676         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
16677         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
16678         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
16679         (gst_xvideosink_getcaps):
16680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16681         * testsuite/gst-lint: more tests
16682
16683 2004-02-04  David Schleef  <ds@schleef.org>
16684
16685         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
16686         with the code that they would expand to.
16687         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
16688         (gst_flacdec_get_src_query_types),
16689         (gst_flacdec_get_src_event_masks):
16690         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
16691         (gst_gnomevfssrc_get_query_types),
16692         (gst_gnomevfssrc_get_event_mask):
16693
16694 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16695
16696         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16697         (gst_sinesrc_dispose):
16698           fix memleak by properly disposing sinesrc
16699
16700 2004-02-04  Julien MOUTTE  <julien@moutte.net>
16701
16702         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
16703         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
16704         an overlay to redraw the image because it has been exposed.
16705         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
16706         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
16707         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
16708         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
16709         interface
16710         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
16711         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
16712         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
16713         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
16714         interface
16715
16716 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16717
16718         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
16719           more memleak fixage
16720
16721 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16722
16723         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
16724         * gst/typefind/gsttypefindfunctions.c:
16725           fix memleaks shown by gst-typefind
16726
16727 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16728
16729         * common/glib-gen.mak:
16730           add hack rule to touch .Plo files
16731         * gst-libs/gst/colorbalance/Makefile.am:
16732         * gst-libs/gst/mixer/Makefile.am:
16733         * gst-libs/gst/play/Makefile.am:
16734         * gst-libs/gst/tuner/Makefile.am:
16735           remove glib_root variable
16736
16737 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16738
16739         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
16740           set explicit caps before adding the element, so the autopluggers can
16741           plug correctly.
16742         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
16743         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16744         (mpeg_video_type_find), (mpeg_video_stream_type_find),
16745         (dv_type_find):
16746           fix memleaks in typefind functions. gst_type_find_suggest takes a const
16747           argument.
16748
16749 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16750
16751         * gst-libs/gst/colorbalance/Makefile.am:
16752         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
16753         * gst-libs/gst/colorbalance/colorbalance.c:
16754         * gst-libs/gst/colorbalance/colorbalance.h:
16755         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
16756         * gst-libs/gst/mixer/Makefile.am:
16757         * gst-libs/gst/mixer/mixer-marshal.list:
16758         * gst-libs/gst/mixer/mixer.c:
16759         * gst-libs/gst/mixer/mixer.h:
16760         * gst-libs/gst/mixer/mixermarshal.list:
16761         * gst-libs/gst/play/Makefile.am:
16762         * gst-libs/gst/play/play.h:
16763         * gst-libs/gst/tuner/Makefile.am:
16764         * gst-libs/gst/tuner/tuner-marshal.list:
16765         * gst-libs/gst/tuner/tuner.c:
16766         * gst-libs/gst/tuner/tuner.h:
16767         * gst-libs/gst/tuner/tunermarshal.list:
16768           use new glib-gen.mak snippet to clean up Makefile.am
16769           fix various bugs in Makefile.am's
16770
16771 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16772
16773         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
16774           handle chain parsing correctly in the multichain case
16775         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
16776         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
16777         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16778         (theora_dec_chain):
16779           handle events and queries correctly
16780
16781 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
16782
16783         * .cvsignore:
16784         Ignore generated file _stdint.h.
16785
16786 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
16787
16788         * gst-libs/gst/colorbalance/Makefile.am:
16789         * gst-libs/gst/colorbalance/colorbalance.h:
16790         * gst-libs/gst/mixer/Makefile.am:
16791         * gst-libs/gst/mixer/mixer.h:
16792         * gst-libs/gst/play/Makefile.am:
16793         * gst-libs/gst/play/play.h:
16794         * gst-libs/gst/tuner/Makefile.am:
16795         * gst-libs/gst/tuner/tuner.h:
16796         Generate enum type code with glib-mkenums.
16797         * gst-libs/gst/colorbalance/.cvsignore:
16798         * gst-libs/gst/mixer/.cvsignore:
16799         * gst-libs/gst/play/.cvsignore:
16800         * gst-libs/gst/tuner/.cvsignore:
16801         Ignore generated files.
16802
16803 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
16804
16805         * gst-libs/gst/audio/.cvsignore:
16806         Ignore generated file.
16807         * gst-libs/gst/audio/Makefile.am:
16808         Do not install example filter.
16809
16810 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
16811
16812         * examples/switch/.cvsignore:
16813         Ignore generated file.
16814
16815 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16816
16817         * common/m4/ax_create_stdint_h.m4:
16818         * configure.ac:
16819           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
16820           _stdint.h.
16821         * Makefile.am:
16822           remove generated _stdint.h in DISTCLEANFILES
16823         * ext/a52dec/gsta52dec.c:
16824           include _stdint.h for a52dec. (should fix #133064)
16825
16826 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
16827
16828         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
16829         (gst_tag_to_vorbis_comments):
16830         Add replaygain support to vorbistag
16831
16832 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
16833         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
16834         (gst_ffmpeg_caps_to_extradata):
16835           Fix SVQ3 caps flag properties
16836           Use glib macro for bytes swap
16837
16838 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16839
16840         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
16841         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
16842         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16843         * ext/sndfile/gstsf.c: (plugin_init):
16844         * gst/avi/gstavi.c: (plugin_init):
16845         * sys/dxr3/dxr3init.c: (plugin_init):
16846         * sys/oss/gstossaudio.c: (plugin_init):
16847         * sys/v4l/gstv4l.c: (plugin_init):
16848         * sys/v4l2/gstv4l2.c: (plugin_init):
16849           remove textdomain calls
16850         * po/nl.po:
16851           update Dutch translation
16852
16853 2004-02-02  Julien MOUTTE  <julien@moutte.net>
16854
16855         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16856         (gst_play_set_audio_sink): Moving volume in the audio thread for
16857         instantaneous volume change. Maybe i will add another volume in front
16858         of visualization later, not sure yet though.
16859
16860 2004-02-02  Julien MOUTTE  <julien@moutte.net>
16861
16862         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16863         (gst_ximagesink_handle_xevents): Better X events handling, only take
16864         the latest events for configure and motion.
16865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
16866
16867 2004-02-02  Jon Trowbridge  <trow@gnu.org>
16868
16869         reviewed by: David Schleef  <ds@schleef.org>
16870
16871         Fix memory leaks:
16872         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
16873         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
16874
16875 2004-02-02  David Schleef  <ds@schleef.org>
16876
16877         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
16878         of lines.
16879         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
16880         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
16881         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
16882         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
16883         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
16884         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
16885         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
16886         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
16887         (gst_float2_2_int_link):
16888         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
16889         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
16890         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
16891         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
16892         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
16893         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
16894         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
16895         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
16896         * testsuite/gst-lint: Add tests for bzero and ;;
16897
16898 2004-02-02  David Schleef  <ds@schleef.org>
16899
16900         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
16901
16902 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16903
16904         * ext/aalib/gstaasink.c: (gst_aasink_open):
16905         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
16906         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16907         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
16908         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
16909         (gst_afsink_close_file):
16910         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
16911         (gst_afsrc_close_file):
16912         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
16913         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
16914         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
16915         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
16916         * ext/esd/esdmon.c: (gst_esdmon_get):
16917         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
16918         * ext/faac/gstfaac.c: (gst_faac_chain):
16919         * ext/faad/gstfaad.c: (gst_faad_chain):
16920         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
16921         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
16922         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
16923         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
16924         (gst_flacdec_loop):
16925         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
16926         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
16927         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
16928         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
16929         (gst_gnomevfssink_close_file):
16930         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16931         (gst_gnomevfssrc_open_file):
16932         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
16933         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
16934         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
16935         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
16936         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
16937         * ext/mad/gstmad.c: (gst_mad_chain):
16938         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
16939         * ext/mpeg2dec/gstmpeg2dec.c:
16940         * ext/mpeg2enc/gstmpeg2enc.cc:
16941         * ext/mplex/gstmplex.cc:
16942         * ext/mplex/gstmplexibitstream.cc:
16943         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
16944         (gst_ogg_demux_push):
16945         * ext/raw1394/gstdv1394src.c:
16946         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
16947         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
16948         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
16949         (gst_sf_loop):
16950         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
16951         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
16952         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
16953         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
16954         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
16955         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
16956         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
16957         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
16958         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
16959         (gst_riff_read_element_data), (gst_riff_read_seek),
16960         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
16961         * gst/adder/gstadder.c: (gst_adder_loop):
16962         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
16963         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
16964         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
16965         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
16966         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
16967         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
16968         * gst/goom/gstgoom.c: (gst_goom_chain):
16969         * gst/id3/gstid3types.c: (gst_id3types_loop):
16970         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
16971         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
16972         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
16973         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
16974         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
16975         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
16976         (gst_ebml_read_float), (gst_ebml_read_header):
16977         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
16978         (gst_matroska_demux_parse_blockgroup):
16979         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
16980         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
16981         * gst/oneton/gstoneton.c: (gst_oneton_chain):
16982         * gst/silence/gstsilence.c: (gst_silence_get):
16983         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
16984         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
16985         * gst/speed/gstspeed.c: (speed_loop):
16986         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16987         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
16988         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
16989         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
16990         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
16991         (gst_wavparse_loop):
16992         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
16993         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
16994         (dxr3audiosink_close):
16995         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
16996         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
16997         (dxr3videosink_close), (dxr3videosink_write_data):
16998         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
16999         * sys/oss/gstosssink.c: (gst_osssink_chain):
17000         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17001         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
17002         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
17003         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
17004         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
17005         (gst_v4l_set_window), (gst_v4l_enable_overlay):
17006         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
17007         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
17008         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
17009         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
17010         (gst_v4l_set_audio):
17011         * sys/v4l/v4l_calls.h:
17012         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
17013         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
17014         (gst_v4lmjpegsink_playback_init),
17015         (gst_v4lmjpegsink_playback_start):
17016         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
17017         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17018         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
17019         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
17020         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
17021         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
17022         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
17023         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
17024         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
17025         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
17026         (gst_v4l2_get_output), (gst_v4l2_set_output),
17027         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
17028         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
17029         (gst_v4l2_set_attribute):
17030         * sys/v4l2/v4l2_calls.h:
17031         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
17032         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
17033         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
17034         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
17035         (gst_v4l2src_capture_stop):
17036         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
17037         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
17038         (gst_ximagesink_chain):
17039         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
17040         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
17041         (gst_xvideosink_xwindow_new):
17042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17043         (gst_xvimagesink_chain):
17044
17045 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17046
17047         * gst/volume/gstvolume.c: (gst_volume_set_volume),
17048         (gst_volume_get_volume), (volume_class_init), (volume_init),
17049         (volume_chain_int16), (volume_update_volume):
17050         * gst/volume/gstvolume.h:
17051           make code more readable by removing magic numbers
17052           make mixer interface export 0-100 range
17053           make it internally map to 0.0-1.0 range so users don't distort
17054           output by putting the sliders at full volume
17055
17056 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17057
17058         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
17059         (gst_play_state_change), (gst_play_seek_to_time):
17060         block the tick callback for 0.5 secs after doing a seek
17061
17062 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17063
17064         * gst-libs/gst/play/play.c: (gst_play_new):
17065           check for GError
17066
17067 2004-02-01  Julien MOUTTE  <julien@moutte.net>
17068
17069         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
17070         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
17071         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
17072         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
17073         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
17074         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
17075
17076 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17077
17078         * configure.ac:
17079         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
17080           check for a function added in vorbis 1.1
17081
17082 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17083
17084         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
17085         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
17086           really start/stop clock only on PLAYING <=> PAUSED
17087         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17088           remove \n from debugging lines
17089         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
17090           make it work when seeking does not
17091         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
17092           reset on DISCONT
17093
17094 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17095
17096         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
17097           start clock on PAUSED=>PLAYING, not later
17098         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17099           extract correct time for different discont formats
17100         (gst_alsa_sink_get_time):
17101           don't segfault when no format is negotiated yet, just return 0
17102         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
17103         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
17104         (gst_ogg_pad_push):
17105           handle flush and discont events correctly
17106         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
17107           handle discont events correctly
17108
17109 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
17110
17111         * gst-libs/gst/play/play.c: (gst_play_error_quark),
17112         (gst_play_error_create), (gst_play_error_plugin),
17113         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
17114         * gst-libs/gst/play/play.h:
17115           add error handling during creation
17116         * examples/gstplay/player.c: (main):
17117           use new gst_play_new
17118
17119
17120 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17121
17122         * ext/theora/theoradec.c: (theora_dec_chain):
17123           make comments work
17124         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17125         (vorbis_dec_src_event), (vorbis_dec_chain):
17126           add encoder tag, fix tag reading to be more error tolerant, change
17127           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
17128           gst_pad_event_default.
17129         * gst/tags/gstvorbistag.c:
17130         (gst_tag_list_from_vorbiscomment_buffer):
17131           undefine function specific define at end of function
17132
17133 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
17134
17135         * ext/flac/gstflac.c: (plugin_init):
17136         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
17137         * ext/flac/gstflacdec.h:
17138         * ext/flac/gstflacenc.h:
17139           Fix typos
17140
17141 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
17142
17143         * examples/gstplay/player.c: s/gstplay.h/play.h/
17144
17145 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17146
17147         * gst-libs/gst/play/Makefile.am:
17148         * gst-libs/gst/play/gstplay.c:
17149         * gst-libs/gst/play/gstplay.h:
17150         * gst-libs/gst/play/play.c:
17151           more surgery, operation complete
17152
17153 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17154
17155         * gst-libs/gst/play/play.old.c:
17156         * gst-libs/gst/play/play.old.h:
17157           after CVS surgery by moving, remove
17158         * gst-libs/gst/play/playpipelines.c:
17159           remove
17160
17161         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
17162           add negotiation error
17163
17164 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17165
17166         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
17167         (gst_ogg_demux_push):
17168           add some seeking debug info
17169           send a flush when seeking
17170
17171 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17172
17173         * configure.ac:
17174           use AC_C_INLINE
17175         * configure.ac:
17176         * ext/Makefile.am:
17177         * ext/theora/Makefile.am:
17178         * ext/theora/theoradec.c:
17179           add theora video decoder. Does just do simple decoding for now and
17180           has been tested against Theora cvs only. It only works when theora
17181           is compiled with --enable-static.
17182         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
17183           always reset packetno on DISCONT
17184
17185 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17186
17187         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
17188           Fix audio.
17189
17190 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17191
17192         * gst/mpegaudioparse/gstmpegaudioparse.c:
17193         (mp3_type_frame_length_from_header):
17194           Fix header parsing - stolen from ffmpeg (thank you! :) ).
17195
17196 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17197
17198         * ext/esd/esdsink.c: (gst_esdsink_init):
17199           Since we have static pad template caps, we don't need to negotiate;
17200           either the core errors out or we know the format.
17201
17202 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17203
17204         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
17205         (gst_riff_read_seek):
17206         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
17207         (gst_ebml_read_seek):
17208           Fix event handling.
17209
17210 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17211
17212         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
17213           removee video/x-theora from vp3 decoder, it doesn't handle raw
17214           theora streams
17215         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
17216           fix bug with finalizing element that never went to PAUSED
17217         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
17218           length and position queries were swapped
17219         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
17220         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
17221         (vorbis_dec_src_event):
17222           implement querying time and bytes
17223
17224 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17225
17226         * just about every source file:
17227           gst_element_error -> GST_ELEMENT_ERROR
17228
17229 2004-01-29  Julien MOUTTE  <julien@moutte.net>
17230
17231         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
17232         emiting FLUSH and even before DISCONT.
17233         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
17234         get the best instant seeking as possible yay!
17235
17236 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17237
17238         * gst/mpeg1videoparse/gstmp1videoparse.c:
17239         (gst_mp1videoparse_real_chain):
17240           Committed wrong version last week... Grr... Didn't notice until now.
17241
17242 2004-01-29  Julien MOUTTE <julien@moutte.net>
17243
17244         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
17245         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
17246         have_xwindow_id signal in xwindow_create.
17247
17248 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17249
17250         * ext/ogg/gstoggdemux.c:
17251           lots of changes - mainly support for chained bitstreams, seeking,
17252           querying and bugfixes of course
17253         * ext/vorbis/Makefile.am:
17254         * ext/vorbis/vorbisdec.c:
17255         * ext/vorbis/vorbisdec.h:
17256           add vorbisdec raw vorbis decoder
17257         * ext/vorbis/vorbis.c: (plugin_init):
17258           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
17259         * gst/intfloat/Makefile.am:
17260         * gst/intfloat/float22int.c:
17261         * gst/intfloat/float22int.h:
17262         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
17263           add float2intnew plugin. It converts multichannel interleaved float to
17264           multichannel interleaved int. The name should probably be changed.
17265         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
17266         (plugin_init):
17267           add typefinding for raw theora video so oggdemux can detect it.
17268
17269 2004-01-28  Julien MOUTTE  <julien@moutte.net>
17270
17271         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
17272         sink element first.
17273         * gst/videoscale/gstvideoscale.c:
17274         (gst_videoscale_handle_src_event): Fixing src event handler.
17275
17276 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17277
17278         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17279         (gst_v4lsrc_open), (gst_v4lsrc_close),
17280         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
17281         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
17282         * sys/v4l/gstv4lsrc.h:
17283         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
17284         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
17285           Implement resizing... Hack. But that's why v4l is b0rked...
17286
17287 2004-01-28  Julien MOUTTE <julien@moutte.net>
17288
17289         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17290         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
17291         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
17292         (gst_ximagesink_xwindow_destroy):
17293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17294         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
17295         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
17296         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
17297         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
17298         correctly cleaning the image created to check xshm calls on succes,
17299         added a lot of XSync calls in X11 functions, and fixed a segfault when
17300         no image format was defined before negotiation happened.
17301
17302 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17303
17304         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
17305           use gst_element_get_time to get correct time
17306
17307 2004-01-28  Julien MOUTTE  <julien@moutte.net>
17308
17309         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
17310         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
17311         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
17312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
17313         (gst_xvimagesink_check_xshm_calls),
17314         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
17315         X plugins are now able to detect that XShm calls will fail even if the
17316         server claims that it has XShm support (remote displays most of the
17317         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
17318         so that we use non XShm functions. This feature is almost useless for
17319         xvimagesink as Xv is not supported on remote displays anyway, but
17320         it might happen than even on the local display XShm calls fail.
17321
17322 2004-01-27  David Schleef  <ds@schleef.org>
17323
17324         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17325         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
17326         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
17327         changed esdsink to only use 44100,16,2, since esd sucks at rate
17328         conversion and esdsink has had difficulty negotiating.
17329
17330 2004-01-27  Julien MOUTTE <julien@moutte.net>
17331
17332         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
17333         (gst_play_seek_to_time): Fixing the way to get current position.
17334
17335 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17336
17337         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
17338           use gst_element_get_time to get correct time
17339
17340 2004-01-27  Julien MOUTTE <julien@moutte.net>
17341
17342         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
17343         fix ever... Inverting 2 lines of code make spider autoplug correctly
17344         tagged mp3 !
17345
17346 2004-01-27  David Schleef  <ds@schleef.org>
17347
17348         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17349         Use gst_pad_try_set_caps_nonfixed().
17350
17351 2004-01-27  David Schleef  <ds@schleef.org>
17352
17353         * gst/ac3parse/gstac3parse.c: update to checklist 5
17354         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
17355         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
17356         * gst/audioscale/gstaudioscale.c: same
17357         * gst/auparse/gstauparse.c: same
17358         * gst/avi/gstavidemux.c: same
17359
17360 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17361
17362         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
17363           stop processing after EOS
17364
17365 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17366
17367         * gst/asfdemux/asfheaders.h:
17368         * gst/asfdemux/gstasfdemux.c:
17369         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
17370         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
17371         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
17372           lot's of fixes to make data extraction simpler and get the code
17373           architecture and compiler independant. Add debugging category
17374         * gst/goom/gstgoom.c: (gst_goom_change_state):
17375           reset channel count on PAUSED=>READY, not READY=>PAUSED
17376
17377 2004-01-26  Colin Walters  <walters@verbum.org>
17378
17379         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
17380         code to pull a bigger buffer in iradio mode.  This as a side effect
17381         makes typefinding work.
17382
17383 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
17384
17385         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
17386         Fix SVQ3 decoding on PPC
17387
17388 2004-01-26  Julien MOUTTE <julien@moutte.net>
17389
17390         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
17391         that one managed to stay there... Fixed.
17392
17393 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
17394
17395         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
17396         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
17397         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
17398         (qtdemux_video_caps):
17399         * gst/qtdemux/qtdemux.h:
17400         Add SVQ3 specific flags to qtdemux and ffmpeg
17401
17402 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17403
17404         * gst-libs/gst/audio/audio.h:
17405           remove buffer-frames from audio caps
17406         * gst/audioconvert/gstaudioconvert.c:
17407           fix plugin to really work.
17408
17409 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17410
17411         * gst-libs/gst/mixer/mixer.c:
17412         * gst-libs/gst/propertyprobe/propertyprobe.c:
17413         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
17414         (gst_tuner_find_channel_by_name):
17415         * gst-libs/gst/tuner/tuner.h:
17416           Add gtk-doc style comments. Also fix a function name.
17417
17418 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17419
17420         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
17421         (gst_divxdec_negotiate):
17422           Fix for new capsnego - also fixes gst-player with divxdec.
17423
17424 2004-01-25  Julien MOUTTE  <julien@moutte.net>
17425
17426         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
17427         (gst_play_identity_handoff), (gst_play_set_location),
17428         (gst_play_set_visualization), (gst_play_connect_visualization): Another
17429         try in visualization implementation. Still have an issue with switch
17430         blocking when pulling from video_queue and only audio comes out of
17431         spider.
17432         * gst/switch/gstswitch.c: (gst_switch_release_pad),
17433         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
17434         release method. And check if the pad is usable before pulling.
17435
17436 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17437
17438         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
17439         (gst_videobalance_init),
17440         (gst_videobalance_colorbalance_list_channels),
17441         (gst_videobalance_colorbalance_set_value),
17442         (gst_videobalance_colorbalance_get_value),
17443         (gst_videobalance_update_properties),
17444         (gst_videobalance_update_tables_planar411),
17445         (gst_videobalance_planar411):
17446         * gst/videofilter/gstvideobalance.h:
17447           Implement lookup-tables. +/- 10x faster.
17448
17449 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17450
17451         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
17452         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
17453           The index reading was broken. The rest worked fine, but the whole
17454           goal of my rewrite was to make avidemux readable, and this was
17455           not at all readable. Please use typed variables.
17456
17457 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17458
17459         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17460           Additional pad usability check.
17461         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
17462         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
17463         (gst_mp1videoparse_real_chain):
17464           Fix MPEG video stream parsing. The original plugin had several
17465           issues, including not timestamping streams where the source was
17466           not timestamped (this happens with PTS values in mpeg system
17467           streams, but MPEG video is also a valid stream on its own so
17468           that needs timestamps too). We use the display time code for that
17469           for now. Also, if one incoming buffer contains multiple valid
17470           frames, we push them all on correctly now, including proper EOS
17471           handling. Lastly, several potential segfaults were fixed, and we
17472           properly sync on new sequence/gop headers to include them in next,
17473           not previous frames (since they're header for the next frame, not
17474           the previous). Also see #119206.
17475         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
17476         (bpf_from_header):
17477           Move caps setting so we only do it after finding several valid
17478           MPEG-1 fraes sequentially, not right after the first one (which
17479           might be coincidental).
17480         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
17481         (mpeg_video_type_find), (mpeg_video_stream_type_find),
17482         (plugin_init):
17483           Add unsynced MPEG video stream typefinding, and change some
17484           probability values so we detect streams rightly. The idea is as
17485           follows: I can have an unsynced system stream which contains
17486           video. In the current code, I would randomly get a type for either
17487           system or video stream type found, because the probabilities are
17488           being calculated rather randomly. I now use fixed values, so we
17489           always prefer system stream if that was found (and that is how it
17490           should be). If no system stream was found, we can still identity                the stream as video-only.
17491
17492 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17493
17494         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
17495         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
17496           don't write to buffer. Extract data without the need of
17497           __attribute__ ((packed))
17498
17499 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17500
17501         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
17502         (mpeg1_sys_type_find):
17503           Fix MPEG-1 stream typefinding.
17504
17505 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17506
17507         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
17508           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
17509
17510 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17511
17512         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
17513         * ext/esd/gstesd.c: (plugin_init):
17514           private debugging, better error reporting
17515
17516 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17517
17518         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
17519         (gst_riff_read_init), (gst_riff_read_change_state):
17520         * gst-libs/gst/riff/riff-read.h:
17521           Remove stuff fromold metadata system.
17522
17523 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17524
17525         * ext/ogg/gstoggdemux.c:
17526           Fix wrong file comment.
17527         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17528         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
17529           Add metadata reading properly.
17530
17531 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17532
17533         * ext/Makefile.am:
17534           Fix nas DIST_SUBDIRS
17535           Uraeus:
17536           Fix bug where make distcheck doesn't get run on adding stuff to
17537           the build.
17538
17539 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17540
17541         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
17542         * ext/divx/gstdivxdec.h:
17543           Fix divx3 ("msmpeg4") playback using divxdec.
17544
17545 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17546
17547         * gst/typefind/gsttypefindfunctions.c:
17548         (mp3_type_frame_length_from_header): fix bug in length computation
17549         (mp3_type_find): improve debugging output
17550
17551 2004-01-23  Julien MOUTTE  <julien@moutte.net>
17552
17553         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
17554         (gst_play_set_location), (gst_play_seek_to_time),
17555         (gst_play_set_audio_sink), (gst_play_set_visualization),
17556         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
17557         the pipeline from scratch. Visualization is back and switch went out as
17558         i realized it was not possible to use the way i wanted.
17559         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
17560         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
17561         clearing in state change from READY to NULL. So that one can clean the
17562         X ressources keeping the element.
17563         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17564         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
17565         (gst_xvimagesink_colorbalance_set_value),
17566         (gst_xvimagesink_colorbalance_get_value),
17567         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
17568         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
17569         change from READY to NULL and fixed some stupid bugs in colorbalance
17570         get/set values. Also added the following feature : when nobody tries to
17571         set some values to the colorbalance levels before the xcontext is
17572         grabbed, then when creating channels list from Xv attributes we set the
17573         internal values to the Xv defaults. This way we handle buggy Xv drivers
17574         that set default hue values far from the middle of the range (Thanks
17575         to Jon Trowbridge for pointing that issue).
17576         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
17577         colorbalance levels have been set before xcontext is grabbed.
17578
17579 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17580
17581         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17582           Fix the ossmixer case where we shouldn't open /dev/dsp* because
17583           it might block operations (which is bad for a mixer).
17584
17585 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17586
17587         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17588         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
17589         (gmip_find_type_pre):
17590         * gst-libs/gst/media-info/media-info-priv.h:
17591         * gst-libs/gst/media-info/media-info.c:
17592         (gst_media_info_instance_init), (gst_media_info_read_idler):
17593         add fakesink to get caps on decoder src pad again
17594         fix callback prototype to match new have_type signal signature
17595
17596 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17597
17598         * gst/adder/gstadder.c: (gst_adder_link):
17599           fix non-compile and cut-n-paste code
17600
17601 2004-01-21  David Schleef  <ds@schleef.org>
17602
17603         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
17604         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
17605         (gst_swfdec_init), (gst_swfdec_change_state):
17606         * ext/swfdec/gstswfdec.h:
17607         Fix negotiation.
17608         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
17609         (gst_adder_request_new_pad): Fix negotiation.
17610         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
17611         Add a fixate function.
17612         * gst/intfloat/gstfloat2int.c:
17613         * gst/intfloat/gstfloat2int.h:
17614         * gst/intfloat/gstint2float.c:
17615         * gst/intfloat/gstint2float.h:
17616         Completely rewrite the negotiation.  Doesn't quite work yet,
17617         due to some buffer-frames problem.
17618
17619 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
17620
17621         * ext/gnomevfs/gstgnomevfssrc.c:
17622         * sys/v4l2/v4l2_calls.h:
17623           fix includes for distcheck
17624
17625 2004-01-21  Christian Schaller <uraeus@gnome.org>
17626
17627         * ext/nas/
17628         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
17629         based on earlier patch from Laurent Vivier
17630
17631 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
17632
17633         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
17634         Fix wma caps property
17635         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
17636         Fix typo (flags1 and flags2)
17637
17638 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17639
17640         * gst-libs/gst/media-info/media-info-priv.c:
17641         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
17642         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
17643         (gmip_find_stream), (gmip_find_track_metadata),
17644         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
17645         (gmip_find_track_format):
17646         * gst-libs/gst/media-info/media-info-priv.h:
17647         * gst-libs/gst/media-info/media-info-test.c: (main):
17648         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17649         (gst_media_info_read_idler), (gst_media_info_read):
17650         * gst-libs/gst/media-info/media-info.h:
17651           register debugging category and use it for debugging
17652
17653 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17654
17655         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
17656         (gst_vorbisfile_new_link):
17657           signal streaminfo through tags
17658
17659 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17660
17661         * ext/mplex/gstmplex.cc:
17662         * ext/mplex/gstmplexibitstream.cc:
17663           g++ doesn't like NULL in our i18n/error macros, should be
17664           either (NULL) or ("").
17665
17666 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17667
17668         * sys/dxr3/dxr3audiosink.c:
17669         * sys/dxr3/dxr3init.c:
17670         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
17671         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
17672           Fix more error error error errors (missing includes here).
17673
17674 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17675
17676         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
17677           fix thomas' error errors.
17678
17679 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17680
17681         * ext/mpeg2enc/gstmpeg2enc.cc:
17682           fix error errors.
17683
17684 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17685
17686         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
17687         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
17688           Fix for new error system.
17689
17690 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17691
17692         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
17693           fix for new error reporting
17694
17695 2004-01-20  David Schleef  <ds@schleef.org>
17696
17697         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
17698         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
17699         (gst_ximagesink_set_xwindow_id): Change to using a framerate
17700         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
17701         and neither is 100+, most likely.
17702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
17703         (gst_xvimagesink_getcaps): same
17704
17705 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17706
17707         * configure.ac:
17708           Up version requirement to 2.0.3 (not yet released) to avoid symbol
17709           clashes with ffmpeg.
17710
17711 2004-01-20  Julien MOUTTE  <julien@moutte.net>
17712
17713         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
17714         (gst_switch_init): Fixed switch element : proxying link and setting
17715         caps from src to sink on request.
17716
17717 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17718
17719         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17720         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
17721         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
17722         fix element_error
17723
17724 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17725
17726         * sys/v4l/v4l_calls.h:
17727         * sys/v4l2/v4l2_calls.h:
17728           element_error fixes
17729
17730 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17731
17732         * gst-libs/gst/gst-i18n-plugin.h:
17733           add locale.h
17734           remove config.h inclusion
17735
17736 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17737
17738         * autogen.sh:
17739           adding autopoint invocation
17740         * Makefile.am:
17741         * configure.ac:
17742         * gst-libs/gst/gettext.h:
17743           adding gettext bits
17744         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
17745         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
17746         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17747         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
17748         (gst_gnomevfssink_close_file):
17749         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
17750         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
17751         * gst-libs/gst/gst-i18n-plugin.h:
17752         * gst/avi/gstavi.c: (plugin_init):
17753         * sys/dxr3/dxr3init.c: (plugin_init):
17754         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
17755         * sys/oss/gstossaudio.c: (plugin_init):
17756         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
17757         * sys/v4l/gstv4l.c: (plugin_init):
17758         * sys/v4l/v4l_calls.c: (gst_v4l_open):
17759         * sys/v4l2/gstv4l2.c: (plugin_init):
17760         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
17761         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
17762         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
17763         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
17764         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
17765         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
17766           make sure locale and translation domain are set
17767           fix translated strings
17768         * po/.cvsignore:
17769         * po/LINGUAS:
17770         * po/Makevars:
17771         * po/POTFILES.in:
17772         * po/nl.po:
17773           put translation files into place
17774         * sys/xvideo/imagetest.c: (main):
17775         * ext/dv/demo-play.c: (main):
17776           fix unnecessary translations
17777
17778 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17779
17780         * ext/sndfile/gstsf.c:
17781         * gst/avi/gstavimux.c:
17782         * ext/audiofile/gstafsink.c:
17783         * ext/audiofile/gstafsrc.c:
17784         * ext/gnomevfs/gstgnomevfssink.c:
17785         * ext/gnomevfs/gstgnomevfssrc.c:
17786         * sys/oss/gstosselement.c:
17787         * sys/v4l/v4l_calls.h:
17788           fix i18n include
17789
17790 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17791
17792         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
17793         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
17794         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
17795         (gst_v4l2_get_output), (gst_v4l2_set_output),
17796         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
17797         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
17798         (gst_v4l2_set_attribute):
17799         update to new error handling
17800
17801 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17802
17803         * ext/sidplay/gstsiddec.cc:
17804         * gst/modplug/gstmodplug.cc:
17805           parenthese NULL because C++ seems angry about it
17806
17807 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17808
17809         * gst-libs/gst/gst-i18n-plugin.h:
17810           add skeleton i18n stuff, but needs to be further implemented
17811
17812 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17813
17814         * examples/gstplay/player.c: (main):
17815         * ext/aalib/gstaasink.c: (gst_aasink_open):
17816         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
17817         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17818         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17819         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
17820         (gst_afsink_close_file):
17821         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
17822         (gst_afsrc_close_file):
17823         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
17824         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
17825         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
17826         * ext/esd/esdmon.c: (gst_esdmon_get):
17827         * ext/esd/esdsink.c: (gst_esdsink_chain):
17828         * ext/faac/gstfaac.c: (gst_faac_chain):
17829         * ext/faad/gstfaad.c: (gst_faad_chain):
17830         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
17831         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
17832         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
17833         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
17834         (gst_flacdec_loop):
17835         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
17836         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17837         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
17838         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
17839         (gst_gnomevfssink_close_file):
17840         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17841         (gst_gnomevfssrc_open_file):
17842         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
17843         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
17844         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
17845         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
17846         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
17847         * ext/mad/gstmad.c: (gst_mad_chain):
17848         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17849         * ext/mpeg2dec/gstmpeg2dec.c:
17850         * ext/mpeg2enc/gstmpeg2enc.cc:
17851         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
17852         * ext/mplex/gstmplex.cc:
17853         * ext/mplex/gstmplexibitstream.cc:
17854         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
17855         (gst_ogg_demux_push), (gst_ogg_pad_push):
17856         * ext/raw1394/gstdv1394src.c:
17857         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
17858         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
17859         * ext/sidplay/gstsiddec.cc:
17860         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
17861         (gst_sf_loop):
17862         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
17863         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
17864         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
17865         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
17866         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
17867         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
17868         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
17869         * gst-libs/gst/Makefile.am:
17870         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
17871         (gst_riff_read_element_data), (gst_riff_read_seek),
17872         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
17873         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
17874         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
17875         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
17876         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
17877         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
17878         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
17879         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
17880         * gst/goom/gstgoom.c: (gst_goom_chain):
17881         * gst/id3/gstid3types.c: (gst_id3types_loop):
17882         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
17883         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
17884         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
17885         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
17886         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
17887         (gst_ebml_read_float), (gst_ebml_read_header):
17888         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
17889         (gst_matroska_demux_parse_blockgroup):
17890         * gst/modplug/gstmodplug.cc:
17891         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
17892         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
17893         * gst/oneton/gstoneton.c: (gst_oneton_chain):
17894         * gst/silence/gstsilence.c: (gst_silence_get):
17895         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17896         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
17897         * gst/speed/gstspeed.c: (speed_loop):
17898         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
17899         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
17900         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
17901         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
17902         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17903         (gst_wavparse_loop):
17904         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
17905         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
17906         (dxr3audiosink_close):
17907         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
17908         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
17909         (dxr3videosink_close), (dxr3videosink_write_data):
17910         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
17911         * sys/oss/gstosselement.h:
17912         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
17913         (gst_osssink_chain):
17914         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17915         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
17916         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
17917         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
17918         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
17919         (gst_v4l_enable_overlay):
17920         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
17921         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
17922         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
17923         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
17924         (gst_v4l_set_audio):
17925         * sys/v4l/v4l_calls.h:
17926         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
17927         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
17928         (gst_v4lmjpegsink_playback_init),
17929         (gst_v4lmjpegsink_playback_start):
17930         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
17931         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
17932         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
17933         (gst_v4lmjpegsrc_requeue_frame):
17934         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17935         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
17936         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
17937         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
17938         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
17939         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
17940         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
17941         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
17942         (gst_v4l2src_capture_stop):
17943         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
17944         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
17945         (gst_ximagesink_chain):
17946         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
17947         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
17948         (gst_xvideosink_xwindow_new):
17949         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17950         (gst_xvimagesink_chain):
17951         use new error signal, function and categories
17952
17953 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
17954
17955         * configure.ac:
17956         * ext/Makefile.am:
17957         * ext/musicbrainz/gsttrm.c:
17958         * ext/musicbrainz/gsttrm.h:
17959         * ext/musicbrainz/Makefile.am:
17960         Add a trm plugin
17961
17962 2004-01-18  Julien MOUTTE  <julien@moutte.net>
17963
17964         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
17965         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
17966         synchronous property for debugging.
17967         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
17968         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17969         (gst_xvimagesink_set_property): Moving a pointer declaration to a
17970         smaller block, fixing indent.
17971
17972 2004-01-16  David Schleef  <ds@schleef.org>
17973
17974         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
17975         property affects the video stream.
17976         * sys/xvimage/xvimagesink.c:
17977         * sys/xvimage/xvimagesink.h:
17978         Add synchronous property for debugging.  Should probably be
17979         disabled in non-CVS builds.  Make sure that the Xv attribute
17980         exists before we set it (crash!).  Fix a silly float bug that
17981         caused colorbalance to just not work.
17982
17983 2004-01-17  Christian Schaller <Uraeus@gnome.org>
17984
17985         * tools/gst-launch-ext.in - update for new plugins
17986
17987 2004-01-16  David Schleef  <ds@schleef.org>
17988
17989         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
17990         already-freed caps.
17991
17992 2994-01-16  Christian Schaller <Uraeus@gnome.org>
17993
17994         * Update spec for new colorspace plugin and libcaca plugin
17995         * Fix compilation of libcaca plugin (clock -> id)
17996
17997 2004-01-16  Julien MOUTTE <julien@moutte.net>
17998
17999         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
18000         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
18001         (gst_xvimagesink_set_xwindow_id),
18002         (gst_xvimagesink_colorbalance_set_value),
18003         (gst_xvimagesink_colorbalance_get_value),
18004         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
18005         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
18006         correct colorbalance properties. They can now be set when the element
18007         is still in NULL state. The values will be committed to the Xv Port
18008         when xcontext is initialized.
18009         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
18010         brightness int values in the GstXvImagesink structure.
18011
18012 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18013
18014         * gst-libs/gst/Makefile.am:
18015           restructure so having local patches works easier.
18016
18017 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18018
18019         * ext/mpeg2enc/Makefile.am:
18020         * ext/mpeg2enc/gstmpeg2enc.cc:
18021         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
18022           Bugfix with respect to EOS handling.
18023
18024 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18025
18026         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
18027           Link with right caps (else, it segfaults).
18028         * ext/mplex/gstmplexjob.cc:
18029           Fix for slight API change in 1.6.1.93 release of mjpegtools.
18030
18031 2004-01-15  David Schleef  <ds@schleef.org>
18032
18033         * gst-libs/gst/audio/Makefile.am:
18034         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
18035         from the template.
18036         * gst-libs/gst/audio/gstaudiofilter.c:
18037         * gst-libs/gst/audio/gstaudiofilter.h:
18038         Add bytes_per_sample and size and n_samples calculation.
18039         * gst-libs/gst/audio/gstaudiofilterexample.c:
18040         Remove, now autogenerated.
18041         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
18042         Moved from gstaudiofilterexample, object name changed, code added
18043         so that it actually works.
18044         * gst-libs/gst/audio/make_filter:
18045         Script to build an audiofilter subclass from the template.
18046         * gst/colorspace/Makefile.am:
18047         * gst/colorspace/yuv2yuv.c:
18048         Remove file, since it's GPL, and we don't use it.
18049
18050 2004-01-15  Julien MOUTTE  <julien@moutte.net>
18051
18052         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
18053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
18054         them use the buffer free function to test how the buffer was allocated.
18055
18056 2004-01-15  David Schleef  <ds@schleef.org>
18057
18058         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
18059         that handles osssink fallback.
18060         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18061         (gst_audio_convert_getcaps):
18062         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
18063         Add audio/x-qdm2 for QDM2 audio.
18064         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18065         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
18066         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18067         Decrease minimum size to 16x16.
18068         * gst/wavparse/gstwavparse.c:
18069         Convert disabled pad template caps to new caps.
18070         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
18071         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18072         (gst_xvimagesink_chain): Throw element error when display cannot
18073         be opened.  Increase minimum framerate to 1.0.  Check the data
18074         free function on a buffer to make sure it is the type we expect
18075         before manipulating it.
18076
18077 2004-01-15  Julien MOUTTE <julien@moutte.net>
18078
18079         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
18080         (gst_videobalance_colorbalance_set_value): Implement passthru if
18081         settings are in the middle.
18082         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
18083
18084 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18085
18086         * gst/videofilter/Makefile.am:
18087         * gst/volume/Makefile.am:
18088           Since we use videofilter symbols, link to it.
18089
18090 2004-01-15  Julien MOUTTE <julien@moutte.net>
18091
18092         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
18093         mixer interface type to HARDWARE.
18094         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
18095         type to SOFTWARE.
18096         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
18097         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
18098         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
18099         (gst_volume_interface_init), (gst_volume_list_tracks),
18100         (gst_volume_set_volume), (gst_volume_get_volume),
18101         (gst_volume_set_mute), (gst_volume_mixer_init),
18102         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
18103         (volume_init): Implementing mixer interface.
18104         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
18105         * sys/oss/gstosselement.c: (gst_osselement_get_type),
18106         (gst_osselement_change_state): Removing some trailing commas in
18107         structures.
18108         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
18109         interface type to HARDWARE.
18110         * sys/v4l/gstv4lcolorbalance.c:
18111         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
18112         type to HARDWARE.
18113         * sys/v4l2/gstv4l2colorbalance.c:
18114         (gst_v4l2_color_balance_interface_init): Setting colorbalance
18115         interface type to HARDWARE.
18116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
18117         same code than ximagesink for event handling.
18118
18119 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18120
18121         * ext/snapshot/Makefile.am:
18122         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
18123         (gst_snapshot_chain):
18124         * ext/snapshot/gstsnapshot.h:
18125           This has to be a joke... Snapshot should be connected to a tee,
18126           colorspace element before it and EOS after that, where the other
18127           src of the tee receives normal data.
18128           The current way is *wrong*.
18129
18130 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18131
18132         * ext/hermes/gsthermescolorspace.c:
18133           Fix another compile error. Same as below.
18134
18135 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18136
18137         * gst/colorspace/gstcolorspace.c:
18138         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
18139         (gst_colorspace_i420_to_yv12):
18140           Fix compiling... Didn't test if it actually works.
18141
18142 2004-01-15  David Schleef  <ds@schleef.org>
18143
18144         * configure.ac:
18145         * gst/colorspace/Makefile.am:
18146         * gst/colorspace/gstcolorspace.c:
18147         * gst/colorspace/gstcolorspace.h:
18148         * gst/colorspace/yuv2rgb.c:
18149         * gst/colorspace/yuv2rgb.h:
18150         Duplicate the ext/hermes colorspace plugin, and remove Hermes
18151         code and GPL code.  Fix for new caps negotiation.  Rewrite
18152         much of the format handling code, and some of the conversion
18153         code.  Basically, rewrote almost everything.  This element
18154         handles I420, YV12 to RGB conversions.
18155         * ext/hermes/Makefile.am:
18156         * ext/hermes/gsthermescolorspace.c:
18157         Rename colorspace to hermescolorspace.  Fix negotiation issues.
18158         Remove non-Hermes related code.  This element handles lots of
18159         RGB to RGB conversions, but no YUV.
18160         * ext/hermes/gstcolorspace.c:
18161         * ext/hermes/gstcolorspace.h:
18162         * ext/hermes/rgb2yuv.c:
18163         * ext/hermes/yuv2rgb.c:
18164         * ext/hermes/yuv2rgb.h:
18165         * ext/hermes/yuv2rgb_mmx16.s:
18166         * ext/hermes/yuv2yuv.c:
18167         * ext/hermes/yuv2yuv.h:
18168         Remove old code.
18169
18170 2004-01-14  Colin Walters  <walters@verbum.org>
18171
18172         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
18173         they've already been.
18174
18175 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18176
18177         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
18178           assume tag mode when pad is not connected
18179
18180 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18181
18182         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18183           Don't update the time of the clock
18184         (gst_alsa_sink_loop):
18185           sync to the clock given to alsasink, not the own clock
18186         * sys/oss/gstosssink.c: (gst_osssink_chain):
18187           sync to the clock
18188         (gst_osssink_change_state):
18189           activate the clock
18190         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
18191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
18192           remove bogus code that made DISCONT events unhandled
18193         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
18194           explicitly case to double in _set_simple. (fixes 2nd warning in bug
18195           #131502)
18196         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
18197         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
18198         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
18199           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
18200           2nd warning in bug #131502)
18201
18202 2004-01-14  Julien MOUTTE  <julien@moutte.net>
18203
18204         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
18205         (gst_videobalance_colorbalance_set_value),
18206         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
18207         for colorbalance interface implementation.
18208         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
18209         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
18210         (gst_ximagesink_dispose), (gst_ximagesink_init),
18211         (gst_ximagesink_class_init): Adding DISPLAY property.
18212         * sys/ximage/ximagesink.h: Adding display_name to store display.
18213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18214         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
18215         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
18216         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
18217         properties (they still need polishing though for gst-launch use : no
18218         xcontext yet, i ll do that tomorrow).
18219         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
18220
18221 2004-01-14  Julien MOUTTE  <julien@moutte.net>
18222
18223         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
18224         (gst_play_set_location), (gst_play_set_visualization): Preparing
18225         switch integration, adding videobalance in the pipeline.
18226
18227 2004-01-14  Julien MOUTTE <julien@moutte.net>
18228
18229         * gst-libs/gst/colorbalance/colorbalance.c:
18230         (gst_color_balance_class_init): Adding a default type.
18231         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
18232         the type.
18233         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
18234         (gst_videobalance_dispose), (gst_videobalance_class_init),
18235         (gst_videobalance_init), (gst_videobalance_interface_supported),
18236         (gst_videobalance_interface_init),
18237         (gst_videobalance_colorbalance_list_channels),
18238         (gst_videobalance_colorbalance_set_value),
18239         (gst_videobalance_colorbalance_get_value),
18240         (gst_videobalance_colorbalance_init): Implementing colorbalance
18241         interface.
18242         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
18243         list.
18244         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
18245         bug which was triggering a BadAccess X error when setting an overlay
18246         before pad was really negotiated.
18247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
18248         Using the colorbalance type macro.
18249
18250 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18251
18252         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
18253         (gst_flacenc_chain):
18254           handle tags correctly
18255         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
18256           extract ID3v1 tags correctly
18257
18258 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18259
18260         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
18261         (plugin_init):
18262           Improve matroska typefinding for odd-typed headers...
18263
18264 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18265
18266         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
18267           Fix for using incremental number on padnames.
18268
18269 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18270
18271         * ext/divx/gstdivxdec.c:
18272         * ext/divx/gstdivxenc.c:
18273           Set category to divx4linux instead of divx (too generic).
18274         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18275         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
18276         (gst_wavparse_loop), (gst_wavparse_change_state):
18277         * gst/wavparse/gstwavparse.h:
18278           fix parsing of WAV files with non-standard fmt-tag size and fix
18279           skipping of unrecognized chunks... Someone please fix this thing
18280           to use rifflib so all this is automated.
18281         * sys/v4l/Makefile.am:
18282         * sys/v4l2/Makefile.am:
18283           Add X_CFLAGS because we depend on X (for overlay).
18284
18285 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
18286
18287         * ext/mpeg2dec/gstmpeg2dec.c:
18288           Don't issue a timestamp unless we tagged the frame
18289           with a PTS.
18290
18291 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18292
18293         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
18294           Query the audio element to get the time, not the clock. We're
18295           interested in the element's time here.
18296
18297 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18298
18299         * ext/aalib/gstaasink.c: (gst_aasink_chain):
18300         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18301         * ext/esd/esdsink.c: (gst_esdsink_chain):
18302         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
18303         * ext/mas/massink.c: (gst_massink_chain):
18304         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
18305         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
18306         (gst_matroska_demux_parse_metadata):
18307         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
18308         (gst_mpeg_parse_release_locks):
18309         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
18310         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
18311         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
18312         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
18313         (gst_osssink_change_state):
18314         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
18315         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
18316         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
18317         (gst_xvideosink_release_locks):
18318         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
18319           use element time.
18320         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
18321         (gst_alsa_clock_stop):
18322         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
18323         (gst_audio_clock_get_internal_time):
18324           simplify for use with new clocking code.
18325         * testsuite/alsa/Makefile.am:
18326         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
18327           fix testsuite for new caps system
18328
18329 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18330
18331         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
18332         * ext/flac/gstflacenc.c: (add_one_tag):
18333           length is already host endian, no need to convert. Fixes playback of
18334           tagged files on PPC. (bug #128384)
18335
18336 2004-01-13  Julien MOUTTE <julien@moutte.net>
18337
18338         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
18339         colorbalance interface stating if it is hardware based or software
18340         based.
18341         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
18342         Removing a trailing comma.
18343         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18344         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
18345         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
18346         the documentation seems to be wrong on the -1000 to 1000 interval.
18347
18348 2004-01-12  David Schleef  <ds@schleef.org>
18349
18350         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
18351         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
18352         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
18353         Fix negotiation.  Add a bufferalloc function for the sink pad,
18354         and generally clean up some of the code.
18355
18356 2004-01-12  Julien MOUTTE <julien@moutte.net>
18357
18358         * gst-libs/gst/colorbalance/colorbalancechannel.c:
18359         (gst_color_balance_channel_dispose): Adding safety check in dispose
18360         method.
18361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18362         (gst_xvimagesink_xcontext_clear),
18363         (gst_xvimagesink_interface_supported),
18364         (gst_xvimagesink_colorbalance_list_channels),
18365         (gst_xvimagesink_colorbalance_set_value),
18366         (gst_xvimagesink_colorbalance_get_value),
18367         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
18368         Adding colorbalance interface support to set XV parameters such as
18369         HUE, BRIGHTNESS, CONTRAST, SATURATION.
18370         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
18371         interface.
18372
18373 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18374
18375         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
18376         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
18377         (gst_audio_convert_init), (gst_audio_convert_set_property),
18378         (gst_audio_convert_get_property), (gst_audio_convert_chain),
18379         (gst_audio_convert_link),
18380         (gst_audio_convert_buffer_to_default_format),
18381         (gst_audio_convert_buffer_from_default_format), (plugin_init):
18382           - implement _getcaps and use it
18383           - improve linking
18384           - remove float caps since no float conversion is actually done
18385           - remove properties and arguments that were to be used for rate
18386             conversion
18387
18388 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18389
18390         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
18391         (gst_audio_structure_set_int):
18392         * gst-libs/gst/audio/audio.h:
18393           add helper functions for _getcaps matching the standard audio
18394           templates
18395
18396 2004-01-12  David Schleef  <ds@schleef.org>
18397
18398         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18399         Test that pad is negotiated before getting its caps.
18400
18401 2004-01-12  Julien MOUTTE <julien@moutte.net>
18402
18403         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
18404         analyzing the pads of an element the bin is mostly in READY state so
18405         no caps were negotiated. This helper function needs to work with
18406         _get_caps directly then. I was not freeing them though, added that to
18407         fix the mem leak.
18408
18409 2004-01-12  Julien MOUTTE <julien@moutte.net>
18410
18411         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
18412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
18413         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
18414         than the free_func.
18415
18416 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18417
18418         * sys/oss/gstossaudio.c: (plugin_init):
18419         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18420         * sys/oss/gstosselement.h:
18421           make an oss debugging category
18422           make failure more descriptive
18423
18424 2004-01-11  David Schleef  <ds@schleef.org>
18425
18426         * ext/ffmpeg/gstffmpeg.c:
18427         * ext/ffmpeg/gstffmpegcodecmap.c:
18428         * ext/ffmpeg/gstffmpegdec.c:
18429         * ext/ffmpeg/gstffmpegenc.c:
18430         * ext/ffmpeg/gstffmpegprotocol.c:
18431         * ext/gdk_pixbuf/gstgdkanimation.c:
18432         * ext/jpeg/gstjpeg.c:
18433         * ext/libpng/gstpng.c:
18434         * ext/mpeg2dec/perftest.c:
18435         * ext/speex/gstspeex.c:
18436         * gst-libs/gst/resample/dtos.c:
18437         * gst/intfloat/gstintfloatconvert.c:
18438         * gst/oneton/gstoneton.c:
18439         * gst/rtjpeg/RTjpeg.c:
18440         * gst/rtp/gstrtp.c:
18441         * sys/dxr3/dxr3init.c:
18442         * sys/glsink/gstgl_nvimage.c:
18443         * sys/glsink/gstgl_pdrimage.c:
18444         * sys/glsink/gstglsink.c:
18445         * testsuite/gst-lint:
18446         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
18447
18448 2004-01-11  David Schleef  <ds@schleef.org>
18449
18450         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
18451         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
18452         * ext/gdk_pixbuf/gstgdkanimation.c:
18453         (gst_gdk_animation_iter_create_pixbuf):
18454         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18455         (gst_gdk_pixbuf_chain):
18456         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18457         * ext/jack/gstjack.c: (gst_jack_change_state):
18458         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
18459         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
18460         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
18461         * gst/videofilter/gstvideofilter.c:
18462         (gst_videofilter_set_output_size):
18463         Remove all usage of gst_pad_get_caps(), and replace it with
18464         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
18465
18466 2004-01-11  David Schleef  <ds@schleef.org>
18467
18468         * configure.ac:
18469         * ext/Makefile.am: Fixes to make ext/libcaca compile.
18470         * ext/divx/gstdivxdec.c:
18471         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18472         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
18473         handle images that span multiple buffers.  Now work with both
18474         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
18475         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18476         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
18477         video/video.h changes
18478         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
18479         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
18480         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
18481         of GstData free function.
18482         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
18483         same.
18484
18485 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18486
18487         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
18488         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
18489         (gst_v4l2element_get_property):
18490         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
18491           add norm, channel and frequency properties.
18492         * sys/v4l2/gstv4l2tuner.c:
18493           fixes for tuner interface changes
18494         * sys/v4l2/gstv4l2element.h:
18495         * sys/v4l2/gstv4l2src.c:
18496         * sys/v4l2/gstv4l2src.h:
18497         * sys/v4l2/v4l2src_calls.c:
18498         * sys/v4l2/v4l2src_calls.h:
18499           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
18500
18501 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18502
18503         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
18504         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
18505         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
18506         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
18507         * gst-libs/gst/tuner/tuner.h:
18508           GObjects aren't const.
18509           Add find_by_name functions.
18510           Add checks to _changed functions.
18511         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
18512         (gst_v4l_tuner_get_norm):
18513           Fixes for above.
18514
18515 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18516
18517         * gst-libs/gst/video/video.h:
18518           Fix caps template names to be understandable.
18519           Prefix everything with GST_VIDEO.
18520         * ext/aalib/gstaasink.c:
18521         * ext/divx/gstdivxdec.c:
18522         * ext/divx/gstdivxenc.c:
18523         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18524         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
18525         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
18526         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
18527         * ext/libcaca/gstcacasink.c:
18528         * ext/libpng/gstpngenc.c: (raw_caps_factory):
18529         * ext/snapshot/gstsnapshot.c:
18530         * ext/swfdec/gstswfdec.c:
18531         * ext/xvid/gstxviddec.c:
18532         * ext/xvid/gstxvidenc.c:
18533         * gst/chart/gstchart.c:
18534         * gst/deinterlace/gstdeinterlace.c:
18535         * gst/effectv/gsteffectv.c:
18536         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
18537         * gst/goom/gstgoom.c:
18538         * gst/median/gstmedian.c:
18539         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
18540         (gst_monoscope_srcconnect), (gst_monoscope_chain):
18541         * gst/overlay/gstoverlay.c:
18542         * gst/smooth/gstsmooth.c:
18543         * gst/smpte/gstsmpte.c:
18544         * gst/synaesthesia/gstsynaesthesia.c:
18545         * gst/videocrop/gstvideocrop.c:
18546         * gst/videodrop/gstvideodrop.c:
18547         * gst/y4m/gsty4mencode.c:
18548         * sys/qcam/gstqcamsrc.c:
18549         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
18550           Make them work with new video.h file.
18551         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
18552         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
18553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
18554         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
18555           Make it work with new buffer allocation system.
18556
18557 2004-01-11  Julien MOUTTE  <julien@moutte.net>
18558
18559         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
18560         pad_alloc_buffer implementation to use ->srcpad
18561         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
18562         pad_alloc_buffer implementation to use ->srcpad
18563         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
18564         pad_alloc_buffer implementation to use ->srcpad
18565         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18566         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
18567         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
18568         a reference to everything we need.
18569         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
18570         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18571         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18572         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
18573         a reference to everything we need.
18574         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
18575
18576 2004-01-11  David Schleef  <ds@schleef.org>
18577
18578         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
18579         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
18580         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
18581         structure members.
18582         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
18583         value during a resize/renegotiation.
18584         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
18585         gst_pad_alloc_buffer();
18586         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
18587         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
18588         structure members.
18589         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
18590         Fix for rename of buffer private structure members.
18591         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
18592         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
18593         Fix for rename of buffer private structure members.
18594         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
18595         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
18596         Fix for rename of buffer private structure members.
18597
18598 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
18599
18600         reviewed by: David Schleef <ds@schleef.org>
18601
18602         * gst/videofilter/Makefile.am:
18603         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
18604         from the patch by ds to fit in with recent make_filter changes.
18605
18606 2004-01-11  Julien MOUTTE  <julien@moutte.net>
18607
18608         * configure.ac: Adding examples/switch/Makefile
18609         * examples/Makefile.am: Adding examples/switch
18610         * examples/switch/Makefile.am: Adding switcher example.
18611         * examples/switch/switcher.c: (got_eos), (idle_iterate),
18612         (switch_timer), (main): Adding an example demonstrating switch usage
18613         with 2 videotestsrc showing different patterns.
18614         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
18615         (gst_switch_init): Fixing switch with the new caps system.
18616
18617 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18618
18619         * gst-libs/gst/video/video.h:
18620           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
18621           They should probably be like
18622           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
18623
18624 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18625
18626         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18627         (qtdemux_parse_trak):
18628           fix audio chunk size/timestamp calculation
18629
18630 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18631
18632         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
18633           fix SVQ3 caps
18634
18635 2004-01-11  Steve Baker  <steve@stevebaker.org>
18636
18637         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
18638         (gst_agingtv_base_init), (gst_agingtv_class_init),
18639         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
18640         (gst_agingtv_set_property), (gst_agingtv_get_property):
18641         Port agingTV to videofilter
18642
18643 2004-01-09  Julien MOUTTE <julien@moutte.net>
18644
18645         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
18646         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
18647
18648 2004-01-09  Julien MOUTTE <julien@moutte.net>
18649
18650         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
18651         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
18652         * gst-libs/gst/xoverlay/xoverlay.c:
18653         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
18654         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
18655         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
18656         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
18657         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
18658         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
18659         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
18660         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
18661         the bufferalloc_function to replace bufferpools, fixing the XOverlay
18662         interface implementation to handle xid being 0 and fix some bugs
18663         triggered by Benjamin's testcase.
18664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
18665         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
18666         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
18667         the bufferalloc_function to replace bufferpools, fixing the XOverlay
18668         interface implementation to handle xid being 0 and fix some bugs
18669         triggered by Benjamin's testcase.
18670
18671 2004-01-09  David Schleef  <ds@schleef.org>
18672
18673         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
18674         mouse pointer events.  It works.
18675
18676 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18677
18678         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
18679           Use explicit caps - fix capsnego.
18680         * ext/xvid/gstxviddec.c:
18681         * ext/xvid/gstxvidenc.c:
18682           Remove macro-inside-macro which caused compile errors.
18683         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
18684           Error out if it's not a RIFF file. Else we error out without
18685           gst_element_error() which is not good...
18686
18687 2004-01-08  David Schleef  <ds@schleef.org>
18688
18689         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
18690         Fix pad_link function to handle formats that ffmpeg returns
18691         as multiple caps structures.
18692         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
18693         Only complain if source buffer is _smaller_ than expected.
18694         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
18695         (gst_videoscale_handle_src_event): Resize navigation events
18696         when passing them upstream.
18697         * gst/videotestsrc/gstvideotestsrc.c:
18698         * gst/videotestsrc/gstvideotestsrc.h:
18699         * gst/videotestsrc/videotestsrc.c:
18700         * gst/videotestsrc/videotestsrc.h:
18701         Rewrite many of the buffer painting functions to handle odd
18702         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
18703         been verified to work with my video card.
18704         * testsuite/gst-lint:  Add check for elements calling
18705         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
18706
18707 2004-01-08  David Schleef  <ds@schleef.org>
18708
18709         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
18710         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
18711
18712 2004-01-08  Julien MOUTTE  <julien@moutte.net>
18713
18714         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
18715         configure event is not emiting the desired size signal. That fixes
18716         aspect ratio issues with gst-player.
18717
18718 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18719
18720         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
18721           Fix capsnego.
18722
18723 2004-01-08  Julien MOUTTE  <julien@moutte.net>
18724
18725         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
18726         public method to fire size signal.
18727
18728 2004-01-07  Julien MOUTTE  <julien@moutte.net>
18729
18730         * examples/gstplay/Makefile.am: Adding the interface library.
18731         * gst-libs/gst/play/Makefile.am: Adding the interface library.
18732         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
18733         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
18734         GST_IS_X_OVERLAY before signal connect.
18735         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
18736         Removing the have_video_size signal.
18737         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
18738         and associated public method.
18739         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
18740         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
18741         signal.
18742         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18743         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
18744         signal.
18745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
18746         Using XOverlay public method to fire size signal.
18747
18748 2004-01-07  David Schleef  <ds@schleef.org>
18749
18750         * gst/videofilter/Makefile.am:
18751         * gst/videofilter/gstvideotemplate.c:
18752         * gst/videofilter/make_filter:
18753         Create gstvideoexample.c in a srcdir!=builddir friendly way.
18754         Convert make_filter to /bin/sh script.
18755
18756 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18757
18758         * gst/modplug/gstmodplug.cc: fix element description
18759
18760 2004-01-07  Julien MOUTTE  <julien@moutte.net>
18761
18762         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
18763         (got_video_size): Adding some new lines in g_print calls.
18764         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
18765         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
18766         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
18767         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
18768         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
18769         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
18770         Complete code review, reverting some stuff i disagree with, adding
18771         some fixes : time synchronization on invalid timestamps, renegotiation
18772         of private window.
18773         * sys/ximage/ximagesink.h:
18774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
18775         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
18776         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
18777         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
18778         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
18779         (gst_xvimagesink_buffer_new),
18780         (gst_xvimagesink_navigation_send_event),
18781         (gst_xvimagesink_set_xwindow_id),
18782         (gst_xvimagesink_get_desired_size),
18783         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
18784         stuff i disagree with, adding some fixes : Renegotiation of private
18785         window, implementing get_desired_size.
18786
18787 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18788
18789         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
18790         (gst_afsink_handle_event):
18791         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
18792         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
18793         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
18794         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
18795         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
18796           Fix for instantiate-test (see core). Also remove dead code from
18797           jpegenc (which still needs fixing, but that's lower on my TODO
18798           list...).
18799         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
18800           Never return NULL as caps.
18801
18802 2004-01-07  David Schleef  <ds@schleef.org>
18803
18804         * configure.ac:
18805         * ext/Makefile.am:
18806         * ext/librfb/Makefile.am:
18807         * ext/librfb/gstrfbsrc.c:
18808         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
18809         is the protocol used by VNC.
18810
18811 2004-01-07  David Schleef  <ds@schleef.org>
18812
18813         * gst/videofilter/gstvideotemplate.c:
18814         * gst/videofilter/gstvideotemplate.h:
18815         * gst/videofilter/make_filter:
18816         Merge videotemplate header into source file.
18817         * gst/effectv/Makefile.am:
18818         * gst/effectv/gsteffectv.c: (plugin_init):
18819         * gst/effectv/gstwarp.c:
18820         Make warpTV a subclass of videofilter.
18821
18822 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18823
18824         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18825           Add guard against invalid utf-8 conversions in mad. Just in case.
18826
18827 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18828
18829         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
18830           Fix for bug shown by poisoning
18831
18832 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18833
18834         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
18835         (gst_v4lmjpegsrc_buffer_free):
18836         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
18837         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
18838         (gst_v4lsrc_buffer_free):
18839           Fix for removed bufferpools.
18840
18841 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
18842
18843         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
18844         Fix caps negotiation.
18845
18846         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18847         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
18848         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
18849         (dvdnavsrc_event):
18850         * ext/mpeg2dec/gstmpeg2dec.c:
18851         * gst-libs/gst/navigation/navigation.c:
18852         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
18853         * gst-libs/gst/navigation/navigation.h:
18854         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
18855         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
18856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
18857         Super-simple first version of mouse and keyboard events. Clicking
18858         on a DVD menu now works, although it may not take you where you
18859         expected.
18860
18861         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
18862         * gst/videotestsrc/gstvideotestsrc.c:
18863         (gst_videotestsrc_src_fixate):
18864         These fixate functions were broken - they never actually
18865         fixated :)
18866
18867 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18868
18869         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
18870         (gst_icecastsend_init):
18871           fix for new caps system.
18872         * gst-libs/gst/mixer/mixertrack.h:
18873         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
18874           Add 'master track' flag (for tools like ACME that only want to
18875           change the main volume).
18876
18877 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
18878
18879         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
18880         (gst_xvid_csp_to_caps):
18881         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
18882         * ext/xvid/gstxvidenc.c:
18883         ifdef out ARGB type when it isn't available
18884         in xvidcore 1.0.0beta2
18885
18886 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18887
18888         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
18889           When we have received a new SCR right in the first buffer after
18890           a seek (so in the same cycle that handles the discont), we should
18891           handle the buffer instead of unreffing it, else we lose data.
18892
18893 2004-01-06  Iain <iain@prettypeople.org>
18894
18895         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
18896           buffer-frames caps too.
18897
18898         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
18899           caps that we need, don't destroy them all and rebuild them. And when
18900           creating src pads, use the src pad template rather than the sink...
18901
18902 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18903
18904         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18905           Add pad to element *after* setting functions such as event handler.
18906           Without this, the scheduler (opt) will link pads, set the event
18907           handler from the default event function (dispatcher in gstpad.c)
18908           and *after* that, we will set our own event function, which will
18909           thus never be used (and thus mpegdemux doesn't handle events).
18910
18911 2004-01-04  David Schleef  <ds@schleef.org>
18912
18913         Fix the fixate functions to handle new prototype:
18914         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
18915         * gst/videotestsrc/gstvideotestsrc.c:
18916         (gst_videotestsrc_src_fixate):
18917         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
18918         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
18919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
18920
18921 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18922
18923         * sys/ximage/ximagesink.h:
18924         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
18925         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
18926         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
18927         (gst_ximagesink_xoverlay_init):
18928           assorted fixes to make (re)embedding work
18929         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
18930         (gst_ximagesink_get_desired_size):
18931           implement desired size additions to XOverlay
18932
18933 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18934
18935         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
18936         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
18937         (gst_x_overlay_got_desired_size):
18938         * gst-libs/gst/xoverlay/xoverlay.h:
18939           Add optional "desired size" signal and querying.
18940
18941 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18942
18943         * gst/matroska/matroska-demux.c:
18944         (gst_matroska_demux_parse_blockgroup):
18945           Fix EBML-laced block parsing. Diffs are relative to previous
18946           lace, not the first lace. Thanks to Mosu from the Matroska
18947           team for detecting this.
18948         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18949         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
18950         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
18951         (gst_wavparse_change_state):
18952         * gst/wavparse/gstwavparse.h:
18953           Quickfix for capsnego.
18954
18955 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18956
18957         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
18958           Fix indenting, fix pad creation.
18959
18960 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18961
18962         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
18963         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
18964         (gst_xviddec_sink_link):
18965           Implement src_getcaps() so proper size caps is negotiated.
18966
18967 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18968
18969         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
18970           Finish flac decoder on EOS. See #116178.
18971
18972 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18973
18974         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
18975         (gst_matroska_demux_add_stream):
18976         * gst/matroska/matroska-ids.h:
18977           Add getcaps() function to fix capsnego...
18978
18979 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18980
18981         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
18982         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
18983         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
18984           Fix more integer overflows. Again, see #126967.
18985
18986 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18987
18988         * ext/mpeg2dec/gstmpeg2dec.c:
18989           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
18990           #130416.
18991
18992 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18993
18994         * configure.ac:
18995         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
18996         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
18997         * ext/xvid/gstxvid.h:
18998         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
18999         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
19000         (gst_xviddec_src_link), (gst_xviddec_sink_link),
19001         (gst_xviddec_change_state):
19002         * ext/xvid/gstxviddec.h:
19003         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
19004         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
19005         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
19006         (gst_xvidenc_link), (gst_xvidenc_set_property),
19007         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
19008         * ext/xvid/gstxvidenc.h:
19009           Update xvid plugin to latest xvid (1.0.0-beta3) API.
19010
19011 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19012
19013         * gst/rtp/rtp-packet.c:
19014           Add sys/types.h include, since OS X doesn't define in_addr_t
19015           in netinet/in.h, like it does on Linux (see #129600).
19016
19017 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
19018
19019         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
19020
19021         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
19022           Correct logic of dispose function (see #129306).
19023
19024 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19025
19026         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
19027         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
19028         (gst_mpeg_parse_init):
19029         * gst/mpegstream/gstmpegparse.h:
19030           Remove clock (which was never provided, i.e. dead code), and
19031           also fix integer overflows at high PTS values (see #126967).
19032
19033 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19034
19035         * ext/flac/gstflacdec.c:
19036         * ext/libpng/gstpngenc.h:
19037         * ext/mikmod/gstmikmod.h:
19038           OS X fixes (see #126628).
19039
19040 2004-01-02  David Schleef  <ds@schleef.org>
19041
19042         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
19043         (gst_alsa_src_base_init): Remove bogus "src" request pad.
19044         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
19045         (gst_mpeg_parse_class_init): Move pad template registration
19046         to class_init, since the derived class (mpegdemux) doesn't
19047         want them.
19048
19049 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19050
19051         * sys/ximage/Makefile.am:
19052         * sys/xvideo/Makefile.am:
19053         * sys/xvimage/Makefile.am:
19054           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
19055           after installation (see #127664).
19056
19057 2004-01-02  David Schleef  <ds@schleef.org>
19058
19059         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
19060         (gst_ffmpegenc_connect):  Negotiation fixes.
19061         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
19062         Remove inappropriate gst_caps_free().
19063         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
19064         Reenable Ronald's internal resize code, since the core handles
19065         it correctly now.
19066
19067 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19068
19069         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
19070         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
19071         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
19072           Fix pad template stuff.
19073
19074 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19075
19076         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
19077         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
19078           fix signed integer reading/writing.
19079
19080 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19081
19082         * ext/alsa/README:
19083           Remove outdated document
19084
19085 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
19086
19087         * gst/cutter/gstcutter.c: (gst_cutter_init):
19088           src pad was being created twice - oops.
19089
19090 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19091
19092         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
19093           Comment out internal resize. It doesn't handle the resulting
19094           XEvent internally, does another try_set_caps() which leads to
19095           a really nice loop.
19096           Real fix will come when Julien and Dave are awake. ;).
19097
19098 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19099
19100         * ext/mpeg2enc/gstmpeg2enc.cc:
19101           fix const/nonconst compile issue.
19102
19103 2004-01-02  David Schleef  <ds@schleef.org>
19104
19105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
19106         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
19107         Add fixate function and a check for bad formats.
19108
19109 2004-01-01  David Schleef  <ds@schleef.org>
19110
19111         Negotiation fixes:
19112         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
19113         (gst_audiofilter_init):
19114         * gst/debug/efence.c: (gst_efence_init):
19115         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
19116         (gst_deinterlace_init):
19117         * gst/volume/gstvolume.c: (volume_connect):
19118
19119 2004-01-01  David Schleef  <ds@schleef.org>
19120
19121         Convert elements to use gst_pad_use_explicit_caps() where
19122         appropriate:
19123         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
19124         * ext/audiofile/gstafparse.c: (gst_afparse_init),
19125         (gst_afparse_open_file):
19126         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
19127         (gst_afsrc_open_file):
19128         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
19129         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
19130         (gst_ffmpegdec_chain):
19131         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19132         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
19133         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
19134         (gst_gdk_pixbuf_chain):
19135         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
19136         (gst_jpegdec_chain):
19137         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
19138         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
19139         (gst_mikmod_negotiate):
19140         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
19141         (gst_mpeg2dec_negotiate_format):
19142         * ext/mpeg2enc/gstmpeg2enc.cc:
19143         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19144         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
19145         (gst_speexdec_sinkconnect):
19146         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
19147         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
19148         (gst_vorbisfile_new_link):
19149         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
19150         (gst_ac3parse_chain):
19151         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
19152         (gst_asf_demux_setup_pad):
19153         * gst/auparse/gstauparse.c: (gst_auparse_init),
19154         (gst_auparse_chain):
19155         * gst/id3/gstid3types.c: (gst_id3types_loop):
19156         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
19157         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19158         (mp1videoparse_parse_seq):
19159         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
19160         (bpf_from_header):
19161         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
19162         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
19163         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
19164         (gst_mpeg_parse_send_data):
19165         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19166         (gst_qtdemux_add_stream):
19167         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
19168         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19169         (gst_wavparse_parse_fmt):
19170
19171 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19172
19173         * configure.ac:
19174           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
19175           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
19176           it therefore uses the wrong include paths. Too bad... Note
19177           that 1.6.1.93 is not release yet. ;).
19178           Also add a check for mplex, which is now using the lib'ified
19179           mplex from mjpegtools, too.
19180         * ext/ffmpeg/gstffmpegcodecmap.c:
19181           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
19182           issues. I don't think ffmpeg handles 3ivx correctly, so this
19183           probably won't work. But it won't hurt either.
19184         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
19185         (gst_ffmpegdec_chain):
19186         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
19187         (gst_ffmpegenc_chain_audio):
19188           Fix memleak in audio encoding. Close codec if open fails, this
19189           calls the cleanup routines so we can re-use the context.
19190         * ext/mpeg2enc/gstmpeg2enc.cc:
19191           Fix pad template names/types, fix memory issue with getcaps().
19192         * ext/mpeg2enc/gstmpeg2encoder.cc:
19193         * ext/mpeg2enc/gstmpeg2encoder.hh:
19194           Fix compile issue with new caps system (const thingy).
19195         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19196         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
19197           We read a first frame right on initing, so that we have a caps
19198           when we init the output. This caps is cached in padprivate and
19199           read as first frame.
19200         * ext/mplex/Makefile.am:
19201         * ext/mplex/gstmplex.cc:
19202         * ext/mplex/gstmplex.h:
19203         * ext/mplex/gstmplex.hh:
19204         * ext/mplex/gstmplexibitstream.cc:
19205         * ext/mplex/gstmplexibitstream.hh:
19206         * ext/mplex/gstmplexjob.cc:
19207         * ext/mplex/gstmplexjob.hh:
19208         * ext/mplex/gstmplexoutputstream.cc:
19209         * ext/mplex/gstmplexoutputstream.hh:
19210           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
19211           had issues, didn't do capsnego, supported only a subset of the
19212           mplex features and required a mplex fork in our local CVS. Plus
19213           that it worked agaist a very old mplex version. Rewriting was
19214           faster than updating it.
19215         * gst-libs/ext/Makefile.am:
19216         * gst-libs/ext/mplex/INSTRUCT:
19217         * gst-libs/ext/mplex/Makefile.am:
19218         * gst-libs/ext/mplex/README:
19219         * gst-libs/ext/mplex/TODO:
19220         * gst-libs/ext/mplex/ac3strm_in.cc:
19221         * gst-libs/ext/mplex/audiostrm.hh:
19222         * gst-libs/ext/mplex/audiostrm_out.cc:
19223         * gst-libs/ext/mplex/aunit.hh:
19224         * gst-libs/ext/mplex/bits.cc:
19225         * gst-libs/ext/mplex/bits.hh:
19226         * gst-libs/ext/mplex/buffer.cc:
19227         * gst-libs/ext/mplex/buffer.hh:
19228         * gst-libs/ext/mplex/fastintfns.h:
19229         * gst-libs/ext/mplex/format_codes.h:
19230         * gst-libs/ext/mplex/inputstrm.cc:
19231         * gst-libs/ext/mplex/inputstrm.hh:
19232         * gst-libs/ext/mplex/lpcmstrm_in.cc:
19233         * gst-libs/ext/mplex/mjpeg_logging.cc:
19234         * gst-libs/ext/mplex/mjpeg_logging.h:
19235         * gst-libs/ext/mplex/mjpeg_types.h:
19236         * gst-libs/ext/mplex/mpastrm_in.cc:
19237         * gst-libs/ext/mplex/mpegconsts.cc:
19238         * gst-libs/ext/mplex/mpegconsts.h:
19239         * gst-libs/ext/mplex/mplexconsts.hh:
19240         * gst-libs/ext/mplex/multplex.cc:
19241         * gst-libs/ext/mplex/outputstream.hh:
19242         * gst-libs/ext/mplex/padstrm.cc:
19243         * gst-libs/ext/mplex/padstrm.hh:
19244         * gst-libs/ext/mplex/stillsstream.cc:
19245         * gst-libs/ext/mplex/stillsstream.hh:
19246         * gst-libs/ext/mplex/systems.cc:
19247         * gst-libs/ext/mplex/systems.hh:
19248         * gst-libs/ext/mplex/vector.cc:
19249         * gst-libs/ext/mplex/vector.hh:
19250         * gst-libs/ext/mplex/videostrm.hh:
19251         * gst-libs/ext/mplex/videostrm_in.cc:
19252         * gst-libs/ext/mplex/videostrm_out.cc:
19253         * gst-libs/ext/mplex/yuv4mpeg.cc:
19254         * gst-libs/ext/mplex/yuv4mpeg.h:
19255         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
19256         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
19257           We don't fork mjpegtools' mplex in our CVS anymore.
19258         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
19259         (gst_avi_demux_add_stream):
19260         * gst/avi/gstavidemux.h:
19261           Add getcaps() function for proper caps nego. This makes some
19262           parts of AVI playback/reading work.
19263         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
19264           Resize window on new capsnego. This is probably wrong, but
19265           I'm still committing it because with current capsnego, the
19266           first successfull capsnego is auto-fixated, therefore rounded
19267           down to the lowest values in the caps. this results in a 16x16
19268           XWindow that is not reized when real capsnego finishes.
19269           Dave, I see more cases of this, do you know a proper solution?
19270         * tools/gst-launch-ext.in:
19271           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
19272
19273 2003-12-31  David Schleef  <ds@schleef.org>
19274
19275         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
19276         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
19277           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
19278
19279 2003-12-30  David Schleef  <ds@schleef.org>
19280
19281         * ext/ffmpeg/gstffmpegcolorspace.c:
19282         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19283         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
19284         (gst_ffmpegcsp_chain): Negotiation fixes
19285         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
19286         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19287         (gst_audio_convert_link), (gst_audio_convert_channels):
19288         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
19289         (gst_audioscale_link), (gst_audioscale_get_buffer),
19290         (gst_audioscale_chain): Negotiation fixes
19291         * gst/audioscale/gstaudioscale.h:
19292         * gst/videofilter/gstvideofilter.c:
19293         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
19294         (gst_videofilter_link), (gst_videofilter_init),
19295         (gst_videofilter_set_output_size), (gst_videofilter_setup),
19296         (gst_videofilter_find_format_by_structure):
19297         * gst/videofilter/gstvideofilter.h: Negotiation fixes
19298         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
19299         (gst_videoscale_link):
19300         * gst/videoscale/videoscale.c: (videoscale_get_structure),
19301         (videoscale_find_by_structure), (gst_videoscale_setup):
19302         * gst/videoscale/videoscale.h: Negotiation fixes
19303         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19304         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
19305         function, restrict resizing to a multiple of 4 (hack until
19306         everyone supports odd sizes correctly).
19307
19308 2003-12-29  Colin Walters  <walters@verbum.org>
19309
19310         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
19311         signed.
19312
19313 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
19314
19315         * ext/sndfile/gstsf.c: (gst_sf_loop):
19316           Fix warning about discarding const qualifier
19317
19318 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
19319
19320         * gst/cutter/gstcutter.c:
19321         * gst/videoscale/gstvideoscale.c:
19322         * gst/volenv/gstvolenv.c:
19323         * gst-libs/gst/audio/audio.c:
19324         * gst-libs/gst/video/video.c:
19325           Fix warnings
19326
19327 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19328
19329         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
19330           Don't send ALSA debugging to stderr.
19331         * ext/alsa/gstalsa.h:
19332           Use GST_WARNING instead of g_warning when ALSA functions fail.
19333
19334 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19335
19336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
19337           Free XVAdapterInfo correctly.
19338
19339 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19340
19341         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
19342         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
19343           Make id3tag use correct caps nego.
19344
19345 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
19346
19347         * ext/ivorbis/vorbis.c:
19348         * ext/ivorbis/vorbisenc.h:
19349         * ext/ivorbis/vorbisfile.c:
19350           Modify so that it uses the new caps things
19351
19352 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19353
19354         * testsuite/spider/spider1.c: (main):
19355         * testsuite/spider/spider2.c: (main):
19356         * testsuite/spider/spider3.c: (main):
19357           Make tests compile again. They probably don't work.
19358
19359 2003-12-24  Colin Walters  <walters@verbum.org>
19360
19361         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
19362         we can't fixate the caps anymore.
19363
19364 2003-12-23  David Schleef  <ds@schleef.org>
19365
19366         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
19367         * sys/oss/gstosssink.c: (gst_osssink_init),
19368         (gst_osssink_sink_fixate): Add fixate function.
19369
19370 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19371
19372         * ext/ffmpeg/gstffmpegcodecmap.c:
19373         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
19374         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
19375         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
19376         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19377         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19378         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19379         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
19380           fix typo in RGB masks, and move back to "old" colorspace
19381           capsnego code until whoever wrote this new crap has actually
19382           tested it so that it works.
19383           And yes, this works, keep it that way please.
19384
19385 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19386
19387         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
19388         (gst_divxdec_init), (gst_divxdec_negotiate):
19389         * ext/divx/gstdivxdec.h:
19390         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
19391         (gst_divxenc_init):
19392         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
19393         (gst_faac_sinkconnect), (gst_faac_srcconnect):
19394         * ext/mpeg2enc/gstmpeg2enc.cc:
19395         * ext/mpeg2enc/gstmpeg2encoder.cc:
19396         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19397         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
19398         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
19399         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
19400         (dxr3spusink_init):
19401         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
19402         (dxr3videosink_init):
19403           Fix caps breakage after Dave's caps branch merge.
19404
19405 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19406
19407         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19408           Fix for 24bpp display.
19409
19410 2003-12-23  Colin Walters  <walters@verbum.org>
19411
19412         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
19413         a GnomeVFSHandle directly.
19414
19415 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19416
19417         * gst/volume/Makefile.am:
19418         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
19419         (volume_base_init), (volume_init):
19420           Reenable volume element and fix to work with new caps stuff.
19421           Rhythmbox needs this.
19422
19423 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19424
19425         * gst/qtdemux/qtdemux.c: (plugin_init):
19426           qtdemux requires bytestream
19427
19428 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19429
19430         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
19431           Fix remaining caps handling errors due to CAPS merge.
19432
19433 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19434
19435         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
19436         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
19437         (gst_faad_srcconnect):
19438           Port to new caps system.
19439
19440 2003-12-21  Julien MOUTTE  <julien@moutte.net>
19441
19442         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
19443         (got_video_size), (main): using g_print instead of g_message.
19444         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
19445         signal which was not emitted because of "switch" element added to the
19446         bin but not connected. (Removing from the bin temporarily)
19447
19448 2003-12-21  Julien MOUTTE  <julien@moutte.net>
19449
19450         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
19451         find X development files. I don't understand the previous tests and
19452         they fail on my debian/ppc unstable. This one works.
19453         * examples/gstplay/player.c: (main): Set the pipeline to READY before
19454         exiting.
19455         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
19456         (gst_play_set_video_sink), (gst_play_set_audio_sink),
19457         (gst_play_set_visualization): Add some safety checks in set_ methods
19458         and state_change. This was throwing some ugly CRITICAL messages when
19459         pipeline was getting disposed and casts were failing.
19460
19461 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19462
19463         * configure.ac:
19464           Improve mpeg2enc detection. This is for distributions that do
19465           ship mjpegtools, but without mpeg2enc. Also does object check
19466           for might there ever be ABI incompatibility.
19467         * ext/mpeg2enc/gstmpeg2enc.cc:
19468           Add Andrew as second maintainer (he's helping me), and also add
19469           an error if no caps was set. This happens if I pull before capsnego
19470           and that's something I should solve sometime else.
19471         * gst/matroska/matroska-demux.c:
19472         (gst_matroska_demux_parse_blockgroup):
19473           Fix time parsing.
19474         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
19475         (gst_matroska_mux_track_header):
19476           Add caps to templates.
19477         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
19478           Add mpegversion=1 to prevent confusion with MPEG/AAC.
19479         * gst/mpegstream/gstmpegdemux.c:
19480           Remove layer since it causes warnings about unfixed caps.
19481         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19482           Fix obvious typo (we error out if caps were set, we should of
19483           course error out if *no* caps were set).
19484         * sys/oss/gstosselement.c: (gst_osselement_convert):
19485           Fix format conversion, we confused bits/bytes.
19486         * sys/oss/gstosselement.h:
19487           Improve documentation for 'bps'.
19488         * sys/v4l/TODO:
19489           Remove stuff about plugins that need removing - this was done
19490           ages ago.
19491         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
19492         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
19493         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
19494         (gst_v4lsrc_src_query):
19495         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19496         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
19497           Add get_query_types(), get_formats() and query() functions.
19498
19499 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19500
19501         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
19502         * moved CVS to freedesktop.org
19503
19504 >>>>>>> 1.1891