configure.ac: Remove audioscale.
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-08-24  Wim Taymans  <wim@fluendo.com>
2
3         * configure.ac:
4         Remove audioscale.
5
6 2005-08-24  Wim Taymans  <wim@fluendo.com>
7
8         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
9         (gst_videoscale_prepare_size), (parse_caps),
10         (gst_videoscale_set_caps), (gst_videoscale_get_size),
11         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12         (gst_videoscale_transform):
13         * gst/videoscale/gstvideoscale.h:
14         Refactor, make use of BaseTranform really well.
15
16 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17
18         * configure.ac:
19           compile audioresample
20         * gst/audioresample/Makefile.am:
21         * gst/audioresample/buffer.c:
22         * gst/audioresample/functable.c:
23         * gst/audioresample/gstaudioresample.c:
24         * gst/audioresample/gstaudioresample.h:
25         * gst/audioresample/resample.c:
26         (resample_get_output_size_for_input):
27         * gst/audioresample/resample.h:
28         * gst/audioresample/resample_chunk.c:
29         * gst/audioresample/resample_functable.c:
30         * gst/audioresample/resample_ref.c:
31           port to use basetransform; doesn't work in all cases yet
32
33 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34
35         * gst/audioconvert/gstaudioconvert.c:
36         (gst_audio_convert_class_init), (gst_audio_convert_init),
37         (audio_convert_get_unit_size), (audio_convert_transform_caps),
38         (audio_convert_fixate_caps), (audio_convert_set_caps),
39         (audio_convert_transform),
40         (gst_audio_convert_buffer_to_default_format),
41         (gst_audio_convert_buffer_from_default_format),
42         (gst_audio_convert_channels):
43         * gst/audioconvert/gstchannelmix.c:
44         * gst/audioconvert/gstchannelmix.h:
45           port to basetransform
46         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
47         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
48         (gst_ffmpegcsp_get_unit_size):
49         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
50         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
51           fix for basetransform changes
52
53 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
54
55         * check/Makefile.am:
56           Add CHECK_CFLAGS and LDFLAGS
57
58         * gst/playback/gstplaybasebin.c: (fill_buffer):
59           GST_MESSAGE_SRC became a GObject
60
61 2005-08-24  Wim Taymans  <wim@fluendo.com>
62
63         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
64         (gst_ring_buffer_clear_all):
65         * gst-libs/gst/audio/gstringbuffer.h:
66         Added function to clear the ringbuffer.
67
68 2005-08-24  Andy Wingo  <wingo@pobox.com>
69
70         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
71         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
72         of _open and _close.
73
74         * sys/v4l/gstv4lxoverlay.h:
75         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
76         an Xv connection here, instead of all the time. Make Xv only be
77         loaded if you axe for it. Kindof a workaround for buggy behaviour
78         of Xv when using remote xservers (XvQueryExtension would block).
79         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
80         replace the _open and _close public API. Only start the xv
81         connection if necessary.
82         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
83
84 2005-08-23  David Schleef  <ds@schleef.org>
85
86         * gst/audioresample/Makefile.am: Leet audioresampling code
87         * gst/audioresample/buffer.c:
88         * gst/audioresample/buffer.h:
89         * gst/audioresample/debug.c:
90         * gst/audioresample/debug.h:
91         * gst/audioresample/functable.c:
92         * gst/audioresample/functable.h:
93         * gst/audioresample/gstaudioresample.c:
94         * gst/audioresample/gstaudioresample.h:
95         * gst/audioresample/resample.c:
96         * gst/audioresample/resample.h:
97         * gst/audioresample/resample_chunk.c:
98         * gst/audioresample/resample_functable.c:
99         * gst/audioresample/resample_ref.c:
100
101 2005-08-23  Wim Taymans  <wim@fluendo.com>
102
103         * examples/seeking/seek.c: (make_vorbis_pipeline),
104         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
105         Small seek updates.
106
107 2005-08-23  Andy Wingo  <wingo@pobox.com>
108
109         * gst-libs/gst/audio/gstbaseaudiosrc.c
110         (gst_base_audio_src_fixate): Only fixate endianness if it is
111         present in the caps.
112
113 2005-08-22  Andy Wingo  <wingo@pobox.com>
114
115         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
116         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
117         device-name property.
118
119         * gst-libs/gst/audio/gstaudiosrc.h:
120         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
121         close_device in the ring buffer, like gstaudiosink.
122
123         * ext/alsa/gstalsamixer.h:
124         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
125         macro to implement the interface without much code. Cleanups. 
126
127         * ext/alsa/gstalsasrc.h:
128         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
129         READY.
130
131         * ext/alsa/Makefile.am: Add new files.
132         * ext/alsa/gstalsamixerelement.c: 
133         * ext/alsa/gstalsamixerelement.c: Split element code out from
134         mixer code so that alsasrc can be a mixer too.
135
136 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
137
138         * check/elements/volume.c: (setup_volume), (cleanup_volume),
139         (GST_START_TEST):
140         * check/elements/vorbisdec.c: (setup_vorbisdec),
141         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
142         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
143         (vorbis_handle_identification_packet),
144         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
145         (vorbis_handle_header_packet), (vorbis_dec_push),
146         (vorbis_dec_chain):
147           use the setup/teardown methods to save code.  save code is good.
148
149 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
150
151         * check/Makefile.am:
152           add ext dir for plugins
153           add vorbisdec test conditionally
154         * check/elements/volume.c: (setup_volume), (cleanup_volume),
155         (GST_START_TEST), (volume_suite):
156           add a test with wrong caps
157         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
158         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
159           add a vorbisdec test
160         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
161         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
162           clean up debug output
163         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
164           yay, fix a segfault/security issue in vorbisdec
165           gst-launch fakesrc ! vorbisdec wasn't happy
166         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
167         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
168         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
169         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
170         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
171         (gst_vorbisenc_set_metadata), (get_constraints_string),
172         (update_start_message), (gst_vorbisenc_setup),
173         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
174         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
175         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
176         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
177         * ext/vorbis/vorbisenc.h:
178           march in line
179         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
180         (gst_ffmpegcsp_transform):
181           have the kow come home
182         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
183           debug my func ptr
184         * gst/volume/gstvolume.c: (volume_set_caps):
185           add a debug
186
187 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
188
189         * Makefile.am:
190         * check/.cvsignore:
191         * check/Makefile.am:
192         * check/elements/.cvsignore:
193         * check/elements/volume.c: (chain_func), (event_func),
194         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
195         (main):
196         * configure.ac:
197           add unit test structure for gst-plugins-base
198           add a test for volume
199         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
200         (gst_volume_set_volume), (gst_volume_get_volume),
201         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
202         (volume_funcfind), (volume_process_float), (volume_process_int16),
203         (volume_set_caps), (volume_transform), (volume_update_mute),
204         (volume_update_volume), (volume_set_property),
205         (volume_get_property):
206           document a little; use basetransform vmethod _set_caps
207
208 2005-08-19  Andy Wingo  <wingo@pobox.com>
209
210         * ext/alsa/gstalsamixertrack.h:
211         * ext/alsa/gstalsamixertrack.c:
212         * ext/alsa/gstalsamixeroptions.h:
213         * ext/alsa/gstalsamixeroptions.c:
214         * ext/alsa/gstalsamixer.h:
215         * ext/alsa/gstalsamixer.c: Port to 0.9.
216
217         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
218         Remove gstalsa.c and alsaclock. No more cruft here.
219         
220 2005-08-18  Wim Taymans  <wim@fluendo.com>
221
222         * gst-libs/gst/rtp/gstbasertpdepayload.c:
223         (gst_base_rtp_depayload_chain),
224         (gst_base_rtp_depayload_add_to_queue),
225         (gst_base_rtp_depayload_push),
226         (gst_base_rtp_depayload_queue_release):
227         * gst-libs/gst/rtp/gstbasertpdepayload.h:
228         Fix for RTPBuffer changes.
229
230         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
231         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
232         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
233         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
234         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
235         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
236         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
237         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
238         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
239         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
240         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
241         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
242         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
243         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
244         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
245         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
246         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
247         (gst_rtpbuffer_get_payload):
248         * gst-libs/gst/rtp/gstrtpbuffer.h:
249         Don't subclass GstBuffer but add methods and helper functions
250         to construct and manipulate RTP packets in regular GstBuffers.
251
252 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
253
254         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
255           moved statement below switch
256         * gst/volume/gstvolume.c: (gst_volume_class_init):
257           added debug ptr
258
259 2005-08-16  Wim Taymans  <wim@fluendo.com>
260
261         * gst-libs/gst/audio/gstbaseaudiosrc.c:
262         (gst_base_audio_src_change_state):
263         Open and close device in READY<->NULL state change.
264
265 2005-08-16  Andy Wingo  <wingo@pobox.com>
266
267         * examples/seeking/Makefile.am: Don't compile non-compiling
268         compiled objects with the compiler.
269
270         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
271         elements.
272
273 2005-08-12  Philippe Khalaf <burger@speedy.org>
274         * gst-libs/gst/rtp/gstbasertpdepayload.c:
275         * gst-libs/gst/rtp/gstbasertpdepayload.h:
276           Made a thread to release the queue.
277           Removed timestamp conversion for now.
278
279 2005-08-10  Philippe Khalaf <burger@speedy.org>
280         * gst-libs/gst/rtp/gstbasertpdepayload.c:
281         * gst-libs/gst/rtp/gstbasertpdepayload.h:
282           Added rtp timestamp -> gst timestamp conversion.
283           Fixed several problems with queue.
284
285 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
286
287         * gst-libs/gst/audio/gstaudioclock.h:
288         * gst-libs/gst/audio/gstaudiofilter.h:
289         * gst-libs/gst/audio/gstaudiosink.h:
290         * gst-libs/gst/audio/gstaudiosrc.h:
291         * gst-libs/gst/audio/gstbaseaudiosink.h:
292         * gst-libs/gst/audio/gstbaseaudiosrc.h:
293         * gst-libs/gst/audio/gstringbuffer.h:
294         * gst-libs/gst/net/gstnetbuffer.h:
295         * gst-libs/gst/rtp/gstbasertpdepayload.h:
296         * gst-libs/gst/rtp/gstrtpbuffer.h:
297           Add padding (you will need to rebuild gst-plugins-base,
298           gst-plugins and all applications afterwards!)
299
300 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
301
302         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
303         (gst_riff_parse_chunk):
304           Fix bug in debug message and add some more debug messages.
305
306 2005-08-08  Edward Hervey  <edward@fluendo.com>
307
308         * gst-libs/gst/riff/riff-media.c:
309         backported updates since branch
310
311 2005-08-08  Andy Wingo  <wingo@pobox.com>
312
313         * gst-libs/gst/audio/gstbaseaudiosink.c
314         (gst_base_audio_sink_change_state): Open the device in NULL->READY
315         like good elements should. Close on READY->NULL too.
316
317         * gst-libs/gst/audio/gstaudiosink.c
318         (gst_audioringbuffer_open_device,
319         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
320         (gst_audioringbuffer_release): Updates for new ring buffer API,
321         hook into the new audio sink api.
322
323         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
324         (GstAudioSinkClass.close): Just open and close the device -- no
325         resource allocation or configuration.
326         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
327         vmethods, handle device setup and resource allocation.
328
329         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
330         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
331         base class API.
332
333         * gst-libs/gst/audio/gstringbuffer.h
334         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
335         New vmethods.
336
337         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
338         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
339         New API functions. The device should be opened before acquiring
340         and closed after releasing.
341
342 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
343
344         * gst-libs/gst/interfaces/mixer.h:
345           Reset padding to GST_PADDING.
346
347 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
348
349         * gst/playback/gstplaybin.c: (remove_sinks):
350           Remove visualization from parent explicitely; works around some
351           apparent refcount issue that I haven't tracked down yet.
352
353 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
354
355         * ext/alsa/gstalsasink.c: (set_hwparams):
356           Assign debug category, add negotiation debug msgs.
357
358 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
359
360         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
361           Fix error code for file-not-found to NOT_FOUND.
362
363 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
364
365         * common/gtk-doc-plugins.mak:
366         * docs/plugins/Makefile.am:
367         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
368         * docs/plugins/gst-plugins-base-plugins-sections.txt:
369           renamed to actual element names, so much nicer to look at
370         * docs/plugins/tmpl/gstmultifdsink.sgml:
371           remove
372         * docs/plugins/tmpl/multifdsink.sgml:
373         * docs/plugins/tmpl/tcpserversink.sgml:
374           add
375         * ext/alsa/gstalsa.c:
376         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
377         * ext/ogg/gstoggmux.c:
378         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
379         * gst/playback/gstdecodebin.c:
380         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
381         * gst/tcp/gsttcpserversink.c:
382           various fixes and documentation additions
383
384 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
385
386         * common/Makefile.am:
387         * common/gstdoc-scangobj:
388         * common/gtk-doc-plugins.mak:
389         * common/gtk-doc.mak:
390           add a custom scangobj that uses the registry
391           add a custom gtk-doc-plugins.mak that uses it
392           some doc build fixes
393         * configure.ac:
394         * docs/Makefile.am:
395         * docs/plugins/Makefile.am:
396         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
397         * docs/plugins/gst-plugins-base-plugins-sections.txt:
398         * docs/plugins/gst-plugins-base-plugins.types:
399         * docs/plugins/tmpl/gstmultifdsink.sgml:
400           add docs for one element, multifdsink
401         * gst/adder/gstadder.h:
402         * gst/volume/gstvolume.h:
403           don't privatize enum
404         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
405         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
406         (gst_sync_method_get_type), (gst_client_status_get_type),
407         (gst_multifdsink_class_init),
408         (gst_multifdsink_client_queue_buffer),
409         (gst_multifdsink_handle_client_write):
410         * gst/tcp/gstmultifdsink.h:
411         * gst/tcp/gsttcp.h:
412         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
413         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
414         (gst_tcpclientsink_render):
415         * gst/tcp/gsttcpclientsink.h:
416         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
417         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
418         (gst_tcpclientsrc_start):
419         * gst/tcp/gsttcpclientsrc.h:
420         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
421         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
422         * gst/tcp/gsttcpserversrc.h:
423         * gst/typefind/gsttypefindfunctions.c:
424           remove superfluous Type stuff
425
426 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
427
428         * gst/playback/gstplaybin.c: (gen_video_element):
429           Enable videoscale.
430
431 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
432
433         * gst-libs/gst/gconf/gconf.c:
434         * gst-libs/gst/gconf/gconf.h:
435           Fix some Andy Problem [tm].
436
437 2005-08-04  Andy Wingo  <wingo@pobox.com>
438
439         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
440         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
441         (gst_ffmpegcsp_get_size): Adapt to API changes.
442
443         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
444         Implement an in-place do-nothing transform.
445
446 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
447
448         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
449         (gst_ximagesink_renegotiate_size):
450           Do not set new window sizes yet if we prepare a new buffer size
451           for upstream renegotiation (software scaling) at some point in the
452           future, because this new size waqs not actually accepted yet. Once
453           accepted, renegotiation later on will set the new sizes just fine.
454           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
455           embedding testcase.
456
457 2005-08-03  Andy Wingo  <wingo@pobox.com>
458
459         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
460         (gst_ximagesink_buffer_alloc): 
461         Protect the height, width, and desired_caps with the pool_lock.
462         Fixes videotestsrc ! queue ! ximagesink.
463
464 2005-08-02  Edward Hervey  <edward@fluendo.com>
465
466         * gst/volume/gstvolume.c:
467         include left from controller cleanup
468
469 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
470         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
471           Stop collectpads before calling the parent state
472           change function on PAUSED->READY.
473
474 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
475         * configure.ac:
476           When testing for X libs, use the X CFlags 
477         * gst/adder/gstadder.c: (gst_adder_change_state):
478           Stop the collectpads before calling parent state change function
479           on PAUSED->READY, otherwise we deadlock deactivating pads.
480
481 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
482
483         * configure.ac:
484         * docs/libs/tmpl/gstcolorbalance.sgml:
485         * docs/libs/tmpl/gstmixer.sgml:
486         * examples/Makefile.am:
487         * gst/sine/Makefile.am:
488         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
489         (gst_sinesrc_set_property), (plugin_init):
490         * gst/sine/gstsinesrc.h:
491         * gst/volume/Makefile.am:
492         * gst/volume/gstvolume.c: (gst_volume_set_volume),
493         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
494         (volume_process_float), (volume_process_int16),
495         (volume_set_property), (plugin_init):
496         * gst/volume/gstvolume.h:
497           deactivate and remove dparams (libgstcontrol)
498
499 2005-07-29  Wim Taymans  <wim@fluendo.com>
500
501         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
502         Convert me to BaseTransform!! help..
503
504 2005-07-29  Andy Wingo  <wingo@pobox.com>
505
506         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
507         sinks.
508
509         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
510         support of both endiannesses.
511
512 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
513
514         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
515           Fix confusing debug message (s/event/query/)
516
517 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
518
519         * gst/videotestsrc/videotestsrc.h:
520           Use "_stdint.h" instead of <stdint.h>
521
522 2005-07-27  Wim Taymans  <wim@fluendo.com>
523
524         * ext/vorbis/Makefile.am:
525         Revert wrong commit.
526
527 2005-07-27  Wim Taymans  <wim@fluendo.com>
528
529         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
530         More compilation fixen.
531
532 2005-07-27  Wim Taymans  <wim@fluendo.com>
533
534         * gst-libs/gst/audio/gstbaseaudiosink.c:
535         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
536         (gst_base_audio_sink_create_ringbuffer),
537         (gst_base_audio_sink_change_state):
538         Fix compilation.
539
540 2005-07-27  Wim Taymans  <wim@fluendo.com>
541
542         * examples/seeking/seek.c: (setup_dynamic_link),
543         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
544         (query_positions_elems), (query_positions_pads), (do_seek):
545         Update seek example.
546
547         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
548         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
549         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
550         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
551         (gst_ogg_demux_handle_event),
552         (gst_ogg_demux_deactivate_current_chain),
553         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
554         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
555         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
556         (gst_ogg_demux_loop):
557         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
558         * ext/theora/theoradec.c: (theora_dec_src_event),
559         (theora_dec_src_getcaps), (theora_dec_sink_event),
560         (theora_dec_push), (theora_dec_chain):
561         * ext/vorbis/Makefile.am:
562         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
563         (vorbis_dec_sink_event), (vorbis_dec_push),
564         (vorbis_handle_data_packet):
565         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
566         (gst_vorbisenc_chain):
567         * gst/playback/gststreaminfo.c: (cb_probe):
568         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
569         * gst/videorate/gstvideorate.c: (gst_videorate_event):
570         * gst/videoscale/gstvideoscale.c:
571         (gst_videoscale_handle_src_event):
572         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
573         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
574         (gst_ximagesink_navigation_send_event):
575         * sys/xvimage/xvimagesink.c:
576         (gst_xvimagesink_navigation_send_event):
577         Various event updates and cleanups
578
579 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
580
581         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
582           Fix segfault for I420/YV12.
583
584 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
585
586         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
587           Report bitrate.
588
589 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
590
591         * gst/playback/gstplaybin.c: (gen_video_element),
592         (gen_audio_element):
593           Switch to auto*sink elements as default sinks; add volume element
594           so that volume control in totem works.
595
596 2005-07-21  Wim Taymans  <wim@fluendo.com>
597
598         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
599         * gst/playback/gstplaybin.c: (setup_sinks),
600         (gst_play_bin_change_state):
601         Refcount fix and more comments.
602
603 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
604
605         * sys/ximage/Makefile.am:
606         * sys/ximage/ximage.c: (plugin_init):
607         * sys/ximage/ximagesink.c:
608         Prepare for adding ximagesrc, rename of plugin to ximage etc.
609         
610
611 2005-07-21  Wim Taymans  <wim@fluendo.com>
612
613         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
614         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
615         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
616         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
617         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
618         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
619         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
620         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
621         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
622         Generate correct disconts for live chained oggs.
623
624         * gst-libs/gst/audio/gstbaseaudiosink.c:
625         (gst_base_audio_sink_render),
626         (gst_base_audio_sink_create_ringbuffer),
627         (gst_base_audio_sink_change_state):
628         Handle discont math correctly.
629
630         * gst/playback/gstplaybin.c: (add_sink):
631         Some small debug cleanup.
632
633 2005-07-21  Wim Taymans  <wim@fluendo.com>
634
635         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
636         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
637         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
638         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
639         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
640         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
641         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
642         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
643         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
644         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
645         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
646         (gst_ogg_demux_change_state), (gst_ogg_print):
647         Reorganize code to send the right disconts when in streaming
648         mode.
649
650 2005-07-20  Andy Wingo  <wingo@pobox.com>
651
652         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
653         fix (?), fixes a seggie mcfalterson (#310894).
654
655 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
656
657         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
658         (gst_ogg_mux_set_header_on_caps):
659         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
660         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
661         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
662         * gst-libs/gst/audio/multichannel.c:
663         (gst_audio_set_channel_positions),
664         (gst_audio_set_structure_channel_positions_list):
665         * gst/playback/gstdecodebin.c: (dynamic_create):
666         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
667         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
668           Fixes for API changes in core.
669
670 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
671
672         * gst/playback/gstplaybasebin.c: (fill_buffer):
673           Use _new_custom() so we can set custom message types for buffering
674           messages.
675
676 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
677
678         * configure.ac:
679         * gst-libs/gst/Makefile.am:
680         * gst-libs/gst/gconf/.cvsignore:
681         * gst-libs/gst/gconf/Makefile.am:
682         * gst-libs/gst/gconf/test-gconf.c:
683         * pkgconfig/Makefile.am:
684         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
685         * pkgconfig/gstreamer-gconf.pc.in:
686           Remove gconf stuff, use gconf elements instead from now on.
687
688 2005-07-20  Wim Taymans  <wim@fluendo.com>
689
690         * gst-libs/gst/audio/TODO:
691         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
692         (gst_audio_clock_get_internal_time):
693         * gst-libs/gst/audio/gstaudioclock.h:
694         * gst-libs/gst/audio/gstbaseaudiosink.c:
695         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
696         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
697         (gst_base_audio_sink_render),
698         (gst_base_audio_sink_create_ringbuffer),
699         (gst_base_audio_sink_change_state):
700         Make sure the audio clock always returns an increasing value.
701
702 2005-07-19  Andy Wingo  <wingo@pobox.com>
703
704         * gst/videotestsrc/: Cleanups.
705
706 2005-07-19  Wim Taymans  <wim@fluendo.com>
707
708         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
709         Better debugging.
710
711 2005-07-19  Wim Taymans  <wim@fluendo.com>
712
713         * examples/seeking/seek.c: (make_dv_pipeline),
714         (make_vorbis_theora_pipeline), (query_rates),
715         (query_positions_elems), (query_positions_pads), (do_seek):
716         Make correct DV pipeline.
717
718 2005-07-18  Andy Wingo  <wingo@pobox.com>
719
720         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
721         default. Also because it's the only thing that really works. (This
722         is used in the GConf elements).
723         Use AS_LIBTOOL_TAGS.
724
725 2005-07-18  Wim Taymans  <wim@fluendo.com>
726
727         * gst/playback/gstdecodebin.c: (remove_element_chain):
728         * gst/playback/gstplaybin.c: (add_sink):
729         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
730         (gst_stream_info_set_mute):
731         * gst/playback/gststreamselector.c:
732         (gst_stream_selector_get_linked_pad),
733         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
734         More leak and compile fixes.
735
736 2005-07-18  Wim Taymans  <wim@fluendo.com>
737
738         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
739         (query_rates), (query_positions_elems), (query_positions_pads),
740         (do_seek), (seek_cb), (stop_seek):
741         Updated seek example. 
742
743         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
744         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
745         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
746         * gst/playback/gstplaybin.c: (add_sink):
747         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
748         (gst_stream_info_set_mute):
749         Some refcount leak fixes.
750
751 2005-07-16  Wim Taymans  <wim@fluendo.com>
752
753         * gst-libs/gst/audio/gstbaseaudiosink.c:
754         (gst_base_audio_sink_render):
755         Align samples even if we have roundoff errors in the 
756         timestamp conversion.
757
758 2005-07-16  Wim Taymans  <wim@fluendo.com>
759
760         * docs/libs/tmpl/gstringbuffer.sgml:
761         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
762         (query_rates), (query_positions_elems), (query_positions_pads),
763         (update_scale), (do_seek):
764         Updated seek example.
765
766         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
767         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
768         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
769         (gst_ogg_demux_loop):
770         Push out correct discont values.
771
772         * ext/theora/theoradec.c: (theora_dec_src_convert),
773         (theora_dec_sink_convert), (theora_dec_src_getcaps),
774         (theora_dec_sink_event), (theora_handle_type_packet),
775         (theora_handle_header_packet), (theora_dec_push),
776         (theora_handle_data_packet), (theora_dec_chain),
777         (theora_dec_change_state):
778         Better timestamping.
779
780         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
781         (vorbis_dec_sink_event), (vorbis_dec_push),
782         (vorbis_handle_data_packet), (vorbis_dec_chain):
783         * ext/vorbis/vorbisdec.h:
784         Better timestamping.
785
786         * gst-libs/gst/audio/gstbaseaudiosink.c:
787         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
788         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
789         Handle syncing on timestamps instead of sample offsets. Make
790         use of DISCONT values as described in design docs.
791
792         * gst-libs/gst/audio/gstbaseaudiosrc.c:
793         (gst_base_audio_src_get_time):
794         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
795         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
796         (gst_ring_buffer_read):
797         * gst-libs/gst/audio/gstringbuffer.h:
798         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
799         (gst_ximagesink_show_frame):
800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
801         Correcly convert buffer timestamp to stream time.
802
803 2005-07-16  Wim Taymans  <wim@fluendo.com>
804
805         * gst/audioconvert/gstaudioconvert.c:
806         (gst_audio_convert_get_buffer):
807         Timestamp buffers correctly.
808
809         * gst/playback/gstplaybin.c: (gen_video_element):
810         Make internal fakesink silent.
811
812 2005-07-15  Wim Taymans  <wim@fluendo.com>
813
814         * gst/ffmpegcolorspace/Makefile.am:
815         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
816         (gst_ffmpegcsp_caps_remove_format_info),
817         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
818         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
819         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
820         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
821         Ported ffmpegcolorspace to basetransform.
822
823         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
824         * gst/volume/gstvolume.c: (volume_transform):
825         Ported to new API.
826
827 2005-07-14  Wim Taymans  <wim@fluendo.com>
828
829         * gst/videotestsrc/Makefile.am:
830         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
831         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
832         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
833         (gst_videotestsrc_init), (gst_videotestsrc_event),
834         (gst_videotestsrc_create), (gst_videotestsrc_start),
835         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
836         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
837         (gst_videotestsrc_get_property):
838         * gst/videotestsrc/gstvideotestsrc.h:
839         Make videotestsrc a pushsrc.
840
841 2005-07-14  Wim Taymans  <wim@fluendo.com>
842
843         * gst/tcp/gstfdset.c: (gst_fdset_free):
844         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
845         (gst_multifdsink_add), (gst_multifdsink_remove),
846         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
847         (gst_multifdsink_remove_client_link),
848         (gst_multifdsink_client_queue_data),
849         (gst_multifdsink_client_queue_caps),
850         (gst_multifdsink_client_queue_buffer),
851         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
852         (gst_multifdsink_stop):
853         * gst/tcp/gstmultifdsink.h:
854         0.8 backporting.
855
856         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
857         Also draw image when not from a pool.
858
859 2005-07-14  Wim Taymans  <wim@fluendo.com>
860
861         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
862         (mute_stream), (silence_stream):
863         Small debug additions.
864
865 2005-07-14  Wim Taymans  <wim@fluendo.com>
866
867         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
868         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
869         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
870         Better error recovery, ignore unconnected pads and
871         non-fatal errors.
872
873 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
874
875         * docs/libs/tmpl/gstaudio.sgml:
876         * docs/libs/tmpl/gstcolorbalance.sgml:
877         * docs/libs/tmpl/gstgconf.sgml:
878         * docs/libs/tmpl/gstmixer.sgml:
879         * docs/libs/tmpl/gstringbuffer.sgml:
880         * docs/libs/tmpl/gsttuner.sgml:
881         * gst-libs/gst/audio/gstbaseaudiosrc.c:
882         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
883         (gst_tcpclientsrc_class_init):
884         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
885         (gst_tcpserversrc_class_init):
886         * sys/v4l/gstv4lelement.c:
887           more autistic cleanliness in functions/names/defines
888
889 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
890
891         * configure.ac:
892           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
893           added manually to each Makefile.am so we are sure it goes
894           *last* and doesn't add -L flags before linking in libs of our
895           own, like, say, internal .la libs, that then accidentally pick
896           up the installed copy.
897         * docs/libs/Makefile.am:
898         * ext/alsa/Makefile.am:
899         * ext/cdparanoia/Makefile.am:
900         * ext/gnomevfs/Makefile.am:
901         * ext/libvisual/Makefile.am:
902         * ext/ogg/Makefile.am:
903         * ext/theora/Makefile.am:
904         * ext/vorbis/Makefile.am:
905         * gst-libs/gst/video/Makefile.am:
906         * gst/adder/Makefile.am:
907         * gst/audioconvert/Makefile.am:
908         * gst/audiorate/Makefile.am:
909         * gst/audioscale/Makefile.am:
910         * gst/ffmpegcolorspace/Makefile.am:
911         * gst/playback/Makefile.am:
912         * gst/sine/Makefile.am:
913         * gst/subparse/Makefile.am:
914         * gst/tags/Makefile.am:
915         * gst/tcp/Makefile.am:
916         * gst/typefind/Makefile.am:
917         * gst/videorate/Makefile.am:
918         * gst/videoscale/Makefile.am:
919         * gst/videotestsrc/Makefile.am:
920         * gst/volume/Makefile.am:
921         * sys/v4l/Makefile.am:
922         * sys/ximage/Makefile.am:
923         * sys/xvimage/Makefile.am:
924           adapt properly to this change. This should make sure that
925           plugins and libs properly link to the as-yet-uninstalled
926           copies of stuff like libgstinterfaces and libgstvideo
927
928 2005-07-13  Andy Wingo  <wingo@pobox.com>
929
930         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
931         (gst_v4lsrc_fixate): Fixate on format as well.
932
933         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
934         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
935         buffer points to it.
936         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
937         rather just doing X calls ourselves. Also fixes a memleak.
938
939 2005-07-12  Andy Wingo  <wingo@pobox.com>
940
941         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
942         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
943         (gst_v4lsrc_create): Re-add the copy-mode property, default to
944         TRUE to avoid deadlocks if an element holds on to our buffers.
945
946 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
947
948         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
949         (gst_sinesrc_init), (gst_sinesrc_create),
950         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
951         (gst_sinesrc_start):
952         * gst/sine/gstsinesrc.h:
953           removing num-buffers property before moving it
954
955 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
956
957         * configure.ac:
958           use overridable ERROR_CFLAGS
959         * docs/libs/gst-plugins-base-libs.types:
960         * docs/libs/tmpl/gstringbuffer.sgml:
961         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
962         (gst_alsasink_class_init):
963         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
964         (gst_alsasrc_class_init):
965         * gst-libs/gst/audio/audio.h:
966         * gst-libs/gst/audio/gstaudioclock.h:
967         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
968         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
969         (gst_audio_filter_link), (gst_audio_filter_init),
970         (gst_audio_filter_chain), (gst_audio_filter_set_property),
971         (gst_audio_filter_get_property),
972         (gst_audio_filter_class_add_pad_templates):
973         * gst-libs/gst/audio/gstaudiofilter.h:
974         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
975         (gst_audio_filter_template_get_type),
976         (gst_audio_filter_template_base_init),
977         (gst_audio_filter_template_class_init),
978         (gst_audio_filter_template_init),
979         (gst_audio_filter_template_set_property),
980         (gst_audio_filter_template_get_property), (plugin_init),
981         (gst_audio_filter_template_setup),
982         (gst_audio_filter_template_filter),
983         (gst_audio_filter_template_filter_inplace):
984         * gst-libs/gst/audio/gstaudiosink.c:
985         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
986         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
987         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
988         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
989         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
990         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
991         * gst-libs/gst/audio/gstaudiosink.h:
992         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
993         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
994         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
995         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
996         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
997         (gst_audio_src_class_init), (gst_audio_src_init),
998         (gst_audio_src_create_ringbuffer):
999         * gst-libs/gst/audio/gstaudiosrc.h:
1000         * gst-libs/gst/audio/gstbaseaudiosink.c:
1001         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
1002         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
1003         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
1004         (gst_base_audio_sink_set_property),
1005         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
1006         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
1007         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
1008         (gst_base_audio_sink_create_ringbuffer),
1009         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
1010         * gst-libs/gst/audio/gstbaseaudiosink.h:
1011         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1012         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
1013         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
1014         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
1015         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
1016         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
1017         (gst_base_audio_src_event), (gst_base_audio_src_create),
1018         (gst_base_audio_src_create_ringbuffer),
1019         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
1020         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1021         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
1022         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
1023         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
1024         (gst_ring_buffer_debug_spec_caps),
1025         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
1026         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
1027         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
1028         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1029         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
1030         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
1031         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
1032         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
1033         (gst_ring_buffer_clear):
1034         * gst-libs/gst/audio/gstringbuffer.h:
1035         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
1036         (gst_video_sink_class_init), (gst_video_sink_get_type):
1037         * gst-libs/gst/video/videosink.h:
1038         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
1039         (gst_multifdsink_class_init),
1040         (gst_multifdsink_handle_client_write),
1041         (gst_multifdsink_change_state):
1042         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
1043         (gst_tcpclientsink_setcaps):
1044         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
1045         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
1046         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
1047         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
1048         (gst_ximagesink_send_pending_navigation),
1049         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
1050         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
1051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
1052         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
1053         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
1054         (gst_xvimagesink_send_pending_navigation),
1055         (gst_xvimagesink_navigation_send_event),
1056         (gst_xvimagesink_set_xwindow_id),
1057         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
1058         (gst_xvimagesink_get_type):
1059         more macro splitting
1060
1061 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1062
1063         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
1064           plug a memleak, allows me to import 1479 albums in one go
1065           in jamboree
1066         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1067         (vorbis_handle_type_packet), (vorbis_dec_chain),
1068         (vorbis_dec_change_state):
1069           fix some format strings
1070
1071 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1072
1073         * docs/libs/tmpl/gstcolorbalance.sgml:
1074         * docs/libs/tmpl/gstmixer.sgml:
1075         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
1076         (gst_alsasink_set_property), (gst_alsasink_get_property):
1077         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
1078         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
1079           add device property
1080
1081 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1082
1083         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1084         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
1085         (audiocast_register_listener), (audiocast_thread_run),
1086         (gst_gnomevfssrc_send_additional_headers_callback),
1087         (gst_gnomevfssrc_received_headers_callback),
1088         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
1089         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
1090         (gst_gnomevfssrc_get_size):
1091           add/clean up debugging
1092         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
1093           cleanups
1094
1095 2005-07-07  Andy Wingo  <wingo@pobox.com>
1096
1097         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
1098         framerate. Need to get a handle on when exactly this function is
1099         called, tho.
1100
1101         * sys/v4l/v4lsrc_calls.h:
1102         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
1103         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
1104         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
1105
1106         * sys/v4l/v4l_calls.h: Cast to V4lElement.
1107         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
1108         v4lelements are sources.
1109
1110         * sys/v4l/gstv4lxoverlay.h:
1111         * sys/v4l/gstv4lxoverlay.c:
1112         * sys/v4l/gstv4ltuner.h:
1113         * sys/v4l/gstv4ltuner.c: Header loc fixen.
1114         
1115         * sys/v4l/gstv4lsrc.h:
1116         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
1117         PushSrc/BaseSrc. Removed most sync-related properties, videorate
1118         or something should handle that. Made a live source.
1119
1120         * sys/v4l/gstv4lelement.h:
1121         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
1122         signals. Some cleanups.
1123
1124         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
1125
1126         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
1127         stuff.
1128
1129         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
1130         stuff.
1131
1132         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
1133
1134 2005-07-07  Wim Taymans  <wim@fluendo.com>
1135
1136         * ext/theora/theoradec.c: (theora_get_query_types),
1137         (theora_dec_src_getcaps), (theora_dec_push):
1138         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
1139         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
1140         Remove deprecated/unused query types.
1141
1142 2005-07-06  Wim Taymans  <wim@fluendo.com>
1143
1144         * ext/alsa/Makefile.am:
1145         * ext/alsa/gstalsaplugin.c: (plugin_init):
1146         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
1147         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
1148         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
1149         (gst_alsasrc_class_init), (gst_alsasrc_init),
1150         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
1151         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
1152         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
1153         (gst_alsasrc_reset):
1154         * ext/alsa/gstalsasrc.h:
1155         * gst-libs/gst/audio/Makefile.am:
1156         * gst-libs/gst/audio/gstaudiosink.c:
1157         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
1158         (gst_audioringbuffer_start):
1159         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
1160         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
1161         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
1162         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
1163         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
1164         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
1165         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
1166         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
1167         * gst-libs/gst/audio/gstaudiosrc.h:
1168         * gst-libs/gst/audio/gstbaseaudiosink.c:
1169         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
1170         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
1171         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
1172         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1173         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
1174         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
1175         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
1176         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
1177         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
1178         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
1179         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
1180         (gst_baseaudiosrc_change_state):
1181         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1182         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
1183         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
1184         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
1185         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
1186         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
1187         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
1188         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
1189         * gst-libs/gst/audio/gstringbuffer.h:
1190         Added audiosource base classes.
1191         Ported alsasrc, still very basic.
1192
1193 2005-07-06  Wim Taymans  <wim@fluendo.com>
1194
1195         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
1196         (theora_dec_push), (theora_handle_data_packet):
1197         Prepare for better timestamp fix later.
1198
1199         * gst/audioconvert/gstaudioconvert.c:
1200         List most accurate caps first
1201
1202         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
1203         Use proper pad task function.
1204
1205         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1206         (gst_xvimagesink_show_frame):
1207         Fix deadlock when alloc failed.
1208
1209 2005-07-05  Andy Wingo  <wingo@pobox.com>
1210
1211         * ext/gnomevfs/gstgnomevfssrc.c:
1212         * gst/sine/gstsinesrc.c:
1213         * gst/tcp/gsttcpserversrc.c:
1214         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
1215
1216         * sys/v4l/: Port from 0.8.
1217
1218         * Many files: Null if we got it....
1219
1220 2005-07-05  Andy Wingo  <wingo@pobox.com>
1221
1222         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
1223         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
1224         Signedness fixes.
1225
1226 2005-07-05  Wim Taymans  <wim@fluendo.com>
1227
1228         * configure.ac:
1229         * gst/tcp/Makefile.am:
1230         * gst/tcp/README:
1231         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
1232         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
1233         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
1234         (is_sync_frame), (gst_multifdsink_handle_client_write),
1235         (gst_multifdsink_render), (gst_multifdsink_start),
1236         (gst_multifdsink_stop), (gst_multifdsink_change_state):
1237         * gst/tcp/gstmultifdsink.h:
1238         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
1239         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
1240         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1241         * gst/tcp/gsttcp.h:
1242         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
1243         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
1244         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1245         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
1246         * gst/tcp/gsttcpclientsink.h:
1247         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
1248         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
1249         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
1250         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
1251         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
1252         * gst/tcp/gsttcpclientsrc.h:
1253         * gst/tcp/gsttcpplugin.c: (plugin_init):
1254         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
1255         * gst/tcp/gsttcpserversink.h:
1256         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
1257         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
1258         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
1259         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1260         (gst_tcpserversrc_stop):
1261         * gst/tcp/gsttcpserversrc.h:
1262         * gst/tcp/gsttcpsink.c:
1263         * gst/tcp/gsttcpsink.h:
1264         * gst/tcp/gsttcpsrc.c:
1265         * gst/tcp/gsttcpsrc.h:
1266         Ported tcp plugins to 0.9. 
1267         
1268
1269 2005-07-05  Andy Wingo  <wingo@pobox.com>
1270
1271         * gst/playback/gstplaybasebin.c (fill_buffer):
1272         message_new_application fixen.
1273
1274         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
1275         Style fix.
1276
1277 2005-07-04  Wim Taymans  <wim@fluendo.com>
1278
1279         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
1280         Set caps on output buffer.
1281
1282 2005-07-04  Andy Wingo  <wingo@pobox.com>
1283
1284         * ext/gnomevfs/gstgnomevfssrc.c
1285         (gst_gnomevfssrc_received_headers_callback) 
1286         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
1287         hopefully.
1288
1289         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
1290         No refcount leakage.
1291
1292         * configure.ac: Enable -Werror.
1293         
1294         * ext/theora/theoradec.c (theora_dec_src_getcaps):
1295         * gst/audioconvert/bufferframesconvert.c
1296         (buffer_frames_convert_fixate):
1297         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
1298         (gst_audio_convert_fixate):
1299         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
1300         (gst_sinesrc_create): Fixate func changes.
1301         
1302         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
1303         (gst_ximagesink_buffer_alloc): Unused var.
1304
1305 2005-07-01  Andy Wingo  <wingo@pobox.com>
1306
1307         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
1308         getcaps to do explicit caps. Needs to be done in all decoders,
1309         possibly via a base class.
1310
1311         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
1312
1313         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
1314         caps on the sink pad, just rely on the pad template. Also, setting
1315         ANY caps on a pad is not valid because the caps are not fixed.
1316
1317         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
1318         caps on the buffer, and get the width from the desired_caps if
1319         they're set.
1320         (gst_ximagesink_renegotiate_size): Implement via setting the
1321         desired_caps on the ximagesink.
1322         (gst_ximagesink_setcaps): Only reset the width of the player if it
1323         wasn't already set. Not sure if this is right.
1324         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
1325
1326         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
1327         that the user wants. NULL unless the window has been resized.
1328
1329         * gst/volume/gstvolume.c (volume_transform): Adapt to
1330         basetransform refcount changes.
1331         
1332 2005-07-01  Andy Wingo  <wingo@pobox.com>
1333
1334         * gst/videoscale/gstvideoscale.c:
1335         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
1336         from BaseTransform, implements a transform_caps. Removed dead code
1337         including some PAR stuff that was never reached -- should probably
1338         be added back somehow.
1339
1340 2005-07-01  Andy Wingo  <wingo@pobox.com>
1341
1342         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
1343         come later.
1344
1345 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1346
1347         * configure.ac:
1348         * docs/libs/Makefile.am:
1349         * docs/libs/gst-plugins-libs.types:
1350         * ext/alsa/Makefile.am:
1351         * ext/alsa/gstalsamixer.h:
1352         * ext/alsa/gstalsamixeroptions.h:
1353         * ext/alsa/gstalsamixertrack.h:
1354         * gst-libs/gst/Makefile.am:
1355         * gst-libs/gst/colorbalance/.cvsignore:
1356         * gst-libs/gst/colorbalance/Makefile.am:
1357         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
1358         * gst-libs/gst/colorbalance/colorbalance.c:
1359         * gst-libs/gst/colorbalance/colorbalance.h:
1360         * gst-libs/gst/colorbalance/colorbalance.vcproj:
1361         * gst-libs/gst/colorbalance/colorbalancechannel.c:
1362         * gst-libs/gst/colorbalance/colorbalancechannel.h:
1363         * gst-libs/gst/interfaces/Makefile.am:
1364         * gst-libs/gst/interfaces/colorbalance.c:
1365         (gst_color_balance_class_init):
1366         * gst-libs/gst/interfaces/colorbalance.h:
1367         * gst-libs/gst/interfaces/interfaces-marshal.list:
1368         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
1369         * gst-libs/gst/interfaces/mixer.h:
1370         * gst-libs/gst/interfaces/mixeroptions.h:
1371         * gst-libs/gst/interfaces/navigation.c:
1372         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
1373         * gst-libs/gst/interfaces/tuner.h:
1374         * gst/volume/Makefile.am:
1375         * gst/volume/gstvolume.c:
1376         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
1377         * sys/ximage/Makefile.am:
1378         * sys/ximage/ximagesink.c:
1379         * sys/xvimage/Makefile.am:
1380         * sys/xvimage/xvimagesink.c:
1381           fold in all interfaces into an interfaces dir, preserving CVS
1382           history
1383
1384 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1385
1386         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
1387           Fix build after riff changes.
1388
1389 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1390
1391         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1392         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
1393         (gst_riff_create_video_template_caps),
1394         (gst_riff_create_audio_template_caps),
1395         (gst_riff_create_iavs_template_caps):
1396         * gst-libs/gst/riff/riff-media.h:
1397         * gst-libs/gst/riff/riff-read.h:
1398         * gst-libs/gst/riff/riff.c: (gst_riff_init):
1399           Add gst_riff_init() to initialize the debug category, instead
1400           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
1401
1402 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1403
1404         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
1405           Oops, I shouldn't apply hacks.
1406
1407 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1408
1409         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
1410           Remove pad_loop function which doesn't work.
1411
1412 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1413
1414         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
1415           Send EOS when deactivating.
1416         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
1417         (check_queue), (queue_threshold_reached), (queue_out_of_data),
1418         (gen_preroll_element), (probe_triggered), (mute_stream),
1419         (silence_stream), (new_decoded_pad), (setup_substreams),
1420         (set_active_source):
1421         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
1422         (remove_sinks), (add_sink):
1423         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
1424           Change for new probe API.
1425
1426 2005-06-29  Wim Taymans  <wim@fluendo.com>
1427
1428         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
1429         * gst-libs/gst/audio/gstbaseaudiosink.c:
1430         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
1431         (gst_baseaudiosink_change_state):
1432         * gst-libs/gst/audio/gstbaseaudiosink.h:
1433         * gst-libs/gst/audio/gstringbuffer.c:
1434         (gst_ringbuffer_set_callback):
1435         Fix compilation error.
1436         Ringbuffer starts out as not running.
1437         Free our clock in dispose.
1438         When releasing the ringbuffer we need to renegotiate so
1439         clear the pad caps.
1440
1441 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1442
1443         * autogen.sh:
1444         * configure.ac:
1445         * docs/Makefile.am:
1446         * docs/libs/Makefile.am:
1447         * docs/libs/gst-plugins-libs-docs.sgml:
1448         * docs/libs/gst-plugins-libs-sections.txt:
1449         * docs/libs/gst-plugins-libs.types:
1450         * docs/libs/tmpl/gstaudio.sgml:
1451         * docs/libs/tmpl/gstcolorbalance.sgml:
1452         * docs/libs/tmpl/gstringbuffer.sgml:
1453         * gst-libs/gst/audio/gstringbuffer.c:
1454         (gst_ringbuffer_set_callback):
1455           reinstate gtk-doc docs for plugin libs
1456
1457 2005-06-28  Wim Taymans  <wim@fluendo.com>
1458
1459         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1460         (gst_ogg_demux_init):
1461         Removed pad loop function.
1462
1463 2005-06-28  Wim Taymans  <wim@fluendo.com>
1464
1465         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
1466         If we're building a chain we are not in an error case
1467         when we queue a buffer.
1468
1469 2005-06-28  Andy Wingo  <wingo@pobox.com>
1470
1471         * *.c: Don't cast to GstObject before reffing/unreffing.
1472
1473 2005-06-27  Andy Wingo  <wingo@pobox.com>
1474
1475         * gst/videotestsrc/gstvideotestsrc.c
1476         (gst_videotestsrc_activate_push): Activation API changes.
1477
1478         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
1479         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
1480         they have refs on the decodebin.
1481
1482         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
1483         parent class.
1484         (gst_ogg_pad_typefind): Don't leak a pad ref.
1485         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
1486         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
1487         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
1488
1489 2005-06-27  Edward Hervey  <edward@fluendo.com>
1490
1491         * ext/theora/theoradec.c: (theora_dec_change_state): 
1492         re-arranged call to parent's state change in order to avoid locks (or
1493         worse).
1494
1495 2005-06-26  Edward Hervey  <edward@fluendo.com>
1496
1497         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
1498         2nd argument of 'unknow-type' signal is a GstCaps and not a
1499         GstMiniObject
1500
1501 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
1502         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
1503           Set the worker thread's running flag to TRUE before starting the
1504           thread.
1505         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
1506           Catch a failure to add typefind to the bin.
1507
1508 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1509
1510         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1511         (gst_sinesrc_init), (gst_sinesrc_create),
1512         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
1513         (gst_sinesrc_start):
1514         * gst/sine/gstsinesrc.h:
1515           add num-buffers and timestamp-offset properties
1516         * gst/videotestsrc/gstvideotestsrc.c:
1517         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
1518         (gst_videotestsrc_get_property):
1519           add timestamp-offset property
1520
1521 2005-06-23  Christian Schaller  <uraeus@gnome.org>
1522
1523         * configure.ac: add videorate
1524         * gst-plugins-base.spec.in: add videorate
1525
1526 2005-06-23  Wim Taymans  <wim@fluendo.com>
1527
1528         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
1529         (gst_videorate_getcaps), (gst_videorate_setcaps),
1530         (gst_videorate_event), (gst_videorate_chain):
1531         Fixed videorate, fixating an already fixated caps is not
1532         an error.
1533
1534 2005-06-23  Wim Taymans  <wim@fluendo.com>
1535
1536         * ext/ogg/README:
1537         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
1538         Buffer on caps is not boxed anymore.
1539
1540 2005-06-22  Wim Taymans  <wim@fluendo.com>
1541
1542         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
1543         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
1544         Set buffers on caps as miniobjects and not as boxed.
1545
1546 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1547
1548         * configure.ac:
1549           back to HEAD
1550
1551 === release 0.9.1 ===
1552
1553 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1554
1555         * .cvsignore:
1556         * NEWS:
1557         * README:
1558         * RELEASE:
1559         * configure.ac:
1560         * po/af.po:
1561         * po/az.po:
1562         * po/cs.po:
1563         * po/en_GB.po:
1564         * po/hu.po:
1565         * po/it.po:
1566         * po/nb.po:
1567         * po/nl.po:
1568         * po/or.po:
1569         * po/sq.po:
1570         * po/sr.po:
1571         * po/sv.po:
1572         * po/uk.po:
1573         * po/vi.po:
1574           updates for release
1575
1576 2005-06-09  Andy Wingo  <wingo@pobox.com>
1577
1578         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
1579         
1580 2005-06-09  Andy Wingo  <wingo@pobox.com>
1581
1582         * configure.ac:
1583         * gst-libs/gst/Makefile.am:
1584         * gst-libs/gst/net/Makefile.am:
1585         Add gstnet to build.
1586
1587 2005-06-09  Andy Wingo  <wingo@pobox.com>
1588
1589         * gst-libs/gst/gconf/gconf.c:
1590         * gst/playback/test.c:
1591         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
1592         fixes.
1593
1594         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
1595
1596         * ext/theora/theoraenc.c (theora_enc_chain): 
1597         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
1598
1599         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
1600         RealPad.
1601
1602 2005-06-02  Wim Taymans  <wim@fluendo.com>
1603
1604         * gst-libs/gst/net/Makefile.am:
1605         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
1606         * pkgconfig/gstreamer-libs.pc.in:
1607         Added net stuff, version net lib.
1608
1609 2005-06-02  Wim Taymans  <wim@fluendo.com>
1610
1611         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
1612         (query_rates), (query_positions_elems), (query_positions_pads),
1613         (do_seek):
1614         Updated seek example.
1615
1616 2005-06-02  Andy Wingo  <wingo@pobox.com>
1617
1618         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
1619         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
1620         list.
1621
1622         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
1623         remove the typefind, the bin dispose will do it for us. When it's
1624         removed and unreffed, the signal handler will be disconnected,
1625         too.
1626         (unlinked): It's too difficult to disconnect from unlinked
1627         handlers, as they are on pads not elements. Just punt if the pads
1628         aren't grandkids of the bin.
1629
1630 2005-06-02  Wim Taymans  <wim@fluendo.com>
1631
1632         * ext/ogg/README:
1633         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1634         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
1635         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
1636         * ext/theora/theoradec.c: (theora_dec_src_query),
1637         (theora_handle_data_packet):
1638         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
1639         (theora_enc_chain):
1640         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1641         (vorbis_handle_data_packet):
1642         * gst/audioconvert/bufferframesconvert.c:
1643         (buffer_frames_convert_chain):
1644         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1645         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
1646         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
1647         (gst_ffmpegcsp_chain):
1648         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
1649         (gst_videorate_getcaps), (gst_videorate_setcaps),
1650         (gst_videorate_event), (gst_videorate_chain):
1651         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
1652         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
1653         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
1654         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
1655         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1656         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
1657         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
1658         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1659         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
1660         Cleanups and buffer alloc.
1661
1662 2005-05-31  Wim Taymans  <wim@fluendo.com>
1663
1664         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
1665         Don't try to call the delay method when the device is not
1666         opened.
1667
1668 2005-05-31  Wim Taymans  <wim@fluendo.com>
1669
1670         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
1671         Get actual segment size and buffer size after opening
1672         the device.
1673
1674 2005-05-30  Wim Taymans  <wim@fluendo.com>
1675
1676         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
1677         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
1678         Also FLUSH upstream, makes the loop function exit faster.
1679         
1680         * ext/theora/theoradec.c: (theora_dec_src_query):
1681         Some more debug info in the query.
1682         
1683         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
1684         (gst_ximagesink_setcaps):
1685         Release lock on par error, better error reporting.
1686
1687 2005-05-26  Wim Taymans  <wim@fluendo.com>
1688
1689         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1690         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
1691         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
1692         Clear chains in READY
1693         Queue packets until the chain is activated.
1694
1695 2005-05-25  Wim Taymans  <wim@fluendo.com>
1696
1697         * gst-libs/gst/audio/gstaudiosink.c:
1698         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
1699         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
1700         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
1701         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
1702         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
1703         (gst_audiosink_create_ringbuffer):
1704         * gst-libs/gst/audio/gstbaseaudiosink.c:
1705         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
1706         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
1707         (gst_baseaudiosink_set_property), (build_linear_format),
1708         (debug_spec_caps), (debug_spec_buffer),
1709         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
1710         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
1711         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
1712         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
1713         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
1714         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
1715         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
1716         (gst_ringbuffer_play), (gst_ringbuffer_pause),
1717         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
1718         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
1719         (wait_segment), (gst_ringbuffer_commit),
1720         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
1721         (gst_ringbuffer_clear):
1722         Various small cleanups.
1723
1724         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
1725         (gst_audio_convert_change_state):
1726         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
1727         No need to take the locks anymore.
1728
1729 2005-05-25  Wim Taymans  <wim@fluendo.com>
1730
1731         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1732         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
1733         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
1734         (type_found):
1735         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
1736         (group_destroy), (group_commit), (queue_overrun),
1737         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
1738         (mute_stream), (new_decoded_pad), (setup_substreams),
1739         (setup_source), (mute_group_type), (set_active_source),
1740         (gst_play_base_bin_change_state):
1741         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
1742         (gen_video_element), (gen_text_element), (gen_audio_element),
1743         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
1744         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
1745         (gst_stream_info_dispose), (gst_stream_info_set_mute):
1746         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
1747         Some playbin cleanups mostly refcounting sloppyness.
1748
1749 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1750
1751         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
1752           Work with streaming input.
1753
1754 2005-05-25  Wim Taymans  <wim@fluendo.com>
1755
1756         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1757         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
1758         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
1759         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
1760         No need to take the STREAM lock anymore.
1761
1762 2005-05-25  Wim Taymans  <wim@fluendo.com>
1763
1764         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
1765         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
1766         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
1767         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
1768         (gst_ogg_demux_sink_activate):
1769         * ext/theora/theoradec.c: (theora_dec_src_event),
1770         (theora_handle_comment_packet), (theora_dec_chain),
1771         (theora_dec_change_state):
1772         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1773         (vorbis_handle_data_packet), (vorbis_dec_chain),
1774         (vorbis_dec_change_state):
1775         Remove STREAM locks as they are taken in core now.
1776         Never set bogus granulepos on vorbis/theora.
1777         Fix leaks in theoradec tag parsing.
1778
1779 2005-05-25  Wim Taymans  <wim@fluendo.com>
1780
1781         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
1782         Fix memleaks, GST_BUFFER_DATA() is not freed.
1783
1784 2005-05-25  Wim Taymans  <wim@fluendo.com>
1785
1786         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
1787         Open non-blocking, set to blocking mode afterwards to avoid
1788         lockups when audio device is busy.
1789
1790 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1791
1792         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
1793           This can't be good.
1794
1795 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1796
1797         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
1798         (gst_audio_convert_chain), (gst_audio_convert_link_src),
1799         (gst_audio_convert_setcaps):
1800           Implement instant setup switching.
1801
1802 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1803
1804         * gst/playback/gstplaybasebin.c: (probe_triggered):
1805           Fix missing unlock.
1806         * gst/playback/gstplaybin.c: (add_sink):
1807           First add, then link (otherwise pad link fails).
1808
1809 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1810
1811         * examples/Makefile.am:
1812         fix buildbot (make distcheck)
1813
1814 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1815
1816         * gst/playback/gstplaybin.c: (gen_vis_element):
1817           Remove some wrong code. Doesn't work yet.
1818
1819 2005-05-19  Wim Taymans  <wim@fluendo.com>
1820
1821         * gst-libs/gst/net/Makefile.am:
1822         * gst-libs/gst/net/README:
1823         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
1824         (gst_netbuffer_class_init), (gst_netbuffer_init),
1825         (gst_netbuffer_finalize), (gst_netbuffer_copy),
1826         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
1827         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
1828         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
1829         * gst-libs/gst/net/gstnetbuffer.h:
1830         Added buffer subclass to store extra to/from addresses for
1831         network sources/sinks.
1832
1833 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1834
1835         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
1836           Don't lock an unassigned variable.
1837
1838 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1839
1840         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
1841           Increase buffer for video, decrease buffer for other media types.
1842         * gst/playback/gstplaybin.c: (gen_video_element),
1843         (gen_audio_element):
1844           Change names for debugging purposes.
1845
1846 2005-05-18  Wim Taymans  <wim@fluendo.com>
1847
1848         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1849         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
1850         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
1851         (gst_ffmpegcsp_chain):
1852         Enable buffer alloc passthrough if the source and dest
1853         formats are the same.
1854
1855 2005-05-17  Wim Taymans  <wim@fluendo.com>
1856
1857         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
1858         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
1859         (gst_ogg_demux_chain_unlocked):
1860         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
1861         (gst_audio_convert_caps_remove_format_info),
1862         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
1863         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
1864         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1865         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
1866         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
1867         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
1868         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
1869         (gst_ffmpegcsp_get_property):
1870         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1871         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
1872         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
1873         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
1874         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
1875         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
1876         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
1877         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
1878         Leak fixes in oggdemux.
1879         Some cleanups in audioconvert.
1880         Make passthrough work along with buffer_alloc etc.
1881         Make buffer_alloc and buffer recycling actually work in
1882         xvimagesink.
1883
1884 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1885
1886         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
1887           make the compiler happy
1888
1889 2005-05-17  Wim Taymans  <wim@fluendo.com>
1890
1891         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
1892         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
1893         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
1894         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
1895         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1896         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
1897         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
1898         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
1899         (gst_xvimagesink_set_xwindow_id):
1900         * sys/xvimage/xvimagesink.h:
1901         Port xvimagesink to new MiniObject.
1902
1903 2005-05-17  Wim Taymans  <wim@fluendo.com>
1904
1905         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
1906         (gst_audiofilter_chain):
1907         * gst-libs/gst/audio/gstaudiosink.c:
1908         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
1909         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
1910         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
1911         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
1912         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
1913         (gst_audiosink_create_ringbuffer):
1914         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
1915         (gst_audio_convert_caps_remove_format_info),
1916         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
1917         (gst_audio_convert_fixate), (gst_audio_convert_channels):
1918         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1919         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
1920         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
1921         Fix passthrough in ffmpegcolorspace.
1922         Fix memset in audiosink on wrong memory.
1923
1924 2005-05-16  David Schleef  <ds@schleef.org>
1925
1926         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
1927         to GstMiniObject.
1928
1929 2005-05-16  David Schleef  <ds@schleef.org>
1930
1931         Port from GstData to GstMiniObject.
1932         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
1933         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
1934         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
1935         (gst_ogg_mux_collected):
1936         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
1937         * ext/theora/theoradec.c: (theora_handle_comment_packet),
1938         (theora_handle_data_packet):
1939         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
1940         (theora_set_header_on_caps), (theora_enc_chain):
1941         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1942         (vorbis_handle_comment_packet):
1943         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
1944         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
1945         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
1946         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
1947         * gst/audioconvert/gstaudioconvert.c:
1948         (gst_audio_convert_get_buffer):
1949         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
1950         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
1951         (mute_stream), (silence_stream):
1952         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
1953         * gst/volume/gstvolume.c: (volume_transform):
1954         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1955         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
1956         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
1957         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
1958         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
1959         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
1960         (gst_ximagesink_buffer_alloc):
1961         * sys/ximage/ximagesink.h:
1962
1963 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1964
1965         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1966         (fill_buffer), (check_queue), (queue_threshold_reached),
1967         (queue_out_of_data):
1968         * gst/playback/gstplaybasebin.h:
1969           Post buffer-fullness on the bus.
1970
1971 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1972
1973         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
1974         (try_to_link_1):
1975         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1976         (group_commit), (probe_triggered), (setup_source),
1977         (gst_play_base_bin_change_state):
1978         * gst/playback/gstplaybasebin.h:
1979         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1980         (gst_play_bin_init), (remove_sinks), (setup_sinks),
1981         (gst_play_bin_change_state):
1982           Move setup_output_pads into a virtual function, remove
1983           group-switch (no longer needed) and redirect (handled by bus
1984           now) signals.
1985
1986 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1987
1988         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
1989         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
1990         (get_active_group), (get_building_group), (group_destroy),
1991         (group_commit), (check_queue), (queue_overrun),
1992         (queue_threshold_reached), (queue_out_of_data),
1993         (gen_preroll_element), (remove_groups), (unknown_type),
1994         (add_element_stream), (no_more_pads), (probe_triggered),
1995         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
1996         (setup_substreams), (setup_source), (finish_source),
1997         (prepare_output), (muted_group_change_state),
1998         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
1999         (gst_play_base_bin_change_state):
2000         * gst/playback/gstplaybasebin.h:
2001         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2002         (gst_play_bin_init), (gst_play_bin_set_property),
2003         (gen_video_element), (gen_text_element), (gen_audio_element),
2004         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2005         (gst_play_bin_change_state):
2006         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
2007         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
2008         (stream_info_change_state), (gst_stream_info_set_mute),
2009         (gst_stream_info_get_property):
2010         * gst/playback/gststreaminfo.h:
2011         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
2012         (gst_stream_selector_get_linked_pad),
2013         (gst_stream_selector_getcaps),
2014         (gst_stream_selector_get_linked_pads),
2015         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
2016         * gst/playback/gststreamselector.h:
2017           Rough port of playbin. Needs some more work, but is mostly done,
2018           and uses a few locks in important places, which should make stuff
2019           like chain-switches clean. Still uses GST_STATE() in a few places,
2020           which isn't all that good an idea, subtitles/elements disabled
2021           because no elements to test with and thus probably broken, query
2022           and event handling moved to GstBin, internal thread removed
2023           alltogether because the pipeline does that for us now. Can play
2024           Ogg/Vorbis files. Haven't tested anything else yet.
2025
2026 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2027
2028         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
2029           Do no-more-pads (needed for autoplugging).
2030
2031 2005-05-10  Andy Wingo  <wingo@pobox.com>
2032
2033         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
2034         message to the bus with the tags. Still not sent downstream tho.
2035
2036         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
2037         get_parent.
2038         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
2039         avoid refcounting hassles.
2040
2041 2005-05-09  Andy Wingo  <wingo@pobox.com>
2042
2043         * gst/volume/Makefile.am:
2044         * gst/volume/demo.c
2045         * gst/volume/gstvolume.h
2046         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
2047         basetransform. Probably need an audio filter base class.
2048
2049 2005-05-09  Wim Taymans  <wim@fluendo.com>
2050
2051         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
2052         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
2053         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
2054         (gst_vorbisenc_chain):
2055         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2056         (gst_audio_convert_caps_remove_format_info),
2057         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
2058         (gst_audio_convert_fixate), (gst_audio_convert_channels):
2059         Make caps writable before writing to it.
2060         Fix negotiation in audioconvert some more.
2061
2062 2005-05-09  Wim Taymans  <wim@fluendo.com>
2063
2064         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
2065         (gst_videorate_getcaps), (gst_videorate_setcaps),
2066         (gst_videorate_event), (gst_videorate_chain):
2067         Better negotiation.
2068
2069 2005-05-09  Wim Taymans  <wim@fluendo.com>
2070
2071         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
2072         (gst_videorate_getcaps), (gst_videorate_setcaps),
2073         (gst_videorate_blank_data), (gst_videorate_init),
2074         (gst_videorate_event), (gst_videorate_chain),
2075         (gst_videorate_change_state):
2076         Port videorate, do a better job at negotiation while we're at
2077         it.
2078
2079 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
2080
2081         * configure.ac:
2082           Disable libvisual
2083
2084         * examples/Makefile.am:
2085         * gst-libs/gst/audio/Makefile.am:
2086         * gst-libs/gst/riff/Makefile.am:
2087         * gst-libs/gst/tag/Makefile.am:
2088         * gst-libs/gst/video/Makefile.am:
2089           Fixups for missing variables.
2090
2091 2005-05-09  Wim Taymans  <wim@fluendo.com>
2092
2093         * examples/seeking/seek.c: (make_theora_pipeline),
2094         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
2095         (query_rates), (query_positions_elems), (query_positions_pads),
2096         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
2097         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
2098         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
2099         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
2100         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
2101         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
2102         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2103         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
2104         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
2105         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
2106         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
2107         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
2108         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2109         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
2110         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
2111         (theora_dec_src_convert), (theora_dec_sink_convert),
2112         (theora_dec_src_query), (theora_dec_sink_query),
2113         (theora_dec_src_event), (theora_dec_sink_event),
2114         (theora_handle_comment_packet), (theora_handle_type_packet),
2115         (theora_handle_header_packet), (theora_handle_data_packet),
2116         (theora_dec_chain):
2117         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
2118         (vorbis_dec_convert), (vorbis_dec_src_query),
2119         (vorbis_dec_sink_query), (vorbis_dec_src_event),
2120         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
2121         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
2122         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
2123         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
2124         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
2125         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
2126         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2127         (gst_play_bin_query):
2128         * gst/playback/test3.c: (update_scale):
2129         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
2130         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
2131         * gst/subparse/gstsubparse.c: (gst_subparse_init):
2132         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
2133         (gst_videotestsrc_src_query):
2134         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
2135         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
2136         (paint_hline_YUV9):
2137         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
2138         Port to new query API.
2139         Updated seek.
2140         Cleanups in x[v]imagesink
2141
2142 2005-05-09  Andy Wingo  <wingo@pobox.com>
2143
2144         * ext/alsa/gstalsasink.h:
2145         * ext/gnomevfs/gstgnomevfssrc.c:
2146         (gst_gnomevfssrc_get_icy_metadata):
2147         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
2148         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
2149         * ext/theora/theoradec.c (theora_dec_src_query)
2150         (theora_dec_src_event, theora_dec_sink_event)
2151         (theora_handle_comment_packet, theora_handle_data_packet):
2152         * ext/theora/theoraenc.c (theora_enc_chain):
2153         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
2154         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
2155         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
2156         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
2157         (qt_type_find):
2158         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
2159         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
2160         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
2161         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
2162         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
2163         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
2164         (paint_setup_xBGR8888, paint_setup_RGBx8888)
2165         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
2166         (paint_setup_RGB565, paint_setup_xRGB1555):
2167         * gst/videotestsrc/videotestsrc.h:
2168         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
2169         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
2170         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
2171         GCC4 fixes.
2172         
2173         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
2174         gst_pad_query_position. Fixes oggdemux.
2175
2176 2005-05-08  David Schleef  <ds@schleef.org>
2177
2178         * configure.ac: Require liboil.
2179         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
2180         a few more.
2181         * gst/videotestsrc/videotestsrc.c:
2182         * gst/videotestsrc/videotestsrc.h:
2183
2184 2005-05-06  Wim Taymans  <wim@fluendo.com>
2185
2186         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2187         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2188         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
2189         Well, unreffing a buffer right before pushing it is asking
2190         for trouble..
2191
2192 2005-05-06  Christian Schaller  <uraeus@gnome.org>
2193
2194         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
2195
2196 2005-05-06  Wim Taymans  <wim@fluendo.com>
2197
2198         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2199         (gst_audio_convert_caps_remove_format_info),
2200         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
2201         (gst_audio_convert_fixate), (gst_audio_convert_channels):
2202         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2203         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2204         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
2205         * gst/sine/Makefile.am:
2206         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
2207         (gst_sinesrc_class_init), (gst_sinesrc_init),
2208         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
2209         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
2210         (gst_sinesrc_update_freq):
2211         * gst/sine/gstsinesrc.h:
2212         * gst/tcp/gstmultifdsink.c:
2213         * sys/xvimage/xvimagesink.c:
2214         Fixed negotiation wrt _peer_get_caps()
2215         Some cleanups.
2216
2217
2218 2005-05-06  Wim Taymans  <wim@fluendo.com>
2219
2220         * gst-libs/gst/audio/gstaudiosink.c:
2221         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
2222         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
2223         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
2224         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
2225         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
2226         (gst_audiosink_create_ringbuffer):
2227         * gst-libs/gst/audio/gstbaseaudiosink.c:
2228         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
2229         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
2230         (gst_baseaudiosink_set_property), (build_linear_format),
2231         (debug_spec_caps), (debug_spec_buffer),
2232         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
2233         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
2234         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
2235         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
2236         * gst-libs/gst/audio/gstbaseaudiosink.h:
2237         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
2238         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
2239         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
2240         (gst_ringbuffer_play), (gst_ringbuffer_pause),
2241         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
2242         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
2243         (wait_segment), (gst_ringbuffer_commit),
2244         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
2245         (gst_ringbuffer_clear):
2246         * gst-libs/gst/audio/gstringbuffer.h:
2247         Make the base audiosink return an error when there is no
2248         audiobuffer negotiated.
2249
2250 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2251
2252         * ext/Makefile.am:
2253         Disable cdparanoia until someone ports it!
2254
2255 2005-05-06  Wim Taymans  <wim@fluendo.com>
2256
2257         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
2258         (gst_ogg_demux_sink_activate):
2259         And revert after wingo's revert.. sigh..
2260
2261 2005-05-05  Andy Wingo  <wingo@pobox.com>
2262
2263         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
2264         GObject.
2265         * configure.ac: Return audiorate and subparse from the ghetto.
2266         Re-enable -Wall -Werror.
2267         * gst/subparse/gstsubparse.c:
2268         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
2269         or chain-based. Cleaned up a bit. Not tested.
2270         
2271 2005-05-05  Christian Schaller <christian@fluendo.com> 
2272
2273         * Makefile.am: remove stuff that is not building
2274         * configure.ac: remove stuff that is not building
2275         * examples/Makefile.am: remove stuff that is not building
2276         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
2277         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
2278         * sys/Makefile.am: remove stuff that is not building
2279         * testsuite/Makefile.am: remove stuff that is not building
2280
2281 2005-05-05  Andy Wingo  <wingo@pobox.com>
2282
2283         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
2284         * gst-libs/gst/tag/gstvorbistag.c:
2285         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
2286         * gst/adder/gstadder.h:
2287         * gst/audioconvert/gstchannelmix.c:
2288         (gst_audio_convert_fill_one_other):
2289         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
2290         (gst_audiorate_init), (gst_audiorate_chain):
2291         * gst/playback/gstplaybasebin.c: (setup_source):
2292         * gst/playback/test3.c: (update_scale):
2293         Some GCC4 fixes
2294         
2295         * po/af.po:
2296         * po/az.po:
2297         * po/cs.po:
2298         * po/en_GB.po:
2299         * po/hu.po:
2300         * po/it.po:
2301         * po/nb.po:
2302         * po/nl.po:
2303         * po/or.po:
2304         * po/sq.po:
2305         * po/sr.po:
2306         * po/sv.po:
2307         * po/uk.po:
2308         * po/vi.po: Foo
2309
2310 2005-05-05  Wim Taymans  <wim@fluendo.com>
2311
2312         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2313         (gst_audio_convert_caps_remove_format_info),
2314         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
2315         (gst_audio_convert_change_state), (gst_audio_convert_channels):
2316         * gst/videotestsrc/gstvideotestsrc.c:
2317         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
2318         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
2319         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
2320         (gst_videotestsrc_init), (gst_videotestsrc_loop):
2321         Don't ignore _push() return values.
2322         Make sure no processing is done when shutting down.
2323         Videotestsrc pad activation fix.
2324
2325 2005-05-05  Wim Taymans  <wim@fluendo.com>
2326
2327         * gst/adder/Makefile.am:
2328         * gst/adder/gstadder.c: (gst_adder_setcaps),
2329         (gst_adder_class_init), (gst_adder_init),
2330         (gst_adder_request_new_pad), (gst_adder_collected),
2331         (gst_adder_change_state):
2332         * gst/adder/gstadder.h:
2333         Ported adder as an example of a mixer element using
2334         collect pads. Needs more negotiation work.
2335
2336 2005-05-05  Wim Taymans  <wim@fluendo.com>
2337
2338         * ext/theora/theoradec.c: (_inc_granulepos),
2339         (theora_dec_src_event), (theora_dec_sink_event),
2340         (theora_handle_comment_packet), (theora_handle_type_packet),
2341         (theora_handle_header_packet), (theora_handle_data_packet),
2342         (theora_dec_chain):
2343         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2344         (gst_theora_enc_init), (theora_enc_sink_setcaps),
2345         (theora_push_buffer), (theora_push_packet),
2346         (theora_enc_sink_event), (theora_enc_chain),
2347         (theora_enc_change_state), (theora_enc_set_property),
2348         (theora_enc_get_property):
2349         Added stream lock to decoder so that we can serialize
2350         the discont event.
2351         More theoraenc porting, recover from errors, do clean
2352         shutdown.
2353
2354 2005-05-05  Wim Taymans  <wim@fluendo.com>
2355
2356         * ext/ogg/Makefile.am:
2357         * ext/ogg/README:
2358         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
2359         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
2360         (gst_ogg_print):
2361         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2362         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
2363         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
2364         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
2365         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
2366         (gst_ogg_mux_change_state):
2367         Ported ogg muxer.
2368
2369 2005-05-05  Wim Taymans  <wim@fluendo.com>
2370
2371         * docs/design-audiosinks.txt:
2372         * gst-libs/gst/audio/TODO:
2373         * gst-libs/gst/audio/gstaudiosink.c:
2374         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
2375         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
2376         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
2377         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
2378         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
2379         (gst_audiosink_create_ringbuffer):
2380         * gst-libs/gst/audio/gstbaseaudiosink.c:
2381         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
2382         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
2383         (gst_baseaudiosink_set_property), (build_linear_format),
2384         (debug_spec_caps), (debug_spec_buffer),
2385         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
2386         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
2387         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
2388         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
2389         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
2390         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
2391         (gst_ringbuffer_release), (gst_ringbuffer_play),
2392         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
2393         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
2394         (gst_ringbuffer_set_sample), (wait_segment),
2395         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
2396         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
2397         More work on the audiosink, mostly debugging and a race in
2398         shutdown.
2399
2400 2005-04-28  Wim Taymans  <wim@fluendo.com>
2401
2402         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
2403         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
2404         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
2405         (vorbis_dec_src_query), (vorbis_dec_src_event),
2406         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
2407         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
2408         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
2409         Don't crap out when seeking back to position 0.
2410
2411 2005-04-28  Wim Taymans  <wim@fluendo.com>
2412
2413         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
2414         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
2415         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
2416         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2417         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
2418         Make audio sink configurable, use alsasink as default.
2419
2420 2005-04-28  Wim Taymans  <wim@fluendo.com>
2421
2422         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2423         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
2424         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
2425         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
2426         (vorbis_dec_change_state):
2427         * ext/vorbis/vorbisdec.h:
2428         Refactor, use STREAM_LOCK.
2429
2430 2005-04-28  Wim Taymans  <wim@fluendo.com>
2431
2432         * ext/theora/theoradec.c: (_inc_granulepos),
2433         (theora_dec_sink_event), (theora_handle_comment_packet),
2434         (theora_handle_type_packet), (theora_handle_header_packet),
2435         (theora_handle_data_packet), (theora_dec_chain),
2436         (theora_dec_change_state):
2437         Refactor a bit, use STREAM_LOCK.
2438
2439 2005-04-28  Wim Taymans  <wim@fluendo.com>
2440
2441         * ext/alsa/Makefile.am:
2442         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
2443         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
2444         (gst_alsa_link), (gst_alsa_close_audio):
2445         * ext/alsa/gstalsaplugin.c: (plugin_init):
2446         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
2447         (gst_alsasink_dispose), (gst_alsasink_base_init),
2448         (gst_alsasink_class_init), (gst_alsasink_init),
2449         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
2450         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
2451         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
2452         (gst_alsasink_reset):
2453         * ext/alsa/gstalsasink.h:
2454         Implement alsasink with simple open/write/close API. 
2455         Make alsa dir build by disabling compilation of code.
2456
2457 2005-04-28  Wim Taymans  <wim@fluendo.com>
2458
2459         * gst-libs/gst/audio/Makefile.am:
2460         * gst-libs/gst/audio/audio.h:
2461         * gst-libs/gst/audio/audioclock.c:
2462         * gst-libs/gst/audio/audioclock.h:
2463         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
2464         (gst_audio_clock_class_init), (gst_audio_clock_init),
2465         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
2466         * gst-libs/gst/audio/gstaudioclock.h:
2467         * gst-libs/gst/audio/gstaudiosink.c:
2468         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
2469         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
2470         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
2471         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
2472         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
2473         (gst_audiosink_create_ringbuffer):
2474         * gst-libs/gst/audio/gstbaseaudiosink.c:
2475         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
2476         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
2477         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
2478         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
2479         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
2480         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
2481         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
2482         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
2483         * gst-libs/gst/audio/gstbaseaudiosink.h:
2484         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
2485         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
2486         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
2487         (gst_ringbuffer_release), (gst_ringbuffer_play),
2488         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
2489         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
2490         (gst_ringbuffer_set_sample), (wait_segment),
2491         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
2492         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
2493         * gst-libs/gst/audio/gstringbuffer.h:
2494         Make ringbuffer faster and more simple by removing the locks
2495         in the playback thread.
2496         Add sample accurate playback based on buffer sample offsets.
2497         Make the baseaudiosink provide a clock.
2498         Parse caps in the base class.
2499         Correctly handle seeking, flushing and state changes.
2500
2501 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2502
2503         * configure.ac:
2504         * gst/audioconvert/Makefile.am:
2505         * gst/audioscale/Makefile.am:
2506           Fix part of the build.  Come on guys, autogen didn't even work :)
2507
2508 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2509
2510         * configure.ac:
2511         * gst-libs/gst/Makefile.am:
2512         * gst-libs/gst/media-info/.cvsignore:
2513         * gst-libs/gst/media-info/Makefile.am:
2514         * gst-libs/gst/media-info/README:
2515         * gst-libs/gst/media-info/media-info-priv.c:
2516         * gst-libs/gst/media-info/media-info-priv.h:
2517         * gst-libs/gst/media-info/media-info-test.c:
2518         * gst-libs/gst/media-info/media-info.c:
2519         * gst-libs/gst/media-info/media-info.h:
2520         * gst-libs/gst/media-info/media-info.vcproj:
2521         * pkgconfig/Makefile.am:
2522         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
2523         * pkgconfig/gstreamer-media-info.pc.in:
2524           Remove media-info, which is also successed by playbin (see Totem
2525           implementation).
2526
2527 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2528
2529         * configure.ac:
2530         * examples/Makefile.am:
2531         * examples/gstplay/.cvsignore:
2532         * examples/gstplay/Makefile.am:
2533         * examples/gstplay/player.c:
2534         * gst-libs/gst/Makefile.am:
2535         * gst-libs/gst/play/.cvsignore:
2536         * gst-libs/gst/play/Makefile.am:
2537         * gst-libs/gst/play/play.c:
2538         * gst-libs/gst/play/play.h:
2539         * gst-libs/gst/play/play.vcproj:
2540         * pkgconfig/Makefile.am:
2541         * pkgconfig/gstreamer-play-uninstalled.pc.in:
2542         * pkgconfig/gstreamer-play.pc.in:
2543           Remove libgstplay, playbin is now the official successor.
2544
2545 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2546
2547         * configure.ac:
2548         * gst-libs/gst/Makefile.am:
2549         * gst-libs/gst/xwindowlistener/Makefile.am:
2550         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
2551         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
2552           Remove deprecated xwindowlistener (I've moved xwindowlistening
2553           in the v4l/v4l2 plugins over to serverside).
2554
2555 2005-04-25  David Schleef  <ds@schleef.org>
2556
2557         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
2558         to examples/dynparams.  Examples do not belong interspersed with
2559         source code.
2560         * examples/dynparams/demo-dparams.c:
2561         * gst/sine/Makefile.am:
2562         * gst/sine/demo-dparams.c:
2563
2564 2005-04-25  David Schleef  <ds@schleef.org>
2565
2566         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
2567         * gst-libs/gst/audio/Makefile.am:
2568         * gst-libs/gst/riff/Makefile.am:
2569         * gst-libs/gst/tag/Makefile.am:
2570         * gst-libs/gst/video/Makefile.am:
2571         * gst-libs/gst/xwindowlistener/Makefile.am:
2572
2573         Convert to 0.9 API, seems to work:
2574         * sys/ximage/Makefile.am:
2575         * sys/ximage/ximagesink.c:
2576
2577 2005-04-24  David Schleef  <ds@schleef.org>
2578
2579         Link plugins against libraries:
2580         * ext/alsa/Makefile.am:
2581         * gst/tcp/Makefile.am:
2582
2583         Remove asm code that should be in liboil
2584         * gst/videoscale/Makefile.am:
2585         * gst/videoscale/videoscale_x86_asm.s:
2586
2587         gettext wants these checked in:
2588         * po/af.po:
2589         * po/az.po:
2590         * po/cs.po:
2591         * po/en_GB.po:
2592         * po/hu.po:
2593         * po/it.po:
2594         * po/nb.po:
2595         * po/nl.po:
2596         * po/or.po:
2597         * po/sq.po:
2598         * po/sr.po:
2599         * po/sv.po:
2600         * po/uk.po:
2601         * po/vi.po:
2602
2603 2005-04-24  David Schleef  <ds@schleef.org>
2604
2605         Convert gst_main() to g_main_loop_run()
2606         * gst/playback/decodetest.c: (main):
2607         * gst/playback/test2.c: (main):
2608         * gst/playback/test3.c: (main):
2609         * gst/playback/test4.c: (main):
2610
2611         Link plugins against libraries:
2612         * ext/libvisual/Makefile.am:
2613         * sys/xvimage/Makefile.am:
2614
2615 2005-04-24  David Schleef  <ds@schleef.org>
2616
2617         * configure.ac: Remove idct and resample libs
2618         * gst-libs/gst/Makefile.am: same
2619
2620         Remove usage of gst_library_load():
2621         * ext/alsa/gstalsaplugin.c: (plugin_init):
2622         * ext/libvisual/visual.c: (plugin_init):
2623         * ext/ogg/gstogg.c: (plugin_init):
2624         * ext/theora/theora.c: (plugin_init):
2625         * ext/vorbis/vorbis.c: (plugin_init):
2626         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
2627         * gst/audioscale/gstaudioscale.c:
2628         * gst/adder/gstadder.c: (plugin_init):
2629         * gst/audioconvert/plugin.c: (plugin_init):
2630         * sys/ximage/ximagesink.c: (plugin_init):
2631         * sys/xvimage/xvimagesink.c: (plugin_init):
2632         * gst/tcp/gsttcpplugin.c: (plugin_init):
2633
2634         Link plugins against libraries:
2635         * ext/ogg/Makefile.am:
2636         * ext/theora/Makefile.am:
2637         * ext/vorbis/Makefile.am:
2638         * gst/audioconvert/Makefile.am:
2639
2640         Create proper libraries:
2641         * gst-libs/gst/riff/Makefile.am:
2642         * gst-libs/gst/audio/Makefile.am:
2643         * gst-libs/gst/video/Makefile.am:
2644
2645         Move resample library to audioscale plugin directory:
2646         * gst-libs/gst/resample/Makefile.am:
2647         * gst-libs/gst/resample/README:
2648         * gst-libs/gst/resample/dtof.c:
2649         * gst-libs/gst/resample/dtos.c:
2650         * gst-libs/gst/resample/functable.c:
2651         * gst-libs/gst/resample/private.h:
2652         * gst-libs/gst/resample/resample.c:
2653         * gst-libs/gst/resample/resample.h:
2654         * gst-libs/gst/resample/resample.vcproj:
2655         * gst-libs/gst/resample/test.c:
2656         * gst/audioscale/Makefile.am:
2657         * gst/audioscale/README:
2658         * gst/audioscale/dtof.c:
2659         * gst/audioscale/dtos.c:
2660         * gst/audioscale/functable.c:
2661         * gst/audioscale/private.h:
2662         * gst/audioscale/resample.c:
2663         * gst/audioscale/resample.h:
2664         * gst/audioscale/test.c:
2665
2666         Move tagedit library to gst-libs:
2667         * gst-libs/gst/tag/Makefile.am:
2668         * gst-libs/gst/tag/gstid3tag.c:
2669         * gst-libs/gst/tag/gsttagediting.c:
2670         * gst-libs/gst/tag/gsttageditingprivate.h:
2671         * gst-libs/gst/tag/gstvorbistag.c:
2672         * gst/tags/Makefile.am:
2673         * gst/tags/gstid3tag.c:
2674         * gst/tags/gstvorbistag.c:
2675
2676         Fix for core changes:
2677         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2678         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
2679         (gst_sinesrc_getrange):
2680
2681 2005-04-23  David Schleef  <ds@schleef.org>
2682
2683         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
2684         in gst-plugins in a long time, and properly belongs in liboil.
2685         * gst-libs/gst/idct/Makefile.am:
2686         * gst-libs/gst/idct/README:
2687         * gst-libs/gst/idct/dct.h:
2688         * gst-libs/gst/idct/doieee:
2689         * gst-libs/gst/idct/fastintidct.c:
2690         * gst-libs/gst/idct/floatidct.c:
2691         * gst-libs/gst/idct/idct.c:
2692         * gst-libs/gst/idct/idct.h:
2693         * gst-libs/gst/idct/idtc.vcproj:
2694         * gst-libs/gst/idct/ieeetest.c:
2695         * gst-libs/gst/idct/intidct.c:
2696
2697 2005-04-20  Wim Taymans  <wim@fluendo.com>
2698
2699         * docs/design-audiosinks.txt:
2700         * gst-libs/gst/audio/Makefile.am:
2701         * gst-libs/gst/audio/TODO:
2702         * gst-libs/gst/audio/gstaudiosink.c:
2703         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
2704         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
2705         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
2706         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
2707         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
2708         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
2709         (gst_audiosink_class_init), (gst_audiosink_init),
2710         (gst_audiosink_create_ringbuffer):
2711         * gst-libs/gst/audio/gstaudiosink.h:
2712         * gst-libs/gst/audio/gstbaseaudiosink.c:
2713         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
2714         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
2715         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
2716         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
2717         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
2718         (gst_baseaudiosink_create_ringbuffer),
2719         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
2720         * gst-libs/gst/audio/gstbaseaudiosink.h:
2721         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
2722         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
2723         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
2724         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
2725         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
2726         (gst_ringbuffer_play), (gst_ringbuffer_pause),
2727         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
2728         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
2729         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
2730         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
2731         * gst-libs/gst/audio/gstringbuffer.h:
2732         An attempt at a set of audio base classes together with some
2733         design docs.
2734
2735 2005-04-20  Wim Taymans  <wim@fluendo.com>
2736
2737         * gst/audioconvert/Makefile.am:
2738         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2739         (gst_audio_convert_caps_remove_format_info),
2740         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
2741         (gst_audio_convert_channels):
2742         Link against audio libs.
2743         Fix audio convert plugin.
2744
2745 2005-04-20  Wim Taymans  <wim@fluendo.com>
2746
2747         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
2748         (gst_ogg_demux_sink_activate):
2749         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
2750         (theora_set_header_on_caps), (theora_enc_sink_event),
2751         (theora_enc_chain):
2752         Fix theora encoder.
2753
2754 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2755
2756         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
2757         * gst/playback/gstdecodebin.c: (find_compatibles):
2758           Work with staticpadtemplates in elementfactories.
2759
2760 2005-04-12  Wim Taymans  <wim@fluendo.com>
2761
2762         * gst/playback/README:
2763         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
2764         (compare_ranks), (print_feature), (gst_decode_bin_init),
2765         (dynamic_create), (dynamic_free), (find_compatibles),
2766         (mimetype_is_raw), (close_pad_link), (got_redirect),
2767         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
2768         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
2769         (gst_decode_bin_change_state):
2770         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2771         (gst_play_base_bin_init), (group_destroy), (group_commit),
2772         (check_queue), (queue_overrun), (queue_threshold_reached),
2773         (queue_out_of_data), (gen_preroll_element), (unknown_type),
2774         (new_decoded_pad), (setup_subtitle), (gen_source_element),
2775         (got_redirect), (setup_source), (play_base_eos),
2776         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
2777         (gst_play_base_bin_remove_element):
2778         * gst/playback/gstplaybasebin.h:
2779         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2780         (gst_play_bin_init), (gst_play_bin_dispose),
2781         (gst_play_bin_set_property), (gen_video_element),
2782         (gen_text_element), (gen_audio_element), (remove_sinks),
2783         (gst_play_bin_send_event):
2784         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
2785         (stream_info_change_state), (gst_stream_info_set_mute):
2786         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
2787         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
2788         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
2789         (gst_stream_selector_chain):
2790         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2791         (main):
2792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
2793         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
2794         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
2795         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
2796         Raw and crude port of decodebin. 
2797         Make playbin compile.
2798
2799 2005-04-06  Wim Taymans  <wim@fluendo.com>
2800
2801         * ext/gnomevfs/Makefile.am:
2802         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
2803         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
2804         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
2805         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
2806         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
2807         (gst_gnomevfssrc_stop):
2808         * ext/ogg/Makefile.am:
2809         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
2810         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
2811         * ext/theora/Makefile.am:
2812         * ext/theora/theoradec.c: (_inc_granulepos),
2813         (theora_dec_sink_event), (theora_dec_chain):
2814         * ext/vorbis/Makefile.am:
2815         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2816         (vorbis_dec_sink_event), (vorbis_dec_chain):
2817         * gst-libs/gst/audio/Makefile.am:
2818         * sys/xvimage/Makefile.am:
2819         Make gnomevfssrc extend the source base class.
2820         Fix linking against libs in various plugins.
2821
2822 2005-04-06  Andy Wingo  <wingo@pobox.com>
2823
2824         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
2825         GST_BASE_LIBS.
2826
2827         * configure.ac: Add check and AC_SUBST for libgstbase.
2828
2829 2005-03-31  Wim Taymans  <wim@fluendo.com>
2830
2831         * examples/seeking/Makefile.am:
2832         * examples/seeking/cdparanoia.c: (main):
2833         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
2834         (play_cb), (pause_cb), (stop_cb), (main):
2835         * examples/seeking/playbin.c:
2836         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
2837         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2838         (make_sid_pipeline), (make_vorbis_pipeline),
2839         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2840         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2841         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2842         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
2843         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
2844         (stop_cb), (main):
2845         * examples/seeking/spider_seek.c:
2846         * examples/seeking/vorbisfile.c:
2847         * ext/gnomevfs/Makefile.am:
2848         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
2849         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
2850         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
2851         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
2852         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
2853         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
2854         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
2855         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
2856         * ext/ogg/README:
2857         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
2858         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
2859         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
2860         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
2861         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
2862         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
2863         (gst_ogg_pad_event), (gst_ogg_pad_reset),
2864         (gst_ogg_demux_factory_filter), (compare_ranks),
2865         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
2866         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
2867         (gst_ogg_chain_new), (gst_ogg_chain_free),
2868         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
2869         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
2870         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
2871         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
2872         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
2873         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
2874         (gst_ogg_demux_get_prev_page),
2875         (gst_ogg_demux_deactivate_current_chain),
2876         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
2877         (gst_ogg_demux_bisect_forward_serialno),
2878         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
2879         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
2880         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
2881         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
2882         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
2883         (gst_ogg_demux_change_state), (gst_ogg_print):
2884         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2885         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
2886         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
2887         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
2888         (gst_ogg_mux_loop):
2889         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2890         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
2891         (theora_dec_src_convert), (theora_dec_sink_convert),
2892         (theora_dec_src_query), (theora_dec_src_event),
2893         (theora_dec_sink_event), (theora_dec_chain),
2894         (theora_dec_change_state):
2895         * ext/theora/theoraenc.c: (gst_theora_enc_init),
2896         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
2897         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
2898         (theora_enc_change_state):
2899         * ext/vorbis/Makefile.am:
2900         * ext/vorbis/oggvorbisenc.c:
2901         * ext/vorbis/oggvorbisenc.h:
2902         * ext/vorbis/vorbis.c: (plugin_init):
2903         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
2904         (vorbis_dec_src_query), (vorbis_dec_src_event),
2905         (vorbis_dec_sink_event), (vorbis_dec_chain),
2906         (vorbis_dec_change_state):
2907         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
2908         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
2909         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
2910         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
2911         (gst_vorbisenc_change_state):
2912         * ext/vorbis/vorbisenc.h:
2913         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
2914         * gst-libs/gst/audio/audioclock.c:
2915         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
2916         (gst_audiofilter_init), (gst_audiofilter_chain):
2917         * gst-libs/gst/audio/testchannels.c: (main):
2918         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
2919         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
2920         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
2921         (gmip_find_track_streaminfo), (gmip_find_track_format):
2922         * gst-libs/gst/media-info/media-info.c:
2923         (gst_media_info_read_idler):
2924         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
2925         (gst_play_get_all_by_interface):
2926         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
2927         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
2928         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
2929         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
2930         (gst_riff_parse_info):
2931         * gst-libs/gst/riff/riff-read.h:
2932         * gst-libs/gst/riff/riff.c: (plugin_init):
2933         * gst-libs/gst/video/Makefile.am:
2934         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
2935         (gst_videosink_class_init), (gst_videosink_get_type):
2936         * gst-libs/gst/video/videosink.h:
2937         * gst/audioconvert/bufferframesconvert.c:
2938         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
2939         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
2940         * gst/audioconvert/channelmixtest.c: (main):
2941         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
2942         (gst_audio_convert_chain),
2943         (gst_audio_convert_caps_remove_format_info),
2944         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
2945         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
2946         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
2947         (gst_audio_convert_buffer_to_default_format),
2948         (gst_audio_convert_buffer_from_default_format),
2949         (gst_audio_convert_channels):
2950         * gst/audioconvert/gstchannelmix.h:
2951         * gst/ffmpegcolorspace/avcodec.h:
2952         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2953         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
2954         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
2955         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
2956         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
2957         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
2958         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2959         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
2960         (mpeg_video_type_find), (mpeg_video_stream_type_find),
2961         (dv_type_find):
2962         * gst/videotestsrc/gstvideotestsrc.c:
2963         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
2964         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
2965         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
2966         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
2967         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
2968         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
2969         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
2970         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2971         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
2972         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
2973         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
2974         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
2975         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
2976         (gst_xvimagesink_navigation_send_event),
2977         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
2978         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
2979         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2980         * sys/xvimage/xvimagesink.h:
2981         Plugin port to 0.9, ogg/theora playback should work in the seek
2982         example now.
2983         Removed old examples.
2984         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
2985         explained in 0.9 TODO doc.
2986
2987
2988 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2989
2990         * autogen.sh:
2991         * configure.ac:
2992         * ext/Makefile.am:
2993         * gst/Makefile.am:
2994         * po/POTFILES.in:
2995         * po/af.po:
2996         * po/az.po:
2997         * po/cs.po:
2998         * po/en_GB.po:
2999         * po/hu.po:
3000         * po/it.po:
3001         * po/nb.po:
3002         * po/nl.po:
3003         * po/or.po:
3004         * po/sq.po:
3005         * po/sr.po:
3006         * po/sv.po:
3007         * po/uk.po:
3008         * po/vi.po:
3009         * sys/Makefile.am:
3010         * testsuite/Makefile.am:
3011           remove a whole bunch of plugins.  This module now contains a set
3012           of free reference plugins/elements as agreed.
3013
3014 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3015
3016         * configure.ac:
3017           hunting season on 0.9 is now OPEN
3018
3019 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3020
3021         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
3022           Kick the hell out of gcc for not warning me about a symbol conflict.
3023
3024 2005-02-22  Luca Ognibene  <luogni@tin.it>
3025
3026         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3027
3028         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
3029           Don't leak caps string (fixes #168134)
3030
3031         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
3032         (gst_jpegenc_init), (gst_jpegenc_finalize),
3033         (gst_jpegenc_change_state):
3034           Don't leak line buffers and context struct (fixes #168133).
3035
3036 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
3037
3038         * configure.ac:
3039         * ext/dirac/gstdiracdec.cc:
3040         (gst_diracdec_chain):
3041           Since dirac 0.5.0 the framerate in dirac is expressed as a
3042           rational number. Fix build and up requirement to 0.5.0, and
3043           also pass parameters to gst_diracdec_link in the right order
3044           (fixes #167959).
3045
3046 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
3047
3048         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
3049         * ext/faad/gstfaad.h:
3050         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
3051         certain invalid muxed streams, where some packets will contain 
3052         junk after decoder data. Partially fixes #149158.
3053
3054 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
3055         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
3056           Make sure we only write to writable buffers
3057
3058 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
3059
3060         * gst-libs/gst/riff/riff-media.c:
3061         (gst_riff_create_audio_caps_with_data):
3062           Do actually fix invalid RIFF fmt header values for alaw
3063           and mulaw audio instead of just saying so.
3064
3065         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
3066           Give gst_riff_create_audio_caps_with_data() a chance to
3067           fix up broken format header fields before extracting any
3068           parameters from the header. (fixes #167633)
3069
3070 2005-02-19  Martin Holters  <martin.holters@gmx.de>
3071
3072         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3073
3074         * gst/audioconvert/bufferframesconvert.c:
3075         (buffer_frames_convert_link):
3076           Don't leak othercaps. (fixes #167878)
3077
3078 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
3079
3080         * configure.ac:
3081         * ext/libvisual/visual.c: (gst_visual_srclink),
3082         (gst_visual_change_state):
3083           Support libvisual 0.2.0.
3084
3085 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
3086
3087         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
3088         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
3089           Use same rowstrides for I420 as used everywhere else.
3090
3091 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
3092
3093         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
3094           Declare variables at beginning of block and make gcc-2.95 happy
3095           (fixes # 167482, patch by Gergely Nagy).
3096           
3097         * gst/tcp/gsttcpclientsrc.c:
3098         * gst/tcp/gsttcpclientsrc.h:
3099           Move some includes into the header, so that struct sockaddr_in is
3100           defined when it should be defined on FreeBSD as well (fixes
3101           #167483).
3102           
3103         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
3104           Don't pass uninitialised values to setsockopt() here either.
3105
3106 2005-02-17  Luca Ognibene  <luogni at tin dot it>
3107
3108         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3109
3110         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
3111           Don't pass uninitialised values to setsockopt(). (fixes #167704)
3112
3113 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3114
3115         * gst/playback/gstplaybin.c: (add_sink):
3116           Invert bin_add/link order to workaround deadlock in opt.
3117
3118 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3119
3120         * gst/modplug/gstmodplug.cc:
3121           Add missing break causing position queries to fail.
3122
3123 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3124
3125         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
3126           Granpos can apparently be -1, which screws up calculations...
3127
3128 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
3129
3130         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
3131         (gst_ximagesink_send_pending_navigation),
3132         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
3133         (gst_ximagesink_init):
3134         * sys/ximage/ximagesink.h:
3135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
3136         (gst_xvimagesink_send_pending_navigation),
3137         (gst_xvimagesink_navigation_send_event),
3138         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
3139         * sys/xvimage/xvimagesink.h:
3140           Use a mutex protected list to marshal navigation
3141           events into the stream thread from whichever thread
3142           sends them.
3143
3144 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
3145
3146         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
3147           Display current position and track length; misc. clean-ups.
3148           
3149         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
3150         (speed_init), (speed_chain):
3151           Add query function, so that the stream length and current position
3152           get adjusted when queried (note that current position queries may
3153           still be wrong if the audio sink returns values based on buffer
3154           timestamps instead of passing on the query).
3155
3156 2005-02-13  Benjamin Otte  <otte@gnome.org>
3157
3158         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
3159         (gst_audio_convert_channels):
3160           create channel conversion matrix when linking
3161         * gst/audioconvert/.cvsignore:
3162         * gst/audioconvert/Makefile.am:
3163         * gst/audioconvert/channelmixtest.c: (main):
3164           add (ugly) test that ensures stereo <=> mono conversion works
3165           correctly
3166
3167 2005-02-13  Benjamin Otte  <otte@gnome.org>
3168
3169         * gst/audioconvert/gstchannelmix.h:
3170           include missing header file
3171         * gst/audioconvert/gstchannelmix.c:
3172         (gst_audio_convert_fill_compatible):
3173           use same sign for both channels when converting to/from compatible
3174           channel. Previously used different signs made the signals cancel
3175           each other out and appear like silence. (fixes #167269)
3176
3177 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
3178
3179         * gst/ffmpegcolorspace/avcodec.h:
3180         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3181         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3182         (gst_ffmpegcsp_avpicture_fill):
3183         * gst/ffmpegcolorspace/imgconvert.c:
3184           Convert to and from YV12 (fixes #156379).
3185
3186 2005-02-12  Julien MOUTTE  <julien@moutte.net>
3187
3188         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
3189         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
3190         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
3191         (gst_ximagesink_expose), (gst_ximagesink_set_property),
3192         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
3193         methods from chain and negotiation and vice versa (Fixes #166142).
3194         * sys/ximage/ximagesink.h: Add stream_lock.
3195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
3196         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
3197         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
3198         (gst_xvimagesink_expose): Check for xcontext before trying to link.
3199
3200 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
3201
3202         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
3203           Don't send "Hey! You gave me a NULL pointer you naughty person" as
3204           error message when we can't open the DVD device (when dvdnav_open()
3205           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
3206           the above). Send something more useful instead (fixes #167117).
3207
3208 2005-02-11  Julien MOUTTE  <julien@moutte.net>
3209
3210         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3211         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
3212         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
3213         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
3214         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
3215         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
3216         methods from chain and negotiation and vice versa (Fixes #166142).
3217         Fix a possible bug of images in the buffer pool being discarded because
3218         we are looking at the wrong geometry.
3219         * sys/xvimage/xvimagesink.h: Add stream_lock.
3220
3221 2005-02-11  David Schleef  <ds@schleef.org>
3222
3223         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
3224         unsigned int. (fixes #167128)
3225
3226 2005-02-11  David Schleef  <ds@schleef.org>
3227
3228         * gst/librfb/Makefile.am: Testing stuff before committing is
3229           for wimps... and people with fast machines.  Fix stupid
3230           mistake.
3231
3232 2005-02-11  David Schleef  <ds@schleef.org>
3233
3234         * configure.ac: Pull in librfb from my CVS tree, because it is
3235           too small and annoying to be separate.  Move rfbsrc plugin
3236           to gst/.
3237         * ext/Makefile.am:
3238         * ext/librfb/Makefile.am:
3239         * ext/librfb/gstrfbsrc.c:
3240         * gst/librfb/Makefile.am:
3241         * gst/librfb/gstrfbsrc.c:
3242         * gst/librfb/rfb.c:
3243         * gst/librfb/rfb.h:
3244         * gst/librfb/rfbbuffer.c:
3245         * gst/librfb/rfbbuffer.h:
3246         * gst/librfb/rfbbytestream.c:
3247         * gst/librfb/rfbbytestream.h:
3248         * gst/librfb/rfbcontext.h:
3249         * gst/librfb/rfbdecoder.c:
3250         * gst/librfb/rfbdecoder.h:
3251         * gst/librfb/rfbutil.h:
3252
3253 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3254
3255         * gst/speed/Makefile.am:
3256         * gst/speed/demo-mp3.c: (main):
3257         * gst/speed/filter.func:
3258         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
3259         (speed_class_init), (speed_init), (speed_chain_int16),
3260         (speed_chain_float32), (speed_chain), (speed_set_property),
3261         (speed_get_property), (speed_change_state):
3262         * gst/speed/gstspeed.h:
3263           Fix speed element and make it chain-based (fixes #156467),
3264           and make it handle more than one channel.
3265
3266 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
3267
3268         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
3269         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
3270         (gst_dtsdec_chain), (gst_dtsdec_change_state):
3271         * ext/dts/gstdtsdec.h:
3272           Don't clobber the stack constructing the channels array.
3273           Make the element chain-based. DTS tracks can now be played.
3274           
3275 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3276
3277         * gst-libs/gst/audio/multichannel.h:
3278         * gst-libs/gst/gconf/gconf.h:
3279         * gst-libs/gst/idct/idct.h:
3280         * gst-libs/gst/media-info/media-info-priv.h:
3281         * gst-libs/gst/play/play.h:
3282         * gst-libs/gst/resample/private.h:
3283         * gst-libs/gst/resample/resample.h:
3284         * gst-libs/gst/riff/riff-ids.h:
3285         * gst-libs/gst/video/video.h:
3286         * gst-libs/gst/video/videosink.h:
3287           Add G_BEGIN_DECLS and G_END_DECLS around headers where
3288           missing, so that they work when included from C++ code.
3289
3290 2005-02-09  David Schleef  <ds@schleef.org>
3291
3292         * testsuite/gst-lint: Check for non-statically scoped
3293           parent_class variables.  This won't be a problem once
3294           plugins are loaded with RTLD_LOCAL.
3295
3296 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3297
3298         * ext/mplex/gstmplexibitstream.cc:
3299           gcc madness.
3300
3301 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3302
3303         * ext/ogg/gstogmparse.c:
3304         * gst/debug/gstnavigationtest.c:
3305           Die, thou faulty symbol pollutors (non-static parent_class).
3306
3307 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3308
3309         * ext/mplex/gstmplexibitstream.cc:
3310           Fix event handling (#165525).
3311
3312 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3313
3314         * ext/mikmod/gstmikmod.c:
3315         * gst/modplug/gstmodplug.cc:
3316           Add missing endianness to template (fixes #165509).
3317
3318 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3319
3320         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
3321           Fix wrong order of reading of optional bytes (#165290).
3322
3323 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3324
3325         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
3326           Implement FILLER event awareness.
3327
3328 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3329
3330         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
3331           Fix track calculations (#166208).
3332
3333 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
3334
3335         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3336
3337         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
3338         * ext/libpng/gstpngenc.c:
3339           Fix byte-order, use proper fixed caps. Fixes #164197.
3340
3341 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
3342
3343         * configure.ac:
3344           Add dvdlpcmdec 
3345
3346         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
3347         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
3348           Don't push buffers if the src pad isn't negotiated yet.
3349           
3350         * gst/audioconvert/gstaudioconvert.c:
3351         (gst_audio_convert_buffer_to_default_format),
3352         (gst_audio_convert_buffer_from_default_format):
3353           Add support for 24-bit width.
3354
3355         * gst/dvdlpcmdec/.cvsignore:
3356         * gst/dvdlpcmdec/Makefile.am:
3357         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
3358         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
3359         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
3360         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
3361         (plugin_init):
3362         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
3363           New decoder for rearranging DVD LPCM into our audio/x-raw-int
3364           format. Needs support for the channels maps if someone can find 
3365           a DVD LPCM track with > 2 channels.
3366
3367         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
3368         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
3369         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
3370         * gst/mpegstream/gstdvddemux.h:
3371         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
3372         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
3373         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
3374         * gst/mpegstream/gstmpegdemux.h:
3375         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
3376         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
3377         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
3378         (gst_mpeg_parse_handle_src_query),
3379         (gst_mpeg_parse_handle_src_event):
3380           Use audio/x-dvd-lpcm for LPCM output.
3381           Add DTS output.
3382
3383 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
3384
3385         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3386
3387         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
3388         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
3389           Add BGRA handling (#165736).
3390
3391 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
3392
3393         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3394
3395         * gst/law/alaw-decode.c: (alawdec_link):
3396         * gst/law/alaw-encode.c: (alawenc_link):
3397         * gst/law/mulaw-decode.c: (mulawdec_link):
3398         * gst/law/mulaw-encode.c: (mulawenc_link):
3399           Fix caps memleaks (#166600).
3400
3401 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
3402
3403         * ext/tarkin/mem.h:
3404         * ext/tarkin/wavelet.h:
3405         * ext/tarkin/yuv.h:
3406         * gst/ffmpegcolorspace/avcodec.h:
3407           Include "_stdint.h" instead of <stdint.h>. Fixes build on
3408           systems that don't have stdint.h, like Solaris9 (fixes #166631).
3409
3410 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3411
3412         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
3413         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
3414         (gst_xvimagesink_change_state):
3415           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
3416           Xv video (and thereby regenerate Xv colourkey) in clear() so
3417           that PLAY -> READY -> PLAY works (fixes #162504).
3418
3419 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3420
3421         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
3422           Switch to list instead of range, since MJPEG-devices really just
3423           support decimations, not any size.
3424
3425 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
3426         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
3427         (gst_mpeg2dec_reset), (free_all_buffers),
3428         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
3429         * ext/mpeg2dec/gstmpeg2dec.h:
3430           The libmpeg2 user-allocated buffer management is awkward, 
3431           to say the least. Hopefully this fixes things.
3432
3433 2005-02-04  Andy Wingo  <wingo@pobox.com>
3434
3435         * gst/audioconvert/bufferframesconvert.c
3436         (buffer_frames_convert_fixate): New function, fixates to 256
3437         frames per buffer by default. (Much better than 1.)
3438         (buffer_frames_convert_init): Set the fixate function for both src
3439         and sink pad.
3440         (buffer_frames_convert_link): After success setting nonfixed caps,
3441         get the negotiated caps so we can know how many buffer-frames it
3442         will be. No idea how this worked at all before.
3443
3444 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
3445
3446         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
3447         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
3448         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
3449         (handle_sequence), (handle_picture):
3450         * ext/mpeg2dec/gstmpeg2dec.h:
3451           Rearrange buffer tracking and refcounting and refactor
3452           a little for readability. 
3453
3454 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
3455         * sys/v4l/gstv4l.c: (plugin_init):
3456         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
3457         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
3458         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
3459         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
3460         * sys/v4l/gstv4ljpegsrc.h:
3461         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
3462         * sys/v4l/v4l_calls.h:
3463         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
3464         (gst_v4lsrc_get_fps):
3465         * sys/v4l/v4lsrc_calls.h:
3466           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
3467           you jpeg inside rgb frames" driver.
3468           Don't error in the v4lsrc link function, just return 
3469           REFUSED.
3470
3471 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3472
3473         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
3474         (gst_qcamsrc_open):
3475           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
3476
3477 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3478
3479         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3480           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
3481
3482 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3483
3484         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
3485           Reset negotiated state on PAUSED->READY.
3486
3487 2005-02-02  David Schleef  <ds@schleef.org>
3488
3489         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
3490         whereever possible.  (Fixes #165997)
3491         * examples/capsfilter/capsfilter1.c: (main):
3492         * examples/dynparams/filter.c: (create_ui):
3493         * examples/seeking/cdparanoia.c: (get_track_info), (main):
3494         * examples/seeking/chained.c: (main):
3495         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
3496         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
3497         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
3498         (make_mpeg_pipeline), (make_mpegnt_pipeline):
3499         * examples/seeking/spider_seek.c: (make_spider_pipeline):
3500         * examples/switch/switcher.c: (main):
3501         * ext/dv/demo-play.c: (main):
3502         * ext/faad/gstfaad.c: (gst_faad_change_state):
3503         * ext/mad/gstmad.c: (gst_mad_chain):
3504         * ext/smoothwave/demo-osssrc.c: (main):
3505         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
3506         (gst_gconf_render_bin_from_description),
3507         (gst_gconf_get_default_audio_sink),
3508         (gst_gconf_get_default_video_sink),
3509         (gst_gconf_get_default_audio_src),
3510         (gst_gconf_get_default_video_src),
3511         (gst_gconf_get_default_visualization_element):
3512         * gst/level/demo.c: (main):
3513         * gst/level/plot.c: (main):
3514         * gst/playback/gstplaybin.c: (gen_video_element),
3515         (gen_audio_element):
3516         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3517         * gst/playondemand/demo-mp3.c: (setup_pipeline):
3518         * gst/sine/demo-dparams.c: (main):
3519         * gst/spectrum/demo-osssrc.c: (main):
3520         * gst/speed/demo-mp3.c: (main):
3521         * gst/volume/demo.c: (main):
3522         * testsuite/embed/embed.c: (main):
3523
3524 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
3525
3526         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3527         (gst_tcpclientsink_finalize):
3528         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
3529         (gst_tcpclientsrc_finalize):
3530         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
3531         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
3532         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
3533         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
3534           Don't leak the hostname when shutting down.
3535           In tcpserversrc, take a copy of the default hostname.
3536
3537 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3538
3539         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
3540           Set caps to systemstream=TRUE.
3541
3542 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3543
3544         * testsuite/Makefile.am:
3545           Fix more OSX buildbots.
3546
3547 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
3548
3549         * ext/mpeg2dec/gstmpeg2dec.c:
3550           Don't send things to NULL PAD_PEERs
3551
3552         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
3553           Copy-on-write the incoming buffer.
3554
3555         * gst/mpegstream/gstdvddemux.h:
3556         * gst/mpegstream/gstmpegclock.h:
3557         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
3558         (normal_seek), (gst_mpeg_demux_handle_src_event):
3559         * gst/mpegstream/gstmpegdemux.h:
3560         * gst/mpegstream/gstmpegpacketize.h:
3561         * gst/mpegstream/gstmpegparse.c:
3562         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
3563         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
3564         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
3565         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
3566         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
3567         * gst/mpegstream/gstmpegparse.h:
3568         * gst/mpegstream/gstrfc2250enc.h:
3569           Various changes to the way time is computed that make seeking and
3570           total time estimation much better here.
3571           Use G_BEGIN/END_DECLS instead of __cplusplus
3572
3573         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
3574           Use gst_buffer_stamp instead of only copying the TIMESTAMP
3575
3576 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3577
3578         * gst/subparse/gstsubparse.c:
3579           Fix OSX buildbot.
3580
3581 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
3582
3583         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
3584         (theora_enc_chain), (theora_enc_change_state):
3585         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
3586         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
3587         (gst_vorbisenc_change_state):
3588         * ext/vorbis/vorbisenc.h:
3589           Set granulepos and timestamp correctly for streams not
3590           starting at 0, taking into account the initial delay.
3591
3592 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
3593
3594         * gst/mpegstream/gstdvddemux.c:
3595           Add audio/x-dts to audio pad template caps
3596
3597 2005-01-30  David Schleef  <ds@schleef.org>
3598
3599         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
3600         (create_context), (gst_polypsink_link): Fix silly endianness
3601         bug.  Add some debugging.  Remove float from caps; it doesn't
3602         work.  Attempt to get remote audio working.
3603
3604 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3605
3606         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3607           Add 3IV2 fourcc.
3608
3609 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3610
3611         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
3612         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
3613         (gst_avi_demux_stream_data):
3614         * gst/avi/gstavidemux.h:
3615           Invert DIB images. Fixes #132341.
3616
3617 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3618
3619         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3620         (gst_ffmpegcsp_chain):
3621           D'oh, reference the palette data, not the palette structure.
3622           Fixes color distortion in #132341.
3623
3624 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3625
3626         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
3627           PAR can be non-fixed when not provided as argument (#162626).
3628
3629 2005-01-29  David Moore  <dcm@acm.org>
3630
3631         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3632
3633         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
3634         (gst_qtdemux_loop_header):
3635           Re-apply patch from #142272 that allows non-seekable sources,
3636           re-proposed by Daniel Drake <dsd@gentoo.org>.
3637
3638 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3639
3640         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
3641           Use the src template for creating the src pad (#162330).
3642
3643 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3644
3645         * configure.ac:
3646         * ext/musepack/Makefile.am:
3647         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
3648         (gst_musepackdec_init), (gst_musepackdec_dispose),
3649         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
3650         (gst_musepack_stream_init), (gst_musepackdec_loop),
3651         (gst_musepackdec_change_state):
3652         * ext/musepack/gstmusepackdec.cpp:
3653         * ext/musepack/gstmusepackdec.h:
3654         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
3655         (gst_musepack_reader_read), (gst_musepack_reader_seek),
3656         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
3657         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
3658         * ext/musepack/gstmusepackreader.cpp:
3659         * ext/musepack/gstmusepackreader.h:
3660           Update to 1.1 API (#165446).
3661
3662 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3663
3664         * ext/Makefile.am:
3665           Unbreak buildbot.
3666
3667 2005-01-28  Andy Wingo  <wingo@pobox.com>
3668
3669         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
3670         to reflect a different dubious internet source. Add a reference
3671         and some commentary.
3672
3673 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3674
3675         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
3676         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
3677         * gst/playback/gststreamselector.h:
3678           Be more selective when we're redoing caps negotiation from
3679           within the chain function on a stream change.
3680
3681 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3682
3683         * configure.ac:
3684         * ext/Makefile.am:
3685         * ext/amrnb/Makefile.am:
3686         * ext/amrnb/amrnb.c: (plugin_init):
3687         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
3688         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
3689         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
3690         (gst_amrnbdec_state_change):
3691         * ext/amrnb/amrnbdec.h:
3692         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
3693         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
3694         (gst_amrnbparse_init), (gst_amrnbparse_formats),
3695         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
3696         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
3697         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
3698         * ext/amrnb/amrnbparse.h:
3699           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
3700         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3701           Add AMR-NB/-WB raw formats.
3702         * ext/alsa/gstalsa.c: (gst_alsa_link):
3703           Keep valid time when changing format.
3704         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
3705         (qtdemux_parse_trak):
3706           Add some more format-specific options (#140141, #143555, #155163).
3707
3708 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3709
3710         * gst/matroska/matroska-demux.c:
3711         (gst_matroska_demux_parse_blockgroup):
3712           Fix logic error in timing of subtitle stream synchronization.
3713         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
3714           Add skip-chunk, which is found in kodak-camera streams.
3715
3716 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3717
3718         * po/LINGUAS:
3719         * po/vi.po:
3720           Adding Vietnamese translation (submitted by Clytie Siddall)
3721
3722 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3723
3724         * gst/playback/gstdecodebin.c: (try_to_link_1):
3725           Use realpad for signal.
3726
3727 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3728
3729         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
3730           Fix category so decodebin picks it up.
3731
3732 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3733
3734         * ext/mad/Makefile.am:
3735         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
3736         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
3737         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
3738         (found_type), (gst_id3demux_bin_change_state):
3739         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
3740         (gst_id3_tag_init), (gst_id3_tag_handle_event),
3741         (gst_id3_tag_src_link), (gst_id3_tag_chain),
3742         (gst_id3_tag_change_state), (plugin_init):
3743         * ext/mad/gstmad.h:
3744           Add id3demuxbin (which is a simple bin consisting of id3demux
3745           and typefind), take over rank from id3demux, remove typefind
3746           code from id3demux. Makes all broken mp3s that I know of work,
3747           and thereby fixes #152688.
3748
3749 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
3750
3751         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3752
3753         * ext/mad/gstmad.c: (gst_mad_src_event):
3754         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
3755           Allow seeks on audio pad, make mad forward those (#164826).
3756         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
3757           Set duration (#165335).
3758
3759 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3760
3761         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
3762         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
3763         (gst_asf_demux_process_ext_content_desc),
3764         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
3765         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
3766         * gst/asfdemux/gstasfdemux.h:
3767           Improve metadata display, e.g. if the metadata comes before the
3768           streams are loaded (which is perfectly valid).
3769
3770 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3771
3772         * tools/gst-launch-ext-m.m:
3773           Fix AVI/ASF pipelines (#165340).
3774
3775 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
3776         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
3777         build failure on amd64
3778
3779 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
3780
3781         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
3782         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
3783           Check environment variables GST_ID3V2_TAG_ENCODING,
3784           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
3785           list of character encodings to force interpretation of non-unicode
3786           strings stored in an ID3v2 tag to a particular encoding. If none
3787           is specified, try to use current locale's encoding, then fall back
3788           to ISO-8859-1 (which will always succeed). (Resolves #149274)
3789         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
3790         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
3791           Check environment variables GST_ID3V1_TAG_ENCODING,
3792           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
3793           list of character encodings to use in case a string encountered
3794           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
3795           specified, try to use the current locale's encoding, then fall
3796           back to ISO-8859-1 (which will always succeed).
3797
3798 2005-01-25  Benjamin Otte  <otte@gnome.org>
3799
3800         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
3801           - on half framerate, compute the rate in advance so the comparisons
3802             don't compare wrong values
3803           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
3804             behaviour
3805           - don't use mad_header_decode anymore, mad_frame_decode does that
3806             automatically
3807           - when getting rid of consumed bytes, reset the stream's skiplen
3808           (fixes #163867)
3809
3810 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
3811
3812         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
3813           Use 1/2 a second for default max_discont, as PES streams from DVB
3814           seem to have larger spacings in the SCR. 
3815           Fix a typo.
3816
3817 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3818
3819         * gst/playback/gstplaybasebin.c: (group_commit):
3820           Notify delayed stream-info availability.
3821
3822 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
3823         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
3824         (gst_a52dec_handle_event), (gst_a52dec_chain):
3825         Add some debug output. Check that a discont has a valid
3826         time associated.
3827         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
3828         (gst_alsa_sink_loop):
3829         Ignore TAG events. A little extra debug for broken timestamps.
3830         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
3831         (dvdnavsrc_change_state):
3832         Ensure we send a discont to engage the link before we send any
3833         other events.
3834         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
3835         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
3836         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
3837         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
3838         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
3839         dvd://title works in totem because typefinding sends a seek that ends
3840         up going back to chapter 1 regardless.
3841         * ext/mpeg2dec/gstmpeg2dec.c:
3842         * ext/mpeg2dec/gstmpeg2dec.h:
3843         Output correct timestamps and handle disconts.
3844         * ext/ogg/gstoggdemux.c: (get_relative):
3845         Small guard against a null dereference.
3846         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
3847         (gst_textoverlay_set_property):
3848         Free memory when done. Don't call gst_event_filler_get_duration on
3849         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
3850         g_warning.
3851         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
3852         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
3853         (gst_sw_srclink), (gst_smoothwave_chain):
3854         Draw solid lines, prettier colours.
3855         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
3856         Add a default palette that'll work for some movies.
3857         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
3858         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
3859         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
3860         * gst/mpegstream/gstdvddemux.h:
3861         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
3862         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
3863         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
3864         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
3865         * gst/mpegstream/gstmpegparse.h:
3866         Use PTM/NAV events when for timestamp adjustment when connected to 
3867         dvdnavsrc. Don't use many discont events where one suffices.
3868         * gst/playback/gstplaybasebin.c: (group_destroy),
3869         (gen_preroll_element), (gst_play_base_bin_add_element):
3870         * gst/playback/gstplaybasebin.h:
3871         Make sure we remove subtitles from the same bin we put them in.
3872         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
3873         (gst_subparse_buffer_format_autodetect),
3874         (gst_subparse_change_state):
3875         Fix some memleaks and invalid accesses.
3876         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
3877         (oggskel_type_find), (cmml_type_find), (plugin_init):
3878         Some typefind functions for Annodex v3.0 files
3879         * gst/wavparse/gstwavparse.h:
3880         GstRiffReadClass is the correct parent class.
3881
3882 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3883
3884         * gst-libs/gst/riff/riff-media.c:
3885         (gst_riff_create_video_caps_with_data):
3886           Add extradata to huffyuv (fixes #165013).
3887         * gst-libs/gst/riff/riff-read.c:
3888         (gst_riff_read_strf_vids_with_data):
3889           Fix extradata extraction if it is in the chunk size.
3890
3891 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
3892
3893         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3894
3895         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
3896         (gst_quarktv_change_state), (gst_quarktv_dispose):
3897           Memory free'ing location fix (#164708).
3898
3899 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3900
3901         * gst/playback/gstplaybasebin.c: (group_commit),
3902         (gen_preroll_element), (probe_triggered), (gen_source_element),
3903         (setup_source), (gst_play_base_bin_change_state),
3904         (gst_play_base_bin_add_element):
3905           Don't block for streams.
3906         * gst/playback/gststreaminfo.c: (stream_info_change_state),
3907         (gst_stream_info_set_mute):
3908           Use gst_pad_set_active_recursive.
3909
3910 2005-01-25  Andy Wingo  <wingo@pobox.com>
3911
3912         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
3913         for #ifndef HAVE_XVIDEO.
3914
3915 2005-01-24  Jeffrey C. Ollie
3916
3917         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
3918
3919         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
3920         * ext/gsm/gstgsmdec.h:
3921         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
3922         * ext/gsm/gstgsmenc.h:
3923         Fix rate to 8kHz as per spec, removes obscure errors when no rate
3924         was given by property. Add proper buffer timestamps and offsets.
3925
3926 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3927
3928         * gst-libs/gst/riff/riff-media.c:
3929         (gst_riff_create_audio_caps_with_data):
3930           Audio can be <8000Hz.
3931
3932 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3933
3934         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
3935           Explicit state change to workaround refcount bugs.
3936
3937 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3938
3939         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
3940         (gst_avimux_riff_get_avi_header):
3941           Fix...
3942
3943 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3944
3945         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
3946         (gst_riff_read_element_data):
3947         * gst-libs/gst/riff/riff-read.h:
3948           Add _peek version (req'ed in CDXA).
3949         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
3950         (gst_cdxaparse_loop):
3951           Fix parsing in playbin.
3952         * gst/playback/gstdecodebin.c: (close_pad_link):
3953           Ignore current_ pads, they cause major annoyance.
3954
3955 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3956
3957         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3958           Safety guard.
3959
3960 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3961
3962         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
3963           Fix padding...
3964
3965 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3966
3967         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
3968           Allow for 0-sized buffers. Fixes length query problems in
3969           starwars.mkv from the testsuite.
3970
3971 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3972
3973         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
3974         (gst_video_box_i420), (gst_video_box_chain):
3975           Fix row strides for I420 (fixes #163159)
3976           
3977 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3978
3979         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
3980           MPEG2 has a useful rate property, so we can actually use that.
3981           For MPEG-1, continue using the bytes/time properties.
3982
3983 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3984
3985         * gst-libs/gst/riff/riff-media.c:
3986         (gst_riff_create_video_caps_with_data),
3987         (gst_riff_create_video_template_caps):
3988           Add intel-h263.
3989
3990 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3991
3992         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
3993           Fail if caps negotiation fails. Should fix #162184, and should
3994           definately be in there regardless of it fixing the actual bug.
3995         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
3996         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
3997         (gst_avimux_riff_get_avix_header),
3998         (gst_avimux_riff_get_video_header),
3999         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
4000         (gst_avimux_start_file), (gst_avimux_handle_event),
4001         (gst_avimux_change_state):
4002         * gst/avi/gstavimux.h:
4003           Refactor structure writing to use GST_WRITE_UINT macros, add
4004           metadata writing support.
4005
4006 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4007
4008         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
4009           Elements may already be destroyed when this function is called.
4010
4011 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4012
4013         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
4014         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
4015           More memory leak fixes (#149162).
4016
4017 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4018
4019         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
4020         (gst_qtdemux_add_stream):
4021           Fix two memleaks.
4022
4023 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4024
4025         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
4026           Argh...
4027
4028 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4029
4030         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
4031           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
4032           when fixating to six channels in Totem.
4033
4034 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
4035
4036         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
4037           Fix compile warnings on Solaris 10 buildbot
4038
4039 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
4040
4041         * ext/dvdread/dvdreadsrc.c: (_read):
4042           Don't read beyond the last cell in a chapter (fixes 
4043           invalid memory access)
4044
4045 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
4046
4047         * ext/dvdread/stream_labels.c:
4048         (dvdreadsrc_get_audio_stream_labels):
4049           Use NULL for an empty GList instead of g_list_alloc(); fix 
4050           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
4051           of GString (easier to bulk free later)
4052
4053 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
4054
4055         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4056
4057         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4058         (gst_ffmpeg_pixfmt_to_caps):
4059           Fix BGRA32 caps (#164209).
4060
4061 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
4062
4063         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4064
4065         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4066         (gst_ffmpeg_caps_to_pixfmt):
4067           alpha_mask can be RGBA/ABGR. Fixes #164265.
4068
4069 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
4070
4071         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4072
4073         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
4074         (gst_mpeg2dec_alloc_buffer):
4075         * ext/mpeg2dec/gstmpeg2dec.h:
4076           Crop if decoding size is not the actual image size (#163676).
4077
4078 2005-01-17  Steve Baker  <steve@stevebaker.org>
4079
4080         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4081
4082         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
4083         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
4084           Add libsndfile typefind functions (#163309).
4085
4086 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4087
4088         * tools/gst-launch-ext-m.m:
4089           Add .aac, fix .m1v/.m2v (#163891).
4090
4091 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4092
4093         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
4094           Sanity check, don't wait endlessly since the clock might not
4095           actually run at this point (which is a deadlock). Fixes #164069.
4096
4097 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4098
4099         * gst/playback/gstplaybasebin.c: (probe_triggered):
4100           Of course, only pause if group is done...
4101
4102 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4103
4104         * gst/playback/gstplaybasebin.c: (probe_triggered):
4105           Thread safety.
4106
4107 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
4108
4109         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
4110           Don't return state change success when the parent
4111           failed.
4112
4113 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4114
4115         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
4116           Free events (fix memleak in #162905).
4117
4118 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
4119
4120         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4121
4122         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4123         (gst_ffmpeg_caps_to_pixfmt):
4124           Fix for depth = 15. Fixes #161675.
4125
4126 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4127
4128         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
4129           Set FPS correctly, even for webcams and the like.
4130         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
4131           Don error on setting while capturing.
4132
4133 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4134
4135         * ext/dv/gstdvdec.c:
4136         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4137         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
4138           I'm a bad boy. using /1001. to force C to do float division
4139           and not integer division (as it did in my last commit)
4140           Thanks to David I. Lehn for pointing this mistake.
4141
4142 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4143
4144         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
4145           Revert Johan´s 1.35->1.36 since it breaks compat.
4146
4147 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4148
4149         * ext/dv/gstdvdec.c:
4150         * ext/libfame/gstlibfame.c:
4151         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4152         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
4153           replace framerate aproximations by their real value
4154           (24000/1001, 30000/1001, 60000/1001)
4155           Finish fixing bug #164049
4156
4157 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4158
4159         * ext/ogg/gstoggmux.c:
4160           eos/bos debugging
4161         * gst/tcp/gstmultifdsink.c:
4162         * gst/tcp/gstmultifdsink.h:
4163         * gst/tcp/gsttcp.c:
4164         * gst/tcp/gsttcp.h:
4165         * gst/tcp/gsttcpclientsink.c:
4166         * gst/tcp/gsttcpclientsrc.c:
4167         * gst/tcp/gsttcpserversink.c:
4168         * gst/tcp/gsttcpserversrc.c:
4169           improve reusability of elements after state changes and errors
4170           make multifdsink throw away streamheaders when receiving new ones
4171
4172 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4173
4174         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
4175           Fix for if items are already in list...
4176
4177 2005-01-12  Benjamin Otte  <otte@gnome.org>
4178
4179         * gst/adder/gstadder.c: (gst_adder_loop):
4180           fix adder a bit so it doesn't screw up with events as much anymore
4181
4182 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
4183
4184         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
4185         (pixbufscale_scale), (gst_pixbufscale_chain):
4186         * ext/gdk_pixbuf/pixbufscale.h:
4187           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
4188           to ensure rowstrides are calculated the same way as 
4189           ffmpegcolorspace
4190           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
4191           that we pick up duration and offset also.
4192
4193 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4194
4195         * gst/avi/gstavimux.c: (gst_avimux_class_init),
4196         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
4197           Reusability fixes.
4198
4199 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4200
4201         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
4202         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
4203         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
4204         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
4205           Update flags when requested.
4206
4207 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4208
4209         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
4210           Fix dmix.
4211
4212 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4213
4214         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4215         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
4216         (probe_triggered), (new_decoded_pad), (gen_source_element),
4217         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
4218         * gst/playback/gstplaybasebin.h:
4219         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4220         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
4221         (gst_play_bin_change_state):
4222           Implement group-switch signal for use in apps to clear metadata
4223           cache, clean up subtitle, add suburi property instead of # hack,
4224           some error-out fixes.
4225
4226 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4227
4228         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
4229           Debug.
4230         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
4231           If we got a state change in the _get handler, don't return success.
4232
4233 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4234
4235         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
4236         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
4237           Make jpegdec quiet on MJPEG decoding
4238         * gst/asfdemux/README:
4239           Fix mimetypes for MJPEG and H263
4240
4241 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4242
4243         * ext/theora/theoradec.c: (theora_dec_chain):
4244           Fix broken code generation by gcc by swapping arguments.
4245         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
4246           Fix \n in debug.
4247
4248 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4249
4250         * TODO:
4251           delete this file, it is by far outdated
4252         * ext/alsa/gstalsa.1: remove
4253         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
4254         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
4255         (gst_alsa_get_caps):
4256           Add HW probing for supported sample rates. Fixes #161704
4257
4258 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4259
4260         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
4261           Don't crash, biatch! :).
4262
4263 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4264
4265         * ext/musepack/gstmusepackreader.cpp:
4266         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
4267           Some work on tags - still doesn't work in playbin...
4268         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
4269           Handle events...
4270
4271 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4272
4273         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
4274           Also shove tags on kid pads.
4275
4276 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4277
4278         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
4279           Don't bail on unknown events.
4280         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
4281           Don't crash on events before negotiation.
4282         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
4283           Send tags on pads, too.
4284         * gst/playback/gststreamselector.c:
4285         (gst_stream_selector_request_new_pad):
4286           Forward events on first pad if no input was selected yet.
4287
4288 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4289
4290         * gst/playback/gstplaybasebin.c: (setup_substreams):
4291           Don't disable streamtype if the stream doesn't exist, since
4292           then playing a video after audio will disable both and nothing
4293           will happen. Fixes the testsuite.
4294
4295 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4296
4297         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
4298         (gst_v4l_xoverlay_set_xwindow_id):
4299         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
4300         (gst_v4l2_xoverlay_set_xwindow_id):
4301           Add debug categories, fix overlay disabling.
4302
4303 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4304
4305         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
4306         * ext/alsa/gstalsa.h:
4307           Add HW probing for period_count/size and buffer_size MIX/MAX
4308           Adjust default/user defined value if out of bounds
4309           Should fix bug #162024
4310
4311 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4312
4313         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
4314           Fix warning (#161191).
4315
4316 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4317
4318         * ext/dvdread/stream_labels.c:
4319         (dvdreadsrc_get_audio_stream_labels):
4320           Fix warning (init the good variable in switch default)
4321
4322 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
4323
4324         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4325
4326         * gst/tta/gstttaparse.c: (gst_tta_src_event):
4327           Fix gcc-2.95 compile (#163485).
4328
4329 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4330
4331         * configure.ac:
4332         * ext/flac/gstflacenc.c: (gst_flacenc_init),
4333         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
4334         (gst_flacenc_tell_callback), (gst_flacenc_chain),
4335         (gst_flacenc_change_state):
4336         * ext/flac/gstflacenc.h:
4337           Update for API change in flac-1.1.1. Update requirement in
4338           configure.ac. Fixes #162974.
4339
4340 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4341
4342         * gst/playback/gstplaybasebin.c: (group_destroy):
4343           Remove hack to get rid of assert and get rid of unlinked
4344           signals properly.
4345
4346 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4347
4348         * gst/playback/gstplaybasebin.c: (setup_source):
4349           Set source to NULL so that resources are free'ed. Fixes issues
4350           with playback of CDDA and similar device-accessing things.
4351
4352 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4353
4354         * testsuite/embed/Makefile.am:
4355           test->noinst, fix make test in buildbot.
4356
4357 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4358
4359         * ext/dvdread/stream_labels.c: new file
4360         * ext/dvdread/stream_labels.h: new file
4361         * ext/dvdread/Makefile.am:
4362         * ext/dvdread/dvdreadsrc.c: (_seek_title):
4363           Extract audio stream label from DVD IFO files.
4364           It only dump them on the console for now, still have to
4365           make playbin aware of them.
4366
4367 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4368
4369         * gst/playback/gstplaybasebin.c: (setup_source):
4370           Fix hanging subs.
4371
4372 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4373
4374         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4375         (gen_preroll_element), (remove_groups), (setup_subtitle),
4376         (gen_source_element), (setup_source):
4377         * gst/playback/gstplaybasebin.h:
4378           Multiple .sub files is just a stupid idea... Fix some threading
4379           mistakes. Interestingly, external .sub files cause playbin to
4380           hang, I don't know why... Parsing fixes contributed by François
4381           Kooman <fkooman@tuxed.net>.
4382
4383 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4384
4385         * testsuite/embed/Makefile.am:
4386           Fix buildbot.
4387
4388 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
4389
4390         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4391
4392         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
4393         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
4394         (gst_pngenc_set_property):
4395         * ext/libpng/gstpngenc.h:
4396           Add compression level property (#163323).
4397
4398 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4399
4400         * configure.ac:
4401         * examples/capsfilter/capsfilter1.c: (main):
4402         * examples/seeking/spider_seek.c: (make_spider_pipeline):
4403         * ext/dvdread/Makefile.am:
4404         * ext/dvdread/demo-play:
4405         * ext/dvdread/demo-play.c:
4406         * gconf/gstreamer.schemas.in:
4407         * gst-libs/gst/gconf/gconf.c:
4408         * sys/v4l/TODO:
4409         * testsuite/Makefile.am:
4410         * testsuite/embed/Makefile.am:
4411         * testsuite/embed/embed.c: (cb_expose), (main):
4412           Remove all references to xvideosink, fix examples (#140845).
4413         * gst/playback/gstplaybasebin.c: (group_destroy):
4414           Apparently, disposal does not unlink - so do explicitely.
4415         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4416           Add debug.
4417
4418 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
4419
4420         * README: fix PKG_CONFIG_PATH instructions, what was there
4421         previously was breaking default search path, not nice. 
4422         Fixes #163358
4423
4424 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4425
4426         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
4427         (gst_audioscale_chain):
4428           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
4429           when resampling - how the ^@$^!@^! is this possible?!?
4430
4431 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4432
4433         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
4434           Reset variables on READY.
4435         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
4436         (gst_matroska_mux_loop):
4437           Require data before writing header.
4438
4439 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
4440
4441         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4442
4443         * ext/mad/gstmad.c: (gst_mad_chain):
4444           Don't call mad_stream_sync() directly after recovering sync.
4445           Fixes #151661.
4446
4447 2005-01-09  Martin Eikermann  <meiker@upb.de>
4448
4449         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4450
4451         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
4452         (snapshot_handler), (gst_snapshot_sinkconnect),
4453         (gst_snapshot_chain):
4454           Allocate resources when required, fix recursive signal emission
4455           and fix caps. Fixes #161667.
4456
4457 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
4458
4459         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4460
4461         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
4462         (gst_pngdec_chain):
4463           Handle only 8-bppc (bits-per-pixel-component) images, better
4464           error handling and correct strides. Fixes #163177.
4465         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
4466         (gst_pngenc_chain):
4467           Better error handling. Fixes #163348.
4468
4469 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4470
4471         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
4472         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
4473         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
4474         (dvdnavsrc_uri_handler_init):
4475           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
4476         * gst/playback/gstplaybasebin.c: (gen_source_element):
4477           Add MMS to streaming URIs.
4478
4479 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4480
4481         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
4482         * sys/xvimage/xvimagesink.c:
4483         (gst_xvimagesink_navigation_send_event):
4484           Check for pad availability before sending event.
4485
4486 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4487
4488         * gst-plugins.spec.in:
4489           Add subparse.
4490
4491 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4492
4493         * configure.ac:
4494           Since we use functions from CVS, up requirement.
4495
4496 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4497
4498         * gst/playback/Makefile.am:
4499         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4500         (group_destroy), (group_commit), (group_is_muted),
4501         (gen_preroll_element), (add_stream), (unknown_type),
4502         (probe_triggered), (preroll_unlinked), (mute_stream),
4503         (silence_stream), (new_decoded_pad), (setup_substreams),
4504         (setup_source), (get_active_source), (mute_group_type),
4505         (muted_group_change_state), (set_active_source),
4506         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
4507         (play_base_eos), (gst_play_base_bin_change_state):
4508         * gst/playback/gstplaybasebin.h:
4509         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
4510         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
4511         (gst_stream_info_dispose), (stream_info_mute_pad),
4512         (stream_info_change_state), (gst_stream_info_set_mute):
4513         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
4514         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
4515         (gst_stream_selector_init), (gst_stream_selector_dispose),
4516         (gst_stream_selector_get_linked_pad),
4517         (gst_stream_selector_get_caps), (gst_stream_selector_link),
4518         (gst_stream_selector_get_linked_pads),
4519         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4520         * gst/playback/gststreamselector.h:
4521           Adding stream selection support plus required properties for
4522           applications to use this. Fully fixes #100931.
4523
4524 2005-01-08  Benjamin Otte  <otte@gnome.org>
4525
4526         * gst/games/gstpuzzle.c: (nav_event_handler):
4527           - handle nav events differently: forward every event no matter if it
4528             was handled or not.
4529           - translate events
4530           You can now cheat by using navigationtest ! puzzle and moving the
4531           mouse close to the edge of a tile. ;)
4532
4533 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4534
4535         * configure.ac:
4536         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
4537         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
4538         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
4539         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
4540         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
4541         (gst_ogm_parse_plugin_init):
4542         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
4543         (gst_textoverlay_link), (gst_textoverlay_getcaps),
4544         (gst_textoverlay_event), (gst_textoverlay_video_chain),
4545         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
4546         * ext/pango/gsttextoverlay.h:
4547         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
4548         (gst_matroska_demux_handle_seek_event),
4549         (gst_matroska_demux_sync_streams),
4550         (gst_matroska_demux_parse_blockgroup),
4551         (gst_matroska_demux_subtitle_caps),
4552         (gst_matroska_demux_plugin_init):
4553         * gst/matroska/matroska-ids.h:
4554         * gst/playback/gstdecodebin.c: (close_pad_link):
4555         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4556         (gen_preroll_element), (remove_groups), (add_stream),
4557         (new_decoded_pad), (setup_subtitles), (gen_source_element),
4558         (setup_source):
4559         * gst/playback/gstplaybasebin.h:
4560         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
4561         * gst/subparse/Makefile.am:
4562         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
4563         (gst_subparse_base_init), (gst_subparse_class_init),
4564         (gst_subparse_init), (gst_subparse_formats),
4565         (gst_subparse_eventmask), (gst_subparse_event),
4566         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
4567         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
4568         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
4569         (parse_mpsub_deinit), (parse_mpsub_init),
4570         (gst_subparse_buffer_format_autodetect),
4571         (gst_subparse_format_autodetect), (gst_subparse_loop),
4572         (gst_subparse_change_state), (gst_subparse_type_find),
4573         (plugin_init):
4574         * gst/subparse/gstsubparse.h:
4575         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
4576         (plugin_init):
4577           Add subtitle support, .sub parser (supports SRT and MPsub),
4578           OGM text support, Matroska UTF-8 text support, deadlock fixes
4579           all over the place, subtitle awareness in decodebin/playbin
4580           and some fixes to textoverlay to handle subtitles in a stream
4581           correctly. Fixes #100931.
4582
4583 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4584
4585         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
4586           Check for pad availability before doing a query on it.
4587
4588 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4589
4590         * ext/dv/gstdvdec.c:
4591           really fix bpp24/32 dvdec caps (classic rgba indeed)
4592         * gst/asfdemux/gstasfdemux.c:
4593         (gst_asf_demux_process_ext_content_desc):
4594           don't send text tags if they are empty (bis repetita)
4595
4596 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4597
4598         * ext/dv/gstdvdec.c:
4599          remove unneeded comment from dvdec
4600           (related to DV 4CC codes in AVI files)
4601           moved them in gstreamer/docs/random/mimetypes
4602         * gst/asfdemux/gstasfdemux.c:
4603         (gst_asf_demux_process_ext_content_desc):
4604          don't send text tags if they are empty
4605          fix mem leak on error path
4606         * gst/ffmpegcolorspace/avcodec.h:
4607         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4608         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
4609         (gst_ffmpegcsp_avpicture_fill):
4610         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
4611         * gst/ffmpegcolorspace/imgconvert_template.h:
4612          adds BGR32 and BGRA32 to ffmpegcolorspace
4613           (still bad colors, fixing it on next commit)
4614           helps with dvdec outputing BGR32
4615
4616 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4617
4618         * ext/dv/gstdvdec.c:
4619          Fix audio caps i just broke (missing ',')
4620         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
4621         (gst_matroska_mux_reset):
4622          Fix typo + add FIXME about old "x-gst-metadata" crap
4623
4624 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4625
4626         * ext/dv/demo-play.c: (main):
4627          xvideosink -> xvimagesink
4628         * ext/dv/gstdvdec.c:
4629          change rgb 32/32 caps to 24/32 (no alpha)
4630          change nb of channels to be a list (2 or 4, not 2)
4631          change sample rate to be a list (32, 44.1, 48 kHz) not a range
4632         * gst/asfdemux/gstasfdemux.c:
4633         (gst_asf_demux_process_ext_content_desc):
4634          Add 'date/year' to extracted metadata list
4635
4636 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4637
4638         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
4639           The return value of fixate_to does not imply that the requested
4640           value was set, so don't assume.
4641
4642 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
4643
4644         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4645
4646         * ext/libpng/gstpngdec.c:
4647         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
4648         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
4649         * ext/libpng/gstpngenc.h:
4650           Alpha support (encoder; #163161), mime fixage.
4651
4652 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
4653
4654         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4655
4656         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
4657         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
4658         (gst_faac_set_property), (gst_faac_get_property):
4659         * ext/faac/gstfaac.h:
4660           Allow for ADTS output (#153434).
4661
4662 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4663
4664         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
4665           Fix against template (#150576).
4666
4667 2005-01-06  Benjamin Otte  <otte@gnome.org>
4668
4669         * gst/games/gstpuzzle.c: (draw_puzzle):
4670           don't draw a puzzle if either width or height of tiles would be 0.
4671
4672 2005-01-06  Benjamin Otte  <otte@gnome.org>
4673
4674         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
4675         (gst_puzzle_class_init), (gst_puzzle_finalize):
4676           no memleaks, please
4677         (gst_puzzle_create), (gst_puzzle_init),
4678         (gst_puzzle_set_property), (gst_puzzle_setup):
4679           change initialization code around so we don't reshuffle on resize
4680         (draw_puzzle):
4681           fix another stupid typo
4682
4683 2005-01-06  Benjamin Otte  <otte@gnome.org>
4684
4685         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
4686           fix stupid typo that borked copying on YUY2
4687
4688 2005-01-06  Benjamin Otte  <otte@gnome.org>
4689
4690         * gst/games/gstpuzzle.c: (draw_puzzle):
4691           fix edges when image sizes aren't multiples of tile sizes
4692
4693 2005-01-06  Benjamin Otte  <otte@gnome.org>
4694
4695         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
4696           make RGB endianness work correctly
4697         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
4698           refactor and fix race with initial shuffling
4699         (nav_event_handler):
4700           allow using the mouse to puzzle
4701         (draw_puzzle):
4702           insist on tiles having width and height as multiples of 4 to get
4703           clean YUV image handling
4704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4705         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
4706           s/DEBUG/LOG/ for common messages
4707         (gst_xvimagesink_navigation_send_event):
4708           fix mouse event translation to not include screen PAR
4709         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
4710           fix mouse event translation to actually work
4711
4712 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4713
4714         * gst/asfdemux/gstasfdemux.c:
4715         (gst_asf_demux_process_ext_content_desc):
4716          Extract TrackNumber metadata + clean up code
4717         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
4718          Hope this is the good fix (var used unitialised)
4719
4720 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4721
4722         * ext/faad/gstfaad.c: (gst_faad_chain):
4723           Only increment timestamp if it's valid. Fixes raw AAC streams.
4724
4725 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4726
4727         * configure.ac:
4728         * gst/games/Makefile.am:
4729         * gst/games/gstpuzzle.c:
4730           add a puzzle game with...
4731         * gst/games/gstvideoimage.c:
4732         * gst/games/gstvideoimage.h:
4733           ... full colorspace support (that includes YUV9 and RGB16)) stolen
4734           from videotestsrc and made into something that would be a nice
4735           library for a lot of other plugins.
4736
4737 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4738
4739         * configure.ac:
4740          don't compile faad plugin if a RC of 2.0 is found
4741          Fixes #155346 (and FC1 buildbot)
4742         * gst/asfdemux/gstasfdemux.c:
4743         (gst_asf_demux_process_ext_content_desc):
4744          try to make Solaris compiler happier
4745
4746 2005-01-06  Paul Jack  <pjack@sfaf.org>
4747
4748         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4749
4750         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
4751           Fix segfault (#161667).
4752
4753 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4754
4755         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
4756           Fix framerate reporting.
4757
4758 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4759
4760         * gst-libs/gst/riff/riff-ids.h:
4761         * gst/wavenc/riff.h:
4762          Add AMR (VBR and CBR) ids to riff.h audio codec list
4763         * gst/asfdemux/gstasfdemux.c:
4764         (gst_asf_demux_process_ext_content_desc),
4765         (gst_asf_demux_process_object):
4766           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
4767
4768 2005-01-05  Martin Eikermann  <meiker@upb.de>
4769
4770         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4771
4772         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
4773         (gst_dvd_demux_handle_discont):
4774         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
4775         (gst_mpeg_demux_handle_discont):
4776           Recreate pads on new-media (#160730).
4777         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
4778           Send discont even if manager changes timestamps (#161929).
4779
4780 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
4781
4782         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4783
4784         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
4785           Fix invalid memory access (#159211).
4786
4787 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4788
4789         * examples/gstplay/player.c: (main):
4790           Don't iterate.
4791         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
4792           Add visualizations.
4793         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
4794         (gst_a52dec_handle_frame):
4795           Set duration.
4796         * ext/dvdnav/gst-dvd:
4797           Add audioconvert. Fixes #161325.
4798         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
4799           Explicitely case to gint64. Possible valgrind error.
4800         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
4801         (gst_play_tick_callback), (gst_play_change_state),
4802         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
4803         (gst_play_set_location), (gst_play_get_location),
4804         (gst_play_seek_to_time), (gst_play_set_data_src),
4805         (gst_play_set_video_sink), (gst_play_set_audio_sink),
4806         (gst_play_set_visualization), (gst_play_connect_visualization),
4807         (gst_play_get_framerate), (gst_play_get_all_by_interface),
4808         (gst_play_new):
4809           Use playbin. Fixes #139749 and #147744.
4810         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
4811           Add genre tag.
4812         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
4813         (audioscale_get_type), (gst_audioscale_base_init),
4814         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
4815         (gst_audioscale_getcaps), (gst_audioscale_fixate),
4816         (gst_audioscale_link), (gst_audioscale_get_buffer),
4817         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
4818         (gst_audioscale_init), (gst_audioscale_dispose),
4819         (gst_audioscale_chain), (gst_audioscale_set_property),
4820         (gst_audioscale_get_property), (plugin_init):
4821           Indent properly.
4822         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
4823           Fix LPCM.
4824         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
4825         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
4826         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
4827           Add more metadata (fixes #162656).
4828
4829 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4830
4831         * configure.ac:
4832           back to cvs
4833
4834 === release 0.8.7 ===
4835
4836 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4837
4838         * NEWS:
4839         * RELEASE:
4840         * configure.ac:
4841           releasing 0.8.7, "Hyperspace"
4842
4843 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4844
4845         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
4846
4847         * gst/playback/gstplaybasebin.c:
4848          Fix for #162924 - free caps after use, not before
4849
4850 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4851
4852         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
4853
4854         * gst/playback/gstplaybasebin.c:
4855         * gst/wavparse/gstwavparse.c:
4856           Fix for #154773 - fixes playback of small .wav files
4857
4858 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4859
4860         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
4861
4862         * gst/audioscale/gstaudioscale.c:
4863           Fix for #162819 - make audioscale reusable
4864           Fixes playback of more than one file with playbin/totem
4865
4866 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4867
4868         * gst/ffmpegcolorspace/avcodec.h:
4869         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4870         * gst/ffmpegcolorspace/imgconvert.c:
4871           clean up the mess that made me cry and avoid needless duplication
4872
4873 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4874
4875         * gst/ffmpegcolorspace/imgconvert.c:
4876           give some indication of why we're segfaulting
4877
4878 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4879
4880         * configure.ac:
4881           Fix indentation, fix v4l2 plugin detection.
4882         * ext/Makefile.am:
4883           Fix libmms location (Maciej, use diff -u!).
4884         * ext/alsa/gstalsa.c: (gst_alsa_init):
4885           Initialize caps cache to NULL.
4886         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
4887           Only change state on audiosink if it exists.
4888
4889 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
4890
4891         * gst/matroska/matroska-demux.c:
4892         * gst/matroska/matroska-ids.h:
4893         * gst/matroska/matroska-demux.h:
4894         Fix Vorbis streams failing to decode in some files, where cluster_time
4895         isn't 0, because then it doesn't send codec_priv before actual data.
4896         Remove time-based test and replace it with marker set on beginning of
4897         new stream
4898
4899 2004-12-28  David Schleef  <ds@schleef.org>
4900
4901         Merge patch from Ronald fixing problems with streaming
4902         text.
4903         * ext/cairo/gstcairo.c: (plugin_init):
4904         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
4905         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
4906         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
4907         (gst_textoverlay_font_init), (gst_textoverlay_init),
4908         (gst_textoverlay_set_property):
4909         * ext/cairo/gsttextoverlay.h:
4910
4911 2004-12-27  David Schleef  <ds@schleef.org>
4912
4913         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
4914         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
4915         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
4916         (gst_textoverlay_font_init), (gst_textoverlay_init),
4917         (gst_textoverlay_set_property): Improvements to actually
4918         render text as white on black outline on video, including
4919         font selection and horizontal/vertical alignment.  (Ronald's
4920         christmas present)
4921         * ext/cairo/gsttextoverlay.h:
4922
4923 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4924
4925         * ext/ogg/gstogg.c:
4926         * ext/ogg/gstogmparse.c:
4927           fix ogm[audio/video]parse plugin registration
4928           (riff won't load if bytestream is already loaded)
4929
4930 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4931
4932         * gst/audioconvert/gstchannelmix.c:
4933           fix for GLIB < 2.4
4934
4935 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4936
4937         * Makefile.am:
4938         * configure.ac:
4939           disable docs again until it actually passes make distcheck.
4940
4941 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4942
4943         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
4944         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
4945         (plugin_init):
4946           Add 3GP (variables name Q3GP because they can't start with a
4947           number). Add samr audio fourcc (used in .3gp files), decoder
4948           is work in progress. Also do a GST_WARNING instead of ERROR
4949           in case of unknown nodes, to decrease output.
4950
4951 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4952
4953         * Makefile.am:
4954           really fix dist
4955
4956 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4957
4958         * configure.ac:
4959         * ext/speex/gstspeexdec.h:
4960         * ext/speex/gstspeexenc.h:
4961           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
4962           Fix detection code in configure.ac
4963
4964 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4965
4966         * gst/matroska/matroska-demux.c:
4967         (gst_matroska_demux_parse_blockgroup):
4968           Save position, so that queries give proper return values. Don't
4969           know how this could ever have worked before...
4970
4971 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4972
4973         * configure.ac:
4974           Put additional LAME check inside the conditional.  Fixes #152339
4975
4976 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4977
4978         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
4979         (gst_avi_demux_stream_scan):
4980           Add some more debug. Fix logic error when setting movi offset
4981           while reading index.
4982
4983 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4984
4985         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
4986         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
4987         (gst_avi_demux_process_next_entry):
4988           Add some debugging. Better detection of broken indexes and the
4989           accompanying index recovery. No infinite loops on state changes
4990           when we're still in our loopfunction.
4991
4992 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4993
4994         * configure.ac:
4995           Fix up.
4996
4997 2004-12-22  Archana Shah  <archana.shah@wipro.com>
4998
4999         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5000
5001         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
5002           Normalizing the value before setting
5003         (gst_sunaudiomixer_get_volume):
5004           Normalizing the value after getting. Fixes bug# 161980
5005
5006 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
5007
5008         * Makefile.am: Make sure docs gets disted
5009         * docs/Makefile.am: Make sure all needed files get disted
5010         * gst-plugins.spec.in: latest updates
5011
5012 2004-12-22  Wim Taymans  <wim@fluendo.com>
5013
5014         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
5015         Revert patch 1.38 as clock distribution over schedulers does
5016         not work correcly in the core yet.
5017
5018 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5019
5020         * sys/oss/README: remove this file, which predates my birth
5021           (and which content is by far outdated)
5022
5023 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
5024
5025         * Makefile.am:
5026         * configure.ac:
5027         * docs/Makefile.am:
5028         * docs/libs/Makefile.am:
5029         * docs/libs/gst-plugins-libs-docs.sgml:
5030         * docs/libs/gst-plugins-libs-sections.txt:
5031         * docs/libs/tmpl/gstgconf.sgml:
5032         * docs/upload.mak:
5033         * docs/version.entities.in:
5034           Added boilerplate gtk-doc files for plugin-libs documentation.
5035
5036 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5037
5038         * gst/auparse/gstauparse.c: fix int and float audio caps
5039
5040 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5041
5042         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
5043         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
5044           g_assert() can be a macro, don't use #ifdef inside it.
5045
5046 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
5047
5048         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5049
5050         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
5051         (gst_videorate_init), (gst_videorate_chain),
5052         (gst_videorate_change_state):
5053           Event handling (fixes #159986).
5054
5055 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5056
5057         * gst-libs/gst/riff/riff-media.c:
5058         (gst_riff_create_video_caps_with_data):
5059           Add BLZ0 (Blizzard's version of DivX) fourcc.
5060
5061 2004-12-18  David Schleef  <ds@schleef.org>
5062
5063         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
5064         portability fix.
5065
5066 2004-12-18  David Schleef  <ds@schleef.org>
5067
5068         * gst/tta/ttadec.h: Disable some header code that isn't used
5069         and clearly isn't portable.
5070
5071 2004-12-18  David Schleef  <ds@schleef.org>
5072
5073         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
5074         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
5075         (avcodec_get_pix_fmt), (avpicture_layout),
5076         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
5077         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
5078         Fix code to not use GCC extensions (and c99 extensions that
5079         Forte does not like.)
5080
5081 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
5082
5083         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5084
5085         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
5086         (gst_deinterlace_chain):
5087           Rowstride fixes. Fixes #161039.
5088         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
5089         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
5090         (gst_video_crop_getcaps), (gst_video_crop_link),
5091         (gst_video_crop_i420), (gst_video_crop_chain),
5092         (gst_video_crop_change_state):
5093           Rework of negotiation. Actually works now. Fixes #158650.
5094
5095 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5096
5097         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
5098           That was very stupid.
5099
5100 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5101
5102         * gst/matroska/matroska-demux.c:
5103         (gst_matroska_demux_parse_blockgroup):
5104           Fix possible crasher.
5105
5106 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5107
5108         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
5109         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
5110           Lace sizes can be zero.
5111
5112 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5113
5114         * ext/musepack/gstmusepackdec.cpp:
5115           Fetch error return values. Fixes #161624.
5116         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
5117           Really EOS.
5118
5119 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5120
5121         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
5122           Work for truncated (unfinished download etc.) files. Fixes #160514.
5123
5124 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5125
5126         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
5127           Fix for integer overflow. Makes #156001 not crash. Probably masks
5128           the real bug.
5129
5130 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5131
5132         * gst/ac3parse/gstac3parse.c: (plugin_init):
5133           Parsers never have ranks. Fixes #159651.
5134
5135 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5136
5137         * gst/playback/gstdecodebin.c: (compare_ranks):
5138           make sure the facotries are ordered the same every time even if they
5139           have the same rank by using the name
5140         * gst/playback/gstdecodebin.c: (find_compatibles):
5141           make sure we don't add factories to the list twice
5142
5143 2004-12-16  David Schleef  <ds@schleef.org>
5144
5145         * configure.ac: look for musepack headers as musepack/*.h
5146         (fixes #159847)
5147         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
5148         * ext/musepack/gstmusepackreader.h: same
5149
5150 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5151
5152         * gst-libs/gst/riff/riff-read.c:
5153         (gst_riff_read_strf_auds_with_data):
5154           Read extradata correctly (fixes #155879).
5155
5156 2004-12-16  David Schleef  <ds@schleef.org>
5157
5158         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
5159         audio.  does _not_ attempt or allow conversion unless channels
5160         is 1 or 2.
5161
5162 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
5163
5164         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
5165
5166 2004-12-16  David Schleef  <ds@schleef.org>
5167
5168         * gst/audioscale/gstaudioscale.c: the resample library only
5169         handles 1 or 2 channels.  Change caps to compensate.
5170
5171 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5172
5173         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
5174         (gst_matroska_demux_audio_caps):
5175           Some MPEG-AAC hacks, because else it doesn't work...
5176
5177 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5178
5179         * gst-libs/gst/riff/riff-media.c:
5180         (gst_riff_create_video_caps_with_data),
5181         (gst_riff_create_video_template_caps):
5182           Add h264.
5183
5184 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5185
5186         * gst-libs/gst/audio/Makefile.am:
5187           Try to fix buildbot.
5188
5189 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5190
5191         * gst/tcp/gstmultifdsink.c:
5192           Clean up and uniformize debugging.
5193
5194 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
5195
5196         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5197
5198         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
5199         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
5200         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
5201         (gst_mpeg_demux_change_state):
5202           Reset on ready. Fixes 160276.
5203
5204 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
5205
5206         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5207
5208         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5209         (gst_ffmpegcsp_pad_link):
5210           Fix memleak (#154815).
5211
5212 2004-12-16  James Bowes  <bowes@cs.dal.ca>
5213
5214         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5215
5216         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
5217         (gst_musicbrainz_init), (gst_musicbrainz_chain),
5218         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
5219         * ext/musicbrainz/gsttrm.h:
5220           Add support for using a proxy server when getting a trm id from
5221           the MusicBrainz database (#149613).
5222
5223 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
5224
5225         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5226
5227         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
5228         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
5229           Fix memleaks (#157233).
5230
5231 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
5232
5233         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5234
5235         * gst-libs/gst/resample/resample.c: (gst_resample_close):
5236         * gst-libs/gst/resample/resample.h:
5237         * gst/audioscale/gstaudioscale.c:
5238           Fix memleak (#159215).
5239
5240 2004-12-16  Toni Willberg  <toniw@iki.fi>
5241
5242         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5243
5244         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
5245         * sys/oss/oss_probe.c: (main):
5246           Check for mono/stereo support (similar to samplerate probing),
5247           fixes #159433. Also add missing copyright header to oss_probe.c.
5248
5249 2004-12-15  David Schleef  <ds@schleef.org>
5250
5251         * configure.ac: add audioresample and cairo plugins.  Remove
5252         HAVE_MMX stuff, because it's not used.
5253         * ext/Makefile.am: same
5254         * ext/audioresample/Makefile.am: You are not ready for an
5255         audio resampling element based on audioresample.
5256         * ext/audioresample/gstaudioresample.c:
5257         * ext/audioresample/gstaudioresample.h:
5258         * ext/cairo/Makefile.am: You are not ready for overlay elements
5259         based on cairo.  Don't look too closely, these elements kinda
5260         suck right now.
5261         * ext/cairo/gstcairo.c: new
5262         * ext/cairo/gsttextoverlay.c: new
5263         * ext/cairo/gsttextoverlay.h: new
5264         * ext/cairo/gsttimeoverlay.c: new
5265         * ext/cairo/gsttimeoverlay.h: new
5266         * gst-libs/gst/media-info/media-info-priv.h: fix compile
5267         problem with compilers that don't support variadic macros.
5268
5269 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
5270
5271         Reviewed by:  David Schleef  <ds@schleef.org>
5272
5273         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
5274         Bala, registering sunaudiosrc (oops!), and cleaning up code a
5275         bit.  Also ran indent-gst.
5276         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
5277         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
5278         (gst_sunaudiosrc_setparams):
5279
5280 2004-12-14  David Schleef  <ds@schleef.org>
5281
5282         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
5283         output rate to 16000.  Should fix #160235.
5284
5285 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5286
5287         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
5288         Add typefinding for mpeg2 pes streams
5289
5290 2004-12-13  David Schleef  <ds@schleef.org>
5291
5292         * configure.ac:  Applied patch from bug #143659, making default
5293         sources and sinks OS-dependent (for Solaris), and added code
5294         for OS/X.
5295         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
5296
5297 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5298
5299         * gst-libs/gst/riff/riff-media.c:
5300           forgot to add h2.64 to avidemux template caps
5301
5302 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5303
5304         * gst/wavenc/riff.h:
5305         * gst-libs/gst/riff/riff-media.c:
5306         * gst-libs/gst/riff/riff-ids.h:
5307         * gst/avi/gstavimux.c
5308         add 4CC code for VideoSoft h264 in AVI (VSSH)
5309           fixes bug #160655
5310         remove s323 from riff, it's quicktime specific :(
5311
5312 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5313
5314         * gst/asfdemux/README
5315         * gst/wavenc/riff.h
5316         * gst-libs/gst/riff/riff-ids.h
5317         * gst-libs/gst/riff/riff-media.c
5318         * gst/qtdemux/qtdemux.c:
5319           add new 4CC codes for h263 related codecs
5320           fixes partially bug #155163
5321
5322 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
5323
5324         * configure.ac: Update polyaudio requirement to 0.7
5325         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
5326
5327 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5328
5329         * gst/interleave/deinterleave.c:
5330         fix my name's spelling! :)
5331
5332 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5333
5334         * AUTHORS ChangeLog
5335         * gst/auparse/gstauparse.c
5336         * gst/interleave/deinterleave.c
5337         * gst/law/:
5338                 alaw-decode.c alaw-encode.c
5339                 mulaw-decode.c mulaw-encode.c
5340         * gst/oneton/gstoneton.c
5341         * sys/osxaudio/:
5342                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
5343         * sys/osxvideo/:
5344                 cocoawindow.h cocoawindow.m
5345                 osxvideosink.h osxvideosink.m
5346
5347         put the same mail address for Zaheer Abbas Merali everywhere
5348
5349 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5350
5351         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
5352           Align by packetsize, and assert that we a packet available before
5353           playing. The first makes webstreams work (they often include
5354           trailing padding data in a packet), the second allows pausing a
5355           ASF stream in totem without getting demux errors afterwards.
5356
5357 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5358
5359         * ext/ogg/gstoggdemux.c: (get_relative):
5360           Check for non-NULL before accessing member (end-of-chain).
5361
5362 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5363
5364         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
5365         (cdparanoia_set_property), (cdparanoia_get_property):
5366         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
5367         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
5368         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
5369         (dvdreadsrc_init), (dvdreadsrc_set_property),
5370         (dvdreadsrc_get_property):
5371         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
5372         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
5373           Synchronize property names where not yet the case. Devices are
5374           now device=X, other versions are deprecated (but still exist).
5375           Also use g_free() unconditionally.
5376         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5377         (setup_source), (gst_play_base_bin_get_property):
5378           Expose source.
5379
5380 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5381
5382         * configure.ac: move GCONF macro outside conditional for the am
5383           conditional. Fixes #160439
5384
5385 2004-12-08  David Schleef  <ds@schleef.org>
5386
5387         * tools/gst-visualise-m.m: Switch to elements that currently
5388         exist.
5389
5390 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5391
5392         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5393           We love wrong commas.
5394
5395 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5396
5397         * gst/matroska/matroska-demux.c:
5398         (gst_matroska_demux_handle_src_query):
5399           Don't set DEFAULT, unsupported - makes length display incorrectly
5400           in some cases.
5401
5402 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
5403
5404         * gst/monoscope/README: remove blurb about files being GPL
5405         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
5406         * gst/monoscope/monoscope.c: Change license to BSD with explanation
5407           monoscope is now effectively LGPL licensed
5408
5409 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
5410
5411         * gst/monoscope/README: Update information to be more correct
5412         * gst/monoscope/convolve.c: Relicense to LGPL
5413         * gst/monoscope/convolve.h: Relicense to LGPL
5414
5415 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
5416
5417         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
5418           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
5419         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
5420           set default_duration for mpeg1 audio
5421
5422 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5423
5424         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
5425         * ext/alsa/gstalsa.h:
5426           refactor big chunks of the core caps negotiation code to make it
5427           a lot faster, because people claim it's really slow
5428           (actually, just cache the getcaps when the device is opened)
5429
5430 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5431
5432         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
5433         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
5434         (gst_a52dec_handle_frame), (gst_a52dec_chain),
5435         (gst_a52dec_change_state), (plugin_init):
5436         * ext/a52dec/gsta52dec.h:
5437           Do something useful with timestamps. Make chain-based (since
5438           there's really no reason to be loopbased).
5439         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
5440           Update current_byte/frame correctly.
5441
5442 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5443
5444         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
5445         (gst_ape_demux_stream_init):
5446           Forward tags, too.
5447
5448 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5449
5450         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
5451           Let's make sure we're done typefinding when detecting tags.
5452
5453 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5454
5455         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
5456         (gst_ebml_read_init), (gst_ebml_read_use_event),
5457         (gst_ebml_read_element_id), (gst_ebml_peek_id),
5458         (gst_ebml_read_seek), (gst_ebml_read_skip),
5459         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
5460         (gst_ebml_read_master):
5461         * gst/matroska/ebml-read.h:
5462         * gst/matroska/matroska-demux.c:
5463         (gst_matroska_demux_parse_contents),
5464         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
5465           Disgustingly evil hack for working around INTERRUPT events and
5466           their extremely annoying habit of being a pain in the ass. We
5467           simply peek a cluster before reading any of it.
5468
5469 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5470
5471         * ext/musepack/gstmusepackdec.cpp:
5472           There's also floating point libmusepacks.
5473
5474 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5475
5476         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
5477         (gst_faad_chanpos_to_gst), (gst_faad_chain):
5478           Set DURATION even if source buffer didn't. Also use increasing
5479           timestamps.
5480         * gst-libs/gst/riff/riff-media.c:
5481         (gst_riff_create_audio_caps_with_data):
5482           Block_align can have larger values than 8192.
5483
5484 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5485
5486         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
5487         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
5488         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
5489         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
5490           Fix caps.
5491
5492 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5493
5494         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
5495           Fix logic bug.
5496
5497 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5498
5499         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
5500           Yay, another one.
5501
5502 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5503
5504         * ext/esd/esdsink.c: (gst_esdsink_chain):
5505           Make error actually say something useful (fixes #156798).
5506         * gst-libs/gst/riff/riff-media.c:
5507         (gst_riff_create_video_caps_with_data),
5508         (gst_riff_create_video_template_caps):
5509           Add Intel Video 5.0 fourcc (IV50).
5510
5511 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
5512
5513         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
5514         detection on mono and stereo mp3 files.
5515
5516 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5517
5518         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
5519           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
5520           the contained stream).
5521
5522 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5523
5524         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
5525           Oops, remove debug.
5526
5527 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
5528
5529         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5530
5531         * gst/law/alaw-decode.c: (alawdec_getcaps):
5532         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
5533           Prevent warnings when negotiating caps (fixes #159338).
5534
5535 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5536
5537         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5538         (gst_ffmpegcsp_chain):
5539           Remove old leftover that shouldn't be there...
5540
5541 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
5542
5543         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5544
5545         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
5546           Don't forward DISCONT events (fixes #159684).
5547
5548 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5549
5550         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
5551           Unlink manually since sometimes bin disposal (and therefore
5552           pad unlinking) is delayed, which will cause a new media file
5553           to not be able to start playing instantly.
5554
5555 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5556
5557         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
5558           On mute of an unlinked stream, check for pad availability so
5559           we don't crash on unlinked pad.
5560
5561 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5562
5563         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
5564         (gst_avi_demux_massage_index):
5565           Fix quite humiliating bug in omitting 0-sized index chunks but
5566           forgetting to count them for timestamps.
5567
5568 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5569
5570         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
5571           Actually leave the loop if we failed to sync. Don't crash.
5572
5573 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5574
5575         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
5576         (gst_dvd_demux_process_private):
5577         * gst/mpegstream/gstdvddemux.h:
5578           Fix crash (#159759). Doesn't work, though. :-(.
5579
5580 2004-11-28  Benjamin Otte  <otte@gnome.org>
5581
5582         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
5583           more overwriting protection due to modifying channels one by one
5584           instead of all at once
5585
5586 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5587
5588         * gst/audioconvert/gstchannelmix.c:
5589         (gst_audio_convert_fill_normalize):
5590           Normalize using absolute values.
5591
5592 2004-11-28  Julien MOUTTE  <julien@moutte.net>
5593
5594         * configure.ac:
5595         * ext/Makefile.am:
5596         * ext/directfb/Makefile.am:
5597         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
5598         (gst_directfbvideosink_get_pixel_format),
5599         (gst_directfbvideosink_get_format_from_fourcc),
5600         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
5601         (gst_directfbvideosink_sink_link),
5602         (gst_directfbvideosink_change_state),
5603         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
5604         (gst_directfbvideosink_buffer_alloc),
5605         (gst_directfbvideosink_interface_supported),
5606         (gst_directfbvideosink_interface_init),
5607         (gst_directfbvideosink_navigation_send_event),
5608         (gst_directfbvideosink_navigation_init),
5609         (gst_directfbvideosink_set_property),
5610         (gst_directfbvideosink_get_property),
5611         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
5612         (gst_directfbvideosink_base_init),
5613         (gst_directfbvideosink_class_init),
5614         (gst_directfbvideosink_get_type), (plugin_init):
5615         * ext/directfb/directfbvideosink.h: Adding a first version of
5616         directfbvideosink.
5617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
5618         more.
5619
5620 2004-11-28  Benjamin Otte  <otte@gnome.org>
5621
5622         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
5623           walk the samples backwards if out_channels > in_channels so we don't
5624           overwrite data
5625
5626 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5627
5628         * gst/audioconvert/Makefile.am:
5629         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5630         (gst_audio_convert_link), (gst_audio_convert_change_state),
5631         (gst_audio_convert_channels):
5632         * gst/audioconvert/gstchannelmix.c:
5633         (gst_audio_convert_unset_matrix),
5634         (gst_audio_convert_fill_identical),
5635         (gst_audio_convert_fill_compatible),
5636         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
5637         (gst_audio_convert_fill_others),
5638         (gst_audio_convert_fill_normalize),
5639         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
5640         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
5641         * gst/audioconvert/gstchannelmix.h:
5642           Implement a channel mixer.
5643
5644 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
5645
5646         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
5647         * ext/alsa/gstalsa.h:
5648         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
5649         Make alsasink actually honor gst_element_set_clock and use that
5650         clock instead of its internal one.
5651
5652 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
5653
5654         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
5655         (gst_play_base_bin_change_state): nullify source and decoder when
5656         going from READY to NULL so that we don't try to do weird stuff with
5657         them when going from NULL to READY
5658         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
5659         instead of g_object_unref
5660         (gen_video_element), (gen_audio_element): more refcounting fixes, now
5661         it should be correct
5662         (gst_play_bin_change_state): don't call remove_sinks if we are
5663         currently disposing the object
5664
5665 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5666
5667         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
5668           Don't forget bass if it's there. Else left channel is silent...
5669
5670 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5671
5672         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
5673         (gst_a52dec_change_state):
5674           Don't do sample adjusting anymore, we use float audio now.
5675         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
5676           Don't fixate to non-existing properties.
5677
5678 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5679
5680         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
5681         (gst_a52dec_change_state):
5682           Advertise that we can do surround sound.
5683
5684 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5685
5686         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
5687           Add buffer-frames=0.
5688         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
5689         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
5690         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
5691         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
5692         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
5693         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
5694         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
5695         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
5696         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
5697         * ext/dvdread/dvdreadsrc.h:
5698           Add seeking, querying for bytes, sectors, title, angle and
5699           chapter. Handle multiple chapters. Relicense to LGPL because
5700           Billy agreed on that (thanks Billy!).
5701
5702 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
5703
5704         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
5705         call parent dispose method
5706
5707 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
5708
5709         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
5710         (gst_audio_clock_get_internal_time):
5711         Fix active <-> inactive transitions: ensure time value always
5712         grows and avoid abrupt value changes.
5713
5714 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
5715
5716         * configure.ac:
5717         * gst/tta/Makefile.am:
5718         * gst/tta/crc32.h:
5719         * gst/tta/filters.h:
5720         * gst/tta/gsttta.c:
5721         * gst/tta/gstttadec.c:
5722         * gst/tta/gstttadec.h:
5723         * gst/tta/gstttaparse.c:
5724         * gst/tta/gstttaparse.h:
5725         * gst/tta/ttadec.h:
5726           added TTA parser and decoder
5727
5728 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5729
5730         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5731         (probe_triggered), (check_queue), (buffer_underrun),
5732         (buffer_running), (buffer_overrun), (gen_source_element),
5733         (setup_source):
5734         * gst/playback/gstplaybasebin.h:
5735           Implement buffering. Needs some more work.
5736
5737 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5738
5739         * ext/theora/theoradec.c: (theora_dec_chain):
5740           Fix ilog mask range overflow.
5741
5742 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5743
5744         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
5745           Don't omit the last (which in case of dmix is the only :) )
5746           channel count. Don't set channels if <= 2.
5747
5748 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
5749
5750         * gst/playback/gstplaybin.c: (gen_video_element),
5751         (gen_audio_element): Removed 2 obsolete comments
5752
5753 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5754
5755         * ext/vorbis/oggvorbisenc.c
5756         * ext/vorbis/vorbisenc.c :
5757           change description fields of those plugins to differentiate them
5758           (pitivi show Encoders by description, they had the same one)
5759
5760 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
5761
5762         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5763
5764         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
5765         (gst_play_bin_set_property), (gen_video_element),
5766         (gen_audio_element):
5767           Refcounting fixes for provided audio-/videosinks.
5768
5769 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5770
5771         * gst/playback/gstplaybin.c: (gen_video_element),
5772         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
5773           Don't reference all sinks, but only the video- and audiosinks.
5774           The vis. element should be disposed when we're done with it.
5775           We don't have any reason to keep it around. This fixes warnings
5776           when reusing playbin for playing multiple audio files with
5777           vis. enabled. Also release audio device on pause - idea stolen
5778           from Rhythmbox.
5779
5780 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5781
5782         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
5783         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
5784         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
5785         * ext/alsa/gstalsaplugin.c: (plugin_init):
5786         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
5787         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
5788         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
5789         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
5790         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
5791         (gst_faad_change_state), (plugin_init):
5792         * ext/faad/gstfaad.h:
5793         * ext/vorbis/vorbis.c: (plugin_init):
5794         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5795         * gst-libs/gst/audio/Makefile.am:
5796         * gst-libs/gst/audio/audio.c: (plugin_init):
5797         * gst-libs/gst/audio/multichannel.c:
5798         (gst_audio_check_channel_positions),
5799         (gst_audio_get_channel_positions),
5800         (gst_audio_set_channel_positions),
5801         (gst_audio_set_structure_channel_positions_list),
5802         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
5803         (gst_audio_fixate_channel_positions):
5804         * gst-libs/gst/audio/multichannel.h:
5805         * gst-libs/gst/audio/testchannels.c: (main):
5806         * gst/audioconvert/gstaudioconvert.c:
5807         (gst_audio_convert_class_init), (gst_audio_convert_init),
5808         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
5809         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
5810         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5811         * gst/audioconvert/plugin.c: (plugin_init):
5812           Surround sound support.
5813
5814 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5815
5816         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
5817           Fix position for discont if we're close as well. Nitpicking, but
5818           saves a few milliseconds of extra waiting or skipping.
5819
5820 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5821
5822         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
5823           We sometimes need parsers for playback, so add those too.
5824
5825 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5826
5827         * configure.ac:
5828         * gst/apetag/Makefile.am:
5829         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
5830         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
5831         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
5832         (gst_ape_demux_get_src_query_types),
5833         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
5834         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
5835         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
5836         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
5837         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
5838         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
5839         (gst_ape_demux_change_state):
5840         * gst/apetag/apedemux.h:
5841         * gst/apetag/apetag.c: (plugin_init):
5842         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
5843         (plugin_init):
5844           APE v1/2 tag reader plus typefind function.
5845
5846 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5847
5848         * configure.ac:
5849         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
5850         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
5851           Remove hacks for older core. Require newer core version
5852           accordingly.
5853
5854 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5855
5856         * gst/cdxaparse/Makefile.am:
5857         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
5858         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
5859         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
5860         * gst/cdxaparse/gstcdxaparse.h:
5861         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
5862         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
5863         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
5864         (gst_cdxastrip_get_src_query_types),
5865         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
5866         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
5867         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
5868         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
5869         * gst/cdxaparse/gstcdxastrip.h:
5870           SVCD/VCD header stripping separated from CDXA image parsing.
5871         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
5872         (plugin_init):
5873           Add VCD/SVCD header typefinding for VCD/SVCD.
5874         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
5875         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
5876         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
5877         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
5878         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
5879         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
5880         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
5881         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
5882         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
5883         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
5884         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
5885         * sys/vcd/vcdsrc.h:
5886           Fix up, add seeking, querying, URI interface. Works in totem now.
5887
5888 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5889
5890         * configure.ac:
5891           back to CVS
5892
5893 === release 0.8.6 ===
5894
5895 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5896
5897         * NEWS:
5898         * RELEASE:
5899         * configure.ac:
5900         * po/af.po:
5901         * po/az.po:
5902         * po/cs.po:
5903         * po/en_GB.po:
5904         * po/hu.po:
5905         * po/it.po:
5906         * po/nb.po:
5907         * po/nl.po:
5908         * po/or.po:
5909         * po/sq.po:
5910         * po/sr.po:
5911         * po/sv.po:
5912         * po/uk.po:
5913           releasing 0.8.6, "IOU Love"
5914
5915 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5916
5917         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
5918
5919         * gst/playback/gstplaybasebin.c:
5920           Fix unplayable files error handling.  Fixes #158365
5921
5922 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5923
5924         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
5925
5926         * gst/typefind/gsttypefindfunctions.c:
5927           Fix broken mp3 typefinding.  Fixes #158375
5928
5929 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5930
5931         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
5932
5933         * ext/ogg/gstoggdemux.c:
5934           Fix sync on broken files.  Fixes #158976
5935
5936 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5937
5938         patch by: Edward Hervey <bilboed@bilboed.com>
5939
5940         * ext/libpng/gstpngenc.c:
5941           Copy over buffer properties.  Fixes #158832
5942
5943 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5944
5945         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
5946
5947         * ext/dvdread/dvdreadsrc.c:
5948           Fixes invalid reads (#158462)
5949
5950 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5951
5952         * sys/v4l/gstv4lsrc.c:
5953         * sys/v4l/gstv4lsrc.h:
5954         * sys/v4l/v4lsrc_calls.c:
5955           Probe less and cache it.  Fixes #159187.
5956
5957 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5958
5959         * gst/videorate/gstvideorate.c:
5960           Handle all video formats. Fixes #159186.
5961
5962 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
5963         * gst/synaesthesia/gstsynaesthesia.c:
5964         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
5965         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
5966         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
5967         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
5968         (gst_synaesthesia_change_state), (plugin_init):
5969         Fix up synaesthesia to work under different samplerates/ buffer sizes.
5970         Force 320x200 output, as that's the only thing the underlying
5971         synaesthesia implementation supports. Still needs to be made
5972         re-entrant.
5973
5974 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5975
5976         * configure.ac:
5977           Fix mpeg2enc configure check (similar to mplex check below).
5978
5979 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
5980
5981         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5982
5983         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5984           Fix for gcc-2.95 (fixes #158221).
5985
5986 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5987
5988         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
5989           Re-add clock distribution hack (until new core is released).
5990           Fixes #158125.
5991
5992 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
5993         * configure.ac:
5994           fix mplex configure check segfaulting on some systems (bug #140994)
5995
5996 2004-11-13  Benjamin Otte  <otte@gnome.org>
5997
5998         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
5999           add debugging
6000         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6001           do a wait when we enter the loop func with no data available to
6002           write instead of getting into an 100% CPU loop by just returning and
6003           being called again by the scheduler
6004
6005 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
6006
6007         * configure.ac:
6008         * ext/libvisual/visual.c: (gst_visual_get_type),
6009         (libvisual_log_handler), (gst_visual_getcaps),
6010         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
6011         (plugin_init):
6012           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
6013         * ext/smoothwave/Makefile.am:
6014         * ext/smoothwave/demo-osssrc.c: (main):
6015         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
6016         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
6017         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
6018         (plugin_init):
6019         * ext/smoothwave/gstsmoothwave.h:
6020           Make gstsmoothwave a working element in the 20th century.
6021
6022         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
6023           Fix incorrect link function
6024
6025 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6026
6027         * gst/volume/gstvolume.c:
6028           Allow buffer-frames=0.
6029
6030 2004-11-12 Iain <iaingnome@gmail.com>
6031
6032         * configure.ac: Check for polypaudio
6033
6034         * ext/Makefile.am: Build the polyp dir
6035
6036         * ext/polyp: The polypsink sources.
6037
6038 2004-10-30 Iain <iaingnome@gmail.com>
6039
6040         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
6041         caps to reflect the new number of channels.
6042
6043 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6044
6045         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6046           Fix for negotiation order problem. This would show when the
6047           ALSA loopfuction was called before any other function. ALSA
6048           wouldn't do anything because we're not negotiated yet, leading
6049           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
6050
6051 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
6052
6053         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6054
6055         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6056           No warnings (#157986).
6057
6058 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6059
6060         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6061           Prefer apev1/2 and id3v1 (at end of file) over musepack.
6062
6063 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6064
6065         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
6066           Signal no-more-pads (so it works in playbin).
6067
6068 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6069
6070         * ext/musepack/gstmusepackreader.cpp:
6071           Workaround for older core.
6072
6073 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6074
6075         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
6076           Actually test for odd width/height rather than testing whether
6077           a temporary variable that was 0 before we subtracted 1 is now
6078           not equal to zero (which it always is).
6079
6080 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6081
6082         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
6083         Fix compilation if HAVE_XVIDEO is not defined
6084
6085 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6086
6087         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
6088         Fix compilation if HAVE_XVIDEO is not defined
6089
6090 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
6091
6092         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
6093         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
6094         (gst_goom_change_state), (plugin_init):
6095         Use the bytestream adapter so goom doesn't depend on the input
6096         buffer size.
6097         Add a debug category
6098
6099 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6100
6101         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
6102           Only set hardware parameters *after* negotiation. Before
6103           negotiation, it will set ANY and that seems to cause crashes
6104           (see e.g. #151288, #153227).
6105
6106 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6107
6108         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
6109           This seems to be antique leftover. It needs to pass error
6110           checking.
6111         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
6112         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
6113         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
6114         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
6115           Fix GstXOverlay implementation (#151059).
6116
6117 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6118
6119         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6120           Don't assert (#157853).
6121
6122 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6123
6124         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6125           Fix bytes/samples confustion.
6126         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
6127           Fix for underrun (#144389).
6128
6129 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6130
6131         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
6132           Disable halfway-seek for pending release (since it needs a new
6133           core release).
6134
6135 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6136
6137         * sys/v4l/gstv4lsrc.c:
6138         * sys/v4l/gstv4lsrc.h:
6139         * sys/v4l/v4lsrc_calls.c:
6140           add autoprobe-fps property so we can separate autoprobing parts
6141
6142 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6143
6144         * sys/v4l/gstv4lsrc.c:
6145         * sys/v4l/v4lsrc_calls.c:
6146         initialise fourcc to catch unset fourcc's, and debug
6147
6148 2004-11-09  Wim Taymans  <wim@fluendo.com>
6149
6150         * gst/playback/README:
6151         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
6152         * gst/playback/gstplaybin.c: (gst_play_bin_init),
6153         (gst_play_bin_dispose), (gst_play_bin_set_property),
6154         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
6155         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
6156         (gst_play_bin_get_formats), (gst_play_bin_convert),
6157         (gst_play_bin_get_query_types), (gst_play_bin_query):
6158         Cleanups and some more documentation.
6159
6160 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
6161
6162         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
6163         (gst_cacasink_init), (gst_cacasink_chain):
6164         * ext/libcaca/gstcacasink.h:
6165         Cacasink inherits from VideoSink, so let that store the clock.
6166
6167 2004-11-09  Wim Taymans  <wim@fluendo.com>
6168
6169         * gst/playback/README:
6170         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
6171         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
6172         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
6173         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
6174         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
6175         (setup_sinks):
6176         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
6177         (gst_stream_info_is_mute), (gst_stream_info_set_property):
6178         * gst/playback/gststreaminfo.h:
6179         Updated README.
6180         Only switch groups if all streams have muted (EOSed).
6181         Send Tags in sync with the stream playback instead of in
6182         the playback/preroll phase.
6183         Some cleanups, free the fakesrc elements.
6184
6185 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6186
6187         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
6188           buffer-frames property was missing
6189         * ext/arts/gst_arts.c:
6190           rate missing from sinkcaps
6191         * ext/audiofile/gstafparse.c:
6192         * ext/audiofile/gstafsink.c:
6193         * ext/audiofile/gstafsrc.c:
6194         * ext/swfdec/gstswfdec.c:
6195           int audio doesn't know buffer-frames
6196         * ext/cdparanoia/gstcdparanoia.c:
6197           int audio doesn't know chunksize either
6198         * ext/nas/nassink.c:
6199           it's endianness, not endianess
6200         * gst-libs/gst/audio/audio.h:
6201           make float standard pad template caps really describe float
6202         * gst/law/mulaw.c: (linear_factory):
6203           signed only, please
6204         * gst/mpegstream/gstdvddemux.c:
6205           widths of 20 are not valid
6206
6207 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6208
6209         Submitted by: Luca Ferretti <elle.uca@infinito.it>
6210
6211         * po/LINGUAS:
6212         * po/it.po:
6213           Add Italian
6214
6215 2004-11-08  Wim Taymans  <wim@fluendo.com>
6216
6217         * gst/playback/README:
6218         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
6219         * gst/playback/gstplaybasebin.c: (probe_triggered),
6220         (gst_play_base_bin_change_state):
6221         Updated README, added more comments for fixmes etc..
6222
6223 2004-11-08  Wim Taymans  <wim@fluendo.com>
6224
6225         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
6226         We can remove this hack now.
6227
6228 2004-11-08  Wim Taymans  <wim@fluendo.com>
6229
6230         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
6231         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
6232         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
6233         Only mix AYUV for maximum quality.
6234
6235 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6236
6237         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
6238         (gst_ogg_demux_push), (gst_ogg_pad_push):
6239           Let's act as if we're synchronized now! :).
6240         * ext/theora/theoradec.c: (theora_dec_chain):
6241           Add some debug.
6242
6243 2004-11-08  Wim Taymans  <wim@fluendo.com>
6244
6245         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
6246         (gst_alpha_set_property), (gst_alpha_sink_link),
6247         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
6248         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
6249         (gst_alpha_init_params), (gst_alpha_chain):
6250         Implement alpha functions for AYUV too, this increases
6251         accuracy quite a bit.
6252
6253 2004-11-08  Wim Taymans  <wim@fluendo.com>
6254
6255         * gst/ffmpegcolorspace/avcodec.h:
6256         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6257         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6258         (gst_ffmpegcsp_avpicture_fill):
6259         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6260         (gst_ffmpegcsp_caps_remove_format_info):
6261         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
6262         (shrink12), (img_get_alpha_info), (deinterlace_line),
6263         (deinterlace_line_inplace):
6264         * gst/ffmpegcolorspace/imgconvert_template.h:
6265         Added AYUV colorspace and handle RGBA a bit more respectful.
6266
6267 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6268
6269         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
6270           Actually always send a discont (cornercase when resending the
6271           same serial-tagged chain twice).
6272
6273 2004-11-08  Julien MOUTTE  <julien@moutte.net>
6274
6275         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
6276         (gst_ximagesink_finalize):
6277         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
6278         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
6279
6280 2004-11-08  Wim Taymans  <wim@fluendo.com>
6281
6282         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
6283         Don't segfault on NULL data.
6284
6285 2004-11-08  Wim Taymans  <wim@fluendo.com>
6286
6287         * gst/playback/gstdecodebin.c: (unlinked):
6288         * gst/playback/gstplay-marshal.list:
6289         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6290         (gst_play_base_bin_init), (group_create), (get_active_group),
6291         (get_building_group), (group_destroy), (group_commit),
6292         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
6293         (add_element_stream), (no_more_pads), (probe_triggered),
6294         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
6295         (state_change), (setup_source), (gst_play_base_bin_get_property),
6296         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
6297         (gst_play_base_bin_link_stream),
6298         (gst_play_base_bin_get_streaminfo):
6299         * gst/playback/gstplaybasebin.h:
6300         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6301         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
6302         Add support for chained ogg files. Prepare for playlist
6303         support. This patch introduces the concept of pad groups, which
6304         together compose one playable media file.
6305
6306 2004-11-07  David Schleef  <ds@schleef.org>
6307
6308         * testsuite/gst-lint: Check for pad templates that aren't statically
6309         scoped.
6310
6311 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6312
6313         * configure.ac:
6314         * ext/Makefile.am:
6315         * ext/musepack/Makefile.am:
6316         * ext/musepack/gstmusepackdec.cpp:
6317         * ext/musepack/gstmusepackdec.h:
6318         * ext/musepack/gstmusepackreader.cpp:
6319         * ext/musepack/gstmusepackreader.h:
6320           Add musepack decoder.
6321         * ext/faad/gstfaad.c: (gst_faad_base_init):
6322           Make pad templates static.
6323         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
6324         (plugin_init):
6325           Add musepack typefinder, make mp3 typefinding work halfway stream,
6326           which doesn't actually work yet because id3demux doesn't implement
6327           _get_length().
6328
6329 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6330
6331         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
6332         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
6333           Fix interrupt event handling (#144436).
6334
6335 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6336
6337         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
6338           Hide unused glory.
6339
6340 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
6341
6342         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6343
6344         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
6345           Fix weird caps (#157548).
6346
6347 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
6348
6349         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6350
6351         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
6352           Add missing NULL terminator (#157543).
6353
6354 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6355
6356         * gst/tcp/gsttcp.h:
6357         * gst/tcp/gsttcpclientsink.c:
6358         * gst/tcp/gsttcpclientsrc.c:
6359         * gst/tcp/gsttcpserversink.c:
6360         * gst/tcp/gsttcpserversrc.c:
6361           ports can go up to 65535.  Move common defines to gsttcp.h
6362
6363 2004-11-05  Wim Taymans  <wim@fluendo.com>
6364
6365         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
6366         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
6367         Added two more colorspaces.
6368
6369 2004-11-05  Wim Taymans  <wim@fluendo.com>
6370
6371         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6372         (gst_ffmpegcsp_avpicture_fill):
6373         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
6374         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
6375         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
6376         More stride fixes.
6377
6378 2004-11-05  Wim Taymans  <wim@fluendo.com>
6379
6380         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
6381         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
6382         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
6383         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
6384         (gst_videomixer_loop):
6385         More stride fixes.
6386
6387 2004-11-05  Benjamin Otte  <otte@gnome.org>
6388
6389         * ext/mad/gstmad.c: (gst_mad_chain):
6390           don't overflow data buffer. Flush not needed sync data when syncing
6391           failed.
6392
6393 2004-11-04  Wim Taymans  <wim@fluendo.com>
6394
6395         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
6396         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
6397         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
6398         (gst_alpha_init_params), (gst_alpha_chain),
6399         (gst_alpha_change_state):
6400         Updated the chroma keying algorithm with something more
6401         sophisticated.
6402
6403 2004-11-03  Wim Taymans  <wim@fluendo.com>
6404
6405         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
6406         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
6407         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
6408         Fix stride issues. Does not completely work for odd
6409         heights.
6410
6411 2004-11-03  Wim Taymans  <wim@fluendo.com>
6412
6413         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
6414         (gst_alpha_chroma_key), (gst_alpha_chain):
6415         Fix stride issues. Does not completely work for odd
6416         heights.
6417
6418 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
6419
6420         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
6421         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
6422         leak fixes
6423
6424 2004-11-03  Wim Taymans  <wim@fluendo.com>
6425
6426         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6427         (gst_ffmpegcsp_avpicture_fill):
6428         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
6429         (avpicture_alloc):
6430         * gst/ffmpegcolorspace/imgconvert_template.h:
6431         Use correct _fill function to get correct strides.
6432
6433 2004-11-02  David Schleef  <ds@schleef.org>
6434
6435         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6436         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
6437         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
6438         Change all g_print()s to debugging.  Add a bunch of consistency
6439         checks.
6440
6441 2004-11-02  Wim Taymans  <wim@fluendo.com>
6442
6443         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
6444         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
6445         (unlinked), (no_more_pads), (close_link):
6446         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6447         (unknown_type), (add_element_stream), (new_decoded_pad),
6448         (removed_decoded_pad), (setup_source):
6449         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
6450         (gst_stream_info_class_init), (gst_stream_info_init),
6451         (gst_stream_info_new), (gst_stream_info_dispose),
6452         (stream_info_mute_pad), (gst_stream_info_set_property),
6453         (gst_stream_info_get_property):
6454         * gst/playback/gststreaminfo.h:
6455         Fix playback of multiple files.
6456         a slightly different approach to handling dynamic pad removals.
6457         This one only looks at pads that we have linked.
6458
6459 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
6460
6461         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
6462         free" warning from libc.
6463
6464 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6465
6466         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
6467         (get_unconnected_element), (remove_starting_from), (pad_removed),
6468         (close_link):
6469           Implement support for dynamic pad changing. We listen to "live"
6470           pad removals (i.e. while playing) and re-setup autoplugging
6471           after that. Playbasebin/playbin need some more work for this
6472           to finally work, but decodebin supports (and replugs) chained
6473           ogg now.
6474
6475 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
6476
6477         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
6478         (gst_alsa_finalize):
6479         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
6480         (gst_cdaudio_finalize):
6481         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
6482         (cdparanoia_finalize):
6483         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
6484         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
6485         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
6486         (dvdreadsrc_finalize):
6487         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
6488         (gst_flacdec_finalize):
6489         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
6490         (gst_flacenc_finalize):
6491         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
6492         (gst_gnomevfssink_finalize):
6493         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
6494         (gst_gnomevfssrc_finalize):
6495         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
6496         (gst_fameenc_finalize):
6497         * ext/nas/nassink.c: (gst_nassink_class_init),
6498         (gst_nassink_finalize):
6499         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
6500         (gst_sdlvideosink_class_init):
6501         * ext/sndfile/gstsf.c: (gst_sf_dispose):
6502         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
6503         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
6504         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
6505         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
6506         (gst_x_window_listener_dispose):
6507         * gst/audioscale/gstaudioscale.c:
6508         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
6509         (play_on_demand_finalize):
6510         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
6511         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
6512         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
6513         (cdplayer_finalize):
6514         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
6515         (gst_glimagesink_class_init):
6516         * sys/oss/gstosselement.c: (gst_osselement_class_init),
6517         (gst_osselement_finalize):
6518         * sys/oss/gstosssink.c: (gst_osssink_dispose):
6519         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
6520         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
6521           Fixes a bunch of problems with finalize and dispose functions,
6522           either assumptions that dispose is only called once, or not calling
6523           the parent class dispose/finalize function
6524
6525 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
6526
6527         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
6528           added two api precondition guards
6529           use g_strdup with getenv to fix crash when using ENVVAR
6530
6531 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
6532         * ext/esd/esdsink.c: (gst_esdsink_class_init),
6533         (gst_esdsink_finalize):
6534         Use a finalize function, not dispose, and more importantly,
6535         call the parent class finalize function too
6536
6537 2004-11-01  Johan Dahlin  <johan@gnome.org>
6538
6539         * ext/ogg/gstoggdemux.c:
6540         * gst/tags/gstvorbistag.c:
6541         Plug leaks.
6542
6543 2004-10-31  Benjamin Otte  <otte@gnome.org>
6544
6545         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
6546           lotsa memleaks today. But they're all small...
6547
6548 2004-10-31  Benjamin Otte  <otte@gnome.org>
6549
6550         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
6551           another memleak crushed
6552
6553 2004-10-31  Benjamin Otte  <otte@gnome.org>
6554
6555         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
6556           fix memleak
6557
6558 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6559
6560         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
6561           Hack to prevent crash when going to READY inside signal handler
6562           while this function is active.
6563
6564 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6565
6566         * gst/ffmpegcolorspace/Makefile.am:
6567         * gst/ffmpegcolorspace/avcodec.h:
6568         * gst/ffmpegcolorspace/common.h:
6569         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
6570         * gst/ffmpegcolorspace/dsputil.h:
6571         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
6572         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6573         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
6574         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
6575         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
6576         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
6577         (gst_ffmpegcsp_avpicture_fill):
6578         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
6579         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6580         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
6581         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
6582         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
6583         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
6584         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
6585         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
6586         * gst/ffmpegcolorspace/imgconvert.c:
6587         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
6588         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
6589         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
6590         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
6591         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
6592         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
6593         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
6594         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
6595         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
6596         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
6597         (grow21), (grow22), (grow41), (grow44), (conv411),
6598         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
6599         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
6600         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
6601         (avpicture_free), (is_yuv_planar), (img_convert),
6602         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
6603         (deinterlace_line_inplace), (deinterlace_bottom_field),
6604         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
6605         * gst/ffmpegcolorspace/imgconvert_template.h:
6606         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
6607         * gst/ffmpegcolorspace/mmx.h:
6608         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
6609         (av_fast_realloc), (av_mallocz_static), (av_free_static),
6610         (av_freep), (avcodec_get_context_defaults),
6611         (avcodec_alloc_context), (avcodec_init):
6612           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
6613           handling plus update from ffmpeg CVS. Large clean-up.
6614
6615 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6616
6617         * gst/playback/Makefile.am:
6618           We need the marshallers for decodebin, too.
6619
6620 2004-10-30  David Schleef  <ds@schleef.org>
6621
6622         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
6623           quicktime typefinding work with 64-bit offsets.
6624
6625 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
6626
6627         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
6628           Set EOS on the element when processing an EOS event.
6629         * ext/speex/gstspeexdec.h:
6630         * ext/speex/gstspeexenc.h:
6631           Only keep a const ptr to the mode
6632         * gst-libs/gst/riff/riff-media.c:
6633         (gst_riff_create_audio_caps_with_data),
6634         (gst_riff_create_audio_template_caps):
6635           Allow WMAV3, with up to 6 channels.
6636         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
6637           Don't call gst_pad_set_event_function on a sink pad.
6638         * gst/mpegstream/gstdvddemux.c:
6639         (gst_dvd_demux_get_subpicture_stream),
6640         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
6641           Copy the explicit caps that were set across to the cur_* pads,
6642           instead of trying to use a possibly non-existent negotiated caps.
6643           Reset the type of subpicture pads to UNKNOWN after calling
6644           init_stream, so that the caps get set.
6645
6646 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
6647
6648         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6649
6650         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
6651           Don't touch buffer if it is of size 0 (fixes #151064).
6652
6653 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6654
6655         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
6656           Synchronized discont handling.
6657
6658 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6659
6660         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
6661         (gst_ogg_demux_push):
6662           Make seeking sort-of exact again (fixes #156387).
6663
6664 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6665
6666         * gst/playback/gstplaybasebin.c: (unknown_type),
6667         (add_element_stream), (new_decoded_pad),
6668         (gst_play_base_bin_change_state):
6669         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
6670         (gst_stream_info_init), (gst_stream_info_new),
6671         (gst_stream_info_dispose), (gst_stream_info_get_property):
6672         * gst/playback/gststreaminfo.h:
6673           Make caps explicitely available. Makes testing for unsupported
6674           types possible. Improves error reporting.
6675
6676 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6677
6678         * gst/audioconvert/gstaudioconvert.c:
6679         (gst_audio_convert_buffer_to_default_format):
6680           Really don't touch read-only buffers (#156563).
6681
6682 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
6683
6684         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6685
6686         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
6687           Fix memleak (#155223).
6688
6689 2004-10-29  Wim Taymans  <wim@fluendo.com>
6690
6691         * gst/tcp/.cvsignore:
6692         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
6693         (gst_multifdsink_class_init), (gst_multifdsink_init),
6694         (gst_multifdsink_add), (gst_multifdsink_remove),
6695         (gst_multifdsink_remove_client_link), (is_sync_frame),
6696         (gst_multifdsink_new_client),
6697         (gst_multifdsink_handle_client_write),
6698         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
6699         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
6700         (gst_multifdsink_get_property):
6701         * gst/tcp/gstmultifdsink.h:
6702         Added burst on connect sync_method, deprecated sync_clients,
6703         streamlined the sync code some more.
6704
6705 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6706
6707         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
6708         (gst_play_base_bin_change_state):
6709           Improve error reporting.
6710
6711 2004-10-28  Wim Taymans  <wim@fluendo.com>
6712
6713         * gst/tcp/Makefile.am:
6714         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
6715         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
6716         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
6717         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
6718         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
6719         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
6720         (gst_fdset_wait):
6721         Added more locks around fdset structures. Fixed/reworked
6722         the poll array resizing code.
6723         Added stress test for fdset.
6724
6725 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6726
6727         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
6728         fix build
6729
6730 2004-10-28  Benjamin Otte  <otte@gnome.org>
6731
6732         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
6733           fix link function to always query channels and query width for
6734           floats
6735         * configure.ac:
6736           add equalizer dir
6737         * gst/equalizer/Makefile.am:
6738         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
6739         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
6740         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
6741         (arg_to_scale), (setup_filter),
6742         (gst_iir_equalizer_compute_frequencies),
6743         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
6744         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
6745         (plugin_init):
6746           add an equalizer
6747
6748 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6749
6750         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
6751
6752         * po/LINGUAS:
6753         * po/nb.po:
6754           Added Norwegian Bokmaal translation
6755
6756 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6757
6758         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
6759           Don't break on options (fixes #156488).
6760
6761 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6762
6763         * configure.ac:
6764         * ext/cdaudio/Makefile.am:
6765         * sys/Makefile.am:
6766           fix build on older automake
6767
6768 2004-10-26  Wim Taymans  <wim@fluendo.com>
6769
6770         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
6771         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
6772         Allow a little margin when negotiating the framerate.
6773
6774 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
6775
6776         * gst/level/gstlevel.c:
6777           synchonised naming of pads and pad-templates
6778
6779 2004-10-26  Wim Taymans  <wim@fluendo.com>
6780
6781         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
6782         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
6783         (_find_streams_check), (gst_ogg_demux_push):
6784         Fix EOS again. Needs to be done in a better way. We should not
6785         remove the pad if there is no new chained stream.
6786
6787 2004-10-26 Iain <iaingnome@gmail.com>
6788
6789         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
6790         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
6791         of the caps.
6792         * gst/interleave/interleave.c (interleave_class_init): Hook up release
6793         pad.
6794         (interleave_release_pad): Remove the pad.
6795         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
6796         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
6797         the set device.
6798         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
6799         attrs
6800         (gst_xvimagesink_xcontext_clear): Free the xcontext.
6801         (gst_xvimagesink_finalize): Free the par.
6802
6803 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6804
6805         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
6806         (gst_avimux_stop_file):
6807           First calculate the rate, and only then use it. Hdr.rate is a
6808           multiple and not a derivative of hdr.scale. Scale is not the
6809           same as blockalign but is solely related to rate.
6810
6811 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6812
6813         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
6814         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
6815           Implement seeking.
6816
6817 2004-10-25  James Henstridge  <james@jamesh.id.au>
6818
6819         Reviewed by:  David Schleef  <ds@schleef.org>
6820
6821         * examples/gstplay/player.c: (got_stream_length), (main):
6822         * examples/seeking/cdplayer.c: (update_scale):
6823         * examples/seeking/seek.c: (format_value), (update_scale):
6824         * examples/seeking/spider_seek.c: (format_value), (update_scale),
6825         (stop_seek):
6826         Build fixes on AMD64.
6827
6828 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6829
6830         reviewed by: Ronald Bultje <rbultje at gnome dot org>
6831
6832         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
6833         Fix for some v4l cards which hang in v4lsrc
6834
6835 2004-10-25  Wim Taymans  <wim@fluendo.com>
6836
6837         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
6838         (gst_ogg_demux_push), (gst_ogg_chains_clear):
6839         Make sure to remove the pad when a new chain is
6840         encountered. Set some vars to NULL so we don't try
6841         to reference freed memory.
6842
6843 2004-10-25  Wim Taymans  <wim@fluendo.com>
6844
6845         * examples/seeking/Makefile.am:
6846         * examples/seeking/cdplayer.c: (update_scale):
6847         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
6848         * examples/seeking/playbin.c: (make_playerbin_pipeline),
6849         (format_value), (update_scale), (iterate), (start_seek),
6850         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
6851         (print_usage), (main):
6852         Added some more examples, update others.
6853
6854 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6855
6856         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
6857         * ext/speex/gstspeexdec.c: (speex_dec_chain):
6858         * ext/theora/theoradec.c: (theora_dec_chain):
6859         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6860           Add codec-name metadata.
6861
6862 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
6863
6864         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6865
6866         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
6867         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
6868         * ext/alsa/gstalsamixertrack.h:
6869         * po/POTFILES.in:
6870           ALSA mixer track label internationalization (#154054).
6871
6872 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6873
6874         * ext/theora/theoradec.c: (theora_dec_chain):
6875           Export bitrate as metadata.
6876
6877 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6878
6879         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
6880         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
6881         * ext/alsa/gstalsamixertrack.h:
6882           Fix names, fix loop.
6883
6884 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6885
6886         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
6887         (speex_dec_convert):
6888           sinkconvert function so oggdemux can get the file length (totem).
6889
6890 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
6891
6892         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6893
6894         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
6895           Don't push incomplete packets.
6896         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
6897           Fix MPEG-4 audio typefinding.
6898
6899 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6900
6901         * sys/v4l/Makefile.am:
6902         * sys/v4l/gstv4l.c: (plugin_init):
6903         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
6904         (gst_v4lelement_init), (gst_v4lelement_dispose),
6905         (gst_v4lelement_change_state):
6906         * sys/v4l/gstv4lelement.h:
6907         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
6908         (gst_v4l_xoverlay_close), (idle_refresh),
6909         (gst_v4l_xoverlay_set_xwindow_id):
6910         * sys/v4l/gstv4lxoverlay.h:
6911         * sys/v4l/v4l-overlay_calls.c:
6912         * sys/v4l/v4l_calls.h:
6913         * sys/v4l2/Makefile.am:
6914         * sys/v4l2/gstv4l2.c: (plugin_init):
6915         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
6916         (gst_v4l2element_init), (gst_v4l2element_dispose),
6917         (gst_v4l2element_change_state):
6918         * sys/v4l2/gstv4l2element.h:
6919         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
6920         (gst_v4l2_xoverlay_close), (idle_refresh),
6921         (gst_v4l2_xoverlay_set_xwindow_id):
6922         * sys/v4l2/gstv4l2xoverlay.h:
6923         * sys/v4l2/v4l2-overlay_calls.c:
6924         * sys/v4l2/v4l2_calls.h:
6925           Remove client-side overlay handling, use the X-server v4l plugin
6926           for that. Nicer overlay, less code. Also make the plugin
6927           compileable without X (but then without overlay, obviously).
6928           Makes xwindowlistener obsolete, should we remove that?
6929
6930 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6931
6932         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
6933         (gst_osssrc_src_query):
6934         * sys/oss/gstosssrc.h:
6935           OK, so people want offset in DEFAULT. This time, actually fix all
6936           cases.
6937         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
6938           Add FPS properly.
6939
6940 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6941
6942         * gst/asfdemux/gstasfmux.c:
6943         * gst/avi/gstavimux.c:
6944           Framerate.
6945
6946 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6947
6948         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
6949           Fix properties (channel, norm, frequency).
6950
6951 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6952
6953         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
6954           Flag typo.
6955         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
6956           No warnings.
6957
6958 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6959
6960         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
6961           Fix hang.
6962
6963 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6964
6965         * sys/v4l2/gstv4l2element.h:
6966           Yet Another Hack (tm) for kernel header borkedness.
6967         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
6968         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
6969         (gst_v4l2src_link), (gst_v4l2src_getcaps),
6970         (gst_v4l2src_change_state):
6971         * sys/v4l2/gstv4l2src.h:
6972         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
6973         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
6974           Fix caps, keep track of state, work.
6975
6976 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6977
6978         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
6979           Quiet.
6980
6981 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6982
6983         * sys/oss/gstosssrc.c: (gst_osssrc_get):
6984           Don't mix bytes and samples.
6985
6986 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6987
6988         * ext/ogg/gstoggmux.c:
6989           Basic pad template which accepts OGM tracks, speex, flac, vorbis
6990           and theora. Any is incorrect.
6991         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
6992           Fix caps.
6993         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
6994         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
6995         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
6996         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
6997         * sys/v4l/gstv4lmjpegsrc.h:
6998         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
6999         (gst_v4lsrc_change_state):
7000         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
7001         (gst_v4lmjpegsrc_capture_stop):
7002           Fix caps. Keep track of internal state. Work.
7003
7004 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7005
7006         * ext/Makefile.am:
7007           Fix the build fixes.
7008
7009 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7010
7011         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
7012         (gst_ogg_demux_src_event), (_find_chain_seek),
7013         (gst_ogg_pad_push):
7014           Check for pad availability before using it.
7015         * ext/ogg/gstoggdemux.c: (_find_chain_process):
7016           Fix parsing of chained ogg. Needs more work on the decoder side.
7017
7018 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7019
7020         * gst/spectrum/Makefile.am:
7021         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
7022         (idle_func):
7023           Fix demo and reenable it. Yes, I'm currently playing with audio
7024           analysis tools
7025
7026 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7027
7028         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
7029           We love it if files that start at zero work too...
7030
7031 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7032
7033         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
7034           Handle files with missing EOS headers.
7035
7036 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7037
7038         * gst/tcp/gsttcpserversink.c:
7039         (gst_tcpserversink_handle_server_read),
7040         (gst_tcpserversink_init_send):
7041         Zero some variables first (need for accept not to return EINVAL)
7042
7043 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7044
7045         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
7046         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
7047         * ext/theora/theoradec.c: (theora_dec_sink_convert),
7048         (theora_dec_chain):
7049         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
7050         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
7051           Seeking and querying finetune.
7052
7053 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7054
7055         * configure.ac:
7056         * ext/Makefile.am:
7057         * ext/raw1394/Makefile.am:
7058           fix the build
7059
7060 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7061
7062         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
7063           Wrong return.
7064         * gst/playback/Makefile.am:
7065         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
7066         * gst/playback/gstplay-marshal.list:
7067         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
7068           Fix marshallers.
7069
7070 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7071
7072         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
7073           Silence.
7074
7075 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7076
7077         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
7078         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
7079         (gst_ogg_pad_push):
7080           Yay for non-lineair granulepos in theora.
7081
7082 2004-10-18  Wim Taymans  <wim@fluendo.com>
7083
7084         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
7085         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
7086         * ext/dv/gstdvdec.h:
7087         Make sure we renegotiate aspect ratio when the camera switches.
7088
7089 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7090
7091         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
7092         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
7093           Start at zero.
7094         * ext/theora/theoradec.c: (theora_dec_chain):
7095           Skip headers. Bad idea for chained ogg, but fixes seeking.
7096
7097 2004-10-18  Wim Taymans  <wim@fluendo.com>
7098
7099         * configure.ac:
7100         I swear, this is the last time I touch this.
7101
7102 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7103
7104         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
7105         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
7106         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
7107           Faster seeking.
7108         * ext/theora/theoradec.c: (theora_dec_sink_convert):
7109           Time-to-default conversion.
7110         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7111           Don't error on unknown packets, just skip. We should probably
7112           read them if we want to support chained ogg.
7113
7114 2004-10-18  Wim Taymans  <wim@fluendo.com>
7115
7116         * configure.ac:
7117         Added cdaudio to wrong list.
7118
7119 2004-10-18  Wim Taymans  <wim@fluendo.com>
7120
7121         * configure.ac:
7122         Revive cdaudio.
7123
7124 2004-10-18  Wim Taymans  <wim@fluendo.com>
7125
7126         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
7127         (gst_dvdec_video_link), (gst_dvdec_push):
7128         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7129         (gst_smokeenc_resync), (gst_smokeenc_chain):
7130         Fix mimetype on smoke encoder.
7131         Add aspect ratio to dvdec. Not sure if these
7132         values are correct though....
7133
7134 2004-10-18  Wim Taymans  <wim@fluendo.com>
7135
7136         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
7137         Fix vorbis property descriptions and ranges.
7138
7139 2004-10-18  Wim Taymans  <wim@fluendo.com>
7140
7141         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
7142         Really do nothing when no data is available.
7143         Go to the playing state when the stream is not seekable
7144         instead of failing.
7145
7146 2004-10-18  Wim Taymans  <wim@fluendo.com>
7147
7148         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
7149         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
7150         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
7151         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
7152         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
7153         Added uri handler for cd://
7154         Port to new API.
7155
7156 2004-10-18  Wim Taymans  <wim@fluendo.com>
7157
7158         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7159         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
7160         (try_to_link_1), (no_more_pads), (close_link), (type_found):
7161         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
7162         (remove_prerolls), (unknown_type), (add_element_stream),
7163         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
7164         (gst_play_base_bin_remove_element),
7165         (gst_play_base_bin_link_stream):
7166         * gst/playback/gstplaybin.c: (gen_video_element),
7167         (gen_vis_element), (remove_sinks), (setup_sinks):
7168         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7169         (gst_stream_info_get_type), (gst_stream_info_class_init),
7170         (gst_stream_info_init), (gst_stream_info_new),
7171         (gst_stream_info_dispose), (stream_info_mute_pad),
7172         (gst_stream_info_set_property), (gst_stream_info_get_property):
7173         * gst/playback/gststreaminfo.h:
7174         Add sink padtemplate to decodebin.
7175         Added some more comments.
7176         Make queue size configurable in playbasebin.
7177         Added possibility to use elements as sinks (ex cdaudio).
7178
7179 2004-10-15  Wim Taymans  <wim@fluendo.com>
7180
7181         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
7182         (gst_speexenc_chain):
7183         Fix speex timestamps so that it gets muxed properly.
7184
7185 2004-10-15  Wim Taymans  <wim@fluendo.com>
7186
7187         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
7188         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
7189         (gst_dv1394src_init), (gst_dv1394src_dispose),
7190         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
7191         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
7192         (gst_dv1394src_event), (gst_dv1394src_get_formats),
7193         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
7194         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
7195         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
7196         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
7197         * ext/raw1394/gstdv1394src.h:
7198         Added conversion/query functions.
7199         Update buffer timestamps,
7200         Added signals.
7201         Added uri dv:// so it might play from the firewire in playbin.
7202         Fix a possible leak.
7203         Added debugging.
7204
7205 2004-10-15  Wim Taymans  <wim@fluendo.com>
7206
7207         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
7208         (gst_dv1394src_init), (gst_dv1394src_set_property),
7209         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
7210         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
7211         * ext/raw1394/gstdv1394src.h:
7212         Added AV/C VTR control support needed for some cameras.
7213         Added automatic port detection.
7214         Added properties for selecting the channel.
7215         The configure.ac script is not yet updated to reflect the
7216         new libavc1394 and librom1394 dependencies.
7217
7218 2004-10-15  Wim Taymans  <wim@fluendo.com>
7219
7220         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
7221         (qtdemux_parse), (gst_qtdemux_handle_esds):
7222         An esds box is not a container.
7223         Fix parsing of mp4v boxes.
7224         Do not try to renegotiate fps for each frame. Need to
7225         find a better method. This should fix mp4 playback.
7226
7227 2004-10-14  David Schleef  <ds@schleef.org>
7228
7229         * configure.ac: update for swfdec-0.3 and liboil-0.2
7230         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
7231         * ext/swfdec/gstswfdec.h: same
7232         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
7233         * gst/videotestsrc/videotestsrc.c: same
7234
7235 2004-10-14  Wim Taymans  <wim@fluendo.com>
7236
7237         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
7238         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
7239         (is_sync_frame), (gst_multifdsink_new_client),
7240         (gst_multifdsink_handle_client_write),
7241         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
7242         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
7243         Turn warnings into info.
7244         Don't allow a state change in the streaming thread.
7245
7246 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7247
7248         * ext/vorbis/oggvorbisenc.c:
7249         * ext/vorbis/vorbisdec.c:
7250           fix template sample rate
7251
7252 2004-10-13  Wim Taymans  <wim@fluendo.com>
7253
7254         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
7255         Decoding the header first fixes some problems in resyncing
7256         in more mp3s.
7257
7258 2004-10-12  Wim Taymans  <wim@fluendo.com>
7259
7260         * gst/playback/gstplaybin.c: (gen_video_element),
7261         (gen_vis_element), (remove_sinks), (setup_sinks):
7262         Added vis plugin support, need to configure the vis
7263         element to activate it.
7264
7265 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7266
7267         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
7268         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
7269           Some debug.
7270         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
7271         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
7272         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
7273         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
7274         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
7275         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
7276         * gst/avi/gstavidemux.h:
7277           Support for openDML-2.0 indx/ix## chunks. Support for broken index
7278           recovery (where, if part of the index is broken, we will still read
7279           the rest of the index and recover the broken part by stream
7280           scanning). More broken media support. EOS workarounds. General AVI
7281           braindamage headache recovery. Aspirin included.
7282
7283 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7284
7285         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
7286         (cdparanoia_event), (cdparanoia_query):
7287           Get rid of hideous lead-in.
7288
7289 2004-10-11  Wim Taymans  <wim@fluendo.com>
7290
7291         * gst/playback/gstplaybasebin.c: (setup_source):
7292         Wrong var used to get g_list_next.
7293
7294 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7295
7296         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
7297         (cdparanoia_get), (cdparanoia_open):
7298           Report discid as metadata, add duration.
7299
7300 2004-10-11  Wim Taymans  <wim@fluendo.com>
7301
7302         * gst/playback/gstplaybasebin.c: (setup_source):
7303         Cleanup the previous pipeline a little earlier for the
7304         case that a source element provides raw data.
7305
7306 2004-10-11  Benjamin Otte  <otte@gnome.org>
7307
7308         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
7309           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
7310           consuming the last 128 bytes, even though it was valid mp3 data.
7311
7312 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7313
7314         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
7315         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
7316         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
7317         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
7318
7319 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7320
7321         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
7322         Fix for webcams that support only specific width or height
7323
7324 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
7325
7326         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7327
7328         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
7329           Fix wrong discont event setup (fixes #154967).
7330
7331 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
7332
7333         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7334
7335         * gst/auparse/gstauparse.c: (gst_auparse_chain):
7336           Error out on invalid data (fixes #154807).
7337
7338 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
7339
7340         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7341
7342         * ext/dvdread/dvdreadsrc.c: (_read):
7343           Make titles > 0 work again (fixes #154834).
7344
7345 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7346
7347         * gst-libs/gst/riff/riff-media.c:
7348         (gst_riff_create_video_template_caps):
7349           WMV3 missing in template caps.
7350
7351 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7352
7353         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7354           OK, so the original code was too strict. It makes random AVI files
7355           hang for seconds upon opening, which is unacceptable and is far
7356           beyond the original goal of getting multiple chunks for one-chunk
7357           sounc stream files. So now do just that.
7358
7359 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7360
7361         * gst/playback/gstplaybasebin.c: (setup_source),
7362         (gst_play_base_bin_change_state):
7363           Actually clean up streaminfo if output fails. This would trigger
7364           if, for example, there was no CD in the drive. No preroll, so
7365           a streaminfo structure is created, but the subsequent state change
7366           of the thread fails.
7367         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7368           Don't change state if parent failed.
7369
7370 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7371
7372         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7373         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
7374         (gen_video_element), (remove_sinks):
7375           Add small bits of code for screenshot handling.
7376
7377 2004-10-08  Wim Taymans  <wim@fluendo.com>
7378
7379         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
7380         (gen_video_element), (gen_audio_element), (setup_sinks):
7381         Don't assume the user provided sinks are named "sink"...
7382
7383 2004-10-08  Wim Taymans  <wim@fluendo.com>
7384
7385         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
7386         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
7387         (gst_play_base_bin_link_stream):
7388         Do not try to autoplug sources that generate raw streams like
7389         cdparanoia.
7390         disconnect the preroll overrun signal when we don't need it anymore.
7391
7392 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
7393
7394         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
7395         Added reworked patch from #154903 from milosz derezynski (deadchip).
7396
7397 2004-10-08  Wim Taymans  <wim@fluendo.com>
7398
7399         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
7400         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
7401         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
7402         (cdparanoia_convert), (cdparanoia_uri_get_type),
7403         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
7404         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
7405         * ext/cdparanoia/gstcdparanoia.h:
7406         This adds the cdda://<tracknum> uri.
7407
7408 2004-10-08  Wim Taymans  <wim@fluendo.com>
7409
7410         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7411         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
7412         (try_to_link_1), (no_more_pads), (close_link), (type_found):
7413         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7414         (unknown_type), (gst_play_base_bin_remove_element),
7415         (gst_play_base_bin_link_stream):
7416         * gst/playback/gstplaybasebin.h:
7417         * gst/playback/gstplaybin.c: (gst_play_bin_init),
7418         (gst_play_bin_set_property), (gen_video_element),
7419         (gen_audio_element), (setup_sinks):
7420         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7421         (gst_stream_info_get_type), (gst_stream_info_class_init),
7422         (gst_stream_info_init), (gst_stream_info_new),
7423         (gst_stream_info_dispose), (stream_info_mute_pad),
7424         (gst_stream_info_set_property), (gst_stream_info_get_property):
7425         * gst/playback/gststreaminfo.h:
7426         Reuse the audio and video bins.
7427         Some internal cleanups in the stream selection code.
7428
7429 2004-10-08  Julien MOUTTE  <julien@moutte.net>
7430
7431         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
7432         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
7433         * sys/ximage/ximagesink.h:
7434         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
7435         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
7436         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
7437         not coming from those elements. Moreover these elements should not keep
7438         the xid they have been given when in NULL state.
7439
7440 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7441
7442         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
7443         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
7444         * sys/ximage/ximagesink.h:
7445         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
7446         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
7447         * sys/xvimage/xvimagesink.h:
7448           Actually only create a new toplevel window if we're not gonna
7449           embed it right after.
7450
7451 2004-10-07  Wim Taymans  <wim@fluendo.com>
7452
7453         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
7454         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
7455         * gst/playback/gstplaybin.c: (setup_sinks):
7456         Implement muting/unmuting of streams, mute streams that are not
7457         used.
7458
7459 2004-10-07  Wim Taymans  <wim@fluendo.com>
7460
7461         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
7462         (plugin_init):
7463         Added lame audio/x-ac3 typefind function.
7464
7465 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7466
7467         * configure.ac:
7468           bump nano to cvs
7469
7470 === release 0.8.5 ===
7471
7472 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7473
7474         * NEWS:
7475         * RELEASE:
7476         * configure.ac:
7477           releasing 0.8.5, "Take You On"
7478
7479 2004-10-06  Wim Taymans  <wim@fluendo.com>
7480
7481         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
7482         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
7483         (no_more_pads), (close_link), (type_found):
7484         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
7485         * gst/playback/gstplaybin.c: (gen_video_element):
7486         Do not signal the no_more_pads after the first pad when
7487         we are plugging a non dynamic element with multiple
7488         output pads (like swfdec, dvdec, ...).
7489
7490 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7491
7492         * configure.ac:
7493           bump for prerelease
7494
7495 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7496
7497         * gst/wavparse/gstwavparse.c:
7498           add ATRAC3 to STATIC CAPS to fix a warning
7499
7500         * gst/matroska/ebml-read.c:
7501         * gst-libs/gst/riff/riff-read.c:
7502           fix typos
7503
7504 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7505
7506         * gst-libs/gst/riff/riff-media.c:
7507           generate caps for ATRAC3 audio streams
7508
7509         * gst/realmedia/rmdemux.c:
7510           generate caps for ATRAC3 audio streams
7511
7512 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7513
7514         * gst/wavparse/Makefile.am
7515         * gst/wavparse/riff.h
7516         * gst/wavparse/wavparse.vcproj
7517           riff.h removal (unused and duplication with riff-ids.h)
7518
7519 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7520
7521         * gst/wavparse/gstwavparse.h
7522           remove duplicated defines for audio codec codes
7523
7524         * gst-libs/gst/riff/riff-ids.h
7525         * gst/wavenc/riff.h:
7526           add "4CC" code for ATRAC3 audio streams
7527           add "4CC" code for ITU_G721_ADPCM (unused for now)
7528
7529 2004-10-06  Wim Taymans  <wim@fluendo.com>
7530
7531         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
7532         Actually _do_ negotiation. Pass gdouble as arg instead
7533         of guint64 for the framerate.
7534
7535 2004-10-06  Wim Taymans  <wim@fluendo.com>
7536
7537         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
7538         (find_compatibles), (close_pad_link), (try_to_link_1),
7539         (no_more_pads), (close_link), (type_found):
7540         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
7541         * gst/playback/gstplaybin.c: (gen_video_element),
7542         (gen_audio_element):
7543         Set state on newly added element to READY so that negotiation
7544         can happen ASAP.
7545         Addes some more debug info.
7546         Do not try to plug pads with multiple caps structures or ANY
7547         because it is too dangerous since we do not do dynamic
7548         replugging.
7549
7550 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7551
7552         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
7553
7554         * po/LINGUAS:
7555         * po/or.po:
7556           add Oriya translation
7557
7558 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7559
7560         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7561           Prevent overwrite of size member. Makes audio sound crappy.
7562
7563 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7564
7565         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7566         Add rmvb to the list of known RealMedia extensions
7567
7568 2004-10-05  Wim Taymans  <wim@fluendo.com>
7569
7570         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
7571         (mngdec_openstream), (mngdec_closestream),
7572         (mngdec_handle_sink_event), (mngdec_readdata),
7573         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
7574         (mngdec_getcanvasline), (mngdec_refresh),
7575         (gst_mngdec_change_state):
7576         Set the framerate correctly.
7577
7578 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7579
7580         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7581           There was something wrong with the index massaging.
7582
7583 2004-10-04  Wim Taymans  <wim@fluendo.com>
7584
7585         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
7586         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
7587         (gst_smokedec_chain):
7588         * ext/jpeg/gstsmokedec.h:
7589         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7590         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
7591         * ext/jpeg/gstsmokeenc.h:
7592         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
7593         (smokecodec_decode_new), (smokecodec_info_free),
7594         (smokecodec_set_quality), (smokecodec_get_quality),
7595         (smokecodec_set_threshold), (smokecodec_get_threshold),
7596         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
7597         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
7598         (smokecodec_encode), (smokecodec_parse_id),
7599         (smokecodec_parse_header), (smokecodec_decode):
7600         * ext/jpeg/smokecodec.h:
7601         * ext/jpeg/smokeformat.h:
7602         Updated smoke, new bitstream, allows embedding in ogg.
7603
7604 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7605
7606         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
7607           Fix seeking in some files. All this code is no longer needed (and
7608           actually breaks stuff) because we now synchronize the full index
7609           right when reading the header.
7610
7611 2004-10-04  Wim Taymans  <wim@fluendo.com>
7612
7613         * configure.ac:
7614         configure update for libmng.
7615
7616 2004-10-04  Wim Taymans  <wim@fluendo.com>
7617
7618         * ext/libmng/Makefile.am:
7619         * ext/libmng/gstmng.c: (plugin_init):
7620         * ext/libmng/gstmng.h:
7621         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
7622         (gst_mngdec_base_init), (gst_mngdec_class_init),
7623         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
7624         (gst_mngdec_loop), (gst_mngdec_get_property),
7625         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
7626         (mngdec_closestream), (mngdec_handle_sink_event),
7627         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
7628         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
7629         (gst_mngdec_change_state):
7630         * ext/libmng/gstmngdec.h:
7631         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
7632         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
7633         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
7634         (gst_mngenc_chain), (gst_mngenc_get_property),
7635         (gst_mngenc_set_property):
7636         * ext/libmng/gstmngenc.h:
7637         Added basic MNG decoder. Needs more work. The encoder does
7638         not work yet.
7639
7640 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7641
7642         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
7643         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
7644         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
7645           Don't hang on length=0 chunks. Some negotiation fixes. Signal
7646           no-more-pads.
7647
7648 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7649
7650         * configure.ac:
7651           you need at least 1.0.4 of speex
7652
7653 2004-10-04 Iain <iaingnome@gmail.com>
7654
7655         * ext/speex/gstspeexdec.h: Revert the includes changes.
7656
7657         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
7658
7659 2004-09-30 Iain <iaingnome@gmail.com>
7660
7661         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
7662         found during init or set as a property instead of hardcoding /dev/audio
7663
7664 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7665
7666         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
7667         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
7668         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
7669         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
7670         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
7671         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
7672         (gst_rmdemux_dump_data):
7673           Use debug category, fix EOS handling. filesrc ! rmdemux now
7674           works.
7675
7676 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7677
7678         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7679         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
7680         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
7681           Improve allocation, cutting and sorting of the index. How takes a
7682           few seconds instead of minutes.
7683
7684 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
7685
7686         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
7687           fixed compilation
7688
7689 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7690
7691         * gst-libs/gst/riff/riff-media.c:
7692         (gst_riff_create_video_caps_with_data),
7693         (gst_riff_create_video_template_caps):
7694           Add wing commander format mimetype/fourccs.
7695         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7696           Don't crash if some value is 0.
7697
7698 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7699
7700         * gst-libs/gst/riff/riff-media.c:
7701         (gst_riff_create_video_caps_with_data),
7702         (gst_riff_create_video_template_caps):
7703           Add DIB fourcc (raw, palettized 8-bit RGB).
7704         * gst-libs/gst/riff/riff-read.c:
7705         (gst_riff_read_strf_vids_with_data):
7706           Oops, fix strf_data reading bug.
7707         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
7708           Use a non-NULL tag.
7709         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
7710           Time for hacks. Sorry Dave. At least one quicktime movie (a
7711           trailer) that I've encountered contains multiple video tracks.
7712           One of those is the actual video track, the other are one-frame
7713           tracks (images). Unfortunately, the number of frames according
7714           to the trak header is 1 for each, so that doesn't help. So
7715           instead, I look at the duration and discard tracks with a
7716           duration shorter than 20% of the length of the stream. Better
7717           than nothing.
7718
7719 2004-10-01  Christian Schaller <christian@fluendo.com>
7720
7721         * ext/ivorbis/vorbis.c:
7722           Patch from Phil Blundell (Bug 152341)
7723
7724 2004-10-01  Wim Taymans  <wim@fluendo.com>
7725
7726         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
7727         (speex_dec_get_formats), (speex_dec_convert),
7728         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
7729         (speex_dec_chain), (gst_speexdec_get_property),
7730         (gst_speexdec_set_property):
7731         Small cleanups.
7732
7733 2004-10-01  Wim Taymans  <wim@fluendo.com>
7734
7735         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
7736         (gst_wavparse_stream_init), (gst_wavparse_fmt),
7737         (gst_wavparse_other), (gst_wavparse_loop),
7738         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7739         (gst_wavparse_srcpad_event):
7740         * gst/wavparse/gstwavparse.h:
7741         Added some more debugging info.
7742         Fix the case where the length of the file is 0.
7743         Make sure we seek to sample borders.
7744
7745 2004-10-01  Wim Taymans  <wim@fluendo.com>
7746
7747         * gst/playback/README:
7748         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
7749         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
7750         (try_to_link_1), (no_more_pads), (close_link), (type_found):
7751         Add some debug info to decodebin, update README
7752
7753 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7754
7755         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
7756           Don't use g_print(); use GST_DEBUG().
7757
7758 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7759
7760         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
7761         (gst_ogg_mux_queue_pads):
7762           Handle EOS properly.
7763
7764 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
7765
7766         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7767
7768         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
7769         (gst_faad_chain), (gst_faad_change_state):
7770         * ext/faad/gstfaad.h:
7771           Allow playback of raw (unframed) MPEG AAC files (#148993).
7772
7773 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
7774
7775         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7776
7777         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
7778           Throw error if we didn't recognize the stream. Fixes #152289.
7779
7780 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7781
7782         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
7783           Fix negotiation.
7784
7785 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
7786
7787         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7788
7789         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
7790           Fix memleak.
7791
7792 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
7793
7794         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7795
7796         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
7797           Solve #152805.
7798         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
7799           Solve 152806.
7800
7801 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7802
7803         * gst-libs/gst/riff/riff-media.c:
7804         (gst_riff_create_video_caps_with_data),
7805         (gst_riff_create_audio_caps_with_data):
7806           Add codec_data handling (like asfdemux used to do).
7807         * gst/asfdemux/gstasf.c: (plugin_init):
7808         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
7809         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
7810           Use riff-media for caps creation instead of our own (mostly
7811           broken) copy of its functions.
7812
7813 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7814
7815         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
7816           Don't actually error out if we get another return value than
7817           -EINVAL. Opposite to what I first thought, drivers have random
7818           return values for this, although -EINVAL is the expected return
7819           value. Since this is not fatal, we shouldn't use
7820           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
7821
7822 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7823
7824         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
7825         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
7826         (dvdreadsrc_get_property), (_open), (_seek), (_read),
7827         (dvdreadsrc_get), (dvdreadsrc_open_file),
7828         (dvdreadsrc_change_state):
7829           Fix. Don't do one big huge loop around the whole DVD, that will
7830           cache all data and thus eat sizeof(dvd) (several GB) before we
7831           see something.
7832         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
7833           Actually NULL'ify event after using it.
7834         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
7835         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
7836         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
7837         (gst_ebml_read_seek), (gst_ebml_read_skip):
7838           Handle events.
7839         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
7840         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
7841         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
7842           Fix timing (this will probably break if I seek using menus, but
7843           I didn't get there yet). VOBs and normal DVDs should now work.
7844           Add a mpeg2-only pad with high rank so this get autoplugged for
7845           MPEG-2 movies.
7846         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
7847         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
7848         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
7849         (gst_mpeg_demux_get_audio_stream),
7850         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
7851         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
7852           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
7853           MPEG-1 but use dvddemux for MPEG-2.
7854         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
7855         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
7856         (gst_mpeg_parse_parse_packhead):
7857           Timing. Only add pad template if it exists. Add sink template from
7858           class and not from ourselves. This means we will always use the
7859           correct sink template even if it is not the one defined in this
7860           file.
7861
7862 2004-09-29  Wim Taymans  <wim@fluendo.com>
7863
7864         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
7865         (gst_mpeg_demux_parse_pes):
7866         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
7867         Fix playback of mpeg again, timestamps where screwed up by
7868         patch 1.61.
7869
7870 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7871
7872         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
7873           Only return true if we actually filled something in. Prevents
7874           player applications from showing a random length for flac files.
7875         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
7876         (gst_riff_read_use_event), (gst_riff_read_handle_event),
7877         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
7878         (gst_riff_read_strf_vids_with_data),
7879         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
7880           OK, ok, so I implemented event handling. Apparently it's normal
7881           that we receive random events at random points without asking
7882           for it.
7883         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
7884         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
7885         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
7886         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
7887         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
7888         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
7889         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
7890         * gst/avi/gstavidemux.h:
7891           Implement non-lineair chunk handling and subchunk processing.
7892           The first solves playback of AVI files where the audio and video
7893           data of individual buffers that we read are not synchronized.
7894           This should not happen according to the wonderful AVI specs, but
7895           of course it does happen in reality. It is also a prerequisite for
7896           the second. Subchunk processing allows us to cut chunks in small
7897           pieces and process each of these pieces separately. This is
7898           required because I've seen several AVI files with incredibly large
7899           audio chunks, even some files with only one audio chunk for the
7900           whole file. This allows for proper playback including seeking.
7901           This patch is supposed to fix all AVI A/V sync issues.
7902         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
7903         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
7904           Work.
7905         * gst/modplug/gstmodplug.cc:
7906           Proper return value setting for the query() function.
7907         * gst/playback/gstplaybasebin.c: (setup_source):
7908           Being in non-playing state (after, e.g., EOS) is not necessarily
7909           a bad thing. Allow for that. This fixes playback of short files.
7910           They don't actually playback fully now, because the clock already
7911           runs. This means that small files (<500kB) with a small length
7912           (<2sec) will still not or barely play. Other files, such as mod
7913           or flx, will work correctly, however.
7914
7915 2004-09-28  Wim Taymans  <wim@fluendo.com>
7916
7917         * ext/speex/gstspeex.c: (plugin_init):
7918         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
7919         (gst_speex_dec_class_init), (speex_dec_get_formats),
7920         (speex_get_event_masks), (speex_get_query_types),
7921         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
7922         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
7923         (gst_speexdec_get_property), (gst_speexdec_set_property),
7924         (speex_dec_change_state):
7925         * ext/speex/gstspeexdec.h:
7926         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
7927         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
7928         (gst_speexenc_base_init), (gst_speexenc_class_init),
7929         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
7930         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
7931         (gst_speexenc_src_query), (gst_speexenc_init),
7932         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
7933         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
7934         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
7935         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
7936         (gst_speexenc_chain), (gst_speexenc_get_property),
7937         (gst_speexenc_set_property), (gst_speexenc_change_state):
7938         * ext/speex/gstspeexenc.h:
7939         Rewrote speex encoder, make sure it can be embedded in ogg.
7940         Implemented speex decoder.
7941
7942 2004-09-28  Christian Schaller <christian@fluendo.com>
7943
7944         * configure.ac:
7945         Remove kioslave plugin. Markey is brewing a new working one
7946         * ext/Makefile.am: Remove kioslave plugin
7947         * ext/kio: remove
7948         * gst-plugins.spec.in: remove kio plugin from spec
7949
7950 2004-09-27  Wim Taymans  <wim@fluendo.com>
7951
7952         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
7953         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
7954         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
7955         (gst_multifdsink_new_client),
7956         (gst_multifdsink_handle_client_write),
7957         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
7958         (gst_multifdsink_handle_clients):
7959         * gst/tcp/gstmultifdsink.h:
7960         Make syncing to keyframes actually work for new clients and lagging
7961         clients.
7962
7963 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7964
7965         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
7966         (gst_navigationtest_handle_src_event), (draw_box_planar411),
7967         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
7968         * gst/debug/gstnavigationtest.h:
7969           make navigationtest display button-press and button-release events
7970
7971 2004-09-26 Iain <iaingnome@gmail.com>
7972
7973         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
7974         the channels have received a new media event.
7975         (interleave_buffered_loop): Compresses a new media event on all
7976         channels into one.
7977
7978 2004-09-26 Iain <iaingnome@gmail.com>
7979
7980         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
7981         call the sinkpad's default event handler and not the srcpads. He also
7982         says this is confusing :)
7983         (gst_wavenc_stop_file): Company says that seek events only go upstream
7984         we should send a discontinuous downstream instead.
7985
7986 2004-09-25  Christian Schaller <christian@fluendo.com>
7987
7988         * Update SPEC file to be usable in conjunction with Fedora Core,
7989           Fedora.us and freshrpms packages
7990         * Fix typo in multifilesrc test Makefile
7991
7992 2004-09-24  Wim Taymans  <wim@fluendo.com>
7993
7994         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
7995         Only signal the no_more_pads signal when we have
7996         added the stream to our list.
7997
7998 2004-09-24  Wim Taymans  <wim@fluendo.com>
7999
8000         * gst/playback/gstplaybasebin.c: (remove_prerolls),
8001         (new_decoded_pad):
8002         * gst/playback/gstplaybasebin.h:
8003         * gst/playback/gstplaybin.c: (setup_sinks):
8004         Don't try to preroll or decode more than one audio/video
8005         track.
8006
8007 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8008
8009         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8010           Throw error if we failed to find a suitable output. This should
8011           throw an error if we successfully set up a pipeline (e.g. because
8012           we recognized a media file) but found no decodable streams in it
8013           (e.g. because it contains only media stream types for which we
8014           have no decoders, or because it's not a media type).
8015
8016 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8017
8018         * ext/dirac/Makefile.am:
8019         * ext/dirac/gstdirac.cc:
8020         * ext/dirac/gstdiracdec.cc:
8021         * ext/dirac/gstdiracdec.h:
8022           Do something. Don't actually know if this works because I don't
8023           have a demuxer yet.
8024         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
8025           Add channels=1 to caps returned from _getcaps().
8026         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
8027         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
8028         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
8029         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
8030         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
8031         (gst_ogm_parse_change_state):
8032           Separate between audio/video so ogmaudioparse actually uses the
8033           audio pad templates. Both audio and video work now, including
8034           autoplugging. Also use sometimes-srcpad hack.
8035         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
8036           Handle events better. Don't hang on infinite loops.
8037         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8038         (gst_avi_demux_init), (gst_avi_demux_reset),
8039         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
8040         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
8041         (gst_avi_demux_change_state):
8042         * gst/avi/gstavidemux.h:
8043           Improve A/V sync. Still not perfect.
8044         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
8045         (gst_ebml_read_skip):
8046           Handle events better.
8047         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
8048         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
8049         (qtdemux_audio_caps):
8050           Add IMA4. Improve event handling. Save offset after a seek when
8051           the headers are at the end of the file so that we don't end up in
8052           an infinite loop.
8053         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8054           Add low-priority typefind support for files with no length.
8055
8056 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8057
8058         * testsuite/multifilesink/Makefile.am:
8059         fix typo
8060
8061 2004-09-22  Julien MOUTTE  <julien@moutte.net>
8062
8063         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8064         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
8065         mistakes from thaytan's patches.
8066
8067 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
8068
8069         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8070           For completeness, XSync in the destroy function as xvimage does.
8071
8072 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
8073
8074         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
8075            Correct caps negotiation
8076         * gst/volume/gstvolume.c: (volume_chain_float),
8077         (volume_chain_int16):
8078            Modify debug output to be little more informative
8079         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8080         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
8081         (gst_xvimagesink_xvimage_destroy):
8082           Add XSync calls after detaching from the shared memory segment to
8083           avoid a crash.
8084
8085 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8086
8087         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8088         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
8089         * ext/vorbis/vorbis.c: (plugin_init):
8090         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
8091         (gst_vorbisenc_chain):
8092         * ext/vorbis/vorbisenc.h:
8093         remove explicit newmedia support from oggmux and vorbisenc
8094         add debug category to vorbisenc
8095         * gst/multifilesink/gstmultifilesink.c:
8096         (gst_multifilesink_class_init), (gst_multifilesink_init),
8097         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
8098         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
8099         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
8100         (plugin_init):
8101         * gst/multifilesink/gstmultifilesink.h:
8102         add support for streamheader in multifilesink
8103
8104 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8105
8106         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
8107         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
8108         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
8109           Prevent infinite loops. More correct error reporting.
8110         * gst/auparse/gstauparse.c: (gst_auparse_chain):
8111           Error out if negotiation fails.
8112         * gst/playback/gstplaybasebin.c: (setup_source),
8113         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
8114         (gst_play_base_bin_found_tag):
8115           Error/tag forwarding. Pre-roll fixes for source errors on state
8116           changes (e.g. "file does not exist") to prevent hangs.
8117
8118 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8119
8120         * testsuite/multifilesink/Makefile.am:
8121         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
8122         (gst_newmedia_class_init), (gst_newmedia_init),
8123         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
8124         (newfile_signal), (test_signal), (main):
8125         * testsuite/multifilesink/multifilesrc_test.c: (main):
8126         * testsuite/multifilesink/oggtheora_test.c:
8127         (gst_newmedia_base_init), (gst_newmedia_class_init),
8128         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
8129         (test_format), (newfile_signal), (test_signal), (main):
8130         * testsuite/multifilesink/oggvorbis_test.c:
8131         (gst_newmedia_base_init), (gst_newmedia_class_init),
8132         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
8133         (test_format), (newfile_signal), (test_signal), (main):
8134         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
8135         (gst_newmedia_class_init), (gst_newmedia_init),
8136         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
8137         (newfile_signal), (test_signal), (main):
8138         New media tests
8139
8140 2004-09-20  Christian Schaller <christian@fluendo.com>
8141
8142         * Fix mikmod license to LGPL as they have relicensed
8143         * Move Dirac and Effectv into LGPL section of README_license
8144
8145 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8146
8147         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
8148         (gst_mad_change_state):
8149           Allow for mp3 rate/channels changes. However, only very
8150           conservatively. Reason that we *have* to enable this is smiply
8151           because the mad find_sync() function is not good enough, it will
8152           regularly sync on random data as valid frames and therefore make
8153           us provide random caps as *final* caps of the stream. The best fix
8154           I could think of is to simply require several of the same stream
8155           changes in a row before we change caps.
8156           The actual testcase that works now is #
8157         * ext/ogg/Makefile.am:
8158         * ext/ogg/gstogg.c: (plugin_init):
8159         * ext/ogg/gstogmparse.c:
8160           OGM support (video only for now; I need an audio sample file).
8161         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
8162         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
8163         (gst_asf_demux_add_video_stream):
8164           WMV extradata.
8165         * gst/playback/gstplaybasebin.c: (unknown_type):
8166           Don't error out on single unknown-types after all. It's wrong.
8167           If we found type of video and audio but not of a subtitle stream,
8168           it will still error out (which is unwanted). Will find a better fix
8169           later on.
8170         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
8171         (ogmaudio_type_find), (plugin_init):
8172           OGM support.
8173
8174 2004-09-20  Johan Dahlin  <johan@gnome.org>
8175
8176         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
8177         after setting caps.
8178
8179 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8180
8181         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
8182         * gst/wavenc/gstwavenc.h:
8183         Added newmedia support to wavenc
8184
8185 2004-09-17  Wim Taymans  <wim@fluendo.com>
8186
8187         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
8188         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
8189         (gst_fdset_fd_can_write), (gst_fdset_wait):
8190         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8191         (gst_multifdsink_init), (gst_multifdsink_add),
8192         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
8193         (gst_multifdsink_remove_client_link),
8194         (gst_multifdsink_client_queue_buffer),
8195         (gst_multifdsink_handle_client_write),
8196         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
8197         (gst_multifdsink_close), (gst_multifdsink_change_state):
8198         * gst/tcp/gstmultifdsink.h:
8199         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
8200         (gst_tcpserversink_removed):
8201         Small cleanups in fdset.c
8202         Use a hastable to map fd to the client structure for faster
8203         lookup in _remove and get_stats.
8204         Added virtual function to close the fds.
8205         Handle clients even when the select/poll call was unblocked because
8206         of a command.
8207         Implement syncing to keyframe in the recovery procedure.
8208
8209 2004-09-16 Iain <iaingnome@gmail.com>
8210
8211         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
8212         try caps.
8213
8214 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8215
8216         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
8217           Caps are only set if the type of the stream is unknown, but this
8218           is initialized in ->init_stream(), so set to UNKNOWN after calling
8219           ->init_stream() so that capsnego starts.
8220
8221 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8222
8223         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8224         (gst_avi_demux_stream_data):
8225           Just hardcode for raw audio then. AVI audio sucks.
8226
8227 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
8228
8229         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
8230         * gst/matroska/matroska-mux.c: (audiosink_templ),
8231         (gst_matroska_mux_audio_pad_link):
8232         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
8233         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
8234
8235 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8236
8237         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8238         (gst_avi_demux_stream_data):
8239           Try to fix a/v sync issues.
8240
8241 2004-09-15  David Schleef  <ds@schleef.org>
8242
8243         * configure.ac: remove NASM check, since we don't use it.  Update
8244         dirac check to 0.4
8245         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
8246         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
8247         Initialized variables.
8248         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
8249         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
8250         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
8251         SVQ3 format
8252
8253 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8254
8255         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8256         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
8257         * gst/avi/gstavidemux.h:
8258           Fix for compressed audio (mp3) timestamp generation. How did this
8259           ever work?
8260
8261 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8262
8263         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
8264           Volume is a double not a float.
8265
8266 2004-09-15  Wim Taymans  <wim@fluendo.com>
8267
8268         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
8269         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
8270         Don't close the fd in multifdsink as we didn't open it in the
8271         first place. Some cleanups.
8272
8273 2004-09-15  Wim Taymans  <wim@fluendo.com>
8274
8275         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8276         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
8277         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
8278         Fix the case where the muxer would mark pages as delta
8279         frames when they are not (vorbis only ogg).
8280
8281 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8282
8283         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
8284         (gst_play_base_bin_change_state):
8285           Handle the case where we failed to setup a clear pipeline. This
8286           will throw an error (or EOS, another nice case) and if you don't
8287           catch that, the app will wait for the signal forever (and thus
8288           hang).
8289
8290 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8291
8292         * ext/gnomevfs/gstgnomevfssink.c:
8293         (gst_gnomevfssink_uri_get_protocols):
8294         * ext/gnomevfs/gstgnomevfssrc.c:
8295         (gst_gnomevfssrc_uri_get_protocols):
8296         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
8297         * ext/gnomevfs/gstgnomevfsuri.h:
8298           Use _uri_new() instead of _open(), so it doesn't take as long and
8299           Christophe's computer won't hang.
8300         * gst/playback/gstplaybasebin.c: (unknown_type):
8301           Throw error on unknown media type, so apps actually display it.
8302
8303 2004-09-14  Brian Cameron  <brian.cameron@sun.com
8304
8305         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
8306           this script to work on Solaris since bash shell handles echo
8307           differenly than bash.
8308
8309 2004-09-17  Wim Taymans  <wim@fluendo.com>
8310
8311         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
8312         (setup_source), (gst_play_base_bin_set_property),
8313         (gst_play_base_bin_add_element):
8314         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
8315         Some more work on making sure seeking pauses the pipeline and
8316         that changing the uri actually does something.
8317
8318 2004-09-17  Wim Taymans  <wim@fluendo.com>
8319
8320         * gst/tcp/gstfdset.c: (gst_fdset_wait):
8321         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
8322         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
8323         (gst_tcpserversink_close):
8324         Be a bit more paranoid when freeing memory.
8325
8326 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8327
8328         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
8329         (qtdemux_parse_trak):
8330           Don't crash by dividing by zero (see sample movie in #126922).
8331
8332 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8333
8334         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
8335           Don't touch non-existing data (fixes crash on file in #140147).
8336
8337 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8338
8339         * gst/playback/gstplaybasebin.c:
8340         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
8341           Handle double disposals, and proper change of URIs.
8342
8343 2004-09-13  Martin Eikermann <meiker@upb.de>
8344
8345         * gst/mpegstream/gstmpegparse.c:
8346           fix synchronistation for streams recorded from digital PCR
8347           fixes bug #119376
8348
8349 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8350
8351         * ext/gnomevfs/Makefile.am:
8352         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8353         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
8354         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
8355         (gst_gnomevfssink_uri_get_type),
8356         (gst_gnomevfssink_uri_get_protocols),
8357         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
8358         (gst_gnomevfssink_uri_handler_init),
8359         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
8360         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
8361         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
8362         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
8363         (gst_gnomevfssrc_uri_get_type),
8364         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
8365         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
8366         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
8367         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
8368         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
8369         * ext/gnomevfs/gstgnomevfsuri.h:
8370           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
8371           of fake URIs to see which this version of Gnome-VFS likes, and
8372           uses that for the Gst-URI interface. Makes playbin support http://
8373           streams. Also fix up some stupid behaviour in gnomevfssrc.
8374
8375 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8376
8377         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
8378         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8379         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8380         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8381           Update mixer (to sync with other sessions) if we try to obtain
8382           a new value. This makes alsamixer work accross applications.
8383         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
8384           Only call sync functions if we're running, else alsalib asserts.
8385         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
8386           Sometimes fails to compile. Possibly a gcc bug.
8387         * gst/playback/gstplaybin.c: (gen_video_element),
8388         (gen_audio_element):
8389           Add a reference to an application-provided object, because we lose
8390           this same reference if we add it to the bin. If we don't do this,
8391           we can only use this object once and thus crash if we go from
8392           ready to playing, back to ready and back to playing again.
8393           Also add an audioscale element because several cheap soundcards -
8394           like mine - don't support all samplerates.
8395         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
8396         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
8397           Fix wrong order or PAR calls. Makes automatically obtained PAR
8398           from the X server atually being used.
8399
8400 2004-09-12  David Schleef  <ds@schleef.org>
8401
8402         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
8403         #151887, #152102, #152247.
8404         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
8405         * examples/seeking/cdparanoia.c: same
8406         * examples/seeking/cdplayer.c: same
8407         * examples/seeking/seek.c: same
8408         * examples/seeking/spider_seek.c: same
8409         * examples/seeking/vorbisfile.c: same
8410         * examples/stats/mp2ogg.c: same
8411         * ext/esd/esdsink.c: (gst_esdsink_class_init),
8412         (gst_esdsink_dispose): Dispose of element properly.
8413         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
8414         fixes.
8415         * ext/nas/nassink.c: (gst_nassink_class_init),
8416         (gst_nassink_dispose): Dispose of element correctly.
8417         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
8418         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
8419         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
8420         Fix 64-bit warning.
8421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
8422         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
8423         Fix 64-bit warning.
8424
8425 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8426
8427         * configure.ac : change speex detection as 1.1.6 now uses
8428           .pc/pkg-config and they changed their headers location.
8429
8430 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
8431
8432         * gst/matroska/matroska-mux.h:
8433         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
8434         (gst_matroska_mux_start), (gst_matroska_mux_finish),
8435         (gst_matroska_mux_write_data):
8436           Write multiple blocks/frames per cluster.
8437                 Write meta-seek information (seek heads).
8438
8439 2004-09-09  Scott Wheeler <wheeler@kde.org>
8440
8441         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
8442         (gst_play_bin_set_property), (gst_play_bin_get_property),
8443         (gen_audio_element), (gen_audio_element):
8444           Add a volume element / property to the pipeline.
8445
8446 2004-09-07  Wim Taymans  <wim@fluendo.com>
8447
8448         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
8449         Copy timestamps from the master pad to the output buffers.
8450
8451 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8452
8453         * ext/raw1394/gstdv1394src.c:
8454           throw errors when applicable
8455
8456 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
8457
8458         * gst/matroska/ebml-ids.h:
8459         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
8460         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
8461         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
8462           automatically convert unix time <-> ebml time when reading/writing
8463           a date, use gst_ebml_write_uint to write CUETIME,
8464           not gst_ebml_write_date.
8465         * gst/matroska/matroska-ids.h:
8466         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
8467         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
8468         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
8469         (gst_matroska_mux_write_data):
8470           Write track and segment UIDs, write muxing date, write
8471           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
8472           Create cues for audio only files.
8473
8474 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8475
8476         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
8477         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
8478           Re-commit ALSA switches.
8479         * gst/adder/gstadder.c: (gst_adder_loop):
8480           64-bit fix (#151416).
8481         * gst/debug/progressreport.c: (gst_progressreport_report):
8482           64-bit fix (#151419).
8483         * gst/matroska/matroska-demux.c:
8484         (gst_matroska_demux_parse_contents):
8485           64-bit fix (#151420).
8486         * gst/playback/test3.c: (update_scale):
8487           64-bit fix (#151421).
8488
8489 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
8490
8491         * configure.ac:
8492           bump nano to cvs
8493
8494 === release 0.8.4 ===
8495
8496 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8497
8498         * configure.ac: releasing 0.8.4, "Alias"
8499
8500 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
8501
8502         * ext/theora/Makefile.am:
8503           fix makefile.  Fixes #151462.
8504
8505 2004-08-30  Wim Taymans  <wim@fluendo.com>
8506
8507         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
8508         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
8509         (gst_multifdsink_remove_client_link),
8510         (gst_multifdsink_client_queue_buffer),
8511         (gst_multifdsink_handle_client_write):
8512         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
8513         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
8514         Fix some memory leaks.
8515
8516 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8517
8518         Patch by: David Schleef
8519
8520         * configure.ac:
8521         * sys/Makefile.am:
8522           rename our detection macro for V4L2.  Fixes #151236.
8523
8524 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8525
8526         Patch by: David Schleef
8527
8528         * configure.ac:
8529           check to define LAMEPRESET.  Fixes #151232.
8530
8531 2004-08-27  David Schleef  <ds@schleef.org>
8532
8533         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
8534         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
8535         (gst_glimagesink_fixate):  Move local variable declarations to
8536         make gcc-2.95 happy.
8537
8538 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8539
8540         * configure.ac:
8541           bump nano for prerelease
8542
8543 2004-08-27  David Schleef  <ds@schleef.org>
8544
8545         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
8546         * sys/sunaudio/gstsunaudiosrc.c:
8547         * sys/sunaudio/gstsunaudiosrc.h:
8548
8549 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
8550
8551         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
8552         handle EOS correctly
8553         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
8554         * gst/matroska/matroska-mux.h:
8555         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
8556         VFW compatibility mode
8557
8558 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8559
8560         patch by: Zaheer Abbas Merali
8561
8562         * ext/ogg/gstoggmux.c:
8563         * ext/vorbis/vorbisenc.c:
8564         * ext/vorbis/vorbisenc.h:
8565           handle NEWMEDIA
8566
8567 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
8568
8569         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
8570         fix byte order reversion on little endian machines.
8571         * gst/matroska/matroska-mux.c: (audiosink_templ),
8572         (gst_matroska_mux_audio_pad_link):
8573         add TTA codec to the list of supported codecs.
8574         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
8575         (gst_matroska_mux_start), (gst_matroska_mux_finish),
8576         (gst_matroska_mux_write_data):
8577         * gst/matroska/matroska-mux.h:
8578         write segment duration correctly, write muxing app string, fixes bugs
8579         #140897 and #140898.
8580         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
8581         wait for all pads to be negotiated before starting to mux.
8582
8583 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8584
8585         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
8586         * ext/lame/gstlame.h:
8587         Added new media support to lame
8588
8589 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
8590
8591         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
8592         send vorbis headers at the beginning of a stream, fixes bug #141554.
8593         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
8594         bug #148950.
8595         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
8596         (gst_matroska_demux_plugin_init):
8597         * gst/matroska/matroska-ids.h:
8598         enable demuxing of TTA audio streams, fixes bug #148951.
8599         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
8600         enable typefinding for TTA audio files, fixes bug #148711.
8601         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
8602         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
8603         fixes playback of packed bitstream and xvid with bframes, bug #135407.
8604
8605 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
8606
8607         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
8608         (gst_riff_read_element_data), (gst_riff_read_seek),
8609         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
8610         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
8611         <teuf@gnome.org>
8612
8613 2004-08-23 Iain <iaingnome@gmail.com>
8614
8615         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
8616         tags. They appear to be handled differently to normal.
8617         (tag_list_to_id3_tag_foreach): Ditto.
8618
8619 2004-08-22  Wim Taymans  <wim@fluendo.com>
8620
8621         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
8622         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
8623         Make sure we never send -1 granulepos.
8624
8625 2004-08-20  Wim Taymans  <wim@fluendo.com>
8626
8627         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
8628         (gst_ogg_mux_loop):
8629         I will accept bitchslappings with non sharp objects.
8630
8631 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8632
8633         * configure.ac:
8634         Clean up the test for lame presets
8635
8636 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8637
8638         * configure.ac:
8639         * ext/lame/Makefile.am:
8640         * ext/lame/gstlame.c: (gst_lame_class_init),
8641         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
8642         Only enable lame presets if version of lame has presets in API
8643
8644 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
8645         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
8646         * gst/udp/gstudpsrc.h:
8647           Don't call gst_pad_push in a get function. Fixes #150449
8648
8649 2004-08-18  Wim Taymans  <wim@fluendo.com>
8650
8651         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
8652         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
8653         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
8654         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
8655         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
8656         (gst_fdset_wait):
8657         * gst/tcp/gstfdset.h:
8658         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
8659         (gst_multifdsink_client_queue_buffer),
8660         (gst_multifdsink_handle_client_write):
8661         * gst/tcp/gstmultifdsink.h:
8662         Some extra checks in gstfdset.
8663         Only use send() when the fd is a socket. Don't try to
8664         read from write only fds.
8665
8666 2004-08-18  Wim Taymans  <wim@fluendo.com>
8667
8668         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
8669         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
8670         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
8671         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
8672         (gst_fdset_wait):
8673         Add more locking and bounds checking.
8674
8675 2004-08-18  Wim Taymans  <wim@fluendo.com>
8676
8677         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
8678         Realloc test fdset in the lock and right before starting
8679         the poll call. Bump the limit to 4096.
8680
8681 2004-08-17  David Schleef  <ds@schleef.org>
8682
8683         * sys/sunaudio/Makefile.am:
8684         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
8685         of rates and channels.  Make debugging less obnoxious.
8686
8687         Patch from Balamurali Viswanathan implementing a mixer for
8688         Sun audio.  (bug #144091):
8689         * sys/sunaudio/gstsunelement.c:
8690         * sys/sunaudio/gstsunelement.h:
8691         * sys/sunaudio/gstsunmixer.c:
8692         * sys/sunaudio/gstsunmixer.h:
8693
8694 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8695
8696         * gst/audioscale/gstaudioscale.c:
8697         * gst/audioscale/gstaudioscale.h:
8698         made audioscale resample from any sample rate to any sample rate
8699
8700 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8701
8702         * ext/libpng/gstpngdec.c:
8703           error out on unsupported types
8704
8705 2004-08-17  Iain <iaingnome@gmail.com>
8706
8707         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
8708         mid_side and loose_mid_side properties if its a stereo stream.
8709
8710 2004-08-17  Wim Taymans  <wim@fluendo.com>
8711
8712         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
8713         (theora_get_formats), (theora_dec_src_convert),
8714         (theora_dec_sink_convert), (theora_dec_src_query),
8715         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
8716         Add a debug line.
8717
8718 2004-08-17  Wim Taymans  <wim@fluendo.com>
8719
8720         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
8721         (gst_ogg_pad_push):
8722         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8723         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8724         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
8725         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
8726         Mark delta units in the muxer.
8727         Try to decode the packet after an out-of-sync error from
8728         libogg.
8729
8730 2004-08-17  Wim Taymans  <wim@fluendo.com>
8731
8732         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
8733         (gst_multifdsink_init), (gst_multifdsink_add),
8734         (gst_multifdsink_client_queue_buffer),
8735         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
8736         * gst/tcp/gstmultifdsink.h:
8737         Added option to send a keyframe to clients as the first buffer.
8738         Make timeout property writable.
8739
8740 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8741
8742         patch by: Wim Taymans
8743
8744         * gst/tcp/gstfdset.c:
8745         * gst/tcp/gstmultifdsink.c:
8746           fix index comparison, should include 0
8747
8748 2004-08-16  Wim Taymans  <wim@fluendo.com>
8749
8750         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
8751         (gst_fdset_add_fd), (gst_fdset_remove_fd),
8752         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
8753         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
8754         (gst_fdset_wait):
8755           copy when reallocing for poll so the select arguments don't get
8756           changed during the call
8757
8758 2004-08-16  Wim Taymans  <wim@fluendo.com>
8759
8760         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
8761         (gst_theora_enc_class_init), (theora_enc_sink_link),
8762         (theora_buffer_from_packet), (theora_enc_chain):
8763         Fix bug where buffers were not marked as keyframes
8764         correctly.
8765
8766 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8767
8768         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
8769         (gst_lame_preset_get_type), (gst_lame_class_init):
8770         describe the enum values for vbr mode and presets more verbosely
8771
8772 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8773
8774         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
8775         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
8776         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
8777         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
8778         * ext/lame/gstlame.h:
8779         add preset property to lame so it can use lame presets
8780
8781 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8782
8783         * ext/lame/gstlame.c: (gst_lame_get_property):
8784         whoops forgot break, thanks teuf
8785
8786 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8787
8788         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
8789         (gst_lame_class_init), (gst_lame_src_getcaps),
8790         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
8791         (gst_lame_get_property), (gst_lame_setup):
8792         * ext/lame/gstlame.h:
8793         fix lame's broken vbr stuff, allow it to resample if need be, and also
8794         make xing header optional
8795
8796 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8797
8798         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
8799         added getcaps function so samplerate doesnt get fixated to silly values
8800
8801 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8802
8803         * ext/lame/gstlame.c: (gst_lame_src_link):
8804         revert previous fix
8805
8806 2004-08-12  Johan Dahlin  <johan@gnome.org>
8807
8808         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
8809         checks. Doesn't matter what state we are in. Interfaces are a
8810         compile time thing, not runtime. It also broke the python bindings.
8811
8812 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8813
8814         * ext/lame/gstlame.c: (gst_lame_src_link):
8815         made source pad link function check if sinkpad is ok..fixes the problem
8816         where core fixates the output rate of lame stupidly
8817
8818 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8819
8820         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
8821         * sys/v4l/v4l_calls.c:
8822         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
8823           fix fixate function to handle nonsimple caps.
8824           remove bogus check in _link
8825           cleanups
8826
8827 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8828
8829         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
8830         set default compression ratio parameter to 0.0 so bitrate parameter
8831         works :)
8832
8833 2004-08-11  David Schleef  <ds@schleef.org>
8834
8835         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
8836
8837 2004-08-11  David Schleef  <ds@schleef.org>
8838
8839         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
8840         before.
8841
8842 2004-08-11  David Schleef  <ds@schleef.org>
8843
8844         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
8845
8846 2004-08-11  David Schleef  <ds@schleef.org>
8847
8848         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
8849           license field
8850         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
8851         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
8852           LGPL.
8853         * gst/auparse/gstauparse.c: Fix plugin license field.
8854         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
8855         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
8856         * gst/rtp/gstrtp.c: Fix plugin license field.
8857
8858 2004-08-11  Wim Taymans  <wim@fluendo.com>
8859
8860         * gst/tcp/Makefile.am:
8861         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
8862         (ensure_size), (gst_fdset_new), (gst_fdset_free),
8863         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
8864         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
8865         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
8866         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
8867         (gst_fdset_fd_can_write), (gst_fdset_wait):
8868         * gst/tcp/gstfdset.h:
8869         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
8870         (gst_multifdsink_class_init), (gst_multifdsink_init),
8871         (gst_multifdsink_add), (gst_multifdsink_remove),
8872         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
8873         (gst_multifdsink_remove_client_link),
8874         (gst_multifdsink_handle_client_read),
8875         (gst_multifdsink_client_queue_data),
8876         (gst_multifdsink_client_queue_caps),
8877         (gst_multifdsink_client_queue_buffer),
8878         (gst_multifdsink_handle_client_write),
8879         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
8880         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
8881         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
8882         (gst_multifdsink_close):
8883         * gst/tcp/gstmultifdsink.h:
8884         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
8885         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
8886         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
8887         (gst_tcpserversink_close):
8888         * gst/tcp/gsttcpserversink.h:
8889         Abstracted away the select call, implemented poll (yes we ran into
8890         the 1024 limit in production).
8891
8892 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8893
8894         * gst/tcp/gsttcp.c:
8895         * gst/tcp/gsttcpplugin.c:
8896           improve debuggging, remove assert
8897
8898 2004-08-10  Wim Taymans  <wim@fluendo.com>
8899
8900         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
8901         (gst_client_status_get_type), (gst_multifdsink_class_init),
8902         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
8903         (gst_multifdsink_handle_client_read),
8904         (gst_multifdsink_handle_client_write),
8905         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
8906         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
8907         (gst_multifdsink_get_property):
8908         * gst/tcp/gstmultifdsink.h:
8909         * gst/tcp/gsttcp-marshal.list:
8910         Starting to prepare for specifying buffer time in other units
8911         than buffers. Expose remove reason in signal.
8912
8913 2004-08-10  Wim Taymans  <wim@fluendo.com>
8914
8915         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
8916         (gst_multifdsink_remove), (gst_multifdsink_clear),
8917         (gst_multifdsink_remove_client_link),
8918         (gst_multifdsink_handle_client_read),
8919         (gst_multifdsink_client_queue_data),
8920         (gst_multifdsink_client_queue_buffer),
8921         (gst_multifdsink_handle_client_write),
8922         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
8923         (gst_multifdsink_chain), (gst_multifdsink_close):
8924         * gst/tcp/gstmultifdsink.h:
8925         Added more debugging info. Changed the way clients are
8926         removed from the lists. Fixed a bug where a bad file descriptor
8927         could cause many clients to be removed.
8928
8929 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8930
8931         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
8932           allow all pixel-aspect-ratios, not just 1:1
8933
8934 2004-08-09  David Schleef  <ds@schleef.org>
8935
8936         * sys/glsink/ARB_multitexture.h:  Remove old files.
8937         * sys/glsink/EXT_paletted_texture.h:
8938         * sys/glsink/NV_register_combiners.h:
8939         * sys/glsink/gstgl_nvimage.c:
8940         * sys/glsink/gstgl_pdrimage.c:
8941         * sys/glsink/gstgl_rgbimage.c:
8942         * sys/glsink/gstglsink.c:
8943         * sys/glsink/gstglsink.h:
8944         * sys/glsink/gstglxwindow.c:
8945         * sys/glsink/regcomb_yuvrgb.c:
8946
8947 2004-08-09  David Schleef  <ds@schleef.org>
8948
8949         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
8950         GL sink plugin.  (Bug #147302)
8951
8952         * configure.ac: Test for OpenGL
8953         * sys/Makefile.am: Use test for OpenGL
8954         * sys/glsink/Makefile.am:
8955         * sys/glsink/glimagesink.c: rewrite
8956         * sys/glsink/glimagesink.h: rewrite
8957
8958 2004-08-09  David Schleef  <ds@schleef.org>
8959
8960         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
8961         sane framerates.
8962         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
8963         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
8964         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
8965
8966 2004-08-09  Wim Taymans  <wim@fluendo.com>
8967
8968         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
8969         (gst_multifdsink_add), (gst_multifdsink_get_stats),
8970         (gst_multifdsink_client_remove),
8971         (gst_multifdsink_handle_client_read),
8972         (gst_multifdsink_handle_client_write),
8973         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
8974         Do a bit more logging, make the client_read code more robust.
8975
8976 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8977
8978         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
8979         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
8980         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
8981         (gst_jpegdec_init), (gst_jpegdec_chain):
8982         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
8983         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
8984           cleanups, debugging fixes and memleak plugging
8985
8986 2004-08-09  Wim Taymans  <wim@fluendo.com>
8987
8988         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
8989         (theora_get_formats), (theora_dec_src_convert),
8990         (theora_dec_sink_convert), (theora_dec_src_query),
8991         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
8992         (theora_dec_change_state):
8993         Don't crash on missing header packets.
8994
8995 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8996
8997         * po/LINGUAS:
8998         * po/sq.po:
8999           Added Albanian translation (Laurent Dhima)
9000         * po/cs.po:
9001           updated
9002
9003 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9004
9005         * ext/lame/gstlame.c:
9006           fix/add debugging
9007
9008 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9009
9010         * sys/ximage/ximagesink.c:
9011         * sys/xvimage/xvimagesink.c:
9012           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
9013
9014 2004-08-06  Wim Taymans  <wim@fluendo.com>
9015
9016         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
9017         (gst_multifdsink_add), (gst_multifdsink_get_stats),
9018         (gst_multifdsink_client_remove),
9019         (gst_multifdsink_handle_client_read),
9020         (gst_multifdsink_handle_client_write),
9021         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
9022         Make sure we don't try to read more from a client that what
9023         ioctl says us or we deadlock.
9024
9025 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9026
9027         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
9028         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
9029         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
9030           decouple running_time and n_frames so it can handle changing
9031           framerate while running
9032
9033 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9034
9035         * po/nl.po:
9036         * po/sv.po:
9037           updated translations
9038
9039 2004-08-04  Benjamin Otte  <otte@gnome.org>
9040
9041         * gst/videotestsrc/gstvideotestsrc.c:
9042         (gst_videotestsrc_get_capslist), (generate_capslist),
9043         (plugin_init):
9044           generate the list of supported caps at startup and reuse it instead
9045           of always generating it
9046
9047 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9048
9049         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
9050           whoops, last checkin broke normal build
9051
9052 2004-08-03  Benjamin Otte  <otte@gnome.org>
9053
9054         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
9055         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
9056         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
9057         (gst_alsa_mixer_get_option):
9058         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
9059         (dvdnavsrc_print_event):
9060         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
9061         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
9062         (gst_ogg_mux_pad_unlink):
9063         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
9064         (gst_multipart_mux_pad_unlink):
9065         * gst/videofilter/gstvideobalance.c:
9066         (gst_videobalance_colorbalance_set_value):
9067         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
9068         (gst_videomixer_pad_unlink):
9069         * po/uk.po:
9070         * sys/oss/gstossmixer.c:
9071         * sys/v4l/gstv4lcolorbalance.c:
9072         * sys/v4l/gstv4ltuner.c:
9073         * sys/v4l/v4lsrc_calls.c:
9074         * sys/v4l2/gstv4l2colorbalance.c:
9075         * sys/v4l2/gstv4l2tuner.c:
9076           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
9077
9078 2004-08-03  Benjamin Otte  <otte@gnome.org>
9079
9080         * examples/dynparams/filter.c: (ui_control_create):
9081         * examples/gstplay/player.c: (print_tag):
9082         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
9083         * ext/gdk_pixbuf/gstgdkanimation.c:
9084         (gst_gdk_animation_iter_may_advance):
9085         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
9086         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
9087         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
9088         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
9089         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
9090         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
9091         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
9092         * gst/sine/demo-dparams.c: (main):
9093         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9094         * testsuite/alsa/formats.c: (create_pipeline):
9095         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
9096           fixes for G_DISABLE_ASSERT and friends
9097         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9098         (mp3_type_frame_length_from_header), (mp3_type_find),
9099         (plugin_init):
9100           require mp3 typefinding to have at least MIN_HEADERS valid headers
9101           add typefinding for AAC adts files
9102
9103 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
9104
9105         * sys/ximage/ximagesink.c:
9106         (gst_ximagesink_calculate_pixel_aspect_ratio):
9107         * sys/xvimage/xvimagesink.c:
9108         (gst_xvimagesink_calculate_pixel_aspect_ratio):
9109         Make sure we calculate pixel-aspect-ratio using floating point maths
9110
9111 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9112
9113         * po/uk.po:
9114           updated translation
9115
9116 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9117
9118         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
9119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
9120           add debugging for display PAR calculation
9121
9122 2004-08-02  David Schleef  <ds@schleef.org>
9123
9124         * configure.ac: Fix mikmod CFLAGS.
9125
9126 2004-07-27  Benjamin Otte  <otte@gnome.org>
9127
9128         * gst/audioscale/gstaudioscale.c:
9129         - fix templates to only support S16, it's the only format that works
9130         - make caps nego code use try_set_caps_nonfixed and fixation instead
9131         of try_set_caps twice, which is not nice for autopluggers
9132         - change rank to secondary, so autopluggers can pick it up after
9133         audioconvert
9134
9135 2004-08-02  Iain <iain@prettypeople.org>
9136
9137         * gst/interleave/interleave.c (interleave_init),
9138         (interleave_request_new_pad),
9139         (interleave_pad_removed),
9140         (interleave_buffered_loop): Use the real pad count, not the artificial
9141         one.
9142
9143 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9144
9145         * configure.ac: bump nano back to development
9146
9147 === release 0.8.3 ===
9148
9149 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9150
9151         * configure.ac: releasing 0.8.3, "Water"
9152
9153 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9154
9155         * sys/xvimage/xvimagesink.c:
9156         (gst_xvimagesink_calculate_pixel_aspect_ratio),
9157         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
9158         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
9159         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
9160         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
9161         * sys/xvimage/xvimagesink.h:
9162           apply similar PAR fixes as to ximagesink
9163
9164 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9165
9166         patch from: Benjamin Otte
9167
9168         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
9169           add link function to lame.  Fixes #148986.
9170
9171 2004-08-02  Johan Dahlin  <johan@gnome.org>
9172
9173         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
9174         fix debugging log
9175
9176 2004-07-30  David Schleef  <ds@schleef.org>
9177
9178         * gst/videomixer/Makefile.am: Fix things that should have been
9179         fixed in the last checkin.
9180
9181 2004-07-30  David Schleef  <ds@schleef.org>
9182
9183         * gst/multipart/Makefile.am: Fix things that should have been
9184         fixed in the last checkin.
9185
9186 2004-07-30  David Schleef  <ds@schleef.org>
9187
9188         * testsuite/multifilesink/Makefile.am: Fix unused variable.
9189
9190 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9191
9192         * configure.ac:
9193           bump nano for prerelease
9194         * po/af.po:
9195         * po/az.po:
9196         * po/cs.po:
9197         * po/en_GB.po:
9198         * po/hu.po:
9199         * po/nl.po:
9200         * po/sr.po:
9201         * po/sv.po:
9202         * po/uk.po:
9203           updates
9204
9205 2004-07-30  Wim Taymans  <wim@fluendo.com>
9206
9207         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
9208         (gst_multifdsink_add), (gst_multifdsink_remove),
9209         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
9210         (gst_multifdsink_client_remove),
9211         (gst_multifdsink_handle_client_write),
9212         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
9213         * gst/tcp/gstmultifdsink.h:
9214         Recover from a select with a bad file descriptor by removing
9215         the client.
9216
9217 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9218
9219         * configure.ac:
9220           fix requirement of core
9221         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
9222         (gst_play_pipeline_setup):
9223           don't use colorspace element.  do use hermescolorspace element.
9224           make macro to get a colorspace element.
9225           mark strings for translation.
9226         * po/POTFILES.in:
9227           add play.c
9228         * po/af.po:
9229         * po/az.po:
9230         * po/cs.po:
9231         * po/en_GB.po:
9232         * po/hu.po:
9233         * po/nl.po:
9234         * po/sr.po:
9235         * po/sv.po:
9236         * po/uk.po:
9237           update translations
9238
9239 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9240
9241         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
9242         fix default for newmedia flag
9243
9244 2004-07-30  Wim Taymans  <wim@fluendo.com>
9245
9246         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
9247         (gst_theora_dec_init), (theora_get_formats),
9248         (theora_dec_src_convert), (theora_dec_sink_convert),
9249         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
9250         (theora_dec_chain), (theora_dec_set_property),
9251         (theora_dec_get_property):
9252         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
9253         (gst_theora_enc_class_init), (gst_theora_enc_init),
9254         (theora_enc_sink_link), (theora_enc_chain),
9255         (theora_enc_set_property), (theora_enc_get_property):
9256         Added cropping option to theora decoder.
9257         Added border option to theora encoder.
9258
9259 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9260
9261         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
9262         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
9263         (gst_pngenc_set_property):
9264         * ext/libpng/gstpngenc.h:
9265         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
9266
9267 2004-07-30  Wim Taymans  <wim@fluendo.com>
9268
9269         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
9270         (theora_enc_sink_link), (theora_enc_chain),
9271         (theora_enc_set_property), (theora_enc_get_property):
9272         Fix encoding of non-multiple-of-16 video.
9273
9274 2004-07-29  David Schleef  <ds@schleef.org>
9275
9276         * configure.ac: make test for audiofile more strict
9277
9278 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9279
9280         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9281           give different names to typefind functions
9282
9283 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9284
9285         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9286         (gst_ximagesink_calculate_pixel_aspect_ratio),
9287         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
9288         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
9289         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
9290         (gst_ximagesink_get_property), (gst_ximagesink_init):
9291         * sys/ximage/ximagesink.h:
9292           allocate PAR's dynamically.
9293           use autodetected PAR if no object-set PAR is given.
9294           add workaround for directfb's X not setting physical size.
9295           fix to xvimagesink will follow tomorrow.
9296
9297 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9298
9299         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
9300         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
9301         (gst_shout2send_get_type), (gst_shout2send_set_clock),
9302         (gst_shout2send_class_init), (gst_shout2send_init),
9303         (set_shout_metadata), (gst_shout2send_set_metadata),
9304         (gst_shout2send_chain), (gst_shout2send_set_property),
9305         (gst_shout2send_get_property), (gst_shout2send_connect),
9306         (gst_shout2send_change_state):
9307         * ext/shout2/gstshout2.h:
9308         - fix for sending mp3 audio to icecast2 server, if pad link function not
9309         called before PAUSED state
9310         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
9311         - added tagging support for mp3 audio broadcasted
9312         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
9313         debug info
9314
9315 2004-07-28  Wim Taymans  <wim@fluendo.com>
9316
9317         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9318         (gst_ogg_demux_push):
9319         Return query failure when we don't know the length of
9320         an ogg stream insteda of returning TRUE with a bogus value.
9321
9322 2004-07-28  Wim Taymans  <wim@fluendo.com>
9323
9324         * ext/theora/theoradec.c: (theora_get_formats),
9325         (theora_dec_src_convert), (theora_dec_sink_convert),
9326         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
9327         (theora_dec_chain):
9328         Don't screw up the 1 Chroma for 1 luma sample situation when we
9329         have an odd offset/width by adding a black border in those cases.
9330
9331 2004-07-28  Wim Taymans  <wim@fluendo.com>
9332
9333         * ext/theora/theoradec.c: (theora_get_formats),
9334         (theora_dec_src_convert), (theora_dec_sink_convert),
9335         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
9336         (theora_dec_chain):
9337         * ext/theora/theoraenc.c: (theora_enc_sink_link):
9338         Added first attempt at cropping of the image as required by the
9339         theora spec. We need more properties in the caps (offset_x,
9340         offset_y,stride) to implement this correctly.
9341
9342 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
9343
9344         * ext/dvdnav/README:
9345           Update the README to use dvddemux
9346         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
9347           Ensure getcaps returns a subset of the template caps
9348         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
9349         (gst_mpeg2subt_init):
9350           Ensure getcaps returns a subset of the template caps
9351         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
9352         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
9353         (gst_dvd_demux_get_subpicture_stream),
9354         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
9355         * gst/mpegstream/gstdvddemux.h:
9356           Set the explicit caps on the current_video pad before pushing
9357           anything
9358         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
9359         (gst_mpeg_demux_get_audio_stream):
9360           Free caps used to gst_pad_set_explicit_caps, which takes a const
9361           GstCaps *
9362
9363 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9364
9365         * configure.ac: update GStreamer requirement to 0.8.4 because of
9366           GstFraction.
9367
9368 2004-07-28  Wim Taymans  <wim@fluendo.com>
9369
9370         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
9371         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
9372         Add the pad to the element after setting up the caps. This
9373         makes it a lot easier to autoplug.
9374
9375 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
9376
9377         * gst/median/gstmedian.c:
9378         * gst/mpeg2subt/gstmpeg2subt.c:
9379         * gst/mpegaudioparse/gstmpegaudioparse.c:
9380         * gst/mpegstream/gstdvddemux.c:
9381         * gst/mpegstream/gstmpegdemux.c:
9382         * gst/mpegstream/gstmpegpacketize.c:
9383         * gst/rtjpeg/gstrtjpeg.c:
9384         * gst/rtjpeg/gstrtjpegdec.c:
9385         * gst/rtjpeg/gstrtjpegenc.c:
9386         * gst/sine/gstsinesrc.c:
9387         * gst/smooth/gstsmooth.c:
9388         * gst/smpte/gstsmpte.c:
9389         * gst/smpte/gstsmpte.h:
9390         * gst/stereo/gststereo.c:
9391         * gst/videofilter/gstgamma.c:
9392         * gst/videofilter/gstvideobalance.c:
9393         * gst/videofilter/gstvideofilter.c:
9394         * gst/videofilter/gstvideoflip.c:
9395         * gst/videoscale/gstvideoscale.c:
9396         * gst/videoscale/videoscale.c:
9397         * gst/videotestsrc/gstvideotestsrc.c:
9398         * gst/videotestsrc/videotestsrc.c:
9399         * gst/wavenc/gstwavenc.c:
9400         * gst/wavparse/gstwavparse.c:
9401           fix local includes and 64 bits constants
9402
9403 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
9404
9405         * win32/gst.sln:
9406         * gst-libs/gst/*/*.vcproj:
9407         * gst/*/*.vcproj:
9408           more working plugins
9409
9410 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9411
9412         * testsuite/alsa/Makefile.am:
9413         * testsuite/alsa/srcstate.c:
9414         add test for alsasrc changing state
9415
9416 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9417
9418         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
9419         (gst_silence_get):
9420         * gst/silence/gstsilence.h:
9421         fix silence generation for 16bit raw audio
9422
9423 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9424
9425         * gst/matroska/matroska-demux.c:
9426         (gst_matroska_demux_parse_metadata),
9427         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
9428         * gst/mpegaudio/common.c:
9429         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
9430         (gst_videoscale_getcaps), (gst_videoscale_link),
9431         (gst_videoscale_src_fixate), (gst_videoscale_init),
9432         (gst_videoscale_finalize):
9433         * gst/videoscale/gstvideoscale.h:
9434         * gst/videotestsrc/gstvideotestsrc.c:
9435         (gst_videotestsrc_get_capslist):
9436         * gst/wavenc/gstwavenc.c:
9437         * sys/oss/gstossmixer.c: (fill_labels):
9438         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9439         (gst_ximagesink_handle_xevents),
9440         (gst_ximagesink_calculate_pixel_aspect_ratio),
9441         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
9442         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
9443         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
9444         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
9445         (gst_ximagesink_init), (gst_ximagesink_class_init):
9446         * sys/ximage/ximagesink.h:
9447         * sys/xvimage/xvimagesink.c:
9448         (gst_xvimagesink_calculate_pixel_aspect_ratio),
9449         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
9450         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
9451         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
9452         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
9453         * sys/xvimage/xvimagesink.h:
9454           first batch of pixel aspect ratio commits.
9455
9456 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9457
9458         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9459         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
9460         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
9461           handle stride, needs work if we want to move stride handling
9462           upstream, but works correctly for our purposes.
9463
9464 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9465
9466         * gst/videoscale/README:
9467           add testing examples
9468         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
9469         (gst_videoscale_chain):
9470         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
9471         (gst_videoscale_get_size):
9472           add get_size function that handles stride like videotestsrc.
9473           fixes conversion for YUV formats for as much as I can test them.
9474
9475 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9476
9477         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
9478         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
9479         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
9480         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
9481         (gst_xvimagesink_xvimage_put):
9482           further cleanups, logging, error handling and synchronizing
9483
9484 2004-07-27  Wim Taymans  <wim@fluendo.com>
9485
9486         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
9487         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
9488         (gst_videomixer_pad_set_property),
9489         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
9490         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
9491         (gst_videomixer_class_init), (gst_videomixer_init),
9492         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
9493         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
9494         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
9495         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
9496         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
9497         (gst_videomixer_loop), (plugin_init):
9498         Be a nicer negotiation citizen and provide a getcaps function on
9499         the srcpad. This also fixes a crash when resizing.
9500
9501 2004-07-27  Julien MOUTTE  <julien@moutte.net>
9502
9503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
9504         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
9505
9506 2004-07-27  Wim Taymans  <wim@fluendo.com>
9507
9508         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
9509         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
9510         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
9511         (gst_pngenc_set_property):
9512         * ext/libpng/gstpngenc.h:
9513         Added snapshot property to pngenc.
9514         removed g_print from pngdec
9515
9516 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
9517
9518         * gst/ac3parse/ac3parse.vcproj
9519         * gst/adder/adder.vcproj
9520         * gst/alpha/alpha.vcproj
9521         * gst/alpha/alphacolor.vcproj
9522         * gst/asfdemux/asf.vcproj
9523         * gst/audioconvert/audioconvert.vcproj
9524         * gst/audiorate/audiorate.vcproj
9525         * gst/audioscale/audioscale.vcproj
9526         * gst/auparse/auparse.vcproj
9527         * gst/avi/avi.vcproj
9528         * gst/cdxaparse/cdxaparse.vcproj
9529         * gst/chart/chart.vcproj
9530         * gst/colorspace/colorspace.vcproj
9531         * gst/cutter/cutter.vcproj
9532         * gst/debug/debug.vcproj
9533         * gst/debug/efence.vcproj
9534         * gst/debug/navigationtest.vcproj
9535         * gst/deinterlace/deinterlace.vcproj
9536         * gst/effectv/effectv.vcproj
9537         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
9538         * gst/filter/filter.vcproj
9539         * gst/flx/flxdec.vcproj
9540         * gst/goom/goom.vcproj
9541         * gst/interleave/interleave.vcproj
9542         * gst/law/alaw.vcproj
9543         * gst/law/mulaw.vcproj
9544         * gst/matroska/matroska.vcproj
9545         * gst/median/median.vcproj
9546         * gst/mixmatrix/mixmatrix.vcproj
9547         * gst/mpeg1sys/mpeg1systemencode.vcproj
9548         * gst/mpeg1videoparse/mp1videoparse.vcproj
9549         * gst/mpeg2sub/mpeg2subt.vcproj
9550         * gst/mpegaudio/mpegaudio.vcproj
9551         * gst/mpegaudioparse/mpegaudioparse.vcproj
9552         * gst/mpegstream/mpegstream.vcproj
9553         * gst/multifilesink/multifilesink.vcproj
9554         * gst/multipart/multipart.vcproj
9555         * gst/oneton/oneton.vcproj
9556         * gst/overlay/overlay.vcproj
9557         * gst/passthrough/passthrough.vcproj
9558         * gst/qtdemux/qtdemux.vcproj
9559         * gst/realmedia/rmdemux.vcproj
9560         * gst/rtjpeg/rtjpeg.vcproj
9561         * gst/rtp/rtp.vcproj
9562         * gst/silence/silence.vcproj
9563         * gst/sine/sinesrc.vcproj
9564         * gst/smooth/smooth.vcproj
9565         * gst/smpte/smpte.vcproj
9566         * gst/spectrum/spectrum.vcproj
9567         * gst/speed/speed.vcproj
9568         * gst/stereo/stereo.vcproj
9569         * gst/switch/switch.vcproj
9570         * gst/tags/tagedit.vcproj
9571         * gst/tcp/tcp.vcproj
9572         * gst/typefind/typefindfunctions.vcproj
9573         * gst/udp/udp.vcproj
9574         * gst/videobox/videobox.vcproj
9575         * gst/videocrop/videocrop.vcproj
9576         * gst/videodrop/videodrop.vcproj
9577         * gst/videofilter/gamma.vcproj
9578         * gst/videofilter/videobalance.vcproj
9579         * gst/videofilter/videofilter.vcproj
9580         * gst/videofilter/videoflip.vcproj
9581         * gst/videoflip/videoflip.vcproj
9582         * gst/videomixer/videomixer.vcproj
9583         * gst/videorate/videorate.vcproj
9584         * gst/videoscale/videoscale.vcproj
9585         * gst/videotestsrc/videotestsrc.vcproj
9586         * gst/virtualdub/virtualdub.vcproj
9587         * gst/volenv/volenv.vcproj
9588         * gst/volume/volume.vcproj
9589         * gst/wavenc/wavenc.vcproj
9590         * gst/wavparse/wavparse.vcproj
9591         * gst/y4m/y4menc.vcproj
9592         * gst-libs/gst/audio/audio.vcproj
9593         * gst-libs/gst/audio/audiofilter.vcproj
9594         * gst-libs/gst/colorbalance/colorbalance.vcproj
9595         * gst-libs/gst/idct/idtc.vcproj
9596         * gst-libs/gst/media-info/media-info.vcproj
9597         * gst-libs/gst/mixer/mixer.vcproj
9598         * gst-libs/gst/navigation/navigation.vcproj
9599         * gst-libs/gst/play/play.vcproj
9600         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
9601         * gst-libs/gst/resample/resample.vcproj
9602         * gst-libs/gst/riff/riff.vcproj
9603         * gst-libs/gst/tuner/tuner.vcproj
9604         * gst-libs/gst/video/video.vcproj
9605         * gst-libs/gst/xoverlay/xoverlay.vcproj
9606           avoid problems with math.h, fix release dependancy
9607           rename GStreamer-0.8.lib to libgstreamer.lib
9608
9609 2004-07-27  Julien MOUTTE  <julien@moutte.net>
9610
9611         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
9612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
9613         the atom is not available we have to unlock the mutex. Fixes #148023
9614
9615 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
9616
9617         * gst-libs/gst/media-info/media-info.h:
9618           issue for a vararg macro with MSVC
9619
9620 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
9621
9622         * gst/effectv/effectv.vcproj
9623         * gst-libs/gst/idct/idct.vcproj:
9624         * gst-libs/gst/media-info/media-info.vcproj:
9625         * gst-libs/gst/navigation/navigation.vcproj:
9626         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
9627         * gst-libs/gst/video/video.vcproj:
9628         * gst-libs/gst/xoverlay/xoverlay.vcproj:
9629           fixes for build problems
9630
9631 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
9632
9633         * gst-libs/gst/audio/audio.def:
9634         * gst-libs/gst/audio/riff.def:
9635           add some definitions needed by plugins
9636
9637 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
9638
9639         * gst/asfdemux/gstasfmux.c
9640           Fix some 64 bits constants to be glib friendly
9641
9642 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
9643
9644         * gst/ac3parse/gstac3parse.c
9645         * gst/audioscale/gstaudioscale.c
9646         * gst/auparse/gstauparse.c
9647         * gst/colorspace/gstcolorspace.c
9648         * gst/colorspace/yuv2rgb.h
9649           local include fixes
9650
9651 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
9652
9653         * win32/gst.sln
9654           add more plugins to the build
9655
9656 2004-07-26  Julien MOUTTE  <julien@moutte.net>
9657
9658         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
9659         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
9660
9661 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9662
9663         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
9664         (gst_level_set_property), (gst_level_get_property),
9665         (gst_level_base_init), (gst_level_class_init):
9666           add debugging categories.  cleanups.
9667
9668 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9669
9670         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
9671         (gst_videoscale_planar411), (gst_videoscale_planar400),
9672         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
9673         (gst_videoscale_scale_nearest_str1),
9674         (gst_videoscale_scale_nearest_str2),
9675         (gst_videoscale_scale_nearest_str4),
9676         (gst_videoscale_scale_nearest_16bit),
9677         (gst_videoscale_scale_nearest_24bit):
9678           fixed stride issues
9679           tested with 320x240 -> 321, 322, 324 x240
9680           tested with YV12, I420, YUY2, UYVY
9681           fixed packed422rev (don't think it could have worked before)
9682           by testing with UYVY
9683
9684 2004-07-26  Benjamin Otte  <otte@gnome.org>
9685
9686         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
9687         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
9688         (plugin_init):
9689           add debugging category, add error checks like checking return values
9690           of setup calls, make sure it still works after
9691           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
9692
9693 2004-07-26  Wim Taymans  <wim@fluendo.com>
9694
9695         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
9696         (gst_mpeg_demux_get_audio_stream),
9697         (gst_mpeg_demux_process_private):
9698         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
9699         Check for error codes from the negotiation functions. Make sure
9700         we really set the pad caps when a new pad is created.
9701
9702 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9703
9704         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9705         (gst_ffmpeg_caps_to_pix_fmt):
9706         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9707         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9708         (gst_ffmpegcolorspace_pad_link):
9709           don't make function do two things at the same time without reason.
9710
9711 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
9712
9713         * gst/ac3parse/ac3parse.vcproj
9714         * gst/adder/adder.vcproj
9715         * gst/alpha/alpha.vcproj
9716         * gst/alpha/alphacolor.vcproj
9717         * gst/asfdemux/asf.vcproj
9718         * gst/audioconvert/audioconvert.vcproj
9719         * gst/audiorate/audiorate.vcproj
9720         * gst/audioscale/audioscale.vcproj
9721         * gst/auparse/auparse.vcproj
9722         * gst/avi/avi.vcproj
9723         * gst/cdxaparse/cdxaparse.vcproj
9724         * gst/chart/chart.vcproj
9725         * gst/colorspace/colorspace.vcproj
9726         * gst/cutter/cutter.vcproj
9727         * gst/debug/debug.vcproj
9728         * gst/debug/efence.vcproj
9729         * gst/debug/navigationtest.vcproj
9730         * gst/deinterlace/deinterlace.vcproj
9731         * gst/effectv/effectv.vcproj
9732         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
9733         * gst/filter/filter.vcproj
9734         * gst/flx/flxdec.vcproj
9735         * gst/goom/goom.vcproj
9736         * gst/interleave/interleave.vcproj
9737         * gst/law/alaw.vcproj
9738         * gst/law/mulaw.vcproj
9739         * gst/matroska/matroska.vcproj
9740         * gst/median/median.vcproj
9741         * gst/mixmatrix/mixmatrix.vcproj
9742         * gst/mpeg1sys/mpeg1systemencode.vcproj
9743         * gst/mpeg1videoparse/mp1videoparse.vcproj
9744         * gst/mpeg2sub/mpeg2subt.vcproj
9745         * gst/mpegaudio/mpegaudio.vcproj
9746         * gst/mpegaudioparse/mpegaudioparse.vcproj
9747         * gst/mpegstream/mpegstream.vcproj
9748         * gst/multifilesink/multifilesink.vcproj
9749         * gst/multipart/multipart.vcproj
9750         * gst/oneton/oneton.vcproj
9751         * gst/overlay/overlay.vcproj
9752         * gst/passthrough/passthrough.vcproj
9753         * gst/qtdemux/qtdemux.vcproj
9754         * gst/realmedia/rmdemux.vcproj
9755         * gst/rtjpeg/rtjpeg.vcproj
9756         * gst/rtp/rtp.vcproj
9757         * gst/silence/silence.vcproj
9758         * gst/sine/sinesrc.vcproj
9759         * gst/smooth/smooth.vcproj
9760         * gst/smpte/smpte.vcproj
9761         * gst/spectrum/spectrum.vcproj
9762         * gst/speed/speed.vcproj
9763         * gst/stereo/stereo.vcproj
9764         * gst/switch/switch.vcproj
9765         * gst/tags/tagedit.vcproj
9766         * gst/tcp/tcp.vcproj
9767         * gst/typefind/typefindfunctions.vcproj
9768         * gst/udp/udp.vcproj
9769         * gst/videobox/videobox.vcproj
9770         * gst/videocrop/videocrop.vcproj
9771         * gst/videodrop/videodrop.vcproj
9772         * gst/videofilter/gamma.vcproj
9773         * gst/videofilter/videobalance.vcproj
9774         * gst/videofilter/videofilter.vcproj
9775         * gst/videofilter/videoflip.vcproj
9776         * gst/videoflip/videoflip.vcproj
9777         * gst/videomixer/videomixer.vcproj
9778         * gst/videorate/videorate.vcproj
9779         * gst/videoscale/videoscale.vcproj
9780         * gst/videotestsrc/videotestsrc.vcproj
9781         * gst/virtualdub/virtualdub.vcproj
9782         * gst/volenv/volenv.vcproj
9783         * gst/volume/volume.vcproj
9784         * gst/wavenc/wavenc.vcproj
9785         * gst/wavparse/wavparse.vcproj
9786         * gst/y4m/y4menc.vcproj
9787           more plugins supported under windows
9788
9789 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9790
9791         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9792         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
9793         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
9794         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9795         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
9796           Add debugging statements.  Use the sizes as returned by the
9797           *CreateImage calls.
9798
9799 2004-07-26  Johan Dahlin  <johan@gnome.org>
9800
9801         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
9802         the pad is negotiated.
9803
9804         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
9805
9806 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
9807
9808         * gst-libs/gst/colorbalance/colorbalance.vcproj:
9809         * gst-libs/gst/idct/idct.vcproj:
9810         * gst-libs/gst/media-info/media-info.vcproj:
9811         * gst-libs/gst/mixer/mixer.vcproj:
9812         * gst-libs/gst/navigation/navigation.vcproj:
9813         * gst-libs/gst/play/play.vcproj:
9814         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
9815         * gst-libs/gst/resample/resample.vcproj:
9816         * gst-libs/gst/tuner/tuner.vcproj:
9817         * gst-libs/gst/video/video.vcproj:
9818         * gst-libs/gst/xoverlay/xoverlay.vcproj:
9819           more plugins supported under windows
9820
9821 2004-07-25 Iain <iain@prettypeople.org>
9822
9823         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
9824         pad now rather than when the pad is created because state changes wipe
9825         explicit caps (fixes #148043).
9826
9827 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
9828
9829         reviewed by Benjamin Otte  <otte@gnome.org>
9830
9831         * ext/mad/gstmad.c:
9832           fix mad plugin crashing on Sun (fixes #148289)
9833
9834 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
9835
9836         * gst/avi/avi.def:
9837         * gst/avi/avi.vcproj:
9838         * gst/matroska/matroska.def:
9839         * gst/matroska/matroska.vcproj:
9840           remove unused .def files
9841
9842 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
9843
9844         * gst-libs/gst/audio/gstaudiofilter.c:
9845           Clean the local include
9846
9847 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
9848
9849         * win32/gst.sln:
9850         * gst-libs/gst/audio/audio.def:
9851         * gst-libs/gst/audio/audio.vcproj:
9852         * gst-libs/gst/audio/audiofilter.vcproj:
9853         * gst-libs/gst/audio/riff.def:
9854         * gst-libs/gst/audio/riff.vcproj:
9855         * gst-libs/gst/gst-libs.def:
9856         * gst-libs/gst/gst-libs.vcproj:
9857         * gst/avi/avi.vcproj:
9858         * gst/avi/avi.vcproj:
9859           Copy the files where needed after building, cleaner projects
9860
9861 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
9862
9863         * gst/matroska/ebml-write.c:
9864           Fix some 64 bits constants to be glib friendly
9865
9866 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
9867
9868         * win32/gst.sln:
9869         * gst-libs/gst/gst-libs.def:
9870         * gst-libs/gst/gst-libs.vcproj:
9871         * gst/matroska/matroska.def:
9872         * gst/matroska/matroska.vcproj:
9873           Add the preliminary canvas to build plugins on Win32
9874
9875 2004-07-23  Benjamin Otte  <otte@gnome.org>
9876
9877         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
9878           don't enfore negotiation from source side, it breaks
9879           sinesrc ! audioconvert ! osssink
9880
9881 2004-07-22  David Schleef  <ds@schleef.org>
9882
9883         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
9884         for ELF files, since they can easily be recognized as audio/mpeg.
9885         (bug #147441)
9886
9887 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9888
9889         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
9890         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
9891         (gst_videoscale_scale_nearest_24bit),
9892         (gst_videoscale_scale_nearest_16bit):
9893           fix 16bit and 24bit for stride (24bit might need testing)
9894           don't pretend we do more than one algorithm
9895
9896 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9897
9898         * configure.ac:
9899         * gst/Makefile.am:
9900         * gst/multifilesink/Makefile.am:
9901         * gst/multifilesink/gstmultifilesink.c:
9902         (gst_multifilesink_get_formats),
9903         (gst_multifilesink_get_query_types), (_do_init),
9904         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
9905         (gst_multifilesink_init), (gst_multifilesink_dispose),
9906         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
9907         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
9908         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
9909         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
9910         (gst_multifilesink_chain), (gst_multifilesink_change_state),
9911         (gst_multifilesink_uri_get_type),
9912         (gst_multifilesink_uri_get_protocols),
9913         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
9914         (gst_multifilesink_uri_handler_init), (plugin_init):
9915         * gst/multifilesink/gstmultifilesink.h:
9916         * testsuite/Makefile.am:
9917         * testsuite/multifilesink/Makefile.am:
9918         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
9919         (gst_newmedia_class_init), (gst_newmedia_init),
9920         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
9921         (newfile_signal), (test_signal), (main):
9922         multifilesink plugin for creating new files every time a new media
9923         discontinuity event occurs
9924
9925 2004-07-22  Wim Taymans  <wim@fluendo.com>
9926
9927         * gst/alpha/Makefile.am:
9928         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
9929         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
9930         (gst_alpha_color_init), (gst_alpha_color_set_property),
9931         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
9932         (transform), (gst_alpha_color_chain),
9933         (gst_alpha_color_change_state), (plugin_init):
9934         Stupid plugin to to RGBA to AYUV conversion because none of
9935         the colorspace plugins can handle that yet.
9936
9937 2004-07-22  Wim Taymans  <wim@fluendo.com>
9938
9939         * examples/seeking/seek.c: (update_scale), (main):
9940         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
9941         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
9942         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
9943         (gst_decode_bin_init), (gst_decode_bin_dispose),
9944         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
9945         (no_more_pads), (close_link), (type_found),
9946         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
9947         (plugin_init):
9948         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
9949         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
9950         (gst_play_base_bin_dispose), (queue_overrun),
9951         (gen_preroll_element), (remove_prerolls), (unknown_type),
9952         (no_more_pads), (new_stream), (setup_source),
9953         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
9954         (play_base_eos), (gst_play_base_bin_change_state),
9955         (gst_play_base_bin_add_element),
9956         (gst_play_base_bin_remove_element),
9957         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
9958         (gst_play_base_bin_unlink_stream),
9959         (gst_play_base_bin_get_streaminfo):
9960         * gst/playback/gstplaybin.c: (gen_video_element),
9961         (gen_audio_element):
9962         * gst/playback/gststreaminfo.h:
9963         More playback updates, attempt to fix things after the state change
9964         breakage.
9965
9966 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9967
9968         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
9969         (gst_videoscale_scale_nearest_16bit):
9970           comment algorithm
9971
9972 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9973
9974         * gst/videotestsrc/gstvideotestsrc.c:
9975         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
9976         (gst_videotestsrc_init), (gst_videotestsrc_get),
9977         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
9978         (gst_videotestsrc_get_property):
9979         * gst/videotestsrc/gstvideotestsrc.h:
9980         * gst/videotestsrc/videotestsrc.c:
9981         * gst/videotestsrc/videotestsrc.h:
9982           cleanup and commenting
9983
9984 2004-07-21  Wim Taymans  <wim@fluendo.com>
9985
9986         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
9987         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
9988         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
9989         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
9990         (_find_chain_get_unknown_part), (_find_streams_check),
9991         (gst_ogg_demux_push), (gst_ogg_pad_push):
9992         * ext/theora/theoradec.c: (theora_get_formats),
9993         (theora_dec_src_convert), (theora_dec_sink_convert),
9994         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
9995         (theora_dec_chain):
9996         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
9997         (vorbis_dec_convert), (vorbis_dec_src_query),
9998         (vorbis_dec_src_event), (vorbis_dec_event):
9999         More seeking fixes, oggdemux now supports seeking to time and
10000         uses the downstream element to convert granulepos to time.
10001         Seeking in theora-only ogg files now works.
10002
10003 2004-07-21  Wim Taymans  <wim@fluendo.com>
10004
10005         * ext/theora/theoradec.c: (gst_theora_dec_init),
10006         (theora_get_formats), (theora_get_event_masks),
10007         (theora_get_query_types), (theora_dec_src_convert),
10008         (theora_dec_sink_convert), (theora_dec_src_query),
10009         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
10010         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
10011         (vorbis_get_event_masks), (vorbis_get_query_types),
10012         (gst_vorbis_dec_init), (vorbis_dec_convert),
10013         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
10014         Added query/convert/formats functions to vorbis and theora decoders
10015         so that the outside world can use them too. Fixed seeking on an
10016         ogg/theora/vorbis file by disabling the seeking seeking on the
10017         theora srcpad.
10018
10019 2004-07-21  Julien MOUTTE  <julien@moutte.net>
10020
10021         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
10022         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
10023         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
10024         images creation for both elements. We don't create the image on caps
10025         nego or renego, we just destroy the internal one if present if it does
10026         not match the needs. The chain function takes care of creating a new
10027         image when needed.
10028         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10029         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
10030         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
10031         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
10032         the image format information. The buffer pool checks for the context
10033         image format and discard images with different formats.
10034         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
10035
10036 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10037
10038         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10039         (gst_ffmpegcolorspace_chain):
10040           no point in doing any chaining if the pad we want to push from
10041           isn't usable.
10042
10043 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10044
10045         * gst-libs/gst/riff/riff-media.c:
10046         (gst_riff_create_audio_caps_with_data):
10047           Fix double end-to-native symbol conversion (#148021).
10048
10049 2004-07-20  David Schleef  <ds@schleef.org>
10050
10051         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
10052         Don't use an Atom that doesn't exist.
10053
10054 2004-07-20  Wim Taymans  <wim@fluendo.com>
10055
10056         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
10057         (gst_multifdsink_add), (gst_multifdsink_get_stats),
10058         (gst_multifdsink_client_remove),
10059         (gst_multifdsink_handle_client_write),
10060         (gst_multifdsink_queue_buffer):
10061         * gst/tcp/gstmultifdsink.h:
10062         More multifdsink stats. Avoid deadlock by releasing locks
10063         before sending out a signal.
10064
10065 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10066
10067         * po/LINGUAS:
10068         * po/hu.po:
10069           added Hungarian translation (Laszlo Dvornik)
10070
10071 2004-07-20  Wim Taymans  <wim@fluendo.com>
10072
10073         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
10074         (gst_multifdsink_add), (gst_multifdsink_client_remove),
10075         (gst_multifdsink_handle_client_write),
10076         (gst_multifdsink_queue_buffer):
10077         * gst/tcp/gsttcp-marshal.list:
10078         Fixed the stupid marshal definition.
10079
10080 2004-07-20  Wim Taymans  <wim@fluendo.com>
10081
10082         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
10083         (gst_multifdsink_init), (gst_multifdsink_add),
10084         (gst_multifdsink_client_remove),
10085         (gst_multifdsink_handle_client_write),
10086         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
10087         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
10088         (gst_multifdsink_init_send):
10089         * gst/tcp/gstmultifdsink.h:
10090         Added more stats, added timeout for a client, fixed some typos
10091         and added some comments.
10092
10093 2004-07-20  Wim Taymans  <wim@fluendo.com>
10094
10095         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
10096         (gst_multifdsink_add), (gst_multifdsink_get_stats),
10097         (gst_multifdsink_client_remove),
10098         (gst_multifdsink_handle_client_write):
10099         * gst/tcp/gstmultifdsink.h:
10100         * gst/tcp/gsttcp-marshal.list:
10101         Added get_stats method that returns a GValueArray of
10102         stats values.
10103
10104 2004-07-19  Benjamin Otte  <otte@gnome.org>
10105
10106         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
10107           make sure longname, description and author are valid UTF-8
10108
10109 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10110
10111         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
10112         (gst_ximagesink_set_property):
10113         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
10114         (gst_xvimagesink_set_property):
10115           make sure SYNCHRONOUS is respected after getting the X context
10116
10117 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
10118
10119         * gst/matroska/matroska-demux.c:
10120         (gst_matroska_demux_handle_src_event),
10121         (gst_matroska_demux_parse_blockgroup):
10122         * gst/matroska/matroska-ids.h:
10123           add BlockReference tag and ignore it to clear out log.
10124           ignore NAVIGATION events to clear out log.
10125
10126 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
10127
10128         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
10129         (gst_matroska_demux_add_stream):
10130         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
10131           add debug categories
10132
10133 2004-07-16  Wim Taymans  <wim@fluendo.com>
10134
10135         * ext/libpng/Makefile.am:
10136         * ext/libpng/gstpng.c: (plugin_init):
10137         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
10138         (gst_pngdec_get_type), (gst_pngdec_base_init),
10139         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
10140         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
10141         * ext/libpng/gstpngdec.h:
10142         Added png decoder.
10143
10144 2004-07-16  Julien MOUTTE  <julien@moutte.net>
10145
10146         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
10147         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10148         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
10149         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
10150         (gst_ximagesink_buffer_alloc):
10151         * sys/ximage/ximagesink.h:
10152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10153         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
10154         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
10155         (gst_xvimagesink_buffer_alloc):
10156         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
10157         again. Using internal data pointer of the x(v)image to store image's
10158         data to be coherent with the buffer alloc mechanism. Investigated the
10159         image destruction code to be sure that everything gets freed correctly.
10160
10161 2004-07-16  Wim Taymans  <wim@fluendo.com>
10162
10163         * gst-libs/gst/riff/riff-read.c:
10164         (gst_riff_read_strf_vids_with_data),
10165         (gst_riff_read_strf_auds_with_data):
10166         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10167         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
10168         Make sure we don't create 0 sized subbuffers in riff-read.
10169         Signal the no more pads signal after reading the avi header.
10170
10171 2004-07-16  Wim Taymans  <wim@fluendo.com>
10172
10173         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
10174         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
10175         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
10176         (gst_decode_bin_init), (gst_decode_bin_dispose),
10177         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10178         (no_more_pads), (close_link), (type_found),
10179         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
10180         (gst_decode_bin_change_state), (plugin_init):
10181         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
10182         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
10183         (gst_play_base_bin_dispose), (queue_overrun),
10184         (gen_preroll_element), (remove_prerolls), (unknown_type),
10185         (no_more_pads), (new_stream), (setup_source),
10186         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10187         (play_base_eos), (gst_play_base_bin_change_state),
10188         (gst_play_base_bin_add_element),
10189         (gst_play_base_bin_remove_element),
10190         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
10191         (gst_play_base_bin_unlink_stream),
10192         (gst_play_base_bin_get_streaminfo):
10193         * gst/playback/gstplaybasebin.h:
10194         Better error recovery. Added configurable preroll queue size. Faster
10195         detection of no-more-pads.
10196
10197 2004-07-16  Wim Taymans  <wim@fluendo.com>
10198
10199         * gst-libs/gst/video/video.h:
10200         Added 32 bits RGBA. Not sure if we should use another mime-type
10201         for alpha rgb. Currently the presence of the alpha_mask property
10202         signals an alpha channel.
10203
10204 2004-07-16  Wim Taymans  <wim@fluendo.com>
10205
10206         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
10207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10208         FPS seems to be 0.0 to MAX everywhere else.
10209
10210 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10211
10212         * gst-libs/gst/riff/riff-media.c:
10213         (gst_riff_create_video_caps_with_data):
10214           mp42/mp43 (no caps) exist too.
10215         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10216           Set pixel_width/height; we've got them in-caps.
10217         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10218         * gst/wavparse/gstwavparse.c: (plugin_init):
10219           Both are valid primary.
10220         * sys/oss/gstossmixer.c:
10221           Remove i18n hack and enable translations.
10222
10223 2004-07-15  Benjamin Otte  <otte@gnome.org>
10224
10225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10226         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
10227           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
10228
10229 2004-07-15  Benjamin Otte  <otte@gnome.org>
10230
10231         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
10232         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
10233         (gst_alsa_close_audio):
10234           disable some of the debugging code for now. Writing debugging to a
10235           buffer is broken in current alsalib releases.
10236
10237 2004-07-12  Benjamin Otte  <otte@gnome.org>
10238
10239         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
10240           use bufferpools
10241
10242 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10243
10244         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
10245         (theora_dec_src_query), (theora_dec_event):
10246         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
10247           add debugging categories.  Remove \n's.
10248
10249 2004-07-13  Johan Dahlin  <johan@gnome.org>
10250
10251         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
10252         (gst_play_bin_get_property): Impl.
10253
10254 2004-07-13  Wim Taymans  <wim@fluendo.com>
10255
10256         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
10257         When trying to find the stream length, seek back N pages
10258         instead of just one, where N is the number of streams in
10259         the current chain.
10260
10261 2004-07-13  Wim Taymans  <wim@fluendo.com>
10262
10263         * gst-libs/gst/riff/riff-media.c:
10264         (gst_riff_create_audio_caps_with_data),
10265         (gst_riff_create_audio_caps),
10266         (gst_riff_create_audio_template_caps):
10267         * gst-libs/gst/riff/riff-media.h:
10268         * gst-libs/gst/riff/riff-read.c:
10269         (gst_riff_read_strf_vids_with_data),
10270         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
10271         * gst-libs/gst/riff/riff-read.h:
10272         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10273         (gst_avi_demux_add_stream):
10274         Set codec_data on caps for avidemuxer.
10275
10276 2004-07-12  David Schleef  <ds@schleef.org>
10277
10278         * configure.ac: Fix test for Objective C
10279
10280 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
10281         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
10282         (gst_gdk_pixbuf_chain):
10283           Add svg and pcx to template caps, and ensure that getcaps returns a
10284           subset of the template caps.
10285           Copy each row manually for output, as gdkpixbuf may pad the
10286           rowstride to a 32-bit word boundary.
10287
10288 2004-07-12  Wim Taymans  <wim@fluendo.com>
10289
10290         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
10291         (gst_riff_create_video_template_caps):
10292         Fix the template caps to include some more media types.
10293
10294 2004-07-12  Wim Taymans  <wim@fluendo.com>
10295
10296         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
10297         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
10298         (compare_ranks), (print_feature), (gst_decode_bin_init),
10299         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
10300         (try_to_link_1), (new_pad), (close_link), (type_found),
10301         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
10302         (gst_decode_bin_change_state), (plugin_init):
10303         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
10304         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
10305         (gst_play_base_bin_dispose), (queue_overrun),
10306         (gen_preroll_element), (remove_prerolls), (no_more_pads),
10307         (new_stream), (setup_source), (gst_play_base_bin_set_property),
10308         (gst_play_base_bin_get_property), (play_base_eos),
10309         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
10310         (gst_play_base_bin_remove_element),
10311         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
10312         (gst_play_base_bin_unlink_stream),
10313         (gst_play_base_bin_get_streaminfo):
10314         * gst/playback/gstplaybasebin.h:
10315         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
10316         (gst_play_bin_class_init), (gst_play_bin_init),
10317         (gst_play_bin_dispose), (gst_play_bin_set_property),
10318         (gst_play_bin_get_property), (gen_video_element),
10319         (gen_audio_element), (remove_sinks), (setup_sinks),
10320         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
10321         (gst_play_bin_send_event), (gst_play_bin_get_formats),
10322         (gst_play_bin_convert), (gst_play_bin_get_query_types),
10323         (gst_play_bin_query), (plugin_init):
10324         * gst/playback/test4.c: (main):
10325         More fixes on reusing of the element.
10326
10327 2004-07-11  Benjamin Otte  <otte@gnome.org>
10328
10329         * ext/mad/gstmad.c: (normal_seek):
10330           allow seeking for other methods than just SET
10331
10332 2004-07-11  Andy Wingo  <wingo@pobox.com>
10333
10334         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
10335         float, "any" caps -> buffer_frames=[0,MAX].
10336
10337         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
10338         doesn't intersect our caps with the template any more. Do it
10339         ourselves.
10340         (interleave_buffered_loop): Use g_newa instead of malloc/free.
10341
10342 2004-07-09  Wim Taymans  <wim@fluendo.com>
10343
10344         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
10345         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
10346         (compare_ranks), (print_feature), (gst_decode_bin_init),
10347         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
10348         (try_to_link_1), (new_pad), (close_link), (type_found),
10349         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
10350         (gst_decode_bin_change_state), (plugin_init):
10351         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
10352         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
10353         (gst_play_base_bin_dispose), (queue_overrun),
10354         (gen_preroll_element), (remove_prerolls), (no_more_pads),
10355         (new_stream), (setup_source), (gst_play_base_bin_set_property),
10356         (gst_play_base_bin_get_property), (play_base_eos),
10357         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
10358         (gst_play_base_bin_remove_element),
10359         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
10360         (gst_play_base_bin_unlink_stream),
10361         (gst_play_base_bin_get_streaminfo):
10362         * gst/playback/gstplaybasebin.h:
10363         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
10364         (gst_play_bin_class_init), (gst_play_bin_init),
10365         (gst_play_bin_dispose), (gst_play_bin_set_property),
10366         (gst_play_bin_get_property), (gen_video_element),
10367         (gen_audio_element), (remove_sinks), (setup_sinks),
10368         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
10369         (gst_play_bin_send_event), (gst_play_bin_get_formats),
10370         (gst_play_bin_convert), (gst_play_bin_get_query_types),
10371         (gst_play_bin_query), (plugin_init):
10372         * gst/playback/test4.c: (main):
10373         Work on object reuse and seeking.
10374
10375 2004-07-09  Wim Taymans  <wim@fluendo.com>
10376
10377         * examples/seeking/seek.c: (iterate):
10378         Don't consume all CPU in the idle loop.
10379
10380 2004-07-09  Wim Taymans  <wim@fluendo.com>
10381
10382         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
10383         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
10384         Add pad to element *after* setting the pad functions so that
10385         the scheduler can use the correct ones.
10386
10387 2004-07-09  Wim Taymans  <wim@fluendo.com>
10388
10389         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
10390         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
10391         Sync to keyframe after seek
10392
10393 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10394
10395         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
10396         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
10397         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
10398         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
10399         * ext/libvisual/visual.c: (gst_visual_change_state):
10400         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
10401         * ext/theora/theoradec.c: (theora_dec_change_state):
10402         * ext/theora/theoraenc.c: (theora_enc_change_state):
10403         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
10404         * gst-libs/gst/navigation/navigation.c:
10405         * gst/adder/gstadder.c: (gst_adder_change_state):
10406         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10407         (gst_audio_convert_get_buffer):
10408         * gst/multipart/multipartdemux.c:
10409         (gst_multipart_demux_change_state):
10410         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
10411         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10412         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10413         * gst/videoscale/gstvideoscale.c:
10414         (gst_videoscale_handle_src_event):
10415         * gst/volume/gstvolume.c: (volume_chain_int16):
10416           don't assert in state change, this should be done by the base
10417           GstElement class.
10418           various debugging fixes.
10419
10420 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10421
10422         * configure.ac:
10423         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
10424         (gst_play_dispose), (gst_play_set_location),
10425         (gst_play_set_data_src), (gst_play_set_video_sink),
10426         (gst_play_set_audio_sink), (gst_play_set_visualization),
10427         (gst_play_connect_visualization), (gst_play_get_sink_element),
10428         (gst_play_get_all_by_interface):
10429         * gst-libs/gst/play/play.h:
10430           add new method to get elements implementing an interface.
10431           add various error logging
10432
10433 2004-07-08  Wim Taymans  <wim@fluendo.com>
10434
10435         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
10436         (make_mpeg_pipeline), (make_mpegnt_pipeline),
10437         (make_playerbin_pipeline), (query_durations_elems),
10438         (query_durations_pads), (query_positions_elems),
10439         (query_positions_pads), (update_scale), (iterate), (stop_seek),
10440         (main):
10441         Added playbin seeking example.
10442
10443 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10444
10445         * gst-libs/gst/play/play.c: (gst_play_set_location),
10446         (gst_play_set_data_src), (gst_play_set_video_sink),
10447         (gst_play_set_audio_sink), (gst_play_set_visualization),
10448         (gst_play_connect_visualization), (gst_play_get_framerate):
10449           use a macro to look up elements from hash table
10450
10451 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10452
10453         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
10454         (gst_play_get_length_callback), (gst_play_set_location),
10455         (gst_play_seek_to_time), (gst_play_set_data_src),
10456         (gst_play_set_video_sink), (gst_play_set_audio_sink),
10457         (gst_play_set_visualization), (gst_play_connect_visualization),
10458         (gst_play_get_sink_element):
10459         - add debugging info
10460         - fix looking up sink elements by iterating over complete caps
10461         - put everything except for source and autoplugger in a complete bin
10462
10463 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10464
10465         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
10466         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
10467         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
10468         (gst_alsa_sink_write), (gst_alsa_sink_loop):
10469         * ext/alsa/gstalsasink.h:
10470         - add debugging info
10471         - clean up schizophrenia of data/buffer/event
10472         - fix double event unref error
10473
10474 2004-07-08  Wim Taymans  <wim@fluendo.com>
10475
10476         * gst/playback/Makefile.am:
10477         Add headers to noinst
10478
10479 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10480
10481         * tools/gst-launch-ext-m.m:
10482         * tools/gst-launch-ext.1.in:
10483           convert to the third millenium
10484
10485 2004-07-07  David Schleef  <ds@schleef.org>
10486
10487         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
10488
10489 2004-07-07  Wim Taymans  <wim@fluendo.com>
10490
10491         * gst/playback/Makefile.am:
10492         * gst/playback/README:
10493         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
10494         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
10495         (compare_ranks), (print_feature), (gst_decode_bin_init),
10496         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
10497         (try_to_link_1), (new_pad), (close_link), (type_found),
10498         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
10499         (plugin_init):
10500         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
10501         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
10502         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
10503         (gen_preroll_element), (no_more_pads), (new_stream),
10504         (setup_source), (gst_play_base_bin_set_property),
10505         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
10506         (gst_play_base_bin_add_element),
10507         (gst_play_base_bin_remove_element),
10508         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
10509         (gst_play_base_bin_unlink_stream),
10510         (gst_play_base_bin_get_streaminfo):
10511         * gst/playback/gstplaybasebin.h:
10512         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
10513         (gst_play_bin_class_init), (gst_play_bin_init),
10514         (gst_play_bin_dispose), (gst_play_bin_set_property),
10515         (gst_play_bin_get_property), (gen_video_element),
10516         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
10517         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
10518         (gst_play_bin_get_formats), (gst_play_bin_convert),
10519         (gst_play_bin_get_query_types), (gst_play_bin_query),
10520         (plugin_init):
10521         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10522         (gst_stream_info_get_type), (gst_stream_info_class_init),
10523         (gst_stream_info_init), (gst_stream_info_new),
10524         (gst_stream_info_dispose), (gst_stream_info_set_property),
10525         (gst_stream_info_get_property):
10526         * gst/playback/gststreaminfo.h:
10527         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
10528         (main):
10529         * gst/playback/test2.c: (main):
10530         * gst/playback/test3.c: (update_scale), (main):
10531         More playbin fixes. Added README. Do better element filtering.
10532         Added base class to preroll media. Added test apps.
10533
10534 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10535
10536         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
10537         * ext/mpeg2dec/gstmpeg2dec.h:
10538           various debugging improvements.  Reset stream to next picture
10539           instead of sequence header, otherwise seeks cannot work.
10540
10541 2004-07-07  Wim Taymans  <wim@fluendo.com>
10542
10543         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
10544         (gst_video_box_class_init), (gst_video_box_set_property),
10545         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
10546         Use pad_alloc where possible.
10547
10548 2004-07-07  Wim Taymans  <wim@fluendo.com>
10549
10550         * sys/oss/gstosselement.c: (gst_osselement_reset),
10551         (gst_osselement_parse_caps):
10552         * sys/oss/gstosselement.h:
10553         * sys/oss/gstosssrc.c: (gst_osssrc_get):
10554         Fix offset on osssrc.
10555
10556 2004-07-07  Wim Taymans  <wim@fluendo.com>
10557
10558         * ext/theora/theora.c: (plugin_init):
10559         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
10560         (theora_dec_src_query), (theora_dec_chain):
10561         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10562         (theora_enc_sink_link), (theora_buffer_from_packet),
10563         (theora_push_packet), (theora_enc_chain):
10564         Fix theora granulepos calculation.
10565         Fix overflow in duration/position calculation.
10566         Bump rank to PRIMARY for theoradec.
10567         Use granulepos of last packet to calculate position.
10568         Set keyframe flag on buffers when needed.
10569
10570 2004-07-06  David Schleef  <ds@schleef.org>
10571
10572         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
10573         serious?  (Fixed, obviously.)
10574
10575 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10576
10577         * po/LINGUAS:
10578         * po/cs.po:
10579           added Czech translation (Miloslav Trmac)
10580
10581 2004-07-05  Wim Taymans  <wim@fluendo.com>
10582
10583         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
10584         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
10585         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
10586         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10587         (close_link), (type_found), (gst_decode_bin_set_property),
10588         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
10589         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
10590         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
10591         (gst_decode_bin_query), (plugin_init):
10592         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
10593         (gst_play_bin_class_init), (gst_play_bin_init),
10594         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
10595         (get_video_element), (new_pad), (setup_source),
10596         (gst_play_bin_set_property), (gst_play_bin_get_property),
10597         (gst_play_bin_change_state), (gst_play_bin_add_element),
10598         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
10599         (gst_play_bin_send_event), (gst_play_bin_get_formats),
10600         (gst_play_bin_convert), (gst_play_bin_get_query_types),
10601         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
10602         * gst/playback/test.c: (main):
10603         More fixes, cleaned up playbin, make it use decodebin. Added
10604         threaded property to playbin.
10605
10606 2004-07-05  Wim Taymans  <wim@fluendo.com>
10607
10608         * configure.ac:
10609         * gst/playback/Makefile.am:
10610         * gst/playback/decodetest.c: (main):
10611         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
10612         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
10613         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
10614         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10615         (close_link), (type_found), (gst_decode_bin_set_property),
10616         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
10617         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
10618         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
10619         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
10620         (plugin_init):
10621         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
10622         (gst_play_bin_class_init), (gst_play_bin_init),
10623         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
10624         (collect_sink_pads), (find_compatibles), (close_pad_link),
10625         (try_to_link_1), (new_pad), (close_link), (type_found),
10626         (setup_source), (gst_play_bin_set_property),
10627         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
10628         (compare_ranks), (gst_play_bin_collect_factories),
10629         (gst_play_bin_change_state), (gst_play_bin_add_element),
10630         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
10631         (gst_play_bin_send_event), (gst_play_bin_get_formats),
10632         (gst_play_bin_convert), (gst_play_bin_get_query_types),
10633         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
10634         * gst/playback/test.c: (main):
10635         Added some playback helper elements and some test apps, very alpha
10636         still.
10637
10638 2004-07-04  Benjamin Otte  <otte@gnome.org>
10639
10640         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
10641           only restart audio when we indeed have an xrun to fix repeated
10642           xruns. Fix suggested by Giuliano Pochini.
10643
10644 2004-07-03  David Schleef  <ds@schleef.org>
10645
10646         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
10647         call to gst_debug_log() if debugging is disabled (bug #145118)
10648
10649 2004-07-03  Benjamin Otte  <otte@gnome.org>
10650
10651         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
10652           use our own functions for restarting the alsa device.
10653         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10654           I should apply patches myself - use MIN for the third argument, not
10655           the second, this fixes seeking
10656
10657 2004-07-02  David Schleef  <ds@schleef.org>
10658
10659         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
10660         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
10661         do with the logic.
10662
10663 2004-07-02  David Schleef  <ds@schleef.org>
10664
10665         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
10666         output buffers.  Fix logic mistake.  (bug #144866)
10667
10668 2004-07-02  David Schleef  <ds@schleef.org>
10669
10670         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
10671         on X.  (bug #144753)
10672
10673 2004-07-02  David Schleef  <ds@schleef.org>
10674
10675         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
10676         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
10677         (bug #144624)
10678         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
10679         (gst_osselement_rate_probe_check): Add another workaround for
10680         buggy drivers (bug #145336)
10681
10682 2004-07-02  David Schleef  <ds@schleef.org>
10683
10684         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
10685         Most systems don't have MSG_NOSIGNAL.
10686
10687 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10688
10689         * Makefile.am:
10690         * gst-libs/gst/colorbalance/Makefile.am:
10691         * gst-libs/gst/mixer/Makefile.am:
10692         * gst-libs/gst/play/Makefile.am:
10693         * gst-libs/gst/tuner/Makefile.am:
10694           (hopefully) fix both install and dist and make error message useful.
10695           needs testing across automakes.
10696
10697 2004-07-02  Benjamin Otte  <otte@gnome.org>
10698
10699         * ext/ogg/gstogg.c: (plugin_init):
10700           we require bytestream now
10701         * ext/ogg/gstoggdemux.c:
10702           huge diff to implement chain setup in a fast and generic way. This
10703           improves tag reading and startup of huge files (read: Theora videos)
10704           quite a bit. It probably contains bugs, too, so please test.
10705           Seeking is not improved to the fast method.
10706
10707 2004-06-29  Wim Taymans  <wim@fluendo.com>
10708
10709         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10710         * ext/ogg/gstoggmux.c:
10711         Fix memleak in oggdemux when running unconnected pads.
10712         doc update in mux, start working on keyframe mode.
10713
10714 2004-06-29  Benjamin Otte  <otte@gnome.org>
10715
10716         * sys/oss/gstosssink.c:
10717         * sys/oss/gstosssrc.c:
10718           advertise correct template caps - we indeed do non-native endianness
10719           and 8bit audio has no endianness
10720         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
10721         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
10722           avoid (wrong) duplications in getcaps function and return
10723           template caps
10724
10725 2004-06-29  Wim Taymans  <wim@fluendo.com>
10726
10727         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10728         (gst_multifdsink_class_init), (gst_multifdsink_add),
10729         (gst_multifdsink_remove), (gst_multifdsink_clear),
10730         (gst_multifdsink_client_remove),
10731         (gst_multifdsink_handle_client_read),
10732         (gst_multifdsink_client_queue_data),
10733         (gst_multifdsink_client_queue_caps),
10734         (gst_multifdsink_client_queue_buffer),
10735         (gst_multifdsink_handle_client_write),
10736         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10737         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
10738         (gst_multifdsink_init_send), (gst_multifdsink_close):
10739         Fix wrong GList iteration that could crash the server when
10740         more then 2 clients disconnect at the same time. Read all the
10741         pending commands in one batch to recover from command storms under
10742         very heavy load.
10743
10744 2004-06-28  Wim Taymans  <wim@fluendo.com>
10745
10746         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
10747         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
10748         (gst_videomixer_pad_set_property),
10749         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
10750         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
10751         (gst_videomixer_class_init), (gst_videomixer_init),
10752         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
10753         (pad_zorder_compare), (gst_videomixer_sort_pads),
10754         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
10755         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
10756         (gst_videomixer_update_queues), (gst_videomixer_loop),
10757         (plugin_init):
10758         Avoid divide by zero, choose masterpad as the pad with the highest
10759         framerate.
10760
10761 2004-06-27  Julien Moutte  <julien@moutte.net>
10762
10763         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
10764         (gst_ximagesink_xwindow_new):
10765         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
10766         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
10767         function directly. We might want to call it from somewhere else one day.
10768
10769 2004-06-27  Julien Moutte  <julien@moutte.net>
10770
10771         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
10772         (gst_ximagesink_xwindow_new):
10773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
10774         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
10775         window decorations.
10776
10777 2004-06-27  Wim Taymans  <wim@fluendo.com>
10778
10779         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
10780         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
10781         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
10782         (gst_dvdec_set_property), (gst_dvdec_get_property):
10783         * ext/dv/gstdvdec.h:
10784         Implement drop_factor property to lower the framerate with
10785         a factor.
10786
10787 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10788
10789         * gst-libs/gst/colorbalance/Makefile.am:
10790         * gst-libs/gst/mixer/Makefile.am:
10791         * gst-libs/gst/play/Makefile.am:
10792         * gst-libs/gst/tuner/Makefile.am:
10793           unbreak Company's fix that didn't install the -enum.h files
10794
10795 2004-06-27  Wim Taymans  <wim@fluendo.com>
10796
10797         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
10798         (gst_dvdec_change_state):
10799         * ext/dv/gstdvdec.h:
10800         Fix timestamp, duration and offset of the buffers.
10801
10802 2004-06-27  Wim Taymans  <wim@fluendo.com>
10803
10804         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10805         (gst_multifdsink_class_init), (gst_multifdsink_add),
10806         (gst_multifdsink_remove), (gst_multifdsink_clear),
10807         (gst_multifdsink_client_remove),
10808         (gst_multifdsink_handle_client_read),
10809         (gst_multifdsink_client_queue_data),
10810         (gst_multifdsink_client_queue_caps),
10811         (gst_multifdsink_client_queue_buffer),
10812         (gst_multifdsink_handle_client_write),
10813         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10814         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
10815         (gst_multifdsink_init_send), (gst_multifdsink_close):
10816         * gst/tcp/gstmultifdsink.h:
10817         * gst/tcp/gsttcpserversink.c:
10818         (gst_tcpserversink_handle_server_read),
10819         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
10820         More multifdsink fixes, more recovery policy fixes.
10821         Removed stupid g_print
10822
10823 2004-06-26  Wim Taymans  <wim@fluendo.com>
10824
10825         * gst/tcp/Makefile.am:
10826         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10827         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
10828         (gst_multifdsink_class_init), (gst_multifdsink_init),
10829         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
10830         (gst_multifdsink_handle_client_read),
10831         (gst_multifdsink_client_queue_data),
10832         (gst_multifdsink_client_queue_caps),
10833         (gst_multifdsink_client_queue_buffer),
10834         (gst_multifdsink_handle_client_write),
10835         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10836         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
10837         (gst_multifdsink_chain), (gst_multifdsink_set_property),
10838         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
10839         (gst_multifdsink_close), (gst_multifdsink_change_state):
10840         * gst/tcp/gstmultifdsink.h:
10841         * gst/tcp/gsttcpplugin.c: (plugin_init):
10842         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
10843         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
10844         (gst_tcpserversink_handle_server_read),
10845         (gst_tcpserversink_handle_select),
10846         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
10847         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
10848         * gst/tcp/gsttcpserversink.h:
10849         Added multifdsink, made tcpserversink a subclass of fdsink, removed
10850         one of the locks, added recovery policy to multifdsink.
10851
10852 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10853
10854         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10855           fix decision for when getting frames with same timestamp
10856         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10857         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
10858         (gst_v4lsrc_get_property):
10859         * sys/v4l/gstv4lsrc.h:
10860           add latency offset property
10861
10862 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10863
10864         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
10865         (plugin_init):
10866           fix debugging. add category.
10867
10868 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10869
10870         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
10871           fix wrong offsets
10872
10873 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10874
10875         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
10876         (gst_alsa_src_get_time), (gst_alsa_src_loop),
10877         (gst_alsa_src_change_state):
10878           return a time that is in sync with the element's processing
10879
10880 2004-06-25  Wim Taymans  <wim@fluendo.com>
10881
10882         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
10883         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
10884         (gst_tcpserversink_client_remove),
10885         (gst_tcpserversink_handle_client_read),
10886         (gst_tcpserversink_client_queue_data),
10887         (gst_tcpserversink_client_queue_caps),
10888         (gst_tcpserversink_client_queue_buffer),
10889         (gst_tcpserversink_handle_client_write),
10890         (gst_tcpserversink_queue_buffer),
10891         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
10892         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
10893         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
10894         (gst_tcpserversink_close):
10895         * gst/tcp/gsttcpserversink.h:
10896         Serversink rewrite. Really do non blocking writes to clients and
10897         maintain an internal queue to handle slower clients while not
10898         disturbing fast clients.
10899
10900 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10901
10902         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
10903           better debug, don't override OFFSET and OFFSET_END
10904
10905 2004-06-25  Iain <iain@prettypeople.org>
10906
10907         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
10908         name=source for the wavparse pipeline.
10909
10910 2004-06-24  Johan Dahlin  <johan@gnome.org>
10911
10912         * ext/theora/theoraenc.c (theora_enc_chain): Call
10913         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
10914         streamheader caps are set correctly.
10915
10916 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10917
10918         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
10919         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
10920           respect minimum bitrate; same could be done for max bitrate
10921
10922 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10923
10924         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
10925         (gst_vorbisenc_setup):
10926           fix sample rate range
10927
10928 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10929
10930         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
10931         (gst_oggvorbisenc_setup):
10932         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
10933         (gst_vorbisenc_setup):
10934           resolve ambiguities in code and description
10935
10936 2004-06-24  Wim Taymans  <wim@fluendo.com>
10937
10938         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
10939         * ext/alsa/gstalsa.h:
10940         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
10941         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
10942         Use alsa trigger_tstamp to get the timestamp of the first
10943         sample in the buffer for more precise sync. Some cleanups.
10944
10945 2004-06-24  Wim Taymans  <wim@fluendo.com>
10946
10947         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
10948         (gst_audiorate_init), (gst_audiorate_chain),
10949         (gst_audiorate_set_property), (gst_audiorate_get_property):
10950         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
10951         (gst_videorate_chain):
10952         Added some logging, fixed an overflow bug in videorate.
10953
10954 2004-06-24  Benjamin Otte  <otte@gnome.org>
10955
10956         * ext/kio/Makefile.am:
10957           fix for builddir != srcdir and distcheck
10958
10959 2004-06-24  Benjamin Otte  <otte@gnome.org>
10960
10961         * gst-libs/gst/colorbalance/Makefile.am:
10962         * gst-libs/gst/mixer/Makefile.am:
10963         * gst-libs/gst/play/Makefile.am:
10964         * gst-libs/gst/tuner/Makefile.am:
10965         * gst/tcp/Makefile.am:
10966         * sys/dxr3/Makefile.am:
10967           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
10968           tarball.
10969           Also add all *.list files that were missing.
10970         * Makefile.am:
10971           add a distcheck hook to ensure the above doesn't happen again.
10972
10973 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
10974
10975         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
10976
10977 2004-06-23  Colin Walters  <walters@redhat.com>
10978
10979         * m4/Makefile.am: Distribute gst-fionread.m4.
10980
10981 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10982
10983         * configure.ac: back to dev
10984
10985 2004-06-23  Wim Taymans  <wim@fluendo.com>
10986
10987         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
10988         (gst_alsa_xrun_recovery):
10989         * ext/alsa/gstalsa.h:
10990         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
10991         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
10992         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
10993         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
10994         (gst_alsa_src_loop):
10995         Add clock to alsasrc. Take new capture timestamp when
10996         restarting after an overrun. Split up some functions between
10997         alsasrc and alsasink.
10998
10999 === release 0.8.2 ===
11000
11001 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11002
11003         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
11004         (gst_alsa_change_state), (gst_alsa_update_avail),
11005         (gst_alsa_xrun_recovery):
11006         * ext/alsa/gstalsa.h:
11007         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11008           merge back changes from release
11009
11010 2004-06-23  Wim Taymans  <wim@fluendo.com>
11011
11012         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
11013         (gst_audiorate_init), (gst_audiorate_chain),
11014         (gst_audiorate_set_property), (gst_audiorate_get_property):
11015         Implement sample dropping and notify
11016
11017 2004-06-22  Wim Taymans  <wim@fluendo.com>
11018
11019         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11020         (theora_enc_sink_link), (theora_buffer_from_packet),
11021         (theora_push_packet), (theora_enc_chain):
11022         Some cleanups, make sure the timestamps are correct.
11023
11024 2004-06-22  Wim Taymans  <wim@fluendo.com>
11025
11026         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
11027         (gst_alsa_change_state), (gst_alsa_update_avail),
11028         (gst_alsa_xrun_recovery):
11029         * ext/alsa/gstalsa.h:
11030         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
11031         Cleanups, take queued samples into account when reporting
11032         the time.
11033
11034 2004-06-22  Wim Taymans  <wim@fluendo.com>
11035
11036         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
11037         (gst_videorate_init):
11038         Initialize the property as well.
11039
11040 2004-06-22  Wim Taymans  <wim@fluendo.com>
11041
11042         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
11043         (gst_videorate_init), (gst_videorate_chain),
11044         (gst_videorate_set_property), (gst_videorate_get_property):
11045         Add property to make videorate silent.
11046         Add property to prefer new frames over old ones.
11047
11048 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11049
11050         * sys/osxvideo/Makefile.am:
11051         Workaround so that the osxvideo .so file gets linked with the
11052         Cocoa, OpenGL and QuickTime frameworks
11053
11054 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11055
11056         * sys/osxaudio/Makefile.am:
11057         Workaround so that the osxaudio .so file gets linked with the
11058         CoreAudio framework
11059
11060 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11061
11062         * configure.ac:
11063         Whoops, my fault...fixed build issues
11064
11065 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11066
11067         * configure.ac:
11068         Add objective-c support if running in Darwin/Mac OS X
11069         * sys/Makefile.am:
11070         * sys/osxvideo:
11071         * sys/osxvideo/Makefile.am:
11072         * sys/osxvideo/osxvideosink.h:
11073         * sys/osxvideo/osxvideosink.m:
11074         * sys/osxvideo/cocoawindow.h:
11075         * sys/osxvideo/cocoawindow.m:
11076         Add osxvideosink, a cocoa-based osx video sink
11077
11078
11079 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
11080         * ext/dvdnav/gst-dvd:
11081         Grab the gconf key from the right spot
11082         * gst/debug/gstnavseek.c: (gst_navseek_init),
11083         (gst_navseek_segseek), (gst_navseek_handle_src_event),
11084         (gst_navseek_chain):
11085         * gst/debug/gstnavseek.h:
11086           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
11087           and loop parameters of a segment seek.
11088         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
11089         (gst_videotestsrc_get_event_masks),
11090         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
11091         * gst/videotestsrc/gstvideotestsrc.h:
11092           Add seeking support to videotestsrc
11093           Initialise the timestamp_offset variable.
11094
11095 2004-06-18  Wim Taymans  <wim@fluendo.com>
11096
11097         * ext/sidplay/gstsiddec.cc:
11098         Fix negotiation and set correct end offset.
11099
11100 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
11101
11102         * configure.ac: branch and prerelease
11103
11104 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11105
11106         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11107         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
11108         (gst_tcpclientsrc_init_receive):
11109         * gst/tcp/gsttcpclientsrc.h:
11110           read caps when connecting to server for GDP so we set them correctly
11111
11112 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11113
11114         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
11115           notify drops and duplicates
11116         * gst/videoscale/videoscale.c: (videoscale_get_structure):
11117           no good reason to limit ourselves to 100x100
11118
11119 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11120
11121         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
11122         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
11123         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
11124         (gst_v4lsrc_get_property):
11125         * sys/v4l/gstv4lsrc.h:
11126         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
11127         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
11128         (gst_v4l_set_audio):
11129         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
11130         (gst_v4lsrc_try_capture):
11131         * sys/v4l/v4lsrc_calls.h:
11132           change try_palette to more general try_capture
11133           add autoprobe option so we can turn off autoprobing
11134           various fixes
11135
11136 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11137
11138         * configure.ac:
11139           add videorate
11140         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
11141         (gst_ximagesink_class_init):
11142         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
11143         (gst_xvimagesink_class_init):
11144           run them as finalize, not dispose, since dispose can be invoked
11145           multiple times
11146
11147 2004-06-17  Wim Taymans  <wim@fluendo.com>
11148
11149         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
11150         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
11151         * ext/alsa/gstalsa.h:
11152         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
11153         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
11154         (gst_alsa_src_change_state):
11155         * ext/alsa/gstalsasrc.h:
11156         Make the xrun code timestamp and offset the buffers correctly.
11157         moved the clock to the base class, use alsa methods to get time.
11158         Do correct timestamping on outgoing buffers.
11159
11160 2004-06-17  Wim Taymans  <wim@fluendo.com>
11161
11162         * gst/audiorate/Makefile.am:
11163         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
11164         (gst_audiorate_base_init), (gst_audiorate_class_init),
11165         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
11166         (gst_audiorate_set_property), (gst_audiorate_get_property),
11167         (gst_audiorate_change_state), (plugin_init):
11168         Added an audiorate converter that fills in gaps.
11169
11170 2004-06-17  Johan Dahlin  <johan@gnome.org>
11171
11172         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
11173
11174 2004-06-16  Wim Taymans  <wim@fluendo.com>
11175
11176         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
11177         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
11178         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
11179         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
11180         (gst_v4lsrc_get_property):
11181         * sys/v4l/gstv4lsrc.h:
11182         Added a copy mode to v4lsrc where it will output a copied version
11183         of its internal hardware buffer.
11184         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
11185         can't | them.
11186
11187 2004-06-16  Wim Taymans  <wim@fluendo.com>
11188
11189         * sys/oss/gstosssrc.c: (gst_osssrc_get):
11190         Timestamp fixes.
11191
11192 2004-06-16  Wim Taymans  <wim@fluendo.com>
11193
11194         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
11195         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
11196         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
11197         (gst_v4lsrc_get_property):
11198         * sys/v4l/gstv4lsrc.h:
11199         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
11200         Added a sync mode enum property to control v4lsrc timestamp method
11201         Removed the use-fixed-fps property and moved functionality in
11202         the enum.
11203         Don't error on an error value from v4l-conf, it might not always
11204         be a real error.
11205
11206 2004-06-16  Wim Taymans  <wim@fluendo.com>
11207
11208         * gst/videorate/Makefile.am:
11209         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
11210         (gst_videorate_base_init), (gst_videorate_class_init),
11211         (gst_videorate_getcaps), (gst_videorate_link),
11212         (gst_videorate_init), (gst_videorate_chain),
11213         (gst_videorate_set_property), (gst_videorate_get_property),
11214         (gst_videorate_change_state), (plugin_init):
11215         Added a video timestamp corrector.
11216
11217 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11218
11219         fixed a potential leak with previous commit
11220
11221         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
11222
11223 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11224
11225         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
11226         Added missing refcount, fixes bug #144425
11227         Cheers Tim for finding the bug
11228
11229 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11230
11231         * sys/v4l/gstv4l.c: (plugin_init):
11232         * sys/v4l/gstv4lcolorbalance.c:
11233         * sys/v4l/gstv4lcolorbalance.h:
11234         * sys/v4l/gstv4lelement.c:
11235         * sys/v4l/gstv4lelement.h:
11236         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
11237         * sys/v4l/gstv4lmjpegsink.h:
11238         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
11239         * sys/v4l/gstv4lmjpegsrc.h:
11240         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
11241         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
11242         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
11243         * sys/v4l/gstv4lsrc.h:
11244         * sys/v4l/gstv4ltuner.c:
11245         * sys/v4l/gstv4ltuner.h:
11246         * sys/v4l/gstv4lxoverlay.c:
11247         * sys/v4l/gstv4lxoverlay.h:
11248         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
11249         (gst_v4l_set_window), (gst_v4l_enable_overlay):
11250         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
11251         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
11252         (gst_v4l_set_audio):
11253         * sys/v4l/v4l_calls.h:
11254         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
11255         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
11256         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
11257         (gst_v4lmjpegsink_playback_init),
11258         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
11259         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
11260         (gst_v4lmjpegsink_playback_stop),
11261         (gst_v4lmjpegsink_playback_deinit):
11262         * sys/v4l/v4lmjpegsink_calls.h:
11263         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
11264         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
11265         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
11266         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
11267         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
11268         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
11269         * sys/v4l/v4lmjpegsrc_calls.h:
11270         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
11271         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
11272         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
11273         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
11274         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
11275         (gst_v4lsrc_try_palette):
11276         * sys/v4l/v4lsrc_calls.h:
11277           bunch of paranoia cleanups
11278
11279 2004-06-14  David Schleef  <ds@schleef.org>
11280
11281         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
11282         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
11283         Send discont events and change timestamps appropriately when
11284         we get a seek event.  (bug #144240)
11285         * ext/cdparanoia/gstcdparanoia.h:
11286
11287 2004-06-14  Benjamin Otte  <otte@gnome.org>
11288
11289         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
11290           snd_pcm_hw_params_set_rate  since the latter fails for no good
11291           reason on some setups.
11292
11293 2004-06-14  David Schleef  <ds@schleef.org>
11294
11295         * gst/volume/demo.c: (value_changed_callback): exp10() is not
11296         standard.  Thank you for playing.
11297
11298 2004-06-14  Wim Taymans  <wim@fluendo.com>
11299
11300         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
11301         Patch 1.3 broke the ordering of the colorspace info and
11302         made the plugin basically work by coincidence, reordered
11303         the info.
11304
11305 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11306
11307         * ext/lame/gstlame.c:
11308         * ext/mad/gstmad.c:
11309           sync caps.  Make sure mad can only output a list of rates, not
11310           a full range.  In the future, have three caps lists for each of the
11311           mpeg versions.  Change mpegversion to a double as well.
11312
11313 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11314
11315         * gst/volume/.cvsignore:
11316         * gst/volume/Makefile.am:
11317         * gst/volume/demo.c: (value_changed_callback), (idler),
11318         (setup_gui), (main):
11319           added small demo app
11320
11321 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
11322         * ext/esd/esdsink.c: (gst_esdsink_change_state):
11323         * ext/esd/esdsink.h:
11324         Close the esd connection on pause, because esd will just wait -
11325         blocking all other esd clients indefinitely.
11326
11327 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
11328
11329         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
11330           previous commit with GST_DEBUG
11331
11332 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
11333
11334         * configure.ac:
11335           add a header check for a dvdread header in dvdnav.  Fixes #133002
11336
11337 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11338
11339         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
11340         * gst/tcp/gsttcpclientsink.h:
11341         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
11342         * gst/tcp/gsttcpclientsrc.h:
11343         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
11344         (gst_tcpserversink_handle_server_read),
11345         (gst_tcpserversink_init_send):
11346         * gst/tcp/gsttcpserversink.h:
11347         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
11348         * gst/tcp/gsttcpserversrc.h:
11349         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
11350         version of IP)
11351
11352 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11353
11354         * configure.ac:
11355         Added ogg library so that OSX detects libtheora properly
11356
11357 2004-06-11  Wim Taymans  <wim@fluendo.com>
11358
11359         * ext/theora/theoradec.c: (theora_dec_chain),
11360         (theora_dec_change_state):
11361         Don't try to decode frames before we received a keyframe.
11362
11363 2004-06-11  Wim Taymans  <wim@fluendo.com>
11364
11365         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11366         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
11367         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
11368         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
11369         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
11370         Added property to set the maximum delay of a page.
11371
11372 2004-06-10  Wim Taymans  <wim@fluendo.com>
11373
11374         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11375         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
11376         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
11377         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
11378         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
11379         Added max-delay property to control the maximum amount
11380         of data to put in one page.
11381
11382 2004-06-10  Wim Taymans  <wim@fluendo.com>
11383
11384         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11385         (gst_theora_enc_init), (theora_enc_sink_link),
11386         (theora_buffer_from_packet), (theora_enc_set_property),
11387         (theora_enc_get_property):
11388         Set duration on encoded buffer, added some more properties
11389
11390 2004-06-10  Wim Taymans  <wim@fluendo.com>
11391
11392         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11393         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
11394         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11395         * ext/theora/theoraenc.c: (theora_enc_chain):
11396         Fix refcounting bugs
11397
11398 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11399
11400         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
11401         (gst_asf_demux_loop), (gst_asf_demux_process_file),
11402         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
11403         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
11404         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
11405         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
11406         (gst_asf_demux_change_state):
11407         * gst/asfdemux/gstasfdemux.h:
11408           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
11409           feels like. I think we should set a new requirement for demuxers
11410           from now on to implement sane loop functions, data loops, query
11411           and seek functions before first commit into CVS. And this commit
11412           fixes all of the above.
11413
11414 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
11415
11416         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
11417           vorbis comments are properly encoded in UTF-8 before adding them
11418           to a GstTagList
11419
11420 2004-06-09  Benjamin Otte  <otte@gnome.org>
11421
11422         * ext/alsa/gstalsa.c: (add_channels):
11423           handle min <= max correctly
11424         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
11425         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
11426           add fixation functions so we fixate correctly. No preferring of alaw
11427           anymore because it's the first structure.
11428         * ext/alsa/gstalsa.h:
11429         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
11430         (gst_alsa_hw_params_dump):
11431           add functions to ease debugging in alsalib
11432         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
11433         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
11434         (gst_alsa_start_audio):
11435           only specify hw params if we really setup a format (fixes #134007 -
11436           or at least works around it)
11437
11438 2004-06-09  Wim Taymans  <wim@fluendo.com>
11439
11440         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11441         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
11442         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
11443         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
11444         (gst_ogg_mux_loop):
11445         Use stream caps to setup the initial pages in the ogg stream.
11446         Correctly set the streamheader caps on the srcpad.
11447
11448 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11449
11450         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
11451         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
11452         (gst_v4lsrc_getcaps):
11453         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
11454         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
11455           add querying of fps lists for webcams.  Negotiating to a framerate
11456           now works.
11457
11458 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11459
11460         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
11461         (theora_push_buffer), (theora_push_packet),
11462         (theora_set_header_on_caps), (theora_enc_chain):
11463           mark buffers and put on streamheader, raw theora streaming
11464           now works too, whee
11465
11466 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11467
11468         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
11469         (gst_tcp_gdp_read_caps):
11470           do a looping read for caps and GDP headers too
11471
11472 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11473
11474         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
11475         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
11476           return EOS instead of NULL in _get
11477
11478 2004-06-08  Wim Taymans  <wim@fluendo.com>
11479
11480         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
11481         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
11482         (gst_tcp_gdp_write_caps):
11483         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
11484         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
11485         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
11486         Memory leak fixes
11487
11488 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11489
11490         * ext/vorbis/Makefile.am:
11491         * ext/vorbis/vorbis.c: (plugin_init):
11492         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
11493         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
11494         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
11495         (vorbis_parse_change_state):
11496         * ext/vorbis/vorbisparse.h:
11497           adding a vorbisparse element that marks the buffers, streaming
11498           raw vorbis using GDP now works, whee
11499
11500 2004-06-08  Wim Taymans  <wim@fluendo.com>
11501
11502         * ext/jpeg/Makefile.am:
11503         * ext/jpeg/README:
11504         * ext/jpeg/gstjpeg.c: (plugin_init):
11505         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
11506         (gst_smokedec_base_init), (gst_smokedec_class_init),
11507         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
11508         * ext/jpeg/gstsmokedec.h:
11509         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
11510         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
11511         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
11512         (gst_smokeenc_resync), (gst_smokeenc_chain),
11513         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
11514         * ext/jpeg/gstsmokeenc.h:
11515         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
11516         (smokecodec_flush_destination), (smokecodec_term_destination),
11517         (smokecodec_init_source), (smokecodec_fill_input_buffer),
11518         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
11519         (smokecodec_term_source), (smokecodec_encode_new),
11520         (smokecodec_decode_new), (smokecodec_info_free),
11521         (smokecodec_set_quality), (smokecodec_get_quality),
11522         (smokecodec_set_threshold), (smokecodec_get_threshold),
11523         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
11524         (find_best_size), (abs_diff), (put), (smokecodec_encode),
11525         (smokecodec_parse_header), (smokecodec_decode):
11526         * ext/jpeg/smokecodec.h:
11527         Added a new simple jpeg based codec
11528
11529 2004-06-08  Wim Taymans  <wim@fluendo.com>
11530
11531         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
11532         (gst_multipart_mux_loop):
11533         Fix memory leak
11534
11535 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11536
11537         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
11538         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
11539         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
11540         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
11541         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
11542         * gst/tcp/gsttcpserversink.h:
11543           take streamheader into account
11544
11545 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11546
11547         * gst/level/Makefile.am:
11548         * gst/level/gstlevel.c: (gst_level_class_init):
11549           clean up marshal generation
11550
11551 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11552
11553         * gst/tcp/Makefile.am:
11554         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
11555         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
11556         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
11557         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
11558         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
11559         (gst_tcpclientsrc_get_property):
11560         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11561         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11562         (gst_tcpserversink_handle_client_read),
11563         (gst_tcpserversink_handle_client_write),
11564         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
11565         * gst/tcp/gsttcpserversink.h:
11566           add signals client-added and client-removed
11567         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
11568         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
11569         (gst_tcpserversrc_get_property):
11570         uniformized, change default protocol to NONE
11571         * gst/tcp/gsttcp-marshal.list: added
11572 2004-06-07  Benjamin Otte  <otte@gnome.org>
11573
11574         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11575           handle discont events if they happen before caps nego
11576
11577 2004-06-07  Wim Taymans  <wim@fluendo.com>
11578
11579         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
11580         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
11581         (gst_multipart_demux_plugin_init):
11582         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
11583         (gst_multipart_mux_init), (gst_multipart_mux_loop),
11584         (gst_multipart_mux_change_state):
11585         Small updates, fix a memleak
11586
11587 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11588
11589         * configure.ac: OSS portability
11590         * ext/arts/gst_arts.c: idem
11591         * sys/oss/gstosselement.c: idem
11592         * sys/oss/gstossmixer.c: idem
11593         * sys/oss/gstosssink.c: idem
11594         * sys/oss/gstosssrc.c: idem
11595         * sys/oss/oss_probe.c: idem
11596           - check for soundcard.h in different places for some BSD
11597
11598 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
11599
11600         * AUTHORS:
11601         Add me to the authors file
11602         * configure.ac:
11603         Increase the libdv requirement to >= version 0.100
11604         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
11605         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
11606         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
11607         * ext/dv/gstdvdec.h:
11608         Add support for the new_media flag when sending DISCONT events
11609         Make the querying work when video pad is not linked
11610
11611 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
11612
11613         reviewed by Benjamin Otte  <otte@gnome.org>
11614
11615         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
11616           create a NULL-initialized array of pads, so we don't think they
11617           exist already. (fixes #143130)
11618
11619 2004-06-07  Benjamin Otte  <otte@gnome.org>
11620
11621         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
11622         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
11623         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
11624           don't use // coments
11625
11626 2004-06-07  Benjamin Otte  <otte@gnome.org>
11627
11628         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
11629           cast to GstClockTime to get higher granularity
11630         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11631           use gst_element_set_time_delay to get the exact time
11632         * ext/mad/gstmad.c: (gst_mad_chain):
11633           use the negotiated rate instead of the current frame's rate which
11634           might be wrong because of bit errors. This avoids emitting totally
11635           bogus timestamps and screwing sync.
11636         (fixes #143454)
11637
11638 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
11639
11640         reviewed by Benjamin Otte  <otte@gnome.org>
11641
11642         * gst/adder/gstadder.c: (gst_adder_loop):
11643           properly error out when no negotiation has happened yet. (fixes
11644           #143032)
11645
11646 2004-06-06  Benjamin Otte  <otte@gnome.org>
11647
11648         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
11649           forward correctly transformed offset in discont events. Based on
11650           patch by Arwed v. Merkatz. (fixes #142851)
11651
11652 2004-06-06  David Schleef  <ds@schleef.org>
11653
11654         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
11655         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
11656         problems on several systems.
11657
11658 2004-06-06  Benjamin Otte  <otte@gnome.org>
11659
11660         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11661           use explicit caps on the srcpad
11662         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
11663           properly error out if caps couldn't be set (fixes #142764)
11664
11665 2004-06-06  Benjamin Otte  <otte@gnome.org>
11666
11667         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
11668         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
11669         (gst_alsa_start_audio):
11670           - don't call set_periods_integer anymore, it breaks the
11671           configuration randomly
11672           - call snd_pcm_hw_params_set_access directly instead of using masks
11673           - don't fail if the sw_params can't be set, just use the default
11674           params and hope it works. Alsalib has weird issues when you touch
11675           sw_params and does no proper error reporting about what failed.
11676         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
11677         (gst_alsa_close_audio):
11678           make our alsa debugging go via gst debugging and not conditionally
11679           defined
11680         * ext/alsa/gstalsa.h:
11681           add ALSA_DEBUG_FLUSH macro
11682         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
11683         (plugin_init):
11684           wrap alsa errors to be printed via the gst debugging system and not
11685           spammed to stderr
11686
11687 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11688
11689         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
11690         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
11691         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
11692         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
11693         (qtdemux_parse_trak):
11694         * gst/qtdemux/qtdemux.h:
11695           Bitch. Also known as seeking, querying & co.
11696         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
11697         (gst_osssink_change_state):
11698         * sys/oss/gstosssink.h:
11699           Resyncing is for weenies, this hack is no longer needed and was
11700           broken anyway (since it - unintendedly - always leaves resync to
11701           TRUE).
11702
11703 2004-06-05  Andrew Turner <zxombie@hotpop.com>
11704
11705         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
11706         * gst/tcp/gsttcpclientsrc.h: idem
11707           - define MSG_NOSIGNAL if not done
11708           - include unistd.h for off_t
11709           (fixes #143749)
11710
11711 2004-06-05  Benjamin Otte  <otte@gnome.org>
11712
11713         * configure.ac:
11714         * ext/kio/Makefile.am:
11715           check for qt's moc preprocessor explicitly and use it
11716
11717 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11718
11719         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
11720           don't get a signal for EPIPE on socket writes
11721           (somebody check if this works on other platforms)
11722
11723 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11724
11725         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
11726         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
11727           check error condition on available samples correctly
11728
11729 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11730
11731         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
11732           avoid a segfault
11733         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11734         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
11735         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
11736         (gst_tcpserversrc_gdp_read_header):
11737          use ssize_t over size_t since the former is signed and thus the
11738          check for error codes can work
11739
11740 2004-06-02  Wim Taymans  <wim@fluendo.com>
11741
11742         reviewed by: Johan
11743
11744         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
11745         (gst_multipart_mux_loop):
11746         Oops
11747
11748 2004-06-02  Wim Taymans  <wim@fluendo.com>
11749
11750         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
11751         (gst_multipart_mux_init), (gst_multipart_mux_loop),
11752         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
11753         (gst_multipart_mux_change_state):
11754         Added configurable boundary specifier, added the value as a
11755         caps field as well.
11756
11757 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11758
11759         * gst/tcp/gsttcp.c:
11760         * gst/tcp/gsttcpclientsrc.c:
11761         * gst/tcp/gsttcpclientsrc.h:
11762         * gst/tcp/gsttcpserversrc.c:
11763           - portability fix, to compile on OSX
11764             (fixes #143146)
11765
11766         * sys/osxaudio/gstosxaudioelement.c:
11767         * sys/osxaudio/gstosxaudiosink.c:
11768         * sys/osxaudio/gstosxaudiosrc.c:
11769           - compilation warnings on OSX
11770             (fixes #143153)
11771
11772 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11773
11774         * ext/vorbis/vorbisdec.c : sign warning fixes
11775
11776         * gst-libs/gst/mixer/mixertrack.c :
11777           do no use defines which are glib 2.4 specific
11778
11779 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
11780
11781         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
11782           buffer since libflac doesn't expect it (reports a sync error when
11783           it encounters that)
11784
11785
11786 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
11787
11788         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
11789         * gst-libs/gst/mixer/mixertrack.c:
11790         (gst_mixer_track_get_property), (get_mixer_track_init),
11791         (get_mixer_track_get_property): Added property accessors
11792         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
11793         * gst-libs/gst/mixer/mixeroptions.c:
11794         (gst_mixer_options_get_values): Added
11795         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
11796         * gst-libs/gst/mixer/mixer.c: Fixed comment
11797
11798
11799 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11800
11801         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
11802           improve error messages on open
11803
11804
11805 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11806
11807         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
11808           check if v4l-conf is in path
11809
11810 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11811
11812         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
11813           change assert to a more readable error message
11814
11815 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11816
11817         * gst-libs/gst/tuner/tunerchannel.h:
11818           - add a freq_multiplicator field to make the conversion
11819             between internal frequency unit and Hz
11820         * sys/v4l/gstv4lelement.c:
11821         * sys/v4l2/gstv4l2element.c:
11822           - change default video device to /dev/video0
11823         * sys/v4l/v4l_calls.c:
11824         * sys/v4l2/v4l2_calls.c:
11825           - we only expose frequency to the user in Hz instead of
11826             bastard v4lX unit (either 62.5kHz or 62.5Hz)
11827
11828 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
11829         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
11830           Initialise b_o_s and e_o_s variables
11831         * gst-libs/gst/riff/riff-media.c:
11832         (gst_riff_create_video_caps_with_data):
11833           Add some unusual fourcc's from mplayer avi's
11834         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
11835           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
11836           autoplugging.
11837
11838 2004-05-28  Wim Taymans  <wim@fluendo.com>
11839
11840         * configure.ac:
11841         * gst/alpha/Makefile.am:
11842         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11843         (gst_alpha_get_type), (gst_alpha_base_init),
11844         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
11845         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
11846         (gst_alpha_chroma_key), (gst_alpha_chain),
11847         (gst_alpha_change_state), (plugin_init):
11848         A plugin to add an alpha channel to I420 video. Can optionally do
11849         chroma keying.
11850         * gst/multipart/Makefile.am:
11851         * gst/multipart/multipart.c: (plugin_init):
11852         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
11853         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
11854         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
11855         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
11856         (gst_multipart_demux_change_state),
11857         (gst_multipart_demux_plugin_init):
11858         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
11859         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
11860         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
11861         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
11862         (gst_multipart_mux_pad_unlink),
11863         (gst_multipart_mux_request_new_pad),
11864         (gst_multipart_mux_handle_src_event),
11865         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
11866         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
11867         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
11868         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
11869         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
11870         send multipart jpeg images to a browser.
11871         * gst/videobox/Makefile.am:
11872         * gst/videobox/README:
11873         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
11874         (gst_video_box_get_type), (gst_video_box_base_init),
11875         (gst_video_box_class_init), (gst_video_box_init),
11876         (gst_video_box_set_property), (gst_video_box_get_property),
11877         (gst_video_box_sink_link), (gst_video_box_i420),
11878         (gst_video_box_ayuv), (gst_video_box_chain),
11879         (gst_video_box_change_state), (plugin_init):
11880         Crops or adds borders around an image. can do alpha channel
11881         borders as well.
11882         * gst/videomixer/Makefile.am:
11883         * gst/videomixer/README:
11884         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
11885         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
11886         (gst_videomixer_pad_get_sink_event_masks),
11887         (gst_videomixer_pad_get_property),
11888         (gst_videomixer_pad_set_property),
11889         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
11890         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
11891         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
11892         (gst_videomixer_base_init), (gst_videomixer_class_init),
11893         (gst_videomixer_init), (gst_videomixer_request_new_pad),
11894         (gst_videomixer_handle_src_event),
11895         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
11896         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
11897         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
11898         (gst_videomixer_loop), (gst_videomixer_get_property),
11899         (gst_videomixer_set_property), (gst_videomixer_change_state),
11900         (plugin_init):
11901         Generic video mixer plugin, can handle multiple inputs all with
11902         different framerates and video sizes. Is fully alpha channel
11903         aware.
11904
11905 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11906
11907         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11908           Select first track as master track. Not sure how else to handle
11909           that...
11910         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
11911           Discard discont events. Should fix #142962.
11912
11913 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11914
11915         * ext/alsa/Makefile.am:
11916         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
11917         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
11918         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
11919         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
11920         (gst_alsa_mixer_get_option):
11921         * ext/alsa/gstalsamixer.h:
11922         * ext/alsa/gstalsamixeroptions.c:
11923         (gst_alsa_mixer_options_get_type),
11924         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
11925         (gst_alsa_mixer_options_new):
11926         * ext/alsa/gstalsamixeroptions.h:
11927         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11928         * ext/alsa/gstalsamixertrack.h:
11929           Add enumerations (as GstMixerOptions). Make correct distinction
11930           between input/output tracks. Add capture/playback private flag.
11931           Use flag to decide on whether to set capture or playback volumes
11932           or switches. Use playback and record switches.
11933         * gst-libs/gst/mixer/Makefile.am:
11934         * gst-libs/gst/mixer/mixer-marshal.list:
11935         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
11936         (gst_mixer_set_option), (gst_mixer_get_option),
11937         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
11938         (gst_mixer_volume_changed), (gst_mixer_option_changed):
11939         * gst-libs/gst/mixer/mixer.h:
11940         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
11941         (gst_mixer_options_class_init), (gst_mixer_options_init),
11942         (gst_mixer_options_dispose):
11943         * gst-libs/gst/mixer/mixeroptions.h:
11944           Add GstMixerOptions.
11945         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
11946           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
11947           broken device detection on computers with multiple OSS sound
11948           cards.
11949
11950 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11951
11952         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
11953           fixate nicely even when the peer is not negotiating
11954
11955 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11956
11957         * gst/audioconvert/gstaudioconvert.c:
11958         (gst_audio_convert_parse_caps):
11959           make sure we don't allow depth > width
11960         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
11961           fixate endianness to G_BYTE_ORDER as default
11962         * gst/audioscale/gstaudioscale.c:
11963           we don't handle another endianness as host-endianness
11964
11965 2004-05-25  David Schleef  <ds@schleef.org>
11966
11967         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
11968
11969 2004-05-24  Benjamin Otte  <otte@gnome.org>
11970
11971         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
11972         (gst_oggvorbisenc_setup):
11973           properly fail when we can't setup the vorbis encoder due to
11974           unsupported settings
11975         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
11976         (gst_vorbisenc_setup):
11977           same
11978         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11979           fix case where warnings occured when one pad was unlinked while the
11980           other's link function was called
11981
11982 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11983
11984         * gst/tcp/Makefile.am:
11985           use GST_ENABLE_NEW
11986
11987 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11988
11989         * gst-libs/gst/resample/private.h:
11990           don't use optimizations that are #if 0'ed
11991
11992 2004-05-24  Wim Taymans  <wim@fluendo.com>
11993
11994         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
11995         Fix potential division by zero error and hopefully get
11996         the position query right to get correct timestamps on avi
11997         audio.
11998
11999 2004-05-24  Wim Taymans  <wim@fluendo.com>
12000
12001         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
12002         (gst_videoscale_scale_nearest_str2),
12003         (gst_videoscale_scale_nearest_str4),
12004         (gst_videoscale_scale_nearest_32bit),
12005         (gst_videoscale_scale_nearest_24bit),
12006         (gst_videoscale_scale_nearest_16bit):
12007         Fix the scaling algorithm and avoid a buffer overflow.
12008         removed the while loop in the scaling function as it
12009         was used for point sampling only.
12010
12011 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12012
12013         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
12014         (gst_id3_tag_class_init), (gst_id3_tag_init),
12015         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
12016         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
12017         (gst_id3_tag_send_tag_event):
12018           lots of fixes to make id3mux work and id3demux work correctly
12019
12020 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12021
12022         * ext/Makefile.am:
12023           add rules to build shout2send (was removed by accident
12024           when this module was no more marked experimental/broken)
12025
12026 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12027
12028         * ext/shout2/gstshout2.c:
12029         * ext/shout2/gstshout2.h:
12030           adding a "connection problem" signal to shout2send
12031           (fixes #142954)
12032
12033 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12034
12035         * ext/kio/kioreceiver.cpp:
12036         * ext/kio/kioreceiver.h:
12037           fix sign comparison issues
12038
12039 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12040
12041         * gst/cdxaparse/gstcdxaparse.c:
12042         * gst/cdxaparse/gstcdxaparse.h:
12043           some renaming
12044           add some checks/sanity
12045           prepare for seek addition
12046
12047         * sys/sunaudio/gstsunaudio.c:
12048           remove exported dupe init function
12049
12050 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
12051
12052         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
12053         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
12054           Fix format conversion and position querying.
12055         * gst/debug/progressreport.c: (gst_progressreport_report):
12056           Don't output a bogus total value that we didn't query.
12057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12058           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
12059           only a blank window after xine has been used.
12060
12061 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12062
12063         * m4/as-arts.m4:
12064           sync with upstream version to fix test on FC2
12065           readd with -ko to preserve Id header
12066
12067 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12068
12069         * configure.ac:
12070           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
12071         * gst/tcp/gsttcpclientsrc.c: idem
12072         * gst/tcp/gsttcpserversink.c: idem
12073         * gst/tcp/gsttcpserversrc.c: idem
12074         * m4/gst-fionread.m4: idem
12075
12076         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
12077
12078         * configure.ac: enable speex plugin for speex 1.1.5+
12079         * ext/speex/gstspeexenc.c: fix cast warning
12080
12081         * ext/esd/README: fix typo
12082
12083 2004-05-20  David Schleef  <ds@schleef.org>
12084
12085         * configure.ac: Minor cosmetic change to convince the buildbot to
12086         reautogen.
12087         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
12088         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
12089         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
12090         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
12091         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
12092         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
12093         More hacking.  Plays audio now.
12094
12095 2004-05-20  David Schleef  <ds@schleef.org>
12096
12097         * configure.ac:
12098         * sys/Makefile.am:
12099
12100 2004-05-20  David Schleef  <ds@schleef.org>
12101
12102         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
12103         * sys/osxaudio/gstosxaudio.c:
12104         * sys/osxaudio/gstosxaudioelement.c:
12105         * sys/osxaudio/gstosxaudioelement.h:
12106         * sys/osxaudio/gstosxaudiosink.c:
12107         * sys/osxaudio/gstosxaudiosink.h:
12108         * sys/osxaudio/gstosxaudiosrc.c:
12109         * sys/osxaudio/gstosxaudiosrc.h:
12110
12111 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12112
12113         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
12114         (gst_vorbisenc_chain):
12115           put the codec headers on the caps as streamheader as well as
12116           pushing them out
12117
12118 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12119
12120         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
12121         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12122         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
12123         split up push_packet into two functions
12124
12125 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12126
12127         * gst/tcp/.cvsignore:
12128           ignore enums
12129         * gst/tcp/Makefile.am:
12130         * gst/tcp/README:
12131         * gst/tcp/gsttcp.c:
12132         * gst/tcp/gsttcp.h:
12133         * gst/tcp/gsttcpclientsink.c:
12134         * gst/tcp/gsttcpclientsink.h:
12135         * gst/tcp/gsttcpclientsrc.c:
12136         * gst/tcp/gsttcpclientsrc.h:
12137         * gst/tcp/gsttcpplugin.c:
12138         * gst/tcp/gsttcpserversink.c:
12139         * gst/tcp/gsttcpserversink.h:
12140         * gst/tcp/gsttcpserversrc.c:
12141         * gst/tcp/gsttcpserversrc.h:
12142           add new tcp elements
12143
12144 2004-05-19  Wim Taymans  <wim@fluendo.com>
12145
12146         * gst/law/mulaw-conversion.c: (mulaw_encode):
12147         Fix overflow bug in ulaw encoding.
12148
12149 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12150
12151         * ext/mad/gstmad.c: (gst_mad_handle_event):
12152           don't unref the event twice
12153
12154 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12155
12156         * configure.ac:
12157           remove -Wno-sign-compare
12158
12159 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12160
12161         * configure.ac:
12162           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
12163           if you want to work against glib 2.2 and 2.4
12164
12165 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12166
12167         * gst/tcp/Makefile.am:
12168         * gst/tcp/gsttcp.c:
12169         * gst/tcp/gsttcp.h:
12170         * gst/tcp/gsttcpsink.h:
12171         * gst/tcp/gsttcpsrc.h:
12172           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
12173
12174 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12175
12176         * gst/debug/tests.c: (md5_get_value):
12177           fix segfault on gst-inspect
12178
12179 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12180
12181         * gst/debug/testplugin.c:
12182         * gst/debug/tests.c:
12183         * gst/debug/tests.h:
12184           add new extensible and configurable testing element. Current tests
12185           include buffer count, stream length, timestamp/duration matching and
12186           md5.
12187         * gst/debug/Makefile.am:
12188         * gst/debug/gstdebug.c: (plugin_init):
12189           add infrastructure for new element
12190
12191 2004-05-19  Johan Dahlin  <johan@gnome.org>
12192
12193         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
12194         ending of the array. Fixes gst-inspect segfault on ppc.
12195
12196 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12197
12198         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
12199
12200         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
12201
12202 2004-05-18  David Schleef  <ds@schleef.org>
12203
12204         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
12205         warnings (bugs, actually) noticed by gcc but not forte.
12206
12207 2004-05-18  David Schleef  <ds@schleef.org>
12208
12209         * sys/sunaudio/Makefile.am:
12210         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
12211
12212 2004-05-18  David Schleef  <ds@schleef.org>
12213
12214         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
12215         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
12216         to allow qtdemux to use non-seekable streams. (bug #142272)
12217
12218 2004-05-18  David Schleef  <ds@schleef.org>
12219
12220         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
12221         (gst_resample_sinc_ft_float): Remove use of static temporary
12222         buffer.  This code was obviously not supposed to last long, but
12223         it's stuck in our ABI, so it required a little hack to make it
12224         ABI-compatible.  Fixes #142585.
12225         * gst-libs/gst/resample/resample.h: same.
12226
12227 2004-05-18  David Schleef  <ds@schleef.org>
12228
12229         * configure.ac: Add sunaudio
12230         * examples/Makefile.am: make gstplay depend on gconf
12231         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
12232         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
12233         (convert_table_lookup), (img_convert): remove c99-isms
12234         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
12235           unsigned, to fix a warning on Solaris
12236         * gst/mpeg1sys/systems.c: bcopy->memcpy
12237         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
12238         * sys/Makefile.am: Add sunaudio
12239
12240 2004-05-18  Wim Taymans  <wim@fluendo.com>
12241
12242         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
12243         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
12244         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
12245         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12246         (gst_ogg_mux_loop):
12247         Fix an ugly memleak where the muxer didn't flush enough ogg
12248         pages. This also resulted in badly muxed ogg files.
12249
12250 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12251
12252         * gst/asfdemux/asfheaders.c :
12253         * gst/asfdemux/asfheaders.h :
12254         * gst/asfdemux/gstasfdemux.c :
12255           - fix ASF_OBJ_PADDING guid
12256           - add 3 new object guids (language list, metadata,
12257             extended stream properties)
12258           - add a function to parse extended header objects
12259
12260 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12261
12262         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
12263           remove leftover debugging g_print
12264
12265 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12266
12267         * ext/mad/gstmad.c: (gst_mad_handle_event):
12268           Fix for when the first format in a discont event is not a
12269           byte-based one. Should fix #137710.
12270
12271 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12272
12273         * m4/a52.m4 : fix compilation with -Wall -Werror
12274         * m4/libfame.m4 : idem
12275         * m4/libmikmod.m4 : idem
12276
12277 2004-05-17  Benjamin Otte  <otte@gnome.org>
12278
12279         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
12280           signal the new tags before giving up the reference
12281
12282 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12283
12284         * ext/shout2/gstshout2.c:
12285           use application/ogg instead of application/x-ogg (patch by Patrick
12286           Guimond, fixes #142432)
12287         * sys/oss/gstosselement.c: (gst_osselement_reset),
12288         (gst_osselement_sync_parms):
12289           don't set fragment size unless specified (fixes #142493)
12290
12291 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12292
12293         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
12294           fixes #142664
12295
12296 2004-05-17  Benjamin Otte  <otte@gnome.org>
12297
12298         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
12299           compute offsets correctly for internal buffers so timestamps are set
12300           correctly when we can't seek. Also handle cases where there are no
12301           offsets. (based on a patch by David Moore, fixes #142507)
12302
12303 2004-05-17  Benjamin Otte  <otte@gnome.org>
12304
12305         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12306           use correct variable when determining amount of data to skip so we
12307           don't skip into the void and segfault
12308
12309 2004-05-16  Benjamin Otte  <otte@gnome.org>
12310
12311         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
12312           Hi, I'm a memleak
12313
12314 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12315
12316         * gst/asfdemux/gstasfdemux.c:
12317           - fix a mem leak and always propagate tags
12318           - add WMV3 to known video codecs (but no decoder yet)
12319           - replace "surplus data" at end of audio header for what
12320             it is : codec specific data
12321           - fix a typo
12322
12323 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
12324
12325         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
12326
12327         * gst-libs/gst/audio/audioclock.c:
12328           Fix wrong return type (#142205).
12329
12330 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12331
12332         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
12333           Ignore CRCs by default (fixes #142566).
12334
12335 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12336
12337         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
12338         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
12339         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
12340         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
12341         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
12342         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
12343           Fix for cases where we fail to attach to a mixer.
12344
12345 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12346
12347         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
12348           Don't touch events after not owning them anymore.
12349         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
12350         (gst_wavparse_fmt), (gst_wavparse_other),
12351         (gst_wavparse_handle_seek), (gst_wavparse_loop),
12352         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
12353         (gst_wavparse_srcpad_event):
12354         * gst/wavparse/gstwavparse.h:
12355           Add seeking, fix querying.
12356
12357 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12358
12359         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
12360           - process comments even if they don't end with \0\0
12361             g_convert would ignore them if present and works well without them
12362
12363 2004-05-16  Benjamin Otte  <otte@gnome.org>
12364
12365         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
12366           simplify caps
12367
12368 2004-05-16  Benjamin Otte  <otte@gnome.org>
12369
12370         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
12371           don't write to memory we might not write to - g_convert does that
12372           for us anyway (fixes #142613)
12373         (gst_asf_demux_audio_caps):
12374           comment out gst_util_dump_mem
12375
12376 2004-05-16  Benjamin Otte  <otte@gnome.org>
12377
12378         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12379           compute correct expected timestamps after seek (broken since
12380           last commit)
12381         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
12382           rename element and debugging category to gdkpixbufscale
12383
12384 2004-05-16  Benjamin Otte  <otte@gnome.org>
12385
12386         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12387           add error checking to snd_pcm_delay and remove duplicate call to
12388           snd_pcm_delay that caused issues (see inline code comments)
12389         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
12390           make more readable and fix return value when snd_pcm_delay fails
12391         (fixes #142586)
12392
12393 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
12394         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
12395         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
12396         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
12397         (gst_pixbufscale_link), (gst_pixbufscale_init),
12398         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
12399         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
12400         (gst_pixbufscale_get_property), (pixbufscale_init):
12401         * ext/gdk_pixbuf/pixbufscale.h:
12402         Add these files I forgot earlier
12403
12404 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
12405         * ext/gdk_pixbuf/Makefile.am:
12406         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
12407         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12408         Add new pixbufscale element to scale RGB video
12409         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
12410         and HYPER interpolation correctly.
12411         * ext/theora/theoraenc.c: (theora_enc_chain),
12412         Discard buffer and return if explicit caps could not be set
12413         (theora_enc_get_property):
12414         Make _get return kbps for the bitrate consistent with
12415         the _set function.
12416
12417
12418 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12419
12420         * ext/libvisual/visual.c: (gst_visual_chain):
12421           add missing visual_audio_analyze
12422
12423 2004-05-14  David Schleef  <ds@schleef.org>
12424
12425         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
12426         is killed while we're playing.
12427         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
12428         gst_element_no_more_pads().
12429
12430 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12431
12432         * gst-libs/gst/riff/riff-read.c :
12433           - fix INFO tag extraction in RIFF/AVI files
12434             because gst_event_unref (event) also freed taglist
12435           - avoid a mem leak
12436
12437 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12438
12439         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
12440         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
12441
12442         * gst/auparse/gstauparse.c :
12443           - add code (commented for now) to support audio/x-adpcm on src pad
12444             (we have no decoder for those layout yet)
12445
12446         * gst/cdxaparse/gstcdxaparse.c :
12447         * gst/cdxaparse/gstcdxaparse.h :
12448           - partial rewrite using RiffRead (ripped iain's wavparse code)
12449
12450         * gst/rtp/gstrtpL16enc.c : typo
12451         * gst/rtp/gstrtpgsmenc.c : typo
12452
12453 2004-05-13  Benjamin Otte  <otte@gnome.org>
12454
12455         * configure.ac:
12456           check for exact version of libvisual, it's not supposed to be
12457           API/ABI stable yet
12458
12459 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12460
12461         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
12462           signal no-more-pads
12463
12464 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
12465
12466         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
12467         Report which format was used for GST_FORMAT_DEFAULT
12468         * gst/debug/Makefile.am:
12469         * gst/debug/gstdebug.c: (plugin_init):
12470         * gst/debug/progressreport.c: (gst_progressreport_base_init),
12471         (gst_progressreport_class_init), (gst_progressreport_init),
12472         (gst_progressreport_report), (gst_progressreport_set_property),
12473         (gst_progressreport_get_property), (gst_progressreport_chain),
12474         (gst_progressreport_plugin_init):
12475         Add progressreport element for testing.
12476
12477 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12478
12479         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
12480         * sys/v4l/gstv4lsrc.h:
12481         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
12482         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
12483         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
12484         (gst_v4lsrc_grab_frame):
12485           add more debugging
12486           send a discont at start
12487
12488 2004-05-12  Colin Walters  <walters@redhat.com>
12489
12490         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
12491         inflooping if we can't find a chunk.  Or in other words, don't blow
12492         chunks if we don't have a chunk to blow.
12493
12494 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
12495         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
12496         Remove old debug output
12497         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
12498         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
12499         (gst_dvdec_set_property), (gst_dvdec_get_property):
12500         Change the quality setting to an enum, so it works from gst-launch
12501         Don't renegotiate a non-linked pad. Allows audio only decoding.
12502         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
12503         (gst_deinterlace_link), (gst_deinterlace_init):
12504         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
12505         (gst_videodrop_link):
12506         Some caps negotiation fixes
12507
12508 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12509
12510         * ext/tarkin/gsttarkin.c :
12511           - Change RANK from NONE to PRIMARY
12512         * ext/gdk_pixbuf/gstgdkpixbuf.c :
12513           - Change RANK from NONE to MARGINAL
12514         * ext/divx/gstdivxenc.c :
12515           - Change RANK from PRIMARY to NONE (encoder/spider issue)
12516
12517 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12518
12519         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
12520         (gst_vorbisenc_push_packet):
12521           copy a function that was added between 1.0 and 1.0.1 until we
12522           depend on worthwhile features of post-1.0
12523
12524 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12525
12526         * configure.ac:
12527           enable shout2 by default
12528         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
12529         (gst_shout2send_base_init), (gst_shout2send_init),
12530         (gst_shout2send_connect), (gst_shout2send_change_state):
12531         * ext/shout2/gstshout2.h:
12532           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
12533           #142262)
12534         * ext/theora/theora.c: (plugin_init):
12535           don't set rank on encoders
12536
12537 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
12538
12539         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
12540           Use codec_data property instead of flag1 and flag2 for wma
12541
12542 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12543
12544         * gst/cdxaparse/gstcdxaparse.c :
12545           - Add mpegversion to CAPS to make it link
12546           - Rank is as GST_RANK_SECONDARY instead of NONE
12547         * gst/auparse/gstauparse.c :
12548           - Document all audio encoding we can encounter from Solaris 9
12549             headers and libsndfile information.
12550           - Increase max. rate from 48000 to 192000 (to match other elements)
12551           - Don't try to play junk data between header and samples
12552
12553 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12554
12555         * ext/libvisual/visual.c: (gst_visual_getcaps):
12556           use the right caps depending on endianness (I hope)
12557         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
12558           use GST_RANK_NONE for all non-decoding elements or spider gets
12559           mighty confused
12560
12561 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12562
12563         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
12564           Fix some odd cases and fix BE metadata parsing of unicode16 text.
12565
12566 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12567
12568         * gst/switch/gstswitch.c: (gst_switch_release_pad),
12569         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
12570         (gst_switch_loop), (gst_switch_get_type):
12571           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
12572           HEADERS. Had to be said.
12573
12574 2004-05-10  David Schleef  <ds@schleef.org>
12575
12576         * configure.ac: Add prototype Dirac support.
12577         * ext/Makefile.am:
12578         * ext/dirac/Makefile.am:
12579         * ext/dirac/gstdirac.cc:
12580         * ext/dirac/gstdiracdec.cc:
12581
12582 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12583
12584         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
12585         (gst_auparse_init), (gst_auparse_chain),
12586         (gst_auparse_change_state):
12587           Hack around spider. Remove me some day please.
12588
12589 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12590
12591         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12592           Fix for some uninitialized variables in previous patch, also
12593           makes it work. Fixes #142286 while we're at it.
12594
12595 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12596
12597         * gst/auparse/gstauparse.c:
12598                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
12599                 only unsupported formats are ADPCM/CCITT G.72x
12600                 reviewed by Ronald
12601         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
12602
12603 2004-05-10  Wim Taymans  <wim@fluendo.com>
12604
12605         * ext/vorbis/Makefile.am:
12606         * ext/vorbis/README:
12607         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
12608         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
12609         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
12610         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
12611         (gst_oggvorbisenc_convert_sink),
12612         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
12613         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
12614         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
12615         (get_constraints_string), (update_start_message),
12616         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
12617         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
12618         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
12619         * ext/vorbis/oggvorbisenc.h:
12620         * ext/vorbis/vorbis.c: (plugin_init):
12621         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
12622         (raw_caps_factory), (gst_vorbisenc_class_init),
12623         (gst_vorbisenc_init), (gst_vorbisenc_setup),
12624         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
12625         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
12626         * ext/vorbis/vorbisenc.h:
12627         Added a raw vorbis encoder to be used with the oggmuxer.
12628         We still need the old encoder for some gnome applications,
12629         read the README to find out how that works.
12630         The raw encoder is called "rawvorbisenc" until 0.9.
12631
12632 2004-05-10  Wim Taymans  <wim@fluendo.com>
12633
12634         * ext/ogg/gstogg.c: (plugin_init):
12635         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
12636         (gst_ogg_print):
12637         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
12638         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
12639         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
12640         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
12641         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
12642         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
12643         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
12644         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
12645         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
12646         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
12647         Added an ogg muxer.
12648         Small typo fixes in the demuxer.
12649
12650 2004-05-10  Wim Taymans  <wim@fluendo.com>
12651
12652         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12653         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
12654         (theora_enc_change_state), (theora_enc_set_property),
12655         (theora_enc_get_property):
12656         Mark the last packet with an EOS flag which is not really needed
12657         in gstreamer.
12658         Do some better video framerate initialisation.
12659         Update the buffer timestamp.
12660
12661 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
12662
12663         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
12664         Return the result of the parent state change call
12665
12666 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12667
12668         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
12669         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
12670         * gst/law/alaw-encode.c : (idem)
12671         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
12672         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
12673         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
12674
12675 2004-05-09  Benjamin Otte  <otte@gnome.org>
12676
12677         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
12678           don't use a fixed buffer size when writing variable length data to
12679           it. Fixes memory corruption and makes alsasrc work
12680
12681 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12682
12683         * ext/gnomevfs/gstgnomevfssink.c:
12684         (_gst_boolean_allow_overwrite_accumulator),
12685         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
12686           Run glib's default signal handler (??) in RUN_CLEANUP rather than
12687           RUN_LAST, and don't use that to set the accumulator value because
12688           then it's always FALSE.
12689
12690 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12691
12692         * gst-libs/gst/riff/riff-media.c:
12693         (gst_riff_create_video_caps_with_data),
12694         (gst_riff_create_audio_caps),
12695         (gst_riff_create_audio_template_caps):
12696         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
12697           Fix for unaligned RIFF files (i.e. where all the chunks together
12698           in a LIST chunk are not of the same size as the size given in
12699           the LIST chunk header). Fixes several odd WAVE files. Also fix
12700           ADPCM (block_align property) in audio, so that wavparse based
12701           on this works now as it used to stand-alone.
12702
12703 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
12704
12705         reviewed by Benjamin Otte  <otte@gnome.org>
12706
12707         * ext/a52dec/gsta52dec.c:
12708         * ext/divx/gstdivxdec.c:
12709         * ext/divx/gstdivxenc.c:
12710         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
12711         * ext/faac/gstfaac.c: (gst_faac_base_init):
12712         * ext/faad/gstfaad.c: (gst_faad_base_init):
12713         * ext/ivorbis/vorbisfile.c:
12714         * ext/lame/gstlame.c:
12715         * ext/libfame/gstlibfame.c:
12716         * ext/mpeg2enc/gstmpeg2enc.cc:
12717         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
12718         * ext/sidplay/gstsiddec.cc:
12719         * ext/speex/gstspeexdec.c:
12720         * ext/speex/gstspeexenc.c:
12721         * ext/xvid/gstxviddec.c:
12722         * ext/xvid/gstxvidenc.c:
12723           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
12724           (fixes #142193)
12725
12726 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12727
12728         * ext/alsa/gstalsa.c: (device_list),
12729         (gst_alsa_class_probe_devices):
12730         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
12731           Fix alsa oddness in mixer after the combination of using mixer
12732           in source/sink elements and using hw:x,y instead of just hw:x.
12733
12734 2004-05-09  Benjamin Otte  <otte@gnome.org>
12735
12736         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
12737         (gst_wavparse_create_sourcepad):
12738           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
12739           sourcepads
12740
12741 2004-05-09  Benjamin Otte  <otte@gnome.org>
12742
12743         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12744           allow discont events before caps nego
12745
12746 2004-05-08  Benjamin Otte  <otte@gnome.org>
12747
12748         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
12749           don't leak events
12750
12751 2004-05-08  Benjamin Otte  <otte@gnome.org>
12752
12753         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
12754         (gst_level_change_state), (gst_level_init):
12755         * gst/level/gstlevel.h:
12756           figure out if we're initialized directly instead of keeping a
12757           variable that's wrong in 90% of cases
12758           don't initialize pads and then leak them and use a new unitialized
12759           pad. (fixes #142084)
12760           these were bugs so n00bish I didn't find them for an hour :/
12761
12762 2004-05-08 Iain <iain@prettypeople.org>
12763
12764         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
12765         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
12766         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
12767         return the length that was read.
12768         (gst_riff_read_strf_auds): Allow fmt tags as well.
12769
12770 2004-05-07  David Schleef  <ds@schleef.org>
12771
12772         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
12773         signed char assumption in faad.h.
12774
12775 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12776
12777         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
12778           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
12779
12780 2004-05-07  Colin Walters  <walters@redhat.com>
12781
12782         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
12783         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
12784         function.
12785         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
12786         Add dispose function.
12787
12788 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
12789         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
12790           Fix caps nego and pad templates. RGB mode caps should
12791           work now.
12792         * ext/dvdnav/gst-dvd:
12793           Move mpeg2dec inside the thread because otherwise the
12794           queue rejects cap changes mid-stream
12795         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
12796         (gst_mpeg2dec_flush_decoder):
12797           For mpeg2dec > 0.4.0, call the flush function instead of
12798           manually extracting all in-flight frames.
12799         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
12800         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
12801           Change mime type video/dv go video/x-dv to match the
12802           rest of gst-plugins
12803
12804 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12805
12806         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12807         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
12808         (gst_alsa_sink_class_init):
12809         * ext/alsa/gstalsasink.h:
12810         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
12811         (gst_alsa_src_class_init):
12812         * ext/alsa/gstalsasrc.h:
12813           Make alsasink/src a subclass of alsamixer so that mixer stuff
12814           shows up in gst-rec. Needs some finetuning.
12815
12816 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12817
12818         * ext/lame/gstlame.c: (gst_lame_chain):
12819           simplify
12820         * ext/mad/gstmad.c: (gst_mad_handle_event):
12821           fix event leak
12822         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12823           be able to detect mp3 files < 4096 bytes
12824
12825 2004-05-06  Wim Taymans  <wim@fluendo.com>
12826
12827         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12828         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
12829         (theora_enc_set_property), (theora_enc_get_property):
12830         Also encode the first frame, cleanup some code.
12831
12832 2004-05-06  Wim Taymans  <wim@fluendo.com>
12833
12834         * ext/mpeg2enc/gstmpeg2enc.cc:
12835         Forward events first before deciding that negotiation was
12836         not performed.
12837
12838 2004-05-06  Wim Taymans  <wim@fluendo.com>
12839
12840         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
12841         First process the events before deciding that negotiation
12842         was not performed.
12843
12844 2004-05-06  Wim Taymans  <wim@fluendo.com>
12845
12846         * ext/theora/Makefile.am:
12847         * ext/theora/theora.c: (plugin_init):
12848         * ext/theora/theoradec.c: (theora_dec_change_state):
12849         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
12850         (gst_theora_enc_class_init), (gst_theora_enc_init),
12851         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
12852         (theora_enc_chain), (theora_enc_change_state),
12853         (theora_enc_set_property), (theora_enc_get_property):
12854         Added a theora encoder, grouped the encoder and decoder into the
12855         same plugin.
12856
12857 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12858
12859         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
12860         (gst_jpegenc_chain):
12861         fix DURATION on outgoing buffers
12862         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
12863         debug using time formats
12864         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12866         (gst_xvimagesink_sink_link):
12867         windows with width/height 0 generate X errors, so don't allow them
12868
12869 2004-05-05  Wim Taymans  <wim@fluendo.com>
12870
12871         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
12872         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
12873         (gst_mpeg2dec_negotiate_format):
12874         * ext/mpeg2dec/gstmpeg2dec.h:
12875           removed the static pad template so that we can add the
12876           more accurate framerate value to the caps.
12877
12878
12879 2004-05-04  Benjamin Otte  <otte@gnome.org>
12880
12881         * configure.ac:
12882           check for kdemacros.h, too (should fix #141821)
12883         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
12884           don't crash if no header was sent, but nicely error out (fixes part
12885           of #141554)
12886
12887 2004-05-04  Wim Taymans  <wim@fluendo.com>
12888
12889         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
12890         parent dispose function to avoid segfault on destroy.
12891
12892 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12893
12894         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
12895         (plugin_init):
12896         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
12897         (gst_xvimagesink_sink_link):
12898         clean up debugging caps
12899         also recreate xvimage when format has changed
12900
12901 2004-05-04  Benjamin Otte  <otte@gnome.org>
12902
12903         * ext/libvisual/Makefile.am:
12904         * ext/libvisual/visual.c: (gst_visual_class_init),
12905         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
12906         (gst_visual_srclink), (gst_visual_chain),
12907         (gst_visual_change_state), (plugin_init):
12908           use a GstAdapter to correctly adapt buffer sizes - allows using a
12909           framerate
12910
12911 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12912
12913         * sys/v4l/gstv4lelement.h:
12914         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
12915         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
12916         (gst_v4lsrc_buffer_free):
12917         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
12918         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
12919         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
12920         (gst_v4lsrc_requeue_frame):
12921         move some debugging categories around
12922         query for fps index and set accordingly if found
12923
12924 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12925
12926         * ext/lame/gstlame.c:
12927         correct defaults that lame_init puts out of range
12928
12929 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12930
12931         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
12932         (gst_divxenc_class_init):
12933         fix range since -1 is the default
12934         * gst/mpeg1sys/gstmpeg1systemencode.c:
12935         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
12936         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
12937         (gst_rtjpegdec_chain):
12938         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
12939         (gst_rtjpegenc_chain):
12940         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
12941         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
12942         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
12943         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
12944         * sys/v4l/gstv4lsrc.c:
12945         * sys/v4l/v4l_calls.c: (gst_v4l_open):
12946         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
12947         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
12948         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
12949         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
12950           remove gst_info calls
12951
12952 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12953
12954         * Makefile.am:
12955         * po/af.po:
12956         * po/az.po:
12957         * po/en_GB.po:
12958         * po/nl.po:
12959         * po/sr.po:
12960         * po/sv.po:
12961           Updated translations
12962
12963 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12964
12965         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
12966           refactor/comment code
12967
12968 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12969
12970         * gst/asfdemux/Makefile.am:
12971         * gst/asfdemux/asfheaders.c:
12972         * gst/asfdemux/asfheaders.h:
12973         * gst/asfdemux/gstasf.c: (plugin_init):
12974         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
12975         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
12976         (gst_asf_demux_setup_pad):
12977         * gst/asfdemux/gstasfdemux.h:
12978         * gst/asfdemux/gstasfmux.c:
12979         * gst/asfdemux/gstasfmux.h:
12980           Add tagging support to demuxer, split out registration in its own
12981           file instead of in demux (hacky), and prevent having some tables
12982           in our memory multiple times (in asfheaders.h).
12983
12984 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12985
12986         * gst/matroska/matroska-demux.c:
12987         (gst_matroska_demux_parse_metadata):
12988         * gst/matroska/matroska-ids.h:
12989           Basic tag reading support.
12990
12991 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12992
12993         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
12994           Really detect ac-3 audio.
12995         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
12996           really detect matroska files (off-by-1).
12997
12998 2004-04-30  David Schleef  <ds@schleef.org>
12999
13000         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13001         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
13002         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
13003         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
13004         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
13005         hackage -- parse a lot more atoms, extract a few tags.  One might even
13006         mistake this for tag support.  Maybe it is.
13007         * gst/qtdemux/qtdemux.h:
13008
13009 2004-04-30  Colin Walters  <walters@verbum.org>
13010
13011         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
13012
13013 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13014
13015         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13016         (gst_ffmpegcolorspace_getcaps):
13017           remove broken nego fix
13018
13019 2004-04-30  Benjamin Otte  <otte@gnome.org>
13020
13021         * configure.ac:
13022         * ext/Makefile.am:
13023         * ext/libvisual/Makefile.am:
13024         * ext/libvisual/visual.c:
13025           add initial support for libvisual (http://libvisual.sourceforge.net)
13026           libvisual is still quite alpha, so expect crashes in there :)
13027
13028 2004-04-29  David Schleef  <ds@schleef.org>
13029
13030         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
13031         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
13032         up qtdemux to make it spit out codec_data.  Do _not_ look at this
13033         code; you will no longer respect me.
13034
13035 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13036
13037         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
13038         * ext/alsa/gstalsa.h :
13039         change alsa pcm device discovery to find more than 1 device
13040         per card. code review by Ronald.
13041
13042 2004-04-29  David Schleef  <ds@schleef.org>
13043
13044         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
13045         Add a check for a driver bug on FreeBSD.  (bug #140565)
13046
13047 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13048
13049         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
13050         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
13051         (gst_jpegenc_getcaps):
13052           move format setting to inner loop
13053         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13054         (gst_ffmpegcolorspace_getcaps):
13055           use GST_PAD_CAPS if available so that we use already negotiated
13056           caps
13057         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13058         (qtdemux_parse_moov), (qtdemux_parse):
13059           extra debugging
13060         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
13061         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
13062           move hardcoded path to DEFINE
13063
13064 2004-04-28  David Schleef  <ds@schleef.org>
13065
13066         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
13067         (bug #140064)
13068
13069 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13070
13071         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
13072           Don't probe for playback device if we're a source element. Fixes
13073           #139658.
13074
13075 2004-04-29  Benjamin Otte  <otte@gnome.org>
13076
13077         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
13078         (gst_id3_tag_chain):
13079           rewrite buffer offset
13080
13081 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13082
13083         * configure.ac:
13084         * ext/Makefile.am:
13085         * ext/dts/Makefile.am:
13086         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
13087         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
13088         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
13089         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
13090         (gst_dtsdec_loop), (gst_dtsdec_change_state),
13091         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
13092         (plugin_init):
13093         * ext/dts/gstdtsdec.h:
13094           New DTS decoder.
13095         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
13096         (gst_faad_srcconnect):
13097           Add ESDS atom handling (.m4a).
13098
13099 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13100
13101         * ext/divx/gstdivxdec.c: (plugin_init):
13102           Remove comment that makes no sense.
13103         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
13104           Fix for obvious typo that resulted in warnings during gst-register.
13105         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
13106         (gst_xviddec_sink_link):
13107           Fix caps negotiation a bit better.
13108         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
13109           We call this 'codec_data', not 'esds'.
13110
13111 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13112
13113         * gst/monoscope/gstmonoscope.c:
13114           make sure we only provide 256x128
13115         * gst/monoscope/monoscope.c: (monoscope_init):
13116           assert size of 256x128
13117
13118 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13119
13120         * Makefile.am:
13121         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
13122         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
13123           fixate to max width and height of device
13124
13125 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13126
13127         * Makefile.am:
13128         * sys/v4l/gstv4l.c:
13129         * sys/v4l/gstv4lsrc.c:
13130         * sys/v4l/v4l_calls.c:
13131         * sys/v4l/v4lsrc_calls.c:
13132           fix for qc-usb driver which fakes having more than one buffer
13133           by handing the same buffer twice, which confused GStreamer's/v4lsrc
13134           buffer_free override
13135           add debugging
13136
13137 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13138
13139         * Makefile.am:
13140         * gst/videotestsrc/gstvideotestsrc.c:
13141         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
13142         (gst_videotestsrc_init), (gst_videotestsrc_get),
13143         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
13144         * gst/videotestsrc/gstvideotestsrc.h:
13145           add num-buffers property
13146
13147         2004-04-26  Benjamin Otte  <otte@gnome.org>
13148
13149         * ext/mad/gstid3tag.c: (plugin_init):
13150           set id3mux rank to NONE so it doesn't confuse spider
13151           require audio/mpeg,mpegversion=1 in id3mux
13152
13153 2004-04-26  Benjamin Otte  <otte@gnome.org>
13154
13155         * configure.ac:
13156           detect faad correctly as non-working if it's indeed non-working
13157
13158 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13159
13160         * Makefile.am:
13161         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
13162         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
13163         fix _getcaps so it only negotiates to its supported format
13164
13165 2004-04-25  Benjamin Otte  <otte@gnome.org>
13166
13167         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
13168           fix memleak
13169
13170 2004-04-23  Benjamin Otte  <otte@gnome.org>
13171
13172         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13173           audio/x-raw-int with height rules! not. Now it's depth.
13174
13175 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13176
13177         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
13178         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
13179         (gst_wavparse_loop):
13180           Missing variable initialization. Add handling of DVI ADPCM. Fix
13181           mis-parsing of LIST chunks. This works around a bug where we mis-
13182           parse non-aligning LIST chunks (so LIST chunks where the contents
13183           don't align with the actual LIST size). The correct fix is to use
13184           rifflib, I'm not going to fix wavparse - too much work. All this
13185           fixes #104878.
13186
13187 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13188
13189         reviewed by Benjamin Otte  <otte@gnome.org>
13190
13191         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
13192           fix shoutcast not working (fixes #140844)
13193
13194 2004-04-22  Benjamin Otte  <otte@gnome.org>
13195
13196         * ext/hermes/gsthermescolorspace.c:
13197         (gst_hermes_colorspace_caps_remove_format_info):
13198         * gst/colorspace/gstcolorspace.c:
13199         (gst_colorspace_caps_remove_format_info):
13200         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13201         (gst_ffmpegcolorspace_caps_remove_format_info):
13202           s/gst_caps_simplify/gst_caps_do_simplify/
13203
13204 2004-04-22  Benjamin Otte  <otte@gnome.org>
13205
13206         * gst-libs/gst/riff/riff-media.c:
13207         (gst_riff_create_video_caps_with_data):
13208           mpegversion is an int
13209         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
13210           don't try to create pad templates with NULL caps, use any caps
13211           instead.
13212
13213 2004-04-20  David Schleef  <ds@schleef.org>
13214
13215         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
13216         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
13217         (bug #140384)
13218
13219 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
13220
13221         reviewed by David Schleef
13222
13223         * ext/mad/gstid3tag.c: Add stdlib.h
13224         * gst/rtp/gstrtpgsmenc.c: same
13225         * gst/tags/gstid3tag.c: same
13226         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
13227         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
13228         GST_DISABLE_LOADSAVE use.
13229         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
13230         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
13231         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
13232         atol(3)).
13233         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
13234         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
13235         strtoul(3)).
13236         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
13237         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
13238         $(ID3_CFLAGS).
13239         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
13240         $(LIBFAME_CFLAGS).
13241
13242 2004-04-20  David Schleef  <ds@schleef.org>
13243
13244         * gst/realmedia/rmdemux.c:  This was supposed to part of the
13245         last checkin.  Same idea.
13246
13247 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
13248
13249         reviewed by David Schleef
13250
13251         * configure.ac: bump required gstreamer version to 0.8.1.1
13252         because of following changes [--ds]
13253
13254         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
13255         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
13256         (gst_riff_read_header):  Use GST_READ_UINT*
13257         macros to access possibly unaligned memory.
13258
13259         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
13260         (mp3_type_find):  Use GST_READ_UINT*
13261         macros to access possibly unaligned memory.
13262         (mp3_type_find, mpeg1_parse_header, qt_type_find)
13263         (speex_type_find): Likewise
13264
13265         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
13266
13267         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
13268         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
13269         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
13270         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
13271         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
13272         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
13273         macros to access possibly unaligned memory.
13274
13275         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
13276         Likewise.
13277
13278         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
13279         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
13280
13281         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
13282         Likewise.
13283
13284         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
13285         (gst_mpeg2subt_chain_subtitle): Likewise.
13286
13287         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
13288         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
13289         Likewise.
13290
13291         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
13292         Likewise.
13293
13294         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
13295         Likewise.
13296
13297         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
13298         Likewise.
13299
13300 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13301
13302         * configure.ac:
13303           update required version of GStreamer because of GST_TIME_FORMAT
13304
13305 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13306
13307         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
13308           remove leftover g_print
13309         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
13310           don't try setting only a subset of the caps. We don't want to kill
13311           autoplugging on purpose
13312
13313 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13314
13315         * sys/ximage/ximagesink.c: (plugin_init):
13316         * sys/xvimage/xvimagesink.c: (plugin_init):
13317           add debugging categories
13318
13319 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13320
13321         * po/en_GB.po:
13322         * po/LINGUAS:
13323           Adding en_GB translation (Gareth Owen)
13324
13325 2004-04-20  David Schleef  <ds@schleef.org>
13326
13327         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
13328         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
13329         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
13330         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
13331         A number of new features and hacks to extract the esds atom and
13332         put it into the caps.  (bug #137724)
13333
13334 2004-04-19  David Schleef  <ds@schleef.org>
13335
13336         * gconf/Makefile.am: Fix for non-GNU make
13337         * gst-libs/gst/Makefile.am: Change directory order to handle
13338         GstPlay linking with gstinterfaces
13339         * gst-libs/gst/audio/make_filter: make use of tr portable
13340         * gst-libs/gst/play/Makefile.am: Add intended \
13341         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
13342         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
13343         function prototype instead of void *.
13344         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
13345         macro.
13346         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13347         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
13348         * gst/videofilter/make_filter: make use of tr portable
13349         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
13350
13351 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13352
13353         * po/LINGUAS:
13354         * po/uk.po:
13355           Added Ukrainian translation (Maxim V. Dziumanenko)
13356
13357 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13358
13359         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
13360         (gst_gsmdec_link), (gst_gsmdec_chain):
13361           Fix capsnego, simplify chain function slightly.
13362         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
13363           Add GSM.
13364
13365 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13366
13367         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
13368         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
13369         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
13370           Hack to make wavparse work with spider (always -> sometimes pad).
13371           Fixes #135862 && #140411.
13372
13373 2004-04-18  Benjamin Otte  <otte@gnome.org>
13374
13375         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
13376         (gst_osselement_rate_probe_check),
13377         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
13378           get rid of \n in debug output
13379
13380 2004-04-17  Iain <iain@prettypeople.org>
13381
13382         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
13383         not just EOS.
13384
13385 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13386
13387         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
13388         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
13389         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
13390         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
13391         (gst_id3_tag_src_link), (gst_id3_tag_chain),
13392         (gst_id3_tag_change_state), (plugin_init):
13393           deprecate id3tag element and replace with id3demux/id3mux.
13394           great side effect: this ugly file is now even uglier, yay!
13395         * ext/mad/gstmad.h:
13396           remove non-available function
13397           update for new get_type
13398
13399 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13400
13401         * configure.ac:
13402           require mpeg2dec >= 0.4.0
13403
13404 2004-04-17  Benjamin Otte  <otte@gnome.org>
13405
13406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13407         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
13408         (gst_xvimagesink_set_xwindow_id):
13409           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
13410           assorted cleanup fixes.
13411
13412 2004-04-16  David Schleef  <ds@schleef.org>
13413
13414         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
13415         * sys/xvimage/xvimagesink.h: same
13416
13417 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13418
13419         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
13420           Fix GST_ELEMENT_ERROR with (NULL)
13421
13422 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13423
13424         * gst-libs/gst/riff/riff-media.c:
13425         (gst_riff_create_video_caps_with_data):
13426           Add div[3456] as fourccs for DivX 3 (fixes #140137).
13427
13428 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13429
13430         * gst-libs/gst/riff/riff-media.c:
13431         (gst_riff_create_video_caps_with_data),
13432         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
13433         (gst_riff_create_video_template_caps),
13434         (gst_riff_create_audio_template_caps):
13435         * gst-libs/gst/riff/riff-media.h:
13436         * gst-libs/gst/riff/riff-read.c:
13437         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
13438         * gst-libs/gst/riff/riff-read.h:
13439         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
13440           Add MS RLE support. I added some functions to read out strf chunks
13441           into strf chunks and the data behind it. This is usually color
13442           palettes (as in RLE, but also in 8-bit RGB). Also use those during
13443           caps creation. Lastly, add ADPCM (similar to wavparse - which
13444           should eventually be rifflib based).
13445         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
13446         (gst_matroska_demux_init), (gst_matroska_demux_reset):
13447         * gst/matroska/matroska-demux.h:
13448           Remove placeholders for some prehistoric tagging system. Didn't add
13449           support for any tag system really anyway.
13450         * gst/qtdemux/qtdemux.c:
13451           Add support for audio/x-m4a (MPEG-4) through spider.
13452         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
13453         (gst_wavparse_loop):
13454           ADPCM support (#135862). Increase max. buffer size because we
13455           cannot split buffers for ADPCM (screws references) and I've seen
13456           files with 2048 byte chunks. 4096 seems safe for now.
13457
13458 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13459
13460         * configure.ac: bump nano to 1
13461
13462 === release 0.8.1 ===
13463
13464 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13465
13466         * configure.ac: releasing 0.8.1, "Comforting Sounds"
13467
13468 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13469
13470         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13471           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
13472           Fixes #140058
13473
13474 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13475
13476         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
13477           lower rank of dvddemux so that it's not used for mpeg playback.
13478
13479 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13480
13481         * configure.ac:
13482           save libs correctly when checking mad
13483
13484 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13485
13486         * ext/mad/gstid3tag.c: (plugin_init):
13487           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
13488
13489 2004-04-13  David Schleef  <ds@schleef.org>
13490
13491         * common/m4/gst-feature.m4: Call -config scripts with
13492         --plugin-libs if it is supported.
13493         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
13494         JPEG images are image/jpeg.
13495         * gst/debug/Makefile.am:
13496         * gst/debug/negotiation.c: (gst_negotiation_class_init),
13497         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
13498         (gst_negotiation_update_caps), (gst_negotiation_get_property),
13499         (gst_negotiation_plugin_init): Add a property that acts like
13500         filter caps.
13501         * testsuite/gst-lint:  Move license checking to be a standard
13502         test.
13503
13504 2004-04-13  David Schleef  <ds@schleef.org>
13505
13506         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
13507         patch from Sebastien Cote (bug #139958)
13508
13509 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13510
13511         * examples/gstplay/Makefile.am:
13512         * examples/gstplay/player.c: (main):
13513           make the commandline player example use gconf settings
13514
13515 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13516
13517         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
13518         (gst_cacasink_sinkconnect), (gst_cacasink_init),
13519         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
13520           init/end library during state transition, not object
13521           creation/disposal.  get rid of custom dispose handler.
13522
13523
13524 2004-04-12  Christian Schaller <Uraeus@gnome.org>
13525
13526         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
13527         be a symlink
13528
13529 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13530
13531         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
13532           Handle JUNK chunks inside data section. Prevents warnings.
13533
13534 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13535
13536         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13537         (gst_riff_create_video_template_caps):
13538           Add MS video v1.
13539         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13540         (gst_avi_demux_stream_data):
13541           Add support for "rec-list" chunks.
13542
13543 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13544
13545         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13546           Fix another codecname mismatch.
13547
13548 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13549
13550         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13551           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
13552           so that MJPEG plays back.
13553
13554 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13555
13556         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
13557         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
13558         * gst/mpeg1videoparse/gstmp1videoparse.h:
13559           Fix for some slight mis-cuts in buffer parsing, and for some
13560           potential overflows or faults-causers. Adds disconts. Also fixes
13561           #139105 while we're at it.
13562
13563 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13564
13565         * configure.ac:
13566         * sys/v4l2/gstv4l2element.h:
13567           Workaround for missing struct v4l2_buffer declaration in Suse 9
13568           and Mandrake 10 linux/videodev2.h header file (#135919).
13569
13570 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13571
13572         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
13573           Bail out if no filename was given.
13574
13575 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13576
13577         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
13578         (gst_v4l2_fourcc_from_structure):
13579           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
13580           Y41B somewhere).
13581
13582 2004-04-09  Benjamin Otte  <otte@gnome.org>
13583
13584         * ext/gnomevfs/gstgnomevfssink.c:
13585         (_gst_boolean_allow_overwrite_accumulator),
13586         (gst_gnomevfssink_class_init):
13587           fix erase signal - if any handler returns false the file will not be
13588           overwritten. If no handler is connected, the file will not be
13589           overwritten either.
13590           renamed signal to "allow-overwrite"
13591         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
13592           free string when adding it to ID3 failed
13593         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
13594           unref event when done
13595         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
13596           free caps
13597         * gst/typefind/gsttypefindfunctions.c:
13598         (mpeg_video_stream_type_find):
13599           fix invalid read
13600
13601 2004-04-08  David Schleef  <ds@schleef.org>
13602
13603         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13604         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
13605
13606 2004-04-08  David Schleef  <ds@schleef.org>
13607
13608         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
13609         we don't support (bug #139532)
13610
13611 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13612
13613         * ext/mad/gstmad.c: (gst_mad_handle_event),
13614         (gst_mad_check_caps_reset), (gst_mad_chain),
13615         (gst_mad_change_state):
13616           only set explicit caps if they haven't been set before for
13617           this stream.  MPEG-audio sample rate/channels aren't allowed
13618           to change in-stream.
13619           Fixes #139382
13620
13621 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13622
13623         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
13624         (_gst_boolean_did_something_accumulator),
13625         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
13626         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
13627         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
13628         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
13629         (gst_gnomevfssink_change_state):
13630           Fix erase signal. Don't erase by default. Remove handoff signal.
13631           Remove erase property. Don't segfault. General cleanup.
13632
13633 2004-04-07  Benjamin Otte  <otte@gnome.org>
13634
13635         * gst-libs/gst/gconf/test-gconf.c: (main):
13636           add missing gst_init
13637
13638 2004-04-07  Benjamin Otte  <otte@gnome.org>
13639
13640         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
13641           free the mutexes, too
13642
13643 2004-04-07  Benjamin Otte  <otte@gnome.org>
13644
13645         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
13646           actually free the URI string
13647         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
13648           compute offset correctly when passing discont events
13649         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
13650           don't leak discont events
13651         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
13652           add some missing breaks so caps aren't copied randomly
13653         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
13654           if we realloc memory, we better use it
13655
13656 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13657
13658         * ext/mad/gstmad.c: (normal_seek):
13659           fix GST_FORMAT_TIME usage
13660
13661 2004-04-05  David Schleef  <ds@schleef.org>
13662
13663         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
13664         a deprecated function (hack!)
13665
13666 2004-04-05  Benjamin Otte  <otte@gnome.org>
13667
13668         * ext/esd/esdmon.c: (gst_esdmon_get):
13669           fix nonterminated vararg and memleak
13670
13671 2004-04-05  Benjamin Otte  <otte@gnome.org>
13672
13673         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
13674         (gst_ladspa_init), (gst_ladspa_force_src_caps),
13675         (gst_ladspa_set_property), (gst_ladspa_get_property),
13676         (gst_ladspa_instantiate), (gst_ladspa_activate),
13677         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
13678           clean up debugging
13679
13680 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
13681
13682         reviewed by Benjamin Otte  <otte@gnome.org>
13683
13684         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
13685           check for broken LADSPA parameters (fixes #138635)
13686
13687 2004-04-05  Benjamin Otte  <otte@gnome.org>
13688
13689         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
13690           advertise buffer-frames correctly on sinkpads
13691
13692 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13693
13694         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
13695         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
13696         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
13697         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
13698         (gst_mad_check_caps_reset), (gst_mad_chain):
13699         add more debugging, only reset caps when we're not in error state
13700
13701 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13702
13703         * ext/mad/gstmad.c: add debugging category, comment + cleanups
13704
13705 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
13706
13707         reviewed by Benjamin Otte  <otte@gnome.org>
13708
13709         * configure.ac:
13710           fix == in test(1) operator
13711
13712 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
13713
13714         reviewed by Benjamin Otte  <otte@gnome.org>
13715
13716         * configure.ac:
13717           fix --export-symblos-regex to a working regex.
13718
13719 2004-04-04  Benjamin Otte  <otte@gnome.org>
13720
13721         * sys/oss/.cvsignore:
13722           add for oss_probe
13723
13724 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
13725
13726         reviewed by Benjamin Otte  <otte@gnome.org>
13727
13728         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
13729           add missing 'new_media' argument (fixes #138168)
13730         * gst/matroska/matroska-demux.c:
13731         (gst_matroska_demux_handle_seek_event):
13732           add vararg terminator (fixes #138169)
13733
13734 2004-04-02  David Schleef  <ds@schleef.org>
13735
13736         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
13737         disted (bug #138914)
13738
13739 2004-04-01  Benjamin Otte  <otte@gnome.org>
13740
13741         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
13742         (gst_alsa_close_audio):
13743           handle case better where a soundcard can't pause
13744         * ext/ogg/gstoggdemux.c:
13745           don't crash when we get events but don't have pads yet
13746
13747 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13748
13749         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
13750           throw an error if we couldn't probe any caps.
13751
13752 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
13753
13754         * ext/dvdnav/gst-dvd:
13755         Add a really simple sample DVD player
13756
13757 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
13758
13759         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
13760         (gst_a52dec_push), (gst_a52dec_handle_event),
13761         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
13762         (gst_a52dec_change_state):
13763         * ext/a52dec/gsta52dec.h:
13764           Use a debug category, Output timestamps correctly
13765           Emit tag info, Handle events, tell liba52dec about cpu
13766           capabilities so it can use MMX etc.
13767         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
13768           Fix a crasher accessing invalid memory
13769         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
13770         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
13771         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
13772         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
13773         (dvdnavsrc_query):
13774           Some support for byte-format seeking.
13775           Small fixes for still frames and menu button overlays
13776         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
13777         (gst_mpeg2dec_alloc_buffer):
13778           Use a debug category. Adjust the report level of several items to
13779           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
13780           so it doesn't lose the GstBuffer pointer
13781         * gst/debug/Makefile.am:
13782         * gst/debug/gstdebug.c: (plugin_init):
13783         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
13784         (gst_navseek_base_init), (gst_navseek_class_init),
13785         (gst_navseek_init), (gst_navseek_seek),
13786         (gst_navseek_handle_src_event), (gst_navseek_set_property),
13787         (gst_navseek_get_property), (gst_navseek_chain),
13788         (gst_navseek_plugin_init):
13789         * gst/debug/gstnavseek.h:
13790           Add the navseek debug element for seeking back and forth in a
13791           video stream using arrow keys.
13792         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
13793         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
13794         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
13795         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
13796         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
13797         (gst_mpeg2subt_parse_header), (gst_get_nibble),
13798         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
13799         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
13800         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
13801         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
13802         * gst/mpeg2sub/gstmpeg2subt.h:
13803           Pretty much a complete rewrite. Now a loopbased element. May still
13804           require work to properly synchronise subtitle buffers.
13805         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
13806         (gst_dvd_demux_send_subbuffer):
13807         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
13808           Don't attempt to create subbuffers of size 0
13809           Reduce a couple of error outputs to warnings.
13810         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
13811         (gst_y4mencode_chain):
13812         Output the y4m frame header correctly.
13813
13814 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13815
13816         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
13817           throw errors instead of allowing SIGFPE
13818
13819 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13820
13821         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
13822         (gst_gconf_render_bin_from_key):
13823           leak plugging and style fixing
13824
13825 2004-03-31  David Schleef  <ds@schleef.org>
13826
13827         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
13828         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
13829         (bug #138225)
13830         * gst/debug/Makefile.am:
13831         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
13832         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
13833         plugin.
13834         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
13835         (gst_negotiation_base_init), (gst_negotiation_class_init),
13836         (gst_negotiation_init), (gst_negotiation_getcaps),
13837         (gst_negotiation_pad_link), (gst_negotiation_chain),
13838         (gst_negotiation_set_property), (gst_negotiation_get_property),
13839         (gst_negotiation_plugin_init):  New element to talk about random
13840         negotiation things happening in a pipeline.
13841
13842 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
13843
13844         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
13845           fix integer addition with help of Stefan Kost
13846
13847 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
13848
13849         * po/nl.po: updated Dutch translation (Elros Cyriatan)
13850
13851 2004-03-30  David Schleef  <ds@schleef.org>
13852
13853         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
13854         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
13855         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
13856         (bug #137504)
13857         * ext/mpeg2dec/gstmpeg2dec.h:
13858
13859 2004-03-30  David Schleef  <ds@schleef.org>
13860
13861         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
13862
13863 2004-03-30  David Schleef  <ds@schleef.org>
13864
13865         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
13866         Michael Petullo) to handle .mov
13867
13868 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13869
13870         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
13871         (gst_osselement_rate_check_rate):
13872           probe caps correctly for sound cards that only support one format
13873
13874 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13875
13876         * ext/kio/kiosrc.cpp: (process_events):
13877           update handling event processing if inside KDE - untested
13878
13879 2004-03-29  David Schleef  <ds@schleef.org>
13880
13881         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
13882         by 2 to not interfere with other colorspaces.
13883         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
13884         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
13885         one to not interfere with ffmpeg_colorspace.
13886
13887 2004-03-29  David Schleef  <ds@schleef.org>
13888
13889         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
13890         aren't in the caps.
13891         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
13892         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
13893
13894 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13895
13896         * gst-libs/gst/riff/riff-media.c:
13897           fail on error, don't try to set stuff on NULL caps
13898
13899 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13900
13901         * configure.ac:
13902         * ext/Makefile.am:
13903         * ext/kio/Makefile.am:
13904         * ext/kio/kioreceiver.cpp:
13905         * ext/kio/kioreceiver.h:
13906         * ext/kio/kiosrc.cpp:
13907         * ext/kio/kiosrc.h:
13908           add experimental kiosrc plugin
13909         * ext/alsa/gstalsaplugin.c: (plugin_init):
13910           initialize debugging category only when we're sure registering the
13911           plugins worked.
13912
13913 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13914
13915         * examples/gstplay/player.c: (main):
13916         * gst-libs/gst/play/play.c: (gst_play_class_init),
13917         (gst_play_set_location), (gst_play_set_data_src),
13918         (gst_play_set_video_sink), (gst_play_set_audio_sink),
13919         (gst_play_set_visualization), (gst_play_connect_visualization):
13920           check return values of element_set_state and return FALSE where
13921           failed
13922
13923 2004-03-29  Benjamin Otte  <otte@gnome.org>
13924
13925         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
13926           try harder to check if an event is really a discont
13927
13928 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13929
13930         * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
13931         * po/az.po:
13932
13933 2004-03-28  Benjamin Otte  <otte@gnome.org>
13934
13935         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
13936         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
13937         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
13938           get rid of non-standard "..." ranges in case statements.
13939
13940 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
13941
13942         * gst/mpegstream/gstmpegdemux.c:
13943         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
13944         specific functionality split to the new dvddemux element.
13945         * gst/mpegstream/gstdvddemux.c:
13946         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
13947         streams, derived from mpegdemux.
13948         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
13949         up. SCR based timestamp rewriting can be turned off (will probably
13950         completely disappear soon).
13951         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
13952         hacking. General cleanup. All printf statements replaced by
13953         debugging messages. Almost complete libdvdnav support.
13954         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
13955         by events. New properties for audio and subpicture languages.
13956         (dvdnavsrc_update_highlight): Now uses events.
13957         (dvdnavsrc_user_op): Cleaned up.
13958         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
13959         based). Lots of cleanup, and propper support for most libdvdnav
13960         events.
13961         (dvdnavsrc_make_dvd_event): New function.
13962         (dvdnavsrc_make_dvd_nav_packet_event): New function.
13963         (dvdnavsrc_make_clut_change_event): New function.
13964
13965 2004-03-26  Benjamin Otte  <otte@gnome.org>
13966
13967         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
13968           fix bug where typefinding would claim it's theora whenever less then
13969           7 bytes of data were available
13970
13971 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13972
13973         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
13974         (gst_alawdec_base_init), (gst_alawdec_class_init),
13975         (gst_alawdec_init), (gst_alawdec_chain):
13976         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
13977         (gst_alawenc_base_init), (gst_alawenc_class_init),
13978         (gst_alawenc_init), (gst_alawenc_chain):
13979         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
13980         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
13981         (gst_mulawdec_init), (gst_mulawdec_chain):
13982         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
13983         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
13984         (gst_mulawenc_init), (gst_mulawenc_chain):
13985           Fix capsnego in all four, remove the unused property functions and
13986           simplify the chain functions slightly. I guess we could use macros
13987           or something similar for those, since the code is so similar, but
13988           I'm currently too lazy...
13989
13990 2004-03-24  David Schleef  <ds@schleef.org>
13991
13992         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
13993         (gst_osselement_close_audio), (gst_osselement_probe_caps),
13994         (gst_osselement_get_format_structure),
13995         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
13996         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
13997         (gst_osselement_rate_int_compare): Add code to handle rate probing
13998         (bug #120883)
13999         * sys/oss/gstosselement.h: same
14000         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
14001         Use rate probing provided by osselement.
14002         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
14003
14004 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14005
14006         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
14007         (gst_xvidenc_get_property):
14008           ulong/int mess-up.
14009
14010 2004-03-24  David Schleef  <ds@schleef.org>
14011
14012         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
14013         (gst_speexdec_init):
14014         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14015         (gst_speexenc_init):  Create the pad template correctly (from
14016         the static pad template, not a NULL pointer.)
14017
14018 2004-03-25  Benjamin Otte  <otte@gnome.org>
14019
14020         * gst/debug/Makefile.am:
14021         * gst/debug/breakmydata.c:
14022           add element that quasi-randomly changes bytes in the stream.
14023           Intended use is robustness checking of demuxers and decoders in
14024           media tests.
14025
14026 2004-03-24  Benjamin Otte  <otte@gnome.org>
14027
14028         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14029         (gst_alsa_probe_hw_params):
14030         * ext/alsa/gstalsa.h:
14031           debugging output fixes
14032
14033 2004-03-24  Benjamin Otte  <otte@gnome.org>
14034
14035         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
14036           don't g_return_if_fail if element is PLAYING, fail silently as every
14037           other element.
14038         * gst/effectv/gstquark.c: (gst_quarktv_chain):
14039           only fix needed for cast lvalue issues in gst-plugins
14040         * gst/volenv/gstvolenv.c: (gst_volenv_init):
14041           add proxy_getcaps
14042
14043 2004-03-24  Benjamin Otte  <otte@gnome.org>
14044
14045         * gst/level/gstlevel.c: (gst_level_init):
14046           add proxying getcaps function, so level doesn't advertise impossible
14047           caps
14048
14049 2004-03-24  David Schleef  <ds@schleef.org>
14050
14051         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14052         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
14053         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
14054         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
14055         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
14056         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
14057         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
14058         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
14059         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
14060         messages.  Divide the chunk size by the compression ratio
14061         (needed for MACE audio)
14062
14063 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14064
14065         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
14066           Fix buffer overflow read error.
14067
14068 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14069
14070         * ext/alsa/gstalsa.h:
14071           Remove unused entry.
14072         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14073           Add cinepak.
14074         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
14075         (gst_videodrop_link), (gst_videodrop_chain):
14076           Fix, sort of. Was horribly broken with new capsnego. Bah...
14077
14078 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
14079
14080         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
14081         (plugin_init):
14082         Add a monkeysaudio typefind function
14083
14084 2004-03-23  Johan Dahlin  <johan@gnome.org>
14085
14086         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
14087         (gst_play_video_fixate): Check so the structure has the field
14088         before trying to fixate them, this makes it possible to have
14089         fakesinks for video and audio output without printing errors on
14090         the output console.
14091
14092 2004-03-22  David Schleef  <ds@schleef.org>
14093
14094         * sys/oss/Makefile.am:
14095         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
14096         (check_rate), (add_rate):  Rate probing test app.
14097
14098 2004-03-21  Benjamin Otte  <otte@gnome.org>
14099
14100         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
14101         (_fixate_caps_to_int), (gst_audio_convert_fixate):
14102           add a fixation function that pretty much does the right thing (fixes
14103           #137556)
14104
14105 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
14106
14107         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
14108
14109 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
14110
14111         reviewed by: Benjamin Otte  <otte@gnome.org>
14112
14113         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14114           terminate gst_event_new_discontinuous correctly (fixes parts of
14115           #137711)
14116
14117 2004-03-19  David Schleef  <ds@schleef.org>
14118
14119         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
14120         since it doesn't depend on X, and it's part of our ABI.
14121
14122 2004-03-19  Iain <iain@prettypeople.org>
14123
14124         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
14125         is_int in the structure, not the local variable.
14126
14127 2004-03-19  David Schleef  <ds@schleef.org>
14128
14129         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
14130         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
14131         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
14132         Improvements in caps negotiation.
14133
14134 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14135
14136         * po/LINGUAS:
14137         * po/af.po:
14138           adding Afrikaans (Petri Jooste)
14139
14140 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14141
14142         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14143         (gst_ffmpegcolorspace_chain):
14144         throw error instead of g_critical (#137588)
14145
14146 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14147
14148         * Makefile.am:
14149         * configure.ac:
14150           dist common and m4 correctly
14151         * po/sv.po:
14152
14153 2004-03-17  David Schleef  <ds@schleef.org>
14154
14155         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
14156         (bug #137348)
14157
14158 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14159
14160         * po/LINGUAS:
14161         * po/sv.po:
14162           adding Swedish translation (Christian Rose)
14163
14164 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14165
14166         * Makefile.am: use release.mak
14167
14168 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14169
14170         * common/ChangeLog:
14171         * common/gst-autogen.sh:
14172           add some explanation about the version detection
14173         * configure.ac:
14174           fix X check
14175
14176 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14177
14178         * configure.ac: bump nano to 1
14179
14180 === release 0.8.0 ===
14181
14182 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14183
14184         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
14185
14186 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14187
14188         * configure.ac:
14189           update libtool version
14190         * gst-libs/gst/media-info/Makefile.am:
14191           actually use libtool version
14192
14193 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14194
14195         * configure.ac: fix speex detection to work with 1.0 but not 1.1
14196
14197 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14198
14199         * configure.ac:
14200         * gst-plugins.spec.in:
14201         * pkgconfig/Makefile.am:
14202         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
14203         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14204         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14205         * pkgconfig/gstreamer-libs.pc.in:
14206         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
14207         * pkgconfig/gstreamer-play-uninstalled.pc.in:
14208         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
14209         * pkgconfig/gstreamer-plugins.pc.in:
14210           remove @VERSION@ from some of the pc files since core and plugins
14211           are decoupled.
14212           created gstreamer-plugins.pc as it's a better name, but keeping
14213           -libs around for now to get fixes upstream done first.
14214
14215 2004-03-15  Julien MOUTTE <julien@moutte.net>
14216
14217         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
14218         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
14219         * gst-libs/gst/play/play.h:
14220
14221 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14222
14223         * *.c, *.cc: don't mix tabs and spaces
14224
14225 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14226
14227         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
14228           use the new ffmpegcolorspace
14229         * gst-plugins.spec.in:
14230           package new colorspace and media-info
14231         * configure.ac:
14232         * pkgconfig/Makefile.am:
14233           fix some more disting issues
14234         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
14235         * pkgconfig/gstreamer-media-info.pc.in:
14236           generate media-info pc files
14237
14238 2004-03-15  Johan Dahlin  <johan@gnome.org>
14239
14240         * *.h: Revert indenting
14241
14242 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14243
14244         * configure.ac:
14245           adding ffmpegcolorspace element
14246         * gst/ffmpegcolorspace/Makefile.am:
14247         * gst/ffmpegcolorspace/avcodec.h:
14248         * gst/ffmpegcolorspace/common.h:
14249         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
14250         * gst/ffmpegcolorspace/dsputil.h:
14251         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
14252         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14253         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
14254         (gst_ffmpeg_caps_to_pix_fmt):
14255         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
14256         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14257         (gst_ffmpegcolorspace_caps_remove_format_info),
14258         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
14259         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
14260         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
14261         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
14262         (gst_ffmpegcolorspace_set_property),
14263         (gst_ffmpegcolorspace_get_property),
14264         (gst_ffmpegcolorspace_register):
14265         * gst/ffmpegcolorspace/imgconvert.c:
14266         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
14267         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
14268         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
14269         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
14270         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
14271         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
14272         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
14273         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
14274         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
14275         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
14276         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
14277         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
14278         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
14279         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
14280         (img_get_alpha_info), (deinterlace_line),
14281         (deinterlace_line_inplace), (deinterlace_bottom_field),
14282         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
14283         * gst/ffmpegcolorspace/imgconvert_template.h:
14284         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
14285         * gst/ffmpegcolorspace/mmx.h:
14286         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
14287           adding ffmpegcolorspace element supplied by Ronald after cleaning
14288           up and pulling in the right bits of upstream source.
14289           I'm sure a better C/compiler wizard could do some cleaning up (for
14290           example use GLIB's malloc stuff), but as a first pass this
14291           works very well
14292
14293 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14294
14295         * ext/alsa/gstalsa.h:
14296           I assume Ronald forgot to commit the change to have cardname
14297           as a struct member.  Expect some public spanking at the next
14298           opportunity.
14299
14300 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14301
14302         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
14303         (gst_alsa_open_audio), (gst_alsa_close_audio):
14304         * ext/alsa/gstalsa.c:
14305           Don't open the device if we're a mixer (= padless).
14306         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
14307         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
14308         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
14309           Open mixer during state change rather than during object
14310           initialization. Also, get a device name. Currently in a somewhat
14311           hackish fashion, but I didn't really find something better.
14312
14313 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14314
14315         * *.c, *.h: run gst-indent
14316
14317 2004-03-14  Benjamin Otte  <otte@gnome.org>
14318
14319         * gst/modplug/gstmodplug.cc:
14320         * gst/modplug/gstmodplug.h:
14321           set correct timestamps on outgoing buffers
14322
14323 2004-03-14  Benjamin Otte  <otte@gnome.org>
14324
14325         * gst/modplug/gstmodplug.cc:
14326           handle events - don't do crap when a discont arrives that's not
14327           necessary
14328           This allows correct loading and playback of mods in Rhythmbox
14329
14330 2004-03-14  Benjamin Otte  <otte@gnome.org>
14331
14332         * configure.ac:
14333         * gst-libs/gst/gconf/Makefile.am:
14334         * pkgconfig/Makefile.am:
14335           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
14336           they get rebuilt properly
14337         * configure.ac:
14338           when checking for vorbis, try pkgconfig first.
14339         * gst/modplug/gstmodplug.cc:
14340           add fixate function
14341
14342 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14343
14344         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14345           Fix for obvious mistake, where we first shift the offset and then
14346           read a samplesize element assuming the old offset. Note that this
14347           part still has something weird, i.e. my movies containing those
14348           don't actually play well, but at least there's something that looks
14349           like sound now.
14350
14351 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
14352         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
14353         (plugin_init):
14354         Add a typefind function for speex format
14355
14356 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14357
14358         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
14359         (gst_asf_demux_setup_pad):
14360           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
14361           instead of 0. Reason is simple: some elements have a fps range
14362           of 1-max instead of 0-max. So now ASF video actually works.
14363
14364 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14365
14366         * po/LINGUAS:
14367         * po/sr.po:
14368           adding serbian as a language
14369
14370 2004-03-13  Benjamin Otte  <otte@gnome.org>
14371
14372         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
14373           return taglist correctly from _get function, don't gst_pad_push it.
14374           (fixes #137042)
14375
14376 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
14377         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
14378
14379 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14380
14381         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
14382         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
14383         (gst_alsa_mixer_track_new):
14384         * ext/alsa/gstalsamixertrack.h:
14385           Fix ancient leftovers... MixerTrack is a GObject.
14386
14387 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14388
14389         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
14390         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14391           Don't block during probing...
14392
14393 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14394
14395         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
14396         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
14397         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
14398         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
14399         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
14400         (gst_alsa_open_audio), (gst_alsa_close_audio):
14401         * ext/alsa/gstalsa.h:
14402           Add propertyprobe interface implementation, add some device-name
14403           property, all this so that it looks good in gnome-volume-control.
14404
14405 2004-03-12  David Schleef  <ds@schleef.org>
14406
14407         * configure.ac: the Hermes library controls hermescolorspace, not
14408         colorspace.
14409         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
14410         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
14411         not /* */
14412         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
14413         * ext/sdl/sdlvideosink.h: ditto.
14414         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
14415
14416 2004-03-12  Benjamin Otte  <otte@gnome.org>
14417
14418         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
14419         (gst_x_overlay_got_xwindow_id):
14420         * gst-libs/gst/xoverlay/xoverlay.h:
14421           replace XID with unsigned long to get rid of the xlibs dependency in
14422           XOverlay (fixes #137004)
14423
14424 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
14425         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
14426         (gst_agingtv_setup):
14427         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
14428         (gst_dicetv_base_init), (gst_dicetv_class_init),
14429         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
14430         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
14431         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14432         (gst_edgetv_setup), (gst_edgetv_rgb32):
14433         * gst/effectv/gsteffectv.c:
14434         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
14435         (gst_quarktv_set_property):
14436         * gst/effectv/gstrev.c: (gst_revtv_get_type),
14437         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14438         (gst_revtv_setup), (gst_revtv_rgb32):
14439         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
14440         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14441         (gst_shagadelictv_init), (gst_shagadelictv_setup),
14442         (gst_shagadelictv_rgb32):
14443         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
14444         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14445         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
14446         * gst/effectv/gstwarp.c:
14447         Port everything that can be ported to videofilter and fix up the caps.
14448         Can someone with a big-endian machine please check these?
14449
14450 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14451
14452         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
14453         (gst_osssink_chain), (gst_osssink_change_state):
14454           Latest fixes for A/V sync, audio playback and such. This is about
14455           all... MPEG playback issues are mostly related to the async build-
14456           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
14457
14458 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14459
14460         patch from: Stephane Loeuillet
14461
14462         * configure.ac:
14463           use pkg-config for some libraries, falling back to the old .m4 way
14464           (fixes #131270)
14465         * m4/libdv.m4:
14466           removed
14467
14468 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14469
14470         * configure.ac:
14471         * tools/Makefile.am:
14472         * tools/Makefile.in:
14473         * tools/gst-launch-ext-m.m:
14474         * tools/gst-launch-ext.1.in:
14475         * tools/gst-visualise-m.m:
14476         * tools/gst-visualise.1:
14477         * tools/gst-visualise.1.in:
14478           reorganizing generation of script tools
14479
14480 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14481
14482         * ext/divx/gstdivxdec.c:
14483           Downgrade priority. We prefer ffdec_mpeg4.
14484         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
14485         (gst_faad_chain), (gst_faad_change_state):
14486           Fix capsnego. Doesn't work for some sounds because we don't have
14487           a 5:1 to stereo element.
14488         * ext/xvid/gstxvid.c: (plugin_init):
14489           Add priority.
14490         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14491         (gst_osssink_change_state):
14492           Add discont handling.
14493
14494 2004-03-09  Colin Walters  <walters@verbum.org>
14495
14496         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
14497         conversion.
14498
14499 2004-03-09  Benjamin Otte  <otte@gnome.org>
14500
14501         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
14502           the signals take 2 arguments
14503
14504 2004-03-09  David Schleef  <ds@schleef.org>
14505
14506         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
14507         (gst_alsa_fixate): Add fixate function.  (bug #136686)
14508         * ext/alsa/gstalsa.h:
14509         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
14510
14511 2004-03-09  Benjamin Otte  <otte@gnome.org>
14512
14513         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
14514         (gst_mikmod_change_state):
14515         * ext/mikmod/gstmikmod.h:
14516           make mikmod's loop function not loop infinitely and call
14517           gst_element_yield anymore
14518         * gst/modplug/gstmodplug.cc:
14519           fix pad negotiation (fixes #136590)
14520
14521 2004-03-09  David Schleef  <ds@schleef.org>
14522
14523         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
14524         doesn't conflict with the internal colorspace plugin.
14525         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
14526         satisfy the crappy-ass shell shipped by a certain vendor.
14527         * gst/videofilter/make_filter: same (bug #135299)
14528
14529 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14530
14531         * configure.ac: bump nano to 1
14532
14533 === release 0.7.6 ===
14534
14535 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14536
14537         * configure.in: releasing 0.7.6, "There"
14538
14539 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14540
14541         * pkgconfig/gstreamer-play-uninstalled.pc.in:
14542         * pkgconfig/gstreamer-play.pc.in:
14543           synchronize the two
14544
14545 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14546
14547         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
14548         (cdparanoia_open), (cdparanoia_event):
14549           fix/add error handling
14550         * po/POTFILES.in:
14551           add cdparanoia source
14552         * tools/Makefile.am:
14553           make scripts executable
14554
14555 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14556
14557         * configure.ac:
14558         * ext/vorbis/Makefile.am:
14559         * sys/Makefile.am:
14560           remove id3types, vorbisfile and xvideosink from the build (#133783)
14561
14562 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14563
14564         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
14565           Fix metadata read crash (#136537).
14566
14567 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14568
14569         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
14570         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
14571           adding mime types, fixing the one-stop function
14572
14573 2004-03-08  Christian Schaller <Uraeus@gnome.org>
14574
14575         * ext/nas/nassink.c and /ext/nas/nassink.h:
14576         More NAS love from Arwed von Merkatz
14577         So lets all sing 'Can you feel the NAS tonight'
14578
14579 2004-03-08  Christian Schaller <Uraeus@gnome.org>
14580
14581         * tools/gst-launch-ext.in:
14582         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
14583
14584 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14585
14586         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
14587         (gst_mpeg2dec_init):
14588         remove the user_data pad for now, because it is being used in
14589         fixating causing MPEG playback to fixate on 1000 Hz for playback.
14590         If someone knows how to fix this properly, please do.
14591
14592 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14593
14594         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
14595         (gst_osssink_get_time):
14596         add a warning, IMO this won't get triggered anymore, remove later
14597
14598 2004-03-07  David Schleef  <ds@schleef.org>
14599
14600         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
14601         format (bug #136470)
14602
14603 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14604
14605         * gst-libs/Makefile.am:
14606         * gst-libs/gst/media-info/Makefile.am:
14607         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
14608         (error_callback), (gst_media_info_error_create),
14609         (gst_media_info_error_element), (gmip_init), (gmip_reset),
14610         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
14611         * gst-libs/gst/media-info/media-info-priv.h:
14612         * gst-libs/gst/media-info/media-info-test.c: (main):
14613         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
14614         (gst_media_info_class_init), (gst_media_info_instance_init),
14615         (gst_media_info_set_source), (gst_media_info_read_with_idler),
14616         (gst_media_info_read_idler), (gst_media_info_read):
14617         * gst-libs/gst/media-info/media-info.h:
14618         fixed, should work now
14619
14620 2004-03-07  Christian Schaller <Uraeus@gnome.org>
14621
14622         * ext/nas/nassink.c:
14623         A bunch of NAS fixes from Arwed von Merkatz
14624
14625 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14626
14627         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
14628         (qtdemux_parse_trak):
14629           Fix crash (j might be greater than n_samples, in which case we're
14630           writing outside the allocated space for the array) and memleak.
14631
14632 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14633
14634         * sys/oss/gstosssink.c: (gst_osssink_chain):
14635           And another caller that couldn't handle delay < 0 (unsigned
14636           integer overflow). Video now continues playing on an audio
14637           buffer underrun, and the clock continues working. Audio still
14638           stalls.
14639
14640 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14641
14642         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
14643         (gst_osssink_get_time):
14644           get_delay() may return values lower than 0. In those cases, we
14645           should not actually cast to *unsigned* int64, that will break
14646           stuff horribly. In my case, it screwed up A/V sync in movies
14647           in totem rather badly.
14648
14649 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
14650
14651         * ext/faac/gstfaac.c: (gst_faac_chain):
14652         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
14653         * ext/libpng/gstpngenc.c: (user_write_data):
14654         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
14655         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
14656         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
14657         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
14658         Fix several misuse of gst_buffer_merge (it doesn't take ownership
14659         of any buffer), should fix some leaks. I hope I didn't unref buffers
14660         that shouldn't be...
14661
14662 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14663
14664         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
14665         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
14666         (error_callback), (gmi_reset), (gmi_seek_to_track),
14667         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
14668         (gmip_find_type_post), (gmip_find_stream_post),
14669         (gmip_find_track_streaminfo_post):
14670         * gst-libs/gst/media-info/media-info-priv.h:
14671         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
14672         (info_print), (main):
14673         * gst-libs/gst/media-info/media-info.c:
14674         (gst_media_info_error_create), (gst_media_info_error_element),
14675         (gst_media_info_instance_init), (gst_media_info_get_property),
14676         (gst_media_info_new), (gst_media_info_set_source),
14677         (gst_media_info_read_idler), (gst_media_info_read):
14678         * gst-libs/gst/media-info/media-info.h:
14679           first pass at making this work again.  This seems to work on
14680           tagged ogg/vorbis and mp3 files.
14681
14682 2004-03-06  Benjamin Otte  <otte@gnome.org>
14683
14684         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
14685           fix huge leak: gst_buffer_merge doesn't unref the first argument
14686           itself.
14687
14688 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14689
14690         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
14691           report layer/mode/emphasis
14692
14693 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
14694
14695         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
14696
14697 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14698
14699         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
14700           signal serial
14701
14702 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14703
14704         * ext/vorbis/vorbis.c: (plugin_init):
14705         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
14706         (gst_vorbis_dec_init), (vorbis_dec_event):
14707         add debug category
14708         make vorbisdec handle _BYTE and _TIME queries
14709
14710 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
14711
14712         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
14713           from the xing header
14714
14715 2004-03-06  Benjamin Otte  <otte@gnome.org>
14716
14717         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
14718         (gst_audio_convert_link), (gst_audio_convert_change_state),
14719         (gst_audio_convert_buffer_from_default_format):
14720           do conversions from/to float correctly, fix some caps nego errors,
14721           export correct supported caps in template and getcaps, use correct
14722           caps in try_set_caps functions
14723
14724 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
14725
14726         For some reason, I only committed a ChangeLog entry yesterday and
14727         not the corresponding code...
14728         * ext/mad/gstmad.c: Fix detection of Xing headers
14729         * gst/tags/gstid3tag.c: Changes to support TLEN tags
14730
14731 2004-03-06  Benjamin Otte  <otte@gnome.org>
14732
14733         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
14734         (gst_ogg_demux_src_query):
14735           make sure to handle the case where there's no current chain
14736           gracefully.
14737
14738 2004-03-05  David Schleef  <ds@schleef.org>
14739
14740         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
14741         Add fixate function. (bug #131128)
14742         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
14743         (gst_sdlvideosink_fixate):  Add fixate function.
14744         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14745         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
14746         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
14747         Fix missing break that was causing ulaw to be interpreted as
14748         raw int.
14749
14750 2004-03-05  David Schleef  <ds@schleef.org>
14751
14752         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
14753         Fix code that ignores return value of gst_buffer_merge().
14754         (bug #114560)
14755         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
14756         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
14757         * testsuite/gst-lint:  Check for above.
14758
14759 2004-03-05  David Schleef  <ds@schleef.org>
14760
14761         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
14762         caps and throw an element error.  (bug #136334)
14763
14764 2004-03-05  David Schleef  <ds@schleef.org>
14765
14766         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
14767         (gst_faad_chain): Fix negotiation.
14768         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
14769         key and button events.
14770         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
14771         dung heap of code.
14772         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
14773         depends on gconf
14774         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
14775         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
14776         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
14777         function to encourage better negotiation, particularly between
14778         audioconvert and osssink.
14779         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
14780         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
14781         more important.
14782         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
14783         typefinding.
14784         * gst/vbidec/vbiscreen.c:  Add glib header
14785         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
14786
14787 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
14788
14789         * ext/mad/gstmad.c: Fix detection of Xing headers
14790         * gst/tags/gstid3tag.c: Changes to support TLEN tags
14791
14792 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14793
14794         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
14795         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
14796           debug updates
14797
14798 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
14799
14800         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
14801         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
14802         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
14803         files, and report the parsed length as a GST_TAG_DURATION tag.
14804         * gst/tags/gstid3tag.c: support TLEN (duration) tag
14805
14806 2004-03-05  Benjamin Otte  <otte@gnome.org>
14807
14808         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
14809           convert channels correctly. convert correctly to unsigned.
14810
14811 2004-03-05  Julien MOUTTE <julien@moutte.net>
14812
14813         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
14814         we have a window before clearing it.
14815
14816 2004-03-05  Julien MOUTTE <julien@moutte.net>
14817
14818         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
14819         have a window before clearing it.
14820
14821 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14822
14823         * gconf/gstreamer.schemas.in:
14824         * gst-libs/gst/gconf/Makefile.am:
14825           version installation path the same way as for 0.6
14826         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14827         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14828         * pkgconfig/gstreamer-play-uninstalled.pc.in:
14829           remove comment that was fixed
14830
14831 2004-03-05  David Schleef  <ds@schleef.org>
14832
14833         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
14834         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
14835         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
14836         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
14837         Add prototype code for handling seeking and querying.
14838
14839 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14840
14841         * examples/gstplay/player.c: (main):
14842           Initialize variables to NULL. Prevents a segfault because the
14843           (uninitialized) variable is not NULL, resulting in a crash on
14844           trying to reach error->message.
14845
14846 2004-03-05  Benjamin Otte  <otte@gnome.org>
14847
14848         * gst/audioconvert/gstaudioconvert.c:
14849         (gst_audio_convert_buffer_to_default_format):
14850         make float=>int conversion work correctly even in cornercases.
14851
14852 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
14853
14854         * debian/README.Debian:
14855         * debian/build-deps:
14856         * debian/changelog:
14857         * debian/control:
14858         * debian/control.in:
14859         * debian/copyright:
14860         * debian/gstreamer-a52dec.files:
14861         * debian/gstreamer-aa.files:
14862         * debian/gstreamer-alsa.files:
14863         * debian/gstreamer-alsa.manpages:
14864         * debian/gstreamer-arts.files:
14865         * debian/gstreamer-artsd.files:
14866         * debian/gstreamer-audiofile.files:
14867         * debian/gstreamer-avifile.files:
14868         * debian/gstreamer-cdparanoia.files:
14869         * debian/gstreamer-colorspace.files:
14870         * debian/gstreamer-doc.files:
14871         * debian/gstreamer-dv.files:
14872         * debian/gstreamer-dvd.files:
14873         * debian/gstreamer-esd.files:
14874         * debian/gstreamer-festival.files:
14875         * debian/gstreamer-flac.files:
14876         * debian/gstreamer-gconf.conffiles:
14877         * debian/gstreamer-gconf.files:
14878         * debian/gstreamer-gconf.postinst:
14879         * debian/gstreamer-gnomevfs.files:
14880         * debian/gstreamer-gsm.files:
14881         * debian/gstreamer-http.files:
14882         * debian/gstreamer-jack.files:
14883         * debian/gstreamer-jpeg.files:
14884         * debian/gstreamer-mad.files:
14885         * debian/gstreamer-mikmod.files:
14886         * debian/gstreamer-misc.files:
14887         * debian/gstreamer-mpeg2dec.files:
14888         * debian/gstreamer-oss.files:
14889         * debian/gstreamer-plugin-apps.files:
14890         * debian/gstreamer-plugin-apps.manpages:
14891         * debian/gstreamer-plugin-libs-dev.files:
14892         * debian/gstreamer-plugin-libs.files:
14893         * debian/gstreamer-plugin-template.postinst:
14894         * debian/gstreamer-plugin-template.postrm:
14895         * debian/gstreamer-sdl.files:
14896         * debian/gstreamer-sid.files:
14897         * debian/gstreamer-vorbis.files:
14898         * debian/gstreamer-x.files:
14899         * debian/mk.control:
14900         * debian/rules:
14901         Debian package info not maintained here.
14902
14903 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14904
14905         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
14906         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
14907         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
14908         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
14909         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
14910         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
14911         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
14912         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
14913         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
14914         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
14915         * gst-libs/gst/colorbalance/colorbalance.c:
14916         (gst_color_balance_class_init):
14917         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14918         (gst_color_balance_channel_class_init):
14919         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
14920         * gst-libs/gst/play/play.c: (gst_play_class_init):
14921         * gst-libs/gst/propertyprobe/propertyprobe.c:
14922         (gst_property_probe_iface_init):
14923         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
14924         * gst-libs/gst/tuner/tunerchannel.c:
14925         (gst_tuner_channel_class_init):
14926         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
14927         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
14928         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
14929         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
14930         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
14931         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
14932         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
14933         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
14934         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
14935           fix signals to use - instead of _
14936         * ext/libcaca/gstcacasink.h:
14937         * ext/sdl/sdlvideosink.h:
14938           fix header rename
14939
14940 2004-03-04  David Schleef  <ds@schleef.org>
14941
14942         * testsuite/gst-lint:  Add a check for bad signal names.
14943
14944 2004-03-04  <kost@imn.htwk-leipzig.de>
14945
14946         reviewed by David Schleef
14947
14948         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
14949         modified the alpha channel and caused a warning. (bug #136192)
14950
14951 2004-04-03  Christian Schaller <Uraeus@gnome.org>
14952
14953         * gst-plugins.spec.in:
14954         Change names of plugins to actually be correct. Try to keep things
14955         alphabetical to avoid getting beat up by Thomas
14956
14957 2004-03-03  Julien MOUTTE <julien@moutte.net>
14958
14959         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
14960         Using ximagesink as a default if no gconf key found. We should
14961         probably consider using alsasink instead of osssink for the audio
14962         part.
14963
14964 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14965
14966         * configure.ac:
14967           fix --with-plugins, don't think it ever worked before
14968         * gst-plugins.spec.in:
14969           even more updates
14970
14971 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14972
14973         * ext/sdl/sdlvideosink.h:
14974         * sys/ximage/ximagesink.h:
14975         * sys/xvideo/xvideosink.h:
14976         * sys/xvimage/xvimagesink.h:
14977           Fix for move of gstvideosink.h -> videosink.h.
14978
14979 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14980
14981         * gst-libs/gst/xwindowlistener/Makefile.am:
14982           this is a plugin library, not a library
14983
14984 2004-03-01  David Schleef  <ds@schleef.org>
14985
14986         * AUTHORS:  Added some names.  Add yourself if you're still
14987         missing.
14988
14989 2004-03-01  David Schleef  <ds@schleef.org>
14990
14991         * MAINTAINERS: Add
14992
14993 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14994
14995         * gst-plugins.spec.in: clean up spec file
14996
14997 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14998
14999         * gst-libs/gst/video/Makefile.am:
15000         * gst-libs/gst/video/gstvideosink.c:
15001         * gst-libs/gst/video/gstvideosink.h:
15002           rename gstvideosink.h to videosink.h to match other headers
15003         * gst/mixmatrix/Makefile.am:
15004           fix plugin filename
15005         * gst/tags/Makefile.am: fix plugin filename
15006
15007 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15008
15009         * gst/tags/Makefile.am: fix plugin filename
15010
15011 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15012
15013         * examples/gstplay/player.c: (got_time_tick), (main):
15014           add error handler
15015           display time_tick more readably
15016         * gst/mixmatrix/Makefile.am:
15017           fix plugin file name
15018
15019 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
15020
15021         * sys/oss/gstosselement.c: (gst_osselement_probe),
15022         (device_combination_append), (gst_osselement_class_probe_devices):
15023         * sys/oss/gstosselement.h:
15024           Reworked enumeration of oss dsps and mixers so that gst-mixer works
15025           on my system using alsa oss emulation, fixes bug #135597
15026
15027 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15028
15029         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
15030         (gst_videodrop_chain), (gst_videodrop_change_state):
15031         * gst/videodrop/gstvideodrop.h:
15032           Work based on timestamp of input data, not based on the expected
15033           framerate from the input. The consequence is that this element now
15034           not only scales framerates, but also functions as a framerate
15035           corrector or framerate stabilizer/constantizer.
15036
15037 2004-02-27  David Schleef  <ds@schleef.org>
15038
15039         patches from jmmv@menta.net (Julio M. Merino Vidal)
15040
15041         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
15042         GST_ELEMENT_ERROR call (bug #135634)
15043         * gst/interleave/interleave.c: (interleave_buffered_loop),
15044         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
15045         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
15046         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
15047         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
15048         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
15049         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
15050         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
15051         Fix GST_ELEMENT_ERROR call.
15052         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
15053         GST_ELEMENT_ERROR call.
15054
15055 2004-02-27  Benjamin Otte  <otte@gnome.org>
15056
15057         * gst-libs/gst/audio/audio.h:
15058           add macro to make sure header isn't included twice
15059         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
15060           don't use gst_buffer_free
15061         * gst/playondemand/filter.func:
15062           don't use gst_data_free. Free data only once.
15063
15064 2004-02-26  David Schleef  <ds@schleef.org>
15065
15066         * gst-libs/gst/colorbalance/Makefile.am:
15067         * gst-libs/gst/mixer/Makefile.am:
15068         * gst-libs/gst/tuner/Makefile.am:
15069         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
15070         should not be disted, -marshal.h files should not be installed,
15071         and -enum.h files _should_ be installed.  Fix to make this the
15072         case.
15073
15074 === release 0.7.5 ===
15075
15076 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15077
15078         * configure.ac: release 0.7.5, "Under The Sea"
15079
15080 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15081
15082         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15083         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
15084         * gst/videoscale/gstvideoscale.c:
15085         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
15086           assorted debug/warning fixes
15087
15088 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15089
15090         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
15091         (gst_videoscale_init), (gst_videoscale_chain),
15092         (gst_videoscale_set_property), (plugin_init):
15093         * gst/videoscale/gstvideoscale.h:
15094         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15095         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
15096         (gst_videoscale_planar400), (gst_videoscale_packed422),
15097         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
15098         (gst_videoscale_24bit), (gst_videoscale_16bit),
15099         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
15100         (gst_videoscale_scale_plane_slow),
15101         (gst_videoscale_scale_point_sample),
15102         (gst_videoscale_scale_nearest),
15103         (gst_videoscale_scale_nearest_str2),
15104         (gst_videoscale_scale_nearest_str4),
15105         (gst_videoscale_scale_nearest_32bit),
15106         (gst_videoscale_scale_nearest_24bit),
15107         (gst_videoscale_scale_nearest_16bit):
15108         add debugging category and use it properly
15109         fix use of GST_PTR_FORMAT
15110
15111 2004-02-25  Andy Wingo  <wingo@pobox.com>
15112
15113         * gst/interleave/interleave.c (interleave_buffered_loop): Always
15114         push only when channel->buffer is NULL. Prevents segfaults doing
15115         the state change after a nonlocal exit, like a scheme exception.
15116
15117         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15118         Handle the case where the intersected caps is empty.
15119
15120 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15121
15122         * gst/law/mulaw-decode.c: (mulawdec_link):
15123         * gst/law/mulaw.c: (plugin_init):
15124           fix mulawdec so it actually works again
15125
15126 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
15127
15128         reviewed by: David Schleef  <ds@schleef.org>
15129
15130         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
15131         (gst_gamma_init), (gst_gamma_set_property),
15132         (gst_gamma_get_property), (gst_gamma_calculate_tables),
15133         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
15134         for RGB, with separate r g and b correction factors. (#131167)
15135
15136 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15137
15138         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15139           only signal tags for bitrate if they're > 0 (#134894)
15140
15141 2004-02-24  David Schleef  <ds@schleef.org>
15142
15143         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
15144         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
15145         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
15146         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
15147         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
15148         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
15149         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
15150         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
15151         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
15152         category.  Attempt to fix timestamp calculation.
15153
15154 2004-02-24  Johan Dahlin  <johan@gnome.org>
15155
15156         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
15157
15158 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15159
15160         * configure.ac:
15161         * gconf/Makefile.am:
15162         * gconf/gstreamer.schemas:
15163         * gst-libs/gst/gconf/Makefile.am:
15164         * gst-libs/gst/gconf/gconf.c:
15165           version gconf schemas and install locations
15166
15167 2004-02-23  Benjamin Otte  <otte@gnome.org>
15168
15169         * ext/xine/xineinput.c: (gst_xine_input_dispose):
15170         (gst_xine_input_subclass_init):
15171           call parent dispose.
15172           change pad template for CD reader correctly
15173         * ext/xine/Makefile.am:
15174         * ext/xine/gstxine.h:
15175         * ext/xine/xine.c: (plugin_init):
15176         * ext/xine/xineaudiosink.c:
15177           wrap audio sinks, too
15178         * gst-libs/gst/resample/private.h:
15179         * gst-libs/gst/resample/resample.c: (gst_resample_init),
15180         (gst_resample_reinit), (gst_resample_scale),
15181         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
15182         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
15183         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
15184         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
15185         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
15186         * gst-libs/gst/resample/resample.h:
15187         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
15188         (gst_audioscale_class_init), (gst_audioscale_link),
15189         (gst_audioscale_get_buffer), (gst_audioscale_init),
15190         (gst_audioscale_chain), (gst_audioscale_set_property),
15191         (gst_audioscale_get_property):
15192         * gst/audioscale/gstaudioscale.h:
15193           s/resample_*/gst_resample_*/i to not clobber namespaces
15194
15195 2004-02-23  Julien MOUTTE  <julien@moutte.net>
15196
15197         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15198         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
15199         (gst_riff_create_video_template_caps),
15200         (gst_riff_create_audio_template_caps),
15201         (gst_riff_create_iavs_template_caps):
15202         * gst-libs/gst/riff/riff-media.h:
15203         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
15204         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
15205         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
15206         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
15207         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15208         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
15209         (gst_matroska_demux_plugin_init): First batch implementing audio and
15210         video codec tags in demuxers.
15211
15212 2004-02-22  Benjamin Otte  <otte@gnome.org>
15213
15214         * ext/xine/Makefile.am:
15215         * ext/xine/gstxine.h:
15216         * ext/xine/xine.c: (plugin_init):
15217         * ext/xine/xineinput.c:
15218           add input plugin wrapper. Playback from files, http, mms and cdda
15219           works.
15220         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
15221           remove leftover G_GNUC_UNUSED
15222         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
15223         (gst_asf_demux_identify_guid):
15224           improve debugging output
15225
15226 2004-02-22  Benjamin Otte  <otte@gnome.org>
15227
15228         reported by: Padraig O'Briain <padraig.obriain@sun.com>
15229
15230         * autogen.sh:
15231           replace test -e with test -x for mkinstalldirs to be more portable.
15232           (fixes #134816)
15233
15234 2004-02-22  Benjamin Otte  <otte@gnome.org>
15235
15236         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
15237
15238         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
15239           set rank to PRIMARY
15240         * gst/volume/gstvolume.c: (plugin_init):
15241           set rank to NONE
15242         fixes #134960
15243
15244 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
15245
15246         reviewed by Benjamin Otte  <otte@gnome.org>
15247
15248         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
15249           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
15250
15251 2004-02-22  Benjamin Otte  <otte@gnome.org>
15252
15253         * configure.ac:
15254           export [_]*{gst,Gst,GST}.* symbols from plugins
15255
15256 2004-02-22  Christophe Fergeau <teuf@gnome.org>
15257
15258         reviewed by: Benjamin Otte  <otte@gnome.org>
15259
15260         * ext/lame/gstlame.c: (add_one_tag):
15261         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
15262         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
15263         (gst_vorbisenc_metadata_set1):
15264         * gst/tags/gstid3tag.c:
15265         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
15266           apply fixes from bugs #135042 (lame can't write tags) and #133817
15267           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
15268
15269 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
15270
15271         * configure.ac: Export only gst_plugin_desc from plugins.
15272          Note that this change only makes any effect with Linux using libtool
15273          1.5.2 or higher. Otherwise it is silently ignored, but it would build
15274          fine. And don't try to have several versions of libtool in different
15275          directories.
15276
15277 2004-02-20  Andy Wingo  <wingo@pobox.com>
15278
15279         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
15280         interleave respectively.
15281
15282         * gst/interleave/deinterleave.c: New plugin: deinterleave
15283         (replaces on oneton).
15284         * gst/interleave/interleave.c: New plugin: interleave.
15285         * gst/interleave/plugin.h: Support file.
15286         * gst/interleave/plugin.c: Support file.
15287
15288         * configure.ac: Remove intfloat and oneton, add interleave.
15289
15290         * ext/sndfile/gstsf.c: Handle events better.
15291
15292         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
15293         and float2int operation. int2float has scheduling problems as
15294         noted in in2float_chain.
15295
15296 2004-02-20  Benjamin Otte  <otte@gnome.org>
15297
15298         * ext/xine/Makefile.am:
15299         * ext/xine/gstxine.h:
15300         * ext/xine/xine.c:
15301         * ext/xine/xineaudiodec.c:
15302         * ext/xine/xinecaps.c:
15303           add first version of xine plugin wrapper. Currently only wraps the
15304           QDM2 win32 DLL, and even that only in proof-of-concept quality.
15305         * configure.ac:
15306         * ext/Makefile.am:
15307           add xine plugin wrapper, disabled by default. Use --enable-xine to
15308           build. Note that it'll segfault on gst-register if you don't remove
15309           the goom and tvtime post plugins from xine.
15310         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15311         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
15312           add extradata parsing for QDM2.
15313           change around debugging prints.
15314
15315 2004-02-19  Benjamin Otte  <otte@gnome.org>
15316
15317         * ext/lame/gstlame.c: (gst_lame_chain):
15318         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
15319           use gst_tag_list_insert when you want to insert tags
15320
15321 2004-02-18  David Schleef  <ds@schleef.org>
15322
15323         * configure.ac:  Move massink to gst-rotten
15324         * ext/Makefile.am:
15325         * ext/mas/Makefile.am:
15326         * ext/mas/massink.c:
15327         * ext/mas/massink.h:
15328
15329 2004-02-18  David Schleef  <ds@schleef.org>
15330
15331         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
15332         typefinding, since it seems to be worse than nothing.
15333         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
15334         atom to recognize .mp4 and .m4a files as video/quicktime.
15335
15336 2004-02-18  David Schleef  <ds@schleef.org>
15337
15338         * gst/sine/demo-dparams.c: (quit_live),
15339         (dynparm_log_value_changed), (dynparm_value_changed), (main):
15340         Use double dparams, not float.
15341         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15342         (gst_sinesrc_init): Change sync default to FALSE, since multiple
15343         sync'd elements don't really work correctly.
15344         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
15345         (volume_update_volume), (volume_get_property):  Change dparam
15346         to double.
15347
15348 2004-02-18  Julien MOUTTE  <julien@moutte.net>
15349
15350         * sys/ximage/ximagesink.c:
15351         (gst_ximagesink_xwindow_update_geometry),
15352         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
15353         (gst_ximagesink_change_state), (gst_ximagesink_expose),
15354         (gst_ximagesink_init): Rework the way software video scaling works. So
15355         now we check on each chain call if the video frames are feeling the
15356         window. If not we try to renegotiate caps. On failure we memorize that
15357         and we won't try again for that PLAYING sessions.
15358         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
15359         failure.
15360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
15361         synchronous flag.
15362
15363 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15364
15365         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
15366           break up _link so we can give a better debug message for errors
15367
15368 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15369
15370         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
15371           set up debug category
15372
15373 2004-02-18  Julien MOUTTE <julien@moutte.net>
15374
15375         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15376         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
15377         the way renegotiation work. The event handling function is not taking
15378         care of external windows and renegotiate method check for pad flags
15379         NEGOTIATING. Should fix : #133209
15380
15381 2004-02-17  Julien MOUTTE  <julien@moutte.net>
15382
15383         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
15384         pad is negotiating before trying renegotiation.
15385
15386 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15387
15388         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
15389           pass on all possible mime types as typefind hints
15390
15391 2004-02-17  Julien MOUTTE <julien@moutte.net>
15392
15393         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
15394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
15395         possible SHM leak if we crash. All other apps using XShm are doing
15396         that.
15397
15398 2004-02-17  Julien MOUTTE  <julien@moutte.net>
15399
15400         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15401         (gst_ximagesink_expose): Renegotiate size on expose.
15402         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
15403         size on expose.
15404
15405 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15406
15407         * testsuite/alsa/sinesrc.c:
15408           cosmetic fix to fix compile issue with gcc 2.95.4
15409
15410 2004-02-16  Julien MOUTTE <julien@moutte.net>
15411
15412         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
15413         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
15414         failed opening the audio device.
15415         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15416         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
15417         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
15418         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
15419         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
15420         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
15421         (gst_ximagesink_change_state), (gst_ximagesink_chain),
15422         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
15423         Removing some useless g_return_if_fail like wingo suggested.
15424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15425         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
15426         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
15427         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
15428         (gst_xvimagesink_update_colorbalance),
15429         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
15430         (gst_xvimagesink_xcontext_clear),
15431         (gst_xvimagesink_get_fourcc_from_caps),
15432         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
15433         (gst_xvimagesink_set_xwindow_id),
15434         (gst_xvimagesink_colorbalance_list_channels),
15435         (gst_xvimagesink_colorbalance_set_value),
15436         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
15437         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
15438
15439 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15440
15441         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
15442           throw error when not negotiated instead of asserting
15443
15444 2004-02-15  Julien MOUTTE  <julien@moutte.net>
15445
15446         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
15447         correct data refcounting.
15448
15449 2004-02-15  Julien MOUTTE  <julien@moutte.net>
15450
15451         * gst/switch/gstswitch.c: (gst_switch_change_state),
15452         (gst_switch_class_init): Cleaning the sinkpads correctly on state
15453         change, mostly the EOS flag.
15454
15455 2004-02-15  Julien MOUTTE  <julien@moutte.net>
15456
15457         * examples/gstplay/player.c: (got_eos), (main): Adding some
15458         output for debugging.
15459         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
15460         timeouts if we go to any state different from PLAYING.
15461         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
15462         more EOS bugs in riff lib.
15463
15464 2004-02-14  Julien MOUTTE  <julien@moutte.net>
15465
15466         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
15467         visualization until i find a way to fix switch correctly.
15468         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
15469         EOS arrives.
15470         * gst/switch/gstswitch.c: (gst_switch_release_pad),
15471         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
15472         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
15473         Reworked switch to get a more correct behaviour with events and refing
15474         of data stored in sinkpads.
15475         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
15476         we don't pull from a pad in EOS.
15477
15478 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15479
15480         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15481           remove v1 tag even if we can't read it (makes sure we don't detect
15482           it again)
15483
15484 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15485
15486         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
15487         (gst_alsa_xrun_recovery):
15488         * ext/alsa/gstalsa.h:
15489           try xrun recovery when wait failed. Make xrun recovery function
15490           return TRUE/FALSE to indicate success. (might fix #134354)
15491
15492 2004-02-13  David Schleef  <ds@schleef.org>
15493
15494         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
15495         (dynparm_value_changed), (main): Convert from float to double.
15496         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
15497
15498 2004-02-13  David Schleef  <ds@schleef.org>
15499
15500         * gst/silence/gstsilence.c: (gst_silence_class_init),
15501         (gst_silence_set_clock), (gst_silence_get),
15502         (gst_silence_set_property), (gst_silence_get_property):
15503         * gst/silence/gstsilence.h: Add sync property.
15504         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15505         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
15506         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
15507         * gst/sine/gstsinesrc.h: Add sync property.
15508
15509 2004-02-13  David Schleef  <ds@schleef.org>
15510
15511         * gst/intfloat/gstint2float.c: (conv_f32_s16),
15512         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
15513
15514 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15515
15516         * configure.ac:
15517         * ext/Makefile.am:
15518         * gst-libs/ext/Makefile.am:
15519           move ffmpeg plugin to gst-ffmpeg module
15520
15521 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15522
15523         * configure.ac: use GST_ARCH to detect architecture
15524
15525 2004-02-12  Julien MOUTTE  <julien@moutte.net>
15526
15527         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
15528
15529 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15530
15531         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
15532           classify LADSPA plugins based on number of src/sink pads
15533           (#133663, Stefan Kost)
15534         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
15535           fix dparams registration
15536           (#133528, Stefan Kost)
15537         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
15538           fix use of isprint and use g_ascii_isprint instead
15539           (#133316, Stefan Kost)
15540
15541 2004-02-11  David Schleef  <ds@schleef.org>
15542
15543         Convert a few inner loops to use liboil.  This is currently
15544         optional, and is only enabled if liboil is present (duh!).
15545         * configure.ac: Check for liboil-0.1
15546         * gst/intfloat/Makefile.am:
15547         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
15548         (gst_int2float_chain_gint16):
15549         * gst/videofilter/Makefile.am:
15550         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
15551         (tablelookup_u8), (gst_videobalance_planar411):
15552         * gst/videotestsrc/Makefile.am:
15553         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
15554         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
15555         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
15556         (paint_hline_RGB565), (paint_hline_xRGB1555):
15557
15558 2004-02-11  David Schleef  <ds@schleef.org>
15559
15560         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
15561         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
15562         (gst_colorspace_getcaps), (gst_colorspace_link),
15563         (gst_colorspace_base_init), (gst_colorspace_init),
15564         (gst_colorspace_chain), (gst_colorspace_change_state),
15565         (plugin_init): Merge Ronald's patch (bug #117897) and update
15566         for new caps and negotiation.  Seems to work, although it
15567         shows off bugs in lcs.
15568
15569 2004-02-11  David Schleef  <ds@schleef.org>
15570
15571         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
15572         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
15573
15574 2004-02-11  David Schleef  <ds@schleef.org>
15575
15576         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
15577         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
15578         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
15579         Add server and port properties
15580
15581 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15582
15583         * m4/a52.m4:
15584         * m4/aalib.m4:
15585         * m4/as-ffmpeg.m4:
15586         * m4/as-liblame.m4:
15587         * m4/as-slurp-ffmpeg.m4:
15588         * m4/check-libheader.m4:
15589         * m4/esd.m4:
15590         * m4/freetype2.m4:
15591         * m4/gconf-2.m4:
15592         * m4/glib.m4:
15593         * m4/gst-alsa.m4:
15594         * m4/gst-artsc.m4:
15595         * m4/gst-ivorbis.m4:
15596         * m4/gst-matroska.m4:
15597         * m4/gst-sdl.m4:
15598         * m4/gst-shout2.m4:
15599         * m4/gst-sid.m4:
15600         * m4/gtk.m4:
15601         * m4/libdv.m4:
15602         * m4/libfame.m4:
15603         * m4/libmikmod.m4:
15604         * m4/ogg.m4:
15605         * m4/vorbis.m4:
15606           fix underquotedness of macros (#133800)
15607         * m4/as-avifile.m4:
15608         * m4/xmms.m4:
15609           removed because no longer used
15610
15611 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15612
15613         * configure.ac:
15614           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
15615           by autopoint (fixes #132996)
15616
15617 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15618
15619         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
15620         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
15621         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
15622         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
15623           fix memleaks
15624
15625 2004-02-11  David Schleef  <ds@schleef.org>
15626
15627         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
15628         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
15629         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
15630         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
15631         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
15632         (gst_jpegenc_class_init), (gst_jpegenc_init),
15633         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
15634         (gst_jpegenc_chain), (gst_jpegenc_set_property),
15635         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
15636         * ext/jpeg/gstjpegenc.h: Fix negotiation.
15637
15638 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15639
15640         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
15641         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
15642         * ext/mikmod/gstmikmod.h:
15643           fix caps negotiation in mikmod
15644         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
15645           output debug information
15646
15647 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15648
15649         * gst-libs/gst/colorbalance/Makefile.am:
15650         * gst-libs/gst/navigation/Makefile.am:
15651         * gst-libs/gst/xoverlay/Makefile.am:
15652           remove unused GST_OPT_CFLAGS from Makefiles
15653           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
15654
15655 2004-02-07  David Schleef  <ds@schleef.org>
15656
15657         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
15658         push events to pads that haven't been created (#133508)
15659
15660 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
15661
15662         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
15663         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
15664         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
15665         (gst_dvdec_loop), (gst_dvdec_change_state):
15666         Second attempt at committing a working dvdec element.
15667
15668 2004-02-06  David Schleef  <ds@schleef.org>
15669
15670         Build fixes for OS X: (see #129600)
15671         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
15672         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
15673         (gst_riff_read_strf_iavs):
15674         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
15675         (gst_avi_demux_stream_odml):
15676         * gst/playondemand/Makefile.am:
15677         * gst/rtp/rtp-packet.c:
15678
15679 2004-02-05  David Schleef  <ds@schleef.org>
15680
15681         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
15682         last change, because it Just Doesn't Compile.
15683
15684 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15685
15686         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15687           skip undecodable id3v2 tag instead of keeping it
15688
15689 2004-02-05  David Schleef  <ds@schleef.org>
15690
15691         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
15692         Unref leaked buffer.  (Noticed by Ronald)
15693
15694 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
15695
15696         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
15697         Sync requires with other checks.  >= vs =.
15698
15699 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
15700
15701         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
15702         (gst_dvdec_video_link), (gst_dvdec_loop):
15703         * ext/dv/gstdvdec.h:
15704           rework the caps negotiation so that dvdec works again instead
15705           of just segfaulting.
15706
15707 === release 0.7.4 ===
15708
15709 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15710
15711         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
15712         * configure.ac: changed for release
15713
15714 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15715
15716         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
15717         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
15718         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
15719         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15720           reworked patch by David Lehn to fix libdir and includedir for
15721           uninstalled libraries
15722           removed play and gconf from gstreamer-libs since they have their
15723           own pkgconfig files
15724
15725 2004-02-04  David Schleef  <ds@schleef.org>
15726
15727         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
15728         memleak.
15729
15730 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15731
15732         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
15733           use correct GST_TAG_ENCODER tag
15734
15735 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15736
15737         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
15738           be sure to stop the clock when going to paused
15739         * sys/oss/gstosssink.c: (gst_osssink_change_state):
15740           reset number of transmitted when going to ready.
15741         fixes #132935
15742
15743 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
15744
15745         reviewed by Benjamin Otte
15746
15747         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
15748           extract track count (fixes #133410)
15749
15750 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15751
15752         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
15753           that should be !=, not == (fixes #132519)
15754
15755 2004-02-04  David Schleef  <ds@schleef.org>
15756
15757         Make sure set_explicit_caps() is called before adding pad.
15758         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
15759         * gst/id3/gstid3types.c: (gst_id3types_loop):
15760         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
15761         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
15762
15763 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15764
15765         * configure.ac:
15766           bump nano to 2, first prerelease
15767           put back AM_PROG_LIBTOOL
15768
15769 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15770
15771         * testsuite/alsa/Makefile.am:
15772           these are user test apps, not automatic testsuite tests
15773
15774 2004-02-04  David Schleef  <ds@schleef.org>
15775
15776         Convert GST_DEBUG_CAPS() to GST_DEBUG():
15777         * gst/mpeg1videoparse/gstmp1videoparse.c:
15778         (mp1videoparse_parse_seq):
15779         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
15780         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
15781         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
15782         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
15783         (gst_xvideosink_getcaps):
15784         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
15785         * testsuite/gst-lint: more tests
15786
15787 2004-02-04  David Schleef  <ds@schleef.org>
15788
15789         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
15790         with the code that they would expand to.
15791         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
15792         (gst_flacdec_get_src_query_types),
15793         (gst_flacdec_get_src_event_masks):
15794         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
15795         (gst_gnomevfssrc_get_query_types),
15796         (gst_gnomevfssrc_get_event_mask):
15797
15798 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15799
15800         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15801         (gst_sinesrc_dispose):
15802           fix memleak by properly disposing sinesrc
15803
15804 2004-02-04  Julien MOUTTE  <julien@moutte.net>
15805
15806         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
15807         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
15808         an overlay to redraw the image because it has been exposed.
15809         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
15810         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
15811         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
15812         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
15813         interface
15814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
15815         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
15816         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
15817         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
15818         interface
15819
15820 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15821
15822         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
15823           more memleak fixage
15824
15825 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15826
15827         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
15828         * gst/typefind/gsttypefindfunctions.c:
15829           fix memleaks shown by gst-typefind
15830
15831 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15832
15833         * common/glib-gen.mak:
15834           add hack rule to touch .Plo files
15835         * gst-libs/gst/colorbalance/Makefile.am:
15836         * gst-libs/gst/mixer/Makefile.am:
15837         * gst-libs/gst/play/Makefile.am:
15838         * gst-libs/gst/tuner/Makefile.am:
15839           remove glib_root variable
15840
15841 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15842
15843         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
15844           set explicit caps before adding the element, so the autopluggers can
15845           plug correctly.
15846         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
15847         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15848         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15849         (dv_type_find):
15850           fix memleaks in typefind functions. gst_type_find_suggest takes a const
15851           argument.
15852
15853 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15854
15855         * gst-libs/gst/colorbalance/Makefile.am:
15856         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
15857         * gst-libs/gst/colorbalance/colorbalance.c:
15858         * gst-libs/gst/colorbalance/colorbalance.h:
15859         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
15860         * gst-libs/gst/mixer/Makefile.am:
15861         * gst-libs/gst/mixer/mixer-marshal.list:
15862         * gst-libs/gst/mixer/mixer.c:
15863         * gst-libs/gst/mixer/mixer.h:
15864         * gst-libs/gst/mixer/mixermarshal.list:
15865         * gst-libs/gst/play/Makefile.am:
15866         * gst-libs/gst/play/play.h:
15867         * gst-libs/gst/tuner/Makefile.am:
15868         * gst-libs/gst/tuner/tuner-marshal.list:
15869         * gst-libs/gst/tuner/tuner.c:
15870         * gst-libs/gst/tuner/tuner.h:
15871         * gst-libs/gst/tuner/tunermarshal.list:
15872           use new glib-gen.mak snippet to clean up Makefile.am
15873           fix various bugs in Makefile.am's
15874
15875 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15876
15877         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
15878           handle chain parsing correctly in the multichain case
15879         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
15880         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
15881         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15882         (theora_dec_chain):
15883           handle events and queries correctly
15884
15885 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
15886
15887         * .cvsignore:
15888         Ignore generated file _stdint.h.
15889
15890 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
15891
15892         * gst-libs/gst/colorbalance/Makefile.am:
15893         * gst-libs/gst/colorbalance/colorbalance.h:
15894         * gst-libs/gst/mixer/Makefile.am:
15895         * gst-libs/gst/mixer/mixer.h:
15896         * gst-libs/gst/play/Makefile.am:
15897         * gst-libs/gst/play/play.h:
15898         * gst-libs/gst/tuner/Makefile.am:
15899         * gst-libs/gst/tuner/tuner.h:
15900         Generate enum type code with glib-mkenums.
15901         * gst-libs/gst/colorbalance/.cvsignore:
15902         * gst-libs/gst/mixer/.cvsignore:
15903         * gst-libs/gst/play/.cvsignore:
15904         * gst-libs/gst/tuner/.cvsignore:
15905         Ignore generated files.
15906
15907 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
15908
15909         * gst-libs/gst/audio/.cvsignore:
15910         Ignore generated file.
15911         * gst-libs/gst/audio/Makefile.am:
15912         Do not install example filter.
15913
15914 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
15915
15916         * examples/switch/.cvsignore:
15917         Ignore generated file.
15918
15919 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15920
15921         * common/m4/ax_create_stdint_h.m4:
15922         * configure.ac:
15923           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
15924           _stdint.h.
15925         * Makefile.am:
15926           remove generated _stdint.h in DISTCLEANFILES
15927         * ext/a52dec/gsta52dec.c:
15928           include _stdint.h for a52dec. (should fix #133064)
15929
15930 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
15931
15932         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
15933         (gst_tag_to_vorbis_comments):
15934         Add replaygain support to vorbistag
15935
15936 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
15937         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
15938         (gst_ffmpeg_caps_to_extradata):
15939           Fix SVQ3 caps flag properties
15940           Use glib macro for bytes swap
15941
15942 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15943
15944         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
15945         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
15946         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15947         * ext/sndfile/gstsf.c: (plugin_init):
15948         * gst/avi/gstavi.c: (plugin_init):
15949         * sys/dxr3/dxr3init.c: (plugin_init):
15950         * sys/oss/gstossaudio.c: (plugin_init):
15951         * sys/v4l/gstv4l.c: (plugin_init):
15952         * sys/v4l2/gstv4l2.c: (plugin_init):
15953           remove textdomain calls
15954         * po/nl.po:
15955           update Dutch translation
15956
15957 2004-02-02  Julien MOUTTE  <julien@moutte.net>
15958
15959         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
15960         (gst_play_set_audio_sink): Moving volume in the audio thread for
15961         instantaneous volume change. Maybe i will add another volume in front
15962         of visualization later, not sure yet though.
15963
15964 2004-02-02  Julien MOUTTE  <julien@moutte.net>
15965
15966         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15967         (gst_ximagesink_handle_xevents): Better X events handling, only take
15968         the latest events for configure and motion.
15969         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
15970
15971 2004-02-02  Jon Trowbridge  <trow@gnu.org>
15972
15973         reviewed by: David Schleef  <ds@schleef.org>
15974
15975         Fix memory leaks:
15976         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
15977         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
15978
15979 2004-02-02  David Schleef  <ds@schleef.org>
15980
15981         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
15982         of lines.
15983         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
15984         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
15985         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
15986         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
15987         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
15988         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
15989         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
15990         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
15991         (gst_float2_2_int_link):
15992         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
15993         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
15994         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
15995         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
15996         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
15997         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
15998         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
15999         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
16000         * testsuite/gst-lint: Add tests for bzero and ;;
16001
16002 2004-02-02  David Schleef  <ds@schleef.org>
16003
16004         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
16005
16006 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16007
16008         * ext/aalib/gstaasink.c: (gst_aasink_open):
16009         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
16010         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16011         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
16012         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
16013         (gst_afsink_close_file):
16014         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
16015         (gst_afsrc_close_file):
16016         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
16017         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
16018         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
16019         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
16020         * ext/esd/esdmon.c: (gst_esdmon_get):
16021         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
16022         * ext/faac/gstfaac.c: (gst_faac_chain):
16023         * ext/faad/gstfaad.c: (gst_faad_chain):
16024         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
16025         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
16026         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
16027         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
16028         (gst_flacdec_loop):
16029         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
16030         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
16031         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
16032         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
16033         (gst_gnomevfssink_close_file):
16034         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16035         (gst_gnomevfssrc_open_file):
16036         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
16037         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
16038         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
16039         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
16040         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
16041         * ext/mad/gstmad.c: (gst_mad_chain):
16042         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
16043         * ext/mpeg2dec/gstmpeg2dec.c:
16044         * ext/mpeg2enc/gstmpeg2enc.cc:
16045         * ext/mplex/gstmplex.cc:
16046         * ext/mplex/gstmplexibitstream.cc:
16047         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
16048         (gst_ogg_demux_push):
16049         * ext/raw1394/gstdv1394src.c:
16050         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
16051         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
16052         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
16053         (gst_sf_loop):
16054         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
16055         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
16056         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
16057         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
16058         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
16059         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
16060         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
16061         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
16062         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
16063         (gst_riff_read_element_data), (gst_riff_read_seek),
16064         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
16065         * gst/adder/gstadder.c: (gst_adder_loop):
16066         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
16067         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
16068         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
16069         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
16070         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
16071         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
16072         * gst/goom/gstgoom.c: (gst_goom_chain):
16073         * gst/id3/gstid3types.c: (gst_id3types_loop):
16074         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
16075         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
16076         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
16077         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
16078         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
16079         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
16080         (gst_ebml_read_float), (gst_ebml_read_header):
16081         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
16082         (gst_matroska_demux_parse_blockgroup):
16083         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
16084         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
16085         * gst/oneton/gstoneton.c: (gst_oneton_chain):
16086         * gst/silence/gstsilence.c: (gst_silence_get):
16087         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
16088         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
16089         * gst/speed/gstspeed.c: (speed_loop):
16090         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16091         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
16092         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
16093         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
16094         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
16095         (gst_wavparse_loop):
16096         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
16097         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
16098         (dxr3audiosink_close):
16099         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
16100         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
16101         (dxr3videosink_close), (dxr3videosink_write_data):
16102         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
16103         * sys/oss/gstosssink.c: (gst_osssink_chain):
16104         * sys/oss/gstosssrc.c: (gst_osssrc_get):
16105         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
16106         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
16107         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
16108         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
16109         (gst_v4l_set_window), (gst_v4l_enable_overlay):
16110         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
16111         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
16112         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
16113         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
16114         (gst_v4l_set_audio):
16115         * sys/v4l/v4l_calls.h:
16116         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
16117         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
16118         (gst_v4lmjpegsink_playback_init),
16119         (gst_v4lmjpegsink_playback_start):
16120         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
16121         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
16122         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
16123         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
16124         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
16125         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
16126         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
16127         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
16128         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
16129         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
16130         (gst_v4l2_get_output), (gst_v4l2_set_output),
16131         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
16132         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
16133         (gst_v4l2_set_attribute):
16134         * sys/v4l2/v4l2_calls.h:
16135         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
16136         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
16137         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
16138         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
16139         (gst_v4l2src_capture_stop):
16140         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
16141         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
16142         (gst_ximagesink_chain):
16143         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
16144         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
16145         (gst_xvideosink_xwindow_new):
16146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
16147         (gst_xvimagesink_chain):
16148
16149 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16150
16151         * gst/volume/gstvolume.c: (gst_volume_set_volume),
16152         (gst_volume_get_volume), (volume_class_init), (volume_init),
16153         (volume_chain_int16), (volume_update_volume):
16154         * gst/volume/gstvolume.h:
16155           make code more readable by removing magic numbers
16156           make mixer interface export 0-100 range
16157           make it internally map to 0.0-1.0 range so users don't distort
16158           output by putting the sliders at full volume
16159
16160 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16161
16162         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
16163         (gst_play_state_change), (gst_play_seek_to_time):
16164         block the tick callback for 0.5 secs after doing a seek
16165
16166 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16167
16168         * gst-libs/gst/play/play.c: (gst_play_new):
16169           check for GError
16170
16171 2004-02-01  Julien MOUTTE  <julien@moutte.net>
16172
16173         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
16174         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
16175         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
16176         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
16177         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16178         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
16179
16180 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16181
16182         * configure.ac:
16183         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16184           check for a function added in vorbis 1.1
16185
16186 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16187
16188         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
16189         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
16190           really start/stop clock only on PLAYING <=> PAUSED
16191         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16192           remove \n from debugging lines
16193         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
16194           make it work when seeking does not
16195         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16196           reset on DISCONT
16197
16198 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16199
16200         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
16201           start clock on PAUSED=>PLAYING, not later
16202         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16203           extract correct time for different discont formats
16204         (gst_alsa_sink_get_time):
16205           don't segfault when no format is negotiated yet, just return 0
16206         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
16207         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
16208         (gst_ogg_pad_push):
16209           handle flush and discont events correctly
16210         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
16211           handle discont events correctly
16212
16213 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16214
16215         * gst-libs/gst/play/play.c: (gst_play_error_quark),
16216         (gst_play_error_create), (gst_play_error_plugin),
16217         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
16218         * gst-libs/gst/play/play.h:
16219           add error handling during creation
16220         * examples/gstplay/player.c: (main):
16221           use new gst_play_new
16222
16223
16224 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16225
16226         * ext/theora/theoradec.c: (theora_dec_chain):
16227           make comments work
16228         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16229         (vorbis_dec_src_event), (vorbis_dec_chain):
16230           add encoder tag, fix tag reading to be more error tolerant, change
16231           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
16232           gst_pad_event_default.
16233         * gst/tags/gstvorbistag.c:
16234         (gst_tag_list_from_vorbiscomment_buffer):
16235           undefine function specific define at end of function
16236
16237 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
16238
16239         * ext/flac/gstflac.c: (plugin_init):
16240         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
16241         * ext/flac/gstflacdec.h:
16242         * ext/flac/gstflacenc.h:
16243           Fix typos
16244
16245 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
16246
16247         * examples/gstplay/player.c: s/gstplay.h/play.h/
16248
16249 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16250
16251         * gst-libs/gst/play/Makefile.am:
16252         * gst-libs/gst/play/gstplay.c:
16253         * gst-libs/gst/play/gstplay.h:
16254         * gst-libs/gst/play/play.c:
16255           more surgery, operation complete
16256
16257 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16258
16259         * gst-libs/gst/play/play.old.c:
16260         * gst-libs/gst/play/play.old.h:
16261           after CVS surgery by moving, remove
16262         * gst-libs/gst/play/playpipelines.c:
16263           remove
16264
16265         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
16266           add negotiation error
16267
16268 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16269
16270         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
16271         (gst_ogg_demux_push):
16272           add some seeking debug info
16273           send a flush when seeking
16274
16275 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16276
16277         * configure.ac:
16278           use AC_C_INLINE
16279         * configure.ac:
16280         * ext/Makefile.am:
16281         * ext/theora/Makefile.am:
16282         * ext/theora/theoradec.c:
16283           add theora video decoder. Does just do simple decoding for now and
16284           has been tested against Theora cvs only. It only works when theora
16285           is compiled with --enable-static.
16286         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16287           always reset packetno on DISCONT
16288
16289 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16290
16291         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
16292           Fix audio.
16293
16294 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16295
16296         * gst/mpegaudioparse/gstmpegaudioparse.c:
16297         (mp3_type_frame_length_from_header):
16298           Fix header parsing - stolen from ffmpeg (thank you! :) ).
16299
16300 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16301
16302         * ext/esd/esdsink.c: (gst_esdsink_init):
16303           Since we have static pad template caps, we don't need to negotiate;
16304           either the core errors out or we know the format.
16305
16306 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16307
16308         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
16309         (gst_riff_read_seek):
16310         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
16311         (gst_ebml_read_seek):
16312           Fix event handling.
16313
16314 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16315
16316         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
16317           removee video/x-theora from vp3 decoder, it doesn't handle raw
16318           theora streams
16319         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
16320           fix bug with finalizing element that never went to PAUSED
16321         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
16322           length and position queries were swapped
16323         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16324         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
16325         (vorbis_dec_src_event):
16326           implement querying time and bytes
16327
16328 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16329
16330         * just about every source file:
16331           gst_element_error -> GST_ELEMENT_ERROR
16332
16333 2004-01-29  Julien MOUTTE  <julien@moutte.net>
16334
16335         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
16336         emiting FLUSH and even before DISCONT.
16337         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
16338         get the best instant seeking as possible yay!
16339
16340 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16341
16342         * gst/mpeg1videoparse/gstmp1videoparse.c:
16343         (gst_mp1videoparse_real_chain):
16344           Committed wrong version last week... Grr... Didn't notice until now.
16345
16346 2004-01-29  Julien MOUTTE <julien@moutte.net>
16347
16348         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
16349         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
16350         have_xwindow_id signal in xwindow_create.
16351
16352 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16353
16354         * ext/ogg/gstoggdemux.c:
16355           lots of changes - mainly support for chained bitstreams, seeking,
16356           querying and bugfixes of course
16357         * ext/vorbis/Makefile.am:
16358         * ext/vorbis/vorbisdec.c:
16359         * ext/vorbis/vorbisdec.h:
16360           add vorbisdec raw vorbis decoder
16361         * ext/vorbis/vorbis.c: (plugin_init):
16362           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
16363         * gst/intfloat/Makefile.am:
16364         * gst/intfloat/float22int.c:
16365         * gst/intfloat/float22int.h:
16366         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
16367           add float2intnew plugin. It converts multichannel interleaved float to
16368           multichannel interleaved int. The name should probably be changed.
16369         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
16370         (plugin_init):
16371           add typefinding for raw theora video so oggdemux can detect it.
16372
16373 2004-01-28  Julien MOUTTE  <julien@moutte.net>
16374
16375         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
16376         sink element first.
16377         * gst/videoscale/gstvideoscale.c:
16378         (gst_videoscale_handle_src_event): Fixing src event handler.
16379
16380 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16381
16382         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
16383         (gst_v4lsrc_open), (gst_v4lsrc_close),
16384         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
16385         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
16386         * sys/v4l/gstv4lsrc.h:
16387         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
16388         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
16389           Implement resizing... Hack. But that's why v4l is b0rked...
16390
16391 2004-01-28  Julien MOUTTE <julien@moutte.net>
16392
16393         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16394         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
16395         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
16396         (gst_ximagesink_xwindow_destroy):
16397         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16398         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16399         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
16400         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
16401         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
16402         correctly cleaning the image created to check xshm calls on succes,
16403         added a lot of XSync calls in X11 functions, and fixed a segfault when
16404         no image format was defined before negotiation happened.
16405
16406 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16407
16408         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
16409           use gst_element_get_time to get correct time
16410
16411 2004-01-28  Julien MOUTTE  <julien@moutte.net>
16412
16413         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
16414         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
16415         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
16416         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
16417         (gst_xvimagesink_check_xshm_calls),
16418         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
16419         X plugins are now able to detect that XShm calls will fail even if the
16420         server claims that it has XShm support (remote displays most of the
16421         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
16422         so that we use non XShm functions. This feature is almost useless for
16423         xvimagesink as Xv is not supported on remote displays anyway, but
16424         it might happen than even on the local display XShm calls fail.
16425
16426 2004-01-27  David Schleef  <ds@schleef.org>
16427
16428         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
16429         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
16430         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
16431         changed esdsink to only use 44100,16,2, since esd sucks at rate
16432         conversion and esdsink has had difficulty negotiating.
16433
16434 2004-01-27  Julien MOUTTE <julien@moutte.net>
16435
16436         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
16437         (gst_play_seek_to_time): Fixing the way to get current position.
16438
16439 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16440
16441         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
16442           use gst_element_get_time to get correct time
16443
16444 2004-01-27  Julien MOUTTE <julien@moutte.net>
16445
16446         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
16447         fix ever... Inverting 2 lines of code make spider autoplug correctly
16448         tagged mp3 !
16449
16450 2004-01-27  David Schleef  <ds@schleef.org>
16451
16452         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16453         Use gst_pad_try_set_caps_nonfixed().
16454
16455 2004-01-27  David Schleef  <ds@schleef.org>
16456
16457         * gst/ac3parse/gstac3parse.c: update to checklist 5
16458         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
16459         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
16460         * gst/audioscale/gstaudioscale.c: same
16461         * gst/auparse/gstauparse.c: same
16462         * gst/avi/gstavidemux.c: same
16463
16464 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16465
16466         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
16467           stop processing after EOS
16468
16469 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16470
16471         * gst/asfdemux/asfheaders.h:
16472         * gst/asfdemux/gstasfdemux.c:
16473         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
16474         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
16475         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
16476           lot's of fixes to make data extraction simpler and get the code
16477           architecture and compiler independant. Add debugging category
16478         * gst/goom/gstgoom.c: (gst_goom_change_state):
16479           reset channel count on PAUSED=>READY, not READY=>PAUSED
16480
16481 2004-01-26  Colin Walters  <walters@verbum.org>
16482
16483         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
16484         code to pull a bigger buffer in iradio mode.  This as a side effect
16485         makes typefinding work.
16486
16487 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
16488
16489         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
16490         Fix SVQ3 decoding on PPC
16491
16492 2004-01-26  Julien MOUTTE <julien@moutte.net>
16493
16494         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
16495         that one managed to stay there... Fixed.
16496
16497 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
16498
16499         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
16500         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
16501         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
16502         (qtdemux_video_caps):
16503         * gst/qtdemux/qtdemux.h:
16504         Add SVQ3 specific flags to qtdemux and ffmpeg
16505
16506 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16507
16508         * gst-libs/gst/audio/audio.h:
16509           remove buffer-frames from audio caps
16510         * gst/audioconvert/gstaudioconvert.c:
16511           fix plugin to really work.
16512
16513 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16514
16515         * gst-libs/gst/mixer/mixer.c:
16516         * gst-libs/gst/propertyprobe/propertyprobe.c:
16517         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
16518         (gst_tuner_find_channel_by_name):
16519         * gst-libs/gst/tuner/tuner.h:
16520           Add gtk-doc style comments. Also fix a function name.
16521
16522 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16523
16524         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
16525         (gst_divxdec_negotiate):
16526           Fix for new capsnego - also fixes gst-player with divxdec.
16527
16528 2004-01-25  Julien MOUTTE  <julien@moutte.net>
16529
16530         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
16531         (gst_play_identity_handoff), (gst_play_set_location),
16532         (gst_play_set_visualization), (gst_play_connect_visualization): Another
16533         try in visualization implementation. Still have an issue with switch
16534         blocking when pulling from video_queue and only audio comes out of
16535         spider.
16536         * gst/switch/gstswitch.c: (gst_switch_release_pad),
16537         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
16538         release method. And check if the pad is usable before pulling.
16539
16540 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16541
16542         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
16543         (gst_videobalance_init),
16544         (gst_videobalance_colorbalance_list_channels),
16545         (gst_videobalance_colorbalance_set_value),
16546         (gst_videobalance_colorbalance_get_value),
16547         (gst_videobalance_update_properties),
16548         (gst_videobalance_update_tables_planar411),
16549         (gst_videobalance_planar411):
16550         * gst/videofilter/gstvideobalance.h:
16551           Implement lookup-tables. +/- 10x faster.
16552
16553 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16554
16555         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
16556         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
16557           The index reading was broken. The rest worked fine, but the whole
16558           goal of my rewrite was to make avidemux readable, and this was
16559           not at all readable. Please use typed variables.
16560
16561 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16562
16563         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
16564           Additional pad usability check.
16565         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
16566         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
16567         (gst_mp1videoparse_real_chain):
16568           Fix MPEG video stream parsing. The original plugin had several
16569           issues, including not timestamping streams where the source was
16570           not timestamped (this happens with PTS values in mpeg system
16571           streams, but MPEG video is also a valid stream on its own so
16572           that needs timestamps too). We use the display time code for that
16573           for now. Also, if one incoming buffer contains multiple valid
16574           frames, we push them all on correctly now, including proper EOS
16575           handling. Lastly, several potential segfaults were fixed, and we
16576           properly sync on new sequence/gop headers to include them in next,
16577           not previous frames (since they're header for the next frame, not
16578           the previous). Also see #119206.
16579         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
16580         (bpf_from_header):
16581           Move caps setting so we only do it after finding several valid
16582           MPEG-1 fraes sequentially, not right after the first one (which
16583           might be coincidental).
16584         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
16585         (mpeg_video_type_find), (mpeg_video_stream_type_find),
16586         (plugin_init):
16587           Add unsynced MPEG video stream typefinding, and change some
16588           probability values so we detect streams rightly. The idea is as
16589           follows: I can have an unsynced system stream which contains
16590           video. In the current code, I would randomly get a type for either
16591           system or video stream type found, because the probabilities are
16592           being calculated rather randomly. I now use fixed values, so we
16593           always prefer system stream if that was found (and that is how it
16594           should be). If no system stream was found, we can still identity                the stream as video-only.
16595
16596 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16597
16598         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
16599         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
16600           don't write to buffer. Extract data without the need of
16601           __attribute__ ((packed))
16602
16603 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16604
16605         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
16606         (mpeg1_sys_type_find):
16607           Fix MPEG-1 stream typefinding.
16608
16609 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16610
16611         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
16612           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
16613
16614 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16615
16616         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
16617         * ext/esd/gstesd.c: (plugin_init):
16618           private debugging, better error reporting
16619
16620 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16621
16622         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
16623         (gst_riff_read_init), (gst_riff_read_change_state):
16624         * gst-libs/gst/riff/riff-read.h:
16625           Remove stuff fromold metadata system.
16626
16627 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16628
16629         * ext/ogg/gstoggdemux.c:
16630           Fix wrong file comment.
16631         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
16632         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
16633           Add metadata reading properly.
16634
16635 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16636
16637         * ext/Makefile.am:
16638           Fix nas DIST_SUBDIRS
16639           Uraeus:
16640           Fix bug where make distcheck doesn't get run on adding stuff to
16641           the build.
16642
16643 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16644
16645         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
16646         * ext/divx/gstdivxdec.h:
16647           Fix divx3 ("msmpeg4") playback using divxdec.
16648
16649 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16650
16651         * gst/typefind/gsttypefindfunctions.c:
16652         (mp3_type_frame_length_from_header): fix bug in length computation
16653         (mp3_type_find): improve debugging output
16654
16655 2004-01-23  Julien MOUTTE  <julien@moutte.net>
16656
16657         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
16658         (gst_play_set_location), (gst_play_seek_to_time),
16659         (gst_play_set_audio_sink), (gst_play_set_visualization),
16660         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
16661         the pipeline from scratch. Visualization is back and switch went out as
16662         i realized it was not possible to use the way i wanted.
16663         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
16664         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
16665         clearing in state change from READY to NULL. So that one can clean the
16666         X ressources keeping the element.
16667         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
16668         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
16669         (gst_xvimagesink_colorbalance_set_value),
16670         (gst_xvimagesink_colorbalance_get_value),
16671         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
16672         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
16673         change from READY to NULL and fixed some stupid bugs in colorbalance
16674         get/set values. Also added the following feature : when nobody tries to
16675         set some values to the colorbalance levels before the xcontext is
16676         grabbed, then when creating channels list from Xv attributes we set the
16677         internal values to the Xv defaults. This way we handle buggy Xv drivers
16678         that set default hue values far from the middle of the range (Thanks
16679         to Jon Trowbridge for pointing that issue).
16680         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
16681         colorbalance levels have been set before xcontext is grabbed.
16682
16683 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16684
16685         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16686           Fix the ossmixer case where we shouldn't open /dev/dsp* because
16687           it might block operations (which is bad for a mixer).
16688
16689 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16690
16691         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
16692         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
16693         (gmip_find_type_pre):
16694         * gst-libs/gst/media-info/media-info-priv.h:
16695         * gst-libs/gst/media-info/media-info.c:
16696         (gst_media_info_instance_init), (gst_media_info_read_idler):
16697         add fakesink to get caps on decoder src pad again
16698         fix callback prototype to match new have_type signal signature
16699
16700 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16701
16702         * gst/adder/gstadder.c: (gst_adder_link):
16703           fix non-compile and cut-n-paste code
16704
16705 2004-01-21  David Schleef  <ds@schleef.org>
16706
16707         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
16708         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
16709         (gst_swfdec_init), (gst_swfdec_change_state):
16710         * ext/swfdec/gstswfdec.h:
16711         Fix negotiation.
16712         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
16713         (gst_adder_request_new_pad): Fix negotiation.
16714         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
16715         Add a fixate function.
16716         * gst/intfloat/gstfloat2int.c:
16717         * gst/intfloat/gstfloat2int.h:
16718         * gst/intfloat/gstint2float.c:
16719         * gst/intfloat/gstint2float.h:
16720         Completely rewrite the negotiation.  Doesn't quite work yet,
16721         due to some buffer-frames problem.
16722
16723 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16724
16725         * ext/gnomevfs/gstgnomevfssrc.c:
16726         * sys/v4l2/v4l2_calls.h:
16727           fix includes for distcheck
16728
16729 2004-01-21  Christian Schaller <uraeus@gnome.org>
16730
16731         * ext/nas/
16732         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
16733         based on earlier patch from Laurent Vivier
16734
16735 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
16736
16737         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
16738         Fix wma caps property
16739         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
16740         Fix typo (flags1 and flags2)
16741
16742 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16743
16744         * gst-libs/gst/media-info/media-info-priv.c:
16745         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
16746         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
16747         (gmip_find_stream), (gmip_find_track_metadata),
16748         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
16749         (gmip_find_track_format):
16750         * gst-libs/gst/media-info/media-info-priv.h:
16751         * gst-libs/gst/media-info/media-info-test.c: (main):
16752         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
16753         (gst_media_info_read_idler), (gst_media_info_read):
16754         * gst-libs/gst/media-info/media-info.h:
16755           register debugging category and use it for debugging
16756
16757 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16758
16759         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
16760         (gst_vorbisfile_new_link):
16761           signal streaminfo through tags
16762
16763 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16764
16765         * ext/mplex/gstmplex.cc:
16766         * ext/mplex/gstmplexibitstream.cc:
16767           g++ doesn't like NULL in our i18n/error macros, should be
16768           either (NULL) or ("").
16769
16770 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16771
16772         * sys/dxr3/dxr3audiosink.c:
16773         * sys/dxr3/dxr3init.c:
16774         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
16775         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
16776           Fix more error error error errors (missing includes here).
16777
16778 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16779
16780         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
16781           fix thomas' error errors.
16782
16783 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16784
16785         * ext/mpeg2enc/gstmpeg2enc.cc:
16786           fix error errors.
16787
16788 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16789
16790         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
16791         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
16792           Fix for new error system.
16793
16794 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16795
16796         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
16797           fix for new error reporting
16798
16799 2004-01-20  David Schleef  <ds@schleef.org>
16800
16801         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
16802         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
16803         (gst_ximagesink_set_xwindow_id): Change to using a framerate
16804         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
16805         and neither is 100+, most likely.
16806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16807         (gst_xvimagesink_getcaps): same
16808
16809 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16810
16811         * configure.ac:
16812           Up version requirement to 2.0.3 (not yet released) to avoid symbol
16813           clashes with ffmpeg.
16814
16815 2004-01-20  Julien MOUTTE  <julien@moutte.net>
16816
16817         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
16818         (gst_switch_init): Fixed switch element : proxying link and setting
16819         caps from src to sink on request.
16820
16821 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16822
16823         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
16824         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
16825         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
16826         fix element_error
16827
16828 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16829
16830         * sys/v4l/v4l_calls.h:
16831         * sys/v4l2/v4l2_calls.h:
16832           element_error fixes
16833
16834 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16835
16836         * gst-libs/gst/gst-i18n-plugin.h:
16837           add locale.h
16838           remove config.h inclusion
16839
16840 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16841
16842         * autogen.sh:
16843           adding autopoint invocation
16844         * Makefile.am:
16845         * configure.ac:
16846         * gst-libs/gst/gettext.h:
16847           adding gettext bits
16848         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
16849         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
16850         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16851         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
16852         (gst_gnomevfssink_close_file):
16853         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
16854         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
16855         * gst-libs/gst/gst-i18n-plugin.h:
16856         * gst/avi/gstavi.c: (plugin_init):
16857         * sys/dxr3/dxr3init.c: (plugin_init):
16858         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
16859         * sys/oss/gstossaudio.c: (plugin_init):
16860         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
16861         * sys/v4l/gstv4l.c: (plugin_init):
16862         * sys/v4l/v4l_calls.c: (gst_v4l_open):
16863         * sys/v4l2/gstv4l2.c: (plugin_init):
16864         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
16865         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
16866         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
16867         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
16868         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
16869         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
16870           make sure locale and translation domain are set
16871           fix translated strings
16872         * po/.cvsignore:
16873         * po/LINGUAS:
16874         * po/Makevars:
16875         * po/POTFILES.in:
16876         * po/nl.po:
16877           put translation files into place
16878         * sys/xvideo/imagetest.c: (main):
16879         * ext/dv/demo-play.c: (main):
16880           fix unnecessary translations
16881
16882 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16883
16884         * ext/sndfile/gstsf.c:
16885         * gst/avi/gstavimux.c:
16886         * ext/audiofile/gstafsink.c:
16887         * ext/audiofile/gstafsrc.c:
16888         * ext/gnomevfs/gstgnomevfssink.c:
16889         * ext/gnomevfs/gstgnomevfssrc.c:
16890         * sys/oss/gstosselement.c:
16891         * sys/v4l/v4l_calls.h:
16892           fix i18n include
16893
16894 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16895
16896         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
16897         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
16898         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
16899         (gst_v4l2_get_output), (gst_v4l2_set_output),
16900         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
16901         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
16902         (gst_v4l2_set_attribute):
16903         update to new error handling
16904
16905 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16906
16907         * ext/sidplay/gstsiddec.cc:
16908         * gst/modplug/gstmodplug.cc:
16909           parenthese NULL because C++ seems angry about it
16910
16911 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16912
16913         * gst-libs/gst/gst-i18n-plugin.h:
16914           add skeleton i18n stuff, but needs to be further implemented
16915
16916 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16917
16918         * examples/gstplay/player.c: (main):
16919         * ext/aalib/gstaasink.c: (gst_aasink_open):
16920         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
16921         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16922         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
16923         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
16924         (gst_afsink_close_file):
16925         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
16926         (gst_afsrc_close_file):
16927         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
16928         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
16929         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
16930         * ext/esd/esdmon.c: (gst_esdmon_get):
16931         * ext/esd/esdsink.c: (gst_esdsink_chain):
16932         * ext/faac/gstfaac.c: (gst_faac_chain):
16933         * ext/faad/gstfaad.c: (gst_faad_chain):
16934         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
16935         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
16936         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
16937         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
16938         (gst_flacdec_loop):
16939         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
16940         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
16941         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
16942         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
16943         (gst_gnomevfssink_close_file):
16944         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16945         (gst_gnomevfssrc_open_file):
16946         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
16947         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
16948         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
16949         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
16950         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
16951         * ext/mad/gstmad.c: (gst_mad_chain):
16952         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
16953         * ext/mpeg2dec/gstmpeg2dec.c:
16954         * ext/mpeg2enc/gstmpeg2enc.cc:
16955         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
16956         * ext/mplex/gstmplex.cc:
16957         * ext/mplex/gstmplexibitstream.cc:
16958         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
16959         (gst_ogg_demux_push), (gst_ogg_pad_push):
16960         * ext/raw1394/gstdv1394src.c:
16961         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
16962         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
16963         * ext/sidplay/gstsiddec.cc:
16964         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
16965         (gst_sf_loop):
16966         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
16967         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
16968         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
16969         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
16970         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
16971         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
16972         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
16973         * gst-libs/gst/Makefile.am:
16974         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
16975         (gst_riff_read_element_data), (gst_riff_read_seek),
16976         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
16977         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
16978         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
16979         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
16980         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
16981         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
16982         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
16983         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
16984         * gst/goom/gstgoom.c: (gst_goom_chain):
16985         * gst/id3/gstid3types.c: (gst_id3types_loop):
16986         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
16987         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
16988         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
16989         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
16990         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
16991         (gst_ebml_read_float), (gst_ebml_read_header):
16992         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
16993         (gst_matroska_demux_parse_blockgroup):
16994         * gst/modplug/gstmodplug.cc:
16995         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
16996         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
16997         * gst/oneton/gstoneton.c: (gst_oneton_chain):
16998         * gst/silence/gstsilence.c: (gst_silence_get):
16999         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17000         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
17001         * gst/speed/gstspeed.c: (speed_loop):
17002         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
17003         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
17004         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
17005         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
17006         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17007         (gst_wavparse_loop):
17008         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
17009         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
17010         (dxr3audiosink_close):
17011         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
17012         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
17013         (dxr3videosink_close), (dxr3videosink_write_data):
17014         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
17015         * sys/oss/gstosselement.h:
17016         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
17017         (gst_osssink_chain):
17018         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17019         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
17020         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
17021         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
17022         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
17023         (gst_v4l_enable_overlay):
17024         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
17025         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
17026         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
17027         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
17028         (gst_v4l_set_audio):
17029         * sys/v4l/v4l_calls.h:
17030         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
17031         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
17032         (gst_v4lmjpegsink_playback_init),
17033         (gst_v4lmjpegsink_playback_start):
17034         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
17035         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
17036         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
17037         (gst_v4lmjpegsrc_requeue_frame):
17038         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17039         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
17040         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
17041         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
17042         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
17043         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
17044         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
17045         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
17046         (gst_v4l2src_capture_stop):
17047         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
17048         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
17049         (gst_ximagesink_chain):
17050         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
17051         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
17052         (gst_xvideosink_xwindow_new):
17053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17054         (gst_xvimagesink_chain):
17055         use new error signal, function and categories
17056
17057 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
17058
17059         * configure.ac:
17060         * ext/Makefile.am:
17061         * ext/musicbrainz/gsttrm.c:
17062         * ext/musicbrainz/gsttrm.h:
17063         * ext/musicbrainz/Makefile.am:
17064         Add a trm plugin
17065
17066 2004-01-18  Julien MOUTTE  <julien@moutte.net>
17067
17068         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
17069         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
17070         synchronous property for debugging.
17071         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
17072         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17073         (gst_xvimagesink_set_property): Moving a pointer declaration to a
17074         smaller block, fixing indent.
17075
17076 2004-01-16  David Schleef  <ds@schleef.org>
17077
17078         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
17079         property affects the video stream.
17080         * sys/xvimage/xvimagesink.c:
17081         * sys/xvimage/xvimagesink.h:
17082         Add synchronous property for debugging.  Should probably be
17083         disabled in non-CVS builds.  Make sure that the Xv attribute
17084         exists before we set it (crash!).  Fix a silly float bug that
17085         caused colorbalance to just not work.
17086
17087 2004-01-17  Christian Schaller <Uraeus@gnome.org>
17088
17089         * tools/gst-launch-ext.in - update for new plugins
17090
17091 2004-01-16  David Schleef  <ds@schleef.org>
17092
17093         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
17094         already-freed caps.
17095
17096 2994-01-16  Christian Schaller <Uraeus@gnome.org>
17097
17098         * Update spec for new colorspace plugin and libcaca plugin
17099         * Fix compilation of libcaca plugin (clock -> id)
17100
17101 2004-01-16  Julien MOUTTE <julien@moutte.net>
17102
17103         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
17104         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
17105         (gst_xvimagesink_set_xwindow_id),
17106         (gst_xvimagesink_colorbalance_set_value),
17107         (gst_xvimagesink_colorbalance_get_value),
17108         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
17109         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
17110         correct colorbalance properties. They can now be set when the element
17111         is still in NULL state. The values will be committed to the Xv Port
17112         when xcontext is initialized.
17113         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
17114         brightness int values in the GstXvImagesink structure.
17115
17116 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17117
17118         * gst-libs/gst/Makefile.am:
17119           restructure so having local patches works easier.
17120
17121 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17122
17123         * ext/mpeg2enc/Makefile.am:
17124         * ext/mpeg2enc/gstmpeg2enc.cc:
17125         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
17126           Bugfix with respect to EOS handling.
17127
17128 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17129
17130         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
17131           Link with right caps (else, it segfaults).
17132         * ext/mplex/gstmplexjob.cc:
17133           Fix for slight API change in 1.6.1.93 release of mjpegtools.
17134
17135 2004-01-15  David Schleef  <ds@schleef.org>
17136
17137         * gst-libs/gst/audio/Makefile.am:
17138         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
17139         from the template.
17140         * gst-libs/gst/audio/gstaudiofilter.c:
17141         * gst-libs/gst/audio/gstaudiofilter.h:
17142         Add bytes_per_sample and size and n_samples calculation.
17143         * gst-libs/gst/audio/gstaudiofilterexample.c:
17144         Remove, now autogenerated.
17145         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
17146         Moved from gstaudiofilterexample, object name changed, code added
17147         so that it actually works.
17148         * gst-libs/gst/audio/make_filter:
17149         Script to build an audiofilter subclass from the template.
17150         * gst/colorspace/Makefile.am:
17151         * gst/colorspace/yuv2yuv.c:
17152         Remove file, since it's GPL, and we don't use it.
17153
17154 2004-01-15  Julien MOUTTE  <julien@moutte.net>
17155
17156         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
17157         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
17158         them use the buffer free function to test how the buffer was allocated.
17159
17160 2004-01-15  David Schleef  <ds@schleef.org>
17161
17162         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
17163         that handles osssink fallback.
17164         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
17165         (gst_audio_convert_getcaps):
17166         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
17167         Add audio/x-qdm2 for QDM2 audio.
17168         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17169         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
17170         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
17171         Decrease minimum size to 16x16.
17172         * gst/wavparse/gstwavparse.c:
17173         Convert disabled pad template caps to new caps.
17174         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
17175         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17176         (gst_xvimagesink_chain): Throw element error when display cannot
17177         be opened.  Increase minimum framerate to 1.0.  Check the data
17178         free function on a buffer to make sure it is the type we expect
17179         before manipulating it.
17180
17181 2004-01-15  Julien MOUTTE <julien@moutte.net>
17182
17183         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
17184         (gst_videobalance_colorbalance_set_value): Implement passthru if
17185         settings are in the middle.
17186         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
17187
17188 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17189
17190         * gst/videofilter/Makefile.am:
17191         * gst/volume/Makefile.am:
17192           Since we use videofilter symbols, link to it.
17193
17194 2004-01-15  Julien MOUTTE <julien@moutte.net>
17195
17196         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
17197         mixer interface type to HARDWARE.
17198         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
17199         type to SOFTWARE.
17200         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
17201         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
17202         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
17203         (gst_volume_interface_init), (gst_volume_list_tracks),
17204         (gst_volume_set_volume), (gst_volume_get_volume),
17205         (gst_volume_set_mute), (gst_volume_mixer_init),
17206         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
17207         (volume_init): Implementing mixer interface.
17208         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
17209         * sys/oss/gstosselement.c: (gst_osselement_get_type),
17210         (gst_osselement_change_state): Removing some trailing commas in
17211         structures.
17212         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
17213         interface type to HARDWARE.
17214         * sys/v4l/gstv4lcolorbalance.c:
17215         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
17216         type to HARDWARE.
17217         * sys/v4l2/gstv4l2colorbalance.c:
17218         (gst_v4l2_color_balance_interface_init): Setting colorbalance
17219         interface type to HARDWARE.
17220         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
17221         same code than ximagesink for event handling.
17222
17223 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17224
17225         * ext/snapshot/Makefile.am:
17226         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
17227         (gst_snapshot_chain):
17228         * ext/snapshot/gstsnapshot.h:
17229           This has to be a joke... Snapshot should be connected to a tee,
17230           colorspace element before it and EOS after that, where the other
17231           src of the tee receives normal data.
17232           The current way is *wrong*.
17233
17234 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17235
17236         * ext/hermes/gsthermescolorspace.c:
17237           Fix another compile error. Same as below.
17238
17239 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17240
17241         * gst/colorspace/gstcolorspace.c:
17242         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
17243         (gst_colorspace_i420_to_yv12):
17244           Fix compiling... Didn't test if it actually works.
17245
17246 2004-01-15  David Schleef  <ds@schleef.org>
17247
17248         * configure.ac:
17249         * gst/colorspace/Makefile.am:
17250         * gst/colorspace/gstcolorspace.c:
17251         * gst/colorspace/gstcolorspace.h:
17252         * gst/colorspace/yuv2rgb.c:
17253         * gst/colorspace/yuv2rgb.h:
17254         Duplicate the ext/hermes colorspace plugin, and remove Hermes
17255         code and GPL code.  Fix for new caps negotiation.  Rewrite
17256         much of the format handling code, and some of the conversion
17257         code.  Basically, rewrote almost everything.  This element
17258         handles I420, YV12 to RGB conversions.
17259         * ext/hermes/Makefile.am:
17260         * ext/hermes/gsthermescolorspace.c:
17261         Rename colorspace to hermescolorspace.  Fix negotiation issues.
17262         Remove non-Hermes related code.  This element handles lots of
17263         RGB to RGB conversions, but no YUV.
17264         * ext/hermes/gstcolorspace.c:
17265         * ext/hermes/gstcolorspace.h:
17266         * ext/hermes/rgb2yuv.c:
17267         * ext/hermes/yuv2rgb.c:
17268         * ext/hermes/yuv2rgb.h:
17269         * ext/hermes/yuv2rgb_mmx16.s:
17270         * ext/hermes/yuv2yuv.c:
17271         * ext/hermes/yuv2yuv.h:
17272         Remove old code.
17273
17274 2004-01-14  Colin Walters  <walters@verbum.org>
17275
17276         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
17277         they've already been.
17278
17279 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17280
17281         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
17282           assume tag mode when pad is not connected
17283
17284 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17285
17286         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17287           Don't update the time of the clock
17288         (gst_alsa_sink_loop):
17289           sync to the clock given to alsasink, not the own clock
17290         * sys/oss/gstosssink.c: (gst_osssink_chain):
17291           sync to the clock
17292         (gst_osssink_change_state):
17293           activate the clock
17294         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
17295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
17296           remove bogus code that made DISCONT events unhandled
17297         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
17298           explicitly case to double in _set_simple. (fixes 2nd warning in bug
17299           #131502)
17300         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
17301         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
17302         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
17303           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
17304           2nd warning in bug #131502)
17305
17306 2004-01-14  Julien MOUTTE  <julien@moutte.net>
17307
17308         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
17309         (gst_videobalance_colorbalance_set_value),
17310         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
17311         for colorbalance interface implementation.
17312         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
17313         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
17314         (gst_ximagesink_dispose), (gst_ximagesink_init),
17315         (gst_ximagesink_class_init): Adding DISPLAY property.
17316         * sys/ximage/ximagesink.h: Adding display_name to store display.
17317         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17318         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
17319         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
17320         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
17321         properties (they still need polishing though for gst-launch use : no
17322         xcontext yet, i ll do that tomorrow).
17323         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
17324
17325 2004-01-14  Julien MOUTTE  <julien@moutte.net>
17326
17327         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
17328         (gst_play_set_location), (gst_play_set_visualization): Preparing
17329         switch integration, adding videobalance in the pipeline.
17330
17331 2004-01-14  Julien MOUTTE <julien@moutte.net>
17332
17333         * gst-libs/gst/colorbalance/colorbalance.c:
17334         (gst_color_balance_class_init): Adding a default type.
17335         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
17336         the type.
17337         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
17338         (gst_videobalance_dispose), (gst_videobalance_class_init),
17339         (gst_videobalance_init), (gst_videobalance_interface_supported),
17340         (gst_videobalance_interface_init),
17341         (gst_videobalance_colorbalance_list_channels),
17342         (gst_videobalance_colorbalance_set_value),
17343         (gst_videobalance_colorbalance_get_value),
17344         (gst_videobalance_colorbalance_init): Implementing colorbalance
17345         interface.
17346         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
17347         list.
17348         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
17349         bug which was triggering a BadAccess X error when setting an overlay
17350         before pad was really negotiated.
17351         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
17352         Using the colorbalance type macro.
17353
17354 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17355
17356         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
17357         (gst_flacenc_chain):
17358           handle tags correctly
17359         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
17360           extract ID3v1 tags correctly
17361
17362 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17363
17364         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
17365         (plugin_init):
17366           Improve matroska typefinding for odd-typed headers...
17367
17368 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17369
17370         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
17371           Fix for using incremental number on padnames.
17372
17373 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17374
17375         * ext/divx/gstdivxdec.c:
17376         * ext/divx/gstdivxenc.c:
17377           Set category to divx4linux instead of divx (too generic).
17378         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17379         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
17380         (gst_wavparse_loop), (gst_wavparse_change_state):
17381         * gst/wavparse/gstwavparse.h:
17382           fix parsing of WAV files with non-standard fmt-tag size and fix
17383           skipping of unrecognized chunks... Someone please fix this thing
17384           to use rifflib so all this is automated.
17385         * sys/v4l/Makefile.am:
17386         * sys/v4l2/Makefile.am:
17387           Add X_CFLAGS because we depend on X (for overlay).
17388
17389 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
17390
17391         * ext/mpeg2dec/gstmpeg2dec.c:
17392           Don't issue a timestamp unless we tagged the frame
17393           with a PTS.
17394
17395 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17396
17397         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
17398           Query the audio element to get the time, not the clock. We're
17399           interested in the element's time here.
17400
17401 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17402
17403         * ext/aalib/gstaasink.c: (gst_aasink_chain):
17404         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17405         * ext/esd/esdsink.c: (gst_esdsink_chain):
17406         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
17407         * ext/mas/massink.c: (gst_massink_chain):
17408         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
17409         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
17410         (gst_matroska_demux_parse_metadata):
17411         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
17412         (gst_mpeg_parse_release_locks):
17413         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
17414         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
17415         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
17416         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17417         (gst_osssink_change_state):
17418         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
17419         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
17420         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
17421         (gst_xvideosink_release_locks):
17422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
17423           use element time.
17424         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
17425         (gst_alsa_clock_stop):
17426         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
17427         (gst_audio_clock_get_internal_time):
17428           simplify for use with new clocking code.
17429         * testsuite/alsa/Makefile.am:
17430         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
17431           fix testsuite for new caps system
17432
17433 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17434
17435         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
17436         * ext/flac/gstflacenc.c: (add_one_tag):
17437           length is already host endian, no need to convert. Fixes playback of
17438           tagged files on PPC. (bug #128384)
17439
17440 2004-01-13  Julien MOUTTE <julien@moutte.net>
17441
17442         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
17443         colorbalance interface stating if it is hardware based or software
17444         based.
17445         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
17446         Removing a trailing comma.
17447         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17448         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
17449         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
17450         the documentation seems to be wrong on the -1000 to 1000 interval.
17451
17452 2004-01-12  David Schleef  <ds@schleef.org>
17453
17454         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
17455         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
17456         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
17457         Fix negotiation.  Add a bufferalloc function for the sink pad,
17458         and generally clean up some of the code.
17459
17460 2004-01-12  Julien MOUTTE <julien@moutte.net>
17461
17462         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17463         (gst_color_balance_channel_dispose): Adding safety check in dispose
17464         method.
17465         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17466         (gst_xvimagesink_xcontext_clear),
17467         (gst_xvimagesink_interface_supported),
17468         (gst_xvimagesink_colorbalance_list_channels),
17469         (gst_xvimagesink_colorbalance_set_value),
17470         (gst_xvimagesink_colorbalance_get_value),
17471         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
17472         Adding colorbalance interface support to set XV parameters such as
17473         HUE, BRIGHTNESS, CONTRAST, SATURATION.
17474         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
17475         interface.
17476
17477 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17478
17479         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
17480         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
17481         (gst_audio_convert_init), (gst_audio_convert_set_property),
17482         (gst_audio_convert_get_property), (gst_audio_convert_chain),
17483         (gst_audio_convert_link),
17484         (gst_audio_convert_buffer_to_default_format),
17485         (gst_audio_convert_buffer_from_default_format), (plugin_init):
17486           - implement _getcaps and use it
17487           - improve linking
17488           - remove float caps since no float conversion is actually done
17489           - remove properties and arguments that were to be used for rate
17490             conversion
17491
17492 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17493
17494         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
17495         (gst_audio_structure_set_int):
17496         * gst-libs/gst/audio/audio.h:
17497           add helper functions for _getcaps matching the standard audio
17498           templates
17499
17500 2004-01-12  David Schleef  <ds@schleef.org>
17501
17502         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17503         Test that pad is negotiated before getting its caps.
17504
17505 2004-01-12  Julien MOUTTE <julien@moutte.net>
17506
17507         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
17508         analyzing the pads of an element the bin is mostly in READY state so
17509         no caps were negotiated. This helper function needs to work with
17510         _get_caps directly then. I was not freeing them though, added that to
17511         fix the mem leak.
17512
17513 2004-01-12  Julien MOUTTE <julien@moutte.net>
17514
17515         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
17516         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
17517         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
17518         than the free_func.
17519
17520 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17521
17522         * sys/oss/gstossaudio.c: (plugin_init):
17523         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
17524         * sys/oss/gstosselement.h:
17525           make an oss debugging category
17526           make failure more descriptive
17527
17528 2004-01-11  David Schleef  <ds@schleef.org>
17529
17530         * ext/ffmpeg/gstffmpeg.c:
17531         * ext/ffmpeg/gstffmpegcodecmap.c:
17532         * ext/ffmpeg/gstffmpegdec.c:
17533         * ext/ffmpeg/gstffmpegenc.c:
17534         * ext/ffmpeg/gstffmpegprotocol.c:
17535         * ext/gdk_pixbuf/gstgdkanimation.c:
17536         * ext/jpeg/gstjpeg.c:
17537         * ext/libpng/gstpng.c:
17538         * ext/mpeg2dec/perftest.c:
17539         * ext/speex/gstspeex.c:
17540         * gst-libs/gst/resample/dtos.c:
17541         * gst/intfloat/gstintfloatconvert.c:
17542         * gst/oneton/gstoneton.c:
17543         * gst/rtjpeg/RTjpeg.c:
17544         * gst/rtp/gstrtp.c:
17545         * sys/dxr3/dxr3init.c:
17546         * sys/glsink/gstgl_nvimage.c:
17547         * sys/glsink/gstgl_pdrimage.c:
17548         * sys/glsink/gstglsink.c:
17549         * testsuite/gst-lint:
17550         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
17551
17552 2004-01-11  David Schleef  <ds@schleef.org>
17553
17554         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
17555         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
17556         * ext/gdk_pixbuf/gstgdkanimation.c:
17557         (gst_gdk_animation_iter_create_pixbuf):
17558         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
17559         (gst_gdk_pixbuf_chain):
17560         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17561         * ext/jack/gstjack.c: (gst_jack_change_state):
17562         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
17563         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
17564         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
17565         * gst/videofilter/gstvideofilter.c:
17566         (gst_videofilter_set_output_size):
17567         Remove all usage of gst_pad_get_caps(), and replace it with
17568         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
17569
17570 2004-01-11  David Schleef  <ds@schleef.org>
17571
17572         * configure.ac:
17573         * ext/Makefile.am: Fixes to make ext/libcaca compile.
17574         * ext/divx/gstdivxdec.c:
17575         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
17576         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
17577         handle images that span multiple buffers.  Now work with both
17578         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
17579         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17580         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
17581         video/video.h changes
17582         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
17583         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
17584         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
17585         of GstData free function.
17586         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
17587         same.
17588
17589 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17590
17591         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
17592         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
17593         (gst_v4l2element_get_property):
17594         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
17595           add norm, channel and frequency properties.
17596         * sys/v4l2/gstv4l2tuner.c:
17597           fixes for tuner interface changes
17598         * sys/v4l2/gstv4l2element.h:
17599         * sys/v4l2/gstv4l2src.c:
17600         * sys/v4l2/gstv4l2src.h:
17601         * sys/v4l2/v4l2src_calls.c:
17602         * sys/v4l2/v4l2src_calls.h:
17603           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
17604
17605 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17606
17607         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
17608         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
17609         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
17610         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
17611         * gst-libs/gst/tuner/tuner.h:
17612           GObjects aren't const.
17613           Add find_by_name functions.
17614           Add checks to _changed functions.
17615         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
17616         (gst_v4l_tuner_get_norm):
17617           Fixes for above.
17618
17619 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17620
17621         * gst-libs/gst/video/video.h:
17622           Fix caps template names to be understandable.
17623           Prefix everything with GST_VIDEO.
17624         * ext/aalib/gstaasink.c:
17625         * ext/divx/gstdivxdec.c:
17626         * ext/divx/gstdivxenc.c:
17627         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17628         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
17629         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
17630         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
17631         * ext/libcaca/gstcacasink.c:
17632         * ext/libpng/gstpngenc.c: (raw_caps_factory):
17633         * ext/snapshot/gstsnapshot.c:
17634         * ext/swfdec/gstswfdec.c:
17635         * ext/xvid/gstxviddec.c:
17636         * ext/xvid/gstxvidenc.c:
17637         * gst/chart/gstchart.c:
17638         * gst/deinterlace/gstdeinterlace.c:
17639         * gst/effectv/gsteffectv.c:
17640         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
17641         * gst/goom/gstgoom.c:
17642         * gst/median/gstmedian.c:
17643         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
17644         (gst_monoscope_srcconnect), (gst_monoscope_chain):
17645         * gst/overlay/gstoverlay.c:
17646         * gst/smooth/gstsmooth.c:
17647         * gst/smpte/gstsmpte.c:
17648         * gst/synaesthesia/gstsynaesthesia.c:
17649         * gst/videocrop/gstvideocrop.c:
17650         * gst/videodrop/gstvideodrop.c:
17651         * gst/y4m/gsty4mencode.c:
17652         * sys/qcam/gstqcamsrc.c:
17653         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
17654           Make them work with new video.h file.
17655         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
17656         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
17657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
17658         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
17659           Make it work with new buffer allocation system.
17660
17661 2004-01-11  Julien MOUTTE  <julien@moutte.net>
17662
17663         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
17664         pad_alloc_buffer implementation to use ->srcpad
17665         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
17666         pad_alloc_buffer implementation to use ->srcpad
17667         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
17668         pad_alloc_buffer implementation to use ->srcpad
17669         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17670         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
17671         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
17672         a reference to everything we need.
17673         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
17674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17675         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
17676         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
17677         a reference to everything we need.
17678         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
17679
17680 2004-01-11  David Schleef  <ds@schleef.org>
17681
17682         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
17683         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
17684         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
17685         structure members.
17686         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
17687         value during a resize/renegotiation.
17688         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
17689         gst_pad_alloc_buffer();
17690         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
17691         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
17692         structure members.
17693         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
17694         Fix for rename of buffer private structure members.
17695         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
17696         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
17697         Fix for rename of buffer private structure members.
17698         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
17699         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
17700         Fix for rename of buffer private structure members.
17701
17702 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
17703
17704         reviewed by: David Schleef <ds@schleef.org>
17705
17706         * gst/videofilter/Makefile.am:
17707         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
17708         from the patch by ds to fit in with recent make_filter changes.
17709
17710 2004-01-11  Julien MOUTTE  <julien@moutte.net>
17711
17712         * configure.ac: Adding examples/switch/Makefile
17713         * examples/Makefile.am: Adding examples/switch
17714         * examples/switch/Makefile.am: Adding switcher example.
17715         * examples/switch/switcher.c: (got_eos), (idle_iterate),
17716         (switch_timer), (main): Adding an example demonstrating switch usage
17717         with 2 videotestsrc showing different patterns.
17718         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
17719         (gst_switch_init): Fixing switch with the new caps system.
17720
17721 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17722
17723         * gst-libs/gst/video/video.h:
17724           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
17725           They should probably be like
17726           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
17727
17728 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17729
17730         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
17731         (qtdemux_parse_trak):
17732           fix audio chunk size/timestamp calculation
17733
17734 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17735
17736         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
17737           fix SVQ3 caps
17738
17739 2004-01-11  Steve Baker  <steve@stevebaker.org>
17740
17741         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
17742         (gst_agingtv_base_init), (gst_agingtv_class_init),
17743         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
17744         (gst_agingtv_set_property), (gst_agingtv_get_property):
17745         Port agingTV to videofilter
17746
17747 2004-01-09  Julien MOUTTE <julien@moutte.net>
17748
17749         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
17750         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
17751
17752 2004-01-09  Julien MOUTTE <julien@moutte.net>
17753
17754         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
17755         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
17756         * gst-libs/gst/xoverlay/xoverlay.c:
17757         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
17758         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
17759         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
17760         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
17761         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
17762         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
17763         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
17764         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
17765         the bufferalloc_function to replace bufferpools, fixing the XOverlay
17766         interface implementation to handle xid being 0 and fix some bugs
17767         triggered by Benjamin's testcase.
17768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
17769         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
17770         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
17771         the bufferalloc_function to replace bufferpools, fixing the XOverlay
17772         interface implementation to handle xid being 0 and fix some bugs
17773         triggered by Benjamin's testcase.
17774
17775 2004-01-09  David Schleef  <ds@schleef.org>
17776
17777         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
17778         mouse pointer events.  It works.
17779
17780 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17781
17782         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
17783           Use explicit caps - fix capsnego.
17784         * ext/xvid/gstxviddec.c:
17785         * ext/xvid/gstxvidenc.c:
17786           Remove macro-inside-macro which caused compile errors.
17787         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
17788           Error out if it's not a RIFF file. Else we error out without
17789           gst_element_error() which is not good...
17790
17791 2004-01-08  David Schleef  <ds@schleef.org>
17792
17793         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
17794         Fix pad_link function to handle formats that ffmpeg returns
17795         as multiple caps structures.
17796         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
17797         Only complain if source buffer is _smaller_ than expected.
17798         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
17799         (gst_videoscale_handle_src_event): Resize navigation events
17800         when passing them upstream.
17801         * gst/videotestsrc/gstvideotestsrc.c:
17802         * gst/videotestsrc/gstvideotestsrc.h:
17803         * gst/videotestsrc/videotestsrc.c:
17804         * gst/videotestsrc/videotestsrc.h:
17805         Rewrite many of the buffer painting functions to handle odd
17806         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
17807         been verified to work with my video card.
17808         * testsuite/gst-lint:  Add check for elements calling
17809         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
17810
17811 2004-01-08  David Schleef  <ds@schleef.org>
17812
17813         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
17814         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
17815
17816 2004-01-08  Julien MOUTTE  <julien@moutte.net>
17817
17818         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
17819         configure event is not emiting the desired size signal. That fixes
17820         aspect ratio issues with gst-player.
17821
17822 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17823
17824         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
17825           Fix capsnego.
17826
17827 2004-01-08  Julien MOUTTE  <julien@moutte.net>
17828
17829         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
17830         public method to fire size signal.
17831
17832 2004-01-07  Julien MOUTTE  <julien@moutte.net>
17833
17834         * examples/gstplay/Makefile.am: Adding the interface library.
17835         * gst-libs/gst/play/Makefile.am: Adding the interface library.
17836         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
17837         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
17838         GST_IS_X_OVERLAY before signal connect.
17839         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
17840         Removing the have_video_size signal.
17841         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
17842         and associated public method.
17843         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
17844         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
17845         signal.
17846         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
17847         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
17848         signal.
17849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
17850         Using XOverlay public method to fire size signal.
17851
17852 2004-01-07  David Schleef  <ds@schleef.org>
17853
17854         * gst/videofilter/Makefile.am:
17855         * gst/videofilter/gstvideotemplate.c:
17856         * gst/videofilter/make_filter:
17857         Create gstvideoexample.c in a srcdir!=builddir friendly way.
17858         Convert make_filter to /bin/sh script.
17859
17860 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
17861
17862         * gst/modplug/gstmodplug.cc: fix element description
17863
17864 2004-01-07  Julien MOUTTE  <julien@moutte.net>
17865
17866         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
17867         (got_video_size): Adding some new lines in g_print calls.
17868         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
17869         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
17870         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
17871         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
17872         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
17873         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
17874         Complete code review, reverting some stuff i disagree with, adding
17875         some fixes : time synchronization on invalid timestamps, renegotiation
17876         of private window.
17877         * sys/ximage/ximagesink.h:
17878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
17879         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
17880         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
17881         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
17882         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
17883         (gst_xvimagesink_buffer_new),
17884         (gst_xvimagesink_navigation_send_event),
17885         (gst_xvimagesink_set_xwindow_id),
17886         (gst_xvimagesink_get_desired_size),
17887         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
17888         stuff i disagree with, adding some fixes : Renegotiation of private
17889         window, implementing get_desired_size.
17890
17891 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17892
17893         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
17894         (gst_afsink_handle_event):
17895         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17896         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
17897         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
17898         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
17899         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
17900           Fix for instantiate-test (see core). Also remove dead code from
17901           jpegenc (which still needs fixing, but that's lower on my TODO
17902           list...).
17903         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17904           Never return NULL as caps.
17905
17906 2004-01-07  David Schleef  <ds@schleef.org>
17907
17908         * configure.ac:
17909         * ext/Makefile.am:
17910         * ext/librfb/Makefile.am:
17911         * ext/librfb/gstrfbsrc.c:
17912         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
17913         is the protocol used by VNC.
17914
17915 2004-01-07  David Schleef  <ds@schleef.org>
17916
17917         * gst/videofilter/gstvideotemplate.c:
17918         * gst/videofilter/gstvideotemplate.h:
17919         * gst/videofilter/make_filter:
17920         Merge videotemplate header into source file.
17921         * gst/effectv/Makefile.am:
17922         * gst/effectv/gsteffectv.c: (plugin_init):
17923         * gst/effectv/gstwarp.c:
17924         Make warpTV a subclass of videofilter.
17925
17926 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17927
17928         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17929           Add guard against invalid utf-8 conversions in mad. Just in case.
17930
17931 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17932
17933         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
17934           Fix for bug shown by poisoning
17935
17936 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17937
17938         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
17939         (gst_v4lmjpegsrc_buffer_free):
17940         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
17941         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
17942         (gst_v4lsrc_buffer_free):
17943           Fix for removed bufferpools.
17944
17945 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
17946
17947         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
17948         Fix caps negotiation.
17949
17950         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
17951         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
17952         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
17953         (dvdnavsrc_event):
17954         * ext/mpeg2dec/gstmpeg2dec.c:
17955         * gst-libs/gst/navigation/navigation.c:
17956         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
17957         * gst-libs/gst/navigation/navigation.h:
17958         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
17959         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
17960         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
17961         Super-simple first version of mouse and keyboard events. Clicking
17962         on a DVD menu now works, although it may not take you where you
17963         expected.
17964
17965         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
17966         * gst/videotestsrc/gstvideotestsrc.c:
17967         (gst_videotestsrc_src_fixate):
17968         These fixate functions were broken - they never actually
17969         fixated :)
17970
17971 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17972
17973         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
17974         (gst_icecastsend_init):
17975           fix for new caps system.
17976         * gst-libs/gst/mixer/mixertrack.h:
17977         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
17978           Add 'master track' flag (for tools like ACME that only want to
17979           change the main volume).
17980
17981 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
17982
17983         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
17984         (gst_xvid_csp_to_caps):
17985         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
17986         * ext/xvid/gstxvidenc.c:
17987         ifdef out ARGB type when it isn't available
17988         in xvidcore 1.0.0beta2
17989
17990 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17991
17992         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
17993           When we have received a new SCR right in the first buffer after
17994           a seek (so in the same cycle that handles the discont), we should
17995           handle the buffer instead of unreffing it, else we lose data.
17996
17997 2004-01-06  Iain <iain@prettypeople.org>
17998
17999         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
18000           buffer-frames caps too.
18001
18002         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
18003           caps that we need, don't destroy them all and rebuild them. And when
18004           creating src pads, use the src pad template rather than the sink...
18005
18006 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18007
18008         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18009           Add pad to element *after* setting functions such as event handler.
18010           Without this, the scheduler (opt) will link pads, set the event
18011           handler from the default event function (dispatcher in gstpad.c)
18012           and *after* that, we will set our own event function, which will
18013           thus never be used (and thus mpegdemux doesn't handle events).
18014
18015 2004-01-04  David Schleef  <ds@schleef.org>
18016
18017         Fix the fixate functions to handle new prototype:
18018         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
18019         * gst/videotestsrc/gstvideotestsrc.c:
18020         (gst_videotestsrc_src_fixate):
18021         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
18022         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
18023         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
18024
18025 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18026
18027         * sys/ximage/ximagesink.h:
18028         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
18029         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
18030         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
18031         (gst_ximagesink_xoverlay_init):
18032           assorted fixes to make (re)embedding work
18033         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
18034         (gst_ximagesink_get_desired_size):
18035           implement desired size additions to XOverlay
18036
18037 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18038
18039         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
18040         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
18041         (gst_x_overlay_got_desired_size):
18042         * gst-libs/gst/xoverlay/xoverlay.h:
18043           Add optional "desired size" signal and querying.
18044
18045 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18046
18047         * gst/matroska/matroska-demux.c:
18048         (gst_matroska_demux_parse_blockgroup):
18049           Fix EBML-laced block parsing. Diffs are relative to previous
18050           lace, not the first lace. Thanks to Mosu from the Matroska
18051           team for detecting this.
18052         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18053         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
18054         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
18055         (gst_wavparse_change_state):
18056         * gst/wavparse/gstwavparse.h:
18057           Quickfix for capsnego.
18058
18059 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18060
18061         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
18062           Fix indenting, fix pad creation.
18063
18064 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18065
18066         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
18067         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
18068         (gst_xviddec_sink_link):
18069           Implement src_getcaps() so proper size caps is negotiated.
18070
18071 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18072
18073         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
18074           Finish flac decoder on EOS. See #116178.
18075
18076 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18077
18078         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
18079         (gst_matroska_demux_add_stream):
18080         * gst/matroska/matroska-ids.h:
18081           Add getcaps() function to fix capsnego...
18082
18083 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18084
18085         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
18086         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
18087         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
18088           Fix more integer overflows. Again, see #126967.
18089
18090 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18091
18092         * ext/mpeg2dec/gstmpeg2dec.c:
18093           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
18094           #130416.
18095
18096 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18097
18098         * configure.ac:
18099         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
18100         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
18101         * ext/xvid/gstxvid.h:
18102         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
18103         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
18104         (gst_xviddec_src_link), (gst_xviddec_sink_link),
18105         (gst_xviddec_change_state):
18106         * ext/xvid/gstxviddec.h:
18107         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
18108         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
18109         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
18110         (gst_xvidenc_link), (gst_xvidenc_set_property),
18111         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
18112         * ext/xvid/gstxvidenc.h:
18113           Update xvid plugin to latest xvid (1.0.0-beta3) API.
18114
18115 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18116
18117         * gst/rtp/rtp-packet.c:
18118           Add sys/types.h include, since OS X doesn't define in_addr_t
18119           in netinet/in.h, like it does on Linux (see #129600).
18120
18121 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
18122
18123         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
18124
18125         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
18126           Correct logic of dispose function (see #129306).
18127
18128 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18129
18130         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
18131         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
18132         (gst_mpeg_parse_init):
18133         * gst/mpegstream/gstmpegparse.h:
18134           Remove clock (which was never provided, i.e. dead code), and
18135           also fix integer overflows at high PTS values (see #126967).
18136
18137 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18138
18139         * ext/flac/gstflacdec.c:
18140         * ext/libpng/gstpngenc.h:
18141         * ext/mikmod/gstmikmod.h:
18142           OS X fixes (see #126628).
18143
18144 2004-01-02  David Schleef  <ds@schleef.org>
18145
18146         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
18147         (gst_alsa_src_base_init): Remove bogus "src" request pad.
18148         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
18149         (gst_mpeg_parse_class_init): Move pad template registration
18150         to class_init, since the derived class (mpegdemux) doesn't
18151         want them.
18152
18153 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18154
18155         * sys/ximage/Makefile.am:
18156         * sys/xvideo/Makefile.am:
18157         * sys/xvimage/Makefile.am:
18158           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
18159           after installation (see #127664).
18160
18161 2004-01-02  David Schleef  <ds@schleef.org>
18162
18163         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
18164         (gst_ffmpegenc_connect):  Negotiation fixes.
18165         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
18166         Remove inappropriate gst_caps_free().
18167         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
18168         Reenable Ronald's internal resize code, since the core handles
18169         it correctly now.
18170
18171 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18172
18173         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
18174         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
18175         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
18176           Fix pad template stuff.
18177
18178 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18179
18180         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
18181         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
18182           fix signed integer reading/writing.
18183
18184 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18185
18186         * ext/alsa/README:
18187           Remove outdated document
18188
18189 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
18190
18191         * gst/cutter/gstcutter.c: (gst_cutter_init):
18192           src pad was being created twice - oops.
18193
18194 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18195
18196         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
18197           Comment out internal resize. It doesn't handle the resulting
18198           XEvent internally, does another try_set_caps() which leads to
18199           a really nice loop.
18200           Real fix will come when Julien and Dave are awake. ;).
18201
18202 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18203
18204         * ext/mpeg2enc/gstmpeg2enc.cc:
18205           fix const/nonconst compile issue.
18206
18207 2004-01-02  David Schleef  <ds@schleef.org>
18208
18209         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
18210         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
18211         Add fixate function and a check for bad formats.
18212
18213 2004-01-01  David Schleef  <ds@schleef.org>
18214
18215         Negotiation fixes:
18216         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
18217         (gst_audiofilter_init):
18218         * gst/debug/efence.c: (gst_efence_init):
18219         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18220         (gst_deinterlace_init):
18221         * gst/volume/gstvolume.c: (volume_connect):
18222
18223 2004-01-01  David Schleef  <ds@schleef.org>
18224
18225         Convert elements to use gst_pad_use_explicit_caps() where
18226         appropriate:
18227         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
18228         * ext/audiofile/gstafparse.c: (gst_afparse_init),
18229         (gst_afparse_open_file):
18230         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
18231         (gst_afsrc_open_file):
18232         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
18233         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
18234         (gst_ffmpegdec_chain):
18235         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18236         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
18237         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
18238         (gst_gdk_pixbuf_chain):
18239         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
18240         (gst_jpegdec_chain):
18241         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
18242         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18243         (gst_mikmod_negotiate):
18244         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
18245         (gst_mpeg2dec_negotiate_format):
18246         * ext/mpeg2enc/gstmpeg2enc.cc:
18247         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18248         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
18249         (gst_speexdec_sinkconnect):
18250         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
18251         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
18252         (gst_vorbisfile_new_link):
18253         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
18254         (gst_ac3parse_chain):
18255         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
18256         (gst_asf_demux_setup_pad):
18257         * gst/auparse/gstauparse.c: (gst_auparse_init),
18258         (gst_auparse_chain):
18259         * gst/id3/gstid3types.c: (gst_id3types_loop):
18260         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
18261         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
18262         (mp1videoparse_parse_seq):
18263         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
18264         (bpf_from_header):
18265         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
18266         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
18267         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
18268         (gst_mpeg_parse_send_data):
18269         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18270         (gst_qtdemux_add_stream):
18271         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18272         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18273         (gst_wavparse_parse_fmt):
18274
18275 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18276
18277         * configure.ac:
18278           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
18279           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
18280           it therefore uses the wrong include paths. Too bad... Note
18281           that 1.6.1.93 is not release yet. ;).
18282           Also add a check for mplex, which is now using the lib'ified
18283           mplex from mjpegtools, too.
18284         * ext/ffmpeg/gstffmpegcodecmap.c:
18285           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
18286           issues. I don't think ffmpeg handles 3ivx correctly, so this
18287           probably won't work. But it won't hurt either.
18288         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
18289         (gst_ffmpegdec_chain):
18290         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
18291         (gst_ffmpegenc_chain_audio):
18292           Fix memleak in audio encoding. Close codec if open fails, this
18293           calls the cleanup routines so we can re-use the context.
18294         * ext/mpeg2enc/gstmpeg2enc.cc:
18295           Fix pad template names/types, fix memory issue with getcaps().
18296         * ext/mpeg2enc/gstmpeg2encoder.cc:
18297         * ext/mpeg2enc/gstmpeg2encoder.hh:
18298           Fix compile issue with new caps system (const thingy).
18299         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
18300         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
18301           We read a first frame right on initing, so that we have a caps
18302           when we init the output. This caps is cached in padprivate and
18303           read as first frame.
18304         * ext/mplex/Makefile.am:
18305         * ext/mplex/gstmplex.cc:
18306         * ext/mplex/gstmplex.h:
18307         * ext/mplex/gstmplex.hh:
18308         * ext/mplex/gstmplexibitstream.cc:
18309         * ext/mplex/gstmplexibitstream.hh:
18310         * ext/mplex/gstmplexjob.cc:
18311         * ext/mplex/gstmplexjob.hh:
18312         * ext/mplex/gstmplexoutputstream.cc:
18313         * ext/mplex/gstmplexoutputstream.hh:
18314           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
18315           had issues, didn't do capsnego, supported only a subset of the
18316           mplex features and required a mplex fork in our local CVS. Plus
18317           that it worked agaist a very old mplex version. Rewriting was
18318           faster than updating it.
18319         * gst-libs/ext/Makefile.am:
18320         * gst-libs/ext/mplex/INSTRUCT:
18321         * gst-libs/ext/mplex/Makefile.am:
18322         * gst-libs/ext/mplex/README:
18323         * gst-libs/ext/mplex/TODO:
18324         * gst-libs/ext/mplex/ac3strm_in.cc:
18325         * gst-libs/ext/mplex/audiostrm.hh:
18326         * gst-libs/ext/mplex/audiostrm_out.cc:
18327         * gst-libs/ext/mplex/aunit.hh:
18328         * gst-libs/ext/mplex/bits.cc:
18329         * gst-libs/ext/mplex/bits.hh:
18330         * gst-libs/ext/mplex/buffer.cc:
18331         * gst-libs/ext/mplex/buffer.hh:
18332         * gst-libs/ext/mplex/fastintfns.h:
18333         * gst-libs/ext/mplex/format_codes.h:
18334         * gst-libs/ext/mplex/inputstrm.cc:
18335         * gst-libs/ext/mplex/inputstrm.hh:
18336         * gst-libs/ext/mplex/lpcmstrm_in.cc:
18337         * gst-libs/ext/mplex/mjpeg_logging.cc:
18338         * gst-libs/ext/mplex/mjpeg_logging.h:
18339         * gst-libs/ext/mplex/mjpeg_types.h:
18340         * gst-libs/ext/mplex/mpastrm_in.cc:
18341         * gst-libs/ext/mplex/mpegconsts.cc:
18342         * gst-libs/ext/mplex/mpegconsts.h:
18343         * gst-libs/ext/mplex/mplexconsts.hh:
18344         * gst-libs/ext/mplex/multplex.cc:
18345         * gst-libs/ext/mplex/outputstream.hh:
18346         * gst-libs/ext/mplex/padstrm.cc:
18347         * gst-libs/ext/mplex/padstrm.hh:
18348         * gst-libs/ext/mplex/stillsstream.cc:
18349         * gst-libs/ext/mplex/stillsstream.hh:
18350         * gst-libs/ext/mplex/systems.cc:
18351         * gst-libs/ext/mplex/systems.hh:
18352         * gst-libs/ext/mplex/vector.cc:
18353         * gst-libs/ext/mplex/vector.hh:
18354         * gst-libs/ext/mplex/videostrm.hh:
18355         * gst-libs/ext/mplex/videostrm_in.cc:
18356         * gst-libs/ext/mplex/videostrm_out.cc:
18357         * gst-libs/ext/mplex/yuv4mpeg.cc:
18358         * gst-libs/ext/mplex/yuv4mpeg.h:
18359         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
18360         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
18361           We don't fork mjpegtools' mplex in our CVS anymore.
18362         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
18363         (gst_avi_demux_add_stream):
18364         * gst/avi/gstavidemux.h:
18365           Add getcaps() function for proper caps nego. This makes some
18366           parts of AVI playback/reading work.
18367         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
18368           Resize window on new capsnego. This is probably wrong, but
18369           I'm still committing it because with current capsnego, the
18370           first successfull capsnego is auto-fixated, therefore rounded
18371           down to the lowest values in the caps. this results in a 16x16
18372           XWindow that is not reized when real capsnego finishes.
18373           Dave, I see more cases of this, do you know a proper solution?
18374         * tools/gst-launch-ext.in:
18375           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
18376
18377 2003-12-31  David Schleef  <ds@schleef.org>
18378
18379         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
18380         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
18381           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
18382
18383 2003-12-30  David Schleef  <ds@schleef.org>
18384
18385         * ext/ffmpeg/gstffmpegcolorspace.c:
18386         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
18387         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
18388         (gst_ffmpegcsp_chain): Negotiation fixes
18389         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
18390         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18391         (gst_audio_convert_link), (gst_audio_convert_channels):
18392         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
18393         (gst_audioscale_link), (gst_audioscale_get_buffer),
18394         (gst_audioscale_chain): Negotiation fixes
18395         * gst/audioscale/gstaudioscale.h:
18396         * gst/videofilter/gstvideofilter.c:
18397         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
18398         (gst_videofilter_link), (gst_videofilter_init),
18399         (gst_videofilter_set_output_size), (gst_videofilter_setup),
18400         (gst_videofilter_find_format_by_structure):
18401         * gst/videofilter/gstvideofilter.h: Negotiation fixes
18402         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
18403         (gst_videoscale_link):
18404         * gst/videoscale/videoscale.c: (videoscale_get_structure),
18405         (videoscale_find_by_structure), (gst_videoscale_setup):
18406         * gst/videoscale/videoscale.h: Negotiation fixes
18407         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
18408         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
18409         function, restrict resizing to a multiple of 4 (hack until
18410         everyone supports odd sizes correctly).
18411
18412 2003-12-29  Colin Walters  <walters@verbum.org>
18413
18414         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
18415         signed.
18416
18417 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
18418
18419         * ext/sndfile/gstsf.c: (gst_sf_loop):
18420           Fix warning about discarding const qualifier
18421
18422 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
18423
18424         * gst/cutter/gstcutter.c:
18425         * gst/videoscale/gstvideoscale.c:
18426         * gst/volenv/gstvolenv.c:
18427         * gst-libs/gst/audio/audio.c:
18428         * gst-libs/gst/video/video.c:
18429           Fix warnings
18430
18431 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18432
18433         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
18434           Don't send ALSA debugging to stderr.
18435         * ext/alsa/gstalsa.h:
18436           Use GST_WARNING instead of g_warning when ALSA functions fail.
18437
18438 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18439
18440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18441           Free XVAdapterInfo correctly.
18442
18443 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18444
18445         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
18446         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
18447           Make id3tag use correct caps nego.
18448
18449 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
18450
18451         * ext/ivorbis/vorbis.c:
18452         * ext/ivorbis/vorbisenc.h:
18453         * ext/ivorbis/vorbisfile.c:
18454           Modify so that it uses the new caps things
18455
18456 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18457
18458         * testsuite/spider/spider1.c: (main):
18459         * testsuite/spider/spider2.c: (main):
18460         * testsuite/spider/spider3.c: (main):
18461           Make tests compile again. They probably don't work.
18462
18463 2003-12-24  Colin Walters  <walters@verbum.org>
18464
18465         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
18466         we can't fixate the caps anymore.
18467
18468 2003-12-23  David Schleef  <ds@schleef.org>
18469
18470         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
18471         * sys/oss/gstosssink.c: (gst_osssink_init),
18472         (gst_osssink_sink_fixate): Add fixate function.
18473
18474 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18475
18476         * ext/ffmpeg/gstffmpegcodecmap.c:
18477         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
18478         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
18479         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
18480         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
18481         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
18482         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
18483         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
18484           fix typo in RGB masks, and move back to "old" colorspace
18485           capsnego code until whoever wrote this new crap has actually
18486           tested it so that it works.
18487           And yes, this works, keep it that way please.
18488
18489 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18490
18491         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
18492         (gst_divxdec_init), (gst_divxdec_negotiate):
18493         * ext/divx/gstdivxdec.h:
18494         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
18495         (gst_divxenc_init):
18496         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
18497         (gst_faac_sinkconnect), (gst_faac_srcconnect):
18498         * ext/mpeg2enc/gstmpeg2enc.cc:
18499         * ext/mpeg2enc/gstmpeg2encoder.cc:
18500         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
18501         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
18502         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
18503         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
18504         (dxr3spusink_init):
18505         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
18506         (dxr3videosink_init):
18507           Fix caps breakage after Dave's caps branch merge.
18508
18509 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18510
18511         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
18512           Fix for 24bpp display.
18513
18514 2003-12-23  Colin Walters  <walters@verbum.org>
18515
18516         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
18517         a GnomeVFSHandle directly.
18518
18519 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18520
18521         * gst/volume/Makefile.am:
18522         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
18523         (volume_base_init), (volume_init):
18524           Reenable volume element and fix to work with new caps stuff.
18525           Rhythmbox needs this.
18526
18527 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18528
18529         * gst/qtdemux/qtdemux.c: (plugin_init):
18530           qtdemux requires bytestream
18531
18532 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18533
18534         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
18535           Fix remaining caps handling errors due to CAPS merge.
18536
18537 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18538
18539         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
18540         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
18541         (gst_faad_srcconnect):
18542           Port to new caps system.
18543
18544 2003-12-21  Julien MOUTTE  <julien@moutte.net>
18545
18546         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
18547         (got_video_size), (main): using g_print instead of g_message.
18548         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
18549         signal which was not emitted because of "switch" element added to the
18550         bin but not connected. (Removing from the bin temporarily)
18551
18552 2003-12-21  Julien MOUTTE  <julien@moutte.net>
18553
18554         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
18555         find X development files. I don't understand the previous tests and
18556         they fail on my debian/ppc unstable. This one works.
18557         * examples/gstplay/player.c: (main): Set the pipeline to READY before
18558         exiting.
18559         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
18560         (gst_play_set_video_sink), (gst_play_set_audio_sink),
18561         (gst_play_set_visualization): Add some safety checks in set_ methods
18562         and state_change. This was throwing some ugly CRITICAL messages when
18563         pipeline was getting disposed and casts were failing.
18564
18565 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18566
18567         * configure.ac:
18568           Improve mpeg2enc detection. This is for distributions that do
18569           ship mjpegtools, but without mpeg2enc. Also does object check
18570           for might there ever be ABI incompatibility.
18571         * ext/mpeg2enc/gstmpeg2enc.cc:
18572           Add Andrew as second maintainer (he's helping me), and also add
18573           an error if no caps was set. This happens if I pull before capsnego
18574           and that's something I should solve sometime else.
18575         * gst/matroska/matroska-demux.c:
18576         (gst_matroska_demux_parse_blockgroup):
18577           Fix time parsing.
18578         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
18579         (gst_matroska_mux_track_header):
18580           Add caps to templates.
18581         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
18582           Add mpegversion=1 to prevent confusion with MPEG/AAC.
18583         * gst/mpegstream/gstmpegdemux.c:
18584           Remove layer since it causes warnings about unfixed caps.
18585         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
18586           Fix obvious typo (we error out if caps were set, we should of
18587           course error out if *no* caps were set).
18588         * sys/oss/gstosselement.c: (gst_osselement_convert):
18589           Fix format conversion, we confused bits/bytes.
18590         * sys/oss/gstosselement.h:
18591           Improve documentation for 'bps'.
18592         * sys/v4l/TODO:
18593           Remove stuff about plugins that need removing - this was done
18594           ages ago.
18595         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
18596         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
18597         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
18598         (gst_v4lsrc_src_query):
18599         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
18600         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
18601           Add get_query_types(), get_formats() and query() functions.
18602
18603 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18604
18605         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
18606         * moved CVS to freedesktop.org
18607