remove some deprecated functions
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * gst-libs/gst/audio/audio.c:
4         * gst-libs/gst/audio/audio.h:
5           remove some deprecated functions
6
7 2005-11-22  Andy Wingo  <wingo@pobox.com>
8
9         * Update for gst_tag_setter API changes.
10
11 2005-11-22  Andy Wingo  <wingo@pobox.com>
12
13         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
14         (gst_ogg_demux_perform_seek):
15         * ext/theora/theoradec.c (theora_dec_sink_event):
16         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
17         update-funcnames.
18
19 2005-11-22  Wim Taymans  <wim@fluendo.com>
20
21         * examples/seeking/seek.c: (main):
22         Give higher priority to bus signals than the gtk events
23         to fix a race condition in the segment looping.
24
25 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
26
27         * ext/theora/Makefile.am:
28         * ext/vorbis/Makefile.am:
29         * gst-libs/gst/tag/Makefile.am:
30         * gst-plugins-base.spec.in:
31           Rename libgsttagedit to libgsttag (#322117).
32
33 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
34
35         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
36         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
37           Call gst_x_overlay_prepare_xwindow_id() to give applications
38           a final chance to set their own xwindow id before the video
39           sink creates its own window.
40
41 2005-11-22  Julien MOUTTE  <julien@moutte.net>
42
43         * sys/xvimage/xvimagesink.c:
44         (gst_xvimagesink_navigation_send_event): Handle navigation
45         events correcly with borders if applicable.
46
47 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
48
49         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
50         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
51         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
52         (gst_ffmpegcsp_caps_remove_format_info):
53         * gst/ffmpegcolorspace/imgconvert.c:
54         * gst/ffmpegcolorspace/imgconvert_template.h:
55           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
56           #318353); use gst_structure_has_name().
57
58 2005-11-22  Julien MOUTTE  <julien@moutte.net>
59
60         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
61         (gst_ximagesink_class_init): Add debug macros on functions.
62         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
63         (gst_xvimagesink_xwindow_draw_borders),
64         (gst_xvimagesink_xvimage_put),
65         (gst_xvimagesink_xwindow_update_geometry),
66         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
67         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
68         (gst_xvimagesink_xcontext_clear),
69         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
70         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
71         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
72         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
73         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
74         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
75         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
76         expose while being PAUSED, out of data flow navigation events, etc..
77
78 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
79
80         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
81         * gst-libs/gst/audio/audio.h:
82           fix prototype - wondering why the test worked regardless
83
84 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
85
86         * check/Makefile.am:
87         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
88         * gst-libs/gst/audio/audio.h:
89           add a method that returns a proper GstClockTime
90
91 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
92
93         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
94         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
95         * gst-libs/gst/interfaces/xoverlay.h:
96           Remove everything having to do with the desired size; add 
97           gst_x_overlay_prepare_xwindow_id() function; remove the
98           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
99           post a message on the bus instead (#321816).
100
101         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
102         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
103         (gst_xvimagesink_xoverlay_init):
104           Remove desired size stuff (#321816).
105
106 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
107
108         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
109         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
110         (mpeg_video_type_find), (mpeg_video_stream_type_find):
111           Terminate vararg functions with NULL instead of 0 to 
112           make gcc4 happy.
113
114 2005-11-21  Andy Wingo  <wingo@pobox.com>
115
116         patch from: Sebastien Cote <sebas642@yahoo.ca>
117         
118         * gst-libs/gst/rtp/gstrtpbuffer.h: 
119         * gst-libs/gst/rtp/gstrtpbuffer.c
120         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
121
122 2005-11-21  Andy Wingo  <wingo@pobox.com>
123
124         * gst/playback/gstplaybin.c (gen_audio_element) 
125         (gen_video_element): Use the new MISSING_PLUGIN core error
126         category. Closes #320060.
127
128         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
129         * gst/videorate/gstvideorate.c (gst_videorate_event):
130         * ext/theora/theoradec.c (theora_dec_sink_event): 
131         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
132         stream lock.
133
134         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
135         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
136         stream lock changes.
137
138 2005-11-21  Wim Taymans  <wim@fluendo.com>
139
140         * gst-libs/gst/audio/gstbaseaudiosink.c:
141         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
142         (gst_base_audio_sink_provide_clock),
143         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
144         (gst_base_audio_sink_change_state):
145         * gst/audioresample/gstaudioresample.c:
146         Segment update fix.
147
148 2005-11-21  Andy Wingo  <wingo@pobox.com>
149
150         * *.h:
151         * *.c: Ran scripts/update-macros. Oh yes.
152
153 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
154
155         * sys/ximage/Makefile.am:
156         * sys/ximage/ximage.c:
157           Rename ximage plugin to ximagesink (#321426) (Don't forget to
158           remove your old libgstximage.* manually if necessary).
159
160 2005-11-21  Michael Smith <msmith@fluendo.com>
161
162         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
163           Minimal fix for bug #320200: set the min/max bitrate in the correct
164           units. A better fix would be to upgrade to the RATEMANAGE2
165           interface, rather than using the deprecated interface used here, but
166           that would require an update in our libvorbis dependency (to 1.1),
167           which is probably undesirable.
168
169 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
170
171         * ext/libvisual/visual.c: (get_buffer):
172         * gst-libs/gst/audio/gstbaseaudiosrc.c:
173         (gst_base_audio_src_fixate):
174         * gst/audioconvert/gstaudioconvert.c:
175         (gst_audio_convert_fixate_caps):
176         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
177         * gst/audiotestsrc/gstaudiotestsrc.c:
178         (gst_audiotestsrc_src_fixate):
179         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
180         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
181         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
182         * gst/videotestsrc/gstvideotestsrc.c:
183         (gst_videotestsrc_src_fixate):
184         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
185         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
186         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
187         (#322027)
188
189
190 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
191
192         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
193         (gst_riff_create_iavs_caps):
194         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
195         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
196         (gst_riff_parse_info):
197         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
198         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
199         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
200           Fixes for GST_FOURCC_FORMAT API change.
201
202 2005-11-21  Andy Wingo  <wingo@pobox.com>
203
204         patch by: Alessandro Dessina <alessandro nnva org>
205
206         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
207         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
208         (gst_ogg_parse_chain):
209         * ext/theora/theoraenc.c (theora_set_header_on_caps):
210         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
211         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
212         gst_value_list calls on arrays. Fixes #321962.
213
214 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
215
216         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
217         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
218         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
219         * gst/adder/gstadder.c: (gst_adder_init),
220         (gst_adder_request_new_pad), (gst_adder_collected),
221         (gst_adder_change_state):
222           Update for gst_collectpads_foo() to gst_collect_pads_foo()
223           API change.
224
225 2005-11-21  Michael Smith <msmith@fluendo.com>
226
227         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
228         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
229           Properly handle pad_push return values.
230
231 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
232
233         * gst-libs/gst/tag/Makefile.am:
234         * gst-libs/gst/tag/gstvorbistag.c:
235         (gst_tag_list_to_vorbiscomment_buffer):
236           Remove obsolete vorbistag element and debug category.
237
238         * gst/playback/gstplaybasebin.c: (check_queue):
239           Don't divide by 0 when queue-threshold is 0.
240
241         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
242           Don't modify an existing pixel-aspect-ratio if we fail to read
243           a new one.
244
245 2005-11-20  Wim Taymans  <wim@fluendo.com>
246
247         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
248         (gst_vorbisenc_push_packet):
249         GST_PAD_IS_USABLE is gone, use the return value of
250         the push or pad_alloc_buffer instead.
251
252 2005-11-18  Julien MOUTTE  <julien@moutte.net>
253
254         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
255         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
256         (gst_ximagesink_ximage_destroy),
257         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
258         (gst_ximagesink_xwindow_new),
259         (gst_ximagesink_xwindow_update_geometry),
260         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
261         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
262         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
263         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
264         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
265         (gst_ximagesink_navigation_send_event),
266         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
267         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
268         (gst_ximagesink_finalize), (gst_ximagesink_init),
269         (gst_ximagesink_class_init):
270         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
271         This new version brings correct software scaling, non flickering
272         window while resizing, pixel aspect ratio handling, usage of
273         hardware buffer pools, out of data flow event thread for 
274         navigation and handling of expose events even when being PAUSED,
275         a new property to keep video aspect ratio when resizing, etc...
276
277 2005-11-18  Julien MOUTTE  <julien@moutte.net>
278
279         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
280         (gst_videoscale_fixate_caps): Introduce back caps fixate with
281         handling of PAR.
282
283 2005-11-18    <bilboed@dvdsrc.fluendo.com>
284
285         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
286         Unsetting IS_SINK flag from the fakesink, so decodebin
287         never behaves as a sink.
288
289 2005-11-17  Wim Taymans  <wim@fluendo.com>
290
291         * gst-libs/gst/audio/gstbaseaudiosrc.c:
292         (gst_base_audio_src_change_state):
293         Fix the audiosrc base class again, we did not unflush.
294
295 2005-11-17  Julien MOUTTE  <julien@moutte.net>
296
297         * examples/seeking/seek.c: (make_dv_pipeline),
298         (make_vorbis_theora_pipeline), (make_avi_pipeline),
299         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
300         to ogg/vorbis/theora pipeline.
301
302 2005-11-17  Wim Taymans  <wim@fluendo.com>
303
304         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
305         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
306         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
307         Fix EOS on multiple streams.
308         More debugging.
309
310 2005-11-16  Wim Taymans  <wim@fluendo.com>
311
312         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
313         (gst_ogg_demux_perform_seek):
314         Segment done must include stream time.
315
316         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
317         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
318         (gst_ogg_mux_change_state):
319         Fix ogg muxer again.
320
321 2005-11-16  Wim Taymans  <wim@fluendo.com>
322
323         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
324         Fix compile again.
325
326 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
327
328         * ext/libvisual/visual.c: (gst_visual_init):
329         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
330         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
331         (gst_ogg_parse_chain):
332         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
333         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
334         * ext/theora/theoradec.c: (gst_theora_dec_init):
335         * ext/theora/theoraenc.c: (gst_theora_enc_init):
336         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
337         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
338         * gst/adder/gstadder.c: (gst_adder_class_init),
339         (gst_adder_dispose):
340         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
341         * gst/subparse/gstsubparse.c: (gst_subparse_init):
342         * gst/videorate/gstvideorate.c: (gst_videorate_init):
343           Fix a whole set of pad template leaks
344
345 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
346
347         * check/generic/states.c: (GST_START_TEST):
348           fix the test so that it only checks for elements that are part of
349           this source module
350
351 2005-11-16  Michael Smith <msmith@fluendo.com>
352
353         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
354         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
355         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
356         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
357         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
358         (gst_ogg_mux_change_state):
359           Fix leaking collectpads.
360
361 2005-11-16  Edward Hervey  <edward@fluendo.com>
362
363         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
364         (gst_videorate_event), (gst_videorate_chain):
365         Handle segment seeks
366
367 2005-11-16  Wim Taymans  <wim@fluendo.com>
368
369         * gst-libs/gst/audio/gstbaseaudiosink.c:
370         (gst_base_audio_sink_provide_clock),
371         (gst_base_audio_sink_change_state):
372         Set ringbuffer to non-flushing when going to PAUSED, set to
373         flushing again when going to READY.
374
375         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
376         (gst_ring_buffer_stop):
377         Start in flushing mode by default.
378         Don't set flushing in the _stop method, let the app call
379         this explicitly.
380
381 2005-11-16  Julien MOUTTE  <julien@moutte.net>
382
383         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
384         * gst-libs/gst/video/videosink.h: Add helper function needed
385         for video sinks.
386
387 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
388
389         * gst/videoscale/gstvideoscale.c:
390         (gst_videoscale_handle_src_event):
391           Don't leak reference to pad parent.
392
393 2005-11-16  Wim Taymans  <wim@fluendo.com>
394
395         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
396         Set ringbuffer to flushing when stopping so that we don't
397         block on wait_segment anymore and livelock.
398
399 2005-11-16  Wim Taymans  <wim@fluendo.com>
400
401         * examples/seeking/seek.c: (send_event), (do_seek),
402         (loop_toggle_cb), (segment_done), (main):
403         Added looping checkbox.
404
405 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
406
407         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
408         (gst_ogg_demux_init):
409         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
410         (gst_vorbis_dec_init):
411           revert unrefs, they don't pass make check
412
413 2005-11-15  Johan Dahlin  <johan@gnome.org>
414
415         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
416         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
417         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
418         (gst_vorbis_dec_init):
419         Fix pad template leaks. 
420
421 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
422
423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
424           Make state change function thread safe.
425
426 2005-11-15  Edward Hervey  <edward@fluendo.com>
427
428         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
429         (gst_ogg_demux_class_init):
430         Implement GstElement::send_event, so we can send seek events
431         in GST_STATE_READY
432
433 2005-11-14  Julien MOUTTE  <julien@moutte.net>
434
435         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
436         Discovered how to take away flickering while resizing the
437         window. Please don't put that in ximagesink, refactoring in
438         progress.
439
440 2005-11-14  Michael Smith <msmith@fluendo.com>
441
442         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
443         (gst_multifdsink_render):
444           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
445
446 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
447
448         * gst/playback/gstplaybin.c: (gen_audio_element):
449           Use autoaudiosink, it tends to be more widely available than
450           autoaudiiosink.
451           
452 2005-11-14  Andy Wingo  <wingo@pobox.com>
453
454         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
455         as well if it is available. Fixes #316442.
456
457 2005-11-14  Michael Smith <msmith@fluendo.com>
458
459         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
460         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
461         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
462         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
463         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
464         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
465         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
466         (gst_vorbisenc_change_state):
467           Fix a small memory leak in vorbisenc.
468           Fix large memory leaks in oggmux, also fix lots of state change
469           bugs in oggmux.
470
471 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
472
473         * gst/videotestsrc/gstvideotestsrc.c:
474         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
475         (gst_videotestsrc_src_fixate):
476           move fixation to a fixate function
477           remove negotiate function, basesrc's is good enough
478           fixes a bug for check when using the element alone
479
480 2005-11-13  Edward Hervey  <edward@fluendo.com>
481
482         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
483         (key_toggle_cb), (main):
484         Added checkboxes for adding/removing the accurate and key_unit seek
485         flags.
486
487 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
488
489         * configure.ac: back to HEAD
490
491 === release 0.9.5 ===
492
493 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
494
495         * configure.ac:
496           releasing 0.9.5, "No No Kia"
497
498 2005-11-11  Edward Hervey  <edward@fluendo.com>
499
500         * examples/seeking/seek.c: (make_parselaunch_pipeline):
501         Added parse-launch syntax seeking mode for the seeking example.
502         This should help stress-test even more cases.
503         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
504
505 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
506
507         * sys/xvimage/xvimagesink.c:
508         (gst_xvimagesink_navigation_send_event):
509           Check whether peer pad exists before sending navigation events
510           to it.
511
512 2005-11-11  Michael Smith <msmith@fluendo.com>
513
514         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
515         (gst_vorbisenc_buffer_from_packet):
516         * ext/vorbis/vorbisenc.h:
517           Set duration on encoded buffers. This allows oggmux's
518           max_page_delay parameter to actually work.
519
520 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
521
522         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
523         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
524         (gst_ffmpegcsp_avpicture_fill):
525         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
526         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
527           Make palettes work again (see #132341). Use our own macros
528           for rounding up.
529
530 2005-11-10  Andy Wingo  <wingo@pobox.com>
531
532         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
533         string doober.
534
535 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
536
537         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
538         (gst_ffmpegcsp_transform_caps):
539           Prefer passthrough in transform_caps
540
541 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
542
543         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
544           check for ALSA errors properly, instead of relying on ALSA's
545           error strings to serve to the user.
546
547 2005-11-10  Wim Taymans  <wim@fluendo.com>
548
549         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
550         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
551         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
552         Modernise the seek code.
553
554 2005-11-10  Michael Smith <msmith@fluendo.com>
555         
556         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
557         (setup_substreams), (set_active_source):
558           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
559           trying to go to NULL if we failed to read a file.
560
561 2005-11-10  Wim Taymans  <wim@fluendo.com>
562
563         * gst/audiotestsrc/gstaudiotestsrc.c:
564         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
565         (gst_audiotestsrc_create):
566         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
567         (gst_sinesrc_get_times), (gst_sinesrc_create):
568         * gst/videotestsrc/gstvideotestsrc.c:
569         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
570         (gst_videotestsrc_create):
571         The base class can now sync for us.
572
573 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
574
575         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
576           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
577           name=source autoprobe=false autoprobe-fps=false copy-mode=1
578           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
579           format=(fourcc)I420" ! xvimagesink
580
581 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
582
583         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
584         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
585         (gst_sinesrc_newsegment):
586           Send newsegment event in TIME format, set duration if
587           num-buffers is set, fix duration querying.
588
589 2005-11-10  Michael Smith <msmith@fluendo.com>
590
591         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
592         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
593         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
594         (gst_ogg_mux_collected):
595          Fix EOS handling, partially. Now forwarding an EOS event once we have
596          EOS on all pads works correctly. However, we still don't properly set
597          EOS on the actual ogg stream pages.
598
599 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
600
601         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
602           Set elements to NULL state before disposing of them.
603
604 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
605
606         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
607
608         * gst-libs/gst/rtp/gstbasertpdepayload.c:
609         (gst_base_rtp_depayload_init),
610         (gst_base_rtp_depayload_set_gst_timestamp):
611         * gst-libs/gst/rtp/gstbasertpdepayload.h:
612           We need to send a newsegment event for each instance, not
613           just for the first instance of this class (get rid of
614           static variable in function). (#321011).
615           
616 2005-11-08  Michael Smith <msmith@fluendo.com>
617
618         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
619         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
620         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
621         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
622           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
623           This makes us mux things correctly according to the ogg muxing
624           rules. Still not handling EOS correctly right now, though.
625
626 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
627
628         * gst/audioconvert/gstaudioconvert.c:
629           Fix typo in docs. 
630
631 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
632
633         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
634         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
635           Initialise segment_stop to GST_CLOCK_TIME_NONE when
636           creating a new chain; should fix live streaming. Also
637           add more debug output and fix a typo.
638
639 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
640
641         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
642
643         * gst/volume/gstvolume.c: (volume_set_caps):
644           Fix compilation on Solaris with Forte. (#320923)
645
646 2005-11-08  Wim Taymans  <wim@fluendo.com>
647
648         * gst-libs/gst/audio/gstbaseaudiosink.c:
649         (gst_base_audio_sink_render):
650         No need to do a typecheck.
651
652 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
653
654         * ext/alsa/gstalsa.h:
655           We register a debug category, so let's use it.
656
657 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
658
659         * gst-libs/gst/rtp/gstbasertpdepayload.c:
660         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
661         Fixed a small problem.
662
663 2005-11-04  Wim Taymans  <wim@fluendo.com>
664
665         * examples/seeking/Makefile.am:
666         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
667         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
668         (make_playerbin_pipeline), (format_value), (update_scale),
669         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
670         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
671         (print_usage), (main):
672         Added app for playback speed testing.
673
674         * examples/seeking/seek.c: (dynamic_link),
675         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
676         (make_mpeg_pipeline), (do_seek), (set_update_scale),
677         (message_received), (main):
678         Updated seek example.
679
680 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
681
682         * gst-libs/gst/rtp/gstbasertpdepayload.c:
683         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
684         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
685         (gst_base_rtp_depayload_set_clock):
686         * gst-libs/gst/rtp/gstbasertpdepayload.h:
687         Don't sleep on the bench (system clock) when you have a nice 
688         comfortable bed (Gstreamer clock) to sleep on.
689
690 2005-11-03  Wim Taymans  <wim@fluendo.com>
691
692         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
693         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
694         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
695         Handle the case where a pad_block failed.
696
697 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
698
699         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
700
701         * gst-libs/gst/rtp/gstbasertpdepayload.c:
702         (gst_base_rtp_depayload_add_to_queue),
703         (gst_base_rtp_depayload_push),
704         (gst_base_rtp_depayload_set_gst_timestamp),
705         (gst_base_rtp_depayload_queue_release):
706           Fixes some bugs in the depayloader's queuing/de-queueing code.
707
708 2005-10-31  Michael Smith <msmith@fluendo.com>
709
710         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
711         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
712         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
713           Patch from Alessandro Decina <alessandro@nnva.org>.
714           Make oggdemux only find the final time in a chain, not per-pad,
715           since the per-pad information can be very expensive to locate, and
716           it isn't used anywhere. This makes reading a file containing
717           OggSkeleton reasonably fast.
718           Also, make chain finding work when there are logical bitstreams that
719           can't be decoded. Fixes #319110.
720
721 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
722
723         * gst-libs/gst/rtp/gstbasertpdepayload.c:
724         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
725         (gst_base_rtp_depayload_chain),
726         (gst_base_rtp_depayload_add_to_queue),
727         (gst_base_rtp_depayload_push),
728         (gst_base_rtp_depayload_set_gst_timestamp),
729         (gst_base_rtp_depayload_queue_release),
730         (gst_base_rtp_depayload_start_thread),
731         (gst_base_rtp_depayload_set_property),
732         (gst_base_rtp_depayload_get_property):
733         * gst-libs/gst/rtp/gstbasertpdepayload.h:
734         Some random fixes, to fullfill the desires of thomas.
735
736 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
737
738         * gst-libs/gst/rtp/gstbasertpdepayload.c:
739         (gst_base_rtp_depayload_add_to_queue),
740         (gst_base_rtp_depayload_push):
741         Fixed the queueing algorithm.
742
743 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
744
745         * gst-libs/gst/rtp/gstbasertpdepayload.c:
746         (gst_base_rtp_depayload_push):
747         A small fix
748
749 2005-10-31  Wim Taymans  <wim@fluendo.com>
750
751         * gst-libs/gst/audio/gstringbuffer.h:
752         Don't break ABI.
753
754         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
755         (gst_ffmpeg_caps_to_pixfmt):
756         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
757         (gst_ffmpegcsp_set_caps):
758         Some more comments.
759         Handle missing required caps fields better.
760
761 2005-10-31  Wim Taymans  <wim@fluendo.com>
762
763         * gst-libs/gst/audio/gstbaseaudiosink.c:
764         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
765         (gst_base_audio_sink_render):
766         * gst-libs/gst/audio/gstringbuffer.c:
767         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
768         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
769         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
770         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
771         (gst_ring_buffer_read):
772         * gst-libs/gst/audio/gstringbuffer.h:
773         Add flushing mode to the ringbuffer so that it in all cases does
774         not try to handle more audio. This makes sure it does not try to
775         block anymore when flushing and fixes a livelock.
776
777 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
778
779         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
780         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
781         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
782           Explicitly check for -1 values before doing a conversion
783           and always map them to -1. (#315545)
784
785 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
786
787         * gst/playback/gstplaybin.c: (gen_video_element):
788           first try autovideosink, then xvimagesink, then error out
789         * po/POTFILES.in:
790           add translatable file
791         * po/af.po:
792         * po/az.po:
793         * po/cs.po:
794         * po/en_GB.po:
795         * po/hu.po:
796         * po/it.po:
797         * po/nb.po:
798         * po/nl.po:
799         * po/or.po:
800         * po/sq.po:
801         * po/sr.po:
802         * po/sv.po:
803         * po/uk.po:
804         * po/vi.po:
805           update translations
806
807 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
808
809         * gst-libs/gst/rtp/gstbasedepayload.c:
810         * gst-libs/gst/rtp/gstbasedepayload.h:
811           Minor cleanups
812
813 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
814
815         * gst/playback/.cvsignore:
816         * gst/playback/decodetest.c:
817         * gst/playback/test3.c:
818           Port these two tests as well.
819
820 2005-10-27  Wim Taymans  <wim@fluendo.com>
821
822         * ext/theora/theoradec.c: (theora_dec_src_query),
823         (theora_dec_sink_event):
824         * ext/theora/theoraenc.c: (theora_enc_sink_event),
825         (theora_enc_change_state):
826         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
827         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
828         Take proper locks when handling events.
829
830 2005-10-27  Wim Taymans  <wim@fluendo.com>
831
832         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
833         (gst_adder_change_state):
834         Fix timestamps and fix deadlock when stopping the collectpads.
835
836 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
837
838         * gst-libs/gst/rtp/gstrtpbuffer.h:
839         Declaring the payload types as strings too so that they can be used
840         in the padtemplate inialization.
841
842 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
843
844         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
845
846         * gst-libs/gst/rtp/gstbasertpdepayload.c:
847         (gst_base_rtp_depayload_class_init):
848         Fixes a small but nasty bug. The derived elements no longer segfaults
849         on finalization.
850
851 2005-10-26  Michael Smith <msmith@fluendo.com>
852
853         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
854           When clearing an audioconvert context, set tmpbufsize to zero, so
855           we'll allocate it again later if required.
856           This fixes audioconvert re-negotiating formats, which previously
857           segfaulted with a NULL destination buffer.
858
859 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
860
861         * gst-libs/gst/rtp/gstbasertpdepayload.c:
862         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
863         (gst_base_rtp_depayload_set_gst_timestamp),
864         (gst_base_rtp_depayload_queue_release):
865         Fixed a smalll memleak.
866
867 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
868         * gst-libs/gst/rtp/gstbasertpdepayload.c:
869         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
870         (gst_base_rtp_depayload_finalize),
871         (gst_base_rtp_depayload_setcaps),
872         (gst_base_rtp_depayload_add_to_queue),
873         (gst_base_rtp_depayload_push),
874         (gst_base_rtp_depayload_set_gst_timestamp),
875         (gst_base_rtp_depayload_queue_release),
876         (gst_base_rtp_depayload_thread),
877         (gst_base_rtp_depayload_change_state):
878         * gst-libs/gst/rtp/gstbasertpdepayload.h:
879         Changed the C++ comments to C comments
880
881 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
882
883         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
884         * gst/tcp/gsttcpclientsrc.h:
885         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
886         * gst/tcp/gsttcpserversrc.h:
887           Remove unused 'curoffset' structure member.
888
889 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
890
891         * gst-libs/gst/rtp/gstbasertpdepayload.c:
892         (gst_base_rtp_depayload_base_init),
893         (gst_base_rtp_depayload_finalize):
894         * gst-libs/gst/rtp/gstbasertpdepayload.h:
895         * gst-libs/gst/rtp/gstbasertppayload.h:
896           The pad-template on the sinkpad should be set by the derived classes.
897           Also added some useful macros.
898
899 2005-10-24  Wim Taymans  <wim@fluendo.com>
900
901         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
902         Correctly flush decoder samples even if we could not
903         copy them to an output buffer. Fixes #319618.
904
905 2005-10-24  Julien MOUTTE  <julien@moutte.net>
906
907         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
909         the caps against our xcontext caps.
910
911 2005-10-24  Wim Taymans  <wim@fluendo.com>
912
913         * gst-libs/gst/audio/gstbaseaudiosink.c:
914         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
915         Remove g_print
916         Use sync property from baseclass to disable sync.
917
918 2005-10-24  Wim Taymans  <wim@fluendo.com>
919
920         * gst-libs/gst/audio/gstbaseaudiosink.c:
921         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
922         Buffers with no timestamps get aligned with previous buffers or
923         on underrun, played ASAP.
924
925 2005-10-24  Julien MOUTTE  <julien@moutte.net>
926
927         * gst-libs/gst/video/video.h:
928         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
929         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
930         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
931         here comes my change on caps for framerate and geometry range.
932         We are now accepting 1 to MAXINT for width and height, and from
933         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
934         to be blended correctly in videomixer.
935
936 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
937
938         * configure.ac:
939           back to HEAD
940
941 === release 0.9.4 ===
942
943 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
944
945         * NEWS:
946         * RELEASE:
947         * configure.ac:
948           releasing 0.9.4, "Velociraptor"
949
950 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
951
952         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
953         * po/POTFILES.in:
954           STOPPED -> FAILED
955
956 2005-10-21  Wim Taymans  <wim@fluendo.com>
957
958         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
959         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
960         (pad_blocked), (close_pad_link), (new_pad):
961         Don't try to remove elements twice.
962
963 2005-10-21  Wim Taymans  <wim@fluendo.com>
964
965         * ext/theora/theoradec.c: (theora_dec_src_query),
966         (theora_dec_sink_event):
967         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
968         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
969         (vorbis_handle_data_packet):
970         * ext/vorbis/vorbisdec.h:
971         Fix old naming.
972
973         * gst-libs/gst/audio/gstbaseaudiosink.c:
974         (gst_base_audio_sink_render):
975         Don't try to sync on buffers without a timestamp.
976
977 2005-10-21  Wim Taymans  <wim@fluendo.com>
978
979         * ext/theora/theoradec.c: (theora_dec_src_query),
980         (theora_dec_sink_event):
981         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
982         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
983         (vorbis_handle_data_packet):
984         * ext/vorbis/vorbisdec.h:
985         Fix old naming.
986
987 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
988
989         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
990         (gst_vorbisenc_src_query):
991           Implement position and duration queries.
992
993         * gst/playback/test3.c: (update_scale), (main):
994           Fix for async state changes and print nicer output.
995
996 2005-10-20  Wim Taymans  <wim@fluendo.com>
997
998         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
999         (dump_element_stats), (main):
1000         * gst/playback/test6.c: (main):
1001         Fix tests again
1002
1003 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1004
1005         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1006         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1007           Don't use functions for position queries when handling
1008           duration queries.
1009
1010 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1011
1012         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1013         (vorbis_handle_data_packet), (vorbis_dec_chain),
1014         (vorbis_dec_change_state):
1015         * ext/vorbis/vorbisdec.h:
1016           Vorbis streams can be embedded in other container formats
1017           than ogg, container formats where the demuxer might set 
1018           timestamps on encoded vorbis buffers instead of those silly 
1019           granulepos thingies. In short: make vorbisdec handle 
1020           timestamps on incoming buffers as well.
1021
1022 2005-10-20  Wim Taymans  <wim@fluendo.com>
1023
1024         * gst/playback/gstplaybasebin.c: (group_destroy),
1025         (gst_play_base_bin_change_state):
1026         Fix leak.
1027         Handle case where playbasebin is now ASYNC because
1028         decodebin is.
1029
1030 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1031
1032         * gst/audioconvert/Makefile.am:
1033         * gst/audioconvert/bufferframesconvert.c:
1034         * gst/audioconvert/plugin.c: (plugin_init):
1035         * gst/audioconvert/plugin.h:
1036           And bye bye buffer-frames-convert
1037
1038 2005-10-19  Wim Taymans  <wim@fluendo.com>
1039
1040         * check/elements/audioconvert.c:
1041         * docs/libs/tmpl/gstaudio.sgml:
1042         * docs/libs/tmpl/gstcolorbalance.sgml:
1043         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1044         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
1045         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
1046         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
1047         * gst-libs/gst/audio/audio.h:
1048         * gst/audioconvert/audioconvert.h:
1049         * gst/audioconvert/gstaudioconvert.c:
1050         (gst_audio_convert_parse_caps):
1051         * gst/volume/gstvolume.c:
1052         Bye bye buffer-frames.
1053
1054 2005-10-19  Wim Taymans  <wim@fluendo.com>
1055
1056         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1057         (query_positions_elems), (query_positions_pads), (update_scale),
1058         (do_seek), (set_update_scale), (message_received), (main):
1059         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1060         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
1061         (gst_ogg_demux_loop):
1062         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1063         * ext/theora/theoradec.c: (theora_dec_src_query),
1064         (theora_dec_sink_event):
1065         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1066         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
1067         * gst/adder/gstadder.c: (gst_adder_query):
1068         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1069         * gst/playback/test3.c: (update_scale):
1070         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1071         (dump_element_stats), (main):
1072         * gst/playback/test6.c: (main):
1073         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1074         Query API update.
1075
1076 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1077
1078         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1079         (xml_check_first_element), (xml_type_find), (smil_type_find),
1080         (plugin_init):
1081           Add typefinding for SMIL and for generic XML. Based on patch by
1082           Akos Maroy (#308663).
1083
1084 2005-10-18  Wim Taymans  <wim@fluendo.com>
1085
1086         * gst/playback/Makefile.am:
1087         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1088         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
1089         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
1090         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
1091         (gst_decode_bin_change_state):
1092         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1093         (gst_play_bin_send_event_to_sink):
1094         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1095         (dump_element_stats), (main):
1096         * gst/playback/test6.c: (main):
1097         Make playbin async, it'll commit state to paused when all streams
1098         are detected.
1099         Remove ugly hack.
1100         Added test6.c to show async behaviour.
1101
1102 2005-10-18  Wim Taymans  <wim@fluendo.com>
1103
1104         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1105         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
1106         Fix for segment-start/stop API change.
1107
1108 2005-10-18  Wim Taymans  <wim@fluendo.com>
1109
1110         * check/Makefile.am:
1111         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
1112         (main):
1113         Add future test for clock selection.
1114
1115 2005-10-18  Wim Taymans  <wim@fluendo.com>
1116
1117         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
1118         (gst_alsasink_close):
1119         Set handle to NULL.
1120
1121         * gst-libs/gst/audio/gstringbuffer.c:
1122         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1123         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
1124         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1125         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
1126         (gst_ring_buffer_read):
1127         More debug info.
1128
1129 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
1130
1131         * gst/audiotestsrc/Makefile.am:
1132         * gst/sine/Makefile.am:
1133         * gst/volume/Makefile.am:
1134           fix broken build of controllerized plugins
1135
1136 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1137
1138         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1139
1140         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1141         (gst_riff_create_video_template_caps):
1142           Add support for Indeo-3 (IV32).
1143
1144 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1145
1146         * configure.ac:
1147           rewrite
1148
1149 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1150
1151         * gst-libs/gst/video/video.c: (gst_video_get_size):
1152         * gst/audiotestsrc/gstaudiotestsrc.c:
1153           doc updates
1154
1155 2005-10-17  Andy Wingo  <wingo@pobox.com>
1156
1157         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
1158         with the collectpads change.
1159         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
1160
1161         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
1162
1163         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
1164
1165         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
1166         alloc_buffer flow return to callers.
1167         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
1168         change. Fix some memleaks in theoraenc.
1169
1170         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
1171         in strange circumstance.
1172
1173 2005-10-17  Julien MOUTTE  <julien@moutte.net>
1174
1175         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1176         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
1177         from caps, let's use the caps...
1178
1179 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1180
1181         * configure.ac:
1182           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
1183
1184 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1185
1186         * gst-libs/gst/interfaces/Makefile.am:
1187           fix silly typo
1188
1189 2005-10-16  Andy Wingo  <wingo@pobox.com>
1190
1191         * gst/playback/gstdecodebin.c
1192         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
1193         function!
1194         (try_to_link_1): Increase kraziness level.
1195
1196 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1197
1198         * configure.ac:
1199           restructure like the core one
1200         * gst-libs/gst/audio/Makefile.am:
1201         * gst-libs/gst/interfaces/Makefile.am:
1202         * gst-libs/gst/net/Makefile.am:
1203         * gst-libs/gst/riff/Makefile.am:
1204         * gst-libs/gst/rtp/Makefile.am:
1205         * gst-libs/gst/tag/Makefile.am:
1206         * gst-libs/gst/video/Makefile.am:
1207           use correct linker flags, now the libs are properly versioned
1208         * check/elements/audioconvert.c: (verify_convert):
1209         * ext/alsa/gstalsaplugin.c:
1210         * ext/cdparanoia/gstcdparanoia.c:
1211         * ext/gnomevfs/gstgnomevfs.c:
1212         * ext/libvisual/visual.c:
1213         * ext/ogg/gstogg.c:
1214         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
1215         * ext/theora/theora.c:
1216         * ext/vorbis/vorbis.c:
1217         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1218         * gst-libs/gst/tag/gsttagediting.c:
1219         * gst-libs/gst/video/video.c:
1220         * gst/adder/gstadder.c:
1221         * gst/audioconvert/plugin.c:
1222         * gst/audiorate/gstaudiorate.c:
1223         * gst/audioresample/gstaudioresample.c:
1224         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1225         * gst/audioscale/gstaudioscale.c:
1226         * gst/audioscale/resample.c:
1227         * gst/audiotestsrc/gstaudiotestsrc.c:
1228         * gst/ffmpegcolorspace/gstffmpeg.c:
1229         * gst/playback/gstdecodebin.c: (close_pad_link):
1230         * gst/playback/gstplaybin.c: (gen_video_element),
1231         (gen_audio_element):
1232         * gst/sine/gstsinesrc.c:
1233         * gst/subparse/gstsubparse.c:
1234         * gst/tags/gsttagediting.c:
1235         * gst/tcp/gsttcpplugin.c:
1236         * gst/typefind/gsttypefindfunctions.c:
1237         * gst/videorate/gstvideorate.c:
1238         * gst/videoscale/gstvideoscale.c:
1239         * gst/videotestsrc/gstvideotestsrc.c:
1240         * gst/volume/gstvolume.c:
1241         * sys/v4l/gstv4l.c:
1242         * sys/ximage/ximage.c:
1243         * sys/xvimage/xvimagesink.c:
1244           fix up defines
1245
1246 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1247
1248         * ext/vorbis/vorbisenc.c:
1249         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
1250         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
1251         (gst_tag_to_vorbis_comments):
1252           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
1253
1254 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
1255
1256         * examples/stats/mp2ogg.c:
1257         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1258           typo fixes
1259
1260 2005-10-13  Michael Smith <msmith@fluendo.com>
1261
1262         * ext/ogg/gstoggmux.c:
1263           Use magic glib macros to define constants as 64 bit, to ensure
1264           appropriate vararg passing.
1265
1266 2005-10-13  Michael Smith <msmith@fluendo.com>
1267
1268         * ext/ogg/gstoggmux.c:
1269         * gst/audioconvert/audioconvert.c: (float):
1270           Don't use LL suffix, as it's not portable, and neither of these
1271           uses required it anyway.
1272
1273 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
1274
1275         * examples/indexing/indexmpeg.c: (main):
1276         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
1277         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
1278         (cdparanoia_convert), (cdparanoia_query):
1279         * ext/cdparanoia/gstcdparanoia.h:
1280         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
1281         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
1282         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
1283         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1284         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
1285         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
1286         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1287         (gst_multifdsink_render), (gst_multifdsink_start),
1288         (gst_multifdsink_stop):
1289         * gst/tcp/gstmultifdsink.h:
1290         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
1291         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1292         (gst_tcpclientsink_stop):
1293         * gst/tcp/gsttcpclientsink.h:
1294         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
1295         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
1296         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
1297         * gst/tcp/gsttcpclientsrc.h:
1298         * gst/tcp/gsttcpserversink.h:
1299         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
1300         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1301         (gst_tcpserversrc_stop):
1302         * gst/tcp/gsttcpserversrc.h:
1303         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
1304         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
1305         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
1306           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
1307           moved bitshift from macro to enum definition
1308
1309 2005-10-12  Wim Taymans  <wim@fluendo.com>
1310
1311         * examples/seeking/Makefile.am:
1312         Oops.
1313
1314 2005-10-12  Wim Taymans  <wim@fluendo.com>
1315
1316         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1317         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1318         Don't assert on normal stuff.
1319
1320         * gst/playback/gstplaybin.c: (do_playbin_seek):
1321         API fix.
1322
1323 2005-10-12  Wim Taymans  <wim@fluendo.com>
1324
1325         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1326         * examples/seeking/Makefile.am:
1327         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
1328         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1329         (do_seek), (set_update_scale), (message_received), (main):
1330         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1331         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1332         Update for _get_state() API change.
1333
1334 2005-10-11  Wim Taymans  <wim@fluendo.com>
1335
1336         * gst-libs/gst/audio/gstbaseaudiosink.c:
1337         (gst_base_audio_sink_render):
1338         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1339         (gst_base_audio_src_create):
1340         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1341         (gst_ring_buffer_read):
1342         Cleanups.
1343         Commit and read from ringbuffer in samples rather than bytes.
1344
1345 2005-10-11  Wim Taymans  <wim@fluendo.com>
1346
1347         * gst-libs/gst/audio/gstbaseaudiosink.c:
1348         (gst_base_audio_sink_render):
1349         Respect segment rate and accum when scheduling samples.
1350
1351 2005-10-11  Julien MOUTTE  <julien@moutte.net>
1352
1353         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1354         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
1355         EOS correctly, that needs more work.
1356
1357 2005-10-11  Wim Taymans  <wim@fluendo.com>
1358
1359         * check/generic/states.c: (GST_START_TEST):
1360         remove old property.
1361
1362         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1363         (gst_ogg_demux_perform_seek):
1364         * ext/theora/theoradec.c: (theora_dec_sink_event):
1365         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1366         (vorbis_handle_data_packet):
1367         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1368         (gst_base_rtp_depayload_set_gst_timestamp):
1369         * gst/videorate/gstvideorate.c: (gst_videorate_event):
1370         Update for newsegment API change.
1371
1372 2005-10-11  Michael Smith <msmith@fluendo.com>
1373
1374         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1375         (do_playbin_seek), (gst_play_bin_send_event):
1376           Override send_event differently, so that we can takes bits of
1377           functionality from GstPipeline (special handling for seeks,
1378           including pausing/resuming, and resetting stream time) and still get
1379           the appropriate behaviour of only forwarding event to a single sink,
1380           rather than all of them.
1381           Unfortunately requires a lot of code duplication, but the
1382           alternatives are equally ugly in the end.
1383
1384 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1385
1386         * check/elements/audioconvert.c: (setup_audioconvert),
1387         (cleanup_audioconvert), (get_int_caps), (verify_convert),
1388         (GST_START_TEST), (audioconvert_suite):
1389           clean up tests a little, fix some leaks.
1390
1391 2005-10-10  Wim Taymans  <wim@fluendo.com>
1392
1393         * ext/alsa/gstalsasink.c:
1394         Also allow unsigned int.
1395
1396         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1397         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1398         Small cleanup
1399
1400 2005-10-10  Wim Taymans  <wim@fluendo.com>
1401
1402         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1403         Small update, use API as stated in design docs.
1404
1405         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1406         (update_scale), (do_seek), (seek_cb), (set_update_scale),
1407         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
1408         (message_received), (main):
1409         Updated seek example for GOption. Some usability improvements.
1410
1411 2005-10-10  Wim Taymans  <wim@fluendo.com>
1412
1413         * gst/audioconvert/audioconvert.h:
1414         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
1415         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
1416         Alloc temp storage somewhere else where we can do it more
1417         portable.
1418
1419 2005-10-10  Wim Taymans  <wim@fluendo.com>
1420
1421         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
1422         (gst_tcpserversrc_start):
1423         Don't block in accept while doing the state change, move
1424         to poll and make cancellable.
1425
1426 2005-10-09  Philippe Khalaf <burger@speedy.org>
1427
1428         * gst-libs/gst/rtp/rtpbasedepayload.c:
1429         Set timestamp and add queue delay to timestamp
1430         * gst-libs/gst/rtp/rtpbuffer.h:
1431         Set correct payload type for h263
1432
1433 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1434
1435         * gst/audiotestsrc/gstaudiotestsrc.c:
1436         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
1437         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
1438         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
1439         (gst_audiotestsrc_create_triangle),
1440         (gst_audiotestsrc_create_silence),
1441         (gst_audiotestsrc_create_white_noise),
1442         (gst_audiotestsrc_init_pink_noise),
1443         (gst_audiotestsrc_generate_pink_noise_value),
1444         (gst_audiotestsrc_create_pink_noise),
1445         (gst_audiotestsrc_change_wave):
1446         * gst/audiotestsrc/gstaudiotestsrc.h:
1447           fixed typo, added pink noise
1448
1449 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1450
1451         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
1452         (plugin_init):
1453           Add wavpack and spc typefind functions from 0.8 branch.
1454
1455 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1456
1457         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
1458         (ar_type_find), (msdos_type_find), (plugin_init):
1459           Add typefind functions for tar archives, ar archives,
1460           RAR archives, and msdos-executables (dlls, exe, etc.).
1461           Some of those would be wrongly identified as mpeg
1462           streams of some sort before (#315550).
1463
1464 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1465
1466         * configure.ac:
1467         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1468         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1469         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
1470         * gst/audiotestsrc/Makefile.am:
1471         * gst/audiotestsrc/gstaudiotestsrc.c:
1472         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
1473         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
1474         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
1475         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
1476         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
1477         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
1478         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
1479         (gst_audiotestsrc_create_silence),
1480         (gst_audiotestsrc_create_white_noise),
1481         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
1482         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
1483         (gst_audiotestsrc_start), (plugin_init):
1484         * gst/audiotestsrc/gstaudiotestsrc.h:
1485           add new plugin and element
1486         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
1487           use gobject_class
1488
1489 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1490
1491         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
1492         (gst_adder_init), (gst_adder_request_new_pad),
1493         (gst_adder_change_state):
1494           Add query function to source pad, so adder reports the correct
1495           time/sample position when queried (#315457); fix state change
1496           function; use GST_DEBUG_FUNCPTR() for pad functions.
1497
1498 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1499
1500         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
1501           Fix leaks in typefind registration
1502           Clean up the gratuitous commenting and whitespacing a little
1503
1504 2005-10-08  Wim Taymans  <wim@fluendo.com>
1505
1506         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1507         Only actually wait for the thread to be stopped if it's 
1508         running.
1509
1510 2005-10-08  Wim Taymans  <wim@fluendo.com>
1511
1512         * gst-libs/gst/audio/gstbaseaudiosink.c:
1513         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1514         If we receive EOS we can start playback of what we had.
1515
1516 2005-10-08  Wim Taymans  <wim@fluendo.com>
1517
1518         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1519         (gst_multifdsink_finalize), (multifdsink_hash_remove),
1520         (gst_multifdsink_stop):
1521         Fix crasher when going to NULL multiple times.
1522
1523 2005-10-06  Wim Taymans  <wim@fluendo.com>
1524
1525         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
1526         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1527         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1528         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
1529         patch from Edgard Lima <edgard.lima@indt.org.br>
1530         Fixed gstbaseaudiosrc adding ring buffer sync to it.
1531
1532 2005-10-06  Wim Taymans  <wim@fluendo.com>
1533
1534         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1535         Report the FLOW_RETURN as string in the error message.
1536
1537         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
1538         Don't assert when clearing an unnegotiated buffer.
1539
1540 2005-10-04  Michael Smith <msmith@fluendo.com>
1541
1542         * gst/playback/gstplaybasebin.c: (group_destroy),
1543         (gen_preroll_element), (remove_groups), (setup_source):
1544         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
1545         (setup_sinks), (gst_play_bin_send_event),
1546         (gst_play_bin_change_state):
1547           Set state to NULL before removing from bin. Fix refcounting.
1548
1549 2005-10-04  Michael Smith <msmith@fluendo.com>
1550
1551         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
1552           Correct refcounting in send_event() function. Previously was wrong
1553           if the first sink was unable to handle the event.
1554
1555 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1556
1557         * configure.ac:
1558           back to development
1559
1560 === release 0.9.3 ===
1561
1562 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1563
1564         * configure.ac:
1565           Releasing 0.9.3, "De Facto"
1566
1567 2005-10-03  Andy Wingo  <wingo@pobox.com>
1568
1569         * gst/playback/gstdecodebin.c (try_to_link_1)
1570         (remove_element_chain): set element to NULL before removing it.
1571
1572 2005-10-02  Johan Dahlin  <johan@gnome.org>
1573
1574         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
1575         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
1576         MT safe.
1577
1578 2005-10-02  Andy Wingo  <wingo@pobox.com>
1579
1580         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
1581         (gst_ring_buffer_prepare_read): 
1582         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
1583         Demote to LOG.
1584
1585 2005-09-29  Wim Taymans  <wim@fluendo.com>
1586
1587         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
1588         * ext/theora/theoradec.c: (theora_handle_data_packet):
1589         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1590         Propagate error codes from alloc_buffer too.
1591
1592 2005-09-29  Wim Taymans  <wim@fluendo.com>
1593
1594         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
1595         We use fixed caps.
1596
1597         * gst/playback/Makefile.am:
1598         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1599         (dump_element_stats), (main):
1600         Added example stream introspection code.
1601
1602 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
1603
1604         * gst/adder/gstadder.c: (gst_adder_collected):
1605           fix adder for float elements
1606
1607 2005-09-28  Wim Taymans  <wim@fluendo.com>
1608
1609         * gst-libs/gst/audio/gstbaseaudiosink.c:
1610         (gst_base_audio_sink_class_init),
1611         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
1612         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1613         (gst_base_audio_src_class_init),
1614         (gst_base_audio_src_provide_clock):
1615         get_clock -> provide_clock
1616
1617 2005-09-28  Andy Wingo  <wingo@pobox.com>
1618
1619         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
1620         and unlocking.
1621
1622         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
1623         unlocking.
1624
1625         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
1626         Actually add the pad template.
1627         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
1628
1629         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
1630         I'm at it...
1631
1632         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
1633         from fdsrc. Get caps in create() instead of start() so it can be
1634         interrupted. Interruption somewhat untested.
1635
1636         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
1637         Proper EOS handling.
1638
1639 2005-09-27  Andy Wingo  <wingo@pobox.com>
1640
1641         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
1642
1643         * gst/tcp/gsttcpserversrc.c: Cleaned up.
1644
1645         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
1646
1647         * gst/tcp/gsttcp.h: 
1648         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
1649         out of tcpclientsrc.c. Cancellable.
1650         (gst_tcp_socket_read): Made private, cancellable, with better
1651         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
1652         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
1653         whole buffer, and better diagnostics.
1654         (gst_tcp_gdp_read_caps): Same.
1655
1656         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
1657
1658 2005-09-26  Andy Wingo  <wingo@pobox.com>
1659
1660         * gst/sine/gstsinesrc.h:
1661         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
1662         change the 'sync' property to 'is-live' and implement it halfway,
1663         update for controller api change.
1664
1665         * gst/volume/gstvolume.c (volume_transform_ip): Update for
1666         controller api change.
1667
1668 2005-09-24  Wim Taymans  <wim@fluendo.com>
1669
1670         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
1671         * gst-libs/gst/audio/gstaudiosink.c:
1672         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
1673         (gst_audioringbuffer_stop):
1674         * gst-libs/gst/audio/gstbaseaudiosink.c:
1675         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
1676         (gst_base_audio_sink_change_state):
1677         * gst-libs/gst/audio/gstbaseaudiosink.h:
1678         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
1679         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1680         (gst_ring_buffer_commit), (gst_ring_buffer_read):
1681         * gst-libs/gst/audio/gstringbuffer.h:
1682         Fix sync again. Moved sample alignment to basesink.
1683
1684 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1685
1686         * docs/plugins/Makefile.am:
1687         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1688         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1689         * gst/volume/gstvolume.c:
1690           add/fix docs
1691         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
1692         * gst-libs/gst/audio/audio.h:
1693           add conversion macros for frames <-> clocktime
1694
1695 2005-09-23  David Schleef  <ds@schleef.org>
1696
1697         * gst/audioresample/Makefile.am:
1698         * gst/audioresample/debug.h:
1699         * gst/audioresample/gstaudioresample.c:
1700         * gst/audioresample/resample.c: Convert to using gst debugging
1701
1702 2005-09-22  Wim Taymans  <wim@fluendo.com>
1703
1704         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1705         (gst_play_bin_send_event):
1706         Only seek on one sink, the first one that succeeds.
1707
1708 2005-09-22  Michael Smith <msmith@fluendo.com>
1709
1710         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
1711         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1712         Don't flush encoder state unless we have an initialised encoder.
1713         Clear out encoder state on PAUSED_TO_READY.
1714
1715 2005-09-22  Wim Taymans  <wim@fluendo.com>
1716
1717         * gst-libs/gst/rtp/gstbasertppayload.c:
1718         (gst_basertppayload_class_init), (gst_basertppayload_init),
1719         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1720         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1721         (gst_basertppayload_is_filled), (gst_basertppayload_push),
1722         (gst_basertppayload_set_property),
1723         (gst_basertppayload_get_property),
1724         (gst_basertppayload_change_state):
1725         * gst-libs/gst/rtp/gstbasertppayload.h:
1726         Added max-ptime to control amount of data in the rtp packets.
1727
1728 2005-09-21  Andy Wingo  <wingo@pobox.com>
1729
1730         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
1731         thingies.
1732
1733         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
1734         can be called multiple times, dogs.
1735
1736 2005-09-21  Wim Taymans  <wim@fluendo.com>
1737
1738         * gst-libs/gst/rtp/gstbasertppayload.c:
1739         (gst_basertppayload_class_init), (gst_basertppayload_init),
1740         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1741         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1742         (gst_basertppayload_push), (gst_basertppayload_get_property),
1743         (gst_basertppayload_change_state):
1744         Allow 0 ssrc too.
1745
1746 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
1747
1748         * docs/libs/compiling.sgml:
1749           fixing typos
1750
1751 2005-09-20  Wim Taymans  <wim@fluendo.com>
1752
1753         * gst-libs/gst/rtp/gstbasertppayload.c:
1754         (gst_basertppayload_class_init), (gst_basertppayload_init),
1755         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1756         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1757         (gst_basertppayload_push), (gst_basertppayload_set_property),
1758         (gst_basertppayload_get_property),
1759         (gst_basertppayload_change_state):
1760         * gst-libs/gst/rtp/gstbasertppayload.h:
1761         Added property to configure sequence number offsets.
1762
1763 2005-09-20  Wim Taymans  <wim@fluendo.com>
1764
1765         * gst-libs/gst/rtp/gstbasertppayload.c:
1766         (gst_basertppayload_class_init), (gst_basertppayload_init),
1767         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1768         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1769         (gst_basertppayload_push), (gst_basertppayload_set_property),
1770         (gst_basertppayload_get_property),
1771         (gst_basertppayload_change_state):
1772         * gst-libs/gst/rtp/gstbasertppayload.h:
1773         Make timestamp offset configurable.
1774
1775 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1776
1777         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1778           fix wrong pop/unref
1779
1780 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
1781
1782         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1783
1784         * gst-libs/gst/interfaces/propertyprobe.c:
1785         (gst_property_probe_probe_property_name),
1786         (gst_property_probe_needs_probe_name),
1787         (gst_property_probe_get_values_name),
1788         (gst_property_probe_probe_and_get_values_name):
1789           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
1790           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
1791
1792 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1793
1794         * check/Makefile.am:
1795           have some tests be disabled for valgrinding
1796         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
1797         (GST_START_TEST):
1798         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
1799           Fix A Leak.  Chain To Parent Finalize.
1800
1801 2005-09-19  Wim Taymans  <wim@fluendo.com>
1802
1803         * examples/seeking/seek.c: (make_wav_pipeline), (main):
1804         Fixed wav pipeline.
1805
1806 2005-09-19  Wim Taymans  <wim@fluendo.com>
1807
1808         * gst-libs/gst/rtp/gstbasertppayload.c:
1809         (gst_basertppayload_class_init), (gst_basertppayload_init),
1810         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1811         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1812         (gst_basertppayload_push), (gst_basertppayload_get_property),
1813         (gst_basertppayload_change_state):
1814         Posting ERROR and WARNING messages is good.
1815
1816 2005-09-19  Wim Taymans  <wim@fluendo.com>
1817
1818         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1819         (gst_base_rtp_depayload_add_to_queue),
1820         (gst_base_rtp_depayload_push),
1821         (gst_base_rtp_depayload_set_gst_timestamp),
1822         (gst_base_rtp_depayload_queue_release):
1823         This one was not supposed to go in.
1824
1825 2005-09-19  Wim Taymans  <wim@fluendo.com>
1826
1827         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1828         Fix for bus API.
1829
1830         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1831         (gst_base_rtp_depayload_chain),
1832         (gst_base_rtp_depayload_add_to_queue),
1833         (gst_base_rtp_depayload_push),
1834         (gst_base_rtp_depayload_set_gst_timestamp),
1835         (gst_base_rtp_depayload_queue_release):
1836         Some cleanups.
1837
1838         * gst-libs/gst/rtp/gstbasertppayload.c:
1839         (gst_basertppayload_class_init), (gst_basertppayload_init),
1840         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
1841         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
1842         (gst_basertppayload_get_property),
1843         (gst_basertppayload_change_state):
1844         Added debugging category.
1845
1846 2005-09-18  David Schleef  <ds@schleef.org>
1847
1848         * gst/playback/gstdecodebin.c: free plugin list correctly
1849         * gst/playback/gstplaybin.c: emit warning if autovideosink
1850           and autoaudiosink can't be found (instead of segfaulting)
1851
1852 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1853
1854         * check/elements/audioconvert.c: (GST_START_TEST):
1855           try out 24 bit conversion
1856
1857 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1858
1859         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1860         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
1861         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
1862         * ext/vorbis/vorbisenc.h:
1863           Fix EOS handling.  Still needs a fix in the ogg muxer to
1864           mark the last page as eos.
1865
1866 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1867
1868         * common/gtk-doc-plugins.mak:
1869         * docs/plugins/Makefile.am:
1870         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1871         * gst/ffmpegcolorspace/Makefile.am:
1872         * gst/ffmpegcolorspace/avcodec.h:
1873         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1874         * gst/tcp/gstmultifdsink.c:
1875           fix up ffmpegcolorspace docs; extract header
1876
1877 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1878
1879         * common/gtk-doc-plugins.mak:
1880         * docs/plugins/Makefile.am:
1881         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1882         * ext/theora/Makefile.am:
1883         * ext/theora/gsttheoraenc.h:
1884         * ext/theora/theoraenc.c:
1885         * ext/vorbis/vorbisenc.c:
1886           pick up signals and args for vorbis; add some docs for vorbis
1887
1888 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1889
1890         * common/gstdoc-scangobj:
1891         * common/gtk-doc-plugins.mak:
1892         * docs/libs/Makefile.am:
1893         * docs/plugins/gst-plugins-base-plugins.args:
1894         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1895         * docs/plugins/gst-plugins-base-plugins.interfaces:
1896         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1897         * docs/plugins/gst-plugins-base-plugins.signals:
1898           only scanobj stuff from our source module.  Not sure yet
1899           if that's correct, given the hierarchy stuff :)
1900
1901 2005-09-15  Wim Taymans  <wim@fluendo.com>
1902
1903         * gst/audioconvert/gstaudioconvert.c:
1904         And enable 24 bits mode as well..
1905
1906 2005-09-15  Wim Taymans  <wim@fluendo.com>
1907
1908         * gst-libs/gst/rtp/Makefile.am:
1909         * gst-libs/gst/rtp/gstbasertppayload.c:
1910         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
1911         (gst_basertppayload_class_init), (gst_basertppayload_init),
1912         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
1913         (gst_basertppayload_chain), (gst_basertppayload_set_options),
1914         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
1915         (gst_basertppayload_set_property),
1916         (gst_basertppayload_get_property),
1917         (gst_basertppayload_change_state):
1918         * gst-libs/gst/rtp/gstbasertppayload.h:
1919         Added rtp payloader base class.
1920
1921 2005-09-15  Andy Wingo  <wingo@pobox.com>
1922
1923         * configure.ac (plugindir): Remove the EOL matcher from the
1924         regexp, as it causes me problems. Libtool? Make? Who knows?
1925
1926 2005-09-14  David Schleef  <ds@schleef.org>
1927
1928         * check/generic/states.c: 
1929         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
1930         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
1931           Fixes for changes in registry API.
1932
1933         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
1934           to GST_PLUGIN_LDFLAGS.
1935         * ext/libvisual/visual.c: Make the library shut up.
1936         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
1937         * gst-libs/gst/audio/gstaudiofilter.c: same
1938
1939 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1940
1941         * docs/plugins/Makefile.am:
1942         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1943         * docs/plugins/inspect/plugin-libvisual.xml:
1944         * docs/plugins/tmpl/element-tcpserversink.sgml:
1945         * ext/theora/theoraenc.c:
1946           add libvisual plugin and theoraenc element to docs
1947
1948 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1949
1950         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1951         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1952         * ext/theora/theoraenc.c:
1953           add theoraenc
1954
1955 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
1956
1957         * gst/audioconvert/Makefile.am:
1958           Audioconvert derives from GstBaseTransform and should
1959           link to the library with our base elements to avoid
1960           unresolved symbols. Makes things work with MinGW (#316160)
1961
1962         * gst/playback/test4.c: (main):
1963           Fix MinGW build problem and use g_usleep() instead of 
1964           sleep() (#316162)
1965
1966 2005-09-12  Wim Taymans  <wim@fluendo.com>
1967
1968         * gst/audioconvert/audioconvert.c: (float),
1969         (audio_convert_prepare_context), (audio_convert_convert):
1970         * gst/audioconvert/audioconvert.h:
1971         Cleanups, speedups, simplifications, added back support
1972         for 24 bits.
1973
1974 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1975
1976         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1977         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1978         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1979         * docs/plugins/tmpl/element-tcpserversink.sgml:
1980         * gst/ffmpegcolorspace/gstffmpeg.c:
1981         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1982         * gst/videotestsrc/gstvideotestsrc.c:
1983         * gst/volume/gstvolume.c:
1984           add more elements to the docs
1985
1986 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
1987
1988         * check/Makefile.am:
1989         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
1990         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
1991           Add extra tests for basetransform based components. 
1992           Comment out the test_element_negotiation test until we decide
1993           if it's testing correct behaviour.
1994         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
1995         (gst_visual_chain), (gst_visual_change_state):
1996           Slightly more correct but still bogus timestamping.
1997           Fix state change function.
1998         * gst/audioconvert/gstaudioconvert.c:
1999         (gst_audio_convert_class_init):
2000         * gst/audioresample/gstaudioresample.c:
2001         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2002         (gst_ffmpegcsp_class_init):
2003         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2004         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
2005         (gst_videoscale_prepare_image):
2006         * gst/volume/gstvolume.c: (gst_volume_class_init),
2007         (volume_transform_ip):
2008           Basetransform updates. Enable passthrough modes.
2009         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2010         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
2011         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
2012           Negotiation fix that allows the window to return to the original
2013           size and renegotiate passthrough upstream. Extra debug output.
2014
2015 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2016
2017         * gst/sine/gstsinesrc.c:
2018         * gst/volume/gstvolume.c:
2019           fix up header include
2020
2021 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
2022
2023         * gst-libs/gst/audio/gstbaseaudiosink.c:
2024         (gst_base_audio_sink_render):
2025         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
2026         * gst/volume/gstvolume.c: (gst_volume_class_init),
2027         (volume_transform):
2028           fixing lost sync, some more debugging
2029
2030 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
2031
2032         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2033         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
2034         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2035         (gst_xvimagesink_check_xshm_calls):
2036           Fix compilation when XShm is not available.
2037
2038 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2039
2040         * ext/libvisual/visual.c: (gst_visual_dispose),
2041         (gst_visual_getcaps), (gst_visual_src_setcaps),
2042         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
2043         (gst_visual_change_state):
2044           Finish fixing up libvisual plugin so that it runs. 
2045
2046 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2047
2048         * ext/vorbis/vorbisenc.c:
2049         * gst-libs/gst/tag/gstvorbistag.c:
2050           gsttaginterface.h -> gsttagsetter.h
2051
2052 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2053
2054         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2055           added another test that failes for me (test is not active by default)
2056
2057 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2058
2059         * configure.ac:
2060           v4l2 is no longer in gst-plugins-base
2061
2062 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2063
2064         * configure.ac:
2065           In the output at the end, don't show the first plugin on the same
2066           line as "Core plug-ins, always built:".
2067           Indent the output as for other plugin categories
2068         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2069           #define that can be used to not use peer buffer_alloc functions for
2070           test purposes.
2071         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2072         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
2073         (gst_ximagesink_show_frame):
2074         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2075         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
2076         (gst_xvimagesink_show_frame):
2077           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
2078           fails gracefully instead of XError aborting or deadlocking.
2079
2080 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2081
2082         * ext/libvisual/Makefile.am:
2083           link against gst-base-libs
2084
2085 2005-09-06  David Schleef  <ds@schleef.org>
2086
2087         * configure.ac: Enable libvisual plugin.
2088         * ext/libvisual/Makefile.am:
2089         * ext/libvisual/visual.c: Fixes to make it compile.
2090
2091 === release 0.9.2 ===
2092
2093 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2094
2095         * NEWS:
2096         * RELEASE:
2097         * configure.ac:
2098         * docs/random/ChangeLog-0.8:
2099           releasing 0.9.2, "Spoon"
2100
2101 2005-09-05  Michael Smith <msmith@fluendo.com>
2102
2103         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
2104           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
2105           that in the vorbisenc element.
2106
2107 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2108
2109         * common/gtk-doc-plugins.mak:
2110         * docs/plugins/Makefile.am:
2111           fix distcheck
2112         * gst/audioresample/resample.c:
2113           fix wrong docstring
2114
2115 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2116
2117         * common/gst-xmlinspect.py:
2118         * common/gtk-doc-plugins.mak:
2119           only inspect plugins for this given package
2120           require gst-python 0.9
2121
2122 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2123
2124         * Makefile.am:
2125         * autogen.sh:
2126         * common/gst-xmlinspect.py:
2127         * configure.ac:
2128         * docs/Makefile.am:
2129         * docs/plugins/inspect/plugin-alsa.xml:
2130         * docs/plugins/inspect/plugin-audioresample.xml:
2131         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2132         * docs/plugins/inspect/plugin-ogg.xml:
2133         * docs/plugins/tmpl/element-gnomevfssink.sgml:
2134         * docs/plugins/tmpl/element-multifdsink.sgml:
2135         * docs/plugins/tmpl/element-tcpserversink.sgml:
2136         * docs/plugins/tmpl/element-vorbisenc.sgml:
2137         * gst-plugins-base.spec.in:
2138           various doc-related updates
2139
2140 2005-08-31  Wim Taymans  <wim@fluendo.com>
2141
2142         * gst-libs/gst/audio/gstbaseaudiosink.c:
2143         (gst_base_audio_sink_render):
2144         Resync if the buffer timestamps drift more than a 10th 
2145         of a second.
2146
2147 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
2148
2149         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
2150         (gst_v4lsrc_get_property):
2151           The 'timestamp-offset' property is registered as an int64, so
2152           let's use g_value_{set|get}_int64() in our setter and getter
2153           functions (makes it work and fixes warnings with gst-inspect).
2154
2155 2005-08-30  Wim Taymans  <wim@fluendo.com>
2156
2157         * check/elements/audioconvert.c: (setup_audioconvert):
2158         * check/elements/audioresample.c: (setup_audioresample):
2159         * check/elements/volume.c: (setup_volume):
2160         Fix checks.
2161
2162 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2163
2164         * common/gtk-doc-plugins.mak:
2165         * common/plugins.xsl:
2166         * docs/plugins/Makefile.am:
2167           make module a param
2168
2169 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2170
2171         * examples/seeking/seek.c: (make_mp3_pipeline),
2172         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
2173         (play_cb), (pause_cb), (stop_cb):
2174           update the example
2175
2176 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2177
2178         * gst/volume/gstvolume.c: (gst_volume_class_init),
2179         (volume_transform):
2180           do not update controlled params, if buffer has no timestamp
2181
2182 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2183
2184         * configure.ac:
2185         * gst/sine/Makefile.am:
2186         * gst/volume/Makefile.am:
2187           controllerized elements also need to link against controller-libs ;)
2188
2189 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2190
2191         * docs/libs/tmpl/gstcolorbalance.sgml:
2192         * docs/libs/tmpl/gstgconf.sgml:
2193         * docs/libs/tmpl/gstmixer.sgml:
2194         * docs/libs/tmpl/gstringbuffer.sgml:
2195         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2196         (gst_sinesrc_create):
2197         * gst/volume/gstvolume.c: (gst_volume_class_init),
2198         (volume_transform):
2199           controllerized two audio plugins
2200
2201 2005-08-29  Andy Wingo  <wingo@pobox.com>
2202
2203         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
2204         (vorbis_handle_data_packet): Fix some int overflow errors.
2205
2206         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
2207         -1.
2208         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
2209         valid.
2210         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
2211         if it's valid. Fixed streaming-mode playback.
2212
2213         * check/elements/volume.c (cleanup_volume): Fix for running
2214         CK_FORK=no.
2215
2216         * check/elements/audioconvert.c: Convert from native endian, not
2217         little endian.
2218
2219 2005-08-29  Michael Smith <msmith@fluendo.com>
2220
2221         * ext/ogg/Makefile.am:
2222         * ext/ogg/gstogg.c: (plugin_init):
2223         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
2224         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
2225         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
2226         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
2227         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
2228         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
2229         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
2230         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
2231         Add an ogg parser element.
2232
2233 2005-08-28  Andy Wingo  <wingo@pobox.com>
2234
2235         * Updates for two-arg init from GST_BOILERPLATE_FULL.
2236
2237 2005-08-26  Wim Taymans  <wim@fluendo.com>
2238
2239         * gst/audioconvert/audioconvert.c: (if), (float),
2240         (audio_convert_get_func_index), (check_default),
2241         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2242         (audio_convert_clean_context), (audio_convert_get_sizes),
2243         (audio_convert_convert):
2244         Cleanups.
2245
2246 2005-08-26  Wim Taymans  <wim@fluendo.com>
2247
2248         * gst/audioconvert/audioconvert.c: (if), (float),
2249         (audio_convert_get_func_index), (check_default),
2250         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2251         (audio_convert_clean_context), (audio_convert_get_sizes),
2252         (audio_convert_convert):
2253         More elegant and working temp buffer selection algo.
2254
2255 2005-08-26  Wim Taymans  <wim@fluendo.com>
2256
2257         * gst/audioconvert/audioconvert.c: (if), (float),
2258         (audio_convert_get_func_index), (check_default),
2259         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2260         (audio_convert_clean_context), (audio_convert_get_sizes),
2261         (get_temp_buffer), (audio_convert_convert):
2262         Use realloc else we lose our original data.
2263
2264 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2265
2266         * gst/audioresample/gstaudioresample.c:
2267           use base class' newsegment to properly timestamp
2268
2269 2005-08-26  Wim Taymans  <wim@fluendo.com>
2270
2271         * gst/audioconvert/audioconvert.c: (if), (float),
2272         (audio_convert_get_func_index), (check_default),
2273         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2274         (audio_convert_clean_context), (audio_convert_get_sizes),
2275         (get_temp_buffer), (audio_convert_convert):
2276         * gst/audioconvert/gstaudioconvert.c:
2277         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
2278         (gst_audio_convert_transform_caps),
2279         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
2280         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
2281         Oops, allocate enough space to perform the channel mix.
2282
2283 2005-08-26  Wim Taymans  <wim@fluendo.com>
2284
2285         * gst/audioconvert/Makefile.am:
2286         * gst/audioconvert/audioconvert.c: (if), (float),
2287         (audio_convert_get_func_index), (check_default),
2288         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2289         (audio_convert_clean_context), (audio_convert_get_sizes),
2290         (get_temp_buffer), (audio_convert_convert):
2291         * gst/audioconvert/audioconvert.h:
2292         * gst/audioconvert/gstaudioconvert.c:
2293         (gst_audio_convert_class_init), (gst_audio_convert_init),
2294         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
2295         (gst_audio_convert_get_unit_size),
2296         (gst_audio_convert_transform_caps),
2297         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
2298         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
2299         * gst/audioconvert/gstaudioconvert.h:
2300         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2301         (gst_channel_mix_fill_identical),
2302         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2303         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2304         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
2305         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
2306         (gst_channel_mix_mix):
2307         * gst/audioconvert/gstchannelmix.h:
2308         Cleanups, librarify a bit, optimize, better negotiation and more.
2309
2310 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2311
2312         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
2313         Another from MikeS:
2314         During typefinding, don't support negative offsets
2315         (offsets from the end of the stream) in our typefind->peek() function
2316         - nothing embedded in ogg ever needs them. However, we need to recognise
2317         those requests and reject them, otherwise we return invalid pointers.
2318
2319 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2320
2321         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2322         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
2323         (vorbisdec_finalize), (vorbis_handle_type_packet):
2324           Big shout-out to MikeS for fixing this giant memory leak.
2325           Huzzah!
2326
2327 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2328
2329         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
2330         (audio_convert_get_unit_size):
2331           plug some leaks
2332
2333 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2334
2335         * check/Makefile.am:
2336         * check/elements/audioconvert.c: (setup_audioconvert),
2337         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2338         (GST_START_TEST), (audioconvert_suite), (main):
2339           add a test for audioconvert
2340         * gst/audioresample/gstaudioresample.c:
2341         * gst/audioresample/gstaudioresample.h:
2342           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
2343           note that for buffers of 1/3 sec this means DURATION(c) is 
2344           one nanosecond more than for a and b
2345
2346 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2347
2348         * check/Makefile.am:
2349         * check/elements/audioresample.c: (setup_audioresample),
2350         (cleanup_audioresample), (fail_unless_perfect_stream),
2351         (test_perfect_stream_instance), (GST_START_TEST),
2352           add a check for audioresample
2353         (audioresample_suite), (main):
2354         * check/elements/volume.c: (GST_START_TEST):
2355           remove unused method
2356         * gst/audioresample/gstaudioresample.c:
2357           set correct buffer parameters since we're changing them
2358         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2359           add some debug
2360
2361 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2362
2363         * gst/audioresample/debug.c:
2364         * gst/audioresample/gstaudioresample.c:
2365           add room for extra overlap samples when asked to transform size
2366           protect against possible mem corruption and check for discrepancies
2367           between written size and outbuffer's size so we can warn for
2368           potential problems
2369         * gst/audioresample/resample.c: (resample_init),
2370         (resample_get_output_size_for_input), (resample_get_output_size),
2371         (resample_set_n_channels), (resample_set_format):
2372           set debug level based on RESAMPLE_DEBUG env var
2373           make sure that get_output_size* returns a whole number of
2374           sample_size
2375           set sample_size each time either channel or format is set
2376         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
2377         * gst/audioresample/resample_functable.c:
2378         (resample_scale_functable):
2379         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2380           remove r->sample_size, it's done in resample.c now
2381           add some debugging to the ref implementation
2382           make sure we only give back bytes that are wholes of the sample
2383           size
2384
2385 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
2386         * gst/playback/gstplaybasebin.c: (fill_buffer):
2387         Revert unpopular change for GST_MESSAGE_SRC to GObject.
2388
2389 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
2390
2391         * gst/volume/gstvolume.c:
2392           made set_caps function static
2393
2394 2005-08-24  Wim Taymans  <wim@fluendo.com>
2395
2396         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2397         (gst_vorbisenc_change_state):
2398         Stop leaking taglists.
2399
2400 2005-08-24  Wim Taymans  <wim@fluendo.com>
2401
2402         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2403         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
2404         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
2405         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
2406         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2407         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
2408         Parse seeking events better.
2409         Unref static caps.
2410         Generate correct newsegment events, fixes seeking in live oggs.
2411
2412         * ext/theora/theoradec.c: (theora_dec_src_query),
2413         (theora_dec_src_event), (theora_dec_src_getcaps),
2414         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
2415         Use newsegment values to report correct play time.
2416
2417         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2418         (vorbis_dec_src_event), (vorbis_dec_sink_event):
2419         * ext/vorbis/vorbisdec.h:
2420         Parse and use newsegment values to report correct play time.
2421
2422         * gst-libs/gst/audio/gstbaseaudiosink.c:
2423         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2424         Clear ringbuffer on flush.
2425         Use newsegment values to calculate playback time.
2426
2427         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2428         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
2429         Basesink does newsegment calculations for us now.
2430
2431 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2432
2433         * check/Makefile.am:
2434         * configure.ac:
2435           add core's plugins to the mix so that playbin works
2436         * check/generic/states.c: (GST_START_TEST):
2437           set a 0 timeout on pipelines, so they don't force the next
2438           state change
2439         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
2440         (gst_play_base_bin_change_state):
2441           remove the crappy error handling and do GST error handling
2442
2443 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2444
2445         * check/Makefile.am:
2446         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
2447           add same test as to core, it bitches out on playbin atm.
2448
2449 2005-08-24  Wim Taymans  <wim@fluendo.com>
2450
2451         * configure.ac:
2452         Remove audioscale.
2453
2454 2005-08-24  Wim Taymans  <wim@fluendo.com>
2455
2456         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
2457         (gst_videoscale_prepare_size), (parse_caps),
2458         (gst_videoscale_set_caps), (gst_videoscale_get_size),
2459         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
2460         (gst_videoscale_transform):
2461         * gst/videoscale/gstvideoscale.h:
2462         Refactor, make use of BaseTranform really well.
2463
2464 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2465
2466         * configure.ac:
2467           compile audioresample
2468         * gst/audioresample/Makefile.am:
2469         * gst/audioresample/buffer.c:
2470         * gst/audioresample/functable.c:
2471         * gst/audioresample/gstaudioresample.c:
2472         * gst/audioresample/gstaudioresample.h:
2473         * gst/audioresample/resample.c:
2474         (resample_get_output_size_for_input):
2475         * gst/audioresample/resample.h:
2476         * gst/audioresample/resample_chunk.c:
2477         * gst/audioresample/resample_functable.c:
2478         * gst/audioresample/resample_ref.c:
2479           port to use basetransform; doesn't work in all cases yet
2480
2481 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2482
2483         * gst/audioconvert/gstaudioconvert.c:
2484         (gst_audio_convert_class_init), (gst_audio_convert_init),
2485         (audio_convert_get_unit_size), (audio_convert_transform_caps),
2486         (audio_convert_fixate_caps), (audio_convert_set_caps),
2487         (audio_convert_transform),
2488         (gst_audio_convert_buffer_to_default_format),
2489         (gst_audio_convert_buffer_from_default_format),
2490         (gst_audio_convert_channels):
2491         * gst/audioconvert/gstchannelmix.c:
2492         * gst/audioconvert/gstchannelmix.h:
2493           port to basetransform
2494         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2495         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
2496         (gst_ffmpegcsp_get_unit_size):
2497         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2498         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
2499           fix for basetransform changes
2500
2501 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
2502
2503         * check/Makefile.am:
2504           Add CHECK_CFLAGS and LDFLAGS
2505
2506         * gst/playback/gstplaybasebin.c: (fill_buffer):
2507           GST_MESSAGE_SRC became a GObject
2508
2509 2005-08-24  Wim Taymans  <wim@fluendo.com>
2510
2511         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
2512         (gst_ring_buffer_clear_all):
2513         * gst-libs/gst/audio/gstringbuffer.h:
2514         Added function to clear the ringbuffer.
2515
2516 2005-08-24  Andy Wingo  <wingo@pobox.com>
2517
2518         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
2519         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
2520         of _open and _close.
2521
2522         * sys/v4l/gstv4lxoverlay.h:
2523         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
2524         an Xv connection here, instead of all the time. Make Xv only be
2525         loaded if you axe for it. Kindof a workaround for buggy behaviour
2526         of Xv when using remote xservers (XvQueryExtension would block).
2527         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
2528         replace the _open and _close public API. Only start the xv
2529         connection if necessary.
2530         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
2531
2532 2005-08-23  David Schleef  <ds@schleef.org>
2533
2534         * gst/audioresample/Makefile.am: Leet audioresampling code
2535         * gst/audioresample/buffer.c:
2536         * gst/audioresample/buffer.h:
2537         * gst/audioresample/debug.c:
2538         * gst/audioresample/debug.h:
2539         * gst/audioresample/functable.c:
2540         * gst/audioresample/functable.h:
2541         * gst/audioresample/gstaudioresample.c:
2542         * gst/audioresample/gstaudioresample.h:
2543         * gst/audioresample/resample.c:
2544         * gst/audioresample/resample.h:
2545         * gst/audioresample/resample_chunk.c:
2546         * gst/audioresample/resample_functable.c:
2547         * gst/audioresample/resample_ref.c:
2548
2549 2005-08-23  Wim Taymans  <wim@fluendo.com>
2550
2551         * examples/seeking/seek.c: (make_vorbis_pipeline),
2552         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
2553         Small seek updates.
2554
2555 2005-08-23  Andy Wingo  <wingo@pobox.com>
2556
2557         * gst-libs/gst/audio/gstbaseaudiosrc.c
2558         (gst_base_audio_src_fixate): Only fixate endianness if it is
2559         present in the caps.
2560
2561 2005-08-22  Andy Wingo  <wingo@pobox.com>
2562
2563         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
2564         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
2565         device-name property.
2566
2567         * gst-libs/gst/audio/gstaudiosrc.h:
2568         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
2569         close_device in the ring buffer, like gstaudiosink.
2570
2571         * ext/alsa/gstalsamixer.h:
2572         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
2573         macro to implement the interface without much code. Cleanups. 
2574
2575         * ext/alsa/gstalsasrc.h:
2576         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
2577         READY.
2578
2579         * ext/alsa/Makefile.am: Add new files.
2580         * ext/alsa/gstalsamixerelement.c: 
2581         * ext/alsa/gstalsamixerelement.c: Split element code out from
2582         mixer code so that alsasrc can be a mixer too.
2583
2584 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2585
2586         * check/elements/volume.c: (setup_volume), (cleanup_volume),
2587         (GST_START_TEST):
2588         * check/elements/vorbisdec.c: (setup_vorbisdec),
2589         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
2590         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2591         (vorbis_handle_identification_packet),
2592         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
2593         (vorbis_handle_header_packet), (vorbis_dec_push),
2594         (vorbis_dec_chain):
2595           use the setup/teardown methods to save code.  save code is good.
2596
2597 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2598
2599         * check/Makefile.am:
2600           add ext dir for plugins
2601           add vorbisdec test conditionally
2602         * check/elements/volume.c: (setup_volume), (cleanup_volume),
2603         (GST_START_TEST), (volume_suite):
2604           add a test with wrong caps
2605         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
2606         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
2607           add a vorbisdec test
2608         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
2609         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
2610           clean up debug output
2611         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2612           yay, fix a segfault/security issue in vorbisdec
2613           gst-launch fakesrc ! vorbisdec wasn't happy
2614         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
2615         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
2616         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
2617         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
2618         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
2619         (gst_vorbisenc_set_metadata), (get_constraints_string),
2620         (update_start_message), (gst_vorbisenc_setup),
2621         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
2622         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
2623         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
2624         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
2625         * ext/vorbis/vorbisenc.h:
2626           march in line
2627         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2628         (gst_ffmpegcsp_transform):
2629           have the kow come home
2630         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
2631           debug my func ptr
2632         * gst/volume/gstvolume.c: (volume_set_caps):
2633           add a debug
2634
2635 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2636
2637         * Makefile.am:
2638         * check/.cvsignore:
2639         * check/Makefile.am:
2640         * check/elements/.cvsignore:
2641         * check/elements/volume.c: (chain_func), (event_func),
2642         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
2643         (main):
2644         * configure.ac:
2645           add unit test structure for gst-plugins-base
2646           add a test for volume
2647         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
2648         (gst_volume_set_volume), (gst_volume_get_volume),
2649         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
2650         (volume_funcfind), (volume_process_float), (volume_process_int16),
2651         (volume_set_caps), (volume_transform), (volume_update_mute),
2652         (volume_update_volume), (volume_set_property),
2653         (volume_get_property):
2654           document a little; use basetransform vmethod _set_caps
2655
2656 2005-08-19  Andy Wingo  <wingo@pobox.com>
2657
2658         * ext/alsa/gstalsamixertrack.h:
2659         * ext/alsa/gstalsamixertrack.c:
2660         * ext/alsa/gstalsamixeroptions.h:
2661         * ext/alsa/gstalsamixeroptions.c:
2662         * ext/alsa/gstalsamixer.h:
2663         * ext/alsa/gstalsamixer.c: Port to 0.9.
2664
2665         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
2666         Remove gstalsa.c and alsaclock. No more cruft here.
2667         
2668 2005-08-18  Wim Taymans  <wim@fluendo.com>
2669
2670         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2671         (gst_base_rtp_depayload_chain),
2672         (gst_base_rtp_depayload_add_to_queue),
2673         (gst_base_rtp_depayload_push),
2674         (gst_base_rtp_depayload_queue_release):
2675         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2676         Fix for RTPBuffer changes.
2677
2678         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
2679         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
2680         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
2681         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
2682         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
2683         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
2684         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
2685         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
2686         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
2687         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
2688         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
2689         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
2690         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
2691         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
2692         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
2693         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
2694         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
2695         (gst_rtpbuffer_get_payload):
2696         * gst-libs/gst/rtp/gstrtpbuffer.h:
2697         Don't subclass GstBuffer but add methods and helper functions
2698         to construct and manipulate RTP packets in regular GstBuffers.
2699
2700 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
2701
2702         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
2703           moved statement below switch
2704         * gst/volume/gstvolume.c: (gst_volume_class_init):
2705           added debug ptr
2706
2707 2005-08-16  Wim Taymans  <wim@fluendo.com>
2708
2709         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2710         (gst_base_audio_src_change_state):
2711         Open and close device in READY<->NULL state change.
2712
2713 2005-08-16  Andy Wingo  <wingo@pobox.com>
2714
2715         * examples/seeking/Makefile.am: Don't compile non-compiling
2716         compiled objects with the compiler.
2717
2718         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
2719         elements.
2720
2721 2005-08-12  Philippe Khalaf <burger@speedy.org>
2722         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2723         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2724           Made a thread to release the queue.
2725           Removed timestamp conversion for now.
2726
2727 2005-08-10  Philippe Khalaf <burger@speedy.org>
2728         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2729         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2730           Added rtp timestamp -> gst timestamp conversion.
2731           Fixed several problems with queue.
2732
2733 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
2734
2735         * gst-libs/gst/audio/gstaudioclock.h:
2736         * gst-libs/gst/audio/gstaudiofilter.h:
2737         * gst-libs/gst/audio/gstaudiosink.h:
2738         * gst-libs/gst/audio/gstaudiosrc.h:
2739         * gst-libs/gst/audio/gstbaseaudiosink.h:
2740         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2741         * gst-libs/gst/audio/gstringbuffer.h:
2742         * gst-libs/gst/net/gstnetbuffer.h:
2743         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2744         * gst-libs/gst/rtp/gstrtpbuffer.h:
2745           Add padding (you will need to rebuild gst-plugins-base,
2746           gst-plugins and all applications afterwards!)
2747
2748 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
2749
2750         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
2751         (gst_riff_parse_chunk):
2752           Fix bug in debug message and add some more debug messages.
2753
2754 2005-08-08  Edward Hervey  <edward@fluendo.com>
2755
2756         * gst-libs/gst/riff/riff-media.c:
2757         backported updates since branch
2758
2759 2005-08-08  Andy Wingo  <wingo@pobox.com>
2760
2761         * gst-libs/gst/audio/gstbaseaudiosink.c
2762         (gst_base_audio_sink_change_state): Open the device in NULL->READY
2763         like good elements should. Close on READY->NULL too.
2764
2765         * gst-libs/gst/audio/gstaudiosink.c
2766         (gst_audioringbuffer_open_device,
2767         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
2768         (gst_audioringbuffer_release): Updates for new ring buffer API,
2769         hook into the new audio sink api.
2770
2771         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
2772         (GstAudioSinkClass.close): Just open and close the device -- no
2773         resource allocation or configuration.
2774         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
2775         vmethods, handle device setup and resource allocation.
2776
2777         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
2778         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
2779         base class API.
2780
2781         * gst-libs/gst/audio/gstringbuffer.h
2782         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
2783         New vmethods.
2784
2785         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
2786         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
2787         New API functions. The device should be opened before acquiring
2788         and closed after releasing.
2789
2790 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
2791
2792         * gst-libs/gst/interfaces/mixer.h:
2793           Reset padding to GST_PADDING.
2794
2795 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2796
2797         * gst/playback/gstplaybin.c: (remove_sinks):
2798           Remove visualization from parent explicitely; works around some
2799           apparent refcount issue that I haven't tracked down yet.
2800
2801 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2802
2803         * ext/alsa/gstalsasink.c: (set_hwparams):
2804           Assign debug category, add negotiation debug msgs.
2805
2806 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2807
2808         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
2809           Fix error code for file-not-found to NOT_FOUND.
2810
2811 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2812
2813         * common/gtk-doc-plugins.mak:
2814         * docs/plugins/Makefile.am:
2815         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2816         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2817           renamed to actual element names, so much nicer to look at
2818         * docs/plugins/tmpl/gstmultifdsink.sgml:
2819           remove
2820         * docs/plugins/tmpl/multifdsink.sgml:
2821         * docs/plugins/tmpl/tcpserversink.sgml:
2822           add
2823         * ext/alsa/gstalsa.c:
2824         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
2825         * ext/ogg/gstoggmux.c:
2826         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
2827         * gst/playback/gstdecodebin.c:
2828         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
2829         * gst/tcp/gsttcpserversink.c:
2830           various fixes and documentation additions
2831
2832 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2833
2834         * common/Makefile.am:
2835         * common/gstdoc-scangobj:
2836         * common/gtk-doc-plugins.mak:
2837         * common/gtk-doc.mak:
2838           add a custom scangobj that uses the registry
2839           add a custom gtk-doc-plugins.mak that uses it
2840           some doc build fixes
2841         * configure.ac:
2842         * docs/Makefile.am:
2843         * docs/plugins/Makefile.am:
2844         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2845         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2846         * docs/plugins/gst-plugins-base-plugins.types:
2847         * docs/plugins/tmpl/gstmultifdsink.sgml:
2848           add docs for one element, multifdsink
2849         * gst/adder/gstadder.h:
2850         * gst/volume/gstvolume.h:
2851           don't privatize enum
2852         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
2853         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
2854         (gst_sync_method_get_type), (gst_client_status_get_type),
2855         (gst_multifdsink_class_init),
2856         (gst_multifdsink_client_queue_buffer),
2857         (gst_multifdsink_handle_client_write):
2858         * gst/tcp/gstmultifdsink.h:
2859         * gst/tcp/gsttcp.h:
2860         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
2861         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
2862         (gst_tcpclientsink_render):
2863         * gst/tcp/gsttcpclientsink.h:
2864         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
2865         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
2866         (gst_tcpclientsrc_start):
2867         * gst/tcp/gsttcpclientsrc.h:
2868         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
2869         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
2870         * gst/tcp/gsttcpserversrc.h:
2871         * gst/typefind/gsttypefindfunctions.c:
2872           remove superfluous Type stuff
2873
2874 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2875
2876         * gst/playback/gstplaybin.c: (gen_video_element):
2877           Enable videoscale.
2878
2879 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2880
2881         * gst-libs/gst/gconf/gconf.c:
2882         * gst-libs/gst/gconf/gconf.h:
2883           Fix some Andy Problem [tm].
2884
2885 2005-08-04  Andy Wingo  <wingo@pobox.com>
2886
2887         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
2888         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
2889         (gst_ffmpegcsp_get_size): Adapt to API changes.
2890
2891         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
2892         Implement an in-place do-nothing transform.
2893
2894 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2895
2896         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
2897         (gst_ximagesink_renegotiate_size):
2898           Do not set new window sizes yet if we prepare a new buffer size
2899           for upstream renegotiation (software scaling) at some point in the
2900           future, because this new size waqs not actually accepted yet. Once
2901           accepted, renegotiation later on will set the new sizes just fine.
2902           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
2903           embedding testcase.
2904
2905 2005-08-03  Andy Wingo  <wingo@pobox.com>
2906
2907         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
2908         (gst_ximagesink_buffer_alloc): 
2909         Protect the height, width, and desired_caps with the pool_lock.
2910         Fixes videotestsrc ! queue ! ximagesink.
2911
2912 2005-08-02  Edward Hervey  <edward@fluendo.com>
2913
2914         * gst/volume/gstvolume.c:
2915         include left from controller cleanup
2916
2917 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
2918         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
2919           Stop collectpads before calling the parent state
2920           change function on PAUSED->READY.
2921
2922 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
2923         * configure.ac:
2924           When testing for X libs, use the X CFlags 
2925         * gst/adder/gstadder.c: (gst_adder_change_state):
2926           Stop the collectpads before calling parent state change function
2927           on PAUSED->READY, otherwise we deadlock deactivating pads.
2928
2929 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
2930
2931         * configure.ac:
2932         * docs/libs/tmpl/gstcolorbalance.sgml:
2933         * docs/libs/tmpl/gstmixer.sgml:
2934         * examples/Makefile.am:
2935         * gst/sine/Makefile.am:
2936         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
2937         (gst_sinesrc_set_property), (plugin_init):
2938         * gst/sine/gstsinesrc.h:
2939         * gst/volume/Makefile.am:
2940         * gst/volume/gstvolume.c: (gst_volume_set_volume),
2941         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
2942         (volume_process_float), (volume_process_int16),
2943         (volume_set_property), (plugin_init):
2944         * gst/volume/gstvolume.h:
2945           deactivate and remove dparams (libgstcontrol)
2946
2947 2005-07-29  Wim Taymans  <wim@fluendo.com>
2948
2949         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
2950         Convert me to BaseTransform!! help..
2951
2952 2005-07-29  Andy Wingo  <wingo@pobox.com>
2953
2954         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
2955         sinks.
2956
2957         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
2958         support of both endiannesses.
2959
2960 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
2961
2962         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
2963           Fix confusing debug message (s/event/query/)
2964
2965 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
2966
2967         * gst/videotestsrc/videotestsrc.h:
2968           Use "_stdint.h" instead of <stdint.h>
2969
2970 2005-07-27  Wim Taymans  <wim@fluendo.com>
2971
2972         * ext/vorbis/Makefile.am:
2973         Revert wrong commit.
2974
2975 2005-07-27  Wim Taymans  <wim@fluendo.com>
2976
2977         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
2978         More compilation fixen.
2979
2980 2005-07-27  Wim Taymans  <wim@fluendo.com>
2981
2982         * gst-libs/gst/audio/gstbaseaudiosink.c:
2983         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
2984         (gst_base_audio_sink_create_ringbuffer),
2985         (gst_base_audio_sink_change_state):
2986         Fix compilation.
2987
2988 2005-07-27  Wim Taymans  <wim@fluendo.com>
2989
2990         * examples/seeking/seek.c: (setup_dynamic_link),
2991         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
2992         (query_positions_elems), (query_positions_pads), (do_seek):
2993         Update seek example.
2994
2995         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
2996         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
2997         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
2998         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
2999         (gst_ogg_demux_handle_event),
3000         (gst_ogg_demux_deactivate_current_chain),
3001         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3002         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3003         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
3004         (gst_ogg_demux_loop):
3005         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3006         * ext/theora/theoradec.c: (theora_dec_src_event),
3007         (theora_dec_src_getcaps), (theora_dec_sink_event),
3008         (theora_dec_push), (theora_dec_chain):
3009         * ext/vorbis/Makefile.am:
3010         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
3011         (vorbis_dec_sink_event), (vorbis_dec_push),
3012         (vorbis_handle_data_packet):
3013         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
3014         (gst_vorbisenc_chain):
3015         * gst/playback/gststreaminfo.c: (cb_probe):
3016         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
3017         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3018         * gst/videoscale/gstvideoscale.c:
3019         (gst_videoscale_handle_src_event):
3020         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
3021         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
3022         (gst_ximagesink_navigation_send_event):
3023         * sys/xvimage/xvimagesink.c:
3024         (gst_xvimagesink_navigation_send_event):
3025         Various event updates and cleanups
3026
3027 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3028
3029         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
3030           Fix segfault for I420/YV12.
3031
3032 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3033
3034         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3035           Report bitrate.
3036
3037 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3038
3039         * gst/playback/gstplaybin.c: (gen_video_element),
3040         (gen_audio_element):
3041           Switch to auto*sink elements as default sinks; add volume element
3042           so that volume control in totem works.
3043
3044 2005-07-21  Wim Taymans  <wim@fluendo.com>
3045
3046         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3047         * gst/playback/gstplaybin.c: (setup_sinks),
3048         (gst_play_bin_change_state):
3049         Refcount fix and more comments.
3050
3051 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3052
3053         * sys/ximage/Makefile.am:
3054         * sys/ximage/ximage.c: (plugin_init):
3055         * sys/ximage/ximagesink.c:
3056         Prepare for adding ximagesrc, rename of plugin to ximage etc.
3057         
3058
3059 2005-07-21  Wim Taymans  <wim@fluendo.com>
3060
3061         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3062         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3063         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3064         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3065         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3066         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
3067         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
3068         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
3069         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3070         Generate correct disconts for live chained oggs.
3071
3072         * gst-libs/gst/audio/gstbaseaudiosink.c:
3073         (gst_base_audio_sink_render),
3074         (gst_base_audio_sink_create_ringbuffer),
3075         (gst_base_audio_sink_change_state):
3076         Handle discont math correctly.
3077
3078         * gst/playback/gstplaybin.c: (add_sink):
3079         Some small debug cleanup.
3080
3081 2005-07-21  Wim Taymans  <wim@fluendo.com>
3082
3083         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
3084         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3085         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3086         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3087         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3088         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
3089         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3090         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
3091         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3092         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
3093         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
3094         (gst_ogg_demux_change_state), (gst_ogg_print):
3095         Reorganize code to send the right disconts when in streaming
3096         mode.
3097
3098 2005-07-20  Andy Wingo  <wingo@pobox.com>
3099
3100         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
3101         fix (?), fixes a seggie mcfalterson (#310894).
3102
3103 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3104
3105         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
3106         (gst_ogg_mux_set_header_on_caps):
3107         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3108         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3109         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
3110         * gst-libs/gst/audio/multichannel.c:
3111         (gst_audio_set_channel_positions),
3112         (gst_audio_set_structure_channel_positions_list):
3113         * gst/playback/gstdecodebin.c: (dynamic_create):
3114         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
3115         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3116           Fixes for API changes in core.
3117
3118 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3119
3120         * gst/playback/gstplaybasebin.c: (fill_buffer):
3121           Use _new_custom() so we can set custom message types for buffering
3122           messages.
3123
3124 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3125
3126         * configure.ac:
3127         * gst-libs/gst/Makefile.am:
3128         * gst-libs/gst/gconf/.cvsignore:
3129         * gst-libs/gst/gconf/Makefile.am:
3130         * gst-libs/gst/gconf/test-gconf.c:
3131         * pkgconfig/Makefile.am:
3132         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
3133         * pkgconfig/gstreamer-gconf.pc.in:
3134           Remove gconf stuff, use gconf elements instead from now on.
3135
3136 2005-07-20  Wim Taymans  <wim@fluendo.com>
3137
3138         * gst-libs/gst/audio/TODO:
3139         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3140         (gst_audio_clock_get_internal_time):
3141         * gst-libs/gst/audio/gstaudioclock.h:
3142         * gst-libs/gst/audio/gstbaseaudiosink.c:
3143         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3144         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
3145         (gst_base_audio_sink_render),
3146         (gst_base_audio_sink_create_ringbuffer),
3147         (gst_base_audio_sink_change_state):
3148         Make sure the audio clock always returns an increasing value.
3149
3150 2005-07-19  Andy Wingo  <wingo@pobox.com>
3151
3152         * gst/videotestsrc/: Cleanups.
3153
3154 2005-07-19  Wim Taymans  <wim@fluendo.com>
3155
3156         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
3157         Better debugging.
3158
3159 2005-07-19  Wim Taymans  <wim@fluendo.com>
3160
3161         * examples/seeking/seek.c: (make_dv_pipeline),
3162         (make_vorbis_theora_pipeline), (query_rates),
3163         (query_positions_elems), (query_positions_pads), (do_seek):
3164         Make correct DV pipeline.
3165
3166 2005-07-18  Andy Wingo  <wingo@pobox.com>
3167
3168         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
3169         default. Also because it's the only thing that really works. (This
3170         is used in the GConf elements).
3171         Use AS_LIBTOOL_TAGS.
3172
3173 2005-07-18  Wim Taymans  <wim@fluendo.com>
3174
3175         * gst/playback/gstdecodebin.c: (remove_element_chain):
3176         * gst/playback/gstplaybin.c: (add_sink):
3177         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3178         (gst_stream_info_set_mute):
3179         * gst/playback/gststreamselector.c:
3180         (gst_stream_selector_get_linked_pad),
3181         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
3182         More leak and compile fixes.
3183
3184 2005-07-18  Wim Taymans  <wim@fluendo.com>
3185
3186         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3187         (query_rates), (query_positions_elems), (query_positions_pads),
3188         (do_seek), (seek_cb), (stop_seek):
3189         Updated seek example. 
3190
3191         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
3192         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
3193         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
3194         * gst/playback/gstplaybin.c: (add_sink):
3195         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3196         (gst_stream_info_set_mute):
3197         Some refcount leak fixes.
3198
3199 2005-07-16  Wim Taymans  <wim@fluendo.com>
3200
3201         * gst-libs/gst/audio/gstbaseaudiosink.c:
3202         (gst_base_audio_sink_render):
3203         Align samples even if we have roundoff errors in the 
3204         timestamp conversion.
3205
3206 2005-07-16  Wim Taymans  <wim@fluendo.com>
3207
3208         * docs/libs/tmpl/gstringbuffer.sgml:
3209         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3210         (query_rates), (query_positions_elems), (query_positions_pads),
3211         (update_scale), (do_seek):
3212         Updated seek example.
3213
3214         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3215         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
3216         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
3217         (gst_ogg_demux_loop):
3218         Push out correct discont values.
3219
3220         * ext/theora/theoradec.c: (theora_dec_src_convert),
3221         (theora_dec_sink_convert), (theora_dec_src_getcaps),
3222         (theora_dec_sink_event), (theora_handle_type_packet),
3223         (theora_handle_header_packet), (theora_dec_push),
3224         (theora_handle_data_packet), (theora_dec_chain),
3225         (theora_dec_change_state):
3226         Better timestamping.
3227
3228         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3229         (vorbis_dec_sink_event), (vorbis_dec_push),
3230         (vorbis_handle_data_packet), (vorbis_dec_chain):
3231         * ext/vorbis/vorbisdec.h:
3232         Better timestamping.
3233
3234         * gst-libs/gst/audio/gstbaseaudiosink.c:
3235         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
3236         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3237         Handle syncing on timestamps instead of sample offsets. Make
3238         use of DISCONT values as described in design docs.
3239
3240         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3241         (gst_base_audio_src_get_time):
3242         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
3243         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
3244         (gst_ring_buffer_read):
3245         * gst-libs/gst/audio/gstringbuffer.h:
3246         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
3247         (gst_ximagesink_show_frame):
3248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3249         Correcly convert buffer timestamp to stream time.
3250
3251 2005-07-16  Wim Taymans  <wim@fluendo.com>
3252
3253         * gst/audioconvert/gstaudioconvert.c:
3254         (gst_audio_convert_get_buffer):
3255         Timestamp buffers correctly.
3256
3257         * gst/playback/gstplaybin.c: (gen_video_element):
3258         Make internal fakesink silent.
3259
3260 2005-07-15  Wim Taymans  <wim@fluendo.com>
3261
3262         * gst/ffmpegcolorspace/Makefile.am:
3263         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3264         (gst_ffmpegcsp_caps_remove_format_info),
3265         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
3266         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
3267         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
3268         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
3269         Ported ffmpegcolorspace to basetransform.
3270
3271         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
3272         * gst/volume/gstvolume.c: (volume_transform):
3273         Ported to new API.
3274
3275 2005-07-14  Wim Taymans  <wim@fluendo.com>
3276
3277         * gst/videotestsrc/Makefile.am:
3278         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
3279         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
3280         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
3281         (gst_videotestsrc_init), (gst_videotestsrc_event),
3282         (gst_videotestsrc_create), (gst_videotestsrc_start),
3283         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
3284         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3285         (gst_videotestsrc_get_property):
3286         * gst/videotestsrc/gstvideotestsrc.h:
3287         Make videotestsrc a pushsrc.
3288
3289 2005-07-14  Wim Taymans  <wim@fluendo.com>
3290
3291         * gst/tcp/gstfdset.c: (gst_fdset_free):
3292         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3293         (gst_multifdsink_add), (gst_multifdsink_remove),
3294         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3295         (gst_multifdsink_remove_client_link),
3296         (gst_multifdsink_client_queue_data),
3297         (gst_multifdsink_client_queue_caps),
3298         (gst_multifdsink_client_queue_buffer),
3299         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
3300         (gst_multifdsink_stop):
3301         * gst/tcp/gstmultifdsink.h:
3302         0.8 backporting.
3303
3304         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
3305         Also draw image when not from a pool.
3306
3307 2005-07-14  Wim Taymans  <wim@fluendo.com>
3308
3309         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
3310         (mute_stream), (silence_stream):
3311         Small debug additions.
3312
3313 2005-07-14  Wim Taymans  <wim@fluendo.com>
3314
3315         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
3316         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3317         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
3318         Better error recovery, ignore unconnected pads and
3319         non-fatal errors.
3320
3321 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3322
3323         * docs/libs/tmpl/gstaudio.sgml:
3324         * docs/libs/tmpl/gstcolorbalance.sgml:
3325         * docs/libs/tmpl/gstgconf.sgml:
3326         * docs/libs/tmpl/gstmixer.sgml:
3327         * docs/libs/tmpl/gstringbuffer.sgml:
3328         * docs/libs/tmpl/gsttuner.sgml:
3329         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3330         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3331         (gst_tcpclientsrc_class_init):
3332         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3333         (gst_tcpserversrc_class_init):
3334         * sys/v4l/gstv4lelement.c:
3335           more autistic cleanliness in functions/names/defines
3336
3337 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3338
3339         * configure.ac:
3340           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
3341           added manually to each Makefile.am so we are sure it goes
3342           *last* and doesn't add -L flags before linking in libs of our
3343           own, like, say, internal .la libs, that then accidentally pick
3344           up the installed copy.
3345         * docs/libs/Makefile.am:
3346         * ext/alsa/Makefile.am:
3347         * ext/cdparanoia/Makefile.am:
3348         * ext/gnomevfs/Makefile.am:
3349         * ext/libvisual/Makefile.am:
3350         * ext/ogg/Makefile.am:
3351         * ext/theora/Makefile.am:
3352         * ext/vorbis/Makefile.am:
3353         * gst-libs/gst/video/Makefile.am:
3354         * gst/adder/Makefile.am:
3355         * gst/audioconvert/Makefile.am:
3356         * gst/audiorate/Makefile.am:
3357         * gst/audioscale/Makefile.am:
3358         * gst/ffmpegcolorspace/Makefile.am:
3359         * gst/playback/Makefile.am:
3360         * gst/sine/Makefile.am:
3361         * gst/subparse/Makefile.am:
3362         * gst/tags/Makefile.am:
3363         * gst/tcp/Makefile.am:
3364         * gst/typefind/Makefile.am:
3365         * gst/videorate/Makefile.am:
3366         * gst/videoscale/Makefile.am:
3367         * gst/videotestsrc/Makefile.am:
3368         * gst/volume/Makefile.am:
3369         * sys/v4l/Makefile.am:
3370         * sys/ximage/Makefile.am:
3371         * sys/xvimage/Makefile.am:
3372           adapt properly to this change. This should make sure that
3373           plugins and libs properly link to the as-yet-uninstalled
3374           copies of stuff like libgstinterfaces and libgstvideo
3375
3376 2005-07-13  Andy Wingo  <wingo@pobox.com>
3377
3378         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
3379         (gst_v4lsrc_fixate): Fixate on format as well.
3380
3381         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
3382         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
3383         buffer points to it.
3384         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
3385         rather just doing X calls ourselves. Also fixes a memleak.
3386
3387 2005-07-12  Andy Wingo  <wingo@pobox.com>
3388
3389         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
3390         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
3391         (gst_v4lsrc_create): Re-add the copy-mode property, default to
3392         TRUE to avoid deadlocks if an element holds on to our buffers.
3393
3394 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3395
3396         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3397         (gst_sinesrc_init), (gst_sinesrc_create),
3398         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3399         (gst_sinesrc_start):
3400         * gst/sine/gstsinesrc.h:
3401           removing num-buffers property before moving it
3402
3403 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3404
3405         * configure.ac:
3406           use overridable ERROR_CFLAGS
3407         * docs/libs/gst-plugins-base-libs.types:
3408         * docs/libs/tmpl/gstringbuffer.sgml:
3409         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
3410         (gst_alsasink_class_init):
3411         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3412         (gst_alsasrc_class_init):
3413         * gst-libs/gst/audio/audio.h:
3414         * gst-libs/gst/audio/gstaudioclock.h:
3415         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3416         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
3417         (gst_audio_filter_link), (gst_audio_filter_init),
3418         (gst_audio_filter_chain), (gst_audio_filter_set_property),
3419         (gst_audio_filter_get_property),
3420         (gst_audio_filter_class_add_pad_templates):
3421         * gst-libs/gst/audio/gstaudiofilter.h:
3422         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3423         (gst_audio_filter_template_get_type),
3424         (gst_audio_filter_template_base_init),
3425         (gst_audio_filter_template_class_init),
3426         (gst_audio_filter_template_init),
3427         (gst_audio_filter_template_set_property),
3428         (gst_audio_filter_template_get_property), (plugin_init),
3429         (gst_audio_filter_template_setup),
3430         (gst_audio_filter_template_filter),
3431         (gst_audio_filter_template_filter_inplace):
3432         * gst-libs/gst/audio/gstaudiosink.c:
3433         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3434         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
3435         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3436         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3437         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
3438         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
3439         * gst-libs/gst/audio/gstaudiosink.h:
3440         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3441         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3442         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3443         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
3444         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
3445         (gst_audio_src_class_init), (gst_audio_src_init),
3446         (gst_audio_src_create_ringbuffer):
3447         * gst-libs/gst/audio/gstaudiosrc.h:
3448         * gst-libs/gst/audio/gstbaseaudiosink.c:
3449         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
3450         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3451         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
3452         (gst_base_audio_sink_set_property),
3453         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
3454         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
3455         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
3456         (gst_base_audio_sink_create_ringbuffer),
3457         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
3458         * gst-libs/gst/audio/gstbaseaudiosink.h:
3459         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3460         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
3461         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
3462         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
3463         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
3464         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
3465         (gst_base_audio_src_event), (gst_base_audio_src_create),
3466         (gst_base_audio_src_create_ringbuffer),
3467         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
3468         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3469         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
3470         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
3471         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
3472         (gst_ring_buffer_debug_spec_caps),
3473         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3474         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
3475         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
3476         (gst_ring_buffer_start), (gst_ring_buffer_pause),
3477         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
3478         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3479         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
3480         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
3481         (gst_ring_buffer_clear):
3482         * gst-libs/gst/audio/gstringbuffer.h:
3483         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
3484         (gst_video_sink_class_init), (gst_video_sink_get_type):
3485         * gst-libs/gst/video/videosink.h:
3486         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3487         (gst_multifdsink_class_init),
3488         (gst_multifdsink_handle_client_write),
3489         (gst_multifdsink_change_state):
3490         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3491         (gst_tcpclientsink_setcaps):
3492         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3493         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
3494         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
3495         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
3496         (gst_ximagesink_send_pending_navigation),
3497         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
3498         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
3499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
3500         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3501         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
3502         (gst_xvimagesink_send_pending_navigation),
3503         (gst_xvimagesink_navigation_send_event),
3504         (gst_xvimagesink_set_xwindow_id),
3505         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
3506         (gst_xvimagesink_get_type):
3507         more macro splitting
3508
3509 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3510
3511         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
3512           plug a memleak, allows me to import 1479 albums in one go
3513           in jamboree
3514         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3515         (vorbis_handle_type_packet), (vorbis_dec_chain),
3516         (vorbis_dec_change_state):
3517           fix some format strings
3518
3519 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3520
3521         * docs/libs/tmpl/gstcolorbalance.sgml:
3522         * docs/libs/tmpl/gstmixer.sgml:
3523         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
3524         (gst_alsasink_set_property), (gst_alsasink_get_property):
3525         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
3526         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
3527           add device property
3528
3529 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3530
3531         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3532         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
3533         (audiocast_register_listener), (audiocast_thread_run),
3534         (gst_gnomevfssrc_send_additional_headers_callback),
3535         (gst_gnomevfssrc_received_headers_callback),
3536         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
3537         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
3538         (gst_gnomevfssrc_get_size):
3539           add/clean up debugging
3540         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
3541           cleanups
3542
3543 2005-07-07  Andy Wingo  <wingo@pobox.com>
3544
3545         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
3546         framerate. Need to get a handle on when exactly this function is
3547         called, tho.
3548
3549         * sys/v4l/v4lsrc_calls.h:
3550         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
3551         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
3552         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
3553
3554         * sys/v4l/v4l_calls.h: Cast to V4lElement.
3555         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
3556         v4lelements are sources.
3557
3558         * sys/v4l/gstv4lxoverlay.h:
3559         * sys/v4l/gstv4lxoverlay.c:
3560         * sys/v4l/gstv4ltuner.h:
3561         * sys/v4l/gstv4ltuner.c: Header loc fixen.
3562         
3563         * sys/v4l/gstv4lsrc.h:
3564         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
3565         PushSrc/BaseSrc. Removed most sync-related properties, videorate
3566         or something should handle that. Made a live source.
3567
3568         * sys/v4l/gstv4lelement.h:
3569         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
3570         signals. Some cleanups.
3571
3572         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
3573
3574         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
3575         stuff.
3576
3577         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
3578         stuff.
3579
3580         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
3581
3582 2005-07-07  Wim Taymans  <wim@fluendo.com>
3583
3584         * ext/theora/theoradec.c: (theora_get_query_types),
3585         (theora_dec_src_getcaps), (theora_dec_push):
3586         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
3587         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
3588         Remove deprecated/unused query types.
3589
3590 2005-07-06  Wim Taymans  <wim@fluendo.com>
3591
3592         * ext/alsa/Makefile.am:
3593         * ext/alsa/gstalsaplugin.c: (plugin_init):
3594         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3595         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3596         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
3597         (gst_alsasrc_class_init), (gst_alsasrc_init),
3598         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
3599         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
3600         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
3601         (gst_alsasrc_reset):
3602         * ext/alsa/gstalsasrc.h:
3603         * gst-libs/gst/audio/Makefile.am:
3604         * gst-libs/gst/audio/gstaudiosink.c:
3605         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3606         (gst_audioringbuffer_start):
3607         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3608         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3609         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
3610         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3611         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3612         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3613         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
3614         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
3615         * gst-libs/gst/audio/gstaudiosrc.h:
3616         * gst-libs/gst/audio/gstbaseaudiosink.c:
3617         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
3618         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
3619         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
3620         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3621         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
3622         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
3623         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
3624         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
3625         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
3626         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
3627         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
3628         (gst_baseaudiosrc_change_state):
3629         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3630         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3631         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
3632         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
3633         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
3634         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
3635         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
3636         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
3637         * gst-libs/gst/audio/gstringbuffer.h:
3638         Added audiosource base classes.
3639         Ported alsasrc, still very basic.
3640
3641 2005-07-06  Wim Taymans  <wim@fluendo.com>
3642
3643         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
3644         (theora_dec_push), (theora_handle_data_packet):
3645         Prepare for better timestamp fix later.
3646
3647         * gst/audioconvert/gstaudioconvert.c:
3648         List most accurate caps first
3649
3650         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
3651         Use proper pad task function.
3652
3653         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3654         (gst_xvimagesink_show_frame):
3655         Fix deadlock when alloc failed.
3656
3657 2005-07-05  Andy Wingo  <wingo@pobox.com>
3658
3659         * ext/gnomevfs/gstgnomevfssrc.c:
3660         * gst/sine/gstsinesrc.c:
3661         * gst/tcp/gsttcpserversrc.c:
3662         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
3663
3664         * sys/v4l/: Port from 0.8.
3665
3666         * Many files: Null if we got it....
3667
3668 2005-07-05  Andy Wingo  <wingo@pobox.com>
3669
3670         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
3671         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
3672         Signedness fixes.
3673
3674 2005-07-05  Wim Taymans  <wim@fluendo.com>
3675
3676         * configure.ac:
3677         * gst/tcp/Makefile.am:
3678         * gst/tcp/README:
3679         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3680         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
3681         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
3682         (is_sync_frame), (gst_multifdsink_handle_client_write),
3683         (gst_multifdsink_render), (gst_multifdsink_start),
3684         (gst_multifdsink_stop), (gst_multifdsink_change_state):
3685         * gst/tcp/gstmultifdsink.h:
3686         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
3687         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
3688         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
3689         * gst/tcp/gsttcp.h:
3690         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3691         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3692         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
3693         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
3694         * gst/tcp/gsttcpclientsink.h:
3695         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3696         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
3697         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
3698         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
3699         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
3700         * gst/tcp/gsttcpclientsrc.h:
3701         * gst/tcp/gsttcpplugin.c: (plugin_init):
3702         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
3703         * gst/tcp/gsttcpserversink.h:
3704         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3705         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
3706         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
3707         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
3708         (gst_tcpserversrc_stop):
3709         * gst/tcp/gsttcpserversrc.h:
3710         * gst/tcp/gsttcpsink.c:
3711         * gst/tcp/gsttcpsink.h:
3712         * gst/tcp/gsttcpsrc.c:
3713         * gst/tcp/gsttcpsrc.h:
3714         Ported tcp plugins to 0.9. 
3715         
3716
3717 2005-07-05  Andy Wingo  <wingo@pobox.com>
3718
3719         * gst/playback/gstplaybasebin.c (fill_buffer):
3720         message_new_application fixen.
3721
3722         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
3723         Style fix.
3724
3725 2005-07-04  Wim Taymans  <wim@fluendo.com>
3726
3727         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
3728         Set caps on output buffer.
3729
3730 2005-07-04  Andy Wingo  <wingo@pobox.com>
3731
3732         * ext/gnomevfs/gstgnomevfssrc.c
3733         (gst_gnomevfssrc_received_headers_callback) 
3734         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
3735         hopefully.
3736
3737         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
3738         No refcount leakage.
3739
3740         * configure.ac: Enable -Werror.
3741         
3742         * ext/theora/theoradec.c (theora_dec_src_getcaps):
3743         * gst/audioconvert/bufferframesconvert.c
3744         (buffer_frames_convert_fixate):
3745         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
3746         (gst_audio_convert_fixate):
3747         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
3748         (gst_sinesrc_create): Fixate func changes.
3749         
3750         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3751         (gst_ximagesink_buffer_alloc): Unused var.
3752
3753 2005-07-01  Andy Wingo  <wingo@pobox.com>
3754
3755         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
3756         getcaps to do explicit caps. Needs to be done in all decoders,
3757         possibly via a base class.
3758
3759         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
3760
3761         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
3762         caps on the sink pad, just rely on the pad template. Also, setting
3763         ANY caps on a pad is not valid because the caps are not fixed.
3764
3765         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
3766         caps on the buffer, and get the width from the desired_caps if
3767         they're set.
3768         (gst_ximagesink_renegotiate_size): Implement via setting the
3769         desired_caps on the ximagesink.
3770         (gst_ximagesink_setcaps): Only reset the width of the player if it
3771         wasn't already set. Not sure if this is right.
3772         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
3773
3774         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
3775         that the user wants. NULL unless the window has been resized.
3776
3777         * gst/volume/gstvolume.c (volume_transform): Adapt to
3778         basetransform refcount changes.
3779         
3780 2005-07-01  Andy Wingo  <wingo@pobox.com>
3781
3782         * gst/videoscale/gstvideoscale.c:
3783         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
3784         from BaseTransform, implements a transform_caps. Removed dead code
3785         including some PAR stuff that was never reached -- should probably
3786         be added back somehow.
3787
3788 2005-07-01  Andy Wingo  <wingo@pobox.com>
3789
3790         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
3791         come later.
3792
3793 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3794
3795         * configure.ac:
3796         * docs/libs/Makefile.am:
3797         * docs/libs/gst-plugins-libs.types:
3798         * ext/alsa/Makefile.am:
3799         * ext/alsa/gstalsamixer.h:
3800         * ext/alsa/gstalsamixeroptions.h:
3801         * ext/alsa/gstalsamixertrack.h:
3802         * gst-libs/gst/Makefile.am:
3803         * gst-libs/gst/colorbalance/.cvsignore:
3804         * gst-libs/gst/colorbalance/Makefile.am:
3805         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
3806         * gst-libs/gst/colorbalance/colorbalance.c:
3807         * gst-libs/gst/colorbalance/colorbalance.h:
3808         * gst-libs/gst/colorbalance/colorbalance.vcproj:
3809         * gst-libs/gst/colorbalance/colorbalancechannel.c:
3810         * gst-libs/gst/colorbalance/colorbalancechannel.h:
3811         * gst-libs/gst/interfaces/Makefile.am:
3812         * gst-libs/gst/interfaces/colorbalance.c:
3813         (gst_color_balance_class_init):
3814         * gst-libs/gst/interfaces/colorbalance.h:
3815         * gst-libs/gst/interfaces/interfaces-marshal.list:
3816         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
3817         * gst-libs/gst/interfaces/mixer.h:
3818         * gst-libs/gst/interfaces/mixeroptions.h:
3819         * gst-libs/gst/interfaces/navigation.c:
3820         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
3821         * gst-libs/gst/interfaces/tuner.h:
3822         * gst/volume/Makefile.am:
3823         * gst/volume/gstvolume.c:
3824         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
3825         * sys/ximage/Makefile.am:
3826         * sys/ximage/ximagesink.c:
3827         * sys/xvimage/Makefile.am:
3828         * sys/xvimage/xvimagesink.c:
3829           fold in all interfaces into an interfaces dir, preserving CVS
3830           history
3831
3832 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3833
3834         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3835           Fix build after riff changes.
3836
3837 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3838
3839         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3840         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
3841         (gst_riff_create_video_template_caps),
3842         (gst_riff_create_audio_template_caps),
3843         (gst_riff_create_iavs_template_caps):
3844         * gst-libs/gst/riff/riff-media.h:
3845         * gst-libs/gst/riff/riff-read.h:
3846         * gst-libs/gst/riff/riff.c: (gst_riff_init):
3847           Add gst_riff_init() to initialize the debug category, instead
3848           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
3849
3850 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3851
3852         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
3853           Oops, I shouldn't apply hacks.
3854
3855 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3856
3857         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
3858           Remove pad_loop function which doesn't work.
3859
3860 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3861
3862         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
3863           Send EOS when deactivating.
3864         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3865         (check_queue), (queue_threshold_reached), (queue_out_of_data),
3866         (gen_preroll_element), (probe_triggered), (mute_stream),
3867         (silence_stream), (new_decoded_pad), (setup_substreams),
3868         (set_active_source):
3869         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
3870         (remove_sinks), (add_sink):
3871         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
3872           Change for new probe API.
3873
3874 2005-06-29  Wim Taymans  <wim@fluendo.com>
3875
3876         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
3877         * gst-libs/gst/audio/gstbaseaudiosink.c:
3878         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
3879         (gst_baseaudiosink_change_state):
3880         * gst-libs/gst/audio/gstbaseaudiosink.h:
3881         * gst-libs/gst/audio/gstringbuffer.c:
3882         (gst_ringbuffer_set_callback):
3883         Fix compilation error.
3884         Ringbuffer starts out as not running.
3885         Free our clock in dispose.
3886         When releasing the ringbuffer we need to renegotiate so
3887         clear the pad caps.
3888
3889 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3890
3891         * autogen.sh:
3892         * configure.ac:
3893         * docs/Makefile.am:
3894         * docs/libs/Makefile.am:
3895         * docs/libs/gst-plugins-libs-docs.sgml:
3896         * docs/libs/gst-plugins-libs-sections.txt:
3897         * docs/libs/gst-plugins-libs.types:
3898         * docs/libs/tmpl/gstaudio.sgml:
3899         * docs/libs/tmpl/gstcolorbalance.sgml:
3900         * docs/libs/tmpl/gstringbuffer.sgml:
3901         * gst-libs/gst/audio/gstringbuffer.c:
3902         (gst_ringbuffer_set_callback):
3903           reinstate gtk-doc docs for plugin libs
3904
3905 2005-06-28  Wim Taymans  <wim@fluendo.com>
3906
3907         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3908         (gst_ogg_demux_init):
3909         Removed pad loop function.
3910
3911 2005-06-28  Wim Taymans  <wim@fluendo.com>
3912
3913         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
3914         If we're building a chain we are not in an error case
3915         when we queue a buffer.
3916
3917 2005-06-28  Andy Wingo  <wingo@pobox.com>
3918
3919         * *.c: Don't cast to GstObject before reffing/unreffing.
3920
3921 2005-06-27  Andy Wingo  <wingo@pobox.com>
3922
3923         * gst/videotestsrc/gstvideotestsrc.c
3924         (gst_videotestsrc_activate_push): Activation API changes.
3925
3926         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
3927         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
3928         they have refs on the decodebin.
3929
3930         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
3931         parent class.
3932         (gst_ogg_pad_typefind): Don't leak a pad ref.
3933         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
3934         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
3935         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
3936
3937 2005-06-27  Edward Hervey  <edward@fluendo.com>
3938
3939         * ext/theora/theoradec.c: (theora_dec_change_state): 
3940         re-arranged call to parent's state change in order to avoid locks (or
3941         worse).
3942
3943 2005-06-26  Edward Hervey  <edward@fluendo.com>
3944
3945         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3946         2nd argument of 'unknow-type' signal is a GstCaps and not a
3947         GstMiniObject
3948
3949 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
3950         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
3951           Set the worker thread's running flag to TRUE before starting the
3952           thread.
3953         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
3954           Catch a failure to add typefind to the bin.
3955
3956 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3957
3958         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3959         (gst_sinesrc_init), (gst_sinesrc_create),
3960         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3961         (gst_sinesrc_start):
3962         * gst/sine/gstsinesrc.h:
3963           add num-buffers and timestamp-offset properties
3964         * gst/videotestsrc/gstvideotestsrc.c:
3965         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
3966         (gst_videotestsrc_get_property):
3967           add timestamp-offset property
3968
3969 2005-06-23  Christian Schaller  <uraeus@gnome.org>
3970
3971         * configure.ac: add videorate
3972         * gst-plugins-base.spec.in: add videorate
3973
3974 2005-06-23  Wim Taymans  <wim@fluendo.com>
3975
3976         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
3977         (gst_videorate_getcaps), (gst_videorate_setcaps),
3978         (gst_videorate_event), (gst_videorate_chain):
3979         Fixed videorate, fixating an already fixated caps is not
3980         an error.
3981
3982 2005-06-23  Wim Taymans  <wim@fluendo.com>
3983
3984         * ext/ogg/README:
3985         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
3986         Buffer on caps is not boxed anymore.
3987
3988 2005-06-22  Wim Taymans  <wim@fluendo.com>
3989
3990         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3991         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3992         Set buffers on caps as miniobjects and not as boxed.
3993
3994 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3995
3996         * configure.ac:
3997           back to HEAD
3998
3999 === release 0.9.1 ===
4000
4001 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4002
4003         * .cvsignore:
4004         * NEWS:
4005         * README:
4006         * RELEASE:
4007         * configure.ac:
4008         * po/af.po:
4009         * po/az.po:
4010         * po/cs.po:
4011         * po/en_GB.po:
4012         * po/hu.po:
4013         * po/it.po:
4014         * po/nb.po:
4015         * po/nl.po:
4016         * po/or.po:
4017         * po/sq.po:
4018         * po/sr.po:
4019         * po/sv.po:
4020         * po/uk.po:
4021         * po/vi.po:
4022           updates for release
4023
4024 2005-06-09  Andy Wingo  <wingo@pobox.com>
4025
4026         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
4027         
4028 2005-06-09  Andy Wingo  <wingo@pobox.com>
4029
4030         * configure.ac:
4031         * gst-libs/gst/Makefile.am:
4032         * gst-libs/gst/net/Makefile.am:
4033         Add gstnet to build.
4034
4035 2005-06-09  Andy Wingo  <wingo@pobox.com>
4036
4037         * gst-libs/gst/gconf/gconf.c:
4038         * gst/playback/test.c:
4039         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
4040         fixes.
4041
4042         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
4043
4044         * ext/theora/theoraenc.c (theora_enc_chain): 
4045         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
4046
4047         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
4048         RealPad.
4049
4050 2005-06-02  Wim Taymans  <wim@fluendo.com>
4051
4052         * gst-libs/gst/net/Makefile.am:
4053         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4054         * pkgconfig/gstreamer-libs.pc.in:
4055         Added net stuff, version net lib.
4056
4057 2005-06-02  Wim Taymans  <wim@fluendo.com>
4058
4059         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4060         (query_rates), (query_positions_elems), (query_positions_pads),
4061         (do_seek):
4062         Updated seek example.
4063
4064 2005-06-02  Andy Wingo  <wingo@pobox.com>
4065
4066         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
4067         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
4068         list.
4069
4070         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
4071         remove the typefind, the bin dispose will do it for us. When it's
4072         removed and unreffed, the signal handler will be disconnected,
4073         too.
4074         (unlinked): It's too difficult to disconnect from unlinked
4075         handlers, as they are on pads not elements. Just punt if the pads
4076         aren't grandkids of the bin.
4077
4078 2005-06-02  Wim Taymans  <wim@fluendo.com>
4079
4080         * ext/ogg/README:
4081         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4082         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
4083         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4084         * ext/theora/theoradec.c: (theora_dec_src_query),
4085         (theora_handle_data_packet):
4086         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4087         (theora_enc_chain):
4088         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4089         (vorbis_handle_data_packet):
4090         * gst/audioconvert/bufferframesconvert.c:
4091         (buffer_frames_convert_chain):
4092         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4093         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4094         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4095         (gst_ffmpegcsp_chain):
4096         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4097         (gst_videorate_getcaps), (gst_videorate_setcaps),
4098         (gst_videorate_event), (gst_videorate_chain):
4099         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
4100         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
4101         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4102         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4103         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4104         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4105         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4106         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4107         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4108         Cleanups and buffer alloc.
4109
4110 2005-05-31  Wim Taymans  <wim@fluendo.com>
4111
4112         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
4113         Don't try to call the delay method when the device is not
4114         opened.
4115
4116 2005-05-31  Wim Taymans  <wim@fluendo.com>
4117
4118         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
4119         Get actual segment size and buffer size after opening
4120         the device.
4121
4122 2005-05-30  Wim Taymans  <wim@fluendo.com>
4123
4124         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4125         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
4126         Also FLUSH upstream, makes the loop function exit faster.
4127         
4128         * ext/theora/theoradec.c: (theora_dec_src_query):
4129         Some more debug info in the query.
4130         
4131         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4132         (gst_ximagesink_setcaps):
4133         Release lock on par error, better error reporting.
4134
4135 2005-05-26  Wim Taymans  <wim@fluendo.com>
4136
4137         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4138         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
4139         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
4140         Clear chains in READY
4141         Queue packets until the chain is activated.
4142
4143 2005-05-25  Wim Taymans  <wim@fluendo.com>
4144
4145         * gst-libs/gst/audio/gstaudiosink.c:
4146         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4147         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4148         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4149         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4150         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4151         (gst_audiosink_create_ringbuffer):
4152         * gst-libs/gst/audio/gstbaseaudiosink.c:
4153         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4154         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4155         (gst_baseaudiosink_set_property), (build_linear_format),
4156         (debug_spec_caps), (debug_spec_buffer),
4157         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4158         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4159         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4160         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4161         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4162         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4163         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4164         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4165         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4166         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4167         (wait_segment), (gst_ringbuffer_commit),
4168         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4169         (gst_ringbuffer_clear):
4170         Various small cleanups.
4171
4172         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4173         (gst_audio_convert_change_state):
4174         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
4175         No need to take the locks anymore.
4176
4177 2005-05-25  Wim Taymans  <wim@fluendo.com>
4178
4179         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4180         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
4181         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
4182         (type_found):
4183         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
4184         (group_destroy), (group_commit), (queue_overrun),
4185         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
4186         (mute_stream), (new_decoded_pad), (setup_substreams),
4187         (setup_source), (mute_group_type), (set_active_source),
4188         (gst_play_base_bin_change_state):
4189         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
4190         (gen_video_element), (gen_text_element), (gen_audio_element),
4191         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
4192         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
4193         (gst_stream_info_dispose), (gst_stream_info_set_mute):
4194         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4195         Some playbin cleanups mostly refcounting sloppyness.
4196
4197 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4198
4199         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4200           Work with streaming input.
4201
4202 2005-05-25  Wim Taymans  <wim@fluendo.com>
4203
4204         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4205         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4206         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4207         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
4208         No need to take the STREAM lock anymore.
4209
4210 2005-05-25  Wim Taymans  <wim@fluendo.com>
4211
4212         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
4213         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
4214         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
4215         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
4216         (gst_ogg_demux_sink_activate):
4217         * ext/theora/theoradec.c: (theora_dec_src_event),
4218         (theora_handle_comment_packet), (theora_dec_chain),
4219         (theora_dec_change_state):
4220         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4221         (vorbis_handle_data_packet), (vorbis_dec_chain),
4222         (vorbis_dec_change_state):
4223         Remove STREAM locks as they are taken in core now.
4224         Never set bogus granulepos on vorbis/theora.
4225         Fix leaks in theoradec tag parsing.
4226
4227 2005-05-25  Wim Taymans  <wim@fluendo.com>
4228
4229         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4230         Fix memleaks, GST_BUFFER_DATA() is not freed.
4231
4232 2005-05-25  Wim Taymans  <wim@fluendo.com>
4233
4234         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4235         Open non-blocking, set to blocking mode afterwards to avoid
4236         lockups when audio device is busy.
4237
4238 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4239
4240         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
4241           This can't be good.
4242
4243 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4244
4245         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4246         (gst_audio_convert_chain), (gst_audio_convert_link_src),
4247         (gst_audio_convert_setcaps):
4248           Implement instant setup switching.
4249
4250 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4251
4252         * gst/playback/gstplaybasebin.c: (probe_triggered):
4253           Fix missing unlock.
4254         * gst/playback/gstplaybin.c: (add_sink):
4255           First add, then link (otherwise pad link fails).
4256
4257 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4258
4259         * examples/Makefile.am:
4260         fix buildbot (make distcheck)
4261
4262 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4263
4264         * gst/playback/gstplaybin.c: (gen_vis_element):
4265           Remove some wrong code. Doesn't work yet.
4266
4267 2005-05-19  Wim Taymans  <wim@fluendo.com>
4268
4269         * gst-libs/gst/net/Makefile.am:
4270         * gst-libs/gst/net/README:
4271         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
4272         (gst_netbuffer_class_init), (gst_netbuffer_init),
4273         (gst_netbuffer_finalize), (gst_netbuffer_copy),
4274         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
4275         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
4276         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
4277         * gst-libs/gst/net/gstnetbuffer.h:
4278         Added buffer subclass to store extra to/from addresses for
4279         network sources/sinks.
4280
4281 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4282
4283         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
4284           Don't lock an unassigned variable.
4285
4286 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4287
4288         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
4289           Increase buffer for video, decrease buffer for other media types.
4290         * gst/playback/gstplaybin.c: (gen_video_element),
4291         (gen_audio_element):
4292           Change names for debugging purposes.
4293
4294 2005-05-18  Wim Taymans  <wim@fluendo.com>
4295
4296         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4297         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4298         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4299         (gst_ffmpegcsp_chain):
4300         Enable buffer alloc passthrough if the source and dest
4301         formats are the same.
4302
4303 2005-05-17  Wim Taymans  <wim@fluendo.com>
4304
4305         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4306         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
4307         (gst_ogg_demux_chain_unlocked):
4308         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4309         (gst_audio_convert_caps_remove_format_info),
4310         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4311         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
4312         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4313         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4314         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
4315         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
4316         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
4317         (gst_ffmpegcsp_get_property):
4318         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4319         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4320         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4321         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
4322         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
4323         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4324         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
4325         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
4326         Leak fixes in oggdemux.
4327         Some cleanups in audioconvert.
4328         Make passthrough work along with buffer_alloc etc.
4329         Make buffer_alloc and buffer recycling actually work in
4330         xvimagesink.
4331
4332 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4333
4334         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
4335           make the compiler happy
4336
4337 2005-05-17  Wim Taymans  <wim@fluendo.com>
4338
4339         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4340         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
4341         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
4342         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
4343         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4344         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
4345         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4346         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
4347         (gst_xvimagesink_set_xwindow_id):
4348         * sys/xvimage/xvimagesink.h:
4349         Port xvimagesink to new MiniObject.
4350
4351 2005-05-17  Wim Taymans  <wim@fluendo.com>
4352
4353         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
4354         (gst_audiofilter_chain):
4355         * gst-libs/gst/audio/gstaudiosink.c:
4356         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4357         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4358         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4359         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4360         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4361         (gst_audiosink_create_ringbuffer):
4362         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4363         (gst_audio_convert_caps_remove_format_info),
4364         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4365         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4366         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4367         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4368         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4369         Fix passthrough in ffmpegcolorspace.
4370         Fix memset in audiosink on wrong memory.
4371
4372 2005-05-16  David Schleef  <ds@schleef.org>
4373
4374         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
4375         to GstMiniObject.
4376
4377 2005-05-16  David Schleef  <ds@schleef.org>
4378
4379         Port from GstData to GstMiniObject.
4380         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4381         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
4382         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
4383         (gst_ogg_mux_collected):
4384         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4385         * ext/theora/theoradec.c: (theora_handle_comment_packet),
4386         (theora_handle_data_packet):
4387         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4388         (theora_set_header_on_caps), (theora_enc_chain):
4389         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4390         (vorbis_handle_comment_packet):
4391         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4392         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
4393         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
4394         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
4395         * gst/audioconvert/gstaudioconvert.c:
4396         (gst_audio_convert_get_buffer):
4397         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4398         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
4399         (mute_stream), (silence_stream):
4400         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4401         * gst/volume/gstvolume.c: (volume_transform):
4402         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4403         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
4404         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
4405         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
4406         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
4407         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
4408         (gst_ximagesink_buffer_alloc):
4409         * sys/ximage/ximagesink.h:
4410
4411 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4412
4413         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4414         (fill_buffer), (check_queue), (queue_threshold_reached),
4415         (queue_out_of_data):
4416         * gst/playback/gstplaybasebin.h:
4417           Post buffer-fullness on the bus.
4418
4419 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4420
4421         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4422         (try_to_link_1):
4423         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4424         (group_commit), (probe_triggered), (setup_source),
4425         (gst_play_base_bin_change_state):
4426         * gst/playback/gstplaybasebin.h:
4427         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4428         (gst_play_bin_init), (remove_sinks), (setup_sinks),
4429         (gst_play_bin_change_state):
4430           Move setup_output_pads into a virtual function, remove
4431           group-switch (no longer needed) and redirect (handled by bus
4432           now) signals.
4433
4434 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4435
4436         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4437         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
4438         (get_active_group), (get_building_group), (group_destroy),
4439         (group_commit), (check_queue), (queue_overrun),
4440         (queue_threshold_reached), (queue_out_of_data),
4441         (gen_preroll_element), (remove_groups), (unknown_type),
4442         (add_element_stream), (no_more_pads), (probe_triggered),
4443         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
4444         (setup_substreams), (setup_source), (finish_source),
4445         (prepare_output), (muted_group_change_state),
4446         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
4447         (gst_play_base_bin_change_state):
4448         * gst/playback/gstplaybasebin.h:
4449         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4450         (gst_play_bin_init), (gst_play_bin_set_property),
4451         (gen_video_element), (gen_text_element), (gen_audio_element),
4452         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
4453         (gst_play_bin_change_state):
4454         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
4455         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
4456         (stream_info_change_state), (gst_stream_info_set_mute),
4457         (gst_stream_info_get_property):
4458         * gst/playback/gststreaminfo.h:
4459         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
4460         (gst_stream_selector_get_linked_pad),
4461         (gst_stream_selector_getcaps),
4462         (gst_stream_selector_get_linked_pads),
4463         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4464         * gst/playback/gststreamselector.h:
4465           Rough port of playbin. Needs some more work, but is mostly done,
4466           and uses a few locks in important places, which should make stuff
4467           like chain-switches clean. Still uses GST_STATE() in a few places,
4468           which isn't all that good an idea, subtitles/elements disabled
4469           because no elements to test with and thus probably broken, query
4470           and event handling moved to GstBin, internal thread removed
4471           alltogether because the pipeline does that for us now. Can play
4472           Ogg/Vorbis files. Haven't tested anything else yet.
4473
4474 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4475
4476         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
4477           Do no-more-pads (needed for autoplugging).
4478
4479 2005-05-10  Andy Wingo  <wingo@pobox.com>
4480
4481         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
4482         message to the bus with the tags. Still not sent downstream tho.
4483
4484         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
4485         get_parent.
4486         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
4487         avoid refcounting hassles.
4488
4489 2005-05-09  Andy Wingo  <wingo@pobox.com>
4490
4491         * gst/volume/Makefile.am:
4492         * gst/volume/demo.c
4493         * gst/volume/gstvolume.h
4494         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
4495         basetransform. Probably need an audio filter base class.
4496
4497 2005-05-09  Wim Taymans  <wim@fluendo.com>
4498
4499         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
4500         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
4501         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
4502         (gst_vorbisenc_chain):
4503         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4504         (gst_audio_convert_caps_remove_format_info),
4505         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4506         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4507         Make caps writable before writing to it.
4508         Fix negotiation in audioconvert some more.
4509
4510 2005-05-09  Wim Taymans  <wim@fluendo.com>
4511
4512         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4513         (gst_videorate_getcaps), (gst_videorate_setcaps),
4514         (gst_videorate_event), (gst_videorate_chain):
4515         Better negotiation.
4516
4517 2005-05-09  Wim Taymans  <wim@fluendo.com>
4518
4519         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4520         (gst_videorate_getcaps), (gst_videorate_setcaps),
4521         (gst_videorate_blank_data), (gst_videorate_init),
4522         (gst_videorate_event), (gst_videorate_chain),
4523         (gst_videorate_change_state):
4524         Port videorate, do a better job at negotiation while we're at
4525         it.
4526
4527 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
4528
4529         * configure.ac:
4530           Disable libvisual
4531
4532         * examples/Makefile.am:
4533         * gst-libs/gst/audio/Makefile.am:
4534         * gst-libs/gst/riff/Makefile.am:
4535         * gst-libs/gst/tag/Makefile.am:
4536         * gst-libs/gst/video/Makefile.am:
4537           Fixups for missing variables.
4538
4539 2005-05-09  Wim Taymans  <wim@fluendo.com>
4540
4541         * examples/seeking/seek.c: (make_theora_pipeline),
4542         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
4543         (query_rates), (query_positions_elems), (query_positions_pads),
4544         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
4545         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4546         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
4547         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
4548         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
4549         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
4550         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4551         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
4552         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
4553         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
4554         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
4555         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4556         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4557         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
4558         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
4559         (theora_dec_src_convert), (theora_dec_sink_convert),
4560         (theora_dec_src_query), (theora_dec_sink_query),
4561         (theora_dec_src_event), (theora_dec_sink_event),
4562         (theora_handle_comment_packet), (theora_handle_type_packet),
4563         (theora_handle_header_packet), (theora_handle_data_packet),
4564         (theora_dec_chain):
4565         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4566         (vorbis_dec_convert), (vorbis_dec_src_query),
4567         (vorbis_dec_sink_query), (vorbis_dec_src_event),
4568         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4569         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
4570         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
4571         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
4572         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
4573         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
4574         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4575         (gst_play_bin_query):
4576         * gst/playback/test3.c: (update_scale):
4577         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
4578         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
4579         * gst/subparse/gstsubparse.c: (gst_subparse_init):
4580         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
4581         (gst_videotestsrc_src_query):
4582         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
4583         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
4584         (paint_hline_YUV9):
4585         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
4586         Port to new query API.
4587         Updated seek.
4588         Cleanups in x[v]imagesink
4589
4590 2005-05-09  Andy Wingo  <wingo@pobox.com>
4591
4592         * ext/alsa/gstalsasink.h:
4593         * ext/gnomevfs/gstgnomevfssrc.c:
4594         (gst_gnomevfssrc_get_icy_metadata):
4595         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
4596         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
4597         * ext/theora/theoradec.c (theora_dec_src_query)
4598         (theora_dec_src_event, theora_dec_sink_event)
4599         (theora_handle_comment_packet, theora_handle_data_packet):
4600         * ext/theora/theoraenc.c (theora_enc_chain):
4601         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
4602         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
4603         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
4604         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
4605         (qt_type_find):
4606         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
4607         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
4608         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
4609         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
4610         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
4611         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
4612         (paint_setup_xBGR8888, paint_setup_RGBx8888)
4613         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
4614         (paint_setup_RGB565, paint_setup_xRGB1555):
4615         * gst/videotestsrc/videotestsrc.h:
4616         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
4617         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
4618         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
4619         GCC4 fixes.
4620         
4621         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
4622         gst_pad_query_position. Fixes oggdemux.
4623
4624 2005-05-08  David Schleef  <ds@schleef.org>
4625
4626         * configure.ac: Require liboil.
4627         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
4628         a few more.
4629         * gst/videotestsrc/videotestsrc.c:
4630         * gst/videotestsrc/videotestsrc.h:
4631
4632 2005-05-06  Wim Taymans  <wim@fluendo.com>
4633
4634         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4635         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4636         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4637         Well, unreffing a buffer right before pushing it is asking
4638         for trouble..
4639
4640 2005-05-06  Christian Schaller  <uraeus@gnome.org>
4641
4642         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
4643
4644 2005-05-06  Wim Taymans  <wim@fluendo.com>
4645
4646         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4647         (gst_audio_convert_caps_remove_format_info),
4648         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4649         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4650         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4651         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4652         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4653         * gst/sine/Makefile.am:
4654         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
4655         (gst_sinesrc_class_init), (gst_sinesrc_init),
4656         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
4657         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
4658         (gst_sinesrc_update_freq):
4659         * gst/sine/gstsinesrc.h:
4660         * gst/tcp/gstmultifdsink.c:
4661         * sys/xvimage/xvimagesink.c:
4662         Fixed negotiation wrt _peer_get_caps()
4663         Some cleanups.
4664
4665
4666 2005-05-06  Wim Taymans  <wim@fluendo.com>
4667
4668         * gst-libs/gst/audio/gstaudiosink.c:
4669         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4670         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4671         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4672         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4673         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4674         (gst_audiosink_create_ringbuffer):
4675         * gst-libs/gst/audio/gstbaseaudiosink.c:
4676         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4677         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4678         (gst_baseaudiosink_set_property), (build_linear_format),
4679         (debug_spec_caps), (debug_spec_buffer),
4680         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4681         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4682         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4683         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4684         * gst-libs/gst/audio/gstbaseaudiosink.h:
4685         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4686         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4687         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4688         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4689         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4690         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4691         (wait_segment), (gst_ringbuffer_commit),
4692         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4693         (gst_ringbuffer_clear):
4694         * gst-libs/gst/audio/gstringbuffer.h:
4695         Make the base audiosink return an error when there is no
4696         audiobuffer negotiated.
4697
4698 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4699
4700         * ext/Makefile.am:
4701         Disable cdparanoia until someone ports it!
4702
4703 2005-05-06  Wim Taymans  <wim@fluendo.com>
4704
4705         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4706         (gst_ogg_demux_sink_activate):
4707         And revert after wingo's revert.. sigh..
4708
4709 2005-05-05  Andy Wingo  <wingo@pobox.com>
4710
4711         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
4712         GObject.
4713         * configure.ac: Return audiorate and subparse from the ghetto.
4714         Re-enable -Wall -Werror.
4715         * gst/subparse/gstsubparse.c:
4716         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
4717         or chain-based. Cleaned up a bit. Not tested.
4718         
4719 2005-05-05  Christian Schaller <christian@fluendo.com> 
4720
4721         * Makefile.am: remove stuff that is not building
4722         * configure.ac: remove stuff that is not building
4723         * examples/Makefile.am: remove stuff that is not building
4724         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
4725         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
4726         * sys/Makefile.am: remove stuff that is not building
4727         * testsuite/Makefile.am: remove stuff that is not building
4728
4729 2005-05-05  Andy Wingo  <wingo@pobox.com>
4730
4731         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
4732         * gst-libs/gst/tag/gstvorbistag.c:
4733         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
4734         * gst/adder/gstadder.h:
4735         * gst/audioconvert/gstchannelmix.c:
4736         (gst_audio_convert_fill_one_other):
4737         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
4738         (gst_audiorate_init), (gst_audiorate_chain):
4739         * gst/playback/gstplaybasebin.c: (setup_source):
4740         * gst/playback/test3.c: (update_scale):
4741         Some GCC4 fixes
4742         
4743         * po/af.po:
4744         * po/az.po:
4745         * po/cs.po:
4746         * po/en_GB.po:
4747         * po/hu.po:
4748         * po/it.po:
4749         * po/nb.po:
4750         * po/nl.po:
4751         * po/or.po:
4752         * po/sq.po:
4753         * po/sr.po:
4754         * po/sv.po:
4755         * po/uk.po:
4756         * po/vi.po: Foo
4757
4758 2005-05-05  Wim Taymans  <wim@fluendo.com>
4759
4760         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4761         (gst_audio_convert_caps_remove_format_info),
4762         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
4763         (gst_audio_convert_change_state), (gst_audio_convert_channels):
4764         * gst/videotestsrc/gstvideotestsrc.c:
4765         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
4766         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
4767         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
4768         (gst_videotestsrc_init), (gst_videotestsrc_loop):
4769         Don't ignore _push() return values.
4770         Make sure no processing is done when shutting down.
4771         Videotestsrc pad activation fix.
4772
4773 2005-05-05  Wim Taymans  <wim@fluendo.com>
4774
4775         * gst/adder/Makefile.am:
4776         * gst/adder/gstadder.c: (gst_adder_setcaps),
4777         (gst_adder_class_init), (gst_adder_init),
4778         (gst_adder_request_new_pad), (gst_adder_collected),
4779         (gst_adder_change_state):
4780         * gst/adder/gstadder.h:
4781         Ported adder as an example of a mixer element using
4782         collect pads. Needs more negotiation work.
4783
4784 2005-05-05  Wim Taymans  <wim@fluendo.com>
4785
4786         * ext/theora/theoradec.c: (_inc_granulepos),
4787         (theora_dec_src_event), (theora_dec_sink_event),
4788         (theora_handle_comment_packet), (theora_handle_type_packet),
4789         (theora_handle_header_packet), (theora_handle_data_packet),
4790         (theora_dec_chain):
4791         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4792         (gst_theora_enc_init), (theora_enc_sink_setcaps),
4793         (theora_push_buffer), (theora_push_packet),
4794         (theora_enc_sink_event), (theora_enc_chain),
4795         (theora_enc_change_state), (theora_enc_set_property),
4796         (theora_enc_get_property):
4797         Added stream lock to decoder so that we can serialize
4798         the discont event.
4799         More theoraenc porting, recover from errors, do clean
4800         shutdown.
4801
4802 2005-05-05  Wim Taymans  <wim@fluendo.com>
4803
4804         * ext/ogg/Makefile.am:
4805         * ext/ogg/README:
4806         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4807         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
4808         (gst_ogg_print):
4809         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4810         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
4811         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
4812         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
4813         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
4814         (gst_ogg_mux_change_state):
4815         Ported ogg muxer.
4816
4817 2005-05-05  Wim Taymans  <wim@fluendo.com>
4818
4819         * docs/design-audiosinks.txt:
4820         * gst-libs/gst/audio/TODO:
4821         * gst-libs/gst/audio/gstaudiosink.c:
4822         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4823         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4824         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4825         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4826         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4827         (gst_audiosink_create_ringbuffer):
4828         * gst-libs/gst/audio/gstbaseaudiosink.c:
4829         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4830         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4831         (gst_baseaudiosink_set_property), (build_linear_format),
4832         (debug_spec_caps), (debug_spec_buffer),
4833         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4834         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4835         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4836         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4837         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4838         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4839         (gst_ringbuffer_release), (gst_ringbuffer_play),
4840         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4841         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
4842         (gst_ringbuffer_set_sample), (wait_segment),
4843         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
4844         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
4845         More work on the audiosink, mostly debugging and a race in
4846         shutdown.
4847
4848 2005-04-28  Wim Taymans  <wim@fluendo.com>
4849
4850         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4851         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
4852         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
4853         (vorbis_dec_src_query), (vorbis_dec_src_event),
4854         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4855         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
4856         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
4857         Don't crap out when seeking back to position 0.
4858
4859 2005-04-28  Wim Taymans  <wim@fluendo.com>
4860
4861         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
4862         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
4863         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
4864         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
4865         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
4866         Make audio sink configurable, use alsasink as default.
4867
4868 2005-04-28  Wim Taymans  <wim@fluendo.com>
4869
4870         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4871         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4872         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
4873         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
4874         (vorbis_dec_change_state):
4875         * ext/vorbis/vorbisdec.h:
4876         Refactor, use STREAM_LOCK.
4877
4878 2005-04-28  Wim Taymans  <wim@fluendo.com>
4879
4880         * ext/theora/theoradec.c: (_inc_granulepos),
4881         (theora_dec_sink_event), (theora_handle_comment_packet),
4882         (theora_handle_type_packet), (theora_handle_header_packet),
4883         (theora_handle_data_packet), (theora_dec_chain),
4884         (theora_dec_change_state):
4885         Refactor a bit, use STREAM_LOCK.
4886
4887 2005-04-28  Wim Taymans  <wim@fluendo.com>
4888
4889         * ext/alsa/Makefile.am:
4890         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
4891         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
4892         (gst_alsa_link), (gst_alsa_close_audio):
4893         * ext/alsa/gstalsaplugin.c: (plugin_init):
4894         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
4895         (gst_alsasink_dispose), (gst_alsasink_base_init),
4896         (gst_alsasink_class_init), (gst_alsasink_init),
4897         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
4898         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
4899         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
4900         (gst_alsasink_reset):
4901         * ext/alsa/gstalsasink.h:
4902         Implement alsasink with simple open/write/close API. 
4903         Make alsa dir build by disabling compilation of code.
4904
4905 2005-04-28  Wim Taymans  <wim@fluendo.com>
4906
4907         * gst-libs/gst/audio/Makefile.am:
4908         * gst-libs/gst/audio/audio.h:
4909         * gst-libs/gst/audio/audioclock.c:
4910         * gst-libs/gst/audio/audioclock.h:
4911         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
4912         (gst_audio_clock_class_init), (gst_audio_clock_init),
4913         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
4914         * gst-libs/gst/audio/gstaudioclock.h:
4915         * gst-libs/gst/audio/gstaudiosink.c:
4916         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4917         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4918         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4919         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4920         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4921         (gst_audiosink_create_ringbuffer):
4922         * gst-libs/gst/audio/gstbaseaudiosink.c:
4923         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4924         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4925         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
4926         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
4927         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4928         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4929         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4930         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4931         * gst-libs/gst/audio/gstbaseaudiosink.h:
4932         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4933         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
4934         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4935         (gst_ringbuffer_release), (gst_ringbuffer_play),
4936         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4937         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
4938         (gst_ringbuffer_set_sample), (wait_segment),
4939         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
4940         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
4941         * gst-libs/gst/audio/gstringbuffer.h:
4942         Make ringbuffer faster and more simple by removing the locks
4943         in the playback thread.
4944         Add sample accurate playback based on buffer sample offsets.
4945         Make the baseaudiosink provide a clock.
4946         Parse caps in the base class.
4947         Correctly handle seeking, flushing and state changes.
4948
4949 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4950
4951         * configure.ac:
4952         * gst/audioconvert/Makefile.am:
4953         * gst/audioscale/Makefile.am:
4954           Fix part of the build.  Come on guys, autogen didn't even work :)
4955
4956 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4957
4958         * configure.ac:
4959         * gst-libs/gst/Makefile.am:
4960         * gst-libs/gst/media-info/.cvsignore:
4961         * gst-libs/gst/media-info/Makefile.am:
4962         * gst-libs/gst/media-info/README:
4963         * gst-libs/gst/media-info/media-info-priv.c:
4964         * gst-libs/gst/media-info/media-info-priv.h:
4965         * gst-libs/gst/media-info/media-info-test.c:
4966         * gst-libs/gst/media-info/media-info.c:
4967         * gst-libs/gst/media-info/media-info.h:
4968         * gst-libs/gst/media-info/media-info.vcproj:
4969         * pkgconfig/Makefile.am:
4970         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
4971         * pkgconfig/gstreamer-media-info.pc.in:
4972           Remove media-info, which is also successed by playbin (see Totem
4973           implementation).
4974
4975 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4976
4977         * configure.ac:
4978         * examples/Makefile.am:
4979         * examples/gstplay/.cvsignore:
4980         * examples/gstplay/Makefile.am:
4981         * examples/gstplay/player.c:
4982         * gst-libs/gst/Makefile.am:
4983         * gst-libs/gst/play/.cvsignore:
4984         * gst-libs/gst/play/Makefile.am:
4985         * gst-libs/gst/play/play.c:
4986         * gst-libs/gst/play/play.h:
4987         * gst-libs/gst/play/play.vcproj:
4988         * pkgconfig/Makefile.am:
4989         * pkgconfig/gstreamer-play-uninstalled.pc.in:
4990         * pkgconfig/gstreamer-play.pc.in:
4991           Remove libgstplay, playbin is now the official successor.
4992
4993 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4994
4995         * configure.ac:
4996         * gst-libs/gst/Makefile.am:
4997         * gst-libs/gst/xwindowlistener/Makefile.am:
4998         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
4999         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
5000           Remove deprecated xwindowlistener (I've moved xwindowlistening
5001           in the v4l/v4l2 plugins over to serverside).
5002
5003 2005-04-25  David Schleef  <ds@schleef.org>
5004
5005         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
5006         to examples/dynparams.  Examples do not belong interspersed with
5007         source code.
5008         * examples/dynparams/demo-dparams.c:
5009         * gst/sine/Makefile.am:
5010         * gst/sine/demo-dparams.c:
5011
5012 2005-04-25  David Schleef  <ds@schleef.org>
5013
5014         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
5015         * gst-libs/gst/audio/Makefile.am:
5016         * gst-libs/gst/riff/Makefile.am:
5017         * gst-libs/gst/tag/Makefile.am:
5018         * gst-libs/gst/video/Makefile.am:
5019         * gst-libs/gst/xwindowlistener/Makefile.am:
5020
5021         Convert to 0.9 API, seems to work:
5022         * sys/ximage/Makefile.am:
5023         * sys/ximage/ximagesink.c:
5024
5025 2005-04-24  David Schleef  <ds@schleef.org>
5026
5027         Link plugins against libraries:
5028         * ext/alsa/Makefile.am:
5029         * gst/tcp/Makefile.am:
5030
5031         Remove asm code that should be in liboil
5032         * gst/videoscale/Makefile.am:
5033         * gst/videoscale/videoscale_x86_asm.s:
5034
5035         gettext wants these checked in:
5036         * po/af.po:
5037         * po/az.po:
5038         * po/cs.po:
5039         * po/en_GB.po:
5040         * po/hu.po:
5041         * po/it.po:
5042         * po/nb.po:
5043         * po/nl.po:
5044         * po/or.po:
5045         * po/sq.po:
5046         * po/sr.po:
5047         * po/sv.po:
5048         * po/uk.po:
5049         * po/vi.po:
5050
5051 2005-04-24  David Schleef  <ds@schleef.org>
5052
5053         Convert gst_main() to g_main_loop_run()
5054         * gst/playback/decodetest.c: (main):
5055         * gst/playback/test2.c: (main):
5056         * gst/playback/test3.c: (main):
5057         * gst/playback/test4.c: (main):
5058
5059         Link plugins against libraries:
5060         * ext/libvisual/Makefile.am:
5061         * sys/xvimage/Makefile.am:
5062
5063 2005-04-24  David Schleef  <ds@schleef.org>
5064
5065         * configure.ac: Remove idct and resample libs
5066         * gst-libs/gst/Makefile.am: same
5067
5068         Remove usage of gst_library_load():
5069         * ext/alsa/gstalsaplugin.c: (plugin_init):
5070         * ext/libvisual/visual.c: (plugin_init):
5071         * ext/ogg/gstogg.c: (plugin_init):
5072         * ext/theora/theora.c: (plugin_init):
5073         * ext/vorbis/vorbis.c: (plugin_init):
5074         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
5075         * gst/audioscale/gstaudioscale.c:
5076         * gst/adder/gstadder.c: (plugin_init):
5077         * gst/audioconvert/plugin.c: (plugin_init):
5078         * sys/ximage/ximagesink.c: (plugin_init):
5079         * sys/xvimage/xvimagesink.c: (plugin_init):
5080         * gst/tcp/gsttcpplugin.c: (plugin_init):
5081
5082         Link plugins against libraries:
5083         * ext/ogg/Makefile.am:
5084         * ext/theora/Makefile.am:
5085         * ext/vorbis/Makefile.am:
5086         * gst/audioconvert/Makefile.am:
5087
5088         Create proper libraries:
5089         * gst-libs/gst/riff/Makefile.am:
5090         * gst-libs/gst/audio/Makefile.am:
5091         * gst-libs/gst/video/Makefile.am:
5092
5093         Move resample library to audioscale plugin directory:
5094         * gst-libs/gst/resample/Makefile.am:
5095         * gst-libs/gst/resample/README:
5096         * gst-libs/gst/resample/dtof.c:
5097         * gst-libs/gst/resample/dtos.c:
5098         * gst-libs/gst/resample/functable.c:
5099         * gst-libs/gst/resample/private.h:
5100         * gst-libs/gst/resample/resample.c:
5101         * gst-libs/gst/resample/resample.h:
5102         * gst-libs/gst/resample/resample.vcproj:
5103         * gst-libs/gst/resample/test.c:
5104         * gst/audioscale/Makefile.am:
5105         * gst/audioscale/README:
5106         * gst/audioscale/dtof.c:
5107         * gst/audioscale/dtos.c:
5108         * gst/audioscale/functable.c:
5109         * gst/audioscale/private.h:
5110         * gst/audioscale/resample.c:
5111         * gst/audioscale/resample.h:
5112         * gst/audioscale/test.c:
5113
5114         Move tagedit library to gst-libs:
5115         * gst-libs/gst/tag/Makefile.am:
5116         * gst-libs/gst/tag/gstid3tag.c:
5117         * gst-libs/gst/tag/gsttagediting.c:
5118         * gst-libs/gst/tag/gsttageditingprivate.h:
5119         * gst-libs/gst/tag/gstvorbistag.c:
5120         * gst/tags/Makefile.am:
5121         * gst/tags/gstid3tag.c:
5122         * gst/tags/gstvorbistag.c:
5123
5124         Fix for core changes:
5125         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5126         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
5127         (gst_sinesrc_getrange):
5128
5129 2005-04-23  David Schleef  <ds@schleef.org>
5130
5131         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
5132         in gst-plugins in a long time, and properly belongs in liboil.
5133         * gst-libs/gst/idct/Makefile.am:
5134         * gst-libs/gst/idct/README:
5135         * gst-libs/gst/idct/dct.h:
5136         * gst-libs/gst/idct/doieee:
5137         * gst-libs/gst/idct/fastintidct.c:
5138         * gst-libs/gst/idct/floatidct.c:
5139         * gst-libs/gst/idct/idct.c:
5140         * gst-libs/gst/idct/idct.h:
5141         * gst-libs/gst/idct/idtc.vcproj:
5142         * gst-libs/gst/idct/ieeetest.c:
5143         * gst-libs/gst/idct/intidct.c:
5144
5145 2005-04-20  Wim Taymans  <wim@fluendo.com>
5146
5147         * docs/design-audiosinks.txt:
5148         * gst-libs/gst/audio/Makefile.am:
5149         * gst-libs/gst/audio/TODO:
5150         * gst-libs/gst/audio/gstaudiosink.c:
5151         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5152         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5153         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
5154         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5155         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5156         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
5157         (gst_audiosink_class_init), (gst_audiosink_init),
5158         (gst_audiosink_create_ringbuffer):
5159         * gst-libs/gst/audio/gstaudiosink.h:
5160         * gst-libs/gst/audio/gstbaseaudiosink.c:
5161         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
5162         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
5163         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
5164         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
5165         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
5166         (gst_baseaudiosink_create_ringbuffer),
5167         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5168         * gst-libs/gst/audio/gstbaseaudiosink.h:
5169         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5170         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
5171         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
5172         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5173         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
5174         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5175         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
5176         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
5177         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
5178         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
5179         * gst-libs/gst/audio/gstringbuffer.h:
5180         An attempt at a set of audio base classes together with some
5181         design docs.
5182
5183 2005-04-20  Wim Taymans  <wim@fluendo.com>
5184
5185         * gst/audioconvert/Makefile.am:
5186         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5187         (gst_audio_convert_caps_remove_format_info),
5188         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5189         (gst_audio_convert_channels):
5190         Link against audio libs.
5191         Fix audio convert plugin.
5192
5193 2005-04-20  Wim Taymans  <wim@fluendo.com>
5194
5195         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
5196         (gst_ogg_demux_sink_activate):
5197         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5198         (theora_set_header_on_caps), (theora_enc_sink_event),
5199         (theora_enc_chain):
5200         Fix theora encoder.
5201
5202 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5203
5204         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
5205         * gst/playback/gstdecodebin.c: (find_compatibles):
5206           Work with staticpadtemplates in elementfactories.
5207
5208 2005-04-12  Wim Taymans  <wim@fluendo.com>
5209
5210         * gst/playback/README:
5211         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5212         (compare_ranks), (print_feature), (gst_decode_bin_init),
5213         (dynamic_create), (dynamic_free), (find_compatibles),
5214         (mimetype_is_raw), (close_pad_link), (got_redirect),
5215         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
5216         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
5217         (gst_decode_bin_change_state):
5218         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5219         (gst_play_base_bin_init), (group_destroy), (group_commit),
5220         (check_queue), (queue_overrun), (queue_threshold_reached),
5221         (queue_out_of_data), (gen_preroll_element), (unknown_type),
5222         (new_decoded_pad), (setup_subtitle), (gen_source_element),
5223         (got_redirect), (setup_source), (play_base_eos),
5224         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5225         (gst_play_base_bin_remove_element):
5226         * gst/playback/gstplaybasebin.h:
5227         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5228         (gst_play_bin_init), (gst_play_bin_dispose),
5229         (gst_play_bin_set_property), (gen_video_element),
5230         (gen_text_element), (gen_audio_element), (remove_sinks),
5231         (gst_play_bin_send_event):
5232         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5233         (stream_info_change_state), (gst_stream_info_set_mute):
5234         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5235         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
5236         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
5237         (gst_stream_selector_chain):
5238         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
5239         (main):
5240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5241         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
5242         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5243         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
5244         Raw and crude port of decodebin. 
5245         Make playbin compile.
5246
5247 2005-04-06  Wim Taymans  <wim@fluendo.com>
5248
5249         * ext/gnomevfs/Makefile.am:
5250         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
5251         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5252         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
5253         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
5254         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
5255         (gst_gnomevfssrc_stop):
5256         * ext/ogg/Makefile.am:
5257         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
5258         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
5259         * ext/theora/Makefile.am:
5260         * ext/theora/theoradec.c: (_inc_granulepos),
5261         (theora_dec_sink_event), (theora_dec_chain):
5262         * ext/vorbis/Makefile.am:
5263         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5264         (vorbis_dec_sink_event), (vorbis_dec_chain):
5265         * gst-libs/gst/audio/Makefile.am:
5266         * sys/xvimage/Makefile.am:
5267         Make gnomevfssrc extend the source base class.
5268         Fix linking against libs in various plugins.
5269
5270 2005-04-06  Andy Wingo  <wingo@pobox.com>
5271
5272         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
5273         GST_BASE_LIBS.
5274
5275         * configure.ac: Add check and AC_SUBST for libgstbase.
5276
5277 2005-03-31  Wim Taymans  <wim@fluendo.com>
5278
5279         * examples/seeking/Makefile.am:
5280         * examples/seeking/cdparanoia.c: (main):
5281         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
5282         (play_cb), (pause_cb), (stop_cb), (main):
5283         * examples/seeking/playbin.c:
5284         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
5285         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
5286         (make_sid_pipeline), (make_vorbis_pipeline),
5287         (make_theora_pipeline), (make_vorbis_theora_pipeline),
5288         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5289         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
5290         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
5291         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
5292         (stop_cb), (main):
5293         * examples/seeking/spider_seek.c:
5294         * examples/seeking/vorbisfile.c:
5295         * ext/gnomevfs/Makefile.am:
5296         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5297         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
5298         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5299         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
5300         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
5301         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
5302         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
5303         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
5304         * ext/ogg/README:
5305         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
5306         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
5307         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
5308         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
5309         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
5310         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
5311         (gst_ogg_pad_event), (gst_ogg_pad_reset),
5312         (gst_ogg_demux_factory_filter), (compare_ranks),
5313         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5314         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5315         (gst_ogg_chain_new), (gst_ogg_chain_free),
5316         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
5317         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
5318         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
5319         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
5320         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
5321         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5322         (gst_ogg_demux_get_prev_page),
5323         (gst_ogg_demux_deactivate_current_chain),
5324         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5325         (gst_ogg_demux_bisect_forward_serialno),
5326         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5327         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
5328         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
5329         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
5330         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
5331         (gst_ogg_demux_change_state), (gst_ogg_print):
5332         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5333         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
5334         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5335         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
5336         (gst_ogg_mux_loop):
5337         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5338         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5339         (theora_dec_src_convert), (theora_dec_sink_convert),
5340         (theora_dec_src_query), (theora_dec_src_event),
5341         (theora_dec_sink_event), (theora_dec_chain),
5342         (theora_dec_change_state):
5343         * ext/theora/theoraenc.c: (gst_theora_enc_init),
5344         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
5345         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
5346         (theora_enc_change_state):
5347         * ext/vorbis/Makefile.am:
5348         * ext/vorbis/oggvorbisenc.c:
5349         * ext/vorbis/oggvorbisenc.h:
5350         * ext/vorbis/vorbis.c: (plugin_init):
5351         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5352         (vorbis_dec_src_query), (vorbis_dec_src_event),
5353         (vorbis_dec_sink_event), (vorbis_dec_chain),
5354         (vorbis_dec_change_state):
5355         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
5356         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
5357         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5358         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5359         (gst_vorbisenc_change_state):
5360         * ext/vorbis/vorbisenc.h:
5361         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
5362         * gst-libs/gst/audio/audioclock.c:
5363         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5364         (gst_audiofilter_init), (gst_audiofilter_chain):
5365         * gst-libs/gst/audio/testchannels.c: (main):
5366         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
5367         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
5368         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
5369         (gmip_find_track_streaminfo), (gmip_find_track_format):
5370         * gst-libs/gst/media-info/media-info.c:
5371         (gst_media_info_read_idler):
5372         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
5373         (gst_play_get_all_by_interface):
5374         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5375         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
5376         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5377         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
5378         (gst_riff_parse_info):
5379         * gst-libs/gst/riff/riff-read.h:
5380         * gst-libs/gst/riff/riff.c: (plugin_init):
5381         * gst-libs/gst/video/Makefile.am:
5382         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
5383         (gst_videosink_class_init), (gst_videosink_get_type):
5384         * gst-libs/gst/video/videosink.h:
5385         * gst/audioconvert/bufferframesconvert.c:
5386         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
5387         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
5388         * gst/audioconvert/channelmixtest.c: (main):
5389         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5390         (gst_audio_convert_chain),
5391         (gst_audio_convert_caps_remove_format_info),
5392         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
5393         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
5394         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
5395         (gst_audio_convert_buffer_to_default_format),
5396         (gst_audio_convert_buffer_from_default_format),
5397         (gst_audio_convert_channels):
5398         * gst/audioconvert/gstchannelmix.h:
5399         * gst/ffmpegcolorspace/avcodec.h:
5400         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5401         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5402         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
5403         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
5404         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
5405         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
5406         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
5407         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5408         (mpeg_video_type_find), (mpeg_video_stream_type_find),
5409         (dv_type_find):
5410         * gst/videotestsrc/gstvideotestsrc.c:
5411         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
5412         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
5413         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
5414         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
5415         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
5416         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
5417         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
5418         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5419         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
5420         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
5421         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
5422         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5423         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
5424         (gst_xvimagesink_navigation_send_event),
5425         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
5426         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
5427         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5428         * sys/xvimage/xvimagesink.h:
5429         Plugin port to 0.9, ogg/theora playback should work in the seek
5430         example now.
5431         Removed old examples.
5432         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
5433         explained in 0.9 TODO doc.
5434
5435
5436 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5437
5438         * autogen.sh:
5439         * configure.ac:
5440         * ext/Makefile.am:
5441         * gst/Makefile.am:
5442         * po/POTFILES.in:
5443         * po/af.po:
5444         * po/az.po:
5445         * po/cs.po:
5446         * po/en_GB.po:
5447         * po/hu.po:
5448         * po/it.po:
5449         * po/nb.po:
5450         * po/nl.po:
5451         * po/or.po:
5452         * po/sq.po:
5453         * po/sr.po:
5454         * po/sv.po:
5455         * po/uk.po:
5456         * po/vi.po:
5457         * sys/Makefile.am:
5458         * testsuite/Makefile.am:
5459           remove a whole bunch of plugins.  This module now contains a set
5460           of free reference plugins/elements as agreed.
5461
5462 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5463
5464         * configure.ac:
5465           hunting season on 0.9 is now OPEN
5466
5467 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5468
5469         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5470           Kick the hell out of gcc for not warning me about a symbol conflict.
5471
5472 2005-02-22  Luca Ognibene  <luogni@tin.it>
5473
5474         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5475
5476         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
5477           Don't leak caps string (fixes #168134)
5478
5479         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
5480         (gst_jpegenc_init), (gst_jpegenc_finalize),
5481         (gst_jpegenc_change_state):
5482           Don't leak line buffers and context struct (fixes #168133).
5483
5484 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
5485
5486         * configure.ac:
5487         * ext/dirac/gstdiracdec.cc:
5488         (gst_diracdec_chain):
5489           Since dirac 0.5.0 the framerate in dirac is expressed as a
5490           rational number. Fix build and up requirement to 0.5.0, and
5491           also pass parameters to gst_diracdec_link in the right order
5492           (fixes #167959).
5493
5494 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
5495
5496         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
5497         * ext/faad/gstfaad.h:
5498         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
5499         certain invalid muxed streams, where some packets will contain 
5500         junk after decoder data. Partially fixes #149158.
5501
5502 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
5503         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
5504           Make sure we only write to writable buffers
5505
5506 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
5507
5508         * gst-libs/gst/riff/riff-media.c:
5509         (gst_riff_create_audio_caps_with_data):
5510           Do actually fix invalid RIFF fmt header values for alaw
5511           and mulaw audio instead of just saying so.
5512
5513         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
5514           Give gst_riff_create_audio_caps_with_data() a chance to
5515           fix up broken format header fields before extracting any
5516           parameters from the header. (fixes #167633)
5517
5518 2005-02-19  Martin Holters  <martin.holters@gmx.de>
5519
5520         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5521
5522         * gst/audioconvert/bufferframesconvert.c:
5523         (buffer_frames_convert_link):
5524           Don't leak othercaps. (fixes #167878)
5525
5526 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
5527
5528         * configure.ac:
5529         * ext/libvisual/visual.c: (gst_visual_srclink),
5530         (gst_visual_change_state):
5531           Support libvisual 0.2.0.
5532
5533 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
5534
5535         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
5536         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
5537           Use same rowstrides for I420 as used everywhere else.
5538
5539 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
5540
5541         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
5542           Declare variables at beginning of block and make gcc-2.95 happy
5543           (fixes # 167482, patch by Gergely Nagy).
5544           
5545         * gst/tcp/gsttcpclientsrc.c:
5546         * gst/tcp/gsttcpclientsrc.h:
5547           Move some includes into the header, so that struct sockaddr_in is
5548           defined when it should be defined on FreeBSD as well (fixes
5549           #167483).
5550           
5551         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
5552           Don't pass uninitialised values to setsockopt() here either.
5553
5554 2005-02-17  Luca Ognibene  <luogni at tin dot it>
5555
5556         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5557
5558         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
5559           Don't pass uninitialised values to setsockopt(). (fixes #167704)
5560
5561 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5562
5563         * gst/playback/gstplaybin.c: (add_sink):
5564           Invert bin_add/link order to workaround deadlock in opt.
5565
5566 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5567
5568         * gst/modplug/gstmodplug.cc:
5569           Add missing break causing position queries to fail.
5570
5571 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5572
5573         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
5574           Granpos can apparently be -1, which screws up calculations...
5575
5576 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
5577
5578         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
5579         (gst_ximagesink_send_pending_navigation),
5580         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
5581         (gst_ximagesink_init):
5582         * sys/ximage/ximagesink.h:
5583         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
5584         (gst_xvimagesink_send_pending_navigation),
5585         (gst_xvimagesink_navigation_send_event),
5586         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
5587         * sys/xvimage/xvimagesink.h:
5588           Use a mutex protected list to marshal navigation
5589           events into the stream thread from whichever thread
5590           sends them.
5591
5592 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
5593
5594         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
5595           Display current position and track length; misc. clean-ups.
5596           
5597         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
5598         (speed_init), (speed_chain):
5599           Add query function, so that the stream length and current position
5600           get adjusted when queried (note that current position queries may
5601           still be wrong if the audio sink returns values based on buffer
5602           timestamps instead of passing on the query).
5603
5604 2005-02-13  Benjamin Otte  <otte@gnome.org>
5605
5606         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
5607         (gst_audio_convert_channels):
5608           create channel conversion matrix when linking
5609         * gst/audioconvert/.cvsignore:
5610         * gst/audioconvert/Makefile.am:
5611         * gst/audioconvert/channelmixtest.c: (main):
5612           add (ugly) test that ensures stereo <=> mono conversion works
5613           correctly
5614
5615 2005-02-13  Benjamin Otte  <otte@gnome.org>
5616
5617         * gst/audioconvert/gstchannelmix.h:
5618           include missing header file
5619         * gst/audioconvert/gstchannelmix.c:
5620         (gst_audio_convert_fill_compatible):
5621           use same sign for both channels when converting to/from compatible
5622           channel. Previously used different signs made the signals cancel
5623           each other out and appear like silence. (fixes #167269)
5624
5625 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
5626
5627         * gst/ffmpegcolorspace/avcodec.h:
5628         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5629         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
5630         (gst_ffmpegcsp_avpicture_fill):
5631         * gst/ffmpegcolorspace/imgconvert.c:
5632           Convert to and from YV12 (fixes #156379).
5633
5634 2005-02-12  Julien MOUTTE  <julien@moutte.net>
5635
5636         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
5637         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
5638         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
5639         (gst_ximagesink_expose), (gst_ximagesink_set_property),
5640         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
5641         methods from chain and negotiation and vice versa (Fixes #166142).
5642         * sys/ximage/ximagesink.h: Add stream_lock.
5643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
5644         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
5645         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5646         (gst_xvimagesink_expose): Check for xcontext before trying to link.
5647
5648 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
5649
5650         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
5651           Don't send "Hey! You gave me a NULL pointer you naughty person" as
5652           error message when we can't open the DVD device (when dvdnav_open()
5653           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
5654           the above). Send something more useful instead (fixes #167117).
5655
5656 2005-02-11  Julien MOUTTE  <julien@moutte.net>
5657
5658         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5659         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
5660         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
5661         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5662         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
5663         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
5664         methods from chain and negotiation and vice versa (Fixes #166142).
5665         Fix a possible bug of images in the buffer pool being discarded because
5666         we are looking at the wrong geometry.
5667         * sys/xvimage/xvimagesink.h: Add stream_lock.
5668
5669 2005-02-11  David Schleef  <ds@schleef.org>
5670
5671         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
5672         unsigned int. (fixes #167128)
5673
5674 2005-02-11  David Schleef  <ds@schleef.org>
5675
5676         * gst/librfb/Makefile.am: Testing stuff before committing is
5677           for wimps... and people with fast machines.  Fix stupid
5678           mistake.
5679
5680 2005-02-11  David Schleef  <ds@schleef.org>
5681
5682         * configure.ac: Pull in librfb from my CVS tree, because it is
5683           too small and annoying to be separate.  Move rfbsrc plugin
5684           to gst/.
5685         * ext/Makefile.am:
5686         * ext/librfb/Makefile.am:
5687         * ext/librfb/gstrfbsrc.c:
5688         * gst/librfb/Makefile.am:
5689         * gst/librfb/gstrfbsrc.c:
5690         * gst/librfb/rfb.c:
5691         * gst/librfb/rfb.h:
5692         * gst/librfb/rfbbuffer.c:
5693         * gst/librfb/rfbbuffer.h:
5694         * gst/librfb/rfbbytestream.c:
5695         * gst/librfb/rfbbytestream.h:
5696         * gst/librfb/rfbcontext.h:
5697         * gst/librfb/rfbdecoder.c:
5698         * gst/librfb/rfbdecoder.h:
5699         * gst/librfb/rfbutil.h:
5700
5701 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
5702
5703         * gst/speed/Makefile.am:
5704         * gst/speed/demo-mp3.c: (main):
5705         * gst/speed/filter.func:
5706         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
5707         (speed_class_init), (speed_init), (speed_chain_int16),
5708         (speed_chain_float32), (speed_chain), (speed_set_property),
5709         (speed_get_property), (speed_change_state):
5710         * gst/speed/gstspeed.h:
5711           Fix speed element and make it chain-based (fixes #156467),
5712           and make it handle more than one channel.
5713
5714 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
5715
5716         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
5717         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
5718         (gst_dtsdec_chain), (gst_dtsdec_change_state):
5719         * ext/dts/gstdtsdec.h:
5720           Don't clobber the stack constructing the channels array.
5721           Make the element chain-based. DTS tracks can now be played.
5722           
5723 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
5724
5725         * gst-libs/gst/audio/multichannel.h:
5726         * gst-libs/gst/gconf/gconf.h:
5727         * gst-libs/gst/idct/idct.h:
5728         * gst-libs/gst/media-info/media-info-priv.h:
5729         * gst-libs/gst/play/play.h:
5730         * gst-libs/gst/resample/private.h:
5731         * gst-libs/gst/resample/resample.h:
5732         * gst-libs/gst/riff/riff-ids.h:
5733         * gst-libs/gst/video/video.h:
5734         * gst-libs/gst/video/videosink.h:
5735           Add G_BEGIN_DECLS and G_END_DECLS around headers where
5736           missing, so that they work when included from C++ code.
5737
5738 2005-02-09  David Schleef  <ds@schleef.org>
5739
5740         * testsuite/gst-lint: Check for non-statically scoped
5741           parent_class variables.  This won't be a problem once
5742           plugins are loaded with RTLD_LOCAL.
5743
5744 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5745
5746         * ext/mplex/gstmplexibitstream.cc:
5747           gcc madness.
5748
5749 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5750
5751         * ext/ogg/gstogmparse.c:
5752         * gst/debug/gstnavigationtest.c:
5753           Die, thou faulty symbol pollutors (non-static parent_class).
5754
5755 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5756
5757         * ext/mplex/gstmplexibitstream.cc:
5758           Fix event handling (#165525).
5759
5760 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5761
5762         * ext/mikmod/gstmikmod.c:
5763         * gst/modplug/gstmodplug.cc:
5764           Add missing endianness to template (fixes #165509).
5765
5766 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5767
5768         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
5769           Fix wrong order of reading of optional bytes (#165290).
5770
5771 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5772
5773         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5774           Implement FILLER event awareness.
5775
5776 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5777
5778         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
5779           Fix track calculations (#166208).
5780
5781 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
5782
5783         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5784
5785         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
5786         * ext/libpng/gstpngenc.c:
5787           Fix byte-order, use proper fixed caps. Fixes #164197.
5788
5789 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
5790
5791         * configure.ac:
5792           Add dvdlpcmdec 
5793
5794         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
5795         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
5796           Don't push buffers if the src pad isn't negotiated yet.
5797           
5798         * gst/audioconvert/gstaudioconvert.c:
5799         (gst_audio_convert_buffer_to_default_format),
5800         (gst_audio_convert_buffer_from_default_format):
5801           Add support for 24-bit width.
5802
5803         * gst/dvdlpcmdec/.cvsignore:
5804         * gst/dvdlpcmdec/Makefile.am:
5805         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
5806         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
5807         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
5808         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
5809         (plugin_init):
5810         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
5811           New decoder for rearranging DVD LPCM into our audio/x-raw-int
5812           format. Needs support for the channels maps if someone can find 
5813           a DVD LPCM track with > 2 channels.
5814
5815         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
5816         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
5817         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
5818         * gst/mpegstream/gstdvddemux.h:
5819         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
5820         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
5821         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
5822         * gst/mpegstream/gstmpegdemux.h:
5823         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
5824         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
5825         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
5826         (gst_mpeg_parse_handle_src_query),
5827         (gst_mpeg_parse_handle_src_event):
5828           Use audio/x-dvd-lpcm for LPCM output.
5829           Add DTS output.
5830
5831 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
5832
5833         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5834
5835         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
5836         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
5837           Add BGRA handling (#165736).
5838
5839 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
5840
5841         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5842
5843         * gst/law/alaw-decode.c: (alawdec_link):
5844         * gst/law/alaw-encode.c: (alawenc_link):
5845         * gst/law/mulaw-decode.c: (mulawdec_link):
5846         * gst/law/mulaw-encode.c: (mulawenc_link):
5847           Fix caps memleaks (#166600).
5848
5849 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
5850
5851         * ext/tarkin/mem.h:
5852         * ext/tarkin/wavelet.h:
5853         * ext/tarkin/yuv.h:
5854         * gst/ffmpegcolorspace/avcodec.h:
5855           Include "_stdint.h" instead of <stdint.h>. Fixes build on
5856           systems that don't have stdint.h, like Solaris9 (fixes #166631).
5857
5858 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5859
5860         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
5861         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
5862         (gst_xvimagesink_change_state):
5863           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
5864           Xv video (and thereby regenerate Xv colourkey) in clear() so
5865           that PLAY -> READY -> PLAY works (fixes #162504).
5866
5867 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5868
5869         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
5870           Switch to list instead of range, since MJPEG-devices really just
5871           support decimations, not any size.
5872
5873 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
5874         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
5875         (gst_mpeg2dec_reset), (free_all_buffers),
5876         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
5877         * ext/mpeg2dec/gstmpeg2dec.h:
5878           The libmpeg2 user-allocated buffer management is awkward, 
5879           to say the least. Hopefully this fixes things.
5880
5881 2005-02-04  Andy Wingo  <wingo@pobox.com>
5882
5883         * gst/audioconvert/bufferframesconvert.c
5884         (buffer_frames_convert_fixate): New function, fixates to 256
5885         frames per buffer by default. (Much better than 1.)
5886         (buffer_frames_convert_init): Set the fixate function for both src
5887         and sink pad.
5888         (buffer_frames_convert_link): After success setting nonfixed caps,
5889         get the negotiated caps so we can know how many buffer-frames it
5890         will be. No idea how this worked at all before.
5891
5892 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
5893
5894         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
5895         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
5896         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
5897         (handle_sequence), (handle_picture):
5898         * ext/mpeg2dec/gstmpeg2dec.h:
5899           Rearrange buffer tracking and refcounting and refactor
5900           a little for readability. 
5901
5902 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
5903         * sys/v4l/gstv4l.c: (plugin_init):
5904         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
5905         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
5906         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
5907         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
5908         * sys/v4l/gstv4ljpegsrc.h:
5909         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
5910         * sys/v4l/v4l_calls.h:
5911         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
5912         (gst_v4lsrc_get_fps):
5913         * sys/v4l/v4lsrc_calls.h:
5914           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
5915           you jpeg inside rgb frames" driver.
5916           Don't error in the v4lsrc link function, just return 
5917           REFUSED.
5918
5919 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5920
5921         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
5922         (gst_qcamsrc_open):
5923           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
5924
5925 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5926
5927         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
5928           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
5929
5930 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5931
5932         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
5933           Reset negotiated state on PAUSED->READY.
5934
5935 2005-02-02  David Schleef  <ds@schleef.org>
5936
5937         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
5938         whereever possible.  (Fixes #165997)
5939         * examples/capsfilter/capsfilter1.c: (main):
5940         * examples/dynparams/filter.c: (create_ui):
5941         * examples/seeking/cdparanoia.c: (get_track_info), (main):
5942         * examples/seeking/chained.c: (main):
5943         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
5944         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
5945         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
5946         (make_mpeg_pipeline), (make_mpegnt_pipeline):
5947         * examples/seeking/spider_seek.c: (make_spider_pipeline):
5948         * examples/switch/switcher.c: (main):
5949         * ext/dv/demo-play.c: (main):
5950         * ext/faad/gstfaad.c: (gst_faad_change_state):
5951         * ext/mad/gstmad.c: (gst_mad_chain):
5952         * ext/smoothwave/demo-osssrc.c: (main):
5953         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
5954         (gst_gconf_render_bin_from_description),
5955         (gst_gconf_get_default_audio_sink),
5956         (gst_gconf_get_default_video_sink),
5957         (gst_gconf_get_default_audio_src),
5958         (gst_gconf_get_default_video_src),
5959         (gst_gconf_get_default_visualization_element):
5960         * gst/level/demo.c: (main):
5961         * gst/level/plot.c: (main):
5962         * gst/playback/gstplaybin.c: (gen_video_element),
5963         (gen_audio_element):
5964         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
5965         * gst/playondemand/demo-mp3.c: (setup_pipeline):
5966         * gst/sine/demo-dparams.c: (main):
5967         * gst/spectrum/demo-osssrc.c: (main):
5968         * gst/speed/demo-mp3.c: (main):
5969         * gst/volume/demo.c: (main):
5970         * testsuite/embed/embed.c: (main):
5971
5972 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
5973
5974         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
5975         (gst_tcpclientsink_finalize):
5976         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
5977         (gst_tcpclientsrc_finalize):
5978         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
5979         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
5980         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
5981         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
5982           Don't leak the hostname when shutting down.
5983           In tcpserversrc, take a copy of the default hostname.
5984
5985 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5986
5987         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
5988           Set caps to systemstream=TRUE.
5989
5990 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5991
5992         * testsuite/Makefile.am:
5993           Fix more OSX buildbots.
5994
5995 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
5996
5997         * ext/mpeg2dec/gstmpeg2dec.c:
5998           Don't send things to NULL PAD_PEERs
5999
6000         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
6001           Copy-on-write the incoming buffer.
6002
6003         * gst/mpegstream/gstdvddemux.h:
6004         * gst/mpegstream/gstmpegclock.h:
6005         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
6006         (normal_seek), (gst_mpeg_demux_handle_src_event):
6007         * gst/mpegstream/gstmpegdemux.h:
6008         * gst/mpegstream/gstmpegpacketize.h:
6009         * gst/mpegstream/gstmpegparse.c:
6010         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
6011         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
6012         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
6013         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
6014         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
6015         * gst/mpegstream/gstmpegparse.h:
6016         * gst/mpegstream/gstrfc2250enc.h:
6017           Various changes to the way time is computed that make seeking and
6018           total time estimation much better here.
6019           Use G_BEGIN/END_DECLS instead of __cplusplus
6020
6021         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
6022           Use gst_buffer_stamp instead of only copying the TIMESTAMP
6023
6024 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6025
6026         * gst/subparse/gstsubparse.c:
6027           Fix OSX buildbot.
6028
6029 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6030
6031         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6032         (theora_enc_chain), (theora_enc_change_state):
6033         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6034         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
6035         (gst_vorbisenc_change_state):
6036         * ext/vorbis/vorbisenc.h:
6037           Set granulepos and timestamp correctly for streams not
6038           starting at 0, taking into account the initial delay.
6039
6040 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6041
6042         * gst/mpegstream/gstdvddemux.c:
6043           Add audio/x-dts to audio pad template caps
6044
6045 2005-01-30  David Schleef  <ds@schleef.org>
6046
6047         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
6048         (create_context), (gst_polypsink_link): Fix silly endianness
6049         bug.  Add some debugging.  Remove float from caps; it doesn't
6050         work.  Attempt to get remote audio working.
6051
6052 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6053
6054         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6055           Add 3IV2 fourcc.
6056
6057 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6058
6059         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
6060         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
6061         (gst_avi_demux_stream_data):
6062         * gst/avi/gstavidemux.h:
6063           Invert DIB images. Fixes #132341.
6064
6065 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6066
6067         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6068         (gst_ffmpegcsp_chain):
6069           D'oh, reference the palette data, not the palette structure.
6070           Fixes color distortion in #132341.
6071
6072 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6073
6074         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
6075           PAR can be non-fixed when not provided as argument (#162626).
6076
6077 2005-01-29  David Moore  <dcm@acm.org>
6078
6079         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6080
6081         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6082         (gst_qtdemux_loop_header):
6083           Re-apply patch from #142272 that allows non-seekable sources,
6084           re-proposed by Daniel Drake <dsd@gentoo.org>.
6085
6086 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6087
6088         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
6089           Use the src template for creating the src pad (#162330).
6090
6091 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6092
6093         * configure.ac:
6094         * ext/musepack/Makefile.am:
6095         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
6096         (gst_musepackdec_init), (gst_musepackdec_dispose),
6097         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
6098         (gst_musepack_stream_init), (gst_musepackdec_loop),
6099         (gst_musepackdec_change_state):
6100         * ext/musepack/gstmusepackdec.cpp:
6101         * ext/musepack/gstmusepackdec.h:
6102         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
6103         (gst_musepack_reader_read), (gst_musepack_reader_seek),
6104         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
6105         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
6106         * ext/musepack/gstmusepackreader.cpp:
6107         * ext/musepack/gstmusepackreader.h:
6108           Update to 1.1 API (#165446).
6109
6110 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6111
6112         * ext/Makefile.am:
6113           Unbreak buildbot.
6114
6115 2005-01-28  Andy Wingo  <wingo@pobox.com>
6116
6117         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
6118         to reflect a different dubious internet source. Add a reference
6119         and some commentary.
6120
6121 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6122
6123         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6124         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
6125         * gst/playback/gststreamselector.h:
6126           Be more selective when we're redoing caps negotiation from
6127           within the chain function on a stream change.
6128
6129 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6130
6131         * configure.ac:
6132         * ext/Makefile.am:
6133         * ext/amrnb/Makefile.am:
6134         * ext/amrnb/amrnb.c: (plugin_init):
6135         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
6136         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
6137         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
6138         (gst_amrnbdec_state_change):
6139         * ext/amrnb/amrnbdec.h:
6140         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
6141         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
6142         (gst_amrnbparse_init), (gst_amrnbparse_formats),
6143         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
6144         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
6145         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
6146         * ext/amrnb/amrnbparse.h:
6147           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
6148         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6149           Add AMR-NB/-WB raw formats.
6150         * ext/alsa/gstalsa.c: (gst_alsa_link):
6151           Keep valid time when changing format.
6152         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6153         (qtdemux_parse_trak):
6154           Add some more format-specific options (#140141, #143555, #155163).
6155
6156 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6157
6158         * gst/matroska/matroska-demux.c:
6159         (gst_matroska_demux_parse_blockgroup):
6160           Fix logic error in timing of subtitle stream synchronization.
6161         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6162           Add skip-chunk, which is found in kodak-camera streams.
6163
6164 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6165
6166         * po/LINGUAS:
6167         * po/vi.po:
6168           Adding Vietnamese translation (submitted by Clytie Siddall)
6169
6170 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6171
6172         * gst/playback/gstdecodebin.c: (try_to_link_1):
6173           Use realpad for signal.
6174
6175 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6176
6177         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
6178           Fix category so decodebin picks it up.
6179
6180 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6181
6182         * ext/mad/Makefile.am:
6183         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
6184         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
6185         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
6186         (found_type), (gst_id3demux_bin_change_state):
6187         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
6188         (gst_id3_tag_init), (gst_id3_tag_handle_event),
6189         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6190         (gst_id3_tag_change_state), (plugin_init):
6191         * ext/mad/gstmad.h:
6192           Add id3demuxbin (which is a simple bin consisting of id3demux
6193           and typefind), take over rank from id3demux, remove typefind
6194           code from id3demux. Makes all broken mp3s that I know of work,
6195           and thereby fixes #152688.
6196
6197 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
6198
6199         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6200
6201         * ext/mad/gstmad.c: (gst_mad_src_event):
6202         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
6203           Allow seeks on audio pad, make mad forward those (#164826).
6204         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6205           Set duration (#165335).
6206
6207 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6208
6209         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
6210         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
6211         (gst_asf_demux_process_ext_content_desc),
6212         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
6213         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
6214         * gst/asfdemux/gstasfdemux.h:
6215           Improve metadata display, e.g. if the metadata comes before the
6216           streams are loaded (which is perfectly valid).
6217
6218 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6219
6220         * tools/gst-launch-ext-m.m:
6221           Fix AVI/ASF pipelines (#165340).
6222
6223 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
6224         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
6225         build failure on amd64
6226
6227 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
6228
6229         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
6230         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
6231           Check environment variables GST_ID3V2_TAG_ENCODING,
6232           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6233           list of character encodings to force interpretation of non-unicode
6234           strings stored in an ID3v2 tag to a particular encoding. If none
6235           is specified, try to use current locale's encoding, then fall back
6236           to ISO-8859-1 (which will always succeed). (Resolves #149274)
6237         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
6238         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
6239           Check environment variables GST_ID3V1_TAG_ENCODING,
6240           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6241           list of character encodings to use in case a string encountered
6242           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
6243           specified, try to use the current locale's encoding, then fall
6244           back to ISO-8859-1 (which will always succeed).
6245
6246 2005-01-25  Benjamin Otte  <otte@gnome.org>
6247
6248         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6249           - on half framerate, compute the rate in advance so the comparisons
6250             don't compare wrong values
6251           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
6252             behaviour
6253           - don't use mad_header_decode anymore, mad_frame_decode does that
6254             automatically
6255           - when getting rid of consumed bytes, reset the stream's skiplen
6256           (fixes #163867)
6257
6258 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6259
6260         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
6261           Use 1/2 a second for default max_discont, as PES streams from DVB
6262           seem to have larger spacings in the SCR. 
6263           Fix a typo.
6264
6265 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6266
6267         * gst/playback/gstplaybasebin.c: (group_commit):
6268           Notify delayed stream-info availability.
6269
6270 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6271         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
6272         (gst_a52dec_handle_event), (gst_a52dec_chain):
6273         Add some debug output. Check that a discont has a valid
6274         time associated.
6275         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6276         (gst_alsa_sink_loop):
6277         Ignore TAG events. A little extra debug for broken timestamps.
6278         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
6279         (dvdnavsrc_change_state):
6280         Ensure we send a discont to engage the link before we send any
6281         other events.
6282         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
6283         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
6284         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
6285         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
6286         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
6287         dvd://title works in totem because typefinding sends a seek that ends
6288         up going back to chapter 1 regardless.
6289         * ext/mpeg2dec/gstmpeg2dec.c:
6290         * ext/mpeg2dec/gstmpeg2dec.h:
6291         Output correct timestamps and handle disconts.
6292         * ext/ogg/gstoggdemux.c: (get_relative):
6293         Small guard against a null dereference.
6294         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
6295         (gst_textoverlay_set_property):
6296         Free memory when done. Don't call gst_event_filler_get_duration on
6297         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
6298         g_warning.
6299         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
6300         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
6301         (gst_sw_srclink), (gst_smoothwave_chain):
6302         Draw solid lines, prettier colours.
6303         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
6304         Add a default palette that'll work for some movies.
6305         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
6306         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
6307         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
6308         * gst/mpegstream/gstdvddemux.h:
6309         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6310         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
6311         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
6312         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
6313         * gst/mpegstream/gstmpegparse.h:
6314         Use PTM/NAV events when for timestamp adjustment when connected to 
6315         dvdnavsrc. Don't use many discont events where one suffices.
6316         * gst/playback/gstplaybasebin.c: (group_destroy),
6317         (gen_preroll_element), (gst_play_base_bin_add_element):
6318         * gst/playback/gstplaybasebin.h:
6319         Make sure we remove subtitles from the same bin we put them in.
6320         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
6321         (gst_subparse_buffer_format_autodetect),
6322         (gst_subparse_change_state):
6323         Fix some memleaks and invalid accesses.
6324         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
6325         (oggskel_type_find), (cmml_type_find), (plugin_init):
6326         Some typefind functions for Annodex v3.0 files
6327         * gst/wavparse/gstwavparse.h:
6328         GstRiffReadClass is the correct parent class.
6329
6330 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6331
6332         * gst-libs/gst/riff/riff-media.c:
6333         (gst_riff_create_video_caps_with_data):
6334           Add extradata to huffyuv (fixes #165013).
6335         * gst-libs/gst/riff/riff-read.c:
6336         (gst_riff_read_strf_vids_with_data):
6337           Fix extradata extraction if it is in the chunk size.
6338
6339 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
6340
6341         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6342
6343         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
6344         (gst_quarktv_change_state), (gst_quarktv_dispose):
6345           Memory free'ing location fix (#164708).
6346
6347 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6348
6349         * gst/playback/gstplaybasebin.c: (group_commit),
6350         (gen_preroll_element), (probe_triggered), (gen_source_element),
6351         (setup_source), (gst_play_base_bin_change_state),
6352         (gst_play_base_bin_add_element):
6353           Don't block for streams.
6354         * gst/playback/gststreaminfo.c: (stream_info_change_state),
6355         (gst_stream_info_set_mute):
6356           Use gst_pad_set_active_recursive.
6357
6358 2005-01-25  Andy Wingo  <wingo@pobox.com>
6359
6360         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
6361         for #ifndef HAVE_XVIDEO.
6362
6363 2005-01-24  Jeffrey C. Ollie
6364
6365         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
6366
6367         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
6368         * ext/gsm/gstgsmdec.h:
6369         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
6370         * ext/gsm/gstgsmenc.h:
6371         Fix rate to 8kHz as per spec, removes obscure errors when no rate
6372         was given by property. Add proper buffer timestamps and offsets.
6373
6374 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6375
6376         * gst-libs/gst/riff/riff-media.c:
6377         (gst_riff_create_audio_caps_with_data):
6378           Audio can be <8000Hz.
6379
6380 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6381
6382         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6383           Explicit state change to workaround refcount bugs.
6384
6385 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6386
6387         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
6388         (gst_avimux_riff_get_avi_header):
6389           Fix...
6390
6391 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6392
6393         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
6394         (gst_riff_read_element_data):
6395         * gst-libs/gst/riff/riff-read.h:
6396           Add _peek version (req'ed in CDXA).
6397         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
6398         (gst_cdxaparse_loop):
6399           Fix parsing in playbin.
6400         * gst/playback/gstdecodebin.c: (close_pad_link):
6401           Ignore current_ pads, they cause major annoyance.
6402
6403 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6404
6405         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6406           Safety guard.
6407
6408 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6409
6410         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
6411           Fix padding...
6412
6413 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6414
6415         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
6416           Allow for 0-sized buffers. Fixes length query problems in
6417           starwars.mkv from the testsuite.
6418
6419 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
6420
6421         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
6422         (gst_video_box_i420), (gst_video_box_chain):
6423           Fix row strides for I420 (fixes #163159)
6424           
6425 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6426
6427         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
6428           MPEG2 has a useful rate property, so we can actually use that.
6429           For MPEG-1, continue using the bytes/time properties.
6430
6431 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6432
6433         * gst-libs/gst/riff/riff-media.c:
6434         (gst_riff_create_video_caps_with_data),
6435         (gst_riff_create_video_template_caps):
6436           Add intel-h263.
6437
6438 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6439
6440         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6441           Fail if caps negotiation fails. Should fix #162184, and should
6442           definately be in there regardless of it fixing the actual bug.
6443         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
6444         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
6445         (gst_avimux_riff_get_avix_header),
6446         (gst_avimux_riff_get_video_header),
6447         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
6448         (gst_avimux_start_file), (gst_avimux_handle_event),
6449         (gst_avimux_change_state):
6450         * gst/avi/gstavimux.h:
6451           Refactor structure writing to use GST_WRITE_UINT macros, add
6452           metadata writing support.
6453
6454 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6455
6456         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
6457           Elements may already be destroyed when this function is called.
6458
6459 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6460
6461         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6462         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
6463           More memory leak fixes (#149162).
6464
6465 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6466
6467         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6468         (gst_qtdemux_add_stream):
6469           Fix two memleaks.
6470
6471 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6472
6473         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6474           Argh...
6475
6476 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6477
6478         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6479           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
6480           when fixating to six channels in Totem.
6481
6482 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6483
6484         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
6485           Fix compile warnings on Solaris 10 buildbot
6486
6487 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6488
6489         * ext/dvdread/dvdreadsrc.c: (_read):
6490           Don't read beyond the last cell in a chapter (fixes 
6491           invalid memory access)
6492
6493 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6494
6495         * ext/dvdread/stream_labels.c:
6496         (dvdreadsrc_get_audio_stream_labels):
6497           Use NULL for an empty GList instead of g_list_alloc(); fix 
6498           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
6499           of GString (easier to bulk free later)
6500
6501 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6502
6503         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6504
6505         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6506         (gst_ffmpeg_pixfmt_to_caps):
6507           Fix BGRA32 caps (#164209).
6508
6509 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6510
6511         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6512
6513         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6514         (gst_ffmpeg_caps_to_pixfmt):
6515           alpha_mask can be RGBA/ABGR. Fixes #164265.
6516
6517 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
6518
6519         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6520
6521         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
6522         (gst_mpeg2dec_alloc_buffer):
6523         * ext/mpeg2dec/gstmpeg2dec.h:
6524           Crop if decoding size is not the actual image size (#163676).
6525
6526 2005-01-17  Steve Baker  <steve@stevebaker.org>
6527
6528         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6529
6530         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
6531         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
6532           Add libsndfile typefind functions (#163309).
6533
6534 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6535
6536         * tools/gst-launch-ext-m.m:
6537           Add .aac, fix .m1v/.m2v (#163891).
6538
6539 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6540
6541         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
6542           Sanity check, don't wait endlessly since the clock might not
6543           actually run at this point (which is a deadlock). Fixes #164069.
6544
6545 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6546
6547         * gst/playback/gstplaybasebin.c: (probe_triggered):
6548           Of course, only pause if group is done...
6549
6550 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6551
6552         * gst/playback/gstplaybasebin.c: (probe_triggered):
6553           Thread safety.
6554
6555 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
6556
6557         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
6558           Don't return state change success when the parent
6559           failed.
6560
6561 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6562
6563         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
6564           Free events (fix memleak in #162905).
6565
6566 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
6567
6568         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6569
6570         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6571         (gst_ffmpeg_caps_to_pixfmt):
6572           Fix for depth = 15. Fixes #161675.
6573
6574 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6575
6576         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
6577           Set FPS correctly, even for webcams and the like.
6578         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
6579           Don error on setting while capturing.
6580
6581 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6582
6583         * ext/dv/gstdvdec.c:
6584         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6585         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
6586           I'm a bad boy. using /1001. to force C to do float division
6587           and not integer division (as it did in my last commit)
6588           Thanks to David I. Lehn for pointing this mistake.
6589
6590 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6591
6592         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
6593           Revert Johan??s 1.35->1.36 since it breaks compat.
6594
6595 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6596
6597         * ext/dv/gstdvdec.c:
6598         * ext/libfame/gstlibfame.c:
6599         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6600         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
6601           replace framerate aproximations by their real value
6602           (24000/1001, 30000/1001, 60000/1001)
6603           Finish fixing bug #164049
6604
6605 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6606
6607         * ext/ogg/gstoggmux.c:
6608           eos/bos debugging
6609         * gst/tcp/gstmultifdsink.c:
6610         * gst/tcp/gstmultifdsink.h:
6611         * gst/tcp/gsttcp.c:
6612         * gst/tcp/gsttcp.h:
6613         * gst/tcp/gsttcpclientsink.c:
6614         * gst/tcp/gsttcpclientsrc.c:
6615         * gst/tcp/gsttcpserversink.c:
6616         * gst/tcp/gsttcpserversrc.c:
6617           improve reusability of elements after state changes and errors
6618           make multifdsink throw away streamheaders when receiving new ones
6619
6620 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6621
6622         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
6623           Fix for if items are already in list...
6624
6625 2005-01-12  Benjamin Otte  <otte@gnome.org>
6626
6627         * gst/adder/gstadder.c: (gst_adder_loop):
6628           fix adder a bit so it doesn't screw up with events as much anymore
6629
6630 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
6631
6632         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
6633         (pixbufscale_scale), (gst_pixbufscale_chain):
6634         * ext/gdk_pixbuf/pixbufscale.h:
6635           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
6636           to ensure rowstrides are calculated the same way as 
6637           ffmpegcolorspace
6638           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
6639           that we pick up duration and offset also.
6640
6641 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6642
6643         * gst/avi/gstavimux.c: (gst_avimux_class_init),
6644         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
6645           Reusability fixes.
6646
6647 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6648
6649         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
6650         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
6651         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
6652         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
6653           Update flags when requested.
6654
6655 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6656
6657         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
6658           Fix dmix.
6659
6660 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6661
6662         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6663         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
6664         (probe_triggered), (new_decoded_pad), (gen_source_element),
6665         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
6666         * gst/playback/gstplaybasebin.h:
6667         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6668         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
6669         (gst_play_bin_change_state):
6670           Implement group-switch signal for use in apps to clear metadata
6671           cache, clean up subtitle, add suburi property instead of # hack,
6672           some error-out fixes.
6673
6674 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6675
6676         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6677           Debug.
6678         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
6679           If we got a state change in the _get handler, don't return success.
6680
6681 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6682
6683         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
6684         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
6685           Make jpegdec quiet on MJPEG decoding
6686         * gst/asfdemux/README:
6687           Fix mimetypes for MJPEG and H263
6688
6689 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6690
6691         * ext/theora/theoradec.c: (theora_dec_chain):
6692           Fix broken code generation by gcc by swapping arguments.
6693         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6694           Fix \n in debug.
6695
6696 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6697
6698         * TODO:
6699           delete this file, it is by far outdated
6700         * ext/alsa/gstalsa.1: remove
6701         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
6702         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
6703         (gst_alsa_get_caps):
6704           Add HW probing for supported sample rates. Fixes #161704
6705
6706 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6707
6708         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6709           Don't crash, biatch! :).
6710
6711 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6712
6713         * ext/musepack/gstmusepackreader.cpp:
6714         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
6715           Some work on tags - still doesn't work in playbin...
6716         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6717           Handle events...
6718
6719 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6720
6721         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
6722           Also shove tags on kid pads.
6723
6724 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6725
6726         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
6727           Don't bail on unknown events.
6728         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6729           Don't crash on events before negotiation.
6730         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
6731           Send tags on pads, too.
6732         * gst/playback/gststreamselector.c:
6733         (gst_stream_selector_request_new_pad):
6734           Forward events on first pad if no input was selected yet.
6735
6736 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6737
6738         * gst/playback/gstplaybasebin.c: (setup_substreams):
6739           Don't disable streamtype if the stream doesn't exist, since
6740           then playing a video after audio will disable both and nothing
6741           will happen. Fixes the testsuite.
6742
6743 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6744
6745         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
6746         (gst_v4l_xoverlay_set_xwindow_id):
6747         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
6748         (gst_v4l2_xoverlay_set_xwindow_id):
6749           Add debug categories, fix overlay disabling.
6750
6751 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6752
6753         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
6754         * ext/alsa/gstalsa.h:
6755           Add HW probing for period_count/size and buffer_size MIX/MAX
6756           Adjust default/user defined value if out of bounds
6757           Should fix bug #162024
6758
6759 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6760
6761         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
6762           Fix warning (#161191).
6763
6764 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6765
6766         * ext/dvdread/stream_labels.c:
6767         (dvdreadsrc_get_audio_stream_labels):
6768           Fix warning (init the good variable in switch default)
6769
6770 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
6771
6772         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6773
6774         * gst/tta/gstttaparse.c: (gst_tta_src_event):
6775           Fix gcc-2.95 compile (#163485).
6776
6777 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6778
6779         * configure.ac:
6780         * ext/flac/gstflacenc.c: (gst_flacenc_init),
6781         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
6782         (gst_flacenc_tell_callback), (gst_flacenc_chain),
6783         (gst_flacenc_change_state):
6784         * ext/flac/gstflacenc.h:
6785           Update for API change in flac-1.1.1. Update requirement in
6786           configure.ac. Fixes #162974.
6787
6788 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6789
6790         * gst/playback/gstplaybasebin.c: (group_destroy):
6791           Remove hack to get rid of assert and get rid of unlinked
6792           signals properly.
6793
6794 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6795
6796         * gst/playback/gstplaybasebin.c: (setup_source):
6797           Set source to NULL so that resources are free'ed. Fixes issues
6798           with playback of CDDA and similar device-accessing things.
6799
6800 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6801
6802         * testsuite/embed/Makefile.am:
6803           test->noinst, fix make test in buildbot.
6804
6805 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6806
6807         * ext/dvdread/stream_labels.c: new file
6808         * ext/dvdread/stream_labels.h: new file
6809         * ext/dvdread/Makefile.am:
6810         * ext/dvdread/dvdreadsrc.c: (_seek_title):
6811           Extract audio stream label from DVD IFO files.
6812           It only dump them on the console for now, still have to
6813           make playbin aware of them.
6814
6815 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6816
6817         * gst/playback/gstplaybasebin.c: (setup_source):
6818           Fix hanging subs.
6819
6820 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6821
6822         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6823         (gen_preroll_element), (remove_groups), (setup_subtitle),
6824         (gen_source_element), (setup_source):
6825         * gst/playback/gstplaybasebin.h:
6826           Multiple .sub files is just a stupid idea... Fix some threading
6827           mistakes. Interestingly, external .sub files cause playbin to
6828           hang, I don't know why... Parsing fixes contributed by Fran??ois
6829           Kooman <fkooman@tuxed.net>.
6830
6831 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6832
6833         * testsuite/embed/Makefile.am:
6834           Fix buildbot.
6835
6836 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
6837
6838         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6839
6840         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
6841         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
6842         (gst_pngenc_set_property):
6843         * ext/libpng/gstpngenc.h:
6844           Add compression level property (#163323).
6845
6846 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6847
6848         * configure.ac:
6849         * examples/capsfilter/capsfilter1.c: (main):
6850         * examples/seeking/spider_seek.c: (make_spider_pipeline):
6851         * ext/dvdread/Makefile.am:
6852         * ext/dvdread/demo-play:
6853         * ext/dvdread/demo-play.c:
6854         * gconf/gstreamer.schemas.in:
6855         * gst-libs/gst/gconf/gconf.c:
6856         * sys/v4l/TODO:
6857         * testsuite/Makefile.am:
6858         * testsuite/embed/Makefile.am:
6859         * testsuite/embed/embed.c: (cb_expose), (main):
6860           Remove all references to xvideosink, fix examples (#140845).
6861         * gst/playback/gstplaybasebin.c: (group_destroy):
6862           Apparently, disposal does not unlink - so do explicitely.
6863         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6864           Add debug.
6865
6866 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
6867
6868         * README: fix PKG_CONFIG_PATH instructions, what was there
6869         previously was breaking default search path, not nice. 
6870         Fixes #163358
6871
6872 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6873
6874         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
6875         (gst_audioscale_chain):
6876           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
6877           when resampling - how the ^@$^!@^! is this possible?!?
6878
6879 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6880
6881         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
6882           Reset variables on READY.
6883         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
6884         (gst_matroska_mux_loop):
6885           Require data before writing header.
6886
6887 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
6888
6889         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6890
6891         * ext/mad/gstmad.c: (gst_mad_chain):
6892           Don't call mad_stream_sync() directly after recovering sync.
6893           Fixes #151661.
6894
6895 2005-01-09  Martin Eikermann  <meiker@upb.de>
6896
6897         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6898
6899         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
6900         (snapshot_handler), (gst_snapshot_sinkconnect),
6901         (gst_snapshot_chain):
6902           Allocate resources when required, fix recursive signal emission
6903           and fix caps. Fixes #161667.
6904
6905 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
6906
6907         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6908
6909         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
6910         (gst_pngdec_chain):
6911           Handle only 8-bppc (bits-per-pixel-component) images, better
6912           error handling and correct strides. Fixes #163177.
6913         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
6914         (gst_pngenc_chain):
6915           Better error handling. Fixes #163348.
6916
6917 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6918
6919         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
6920         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
6921         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
6922         (dvdnavsrc_uri_handler_init):
6923           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
6924         * gst/playback/gstplaybasebin.c: (gen_source_element):
6925           Add MMS to streaming URIs.
6926
6927 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6928
6929         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
6930         * sys/xvimage/xvimagesink.c:
6931         (gst_xvimagesink_navigation_send_event):
6932           Check for pad availability before sending event.
6933
6934 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6935
6936         * gst-plugins.spec.in:
6937           Add subparse.
6938
6939 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6940
6941         * configure.ac:
6942           Since we use functions from CVS, up requirement.
6943
6944 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6945
6946         * gst/playback/Makefile.am:
6947         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6948         (group_destroy), (group_commit), (group_is_muted),
6949         (gen_preroll_element), (add_stream), (unknown_type),
6950         (probe_triggered), (preroll_unlinked), (mute_stream),
6951         (silence_stream), (new_decoded_pad), (setup_substreams),
6952         (setup_source), (get_active_source), (mute_group_type),
6953         (muted_group_change_state), (set_active_source),
6954         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
6955         (play_base_eos), (gst_play_base_bin_change_state):
6956         * gst/playback/gstplaybasebin.h:
6957         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
6958         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
6959         (gst_stream_info_dispose), (stream_info_mute_pad),
6960         (stream_info_change_state), (gst_stream_info_set_mute):
6961         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
6962         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6963         (gst_stream_selector_init), (gst_stream_selector_dispose),
6964         (gst_stream_selector_get_linked_pad),
6965         (gst_stream_selector_get_caps), (gst_stream_selector_link),
6966         (gst_stream_selector_get_linked_pads),
6967         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
6968         * gst/playback/gststreamselector.h:
6969           Adding stream selection support plus required properties for
6970           applications to use this. Fully fixes #100931.
6971
6972 2005-01-08  Benjamin Otte  <otte@gnome.org>
6973
6974         * gst/games/gstpuzzle.c: (nav_event_handler):
6975           - handle nav events differently: forward every event no matter if it
6976             was handled or not.
6977           - translate events
6978           You can now cheat by using navigationtest ! puzzle and moving the
6979           mouse close to the edge of a tile. ;)
6980
6981 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6982
6983         * configure.ac:
6984         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
6985         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
6986         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
6987         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
6988         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
6989         (gst_ogm_parse_plugin_init):
6990         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
6991         (gst_textoverlay_link), (gst_textoverlay_getcaps),
6992         (gst_textoverlay_event), (gst_textoverlay_video_chain),
6993         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
6994         * ext/pango/gsttextoverlay.h:
6995         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6996         (gst_matroska_demux_handle_seek_event),
6997         (gst_matroska_demux_sync_streams),
6998         (gst_matroska_demux_parse_blockgroup),
6999         (gst_matroska_demux_subtitle_caps),
7000         (gst_matroska_demux_plugin_init):
7001         * gst/matroska/matroska-ids.h:
7002         * gst/playback/gstdecodebin.c: (close_pad_link):
7003         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7004         (gen_preroll_element), (remove_groups), (add_stream),
7005         (new_decoded_pad), (setup_subtitles), (gen_source_element),
7006         (setup_source):
7007         * gst/playback/gstplaybasebin.h:
7008         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
7009         * gst/subparse/Makefile.am:
7010         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
7011         (gst_subparse_base_init), (gst_subparse_class_init),
7012         (gst_subparse_init), (gst_subparse_formats),
7013         (gst_subparse_eventmask), (gst_subparse_event),
7014         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
7015         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
7016         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
7017         (parse_mpsub_deinit), (parse_mpsub_init),
7018         (gst_subparse_buffer_format_autodetect),
7019         (gst_subparse_format_autodetect), (gst_subparse_loop),
7020         (gst_subparse_change_state), (gst_subparse_type_find),
7021         (plugin_init):
7022         * gst/subparse/gstsubparse.h:
7023         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
7024         (plugin_init):
7025           Add subtitle support, .sub parser (supports SRT and MPsub),
7026           OGM text support, Matroska UTF-8 text support, deadlock fixes
7027           all over the place, subtitle awareness in decodebin/playbin
7028           and some fixes to textoverlay to handle subtitles in a stream
7029           correctly. Fixes #100931.
7030
7031 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7032
7033         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7034           Check for pad availability before doing a query on it.
7035
7036 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7037
7038         * ext/dv/gstdvdec.c:
7039           really fix bpp24/32 dvdec caps (classic rgba indeed)
7040         * gst/asfdemux/gstasfdemux.c:
7041         (gst_asf_demux_process_ext_content_desc):
7042           don't send text tags if they are empty (bis repetita)
7043
7044 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7045
7046         * ext/dv/gstdvdec.c:
7047          remove unneeded comment from dvdec
7048           (related to DV 4CC codes in AVI files)
7049           moved them in gstreamer/docs/random/mimetypes
7050         * gst/asfdemux/gstasfdemux.c:
7051         (gst_asf_demux_process_ext_content_desc):
7052          don't send text tags if they are empty
7053          fix mem leak on error path
7054         * gst/ffmpegcolorspace/avcodec.h:
7055         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7056         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7057         (gst_ffmpegcsp_avpicture_fill):
7058         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
7059         * gst/ffmpegcolorspace/imgconvert_template.h:
7060          adds BGR32 and BGRA32 to ffmpegcolorspace
7061           (still bad colors, fixing it on next commit)
7062           helps with dvdec outputing BGR32
7063
7064 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7065
7066         * ext/dv/gstdvdec.c:
7067          Fix audio caps i just broke (missing ',')
7068         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
7069         (gst_matroska_mux_reset):
7070          Fix typo + add FIXME about old "x-gst-metadata" crap
7071
7072 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7073
7074         * ext/dv/demo-play.c: (main):
7075          xvideosink -> xvimagesink
7076         * ext/dv/gstdvdec.c:
7077          change rgb 32/32 caps to 24/32 (no alpha)
7078          change nb of channels to be a list (2 or 4, not 2)
7079          change sample rate to be a list (32, 44.1, 48 kHz) not a range
7080         * gst/asfdemux/gstasfdemux.c:
7081         (gst_asf_demux_process_ext_content_desc):
7082          Add 'date/year' to extracted metadata list
7083
7084 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7085
7086         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
7087           The return value of fixate_to does not imply that the requested
7088           value was set, so don't assume.
7089
7090 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
7091
7092         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7093
7094         * ext/libpng/gstpngdec.c:
7095         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
7096         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
7097         * ext/libpng/gstpngenc.h:
7098           Alpha support (encoder; #163161), mime fixage.
7099
7100 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
7101
7102         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7103
7104         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
7105         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
7106         (gst_faac_set_property), (gst_faac_get_property):
7107         * ext/faac/gstfaac.h:
7108           Allow for ADTS output (#153434).
7109
7110 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7111
7112         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7113           Fix against template (#150576).
7114
7115 2005-01-06  Benjamin Otte  <otte@gnome.org>
7116
7117         * gst/games/gstpuzzle.c: (draw_puzzle):
7118           don't draw a puzzle if either width or height of tiles would be 0.
7119
7120 2005-01-06  Benjamin Otte  <otte@gnome.org>
7121
7122         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
7123         (gst_puzzle_class_init), (gst_puzzle_finalize):
7124           no memleaks, please
7125         (gst_puzzle_create), (gst_puzzle_init),
7126         (gst_puzzle_set_property), (gst_puzzle_setup):
7127           change initialization code around so we don't reshuffle on resize
7128         (draw_puzzle):
7129           fix another stupid typo
7130
7131 2005-01-06  Benjamin Otte  <otte@gnome.org>
7132
7133         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
7134           fix stupid typo that borked copying on YUY2
7135
7136 2005-01-06  Benjamin Otte  <otte@gnome.org>
7137
7138         * gst/games/gstpuzzle.c: (draw_puzzle):
7139           fix edges when image sizes aren't multiples of tile sizes
7140
7141 2005-01-06  Benjamin Otte  <otte@gnome.org>
7142
7143         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
7144           make RGB endianness work correctly
7145         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
7146           refactor and fix race with initial shuffling
7147         (nav_event_handler):
7148           allow using the mouse to puzzle
7149         (draw_puzzle):
7150           insist on tiles having width and height as multiples of 4 to get
7151           clean YUV image handling
7152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7153         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
7154           s/DEBUG/LOG/ for common messages
7155         (gst_xvimagesink_navigation_send_event):
7156           fix mouse event translation to not include screen PAR
7157         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7158           fix mouse event translation to actually work
7159
7160 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7161
7162         * gst/asfdemux/gstasfdemux.c:
7163         (gst_asf_demux_process_ext_content_desc):
7164          Extract TrackNumber metadata + clean up code
7165         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
7166          Hope this is the good fix (var used unitialised)
7167
7168 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7169
7170         * ext/faad/gstfaad.c: (gst_faad_chain):
7171           Only increment timestamp if it's valid. Fixes raw AAC streams.
7172
7173 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7174
7175         * configure.ac:
7176         * gst/games/Makefile.am:
7177         * gst/games/gstpuzzle.c:
7178           add a puzzle game with...
7179         * gst/games/gstvideoimage.c:
7180         * gst/games/gstvideoimage.h:
7181           ... full colorspace support (that includes YUV9 and RGB16)) stolen
7182           from videotestsrc and made into something that would be a nice
7183           library for a lot of other plugins.
7184
7185 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7186
7187         * configure.ac:
7188          don't compile faad plugin if a RC of 2.0 is found
7189          Fixes #155346 (and FC1 buildbot)
7190         * gst/asfdemux/gstasfdemux.c:
7191         (gst_asf_demux_process_ext_content_desc):
7192          try to make Solaris compiler happier
7193
7194 2005-01-06  Paul Jack  <pjack@sfaf.org>
7195
7196         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7197
7198         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
7199           Fix segfault (#161667).
7200
7201 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7202
7203         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7204           Fix framerate reporting.
7205
7206 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7207
7208         * gst-libs/gst/riff/riff-ids.h:
7209         * gst/wavenc/riff.h:
7210          Add AMR (VBR and CBR) ids to riff.h audio codec list
7211         * gst/asfdemux/gstasfdemux.c:
7212         (gst_asf_demux_process_ext_content_desc),
7213         (gst_asf_demux_process_object):
7214           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
7215
7216 2005-01-05  Martin Eikermann  <meiker@upb.de>
7217
7218         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7219
7220         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7221         (gst_dvd_demux_handle_discont):
7222         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
7223         (gst_mpeg_demux_handle_discont):
7224           Recreate pads on new-media (#160730).
7225         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
7226           Send discont even if manager changes timestamps (#161929).
7227
7228 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
7229
7230         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7231
7232         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
7233           Fix invalid memory access (#159211).
7234
7235 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7236
7237         * examples/gstplay/player.c: (main):
7238           Don't iterate.
7239         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
7240           Add visualizations.
7241         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
7242         (gst_a52dec_handle_frame):
7243           Set duration.
7244         * ext/dvdnav/gst-dvd:
7245           Add audioconvert. Fixes #161325.
7246         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
7247           Explicitely case to gint64. Possible valgrind error.
7248         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
7249         (gst_play_tick_callback), (gst_play_change_state),
7250         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
7251         (gst_play_set_location), (gst_play_get_location),
7252         (gst_play_seek_to_time), (gst_play_set_data_src),
7253         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7254         (gst_play_set_visualization), (gst_play_connect_visualization),
7255         (gst_play_get_framerate), (gst_play_get_all_by_interface),
7256         (gst_play_new):
7257           Use playbin. Fixes #139749 and #147744.
7258         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
7259           Add genre tag.
7260         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
7261         (audioscale_get_type), (gst_audioscale_base_init),
7262         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
7263         (gst_audioscale_getcaps), (gst_audioscale_fixate),
7264         (gst_audioscale_link), (gst_audioscale_get_buffer),
7265         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
7266         (gst_audioscale_init), (gst_audioscale_dispose),
7267         (gst_audioscale_chain), (gst_audioscale_set_property),
7268         (gst_audioscale_get_property), (plugin_init):
7269           Indent properly.
7270         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7271           Fix LPCM.
7272         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
7273         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
7274         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
7275           Add more metadata (fixes #162656).
7276
7277 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7278
7279         * configure.ac:
7280           back to cvs
7281
7282 === release 0.8.7 ===
7283
7284 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7285
7286         * NEWS:
7287         * RELEASE:
7288         * configure.ac:
7289           releasing 0.8.7, "Hyperspace"
7290
7291 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7292
7293         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7294
7295         * gst/playback/gstplaybasebin.c:
7296          Fix for #162924 - free caps after use, not before
7297
7298 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7299
7300         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7301
7302         * gst/playback/gstplaybasebin.c:
7303         * gst/wavparse/gstwavparse.c:
7304           Fix for #154773 - fixes playback of small .wav files
7305
7306 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7307
7308         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7309
7310         * gst/audioscale/gstaudioscale.c:
7311           Fix for #162819 - make audioscale reusable
7312           Fixes playback of more than one file with playbin/totem
7313
7314 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7315
7316         * gst/ffmpegcolorspace/avcodec.h:
7317         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7318         * gst/ffmpegcolorspace/imgconvert.c:
7319           clean up the mess that made me cry and avoid needless duplication
7320
7321 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7322
7323         * gst/ffmpegcolorspace/imgconvert.c:
7324           give some indication of why we're segfaulting
7325
7326 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7327
7328         * configure.ac:
7329           Fix indentation, fix v4l2 plugin detection.
7330         * ext/Makefile.am:
7331           Fix libmms location (Maciej, use diff -u!).
7332         * ext/alsa/gstalsa.c: (gst_alsa_init):
7333           Initialize caps cache to NULL.
7334         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7335           Only change state on audiosink if it exists.
7336
7337 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
7338
7339         * gst/matroska/matroska-demux.c:
7340         * gst/matroska/matroska-ids.h:
7341         * gst/matroska/matroska-demux.h:
7342         Fix Vorbis streams failing to decode in some files, where cluster_time
7343         isn't 0, because then it doesn't send codec_priv before actual data.
7344         Remove time-based test and replace it with marker set on beginning of
7345         new stream
7346
7347 2004-12-28  David Schleef  <ds@schleef.org>
7348
7349         Merge patch from Ronald fixing problems with streaming
7350         text.
7351         * ext/cairo/gstcairo.c: (plugin_init):
7352         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7353         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7354         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7355         (gst_textoverlay_font_init), (gst_textoverlay_init),
7356         (gst_textoverlay_set_property):
7357         * ext/cairo/gsttextoverlay.h:
7358
7359 2004-12-27  David Schleef  <ds@schleef.org>
7360
7361         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7362         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7363         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7364         (gst_textoverlay_font_init), (gst_textoverlay_init),
7365         (gst_textoverlay_set_property): Improvements to actually
7366         render text as white on black outline on video, including
7367         font selection and horizontal/vertical alignment.  (Ronald's
7368         christmas present)
7369         * ext/cairo/gsttextoverlay.h:
7370
7371 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7372
7373         * ext/ogg/gstogg.c:
7374         * ext/ogg/gstogmparse.c:
7375           fix ogm[audio/video]parse plugin registration
7376           (riff won't load if bytestream is already loaded)
7377
7378 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7379
7380         * gst/audioconvert/gstchannelmix.c:
7381           fix for GLIB < 2.4
7382
7383 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7384
7385         * Makefile.am:
7386         * configure.ac:
7387           disable docs again until it actually passes make distcheck.
7388
7389 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7390
7391         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
7392         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7393         (plugin_init):
7394           Add 3GP (variables name Q3GP because they can't start with a
7395           number). Add samr audio fourcc (used in .3gp files), decoder
7396           is work in progress. Also do a GST_WARNING instead of ERROR
7397           in case of unknown nodes, to decrease output.
7398
7399 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7400
7401         * Makefile.am:
7402           really fix dist
7403
7404 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7405
7406         * configure.ac:
7407         * ext/speex/gstspeexdec.h:
7408         * ext/speex/gstspeexenc.h:
7409           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
7410           Fix detection code in configure.ac
7411
7412 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7413
7414         * gst/matroska/matroska-demux.c:
7415         (gst_matroska_demux_parse_blockgroup):
7416           Save position, so that queries give proper return values. Don't
7417           know how this could ever have worked before...
7418
7419 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7420
7421         * configure.ac:
7422           Put additional LAME check inside the conditional.  Fixes #152339
7423
7424 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7425
7426         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7427         (gst_avi_demux_stream_scan):
7428           Add some more debug. Fix logic error when setting movi offset
7429           while reading index.
7430
7431 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7432
7433         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7434         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
7435         (gst_avi_demux_process_next_entry):
7436           Add some debugging. Better detection of broken indexes and the
7437           accompanying index recovery. No infinite loops on state changes
7438           when we're still in our loopfunction.
7439
7440 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7441
7442         * configure.ac:
7443           Fix up.
7444
7445 2004-12-22  Archana Shah  <archana.shah@wipro.com>
7446
7447         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7448
7449         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
7450           Normalizing the value before setting
7451         (gst_sunaudiomixer_get_volume):
7452           Normalizing the value after getting. Fixes bug# 161980
7453
7454 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7455
7456         * Makefile.am: Make sure docs gets disted
7457         * docs/Makefile.am: Make sure all needed files get disted
7458         * gst-plugins.spec.in: latest updates
7459
7460 2004-12-22  Wim Taymans  <wim@fluendo.com>
7461
7462         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
7463         Revert patch 1.38 as clock distribution over schedulers does
7464         not work correcly in the core yet.
7465
7466 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7467
7468         * sys/oss/README: remove this file, which predates my birth
7469           (and which content is by far outdated)
7470
7471 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
7472
7473         * Makefile.am:
7474         * configure.ac:
7475         * docs/Makefile.am:
7476         * docs/libs/Makefile.am:
7477         * docs/libs/gst-plugins-libs-docs.sgml:
7478         * docs/libs/gst-plugins-libs-sections.txt:
7479         * docs/libs/tmpl/gstgconf.sgml:
7480         * docs/upload.mak:
7481         * docs/version.entities.in:
7482           Added boilerplate gtk-doc files for plugin-libs documentation.
7483
7484 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7485
7486         * gst/auparse/gstauparse.c: fix int and float audio caps
7487
7488 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7489
7490         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7491         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
7492           g_assert() can be a macro, don't use #ifdef inside it.
7493
7494 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
7495
7496         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7497
7498         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
7499         (gst_videorate_init), (gst_videorate_chain),
7500         (gst_videorate_change_state):
7501           Event handling (fixes #159986).
7502
7503 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7504
7505         * gst-libs/gst/riff/riff-media.c:
7506         (gst_riff_create_video_caps_with_data):
7507           Add BLZ0 (Blizzard's version of DivX) fourcc.
7508
7509 2004-12-18  David Schleef  <ds@schleef.org>
7510
7511         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
7512         portability fix.
7513
7514 2004-12-18  David Schleef  <ds@schleef.org>
7515
7516         * gst/tta/ttadec.h: Disable some header code that isn't used
7517         and clearly isn't portable.
7518
7519 2004-12-18  David Schleef  <ds@schleef.org>
7520
7521         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
7522         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
7523         (avcodec_get_pix_fmt), (avpicture_layout),
7524         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
7525         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
7526         Fix code to not use GCC extensions (and c99 extensions that
7527         Forte does not like.)
7528
7529 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7530
7531         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7532
7533         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
7534         (gst_deinterlace_chain):
7535           Rowstride fixes. Fixes #161039.
7536         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
7537         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
7538         (gst_video_crop_getcaps), (gst_video_crop_link),
7539         (gst_video_crop_i420), (gst_video_crop_chain),
7540         (gst_video_crop_change_state):
7541           Rework of negotiation. Actually works now. Fixes #158650.
7542
7543 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7544
7545         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
7546           That was very stupid.
7547
7548 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7549
7550         * gst/matroska/matroska-demux.c:
7551         (gst_matroska_demux_parse_blockgroup):
7552           Fix possible crasher.
7553
7554 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7555
7556         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
7557         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
7558           Lace sizes can be zero.
7559
7560 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7561
7562         * ext/musepack/gstmusepackdec.cpp:
7563           Fetch error return values. Fixes #161624.
7564         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7565           Really EOS.
7566
7567 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7568
7569         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7570           Work for truncated (unfinished download etc.) files. Fixes #160514.
7571
7572 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7573
7574         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7575           Fix for integer overflow. Makes #156001 not crash. Probably masks
7576           the real bug.
7577
7578 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7579
7580         * gst/ac3parse/gstac3parse.c: (plugin_init):
7581           Parsers never have ranks. Fixes #159651.
7582
7583 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7584
7585         * gst/playback/gstdecodebin.c: (compare_ranks):
7586           make sure the facotries are ordered the same every time even if they
7587           have the same rank by using the name
7588         * gst/playback/gstdecodebin.c: (find_compatibles):
7589           make sure we don't add factories to the list twice
7590
7591 2004-12-16  David Schleef  <ds@schleef.org>
7592
7593         * configure.ac: look for musepack headers as musepack/*.h
7594         (fixes #159847)
7595         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
7596         * ext/musepack/gstmusepackreader.h: same
7597
7598 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7599
7600         * gst-libs/gst/riff/riff-read.c:
7601         (gst_riff_read_strf_auds_with_data):
7602           Read extradata correctly (fixes #155879).
7603
7604 2004-12-16  David Schleef  <ds@schleef.org>
7605
7606         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
7607         audio.  does _not_ attempt or allow conversion unless channels
7608         is 1 or 2.
7609
7610 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7611
7612         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
7613
7614 2004-12-16  David Schleef  <ds@schleef.org>
7615
7616         * gst/audioscale/gstaudioscale.c: the resample library only
7617         handles 1 or 2 channels.  Change caps to compensate.
7618
7619 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7620
7621         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
7622         (gst_matroska_demux_audio_caps):
7623           Some MPEG-AAC hacks, because else it doesn't work...
7624
7625 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7626
7627         * gst-libs/gst/riff/riff-media.c:
7628         (gst_riff_create_video_caps_with_data),
7629         (gst_riff_create_video_template_caps):
7630           Add h264.
7631
7632 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7633
7634         * gst-libs/gst/audio/Makefile.am:
7635           Try to fix buildbot.
7636
7637 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7638
7639         * gst/tcp/gstmultifdsink.c:
7640           Clean up and uniformize debugging.
7641
7642 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
7643
7644         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7645
7646         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7647         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
7648         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
7649         (gst_mpeg_demux_change_state):
7650           Reset on ready. Fixes 160276.
7651
7652 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
7653
7654         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7655
7656         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7657         (gst_ffmpegcsp_pad_link):
7658           Fix memleak (#154815).
7659
7660 2004-12-16  James Bowes  <bowes@cs.dal.ca>
7661
7662         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7663
7664         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
7665         (gst_musicbrainz_init), (gst_musicbrainz_chain),
7666         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
7667         * ext/musicbrainz/gsttrm.h:
7668           Add support for using a proxy server when getting a trm id from
7669           the MusicBrainz database (#149613).
7670
7671 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
7672
7673         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7674
7675         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
7676         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
7677           Fix memleaks (#157233).
7678
7679 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
7680
7681         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7682
7683         * gst-libs/gst/resample/resample.c: (gst_resample_close):
7684         * gst-libs/gst/resample/resample.h:
7685         * gst/audioscale/gstaudioscale.c:
7686           Fix memleak (#159215).
7687
7688 2004-12-16  Toni Willberg  <toniw@iki.fi>
7689
7690         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7691
7692         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
7693         * sys/oss/oss_probe.c: (main):
7694           Check for mono/stereo support (similar to samplerate probing),
7695           fixes #159433. Also add missing copyright header to oss_probe.c.
7696
7697 2004-12-15  David Schleef  <ds@schleef.org>
7698
7699         * configure.ac: add audioresample and cairo plugins.  Remove
7700         HAVE_MMX stuff, because it's not used.
7701         * ext/Makefile.am: same
7702         * ext/audioresample/Makefile.am: You are not ready for an
7703         audio resampling element based on audioresample.
7704         * ext/audioresample/gstaudioresample.c:
7705         * ext/audioresample/gstaudioresample.h:
7706         * ext/cairo/Makefile.am: You are not ready for overlay elements
7707         based on cairo.  Don't look too closely, these elements kinda
7708         suck right now.
7709         * ext/cairo/gstcairo.c: new
7710         * ext/cairo/gsttextoverlay.c: new
7711         * ext/cairo/gsttextoverlay.h: new
7712         * ext/cairo/gsttimeoverlay.c: new
7713         * ext/cairo/gsttimeoverlay.h: new
7714         * gst-libs/gst/media-info/media-info-priv.h: fix compile
7715         problem with compilers that don't support variadic macros.
7716
7717 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
7718
7719         Reviewed by:  David Schleef  <ds@schleef.org>
7720
7721         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
7722         Bala, registering sunaudiosrc (oops!), and cleaning up code a
7723         bit.  Also ran indent-gst.
7724         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
7725         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
7726         (gst_sunaudiosrc_setparams):
7727
7728 2004-12-14  David Schleef  <ds@schleef.org>
7729
7730         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
7731         output rate to 16000.  Should fix #160235.
7732
7733 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7734
7735         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
7736         Add typefinding for mpeg2 pes streams
7737
7738 2004-12-13  David Schleef  <ds@schleef.org>
7739
7740         * configure.ac:  Applied patch from bug #143659, making default
7741         sources and sinks OS-dependent (for Solaris), and added code
7742         for OS/X.
7743         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
7744
7745 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7746
7747         * gst-libs/gst/riff/riff-media.c:
7748           forgot to add h2.64 to avidemux template caps
7749
7750 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7751
7752         * gst/wavenc/riff.h:
7753         * gst-libs/gst/riff/riff-media.c:
7754         * gst-libs/gst/riff/riff-ids.h:
7755         * gst/avi/gstavimux.c
7756         add 4CC code for VideoSoft h264 in AVI (VSSH)
7757           fixes bug #160655
7758         remove s323 from riff, it's quicktime specific :(
7759
7760 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7761
7762         * gst/asfdemux/README
7763         * gst/wavenc/riff.h
7764         * gst-libs/gst/riff/riff-ids.h
7765         * gst-libs/gst/riff/riff-media.c
7766         * gst/qtdemux/qtdemux.c:
7767           add new 4CC codes for h263 related codecs
7768           fixes partially bug #155163
7769
7770 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
7771
7772         * configure.ac: Update polyaudio requirement to 0.7
7773         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
7774
7775 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7776
7777         * gst/interleave/deinterleave.c:
7778         fix my name's spelling! :)
7779
7780 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7781
7782         * AUTHORS ChangeLog
7783         * gst/auparse/gstauparse.c
7784         * gst/interleave/deinterleave.c
7785         * gst/law/:
7786                 alaw-decode.c alaw-encode.c
7787                 mulaw-decode.c mulaw-encode.c
7788         * gst/oneton/gstoneton.c
7789         * sys/osxaudio/:
7790                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
7791         * sys/osxvideo/:
7792                 cocoawindow.h cocoawindow.m
7793                 osxvideosink.h osxvideosink.m
7794
7795         put the same mail address for Zaheer Abbas Merali everywhere
7796
7797 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7798
7799         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
7800           Align by packetsize, and assert that we a packet available before
7801           playing. The first makes webstreams work (they often include
7802           trailing padding data in a packet), the second allows pausing a
7803           ASF stream in totem without getting demux errors afterwards.
7804
7805 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7806
7807         * ext/ogg/gstoggdemux.c: (get_relative):
7808           Check for non-NULL before accessing member (end-of-chain).
7809
7810 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7811
7812         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
7813         (cdparanoia_set_property), (cdparanoia_get_property):
7814         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
7815         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
7816         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
7817         (dvdreadsrc_init), (dvdreadsrc_set_property),
7818         (dvdreadsrc_get_property):
7819         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
7820         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
7821           Synchronize property names where not yet the case. Devices are
7822           now device=X, other versions are deprecated (but still exist).
7823           Also use g_free() unconditionally.
7824         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7825         (setup_source), (gst_play_base_bin_get_property):
7826           Expose source.
7827
7828 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7829
7830         * configure.ac: move GCONF macro outside conditional for the am
7831           conditional. Fixes #160439
7832
7833 2004-12-08  David Schleef  <ds@schleef.org>
7834
7835         * tools/gst-visualise-m.m: Switch to elements that currently
7836         exist.
7837
7838 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7839
7840         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7841           We love wrong commas.
7842
7843 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7844
7845         * gst/matroska/matroska-demux.c:
7846         (gst_matroska_demux_handle_src_query):
7847           Don't set DEFAULT, unsupported - makes length display incorrectly
7848           in some cases.
7849
7850 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7851
7852         * gst/monoscope/README: remove blurb about files being GPL
7853         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
7854         * gst/monoscope/monoscope.c: Change license to BSD with explanation
7855           monoscope is now effectively LGPL licensed
7856
7857 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7858
7859         * gst/monoscope/README: Update information to be more correct
7860         * gst/monoscope/convolve.c: Relicense to LGPL
7861         * gst/monoscope/convolve.h: Relicense to LGPL
7862
7863 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
7864
7865         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
7866           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
7867         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
7868           set default_duration for mpeg1 audio
7869
7870 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7871
7872         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
7873         * ext/alsa/gstalsa.h:
7874           refactor big chunks of the core caps negotiation code to make it
7875           a lot faster, because people claim it's really slow
7876           (actually, just cache the getcaps when the device is opened)
7877
7878 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7879
7880         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
7881         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
7882         (gst_a52dec_handle_frame), (gst_a52dec_chain),
7883         (gst_a52dec_change_state), (plugin_init):
7884         * ext/a52dec/gsta52dec.h:
7885           Do something useful with timestamps. Make chain-based (since
7886           there's really no reason to be loopbased).
7887         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
7888           Update current_byte/frame correctly.
7889
7890 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7891
7892         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
7893         (gst_ape_demux_stream_init):
7894           Forward tags, too.
7895
7896 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7897
7898         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
7899           Let's make sure we're done typefinding when detecting tags.
7900
7901 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7902
7903         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
7904         (gst_ebml_read_init), (gst_ebml_read_use_event),
7905         (gst_ebml_read_element_id), (gst_ebml_peek_id),
7906         (gst_ebml_read_seek), (gst_ebml_read_skip),
7907         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
7908         (gst_ebml_read_master):
7909         * gst/matroska/ebml-read.h:
7910         * gst/matroska/matroska-demux.c:
7911         (gst_matroska_demux_parse_contents),
7912         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
7913           Disgustingly evil hack for working around INTERRUPT events and
7914           their extremely annoying habit of being a pain in the ass. We
7915           simply peek a cluster before reading any of it.
7916
7917 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7918
7919         * ext/musepack/gstmusepackdec.cpp:
7920           There's also floating point libmusepacks.
7921
7922 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7923
7924         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
7925         (gst_faad_chanpos_to_gst), (gst_faad_chain):
7926           Set DURATION even if source buffer didn't. Also use increasing
7927           timestamps.
7928         * gst-libs/gst/riff/riff-media.c:
7929         (gst_riff_create_audio_caps_with_data):
7930           Block_align can have larger values than 8192.
7931
7932 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7933
7934         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
7935         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
7936         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
7937         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
7938           Fix caps.
7939
7940 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7941
7942         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
7943           Fix logic bug.
7944
7945 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7946
7947         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
7948           Yay, another one.
7949
7950 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7951
7952         * ext/esd/esdsink.c: (gst_esdsink_chain):
7953           Make error actually say something useful (fixes #156798).
7954         * gst-libs/gst/riff/riff-media.c:
7955         (gst_riff_create_video_caps_with_data),
7956         (gst_riff_create_video_template_caps):
7957           Add Intel Video 5.0 fourcc (IV50).
7958
7959 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
7960
7961         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
7962         detection on mono and stereo mp3 files.
7963
7964 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7965
7966         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
7967           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
7968           the contained stream).
7969
7970 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7971
7972         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
7973           Oops, remove debug.
7974
7975 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
7976
7977         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7978
7979         * gst/law/alaw-decode.c: (alawdec_getcaps):
7980         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
7981           Prevent warnings when negotiating caps (fixes #159338).
7982
7983 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7984
7985         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7986         (gst_ffmpegcsp_chain):
7987           Remove old leftover that shouldn't be there...
7988
7989 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
7990
7991         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7992
7993         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
7994           Don't forward DISCONT events (fixes #159684).
7995
7996 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7997
7998         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
7999           Unlink manually since sometimes bin disposal (and therefore
8000           pad unlinking) is delayed, which will cause a new media file
8001           to not be able to start playing instantly.
8002
8003 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8004
8005         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
8006           On mute of an unlinked stream, check for pad availability so
8007           we don't crash on unlinked pad.
8008
8009 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8010
8011         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8012         (gst_avi_demux_massage_index):
8013           Fix quite humiliating bug in omitting 0-sized index chunks but
8014           forgetting to count them for timestamps.
8015
8016 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8017
8018         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8019           Actually leave the loop if we failed to sync. Don't crash.
8020
8021 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8022
8023         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
8024         (gst_dvd_demux_process_private):
8025         * gst/mpegstream/gstdvddemux.h:
8026           Fix crash (#159759). Doesn't work, though. :-(.
8027
8028 2004-11-28  Benjamin Otte  <otte@gnome.org>
8029
8030         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8031           more overwriting protection due to modifying channels one by one
8032           instead of all at once
8033
8034 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8035
8036         * gst/audioconvert/gstchannelmix.c:
8037         (gst_audio_convert_fill_normalize):
8038           Normalize using absolute values.
8039
8040 2004-11-28  Julien MOUTTE  <julien@moutte.net>
8041
8042         * configure.ac:
8043         * ext/Makefile.am:
8044         * ext/directfb/Makefile.am:
8045         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
8046         (gst_directfbvideosink_get_pixel_format),
8047         (gst_directfbvideosink_get_format_from_fourcc),
8048         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
8049         (gst_directfbvideosink_sink_link),
8050         (gst_directfbvideosink_change_state),
8051         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
8052         (gst_directfbvideosink_buffer_alloc),
8053         (gst_directfbvideosink_interface_supported),
8054         (gst_directfbvideosink_interface_init),
8055         (gst_directfbvideosink_navigation_send_event),
8056         (gst_directfbvideosink_navigation_init),
8057         (gst_directfbvideosink_set_property),
8058         (gst_directfbvideosink_get_property),
8059         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
8060         (gst_directfbvideosink_base_init),
8061         (gst_directfbvideosink_class_init),
8062         (gst_directfbvideosink_get_type), (plugin_init):
8063         * ext/directfb/directfbvideosink.h: Adding a first version of
8064         directfbvideosink.
8065         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
8066         more.
8067
8068 2004-11-28  Benjamin Otte  <otte@gnome.org>
8069
8070         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8071           walk the samples backwards if out_channels > in_channels so we don't
8072           overwrite data
8073
8074 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8075
8076         * gst/audioconvert/Makefile.am:
8077         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8078         (gst_audio_convert_link), (gst_audio_convert_change_state),
8079         (gst_audio_convert_channels):
8080         * gst/audioconvert/gstchannelmix.c:
8081         (gst_audio_convert_unset_matrix),
8082         (gst_audio_convert_fill_identical),
8083         (gst_audio_convert_fill_compatible),
8084         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
8085         (gst_audio_convert_fill_others),
8086         (gst_audio_convert_fill_normalize),
8087         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
8088         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
8089         * gst/audioconvert/gstchannelmix.h:
8090           Implement a channel mixer.
8091
8092 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
8093
8094         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
8095         * ext/alsa/gstalsa.h:
8096         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
8097         Make alsasink actually honor gst_element_set_clock and use that
8098         clock instead of its internal one.
8099
8100 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8101
8102         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
8103         (gst_play_base_bin_change_state): nullify source and decoder when
8104         going from READY to NULL so that we don't try to do weird stuff with
8105         them when going from NULL to READY
8106         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
8107         instead of g_object_unref
8108         (gen_video_element), (gen_audio_element): more refcounting fixes, now
8109         it should be correct
8110         (gst_play_bin_change_state): don't call remove_sinks if we are
8111         currently disposing the object
8112
8113 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8114
8115         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8116           Don't forget bass if it's there. Else left channel is silent...
8117
8118 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8119
8120         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
8121         (gst_a52dec_change_state):
8122           Don't do sample adjusting anymore, we use float audio now.
8123         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8124           Don't fixate to non-existing properties.
8125
8126 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8127
8128         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
8129         (gst_a52dec_change_state):
8130           Advertise that we can do surround sound.
8131
8132 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8133
8134         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
8135           Add buffer-frames=0.
8136         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
8137         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
8138         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
8139         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
8140         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
8141         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
8142         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
8143         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
8144         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
8145         * ext/dvdread/dvdreadsrc.h:
8146           Add seeking, querying for bytes, sectors, title, angle and
8147           chapter. Handle multiple chapters. Relicense to LGPL because
8148           Billy agreed on that (thanks Billy!).
8149
8150 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8151
8152         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
8153         call parent dispose method
8154
8155 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
8156
8157         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
8158         (gst_audio_clock_get_internal_time):
8159         Fix active <-> inactive transitions: ensure time value always
8160         grows and avoid abrupt value changes.
8161
8162 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
8163
8164         * configure.ac:
8165         * gst/tta/Makefile.am:
8166         * gst/tta/crc32.h:
8167         * gst/tta/filters.h:
8168         * gst/tta/gsttta.c:
8169         * gst/tta/gstttadec.c:
8170         * gst/tta/gstttadec.h:
8171         * gst/tta/gstttaparse.c:
8172         * gst/tta/gstttaparse.h:
8173         * gst/tta/ttadec.h:
8174           added TTA parser and decoder
8175
8176 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8177
8178         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8179         (probe_triggered), (check_queue), (buffer_underrun),
8180         (buffer_running), (buffer_overrun), (gen_source_element),
8181         (setup_source):
8182         * gst/playback/gstplaybasebin.h:
8183           Implement buffering. Needs some more work.
8184
8185 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8186
8187         * ext/theora/theoradec.c: (theora_dec_chain):
8188           Fix ilog mask range overflow.
8189
8190 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8191
8192         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8193           Don't omit the last (which in case of dmix is the only :) )
8194           channel count. Don't set channels if <= 2.
8195
8196 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
8197
8198         * gst/playback/gstplaybin.c: (gen_video_element),
8199         (gen_audio_element): Removed 2 obsolete comments
8200
8201 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
8202
8203         * ext/vorbis/oggvorbisenc.c
8204         * ext/vorbis/vorbisenc.c :
8205           change description fields of those plugins to differentiate them
8206           (pitivi show Encoders by description, they had the same one)
8207
8208 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
8209
8210         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8211
8212         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8213         (gst_play_bin_set_property), (gen_video_element),
8214         (gen_audio_element):
8215           Refcounting fixes for provided audio-/videosinks.
8216
8217 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8218
8219         * gst/playback/gstplaybin.c: (gen_video_element),
8220         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
8221           Don't reference all sinks, but only the video- and audiosinks.
8222           The vis. element should be disposed when we're done with it.
8223           We don't have any reason to keep it around. This fixes warnings
8224           when reusing playbin for playing multiple audio files with
8225           vis. enabled. Also release audio device on pause - idea stolen
8226           from Rhythmbox.
8227
8228 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8229
8230         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
8231         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
8232         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8233         * ext/alsa/gstalsaplugin.c: (plugin_init):
8234         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
8235         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
8236         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
8237         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
8238         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
8239         (gst_faad_change_state), (plugin_init):
8240         * ext/faad/gstfaad.h:
8241         * ext/vorbis/vorbis.c: (plugin_init):
8242         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8243         * gst-libs/gst/audio/Makefile.am:
8244         * gst-libs/gst/audio/audio.c: (plugin_init):
8245         * gst-libs/gst/audio/multichannel.c:
8246         (gst_audio_check_channel_positions),
8247         (gst_audio_get_channel_positions),
8248         (gst_audio_set_channel_positions),
8249         (gst_audio_set_structure_channel_positions_list),
8250         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
8251         (gst_audio_fixate_channel_positions):
8252         * gst-libs/gst/audio/multichannel.h:
8253         * gst-libs/gst/audio/testchannels.c: (main):
8254         * gst/audioconvert/gstaudioconvert.c:
8255         (gst_audio_convert_class_init), (gst_audio_convert_init),
8256         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
8257         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
8258         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8259         * gst/audioconvert/plugin.c: (plugin_init):
8260           Surround sound support.
8261
8262 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8263
8264         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
8265           Fix position for discont if we're close as well. Nitpicking, but
8266           saves a few milliseconds of extra waiting or skipping.
8267
8268 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8269
8270         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
8271           We sometimes need parsers for playback, so add those too.
8272
8273 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8274
8275         * configure.ac:
8276         * gst/apetag/Makefile.am:
8277         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
8278         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
8279         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
8280         (gst_ape_demux_get_src_query_types),
8281         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
8282         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
8283         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
8284         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
8285         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
8286         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
8287         (gst_ape_demux_change_state):
8288         * gst/apetag/apedemux.h:
8289         * gst/apetag/apetag.c: (plugin_init):
8290         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
8291         (plugin_init):
8292           APE v1/2 tag reader plus typefind function.
8293
8294 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8295
8296         * configure.ac:
8297         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8298         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8299           Remove hacks for older core. Require newer core version
8300           accordingly.
8301
8302 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8303
8304         * gst/cdxaparse/Makefile.am:
8305         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
8306         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
8307         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
8308         * gst/cdxaparse/gstcdxaparse.h:
8309         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
8310         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
8311         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
8312         (gst_cdxastrip_get_src_query_types),
8313         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
8314         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
8315         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
8316         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
8317         * gst/cdxaparse/gstcdxastrip.h:
8318           SVCD/VCD header stripping separated from CDXA image parsing.
8319         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8320         (plugin_init):
8321           Add VCD/SVCD header typefinding for VCD/SVCD.
8322         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
8323         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
8324         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
8325         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
8326         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
8327         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
8328         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
8329         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
8330         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
8331         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
8332         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
8333         * sys/vcd/vcdsrc.h:
8334           Fix up, add seeking, querying, URI interface. Works in totem now.
8335
8336 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8337
8338         * configure.ac:
8339           back to CVS
8340
8341 === release 0.8.6 ===
8342
8343 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8344
8345         * NEWS:
8346         * RELEASE:
8347         * configure.ac:
8348         * po/af.po:
8349         * po/az.po:
8350         * po/cs.po:
8351         * po/en_GB.po:
8352         * po/hu.po:
8353         * po/it.po:
8354         * po/nb.po:
8355         * po/nl.po:
8356         * po/or.po:
8357         * po/sq.po:
8358         * po/sr.po:
8359         * po/sv.po:
8360         * po/uk.po:
8361           releasing 0.8.6, "IOU Love"
8362
8363 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8364
8365         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8366
8367         * gst/playback/gstplaybasebin.c:
8368           Fix unplayable files error handling.  Fixes #158365
8369
8370 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8371
8372         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8373
8374         * gst/typefind/gsttypefindfunctions.c:
8375           Fix broken mp3 typefinding.  Fixes #158375
8376
8377 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8378
8379         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8380
8381         * ext/ogg/gstoggdemux.c:
8382           Fix sync on broken files.  Fixes #158976
8383
8384 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8385
8386         patch by: Edward Hervey <bilboed@bilboed.com>
8387
8388         * ext/libpng/gstpngenc.c:
8389           Copy over buffer properties.  Fixes #158832
8390
8391 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8392
8393         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
8394
8395         * ext/dvdread/dvdreadsrc.c:
8396           Fixes invalid reads (#158462)
8397
8398 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8399
8400         * sys/v4l/gstv4lsrc.c:
8401         * sys/v4l/gstv4lsrc.h:
8402         * sys/v4l/v4lsrc_calls.c:
8403           Probe less and cache it.  Fixes #159187.
8404
8405 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8406
8407         * gst/videorate/gstvideorate.c:
8408           Handle all video formats. Fixes #159186.
8409
8410 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
8411         * gst/synaesthesia/gstsynaesthesia.c:
8412         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
8413         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
8414         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
8415         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
8416         (gst_synaesthesia_change_state), (plugin_init):
8417         Fix up synaesthesia to work under different samplerates/ buffer sizes.
8418         Force 320x200 output, as that's the only thing the underlying
8419         synaesthesia implementation supports. Still needs to be made
8420         re-entrant.
8421
8422 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8423
8424         * configure.ac:
8425           Fix mpeg2enc configure check (similar to mplex check below).
8426
8427 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
8428
8429         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8430
8431         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8432           Fix for gcc-2.95 (fixes #158221).
8433
8434 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8435
8436         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8437           Re-add clock distribution hack (until new core is released).
8438           Fixes #158125.
8439
8440 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
8441         * configure.ac:
8442           fix mplex configure check segfaulting on some systems (bug #140994)
8443
8444 2004-11-13  Benjamin Otte  <otte@gnome.org>
8445
8446         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
8447           add debugging
8448         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8449           do a wait when we enter the loop func with no data available to
8450           write instead of getting into an 100% CPU loop by just returning and
8451           being called again by the scheduler
8452
8453 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
8454
8455         * configure.ac:
8456         * ext/libvisual/visual.c: (gst_visual_get_type),
8457         (libvisual_log_handler), (gst_visual_getcaps),
8458         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
8459         (plugin_init):
8460           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
8461         * ext/smoothwave/Makefile.am:
8462         * ext/smoothwave/demo-osssrc.c: (main):
8463         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
8464         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
8465         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
8466         (plugin_init):
8467         * ext/smoothwave/gstsmoothwave.h:
8468           Make gstsmoothwave a working element in the 20th century.
8469
8470         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
8471           Fix incorrect link function
8472
8473 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8474
8475         * gst/volume/gstvolume.c:
8476           Allow buffer-frames=0.
8477
8478 2004-11-12 Iain <iaingnome@gmail.com>
8479
8480         * configure.ac: Check for polypaudio
8481
8482         * ext/Makefile.am: Build the polyp dir
8483
8484         * ext/polyp: The polypsink sources.
8485
8486 2004-10-30 Iain <iaingnome@gmail.com>
8487
8488         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
8489         caps to reflect the new number of channels.
8490
8491 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8492
8493         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8494           Fix for negotiation order problem. This would show when the
8495           ALSA loopfuction was called before any other function. ALSA
8496           wouldn't do anything because we're not negotiated yet, leading
8497           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
8498
8499 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8500
8501         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8502
8503         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8504           No warnings (#157986).
8505
8506 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8507
8508         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8509           Prefer apev1/2 and id3v1 (at end of file) over musepack.
8510
8511 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8512
8513         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
8514           Signal no-more-pads (so it works in playbin).
8515
8516 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8517
8518         * ext/musepack/gstmusepackreader.cpp:
8519           Workaround for older core.
8520
8521 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8522
8523         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
8524           Actually test for odd width/height rather than testing whether
8525           a temporary variable that was 0 before we subtracted 1 is now
8526           not equal to zero (which it always is).
8527
8528 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8529
8530         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
8531         Fix compilation if HAVE_XVIDEO is not defined
8532
8533 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8534
8535         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
8536         Fix compilation if HAVE_XVIDEO is not defined
8537
8538 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
8539
8540         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
8541         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
8542         (gst_goom_change_state), (plugin_init):
8543         Use the bytestream adapter so goom doesn't depend on the input
8544         buffer size.
8545         Add a debug category
8546
8547 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8548
8549         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
8550           Only set hardware parameters *after* negotiation. Before
8551           negotiation, it will set ANY and that seems to cause crashes
8552           (see e.g. #151288, #153227).
8553
8554 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8555
8556         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
8557           This seems to be antique leftover. It needs to pass error
8558           checking.
8559         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
8560         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
8561         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
8562         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
8563           Fix GstXOverlay implementation (#151059).
8564
8565 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8566
8567         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8568           Don't assert (#157853).
8569
8570 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8571
8572         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
8573           Fix bytes/samples confustion.
8574         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
8575           Fix for underrun (#144389).
8576
8577 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8578
8579         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8580           Disable halfway-seek for pending release (since it needs a new
8581           core release).
8582
8583 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8584
8585         * sys/v4l/gstv4lsrc.c:
8586         * sys/v4l/gstv4lsrc.h:
8587         * sys/v4l/v4lsrc_calls.c:
8588           add autoprobe-fps property so we can separate autoprobing parts
8589
8590 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8591
8592         * sys/v4l/gstv4lsrc.c:
8593         * sys/v4l/v4lsrc_calls.c:
8594         initialise fourcc to catch unset fourcc's, and debug
8595
8596 2004-11-09  Wim Taymans  <wim@fluendo.com>
8597
8598         * gst/playback/README:
8599         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
8600         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8601         (gst_play_bin_dispose), (gst_play_bin_set_property),
8602         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
8603         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
8604         (gst_play_bin_get_formats), (gst_play_bin_convert),
8605         (gst_play_bin_get_query_types), (gst_play_bin_query):
8606         Cleanups and some more documentation.
8607
8608 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
8609
8610         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
8611         (gst_cacasink_init), (gst_cacasink_chain):
8612         * ext/libcaca/gstcacasink.h:
8613         Cacasink inherits from VideoSink, so let that store the clock.
8614
8615 2004-11-09  Wim Taymans  <wim@fluendo.com>
8616
8617         * gst/playback/README:
8618         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
8619         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
8620         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
8621         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
8622         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
8623         (setup_sinks):
8624         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
8625         (gst_stream_info_is_mute), (gst_stream_info_set_property):
8626         * gst/playback/gststreaminfo.h:
8627         Updated README.
8628         Only switch groups if all streams have muted (EOSed).
8629         Send Tags in sync with the stream playback instead of in
8630         the playback/preroll phase.
8631         Some cleanups, free the fakesrc elements.
8632
8633 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8634
8635         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
8636           buffer-frames property was missing
8637         * ext/arts/gst_arts.c:
8638           rate missing from sinkcaps
8639         * ext/audiofile/gstafparse.c:
8640         * ext/audiofile/gstafsink.c:
8641         * ext/audiofile/gstafsrc.c:
8642         * ext/swfdec/gstswfdec.c:
8643           int audio doesn't know buffer-frames
8644         * ext/cdparanoia/gstcdparanoia.c:
8645           int audio doesn't know chunksize either
8646         * ext/nas/nassink.c:
8647           it's endianness, not endianess
8648         * gst-libs/gst/audio/audio.h:
8649           make float standard pad template caps really describe float
8650         * gst/law/mulaw.c: (linear_factory):
8651           signed only, please
8652         * gst/mpegstream/gstdvddemux.c:
8653           widths of 20 are not valid
8654
8655 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8656
8657         Submitted by: Luca Ferretti <elle.uca@infinito.it>
8658
8659         * po/LINGUAS:
8660         * po/it.po:
8661           Add Italian
8662
8663 2004-11-08  Wim Taymans  <wim@fluendo.com>
8664
8665         * gst/playback/README:
8666         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
8667         * gst/playback/gstplaybasebin.c: (probe_triggered),
8668         (gst_play_base_bin_change_state):
8669         Updated README, added more comments for fixmes etc..
8670
8671 2004-11-08  Wim Taymans  <wim@fluendo.com>
8672
8673         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8674         We can remove this hack now.
8675
8676 2004-11-08  Wim Taymans  <wim@fluendo.com>
8677
8678         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
8679         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8680         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
8681         Only mix AYUV for maximum quality.
8682
8683 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8684
8685         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
8686         (gst_ogg_demux_push), (gst_ogg_pad_push):
8687           Let's act as if we're synchronized now! :).
8688         * ext/theora/theoradec.c: (theora_dec_chain):
8689           Add some debug.
8690
8691 2004-11-08  Wim Taymans  <wim@fluendo.com>
8692
8693         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8694         (gst_alpha_set_property), (gst_alpha_sink_link),
8695         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
8696         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
8697         (gst_alpha_init_params), (gst_alpha_chain):
8698         Implement alpha functions for AYUV too, this increases
8699         accuracy quite a bit.
8700
8701 2004-11-08  Wim Taymans  <wim@fluendo.com>
8702
8703         * gst/ffmpegcolorspace/avcodec.h:
8704         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8705         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8706         (gst_ffmpegcsp_avpicture_fill):
8707         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8708         (gst_ffmpegcsp_caps_remove_format_info):
8709         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
8710         (shrink12), (img_get_alpha_info), (deinterlace_line),
8711         (deinterlace_line_inplace):
8712         * gst/ffmpegcolorspace/imgconvert_template.h:
8713         Added AYUV colorspace and handle RGBA a bit more respectful.
8714
8715 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8716
8717         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8718           Actually always send a discont (cornercase when resending the
8719           same serial-tagged chain twice).
8720
8721 2004-11-08  Julien MOUTTE  <julien@moutte.net>
8722
8723         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
8724         (gst_ximagesink_finalize):
8725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
8726         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
8727
8728 2004-11-08  Wim Taymans  <wim@fluendo.com>
8729
8730         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
8731         Don't segfault on NULL data.
8732
8733 2004-11-08  Wim Taymans  <wim@fluendo.com>
8734
8735         * gst/playback/gstdecodebin.c: (unlinked):
8736         * gst/playback/gstplay-marshal.list:
8737         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8738         (gst_play_base_bin_init), (group_create), (get_active_group),
8739         (get_building_group), (group_destroy), (group_commit),
8740         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
8741         (add_element_stream), (no_more_pads), (probe_triggered),
8742         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
8743         (state_change), (setup_source), (gst_play_base_bin_get_property),
8744         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
8745         (gst_play_base_bin_link_stream),
8746         (gst_play_base_bin_get_streaminfo):
8747         * gst/playback/gstplaybasebin.h:
8748         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8749         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
8750         Add support for chained ogg files. Prepare for playlist
8751         support. This patch introduces the concept of pad groups, which
8752         together compose one playable media file.
8753
8754 2004-11-07  David Schleef  <ds@schleef.org>
8755
8756         * testsuite/gst-lint: Check for pad templates that aren't statically
8757         scoped.
8758
8759 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8760
8761         * configure.ac:
8762         * ext/Makefile.am:
8763         * ext/musepack/Makefile.am:
8764         * ext/musepack/gstmusepackdec.cpp:
8765         * ext/musepack/gstmusepackdec.h:
8766         * ext/musepack/gstmusepackreader.cpp:
8767         * ext/musepack/gstmusepackreader.h:
8768           Add musepack decoder.
8769         * ext/faad/gstfaad.c: (gst_faad_base_init):
8770           Make pad templates static.
8771         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8772         (plugin_init):
8773           Add musepack typefinder, make mp3 typefinding work halfway stream,
8774           which doesn't actually work yet because id3demux doesn't implement
8775           _get_length().
8776
8777 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8778
8779         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
8780         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
8781           Fix interrupt event handling (#144436).
8782
8783 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8784
8785         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
8786           Hide unused glory.
8787
8788 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8789
8790         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8791
8792         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
8793           Fix weird caps (#157548).
8794
8795 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8796
8797         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8798
8799         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
8800           Add missing NULL terminator (#157543).
8801
8802 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8803
8804         * gst/tcp/gsttcp.h:
8805         * gst/tcp/gsttcpclientsink.c:
8806         * gst/tcp/gsttcpclientsrc.c:
8807         * gst/tcp/gsttcpserversink.c:
8808         * gst/tcp/gsttcpserversrc.c:
8809           ports can go up to 65535.  Move common defines to gsttcp.h
8810
8811 2004-11-05  Wim Taymans  <wim@fluendo.com>
8812
8813         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
8814         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
8815         Added two more colorspaces.
8816
8817 2004-11-05  Wim Taymans  <wim@fluendo.com>
8818
8819         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8820         (gst_ffmpegcsp_avpicture_fill):
8821         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
8822         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
8823         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
8824         More stride fixes.
8825
8826 2004-11-05  Wim Taymans  <wim@fluendo.com>
8827
8828         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
8829         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
8830         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
8831         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
8832         (gst_videomixer_loop):
8833         More stride fixes.
8834
8835 2004-11-05  Benjamin Otte  <otte@gnome.org>
8836
8837         * ext/mad/gstmad.c: (gst_mad_chain):
8838           don't overflow data buffer. Flush not needed sync data when syncing
8839           failed.
8840
8841 2004-11-04  Wim Taymans  <wim@fluendo.com>
8842
8843         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8844         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
8845         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
8846         (gst_alpha_init_params), (gst_alpha_chain),
8847         (gst_alpha_change_state):
8848         Updated the chroma keying algorithm with something more
8849         sophisticated.
8850
8851 2004-11-03  Wim Taymans  <wim@fluendo.com>
8852
8853         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
8854         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8855         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
8856         Fix stride issues. Does not completely work for odd
8857         heights.
8858
8859 2004-11-03  Wim Taymans  <wim@fluendo.com>
8860
8861         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8862         (gst_alpha_chroma_key), (gst_alpha_chain):
8863         Fix stride issues. Does not completely work for odd
8864         heights.
8865
8866 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
8867
8868         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
8869         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
8870         leak fixes
8871
8872 2004-11-03  Wim Taymans  <wim@fluendo.com>
8873
8874         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8875         (gst_ffmpegcsp_avpicture_fill):
8876         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
8877         (avpicture_alloc):
8878         * gst/ffmpegcolorspace/imgconvert_template.h:
8879         Use correct _fill function to get correct strides.
8880
8881 2004-11-02  David Schleef  <ds@schleef.org>
8882
8883         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
8884         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
8885         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
8886         Change all g_print()s to debugging.  Add a bunch of consistency
8887         checks.
8888
8889 2004-11-02  Wim Taymans  <wim@fluendo.com>
8890
8891         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8892         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
8893         (unlinked), (no_more_pads), (close_link):
8894         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
8895         (unknown_type), (add_element_stream), (new_decoded_pad),
8896         (removed_decoded_pad), (setup_source):
8897         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
8898         (gst_stream_info_class_init), (gst_stream_info_init),
8899         (gst_stream_info_new), (gst_stream_info_dispose),
8900         (stream_info_mute_pad), (gst_stream_info_set_property),
8901         (gst_stream_info_get_property):
8902         * gst/playback/gststreaminfo.h:
8903         Fix playback of multiple files.
8904         a slightly different approach to handling dynamic pad removals.
8905         This one only looks at pads that we have linked.
8906
8907 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
8908
8909         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
8910         free" warning from libc.
8911
8912 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8913
8914         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8915         (get_unconnected_element), (remove_starting_from), (pad_removed),
8916         (close_link):
8917           Implement support for dynamic pad changing. We listen to "live"
8918           pad removals (i.e. while playing) and re-setup autoplugging
8919           after that. Playbasebin/playbin need some more work for this
8920           to finally work, but decodebin supports (and replugs) chained
8921           ogg now.
8922
8923 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
8924
8925         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
8926         (gst_alsa_finalize):
8927         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
8928         (gst_cdaudio_finalize):
8929         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
8930         (cdparanoia_finalize):
8931         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
8932         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
8933         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8934         (dvdreadsrc_finalize):
8935         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
8936         (gst_flacdec_finalize):
8937         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
8938         (gst_flacenc_finalize):
8939         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
8940         (gst_gnomevfssink_finalize):
8941         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
8942         (gst_gnomevfssrc_finalize):
8943         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
8944         (gst_fameenc_finalize):
8945         * ext/nas/nassink.c: (gst_nassink_class_init),
8946         (gst_nassink_finalize):
8947         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
8948         (gst_sdlvideosink_class_init):
8949         * ext/sndfile/gstsf.c: (gst_sf_dispose):
8950         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
8951         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
8952         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
8953         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
8954         (gst_x_window_listener_dispose):
8955         * gst/audioscale/gstaudioscale.c:
8956         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
8957         (play_on_demand_finalize):
8958         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
8959         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
8960         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
8961         (cdplayer_finalize):
8962         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
8963         (gst_glimagesink_class_init):
8964         * sys/oss/gstosselement.c: (gst_osselement_class_init),
8965         (gst_osselement_finalize):
8966         * sys/oss/gstosssink.c: (gst_osssink_dispose):
8967         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
8968         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
8969           Fixes a bunch of problems with finalize and dispose functions,
8970           either assumptions that dispose is only called once, or not calling
8971           the parent class dispose/finalize function
8972
8973 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
8974
8975         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
8976           added two api precondition guards
8977           use g_strdup with getenv to fix crash when using ENVVAR
8978
8979 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
8980         * ext/esd/esdsink.c: (gst_esdsink_class_init),
8981         (gst_esdsink_finalize):
8982         Use a finalize function, not dispose, and more importantly,
8983         call the parent class finalize function too
8984
8985 2004-11-01  Johan Dahlin  <johan@gnome.org>
8986
8987         * ext/ogg/gstoggdemux.c:
8988         * gst/tags/gstvorbistag.c:
8989         Plug leaks.
8990
8991 2004-10-31  Benjamin Otte  <otte@gnome.org>
8992
8993         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
8994           lotsa memleaks today. But they're all small...
8995
8996 2004-10-31  Benjamin Otte  <otte@gnome.org>
8997
8998         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8999           another memleak crushed
9000
9001 2004-10-31  Benjamin Otte  <otte@gnome.org>
9002
9003         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9004           fix memleak
9005
9006 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9007
9008         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9009           Hack to prevent crash when going to READY inside signal handler
9010           while this function is active.
9011
9012 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9013
9014         * gst/ffmpegcolorspace/Makefile.am:
9015         * gst/ffmpegcolorspace/avcodec.h:
9016         * gst/ffmpegcolorspace/common.h:
9017         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
9018         * gst/ffmpegcolorspace/dsputil.h:
9019         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
9020         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9021         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
9022         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
9023         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
9024         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
9025         (gst_ffmpegcsp_avpicture_fill):
9026         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9027         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9028         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9029         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
9030         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9031         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9032         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9033         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
9034         * gst/ffmpegcolorspace/imgconvert.c:
9035         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9036         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
9037         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
9038         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
9039         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
9040         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
9041         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
9042         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
9043         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
9044         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
9045         (grow21), (grow22), (grow41), (grow44), (conv411),
9046         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
9047         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
9048         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
9049         (avpicture_free), (is_yuv_planar), (img_convert),
9050         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
9051         (deinterlace_line_inplace), (deinterlace_bottom_field),
9052         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
9053         * gst/ffmpegcolorspace/imgconvert_template.h:
9054         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
9055         * gst/ffmpegcolorspace/mmx.h:
9056         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
9057         (av_fast_realloc), (av_mallocz_static), (av_free_static),
9058         (av_freep), (avcodec_get_context_defaults),
9059         (avcodec_alloc_context), (avcodec_init):
9060           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
9061           handling plus update from ffmpeg CVS. Large clean-up.
9062
9063 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9064
9065         * gst/playback/Makefile.am:
9066           We need the marshallers for decodebin, too.
9067
9068 2004-10-30  David Schleef  <ds@schleef.org>
9069
9070         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
9071           quicktime typefinding work with 64-bit offsets.
9072
9073 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
9074
9075         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
9076           Set EOS on the element when processing an EOS event.
9077         * ext/speex/gstspeexdec.h:
9078         * ext/speex/gstspeexenc.h:
9079           Only keep a const ptr to the mode
9080         * gst-libs/gst/riff/riff-media.c:
9081         (gst_riff_create_audio_caps_with_data),
9082         (gst_riff_create_audio_template_caps):
9083           Allow WMAV3, with up to 6 channels.
9084         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
9085           Don't call gst_pad_set_event_function on a sink pad.
9086         * gst/mpegstream/gstdvddemux.c:
9087         (gst_dvd_demux_get_subpicture_stream),
9088         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
9089           Copy the explicit caps that were set across to the cur_* pads,
9090           instead of trying to use a possibly non-existent negotiated caps.
9091           Reset the type of subpicture pads to UNKNOWN after calling
9092           init_stream, so that the caps get set.
9093
9094 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
9095
9096         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9097
9098         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9099           Don't touch buffer if it is of size 0 (fixes #151064).
9100
9101 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9102
9103         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
9104           Synchronized discont handling.
9105
9106 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9107
9108         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9109         (gst_ogg_demux_push):
9110           Make seeking sort-of exact again (fixes #156387).
9111
9112 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9113
9114         * gst/playback/gstplaybasebin.c: (unknown_type),
9115         (add_element_stream), (new_decoded_pad),
9116         (gst_play_base_bin_change_state):
9117         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9118         (gst_stream_info_init), (gst_stream_info_new),
9119         (gst_stream_info_dispose), (gst_stream_info_get_property):
9120         * gst/playback/gststreaminfo.h:
9121           Make caps explicitely available. Makes testing for unsupported
9122           types possible. Improves error reporting.
9123
9124 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9125
9126         * gst/audioconvert/gstaudioconvert.c:
9127         (gst_audio_convert_buffer_to_default_format):
9128           Really don't touch read-only buffers (#156563).
9129
9130 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
9131
9132         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9133
9134         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9135           Fix memleak (#155223).
9136
9137 2004-10-29  Wim Taymans  <wim@fluendo.com>
9138
9139         * gst/tcp/.cvsignore:
9140         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9141         (gst_multifdsink_class_init), (gst_multifdsink_init),
9142         (gst_multifdsink_add), (gst_multifdsink_remove),
9143         (gst_multifdsink_remove_client_link), (is_sync_frame),
9144         (gst_multifdsink_new_client),
9145         (gst_multifdsink_handle_client_write),
9146         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9147         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9148         (gst_multifdsink_get_property):
9149         * gst/tcp/gstmultifdsink.h:
9150         Added burst on connect sync_method, deprecated sync_clients,
9151         streamlined the sync code some more.
9152
9153 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9154
9155         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
9156         (gst_play_base_bin_change_state):
9157           Improve error reporting.
9158
9159 2004-10-28  Wim Taymans  <wim@fluendo.com>
9160
9161         * gst/tcp/Makefile.am:
9162         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
9163         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
9164         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
9165         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9166         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9167         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9168         (gst_fdset_wait):
9169         Added more locks around fdset structures. Fixed/reworked
9170         the poll array resizing code.
9171         Added stress test for fdset.
9172
9173 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9174
9175         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9176         fix build
9177
9178 2004-10-28  Benjamin Otte  <otte@gnome.org>
9179
9180         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9181           fix link function to always query channels and query width for
9182           floats
9183         * configure.ac:
9184           add equalizer dir
9185         * gst/equalizer/Makefile.am:
9186         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
9187         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
9188         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
9189         (arg_to_scale), (setup_filter),
9190         (gst_iir_equalizer_compute_frequencies),
9191         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
9192         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
9193         (plugin_init):
9194           add an equalizer
9195
9196 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9197
9198         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
9199
9200         * po/LINGUAS:
9201         * po/nb.po:
9202           Added Norwegian Bokmaal translation
9203
9204 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9205
9206         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9207           Don't break on options (fixes #156488).
9208
9209 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9210
9211         * configure.ac:
9212         * ext/cdaudio/Makefile.am:
9213         * sys/Makefile.am:
9214           fix build on older automake
9215
9216 2004-10-26  Wim Taymans  <wim@fluendo.com>
9217
9218         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9219         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9220         Allow a little margin when negotiating the framerate.
9221
9222 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
9223
9224         * gst/level/gstlevel.c:
9225           synchonised naming of pads and pad-templates
9226
9227 2004-10-26  Wim Taymans  <wim@fluendo.com>
9228
9229         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9230         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
9231         (_find_streams_check), (gst_ogg_demux_push):
9232         Fix EOS again. Needs to be done in a better way. We should not
9233         remove the pad if there is no new chained stream.
9234
9235 2004-10-26 Iain <iaingnome@gmail.com>
9236
9237         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
9238         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
9239         of the caps.
9240         * gst/interleave/interleave.c (interleave_class_init): Hook up release
9241         pad.
9242         (interleave_release_pad): Remove the pad.
9243         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
9244         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
9245         the set device.
9246         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
9247         attrs
9248         (gst_xvimagesink_xcontext_clear): Free the xcontext.
9249         (gst_xvimagesink_finalize): Free the par.
9250
9251 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9252
9253         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
9254         (gst_avimux_stop_file):
9255           First calculate the rate, and only then use it. Hdr.rate is a
9256           multiple and not a derivative of hdr.scale. Scale is not the
9257           same as blockalign but is solely related to rate.
9258
9259 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9260
9261         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
9262         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
9263           Implement seeking.
9264
9265 2004-10-25  James Henstridge  <james@jamesh.id.au>
9266
9267         Reviewed by:  David Schleef  <ds@schleef.org>
9268
9269         * examples/gstplay/player.c: (got_stream_length), (main):
9270         * examples/seeking/cdplayer.c: (update_scale):
9271         * examples/seeking/seek.c: (format_value), (update_scale):
9272         * examples/seeking/spider_seek.c: (format_value), (update_scale),
9273         (stop_seek):
9274         Build fixes on AMD64.
9275
9276 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9277
9278         reviewed by: Ronald Bultje <rbultje at gnome dot org>
9279
9280         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
9281         Fix for some v4l cards which hang in v4lsrc
9282
9283 2004-10-25  Wim Taymans  <wim@fluendo.com>
9284
9285         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
9286         (gst_ogg_demux_push), (gst_ogg_chains_clear):
9287         Make sure to remove the pad when a new chain is
9288         encountered. Set some vars to NULL so we don't try
9289         to reference freed memory.
9290
9291 2004-10-25  Wim Taymans  <wim@fluendo.com>
9292
9293         * examples/seeking/Makefile.am:
9294         * examples/seeking/cdplayer.c: (update_scale):
9295         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
9296         * examples/seeking/playbin.c: (make_playerbin_pipeline),
9297         (format_value), (update_scale), (iterate), (start_seek),
9298         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
9299         (print_usage), (main):
9300         Added some more examples, update others.
9301
9302 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9303
9304         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
9305         * ext/speex/gstspeexdec.c: (speex_dec_chain):
9306         * ext/theora/theoradec.c: (theora_dec_chain):
9307         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9308           Add codec-name metadata.
9309
9310 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
9311
9312         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9313
9314         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9315         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9316         * ext/alsa/gstalsamixertrack.h:
9317         * po/POTFILES.in:
9318           ALSA mixer track label internationalization (#154054).
9319
9320 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9321
9322         * ext/theora/theoradec.c: (theora_dec_chain):
9323           Export bitrate as metadata.
9324
9325 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9326
9327         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9328         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9329         * ext/alsa/gstalsamixertrack.h:
9330           Fix names, fix loop.
9331
9332 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9333
9334         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
9335         (speex_dec_convert):
9336           sinkconvert function so oggdemux can get the file length (totem).
9337
9338 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
9339
9340         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9341
9342         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9343           Don't push incomplete packets.
9344         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
9345           Fix MPEG-4 audio typefinding.
9346
9347 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9348
9349         * sys/v4l/Makefile.am:
9350         * sys/v4l/gstv4l.c: (plugin_init):
9351         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
9352         (gst_v4lelement_init), (gst_v4lelement_dispose),
9353         (gst_v4lelement_change_state):
9354         * sys/v4l/gstv4lelement.h:
9355         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
9356         (gst_v4l_xoverlay_close), (idle_refresh),
9357         (gst_v4l_xoverlay_set_xwindow_id):
9358         * sys/v4l/gstv4lxoverlay.h:
9359         * sys/v4l/v4l-overlay_calls.c:
9360         * sys/v4l/v4l_calls.h:
9361         * sys/v4l2/Makefile.am:
9362         * sys/v4l2/gstv4l2.c: (plugin_init):
9363         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
9364         (gst_v4l2element_init), (gst_v4l2element_dispose),
9365         (gst_v4l2element_change_state):
9366         * sys/v4l2/gstv4l2element.h:
9367         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
9368         (gst_v4l2_xoverlay_close), (idle_refresh),
9369         (gst_v4l2_xoverlay_set_xwindow_id):
9370         * sys/v4l2/gstv4l2xoverlay.h:
9371         * sys/v4l2/v4l2-overlay_calls.c:
9372         * sys/v4l2/v4l2_calls.h:
9373           Remove client-side overlay handling, use the X-server v4l plugin
9374           for that. Nicer overlay, less code. Also make the plugin
9375           compileable without X (but then without overlay, obviously).
9376           Makes xwindowlistener obsolete, should we remove that?
9377
9378 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9379
9380         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
9381         (gst_osssrc_src_query):
9382         * sys/oss/gstosssrc.h:
9383           OK, so people want offset in DEFAULT. This time, actually fix all
9384           cases.
9385         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9386           Add FPS properly.
9387
9388 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9389
9390         * gst/asfdemux/gstasfmux.c:
9391         * gst/avi/gstavimux.c:
9392           Framerate.
9393
9394 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9395
9396         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
9397           Fix properties (channel, norm, frequency).
9398
9399 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9400
9401         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
9402           Flag typo.
9403         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
9404           No warnings.
9405
9406 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9407
9408         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
9409           Fix hang.
9410
9411 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9412
9413         * sys/v4l2/gstv4l2element.h:
9414           Yet Another Hack (tm) for kernel header borkedness.
9415         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
9416         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
9417         (gst_v4l2src_link), (gst_v4l2src_getcaps),
9418         (gst_v4l2src_change_state):
9419         * sys/v4l2/gstv4l2src.h:
9420         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
9421         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
9422           Fix caps, keep track of state, work.
9423
9424 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9425
9426         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9427           Quiet.
9428
9429 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9430
9431         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9432           Don't mix bytes and samples.
9433
9434 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9435
9436         * ext/ogg/gstoggmux.c:
9437           Basic pad template which accepts OGM tracks, speex, flac, vorbis
9438           and theora. Any is incorrect.
9439         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
9440           Fix caps.
9441         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9442         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9443         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
9444         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
9445         * sys/v4l/gstv4lmjpegsrc.h:
9446         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
9447         (gst_v4lsrc_change_state):
9448         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
9449         (gst_v4lmjpegsrc_capture_stop):
9450           Fix caps. Keep track of internal state. Work.
9451
9452 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9453
9454         * ext/Makefile.am:
9455           Fix the build fixes.
9456
9457 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9458
9459         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9460         (gst_ogg_demux_src_event), (_find_chain_seek),
9461         (gst_ogg_pad_push):
9462           Check for pad availability before using it.
9463         * ext/ogg/gstoggdemux.c: (_find_chain_process):
9464           Fix parsing of chained ogg. Needs more work on the decoder side.
9465
9466 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9467
9468         * gst/spectrum/Makefile.am:
9469         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
9470         (idle_func):
9471           Fix demo and reenable it. Yes, I'm currently playing with audio
9472           analysis tools
9473
9474 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9475
9476         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9477           We love it if files that start at zero work too...
9478
9479 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9480
9481         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9482           Handle files with missing EOS headers.
9483
9484 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9485
9486         * gst/tcp/gsttcpserversink.c:
9487         (gst_tcpserversink_handle_server_read),
9488         (gst_tcpserversink_init_send):
9489         Zero some variables first (need for accept not to return EINVAL)
9490
9491 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9492
9493         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9494         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9495         * ext/theora/theoradec.c: (theora_dec_sink_convert),
9496         (theora_dec_chain):
9497         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
9498         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
9499           Seeking and querying finetune.
9500
9501 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9502
9503         * configure.ac:
9504         * ext/Makefile.am:
9505         * ext/raw1394/Makefile.am:
9506           fix the build
9507
9508 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9509
9510         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9511           Wrong return.
9512         * gst/playback/Makefile.am:
9513         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9514         * gst/playback/gstplay-marshal.list:
9515         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
9516           Fix marshallers.
9517
9518 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9519
9520         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
9521           Silence.
9522
9523 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9524
9525         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9526         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
9527         (gst_ogg_pad_push):
9528           Yay for non-lineair granulepos in theora.
9529
9530 2004-10-18  Wim Taymans  <wim@fluendo.com>
9531
9532         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
9533         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9534         * ext/dv/gstdvdec.h:
9535         Make sure we renegotiate aspect ratio when the camera switches.
9536
9537 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9538
9539         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9540         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9541           Start at zero.
9542         * ext/theora/theoradec.c: (theora_dec_chain):
9543           Skip headers. Bad idea for chained ogg, but fixes seeking.
9544
9545 2004-10-18  Wim Taymans  <wim@fluendo.com>
9546
9547         * configure.ac:
9548         I swear, this is the last time I touch this.
9549
9550 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9551
9552         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9553         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
9554         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
9555           Faster seeking.
9556         * ext/theora/theoradec.c: (theora_dec_sink_convert):
9557           Time-to-default conversion.
9558         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9559           Don't error on unknown packets, just skip. We should probably
9560           read them if we want to support chained ogg.
9561
9562 2004-10-18  Wim Taymans  <wim@fluendo.com>
9563
9564         * configure.ac:
9565         Added cdaudio to wrong list.
9566
9567 2004-10-18  Wim Taymans  <wim@fluendo.com>
9568
9569         * configure.ac:
9570         Revive cdaudio.
9571
9572 2004-10-18  Wim Taymans  <wim@fluendo.com>
9573
9574         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9575         (gst_dvdec_video_link), (gst_dvdec_push):
9576         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
9577         (gst_smokeenc_resync), (gst_smokeenc_chain):
9578         Fix mimetype on smoke encoder.
9579         Add aspect ratio to dvdec. Not sure if these
9580         values are correct though....
9581
9582 2004-10-18  Wim Taymans  <wim@fluendo.com>
9583
9584         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
9585         Fix vorbis property descriptions and ranges.
9586
9587 2004-10-18  Wim Taymans  <wim@fluendo.com>
9588
9589         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9590         Really do nothing when no data is available.
9591         Go to the playing state when the stream is not seekable
9592         instead of failing.
9593
9594 2004-10-18  Wim Taymans  <wim@fluendo.com>
9595
9596         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
9597         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
9598         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
9599         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
9600         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
9601         Added uri handler for cd://
9602         Port to new API.
9603
9604 2004-10-18  Wim Taymans  <wim@fluendo.com>
9605
9606         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9607         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
9608         (try_to_link_1), (no_more_pads), (close_link), (type_found):
9609         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
9610         (remove_prerolls), (unknown_type), (add_element_stream),
9611         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
9612         (gst_play_base_bin_remove_element),
9613         (gst_play_base_bin_link_stream):
9614         * gst/playback/gstplaybin.c: (gen_video_element),
9615         (gen_vis_element), (remove_sinks), (setup_sinks):
9616         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
9617         (gst_stream_info_get_type), (gst_stream_info_class_init),
9618         (gst_stream_info_init), (gst_stream_info_new),
9619         (gst_stream_info_dispose), (stream_info_mute_pad),
9620         (gst_stream_info_set_property), (gst_stream_info_get_property):
9621         * gst/playback/gststreaminfo.h:
9622         Add sink padtemplate to decodebin.
9623         Added some more comments.
9624         Make queue size configurable in playbasebin.
9625         Added possibility to use elements as sinks (ex cdaudio).
9626
9627 2004-10-15  Wim Taymans  <wim@fluendo.com>
9628
9629         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
9630         (gst_speexenc_chain):
9631         Fix speex timestamps so that it gets muxed properly.
9632
9633 2004-10-15  Wim Taymans  <wim@fluendo.com>
9634
9635         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
9636         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
9637         (gst_dv1394src_init), (gst_dv1394src_dispose),
9638         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
9639         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
9640         (gst_dv1394src_event), (gst_dv1394src_get_formats),
9641         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
9642         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
9643         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
9644         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
9645         * ext/raw1394/gstdv1394src.h:
9646         Added conversion/query functions.
9647         Update buffer timestamps,
9648         Added signals.
9649         Added uri dv:// so it might play from the firewire in playbin.
9650         Fix a possible leak.
9651         Added debugging.
9652
9653 2004-10-15  Wim Taymans  <wim@fluendo.com>
9654
9655         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
9656         (gst_dv1394src_init), (gst_dv1394src_set_property),
9657         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
9658         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
9659         * ext/raw1394/gstdv1394src.h:
9660         Added AV/C VTR control support needed for some cameras.
9661         Added automatic port detection.
9662         Added properties for selecting the channel.
9663         The configure.ac script is not yet updated to reflect the
9664         new libavc1394 and librom1394 dependencies.
9665
9666 2004-10-15  Wim Taymans  <wim@fluendo.com>
9667
9668         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9669         (qtdemux_parse), (gst_qtdemux_handle_esds):
9670         An esds box is not a container.
9671         Fix parsing of mp4v boxes.
9672         Do not try to renegotiate fps for each frame. Need to
9673         find a better method. This should fix mp4 playback.
9674
9675 2004-10-14  David Schleef  <ds@schleef.org>
9676
9677         * configure.ac: update for swfdec-0.3 and liboil-0.2
9678         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
9679         * ext/swfdec/gstswfdec.h: same
9680         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
9681         * gst/videotestsrc/videotestsrc.c: same
9682
9683 2004-10-14  Wim Taymans  <wim@fluendo.com>
9684
9685         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
9686         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
9687         (is_sync_frame), (gst_multifdsink_new_client),
9688         (gst_multifdsink_handle_client_write),
9689         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9690         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
9691         Turn warnings into info.
9692         Don't allow a state change in the streaming thread.
9693
9694 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9695
9696         * ext/vorbis/oggvorbisenc.c:
9697         * ext/vorbis/vorbisdec.c:
9698           fix template sample rate
9699
9700 2004-10-13  Wim Taymans  <wim@fluendo.com>
9701
9702         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9703         Decoding the header first fixes some problems in resyncing
9704         in more mp3s.
9705
9706 2004-10-12  Wim Taymans  <wim@fluendo.com>
9707
9708         * gst/playback/gstplaybin.c: (gen_video_element),
9709         (gen_vis_element), (remove_sinks), (setup_sinks):
9710         Added vis plugin support, need to configure the vis
9711         element to activate it.
9712
9713 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9714
9715         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
9716         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
9717           Some debug.
9718         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9719         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
9720         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
9721         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
9722         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
9723         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
9724         * gst/avi/gstavidemux.h:
9725           Support for openDML-2.0 indx/ix## chunks. Support for broken index
9726           recovery (where, if part of the index is broken, we will still read
9727           the rest of the index and recover the broken part by stream
9728           scanning). More broken media support. EOS workarounds. General AVI
9729           braindamage headache recovery. Aspirin included.
9730
9731 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9732
9733         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
9734         (cdparanoia_event), (cdparanoia_query):
9735           Get rid of hideous lead-in.
9736
9737 2004-10-11  Wim Taymans  <wim@fluendo.com>
9738
9739         * gst/playback/gstplaybasebin.c: (setup_source):
9740         Wrong var used to get g_list_next.
9741
9742 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9743
9744         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9745         (cdparanoia_get), (cdparanoia_open):
9746           Report discid as metadata, add duration.
9747
9748 2004-10-11  Wim Taymans  <wim@fluendo.com>
9749
9750         * gst/playback/gstplaybasebin.c: (setup_source):
9751         Cleanup the previous pipeline a little earlier for the
9752         case that a source element provides raw data.
9753
9754 2004-10-11  Benjamin Otte  <otte@gnome.org>
9755
9756         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
9757           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
9758           consuming the last 128 bytes, even though it was valid mp3 data.
9759
9760 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9761
9762         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
9763         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
9764         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
9765         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
9766
9767 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9768
9769         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
9770         Fix for webcams that support only specific width or height
9771
9772 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9773
9774         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9775
9776         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
9777           Fix wrong discont event setup (fixes #154967).
9778
9779 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
9780
9781         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9782
9783         * gst/auparse/gstauparse.c: (gst_auparse_chain):
9784           Error out on invalid data (fixes #154807).
9785
9786 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9787
9788         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9789
9790         * ext/dvdread/dvdreadsrc.c: (_read):
9791           Make titles > 0 work again (fixes #154834).
9792
9793 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9794
9795         * gst-libs/gst/riff/riff-media.c:
9796         (gst_riff_create_video_template_caps):
9797           WMV3 missing in template caps.
9798
9799 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9800
9801         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9802           OK, so the original code was too strict. It makes random AVI files
9803           hang for seconds upon opening, which is unacceptable and is far
9804           beyond the original goal of getting multiple chunks for one-chunk
9805           sounc stream files. So now do just that.
9806
9807 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9808
9809         * gst/playback/gstplaybasebin.c: (setup_source),
9810         (gst_play_base_bin_change_state):
9811           Actually clean up streaminfo if output fails. This would trigger
9812           if, for example, there was no CD in the drive. No preroll, so
9813           a streaminfo structure is created, but the subsequent state change
9814           of the thread fails.
9815         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
9816           Don't change state if parent failed.
9817
9818 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9819
9820         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9821         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
9822         (gen_video_element), (remove_sinks):
9823           Add small bits of code for screenshot handling.
9824
9825 2004-10-08  Wim Taymans  <wim@fluendo.com>
9826
9827         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
9828         (gen_video_element), (gen_audio_element), (setup_sinks):
9829         Don't assume the user provided sinks are named "sink"...
9830
9831 2004-10-08  Wim Taymans  <wim@fluendo.com>
9832
9833         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
9834         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
9835         (gst_play_base_bin_link_stream):
9836         Do not try to autoplug sources that generate raw streams like
9837         cdparanoia.
9838         disconnect the preroll overrun signal when we don't need it anymore.
9839
9840 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
9841
9842         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
9843         Added reworked patch from #154903 from milosz derezynski (deadchip).
9844
9845 2004-10-08  Wim Taymans  <wim@fluendo.com>
9846
9847         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
9848         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
9849         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
9850         (cdparanoia_convert), (cdparanoia_uri_get_type),
9851         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
9852         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
9853         * ext/cdparanoia/gstcdparanoia.h:
9854         This adds the cdda://<tracknum> uri.
9855
9856 2004-10-08  Wim Taymans  <wim@fluendo.com>
9857
9858         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9859         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
9860         (try_to_link_1), (no_more_pads), (close_link), (type_found):
9861         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9862         (unknown_type), (gst_play_base_bin_remove_element),
9863         (gst_play_base_bin_link_stream):
9864         * gst/playback/gstplaybasebin.h:
9865         * gst/playback/gstplaybin.c: (gst_play_bin_init),
9866         (gst_play_bin_set_property), (gen_video_element),
9867         (gen_audio_element), (setup_sinks):
9868         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
9869         (gst_stream_info_get_type), (gst_stream_info_class_init),
9870         (gst_stream_info_init), (gst_stream_info_new),
9871         (gst_stream_info_dispose), (stream_info_mute_pad),
9872         (gst_stream_info_set_property), (gst_stream_info_get_property):
9873         * gst/playback/gststreaminfo.h:
9874         Reuse the audio and video bins.
9875         Some internal cleanups in the stream selection code.
9876
9877 2004-10-08  Julien MOUTTE  <julien@moutte.net>
9878
9879         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
9880         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
9881         * sys/ximage/ximagesink.h:
9882         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9883         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
9884         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
9885         not coming from those elements. Moreover these elements should not keep
9886         the xid they have been given when in NULL state.
9887
9888 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9889
9890         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
9891         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
9892         * sys/ximage/ximagesink.h:
9893         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9894         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
9895         * sys/xvimage/xvimagesink.h:
9896           Actually only create a new toplevel window if we're not gonna
9897           embed it right after.
9898
9899 2004-10-07  Wim Taymans  <wim@fluendo.com>
9900
9901         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
9902         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
9903         * gst/playback/gstplaybin.c: (setup_sinks):
9904         Implement muting/unmuting of streams, mute streams that are not
9905         used.
9906
9907 2004-10-07  Wim Taymans  <wim@fluendo.com>
9908
9909         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
9910         (plugin_init):
9911         Added lame audio/x-ac3 typefind function.
9912
9913 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9914
9915         * configure.ac:
9916           bump nano to cvs
9917
9918 === release 0.8.5 ===
9919
9920 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9921
9922         * NEWS:
9923         * RELEASE:
9924         * configure.ac:
9925           releasing 0.8.5, "Take You On"
9926
9927 2004-10-06  Wim Taymans  <wim@fluendo.com>
9928
9929         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9930         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
9931         (no_more_pads), (close_link), (type_found):
9932         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
9933         * gst/playback/gstplaybin.c: (gen_video_element):
9934         Do not signal the no_more_pads after the first pad when
9935         we are plugging a non dynamic element with multiple
9936         output pads (like swfdec, dvdec, ...).
9937
9938 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9939
9940         * configure.ac:
9941           bump for prerelease
9942
9943 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9944
9945         * gst/wavparse/gstwavparse.c:
9946           add ATRAC3 to STATIC CAPS to fix a warning
9947
9948         * gst/matroska/ebml-read.c:
9949         * gst-libs/gst/riff/riff-read.c:
9950           fix typos
9951
9952 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9953
9954         * gst-libs/gst/riff/riff-media.c:
9955           generate caps for ATRAC3 audio streams
9956
9957         * gst/realmedia/rmdemux.c:
9958           generate caps for ATRAC3 audio streams
9959
9960 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9961
9962         * gst/wavparse/Makefile.am
9963         * gst/wavparse/riff.h
9964         * gst/wavparse/wavparse.vcproj
9965           riff.h removal (unused and duplication with riff-ids.h)
9966
9967 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9968
9969         * gst/wavparse/gstwavparse.h
9970           remove duplicated defines for audio codec codes
9971
9972         * gst-libs/gst/riff/riff-ids.h
9973         * gst/wavenc/riff.h:
9974           add "4CC" code for ATRAC3 audio streams
9975           add "4CC" code for ITU_G721_ADPCM (unused for now)
9976
9977 2004-10-06  Wim Taymans  <wim@fluendo.com>
9978
9979         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
9980         Actually _do_ negotiation. Pass gdouble as arg instead
9981         of guint64 for the framerate.
9982
9983 2004-10-06  Wim Taymans  <wim@fluendo.com>
9984
9985         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9986         (find_compatibles), (close_pad_link), (try_to_link_1),
9987         (no_more_pads), (close_link), (type_found):
9988         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
9989         * gst/playback/gstplaybin.c: (gen_video_element),
9990         (gen_audio_element):
9991         Set state on newly added element to READY so that negotiation
9992         can happen ASAP.
9993         Addes some more debug info.
9994         Do not try to plug pads with multiple caps structures or ANY
9995         because it is too dangerous since we do not do dynamic
9996         replugging.
9997
9998 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9999
10000         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
10001
10002         * po/LINGUAS:
10003         * po/or.po:
10004           add Oriya translation
10005
10006 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10007
10008         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10009           Prevent overwrite of size member. Makes audio sound crappy.
10010
10011 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10012
10013         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10014         Add rmvb to the list of known RealMedia extensions
10015
10016 2004-10-05  Wim Taymans  <wim@fluendo.com>
10017
10018         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
10019         (mngdec_openstream), (mngdec_closestream),
10020         (mngdec_handle_sink_event), (mngdec_readdata),
10021         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
10022         (mngdec_getcanvasline), (mngdec_refresh),
10023         (gst_mngdec_change_state):
10024         Set the framerate correctly.
10025
10026 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10027
10028         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10029           There was something wrong with the index massaging.
10030
10031 2004-10-04  Wim Taymans  <wim@fluendo.com>
10032
10033         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
10034         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
10035         (gst_smokedec_chain):
10036         * ext/jpeg/gstsmokedec.h:
10037         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10038         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
10039         * ext/jpeg/gstsmokeenc.h:
10040         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
10041         (smokecodec_decode_new), (smokecodec_info_free),
10042         (smokecodec_set_quality), (smokecodec_get_quality),
10043         (smokecodec_set_threshold), (smokecodec_get_threshold),
10044         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
10045         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
10046         (smokecodec_encode), (smokecodec_parse_id),
10047         (smokecodec_parse_header), (smokecodec_decode):
10048         * ext/jpeg/smokecodec.h:
10049         * ext/jpeg/smokeformat.h:
10050         Updated smoke, new bitstream, allows embedding in ogg.
10051
10052 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10053
10054         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10055           Fix seeking in some files. All this code is no longer needed (and
10056           actually breaks stuff) because we now synchronize the full index
10057           right when reading the header.
10058
10059 2004-10-04  Wim Taymans  <wim@fluendo.com>
10060
10061         * configure.ac:
10062         configure update for libmng.
10063
10064 2004-10-04  Wim Taymans  <wim@fluendo.com>
10065
10066         * ext/libmng/Makefile.am:
10067         * ext/libmng/gstmng.c: (plugin_init):
10068         * ext/libmng/gstmng.h:
10069         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
10070         (gst_mngdec_base_init), (gst_mngdec_class_init),
10071         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
10072         (gst_mngdec_loop), (gst_mngdec_get_property),
10073         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
10074         (mngdec_closestream), (mngdec_handle_sink_event),
10075         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
10076         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
10077         (gst_mngdec_change_state):
10078         * ext/libmng/gstmngdec.h:
10079         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
10080         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
10081         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
10082         (gst_mngenc_chain), (gst_mngenc_get_property),
10083         (gst_mngenc_set_property):
10084         * ext/libmng/gstmngenc.h:
10085         Added basic MNG decoder. Needs more work. The encoder does
10086         not work yet.
10087
10088 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10089
10090         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
10091         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
10092         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
10093           Don't hang on length=0 chunks. Some negotiation fixes. Signal
10094           no-more-pads.
10095
10096 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10097
10098         * configure.ac:
10099           you need at least 1.0.4 of speex
10100
10101 2004-10-04 Iain <iaingnome@gmail.com>
10102
10103         * ext/speex/gstspeexdec.h: Revert the includes changes.
10104
10105         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
10106
10107 2004-09-30 Iain <iaingnome@gmail.com>
10108
10109         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
10110         found during init or set as a property instead of hardcoding /dev/audio
10111
10112 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10113
10114         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
10115         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
10116         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
10117         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
10118         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
10119         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
10120         (gst_rmdemux_dump_data):
10121           Use debug category, fix EOS handling. filesrc ! rmdemux now
10122           works.
10123
10124 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10125
10126         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10127         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
10128         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
10129           Improve allocation, cutting and sorting of the index. How takes a
10130           few seconds instead of minutes.
10131
10132 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
10133
10134         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
10135           fixed compilation
10136
10137 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10138
10139         * gst-libs/gst/riff/riff-media.c:
10140         (gst_riff_create_video_caps_with_data),
10141         (gst_riff_create_video_template_caps):
10142           Add wing commander format mimetype/fourccs.
10143         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10144           Don't crash if some value is 0.
10145
10146 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10147
10148         * gst-libs/gst/riff/riff-media.c:
10149         (gst_riff_create_video_caps_with_data),
10150         (gst_riff_create_video_template_caps):
10151           Add DIB fourcc (raw, palettized 8-bit RGB).
10152         * gst-libs/gst/riff/riff-read.c:
10153         (gst_riff_read_strf_vids_with_data):
10154           Oops, fix strf_data reading bug.
10155         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10156           Use a non-NULL tag.
10157         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
10158           Time for hacks. Sorry Dave. At least one quicktime movie (a
10159           trailer) that I've encountered contains multiple video tracks.
10160           One of those is the actual video track, the other are one-frame
10161           tracks (images). Unfortunately, the number of frames according
10162           to the trak header is 1 for each, so that doesn't help. So
10163           instead, I look at the duration and discard tracks with a
10164           duration shorter than 20% of the length of the stream. Better
10165           than nothing.
10166
10167 2004-10-01  Christian Schaller <christian@fluendo.com>
10168
10169         * ext/ivorbis/vorbis.c:
10170           Patch from Phil Blundell (Bug 152341)
10171
10172 2004-10-01  Wim Taymans  <wim@fluendo.com>
10173
10174         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10175         (speex_dec_get_formats), (speex_dec_convert),
10176         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
10177         (speex_dec_chain), (gst_speexdec_get_property),
10178         (gst_speexdec_set_property):
10179         Small cleanups.
10180
10181 2004-10-01  Wim Taymans  <wim@fluendo.com>
10182
10183         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10184         (gst_wavparse_stream_init), (gst_wavparse_fmt),
10185         (gst_wavparse_other), (gst_wavparse_loop),
10186         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10187         (gst_wavparse_srcpad_event):
10188         * gst/wavparse/gstwavparse.h:
10189         Added some more debugging info.
10190         Fix the case where the length of the file is 0.
10191         Make sure we seek to sample borders.
10192
10193 2004-10-01  Wim Taymans  <wim@fluendo.com>
10194
10195         * gst/playback/README:
10196         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
10197         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10198         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10199         Add some debug info to decodebin, update README
10200
10201 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10202
10203         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
10204           Don't use g_print(); use GST_DEBUG().
10205
10206 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10207
10208         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10209         (gst_ogg_mux_queue_pads):
10210           Handle EOS properly.
10211
10212 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10213
10214         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10215
10216         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
10217         (gst_faad_chain), (gst_faad_change_state):
10218         * ext/faad/gstfaad.h:
10219           Allow playback of raw (unframed) MPEG AAC files (#148993).
10220
10221 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10222
10223         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10224
10225         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10226           Throw error if we didn't recognize the stream. Fixes #152289.
10227
10228 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10229
10230         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10231           Fix negotiation.
10232
10233 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
10234
10235         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10236
10237         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10238           Fix memleak.
10239
10240 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10241
10242         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10243
10244         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
10245           Solve #152805.
10246         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
10247           Solve 152806.
10248
10249 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10250
10251         * gst-libs/gst/riff/riff-media.c:
10252         (gst_riff_create_video_caps_with_data),
10253         (gst_riff_create_audio_caps_with_data):
10254           Add codec_data handling (like asfdemux used to do).
10255         * gst/asfdemux/gstasf.c: (plugin_init):
10256         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10257         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
10258           Use riff-media for caps creation instead of our own (mostly
10259           broken) copy of its functions.
10260
10261 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10262
10263         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
10264           Don't actually error out if we get another return value than
10265           -EINVAL. Opposite to what I first thought, drivers have random
10266           return values for this, although -EINVAL is the expected return
10267           value. Since this is not fatal, we shouldn't use
10268           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
10269
10270 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10271
10272         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10273         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
10274         (dvdreadsrc_get_property), (_open), (_seek), (_read),
10275         (dvdreadsrc_get), (dvdreadsrc_open_file),
10276         (dvdreadsrc_change_state):
10277           Fix. Don't do one big huge loop around the whole DVD, that will
10278           cache all data and thus eat sizeof(dvd) (several GB) before we
10279           see something.
10280         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10281           Actually NULL'ify event after using it.
10282         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
10283         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
10284         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10285         (gst_ebml_read_seek), (gst_ebml_read_skip):
10286           Handle events.
10287         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
10288         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
10289         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
10290           Fix timing (this will probably break if I seek using menus, but
10291           I didn't get there yet). VOBs and normal DVDs should now work.
10292           Add a mpeg2-only pad with high rank so this get autoplugged for
10293           MPEG-2 movies.
10294         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
10295         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
10296         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
10297         (gst_mpeg_demux_get_audio_stream),
10298         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
10299         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
10300           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
10301           MPEG-1 but use dvddemux for MPEG-2.
10302         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
10303         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
10304         (gst_mpeg_parse_parse_packhead):
10305           Timing. Only add pad template if it exists. Add sink template from
10306           class and not from ourselves. This means we will always use the
10307           correct sink template even if it is not the one defined in this
10308           file.
10309
10310 2004-09-29  Wim Taymans  <wim@fluendo.com>
10311
10312         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
10313         (gst_mpeg_demux_parse_pes):
10314         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10315         Fix playback of mpeg again, timestamps where screwed up by
10316         patch 1.61.
10317
10318 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10319
10320         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
10321           Only return true if we actually filled something in. Prevents
10322           player applications from showing a random length for flac files.
10323         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10324         (gst_riff_read_use_event), (gst_riff_read_handle_event),
10325         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
10326         (gst_riff_read_strf_vids_with_data),
10327         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
10328           OK, ok, so I implemented event handling. Apparently it's normal
10329           that we receive random events at random points without asking
10330           for it.
10331         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10332         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10333         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
10334         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10335         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
10336         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10337         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10338         * gst/avi/gstavidemux.h:
10339           Implement non-lineair chunk handling and subchunk processing.
10340           The first solves playback of AVI files where the audio and video
10341           data of individual buffers that we read are not synchronized.
10342           This should not happen according to the wonderful AVI specs, but
10343           of course it does happen in reality. It is also a prerequisite for
10344           the second. Subchunk processing allows us to cut chunks in small
10345           pieces and process each of these pieces separately. This is
10346           required because I've seen several AVI files with incredibly large
10347           audio chunks, even some files with only one audio chunk for the
10348           whole file. This allows for proper playback including seeking.
10349           This patch is supposed to fix all AVI A/V sync issues.
10350         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10351         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
10352           Work.
10353         * gst/modplug/gstmodplug.cc:
10354           Proper return value setting for the query() function.
10355         * gst/playback/gstplaybasebin.c: (setup_source):
10356           Being in non-playing state (after, e.g., EOS) is not necessarily
10357           a bad thing. Allow for that. This fixes playback of short files.
10358           They don't actually playback fully now, because the clock already
10359           runs. This means that small files (<500kB) with a small length
10360           (<2sec) will still not or barely play. Other files, such as mod
10361           or flx, will work correctly, however.
10362
10363 2004-09-28  Wim Taymans  <wim@fluendo.com>
10364
10365         * ext/speex/gstspeex.c: (plugin_init):
10366         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
10367         (gst_speex_dec_class_init), (speex_dec_get_formats),
10368         (speex_get_event_masks), (speex_get_query_types),
10369         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
10370         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
10371         (gst_speexdec_get_property), (gst_speexdec_set_property),
10372         (speex_dec_change_state):
10373         * ext/speex/gstspeexdec.h:
10374         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
10375         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
10376         (gst_speexenc_base_init), (gst_speexenc_class_init),
10377         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
10378         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
10379         (gst_speexenc_src_query), (gst_speexenc_init),
10380         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
10381         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
10382         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
10383         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
10384         (gst_speexenc_chain), (gst_speexenc_get_property),
10385         (gst_speexenc_set_property), (gst_speexenc_change_state):
10386         * ext/speex/gstspeexenc.h:
10387         Rewrote speex encoder, make sure it can be embedded in ogg.
10388         Implemented speex decoder.
10389
10390 2004-09-28  Christian Schaller <christian@fluendo.com>
10391
10392         * configure.ac:
10393         Remove kioslave plugin. Markey is brewing a new working one
10394         * ext/Makefile.am: Remove kioslave plugin
10395         * ext/kio: remove
10396         * gst-plugins.spec.in: remove kio plugin from spec
10397
10398 2004-09-27  Wim Taymans  <wim@fluendo.com>
10399
10400         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10401         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10402         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
10403         (gst_multifdsink_new_client),
10404         (gst_multifdsink_handle_client_write),
10405         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10406         (gst_multifdsink_handle_clients):
10407         * gst/tcp/gstmultifdsink.h:
10408         Make syncing to keyframes actually work for new clients and lagging
10409         clients.
10410
10411 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10412
10413         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
10414         (gst_navigationtest_handle_src_event), (draw_box_planar411),
10415         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
10416         * gst/debug/gstnavigationtest.h:
10417           make navigationtest display button-press and button-release events
10418
10419 2004-09-26 Iain <iaingnome@gmail.com>
10420
10421         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
10422         the channels have received a new media event.
10423         (interleave_buffered_loop): Compresses a new media event on all
10424         channels into one.
10425
10426 2004-09-26 Iain <iaingnome@gmail.com>
10427
10428         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
10429         call the sinkpad's default event handler and not the srcpads. He also
10430         says this is confusing :)
10431         (gst_wavenc_stop_file): Company says that seek events only go upstream
10432         we should send a discontinuous downstream instead.
10433
10434 2004-09-25  Christian Schaller <christian@fluendo.com>
10435
10436         * Update SPEC file to be usable in conjunction with Fedora Core,
10437           Fedora.us and freshrpms packages
10438         * Fix typo in multifilesrc test Makefile
10439
10440 2004-09-24  Wim Taymans  <wim@fluendo.com>
10441
10442         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10443         Only signal the no_more_pads signal when we have
10444         added the stream to our list.
10445
10446 2004-09-24  Wim Taymans  <wim@fluendo.com>
10447
10448         * gst/playback/gstplaybasebin.c: (remove_prerolls),
10449         (new_decoded_pad):
10450         * gst/playback/gstplaybasebin.h:
10451         * gst/playback/gstplaybin.c: (setup_sinks):
10452         Don't try to preroll or decode more than one audio/video
10453         track.
10454
10455 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10456
10457         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10458           Throw error if we failed to find a suitable output. This should
10459           throw an error if we successfully set up a pipeline (e.g. because
10460           we recognized a media file) but found no decodable streams in it
10461           (e.g. because it contains only media stream types for which we
10462           have no decoders, or because it's not a media type).
10463
10464 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10465
10466         * ext/dirac/Makefile.am:
10467         * ext/dirac/gstdirac.cc:
10468         * ext/dirac/gstdiracdec.cc:
10469         * ext/dirac/gstdiracdec.h:
10470           Do something. Don't actually know if this works because I don't
10471           have a demuxer yet.
10472         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
10473           Add channels=1 to caps returned from _getcaps().
10474         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
10475         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
10476         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
10477         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10478         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
10479         (gst_ogm_parse_change_state):
10480           Separate between audio/video so ogmaudioparse actually uses the
10481           audio pad templates. Both audio and video work now, including
10482           autoplugging. Also use sometimes-srcpad hack.
10483         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10484           Handle events better. Don't hang on infinite loops.
10485         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10486         (gst_avi_demux_init), (gst_avi_demux_reset),
10487         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10488         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
10489         (gst_avi_demux_change_state):
10490         * gst/avi/gstavidemux.h:
10491           Improve A/V sync. Still not perfect.
10492         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
10493         (gst_ebml_read_skip):
10494           Handle events better.
10495         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
10496         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
10497         (qtdemux_audio_caps):
10498           Add IMA4. Improve event handling. Save offset after a seek when
10499           the headers are at the end of the file so that we don't end up in
10500           an infinite loop.
10501         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10502           Add low-priority typefind support for files with no length.
10503
10504 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10505
10506         * testsuite/multifilesink/Makefile.am:
10507         fix typo
10508
10509 2004-09-22  Julien MOUTTE  <julien@moutte.net>
10510
10511         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
10513         mistakes from thaytan's patches.
10514
10515 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
10516
10517         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10518           For completeness, XSync in the destroy function as xvimage does.
10519
10520 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
10521
10522         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
10523            Correct caps negotiation
10524         * gst/volume/gstvolume.c: (volume_chain_float),
10525         (volume_chain_int16):
10526            Modify debug output to be little more informative
10527         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
10528         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10529         (gst_xvimagesink_xvimage_destroy):
10530           Add XSync calls after detaching from the shared memory segment to
10531           avoid a crash.
10532
10533 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10534
10535         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10536         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
10537         * ext/vorbis/vorbis.c: (plugin_init):
10538         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10539         (gst_vorbisenc_chain):
10540         * ext/vorbis/vorbisenc.h:
10541         remove explicit newmedia support from oggmux and vorbisenc
10542         add debug category to vorbisenc
10543         * gst/multifilesink/gstmultifilesink.c:
10544         (gst_multifilesink_class_init), (gst_multifilesink_init),
10545         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
10546         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
10547         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
10548         (plugin_init):
10549         * gst/multifilesink/gstmultifilesink.h:
10550         add support for streamheader in multifilesink
10551
10552 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10553
10554         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
10555         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
10556         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
10557           Prevent infinite loops. More correct error reporting.
10558         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10559           Error out if negotiation fails.
10560         * gst/playback/gstplaybasebin.c: (setup_source),
10561         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
10562         (gst_play_base_bin_found_tag):
10563           Error/tag forwarding. Pre-roll fixes for source errors on state
10564           changes (e.g. "file does not exist") to prevent hangs.
10565
10566 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10567
10568         * testsuite/multifilesink/Makefile.am:
10569         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
10570         (gst_newmedia_class_init), (gst_newmedia_init),
10571         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10572         (newfile_signal), (test_signal), (main):
10573         * testsuite/multifilesink/multifilesrc_test.c: (main):
10574         * testsuite/multifilesink/oggtheora_test.c:
10575         (gst_newmedia_base_init), (gst_newmedia_class_init),
10576         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
10577         (test_format), (newfile_signal), (test_signal), (main):
10578         * testsuite/multifilesink/oggvorbis_test.c:
10579         (gst_newmedia_base_init), (gst_newmedia_class_init),
10580         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
10581         (test_format), (newfile_signal), (test_signal), (main):
10582         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
10583         (gst_newmedia_class_init), (gst_newmedia_init),
10584         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10585         (newfile_signal), (test_signal), (main):
10586         New media tests
10587
10588 2004-09-20  Christian Schaller <christian@fluendo.com>
10589
10590         * Fix mikmod license to LGPL as they have relicensed
10591         * Move Dirac and Effectv into LGPL section of README_license
10592
10593 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10594
10595         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
10596         (gst_mad_change_state):
10597           Allow for mp3 rate/channels changes. However, only very
10598           conservatively. Reason that we *have* to enable this is smiply
10599           because the mad find_sync() function is not good enough, it will
10600           regularly sync on random data as valid frames and therefore make
10601           us provide random caps as *final* caps of the stream. The best fix
10602           I could think of is to simply require several of the same stream
10603           changes in a row before we change caps.
10604           The actual testcase that works now is #
10605         * ext/ogg/Makefile.am:
10606         * ext/ogg/gstogg.c: (plugin_init):
10607         * ext/ogg/gstogmparse.c:
10608           OGM support (video only for now; I need an audio sample file).
10609         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10610         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
10611         (gst_asf_demux_add_video_stream):
10612           WMV extradata.
10613         * gst/playback/gstplaybasebin.c: (unknown_type):
10614           Don't error out on single unknown-types after all. It's wrong.
10615           If we found type of video and audio but not of a subtitle stream,
10616           it will still error out (which is unwanted). Will find a better fix
10617           later on.
10618         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
10619         (ogmaudio_type_find), (plugin_init):
10620           OGM support.
10621
10622 2004-09-20  Johan Dahlin  <johan@gnome.org>
10623
10624         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
10625         after setting caps.
10626
10627 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10628
10629         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
10630         * gst/wavenc/gstwavenc.h:
10631         Added newmedia support to wavenc
10632
10633 2004-09-17  Wim Taymans  <wim@fluendo.com>
10634
10635         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
10636         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
10637         (gst_fdset_fd_can_write), (gst_fdset_wait):
10638         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
10639         (gst_multifdsink_init), (gst_multifdsink_add),
10640         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
10641         (gst_multifdsink_remove_client_link),
10642         (gst_multifdsink_client_queue_buffer),
10643         (gst_multifdsink_handle_client_write),
10644         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
10645         (gst_multifdsink_close), (gst_multifdsink_change_state):
10646         * gst/tcp/gstmultifdsink.h:
10647         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
10648         (gst_tcpserversink_removed):
10649         Small cleanups in fdset.c
10650         Use a hastable to map fd to the client structure for faster
10651         lookup in _remove and get_stats.
10652         Added virtual function to close the fds.
10653         Handle clients even when the select/poll call was unblocked because
10654         of a command.
10655         Implement syncing to keyframe in the recovery procedure.
10656
10657 2004-09-16 Iain <iaingnome@gmail.com>
10658
10659         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
10660         try caps.
10661
10662 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10663
10664         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
10665           Caps are only set if the type of the stream is unknown, but this
10666           is initialized in ->init_stream(), so set to UNKNOWN after calling
10667           ->init_stream() so that capsnego starts.
10668
10669 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10670
10671         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10672         (gst_avi_demux_stream_data):
10673           Just hardcode for raw audio then. AVI audio sucks.
10674
10675 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
10676
10677         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
10678         * gst/matroska/matroska-mux.c: (audiosink_templ),
10679         (gst_matroska_mux_audio_pad_link):
10680         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
10681         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
10682
10683 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10684
10685         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10686         (gst_avi_demux_stream_data):
10687           Try to fix a/v sync issues.
10688
10689 2004-09-15  David Schleef  <ds@schleef.org>
10690
10691         * configure.ac: remove NASM check, since we don't use it.  Update
10692         dirac check to 0.4
10693         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
10694         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10695         Initialized variables.
10696         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10697         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
10698         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
10699         SVQ3 format
10700
10701 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10702
10703         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10704         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
10705         * gst/avi/gstavidemux.h:
10706           Fix for compressed audio (mp3) timestamp generation. How did this
10707           ever work?
10708
10709 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10710
10711         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10712           Volume is a double not a float.
10713
10714 2004-09-15  Wim Taymans  <wim@fluendo.com>
10715
10716         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
10717         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
10718         Don't close the fd in multifdsink as we didn't open it in the
10719         first place. Some cleanups.
10720
10721 2004-09-15  Wim Taymans  <wim@fluendo.com>
10722
10723         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10724         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10725         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
10726         Fix the case where the muxer would mark pages as delta
10727         frames when they are not (vorbis only ogg).
10728
10729 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10730
10731         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
10732         (gst_play_base_bin_change_state):
10733           Handle the case where we failed to setup a clear pipeline. This
10734           will throw an error (or EOS, another nice case) and if you don't
10735           catch that, the app will wait for the signal forever (and thus
10736           hang).
10737
10738 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10739
10740         * ext/gnomevfs/gstgnomevfssink.c:
10741         (gst_gnomevfssink_uri_get_protocols):
10742         * ext/gnomevfs/gstgnomevfssrc.c:
10743         (gst_gnomevfssrc_uri_get_protocols):
10744         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
10745         * ext/gnomevfs/gstgnomevfsuri.h:
10746           Use _uri_new() instead of _open(), so it doesn't take as long and
10747           Christophe's computer won't hang.
10748         * gst/playback/gstplaybasebin.c: (unknown_type):
10749           Throw error on unknown media type, so apps actually display it.
10750
10751 2004-09-14  Brian Cameron  <brian.cameron@sun.com
10752
10753         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
10754           this script to work on Solaris since bash shell handles echo
10755           differenly than bash.
10756
10757 2004-09-17  Wim Taymans  <wim@fluendo.com>
10758
10759         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
10760         (setup_source), (gst_play_base_bin_set_property),
10761         (gst_play_base_bin_add_element):
10762         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
10763         Some more work on making sure seeking pauses the pipeline and
10764         that changing the uri actually does something.
10765
10766 2004-09-17  Wim Taymans  <wim@fluendo.com>
10767
10768         * gst/tcp/gstfdset.c: (gst_fdset_wait):
10769         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
10770         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
10771         (gst_tcpserversink_close):
10772         Be a bit more paranoid when freeing memory.
10773
10774 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10775
10776         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
10777         (qtdemux_parse_trak):
10778           Don't crash by dividing by zero (see sample movie in #126922).
10779
10780 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10781
10782         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
10783           Don't touch non-existing data (fixes crash on file in #140147).
10784
10785 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10786
10787         * gst/playback/gstplaybasebin.c:
10788         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
10789           Handle double disposals, and proper change of URIs.
10790
10791 2004-09-13  Martin Eikermann <meiker@upb.de>
10792
10793         * gst/mpegstream/gstmpegparse.c:
10794           fix synchronistation for streams recorded from digital PCR
10795           fixes bug #119376
10796
10797 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10798
10799         * ext/gnomevfs/Makefile.am:
10800         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10801         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
10802         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
10803         (gst_gnomevfssink_uri_get_type),
10804         (gst_gnomevfssink_uri_get_protocols),
10805         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
10806         (gst_gnomevfssink_uri_handler_init),
10807         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
10808         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
10809         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
10810         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
10811         (gst_gnomevfssrc_uri_get_type),
10812         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
10813         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
10814         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
10815         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
10816         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
10817         * ext/gnomevfs/gstgnomevfsuri.h:
10818           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
10819           of fake URIs to see which this version of Gnome-VFS likes, and
10820           uses that for the Gst-URI interface. Makes playbin support http://
10821           streams. Also fix up some stupid behaviour in gnomevfssrc.
10822
10823 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10824
10825         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
10826         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
10827         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
10828         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
10829           Update mixer (to sync with other sessions) if we try to obtain
10830           a new value. This makes alsamixer work accross applications.
10831         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
10832           Only call sync functions if we're running, else alsalib asserts.
10833         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
10834           Sometimes fails to compile. Possibly a gcc bug.
10835         * gst/playback/gstplaybin.c: (gen_video_element),
10836         (gen_audio_element):
10837           Add a reference to an application-provided object, because we lose
10838           this same reference if we add it to the bin. If we don't do this,
10839           we can only use this object once and thus crash if we go from
10840           ready to playing, back to ready and back to playing again.
10841           Also add an audioscale element because several cheap soundcards -
10842           like mine - don't support all samplerates.
10843         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10844         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
10845           Fix wrong order or PAR calls. Makes automatically obtained PAR
10846           from the X server atually being used.
10847
10848 2004-09-12  David Schleef  <ds@schleef.org>
10849
10850         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
10851         #151887, #152102, #152247.
10852         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
10853         * examples/seeking/cdparanoia.c: same
10854         * examples/seeking/cdplayer.c: same
10855         * examples/seeking/seek.c: same
10856         * examples/seeking/spider_seek.c: same
10857         * examples/seeking/vorbisfile.c: same
10858         * examples/stats/mp2ogg.c: same
10859         * ext/esd/esdsink.c: (gst_esdsink_class_init),
10860         (gst_esdsink_dispose): Dispose of element properly.
10861         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
10862         fixes.
10863         * ext/nas/nassink.c: (gst_nassink_class_init),
10864         (gst_nassink_dispose): Dispose of element correctly.
10865         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
10866         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10867         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10868         Fix 64-bit warning.
10869         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10870         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
10871         Fix 64-bit warning.
10872
10873 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10874
10875         * configure.ac : change speex detection as 1.1.6 now uses
10876           .pc/pkg-config and they changed their headers location.
10877
10878 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
10879
10880         * gst/matroska/matroska-mux.h:
10881         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
10882         (gst_matroska_mux_start), (gst_matroska_mux_finish),
10883         (gst_matroska_mux_write_data):
10884           Write multiple blocks/frames per cluster.
10885                 Write meta-seek information (seek heads).
10886
10887 2004-09-09  Scott Wheeler <wheeler@kde.org>
10888
10889         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
10890         (gst_play_bin_set_property), (gst_play_bin_get_property),
10891         (gen_audio_element), (gen_audio_element):
10892           Add a volume element / property to the pipeline.
10893
10894 2004-09-07  Wim Taymans  <wim@fluendo.com>
10895
10896         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
10897         Copy timestamps from the master pad to the output buffers.
10898
10899 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10900
10901         * ext/raw1394/gstdv1394src.c:
10902           throw errors when applicable
10903
10904 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
10905
10906         * gst/matroska/ebml-ids.h:
10907         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
10908         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
10909         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
10910           automatically convert unix time <-> ebml time when reading/writing
10911           a date, use gst_ebml_write_uint to write CUETIME,
10912           not gst_ebml_write_date.
10913         * gst/matroska/matroska-ids.h:
10914         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
10915         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
10916         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
10917         (gst_matroska_mux_write_data):
10918           Write track and segment UIDs, write muxing date, write
10919           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
10920           Create cues for audio only files.
10921
10922 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10923
10924         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
10925         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10926           Re-commit ALSA switches.
10927         * gst/adder/gstadder.c: (gst_adder_loop):
10928           64-bit fix (#151416).
10929         * gst/debug/progressreport.c: (gst_progressreport_report):
10930           64-bit fix (#151419).
10931         * gst/matroska/matroska-demux.c:
10932         (gst_matroska_demux_parse_contents):
10933           64-bit fix (#151420).
10934         * gst/playback/test3.c: (update_scale):
10935           64-bit fix (#151421).
10936
10937 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
10938
10939         * configure.ac:
10940           bump nano to cvs
10941
10942 === release 0.8.4 ===
10943
10944 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10945
10946         * configure.ac: releasing 0.8.4, "Alias"
10947
10948 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
10949
10950         * ext/theora/Makefile.am:
10951           fix makefile.  Fixes #151462.
10952
10953 2004-08-30  Wim Taymans  <wim@fluendo.com>
10954
10955         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
10956         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10957         (gst_multifdsink_remove_client_link),
10958         (gst_multifdsink_client_queue_buffer),
10959         (gst_multifdsink_handle_client_write):
10960         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
10961         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
10962         Fix some memory leaks.
10963
10964 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10965
10966         Patch by: David Schleef
10967
10968         * configure.ac:
10969         * sys/Makefile.am:
10970           rename our detection macro for V4L2.  Fixes #151236.
10971
10972 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10973
10974         Patch by: David Schleef
10975
10976         * configure.ac:
10977           check to define LAMEPRESET.  Fixes #151232.
10978
10979 2004-08-27  David Schleef  <ds@schleef.org>
10980
10981         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
10982         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
10983         (gst_glimagesink_fixate):  Move local variable declarations to
10984         make gcc-2.95 happy.
10985
10986 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10987
10988         * configure.ac:
10989           bump nano for prerelease
10990
10991 2004-08-27  David Schleef  <ds@schleef.org>
10992
10993         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
10994         * sys/sunaudio/gstsunaudiosrc.c:
10995         * sys/sunaudio/gstsunaudiosrc.h:
10996
10997 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
10998
10999         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
11000         handle EOS correctly
11001         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
11002         * gst/matroska/matroska-mux.h:
11003         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
11004         VFW compatibility mode
11005
11006 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11007
11008         patch by: Zaheer Abbas Merali
11009
11010         * ext/ogg/gstoggmux.c:
11011         * ext/vorbis/vorbisenc.c:
11012         * ext/vorbis/vorbisenc.h:
11013           handle NEWMEDIA
11014
11015 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
11016
11017         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
11018         fix byte order reversion on little endian machines.
11019         * gst/matroska/matroska-mux.c: (audiosink_templ),
11020         (gst_matroska_mux_audio_pad_link):
11021         add TTA codec to the list of supported codecs.
11022         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
11023         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11024         (gst_matroska_mux_write_data):
11025         * gst/matroska/matroska-mux.h:
11026         write segment duration correctly, write muxing app string, fixes bugs
11027         #140897 and #140898.
11028         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
11029         wait for all pads to be negotiated before starting to mux.
11030
11031 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11032
11033         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
11034         * ext/lame/gstlame.h:
11035         Added new media support to lame
11036
11037 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
11038
11039         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
11040         send vorbis headers at the beginning of a stream, fixes bug #141554.
11041         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
11042         bug #148950.
11043         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11044         (gst_matroska_demux_plugin_init):
11045         * gst/matroska/matroska-ids.h:
11046         enable demuxing of TTA audio streams, fixes bug #148951.
11047         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
11048         enable typefinding for TTA audio files, fixes bug #148711.
11049         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
11050         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
11051         fixes playback of packed bitstream and xvid with bframes, bug #135407.
11052
11053 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
11054
11055         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11056         (gst_riff_read_element_data), (gst_riff_read_seek),
11057         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
11058         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
11059         <teuf@gnome.org>
11060
11061 2004-08-23 Iain <iaingnome@gmail.com>
11062
11063         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
11064         tags. They appear to be handled differently to normal.
11065         (tag_list_to_id3_tag_foreach): Ditto.
11066
11067 2004-08-22  Wim Taymans  <wim@fluendo.com>
11068
11069         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11070         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11071         Make sure we never send -1 granulepos.
11072
11073 2004-08-20  Wim Taymans  <wim@fluendo.com>
11074
11075         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11076         (gst_ogg_mux_loop):
11077         I will accept bitchslappings with non sharp objects.
11078
11079 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11080
11081         * configure.ac:
11082         Clean up the test for lame presets
11083
11084 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11085
11086         * configure.ac:
11087         * ext/lame/Makefile.am:
11088         * ext/lame/gstlame.c: (gst_lame_class_init),
11089         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11090         Only enable lame presets if version of lame has presets in API
11091
11092 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
11093         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
11094         * gst/udp/gstudpsrc.h:
11095           Don't call gst_pad_push in a get function. Fixes #150449
11096
11097 2004-08-18  Wim Taymans  <wim@fluendo.com>
11098
11099         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
11100         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
11101         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11102         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11103         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11104         (gst_fdset_wait):
11105         * gst/tcp/gstfdset.h:
11106         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11107         (gst_multifdsink_client_queue_buffer),
11108         (gst_multifdsink_handle_client_write):
11109         * gst/tcp/gstmultifdsink.h:
11110         Some extra checks in gstfdset.
11111         Only use send() when the fd is a socket. Don't try to
11112         read from write only fds.
11113
11114 2004-08-18  Wim Taymans  <wim@fluendo.com>
11115
11116         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
11117         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11118         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11119         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11120         (gst_fdset_wait):
11121         Add more locking and bounds checking.
11122
11123 2004-08-18  Wim Taymans  <wim@fluendo.com>
11124
11125         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
11126         Realloc test fdset in the lock and right before starting
11127         the poll call. Bump the limit to 4096.
11128
11129 2004-08-17  David Schleef  <ds@schleef.org>
11130
11131         * sys/sunaudio/Makefile.am:
11132         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
11133         of rates and channels.  Make debugging less obnoxious.
11134
11135         Patch from Balamurali Viswanathan implementing a mixer for
11136         Sun audio.  (bug #144091):
11137         * sys/sunaudio/gstsunelement.c:
11138         * sys/sunaudio/gstsunelement.h:
11139         * sys/sunaudio/gstsunmixer.c:
11140         * sys/sunaudio/gstsunmixer.h:
11141
11142 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11143
11144         * gst/audioscale/gstaudioscale.c:
11145         * gst/audioscale/gstaudioscale.h:
11146         made audioscale resample from any sample rate to any sample rate
11147
11148 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11149
11150         * ext/libpng/gstpngdec.c:
11151           error out on unsupported types
11152
11153 2004-08-17  Iain <iaingnome@gmail.com>
11154
11155         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
11156         mid_side and loose_mid_side properties if its a stereo stream.
11157
11158 2004-08-17  Wim Taymans  <wim@fluendo.com>
11159
11160         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11161         (theora_get_formats), (theora_dec_src_convert),
11162         (theora_dec_sink_convert), (theora_dec_src_query),
11163         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
11164         Add a debug line.
11165
11166 2004-08-17  Wim Taymans  <wim@fluendo.com>
11167
11168         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
11169         (gst_ogg_pad_push):
11170         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11171         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11172         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
11173         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11174         Mark delta units in the muxer.
11175         Try to decode the packet after an out-of-sync error from
11176         libogg.
11177
11178 2004-08-17  Wim Taymans  <wim@fluendo.com>
11179
11180         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11181         (gst_multifdsink_init), (gst_multifdsink_add),
11182         (gst_multifdsink_client_queue_buffer),
11183         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
11184         * gst/tcp/gstmultifdsink.h:
11185         Added option to send a keyframe to clients as the first buffer.
11186         Make timeout property writable.
11187
11188 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11189
11190         patch by: Wim Taymans
11191
11192         * gst/tcp/gstfdset.c:
11193         * gst/tcp/gstmultifdsink.c:
11194           fix index comparison, should include 0
11195
11196 2004-08-16  Wim Taymans  <wim@fluendo.com>
11197
11198         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
11199         (gst_fdset_add_fd), (gst_fdset_remove_fd),
11200         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11201         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11202         (gst_fdset_wait):
11203           copy when reallocing for poll so the select arguments don't get
11204           changed during the call
11205
11206 2004-08-16  Wim Taymans  <wim@fluendo.com>
11207
11208         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11209         (gst_theora_enc_class_init), (theora_enc_sink_link),
11210         (theora_buffer_from_packet), (theora_enc_chain):
11211         Fix bug where buffers were not marked as keyframes
11212         correctly.
11213
11214 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11215
11216         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11217         (gst_lame_preset_get_type), (gst_lame_class_init):
11218         describe the enum values for vbr mode and presets more verbosely
11219
11220 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11221
11222         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
11223         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
11224         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
11225         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11226         * ext/lame/gstlame.h:
11227         add preset property to lame so it can use lame presets
11228
11229 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11230
11231         * ext/lame/gstlame.c: (gst_lame_get_property):
11232         whoops forgot break, thanks teuf
11233
11234 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11235
11236         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11237         (gst_lame_class_init), (gst_lame_src_getcaps),
11238         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
11239         (gst_lame_get_property), (gst_lame_setup):
11240         * ext/lame/gstlame.h:
11241         fix lame's broken vbr stuff, allow it to resample if need be, and also
11242         make xing header optional
11243
11244 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11245
11246         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
11247         added getcaps function so samplerate doesnt get fixated to silly values
11248
11249 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11250
11251         * ext/lame/gstlame.c: (gst_lame_src_link):
11252         revert previous fix
11253
11254 2004-08-12  Johan Dahlin  <johan@gnome.org>
11255
11256         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
11257         checks. Doesn't matter what state we are in. Interfaces are a
11258         compile time thing, not runtime. It also broke the python bindings.
11259
11260 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11261
11262         * ext/lame/gstlame.c: (gst_lame_src_link):
11263         made source pad link function check if sinkpad is ok..fixes the problem
11264         where core fixates the output rate of lame stupidly
11265
11266 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11267
11268         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
11269         * sys/v4l/v4l_calls.c:
11270         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
11271           fix fixate function to handle nonsimple caps.
11272           remove bogus check in _link
11273           cleanups
11274
11275 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11276
11277         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
11278         set default compression ratio parameter to 0.0 so bitrate parameter
11279         works :)
11280
11281 2004-08-11  David Schleef  <ds@schleef.org>
11282
11283         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
11284
11285 2004-08-11  David Schleef  <ds@schleef.org>
11286
11287         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
11288         before.
11289
11290 2004-08-11  David Schleef  <ds@schleef.org>
11291
11292         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
11293
11294 2004-08-11  David Schleef  <ds@schleef.org>
11295
11296         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
11297           license field
11298         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
11299         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
11300           LGPL.
11301         * gst/auparse/gstauparse.c: Fix plugin license field.
11302         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
11303         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
11304         * gst/rtp/gstrtp.c: Fix plugin license field.
11305
11306 2004-08-11  Wim Taymans  <wim@fluendo.com>
11307
11308         * gst/tcp/Makefile.am:
11309         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
11310         (ensure_size), (gst_fdset_new), (gst_fdset_free),
11311         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
11312         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
11313         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
11314         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11315         (gst_fdset_fd_can_write), (gst_fdset_wait):
11316         * gst/tcp/gstfdset.h:
11317         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11318         (gst_multifdsink_class_init), (gst_multifdsink_init),
11319         (gst_multifdsink_add), (gst_multifdsink_remove),
11320         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11321         (gst_multifdsink_remove_client_link),
11322         (gst_multifdsink_handle_client_read),
11323         (gst_multifdsink_client_queue_data),
11324         (gst_multifdsink_client_queue_caps),
11325         (gst_multifdsink_client_queue_buffer),
11326         (gst_multifdsink_handle_client_write),
11327         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11328         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11329         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11330         (gst_multifdsink_close):
11331         * gst/tcp/gstmultifdsink.h:
11332         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11333         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11334         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
11335         (gst_tcpserversink_close):
11336         * gst/tcp/gsttcpserversink.h:
11337         Abstracted away the select call, implemented poll (yes we ran into
11338         the 1024 limit in production).
11339
11340 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11341
11342         * gst/tcp/gsttcp.c:
11343         * gst/tcp/gsttcpplugin.c:
11344           improve debuggging, remove assert
11345
11346 2004-08-10  Wim Taymans  <wim@fluendo.com>
11347
11348         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11349         (gst_client_status_get_type), (gst_multifdsink_class_init),
11350         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
11351         (gst_multifdsink_handle_client_read),
11352         (gst_multifdsink_handle_client_write),
11353         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11354         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11355         (gst_multifdsink_get_property):
11356         * gst/tcp/gstmultifdsink.h:
11357         * gst/tcp/gsttcp-marshal.list:
11358         Starting to prepare for specifying buffer time in other units
11359         than buffers. Expose remove reason in signal.
11360
11361 2004-08-10  Wim Taymans  <wim@fluendo.com>
11362
11363         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11364         (gst_multifdsink_remove), (gst_multifdsink_clear),
11365         (gst_multifdsink_remove_client_link),
11366         (gst_multifdsink_handle_client_read),
11367         (gst_multifdsink_client_queue_data),
11368         (gst_multifdsink_client_queue_buffer),
11369         (gst_multifdsink_handle_client_write),
11370         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
11371         (gst_multifdsink_chain), (gst_multifdsink_close):
11372         * gst/tcp/gstmultifdsink.h:
11373         Added more debugging info. Changed the way clients are
11374         removed from the lists. Fixed a bug where a bad file descriptor
11375         could cause many clients to be removed.
11376
11377 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11378
11379         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
11380           allow all pixel-aspect-ratios, not just 1:1
11381
11382 2004-08-09  David Schleef  <ds@schleef.org>
11383
11384         * sys/glsink/ARB_multitexture.h:  Remove old files.
11385         * sys/glsink/EXT_paletted_texture.h:
11386         * sys/glsink/NV_register_combiners.h:
11387         * sys/glsink/gstgl_nvimage.c:
11388         * sys/glsink/gstgl_pdrimage.c:
11389         * sys/glsink/gstgl_rgbimage.c:
11390         * sys/glsink/gstglsink.c:
11391         * sys/glsink/gstglsink.h:
11392         * sys/glsink/gstglxwindow.c:
11393         * sys/glsink/regcomb_yuvrgb.c:
11394
11395 2004-08-09  David Schleef  <ds@schleef.org>
11396
11397         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
11398         GL sink plugin.  (Bug #147302)
11399
11400         * configure.ac: Test for OpenGL
11401         * sys/Makefile.am: Use test for OpenGL
11402         * sys/glsink/Makefile.am:
11403         * sys/glsink/glimagesink.c: rewrite
11404         * sys/glsink/glimagesink.h: rewrite
11405
11406 2004-08-09  David Schleef  <ds@schleef.org>
11407
11408         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
11409         sane framerates.
11410         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
11411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
11412         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
11413
11414 2004-08-09  Wim Taymans  <wim@fluendo.com>
11415
11416         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11417         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11418         (gst_multifdsink_client_remove),
11419         (gst_multifdsink_handle_client_read),
11420         (gst_multifdsink_handle_client_write),
11421         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11422         Do a bit more logging, make the client_read code more robust.
11423
11424 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11425
11426         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
11427         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
11428         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
11429         (gst_jpegdec_init), (gst_jpegdec_chain):
11430         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11431         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
11432           cleanups, debugging fixes and memleak plugging
11433
11434 2004-08-09  Wim Taymans  <wim@fluendo.com>
11435
11436         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11437         (theora_get_formats), (theora_dec_src_convert),
11438         (theora_dec_sink_convert), (theora_dec_src_query),
11439         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
11440         (theora_dec_change_state):
11441         Don't crash on missing header packets.
11442
11443 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11444
11445         * po/LINGUAS:
11446         * po/sq.po:
11447           Added Albanian translation (Laurent Dhima)
11448         * po/cs.po:
11449           updated
11450
11451 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11452
11453         * ext/lame/gstlame.c:
11454           fix/add debugging
11455
11456 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11457
11458         * sys/ximage/ximagesink.c:
11459         * sys/xvimage/xvimagesink.c:
11460           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
11461
11462 2004-08-06  Wim Taymans  <wim@fluendo.com>
11463
11464         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11465         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11466         (gst_multifdsink_client_remove),
11467         (gst_multifdsink_handle_client_read),
11468         (gst_multifdsink_handle_client_write),
11469         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11470         Make sure we don't try to read more from a client that what
11471         ioctl says us or we deadlock.
11472
11473 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11474
11475         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
11476         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
11477         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
11478           decouple running_time and n_frames so it can handle changing
11479           framerate while running
11480
11481 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11482
11483         * po/nl.po:
11484         * po/sv.po:
11485           updated translations
11486
11487 2004-08-04  Benjamin Otte  <otte@gnome.org>
11488
11489         * gst/videotestsrc/gstvideotestsrc.c:
11490         (gst_videotestsrc_get_capslist), (generate_capslist),
11491         (plugin_init):
11492           generate the list of supported caps at startup and reuse it instead
11493           of always generating it
11494
11495 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11496
11497         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
11498           whoops, last checkin broke normal build
11499
11500 2004-08-03  Benjamin Otte  <otte@gnome.org>
11501
11502         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
11503         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
11504         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
11505         (gst_alsa_mixer_get_option):
11506         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
11507         (dvdnavsrc_print_event):
11508         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
11509         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
11510         (gst_ogg_mux_pad_unlink):
11511         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
11512         (gst_multipart_mux_pad_unlink):
11513         * gst/videofilter/gstvideobalance.c:
11514         (gst_videobalance_colorbalance_set_value):
11515         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
11516         (gst_videomixer_pad_unlink):
11517         * po/uk.po:
11518         * sys/oss/gstossmixer.c:
11519         * sys/v4l/gstv4lcolorbalance.c:
11520         * sys/v4l/gstv4ltuner.c:
11521         * sys/v4l/v4lsrc_calls.c:
11522         * sys/v4l2/gstv4l2colorbalance.c:
11523         * sys/v4l2/gstv4l2tuner.c:
11524           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
11525
11526 2004-08-03  Benjamin Otte  <otte@gnome.org>
11527
11528         * examples/dynparams/filter.c: (ui_control_create):
11529         * examples/gstplay/player.c: (print_tag):
11530         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
11531         * ext/gdk_pixbuf/gstgdkanimation.c:
11532         (gst_gdk_animation_iter_may_advance):
11533         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
11534         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
11535         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
11536         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
11537         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
11538         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
11539         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
11540         * gst/sine/demo-dparams.c: (main):
11541         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
11542         * testsuite/alsa/formats.c: (create_pipeline):
11543         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
11544           fixes for G_DISABLE_ASSERT and friends
11545         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11546         (mp3_type_frame_length_from_header), (mp3_type_find),
11547         (plugin_init):
11548           require mp3 typefinding to have at least MIN_HEADERS valid headers
11549           add typefinding for AAC adts files
11550
11551 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
11552
11553         * sys/ximage/ximagesink.c:
11554         (gst_ximagesink_calculate_pixel_aspect_ratio):
11555         * sys/xvimage/xvimagesink.c:
11556         (gst_xvimagesink_calculate_pixel_aspect_ratio):
11557         Make sure we calculate pixel-aspect-ratio using floating point maths
11558
11559 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11560
11561         * po/uk.po:
11562           updated translation
11563
11564 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11565
11566         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11567         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
11568           add debugging for display PAR calculation
11569
11570 2004-08-02  David Schleef  <ds@schleef.org>
11571
11572         * configure.ac: Fix mikmod CFLAGS.
11573
11574 2004-07-27  Benjamin Otte  <otte@gnome.org>
11575
11576         * gst/audioscale/gstaudioscale.c:
11577         - fix templates to only support S16, it's the only format that works
11578         - make caps nego code use try_set_caps_nonfixed and fixation instead
11579         of try_set_caps twice, which is not nice for autopluggers
11580         - change rank to secondary, so autopluggers can pick it up after
11581         audioconvert
11582
11583 2004-08-02  Iain <iain@prettypeople.org>
11584
11585         * gst/interleave/interleave.c (interleave_init),
11586         (interleave_request_new_pad),
11587         (interleave_pad_removed),
11588         (interleave_buffered_loop): Use the real pad count, not the artificial
11589         one.
11590
11591 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11592
11593         * configure.ac: bump nano back to development
11594
11595 === release 0.8.3 ===
11596
11597 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11598
11599         * configure.ac: releasing 0.8.3, "Water"
11600
11601 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11602
11603         * sys/xvimage/xvimagesink.c:
11604         (gst_xvimagesink_calculate_pixel_aspect_ratio),
11605         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
11606         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
11607         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11608         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11609         * sys/xvimage/xvimagesink.h:
11610           apply similar PAR fixes as to ximagesink
11611
11612 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11613
11614         patch from: Benjamin Otte
11615
11616         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
11617           add link function to lame.  Fixes #148986.
11618
11619 2004-08-02  Johan Dahlin  <johan@gnome.org>
11620
11621         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
11622         fix debugging log
11623
11624 2004-07-30  David Schleef  <ds@schleef.org>
11625
11626         * gst/videomixer/Makefile.am: Fix things that should have been
11627         fixed in the last checkin.
11628
11629 2004-07-30  David Schleef  <ds@schleef.org>
11630
11631         * gst/multipart/Makefile.am: Fix things that should have been
11632         fixed in the last checkin.
11633
11634 2004-07-30  David Schleef  <ds@schleef.org>
11635
11636         * testsuite/multifilesink/Makefile.am: Fix unused variable.
11637
11638 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11639
11640         * configure.ac:
11641           bump nano for prerelease
11642         * po/af.po:
11643         * po/az.po:
11644         * po/cs.po:
11645         * po/en_GB.po:
11646         * po/hu.po:
11647         * po/nl.po:
11648         * po/sr.po:
11649         * po/sv.po:
11650         * po/uk.po:
11651           updates
11652
11653 2004-07-30  Wim Taymans  <wim@fluendo.com>
11654
11655         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11656         (gst_multifdsink_add), (gst_multifdsink_remove),
11657         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11658         (gst_multifdsink_client_remove),
11659         (gst_multifdsink_handle_client_write),
11660         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11661         * gst/tcp/gstmultifdsink.h:
11662         Recover from a select with a bad file descriptor by removing
11663         the client.
11664
11665 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11666
11667         * configure.ac:
11668           fix requirement of core
11669         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
11670         (gst_play_pipeline_setup):
11671           don't use colorspace element.  do use hermescolorspace element.
11672           make macro to get a colorspace element.
11673           mark strings for translation.
11674         * po/POTFILES.in:
11675           add play.c
11676         * po/af.po:
11677         * po/az.po:
11678         * po/cs.po:
11679         * po/en_GB.po:
11680         * po/hu.po:
11681         * po/nl.po:
11682         * po/sr.po:
11683         * po/sv.po:
11684         * po/uk.po:
11685           update translations
11686
11687 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11688
11689         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11690         fix default for newmedia flag
11691
11692 2004-07-30  Wim Taymans  <wim@fluendo.com>
11693
11694         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11695         (gst_theora_dec_init), (theora_get_formats),
11696         (theora_dec_src_convert), (theora_dec_sink_convert),
11697         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11698         (theora_dec_chain), (theora_dec_set_property),
11699         (theora_dec_get_property):
11700         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11701         (gst_theora_enc_class_init), (gst_theora_enc_init),
11702         (theora_enc_sink_link), (theora_enc_chain),
11703         (theora_enc_set_property), (theora_enc_get_property):
11704         Added cropping option to theora decoder.
11705         Added border option to theora encoder.
11706
11707 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11708
11709         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
11710         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
11711         (gst_pngenc_set_property):
11712         * ext/libpng/gstpngenc.h:
11713         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
11714
11715 2004-07-30  Wim Taymans  <wim@fluendo.com>
11716
11717         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11718         (theora_enc_sink_link), (theora_enc_chain),
11719         (theora_enc_set_property), (theora_enc_get_property):
11720         Fix encoding of non-multiple-of-16 video.
11721
11722 2004-07-29  David Schleef  <ds@schleef.org>
11723
11724         * configure.ac: make test for audiofile more strict
11725
11726 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11727
11728         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11729           give different names to typefind functions
11730
11731 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11732
11733         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
11734         (gst_ximagesink_calculate_pixel_aspect_ratio),
11735         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
11736         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
11737         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
11738         (gst_ximagesink_get_property), (gst_ximagesink_init):
11739         * sys/ximage/ximagesink.h:
11740           allocate PAR's dynamically.
11741           use autodetected PAR if no object-set PAR is given.
11742           add workaround for directfb's X not setting physical size.
11743           fix to xvimagesink will follow tomorrow.
11744
11745 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11746
11747         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
11748         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
11749         (gst_shout2send_get_type), (gst_shout2send_set_clock),
11750         (gst_shout2send_class_init), (gst_shout2send_init),
11751         (set_shout_metadata), (gst_shout2send_set_metadata),
11752         (gst_shout2send_chain), (gst_shout2send_set_property),
11753         (gst_shout2send_get_property), (gst_shout2send_connect),
11754         (gst_shout2send_change_state):
11755         * ext/shout2/gstshout2.h:
11756         - fix for sending mp3 audio to icecast2 server, if pad link function not
11757         called before PAUSED state
11758         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
11759         - added tagging support for mp3 audio broadcasted
11760         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11761         debug info
11762
11763 2004-07-28  Wim Taymans  <wim@fluendo.com>
11764
11765         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11766         (gst_ogg_demux_push):
11767         Return query failure when we don't know the length of
11768         an ogg stream insteda of returning TRUE with a bogus value.
11769
11770 2004-07-28  Wim Taymans  <wim@fluendo.com>
11771
11772         * ext/theora/theoradec.c: (theora_get_formats),
11773         (theora_dec_src_convert), (theora_dec_sink_convert),
11774         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11775         (theora_dec_chain):
11776         Don't screw up the 1 Chroma for 1 luma sample situation when we
11777         have an odd offset/width by adding a black border in those cases.
11778
11779 2004-07-28  Wim Taymans  <wim@fluendo.com>
11780
11781         * ext/theora/theoradec.c: (theora_get_formats),
11782         (theora_dec_src_convert), (theora_dec_sink_convert),
11783         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11784         (theora_dec_chain):
11785         * ext/theora/theoraenc.c: (theora_enc_sink_link):
11786         Added first attempt at cropping of the image as required by the
11787         theora spec. We need more properties in the caps (offset_x,
11788         offset_y,stride) to implement this correctly.
11789
11790 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
11791
11792         * ext/dvdnav/README:
11793           Update the README to use dvddemux
11794         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
11795           Ensure getcaps returns a subset of the template caps
11796         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
11797         (gst_mpeg2subt_init):
11798           Ensure getcaps returns a subset of the template caps
11799         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11800         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
11801         (gst_dvd_demux_get_subpicture_stream),
11802         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
11803         * gst/mpegstream/gstdvddemux.h:
11804           Set the explicit caps on the current_video pad before pushing
11805           anything
11806         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
11807         (gst_mpeg_demux_get_audio_stream):
11808           Free caps used to gst_pad_set_explicit_caps, which takes a const
11809           GstCaps *
11810
11811 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11812
11813         * configure.ac: update GStreamer requirement to 0.8.4 because of
11814           GstFraction.
11815
11816 2004-07-28  Wim Taymans  <wim@fluendo.com>
11817
11818         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
11819         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
11820         Add the pad to the element after setting up the caps. This
11821         makes it a lot easier to autoplug.
11822
11823 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
11824
11825         * gst/median/gstmedian.c:
11826         * gst/mpeg2subt/gstmpeg2subt.c:
11827         * gst/mpegaudioparse/gstmpegaudioparse.c:
11828         * gst/mpegstream/gstdvddemux.c:
11829         * gst/mpegstream/gstmpegdemux.c:
11830         * gst/mpegstream/gstmpegpacketize.c:
11831         * gst/rtjpeg/gstrtjpeg.c:
11832         * gst/rtjpeg/gstrtjpegdec.c:
11833         * gst/rtjpeg/gstrtjpegenc.c:
11834         * gst/sine/gstsinesrc.c:
11835         * gst/smooth/gstsmooth.c:
11836         * gst/smpte/gstsmpte.c:
11837         * gst/smpte/gstsmpte.h:
11838         * gst/stereo/gststereo.c:
11839         * gst/videofilter/gstgamma.c:
11840         * gst/videofilter/gstvideobalance.c:
11841         * gst/videofilter/gstvideofilter.c:
11842         * gst/videofilter/gstvideoflip.c:
11843         * gst/videoscale/gstvideoscale.c:
11844         * gst/videoscale/videoscale.c:
11845         * gst/videotestsrc/gstvideotestsrc.c:
11846         * gst/videotestsrc/videotestsrc.c:
11847         * gst/wavenc/gstwavenc.c:
11848         * gst/wavparse/gstwavparse.c:
11849           fix local includes and 64 bits constants
11850
11851 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
11852
11853         * win32/gst.sln:
11854         * gst-libs/gst/*/*.vcproj:
11855         * gst/*/*.vcproj:
11856           more working plugins
11857
11858 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11859
11860         * testsuite/alsa/Makefile.am:
11861         * testsuite/alsa/srcstate.c:
11862         add test for alsasrc changing state
11863
11864 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11865
11866         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
11867         (gst_silence_get):
11868         * gst/silence/gstsilence.h:
11869         fix silence generation for 16bit raw audio
11870
11871 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11872
11873         * gst/matroska/matroska-demux.c:
11874         (gst_matroska_demux_parse_metadata),
11875         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
11876         * gst/mpegaudio/common.c:
11877         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
11878         (gst_videoscale_getcaps), (gst_videoscale_link),
11879         (gst_videoscale_src_fixate), (gst_videoscale_init),
11880         (gst_videoscale_finalize):
11881         * gst/videoscale/gstvideoscale.h:
11882         * gst/videotestsrc/gstvideotestsrc.c:
11883         (gst_videotestsrc_get_capslist):
11884         * gst/wavenc/gstwavenc.c:
11885         * sys/oss/gstossmixer.c: (fill_labels):
11886         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
11887         (gst_ximagesink_handle_xevents),
11888         (gst_ximagesink_calculate_pixel_aspect_ratio),
11889         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
11890         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
11891         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
11892         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
11893         (gst_ximagesink_init), (gst_ximagesink_class_init):
11894         * sys/ximage/ximagesink.h:
11895         * sys/xvimage/xvimagesink.c:
11896         (gst_xvimagesink_calculate_pixel_aspect_ratio),
11897         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
11898         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
11899         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11900         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11901         * sys/xvimage/xvimagesink.h:
11902           first batch of pixel aspect ratio commits.
11903
11904 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11905
11906         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11907         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
11908         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
11909           handle stride, needs work if we want to move stride handling
11910           upstream, but works correctly for our purposes.
11911
11912 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11913
11914         * gst/videoscale/README:
11915           add testing examples
11916         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
11917         (gst_videoscale_chain):
11918         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
11919         (gst_videoscale_get_size):
11920           add get_size function that handles stride like videotestsrc.
11921           fixes conversion for YUV formats for as much as I can test them.
11922
11923 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11924
11925         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11926         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11928         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
11929         (gst_xvimagesink_xvimage_put):
11930           further cleanups, logging, error handling and synchronizing
11931
11932 2004-07-27  Wim Taymans  <wim@fluendo.com>
11933
11934         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
11935         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
11936         (gst_videomixer_pad_set_property),
11937         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
11938         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
11939         (gst_videomixer_class_init), (gst_videomixer_init),
11940         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
11941         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
11942         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
11943         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
11944         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
11945         (gst_videomixer_loop), (plugin_init):
11946         Be a nicer negotiation citizen and provide a getcaps function on
11947         the srcpad. This also fixes a crash when resizing.
11948
11949 2004-07-27  Julien MOUTTE  <julien@moutte.net>
11950
11951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11952         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
11953
11954 2004-07-27  Wim Taymans  <wim@fluendo.com>
11955
11956         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
11957         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
11958         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
11959         (gst_pngenc_set_property):
11960         * ext/libpng/gstpngenc.h:
11961         Added snapshot property to pngenc.
11962         removed g_print from pngdec
11963
11964 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
11965
11966         * gst/ac3parse/ac3parse.vcproj
11967         * gst/adder/adder.vcproj
11968         * gst/alpha/alpha.vcproj
11969         * gst/alpha/alphacolor.vcproj
11970         * gst/asfdemux/asf.vcproj
11971         * gst/audioconvert/audioconvert.vcproj
11972         * gst/audiorate/audiorate.vcproj
11973         * gst/audioscale/audioscale.vcproj
11974         * gst/auparse/auparse.vcproj
11975         * gst/avi/avi.vcproj
11976         * gst/cdxaparse/cdxaparse.vcproj
11977         * gst/chart/chart.vcproj
11978         * gst/colorspace/colorspace.vcproj
11979         * gst/cutter/cutter.vcproj
11980         * gst/debug/debug.vcproj
11981         * gst/debug/efence.vcproj
11982         * gst/debug/navigationtest.vcproj
11983         * gst/deinterlace/deinterlace.vcproj
11984         * gst/effectv/effectv.vcproj
11985         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
11986         * gst/filter/filter.vcproj
11987         * gst/flx/flxdec.vcproj
11988         * gst/goom/goom.vcproj
11989         * gst/interleave/interleave.vcproj
11990         * gst/law/alaw.vcproj
11991         * gst/law/mulaw.vcproj
11992         * gst/matroska/matroska.vcproj
11993         * gst/median/median.vcproj
11994         * gst/mixmatrix/mixmatrix.vcproj
11995         * gst/mpeg1sys/mpeg1systemencode.vcproj
11996         * gst/mpeg1videoparse/mp1videoparse.vcproj
11997         * gst/mpeg2sub/mpeg2subt.vcproj
11998         * gst/mpegaudio/mpegaudio.vcproj
11999         * gst/mpegaudioparse/mpegaudioparse.vcproj
12000         * gst/mpegstream/mpegstream.vcproj
12001         * gst/multifilesink/multifilesink.vcproj
12002         * gst/multipart/multipart.vcproj
12003         * gst/oneton/oneton.vcproj
12004         * gst/overlay/overlay.vcproj
12005         * gst/passthrough/passthrough.vcproj
12006         * gst/qtdemux/qtdemux.vcproj
12007         * gst/realmedia/rmdemux.vcproj
12008         * gst/rtjpeg/rtjpeg.vcproj
12009         * gst/rtp/rtp.vcproj
12010         * gst/silence/silence.vcproj
12011         * gst/sine/sinesrc.vcproj
12012         * gst/smooth/smooth.vcproj
12013         * gst/smpte/smpte.vcproj
12014         * gst/spectrum/spectrum.vcproj
12015         * gst/speed/speed.vcproj
12016         * gst/stereo/stereo.vcproj
12017         * gst/switch/switch.vcproj
12018         * gst/tags/tagedit.vcproj
12019         * gst/tcp/tcp.vcproj
12020         * gst/typefind/typefindfunctions.vcproj
12021         * gst/udp/udp.vcproj
12022         * gst/videobox/videobox.vcproj
12023         * gst/videocrop/videocrop.vcproj
12024         * gst/videodrop/videodrop.vcproj
12025         * gst/videofilter/gamma.vcproj
12026         * gst/videofilter/videobalance.vcproj
12027         * gst/videofilter/videofilter.vcproj
12028         * gst/videofilter/videoflip.vcproj
12029         * gst/videoflip/videoflip.vcproj
12030         * gst/videomixer/videomixer.vcproj
12031         * gst/videorate/videorate.vcproj
12032         * gst/videoscale/videoscale.vcproj
12033         * gst/videotestsrc/videotestsrc.vcproj
12034         * gst/virtualdub/virtualdub.vcproj
12035         * gst/volenv/volenv.vcproj
12036         * gst/volume/volume.vcproj
12037         * gst/wavenc/wavenc.vcproj
12038         * gst/wavparse/wavparse.vcproj
12039         * gst/y4m/y4menc.vcproj
12040         * gst-libs/gst/audio/audio.vcproj
12041         * gst-libs/gst/audio/audiofilter.vcproj
12042         * gst-libs/gst/colorbalance/colorbalance.vcproj
12043         * gst-libs/gst/idct/idtc.vcproj
12044         * gst-libs/gst/media-info/media-info.vcproj
12045         * gst-libs/gst/mixer/mixer.vcproj
12046         * gst-libs/gst/navigation/navigation.vcproj
12047         * gst-libs/gst/play/play.vcproj
12048         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
12049         * gst-libs/gst/resample/resample.vcproj
12050         * gst-libs/gst/riff/riff.vcproj
12051         * gst-libs/gst/tuner/tuner.vcproj
12052         * gst-libs/gst/video/video.vcproj
12053         * gst-libs/gst/xoverlay/xoverlay.vcproj
12054           avoid problems with math.h, fix release dependancy
12055           rename GStreamer-0.8.lib to libgstreamer.lib
12056
12057 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12058
12059         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12060         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
12061         the atom is not available we have to unlock the mutex. Fixes #148023
12062
12063 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12064
12065         * gst-libs/gst/media-info/media-info.h:
12066           issue for a vararg macro with MSVC
12067
12068 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12069
12070         * gst/effectv/effectv.vcproj
12071         * gst-libs/gst/idct/idct.vcproj:
12072         * gst-libs/gst/media-info/media-info.vcproj:
12073         * gst-libs/gst/navigation/navigation.vcproj:
12074         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12075         * gst-libs/gst/video/video.vcproj:
12076         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12077           fixes for build problems
12078
12079 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12080
12081         * gst-libs/gst/audio/audio.def:
12082         * gst-libs/gst/audio/riff.def:
12083           add some definitions needed by plugins
12084
12085 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12086
12087         * gst/asfdemux/gstasfmux.c
12088           Fix some 64 bits constants to be glib friendly
12089
12090 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12091
12092         * gst/ac3parse/gstac3parse.c
12093         * gst/audioscale/gstaudioscale.c
12094         * gst/auparse/gstauparse.c
12095         * gst/colorspace/gstcolorspace.c
12096         * gst/colorspace/yuv2rgb.h
12097           local include fixes
12098
12099 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12100
12101         * win32/gst.sln
12102           add more plugins to the build
12103
12104 2004-07-26  Julien MOUTTE  <julien@moutte.net>
12105
12106         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12107         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
12108
12109 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12110
12111         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
12112         (gst_level_set_property), (gst_level_get_property),
12113         (gst_level_base_init), (gst_level_class_init):
12114           add debugging categories.  cleanups.
12115
12116 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12117
12118         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12119         (gst_videoscale_planar411), (gst_videoscale_planar400),
12120         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
12121         (gst_videoscale_scale_nearest_str1),
12122         (gst_videoscale_scale_nearest_str2),
12123         (gst_videoscale_scale_nearest_str4),
12124         (gst_videoscale_scale_nearest_16bit),
12125         (gst_videoscale_scale_nearest_24bit):
12126           fixed stride issues
12127           tested with 320x240 -> 321, 322, 324 x240
12128           tested with YV12, I420, YUY2, UYVY
12129           fixed packed422rev (don't think it could have worked before)
12130           by testing with UYVY
12131
12132 2004-07-26  Benjamin Otte  <otte@gnome.org>
12133
12134         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
12135         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
12136         (plugin_init):
12137           add debugging category, add error checks like checking return values
12138           of setup calls, make sure it still works after
12139           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
12140
12141 2004-07-26  Wim Taymans  <wim@fluendo.com>
12142
12143         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12144         (gst_mpeg_demux_get_audio_stream),
12145         (gst_mpeg_demux_process_private):
12146         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
12147         Check for error codes from the negotiation functions. Make sure
12148         we really set the pad caps when a new pad is created.
12149
12150 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12151
12152         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12153         (gst_ffmpeg_caps_to_pix_fmt):
12154         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12155         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12156         (gst_ffmpegcolorspace_pad_link):
12157           don't make function do two things at the same time without reason.
12158
12159 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12160
12161         * gst/ac3parse/ac3parse.vcproj
12162         * gst/adder/adder.vcproj
12163         * gst/alpha/alpha.vcproj
12164         * gst/alpha/alphacolor.vcproj
12165         * gst/asfdemux/asf.vcproj
12166         * gst/audioconvert/audioconvert.vcproj
12167         * gst/audiorate/audiorate.vcproj
12168         * gst/audioscale/audioscale.vcproj
12169         * gst/auparse/auparse.vcproj
12170         * gst/avi/avi.vcproj
12171         * gst/cdxaparse/cdxaparse.vcproj
12172         * gst/chart/chart.vcproj
12173         * gst/colorspace/colorspace.vcproj
12174         * gst/cutter/cutter.vcproj
12175         * gst/debug/debug.vcproj
12176         * gst/debug/efence.vcproj
12177         * gst/debug/navigationtest.vcproj
12178         * gst/deinterlace/deinterlace.vcproj
12179         * gst/effectv/effectv.vcproj
12180         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12181         * gst/filter/filter.vcproj
12182         * gst/flx/flxdec.vcproj
12183         * gst/goom/goom.vcproj
12184         * gst/interleave/interleave.vcproj
12185         * gst/law/alaw.vcproj
12186         * gst/law/mulaw.vcproj
12187         * gst/matroska/matroska.vcproj
12188         * gst/median/median.vcproj
12189         * gst/mixmatrix/mixmatrix.vcproj
12190         * gst/mpeg1sys/mpeg1systemencode.vcproj
12191         * gst/mpeg1videoparse/mp1videoparse.vcproj
12192         * gst/mpeg2sub/mpeg2subt.vcproj
12193         * gst/mpegaudio/mpegaudio.vcproj
12194         * gst/mpegaudioparse/mpegaudioparse.vcproj
12195         * gst/mpegstream/mpegstream.vcproj
12196         * gst/multifilesink/multifilesink.vcproj
12197         * gst/multipart/multipart.vcproj
12198         * gst/oneton/oneton.vcproj
12199         * gst/overlay/overlay.vcproj
12200         * gst/passthrough/passthrough.vcproj
12201         * gst/qtdemux/qtdemux.vcproj
12202         * gst/realmedia/rmdemux.vcproj
12203         * gst/rtjpeg/rtjpeg.vcproj
12204         * gst/rtp/rtp.vcproj
12205         * gst/silence/silence.vcproj
12206         * gst/sine/sinesrc.vcproj
12207         * gst/smooth/smooth.vcproj
12208         * gst/smpte/smpte.vcproj
12209         * gst/spectrum/spectrum.vcproj
12210         * gst/speed/speed.vcproj
12211         * gst/stereo/stereo.vcproj
12212         * gst/switch/switch.vcproj
12213         * gst/tags/tagedit.vcproj
12214         * gst/tcp/tcp.vcproj
12215         * gst/typefind/typefindfunctions.vcproj
12216         * gst/udp/udp.vcproj
12217         * gst/videobox/videobox.vcproj
12218         * gst/videocrop/videocrop.vcproj
12219         * gst/videodrop/videodrop.vcproj
12220         * gst/videofilter/gamma.vcproj
12221         * gst/videofilter/videobalance.vcproj
12222         * gst/videofilter/videofilter.vcproj
12223         * gst/videofilter/videoflip.vcproj
12224         * gst/videoflip/videoflip.vcproj
12225         * gst/videomixer/videomixer.vcproj
12226         * gst/videorate/videorate.vcproj
12227         * gst/videoscale/videoscale.vcproj
12228         * gst/videotestsrc/videotestsrc.vcproj
12229         * gst/virtualdub/virtualdub.vcproj
12230         * gst/volenv/volenv.vcproj
12231         * gst/volume/volume.vcproj
12232         * gst/wavenc/wavenc.vcproj
12233         * gst/wavparse/wavparse.vcproj
12234         * gst/y4m/y4menc.vcproj
12235           more plugins supported under windows
12236
12237 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12238
12239         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12240         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
12241         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
12242         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12243         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
12244           Add debugging statements.  Use the sizes as returned by the
12245           *CreateImage calls.
12246
12247 2004-07-26  Johan Dahlin  <johan@gnome.org>
12248
12249         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
12250         the pad is negotiated.
12251
12252         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
12253
12254 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12255
12256         * gst-libs/gst/colorbalance/colorbalance.vcproj:
12257         * gst-libs/gst/idct/idct.vcproj:
12258         * gst-libs/gst/media-info/media-info.vcproj:
12259         * gst-libs/gst/mixer/mixer.vcproj:
12260         * gst-libs/gst/navigation/navigation.vcproj:
12261         * gst-libs/gst/play/play.vcproj:
12262         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12263         * gst-libs/gst/resample/resample.vcproj:
12264         * gst-libs/gst/tuner/tuner.vcproj:
12265         * gst-libs/gst/video/video.vcproj:
12266         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12267           more plugins supported under windows
12268
12269 2004-07-25 Iain <iain@prettypeople.org>
12270
12271         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
12272         pad now rather than when the pad is created because state changes wipe
12273         explicit caps (fixes #148043).
12274
12275 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
12276
12277         reviewed by Benjamin Otte  <otte@gnome.org>
12278
12279         * ext/mad/gstmad.c:
12280           fix mad plugin crashing on Sun (fixes #148289)
12281
12282 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12283
12284         * gst/avi/avi.def:
12285         * gst/avi/avi.vcproj:
12286         * gst/matroska/matroska.def:
12287         * gst/matroska/matroska.vcproj:
12288           remove unused .def files
12289
12290 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12291
12292         * gst-libs/gst/audio/gstaudiofilter.c:
12293           Clean the local include
12294
12295 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12296
12297         * win32/gst.sln:
12298         * gst-libs/gst/audio/audio.def:
12299         * gst-libs/gst/audio/audio.vcproj:
12300         * gst-libs/gst/audio/audiofilter.vcproj:
12301         * gst-libs/gst/audio/riff.def:
12302         * gst-libs/gst/audio/riff.vcproj:
12303         * gst-libs/gst/gst-libs.def:
12304         * gst-libs/gst/gst-libs.vcproj:
12305         * gst/avi/avi.vcproj:
12306         * gst/avi/avi.vcproj:
12307           Copy the files where needed after building, cleaner projects
12308
12309 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12310
12311         * gst/matroska/ebml-write.c:
12312           Fix some 64 bits constants to be glib friendly
12313
12314 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
12315
12316         * win32/gst.sln:
12317         * gst-libs/gst/gst-libs.def:
12318         * gst-libs/gst/gst-libs.vcproj:
12319         * gst/matroska/matroska.def:
12320         * gst/matroska/matroska.vcproj:
12321           Add the preliminary canvas to build plugins on Win32
12322
12323 2004-07-23  Benjamin Otte  <otte@gnome.org>
12324
12325         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12326           don't enfore negotiation from source side, it breaks
12327           sinesrc ! audioconvert ! osssink
12328
12329 2004-07-22  David Schleef  <ds@schleef.org>
12330
12331         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
12332         for ELF files, since they can easily be recognized as audio/mpeg.
12333         (bug #147441)
12334
12335 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12336
12337         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12338         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
12339         (gst_videoscale_scale_nearest_24bit),
12340         (gst_videoscale_scale_nearest_16bit):
12341           fix 16bit and 24bit for stride (24bit might need testing)
12342           don't pretend we do more than one algorithm
12343
12344 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12345
12346         * configure.ac:
12347         * gst/Makefile.am:
12348         * gst/multifilesink/Makefile.am:
12349         * gst/multifilesink/gstmultifilesink.c:
12350         (gst_multifilesink_get_formats),
12351         (gst_multifilesink_get_query_types), (_do_init),
12352         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
12353         (gst_multifilesink_init), (gst_multifilesink_dispose),
12354         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
12355         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
12356         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
12357         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
12358         (gst_multifilesink_chain), (gst_multifilesink_change_state),
12359         (gst_multifilesink_uri_get_type),
12360         (gst_multifilesink_uri_get_protocols),
12361         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
12362         (gst_multifilesink_uri_handler_init), (plugin_init):
12363         * gst/multifilesink/gstmultifilesink.h:
12364         * testsuite/Makefile.am:
12365         * testsuite/multifilesink/Makefile.am:
12366         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
12367         (gst_newmedia_class_init), (gst_newmedia_init),
12368         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12369         (newfile_signal), (test_signal), (main):
12370         multifilesink plugin for creating new files every time a new media
12371         discontinuity event occurs
12372
12373 2004-07-22  Wim Taymans  <wim@fluendo.com>
12374
12375         * gst/alpha/Makefile.am:
12376         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
12377         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
12378         (gst_alpha_color_init), (gst_alpha_color_set_property),
12379         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
12380         (transform), (gst_alpha_color_chain),
12381         (gst_alpha_color_change_state), (plugin_init):
12382         Stupid plugin to to RGBA to AYUV conversion because none of
12383         the colorspace plugins can handle that yet.
12384
12385 2004-07-22  Wim Taymans  <wim@fluendo.com>
12386
12387         * examples/seeking/seek.c: (update_scale), (main):
12388         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12389         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12390         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12391         (gst_decode_bin_init), (gst_decode_bin_dispose),
12392         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12393         (no_more_pads), (close_link), (type_found),
12394         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12395         (plugin_init):
12396         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12397         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12398         (gst_play_base_bin_dispose), (queue_overrun),
12399         (gen_preroll_element), (remove_prerolls), (unknown_type),
12400         (no_more_pads), (new_stream), (setup_source),
12401         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12402         (play_base_eos), (gst_play_base_bin_change_state),
12403         (gst_play_base_bin_add_element),
12404         (gst_play_base_bin_remove_element),
12405         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12406         (gst_play_base_bin_unlink_stream),
12407         (gst_play_base_bin_get_streaminfo):
12408         * gst/playback/gstplaybin.c: (gen_video_element),
12409         (gen_audio_element):
12410         * gst/playback/gststreaminfo.h:
12411         More playback updates, attempt to fix things after the state change
12412         breakage.
12413
12414 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12415
12416         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
12417         (gst_videoscale_scale_nearest_16bit):
12418           comment algorithm
12419
12420 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12421
12422         * gst/videotestsrc/gstvideotestsrc.c:
12423         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
12424         (gst_videotestsrc_init), (gst_videotestsrc_get),
12425         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
12426         (gst_videotestsrc_get_property):
12427         * gst/videotestsrc/gstvideotestsrc.h:
12428         * gst/videotestsrc/videotestsrc.c:
12429         * gst/videotestsrc/videotestsrc.h:
12430           cleanup and commenting
12431
12432 2004-07-21  Wim Taymans  <wim@fluendo.com>
12433
12434         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12435         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
12436         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
12437         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
12438         (_find_chain_get_unknown_part), (_find_streams_check),
12439         (gst_ogg_demux_push), (gst_ogg_pad_push):
12440         * ext/theora/theoradec.c: (theora_get_formats),
12441         (theora_dec_src_convert), (theora_dec_sink_convert),
12442         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12443         (theora_dec_chain):
12444         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12445         (vorbis_dec_convert), (vorbis_dec_src_query),
12446         (vorbis_dec_src_event), (vorbis_dec_event):
12447         More seeking fixes, oggdemux now supports seeking to time and
12448         uses the downstream element to convert granulepos to time.
12449         Seeking in theora-only ogg files now works.
12450
12451 2004-07-21  Wim Taymans  <wim@fluendo.com>
12452
12453         * ext/theora/theoradec.c: (gst_theora_dec_init),
12454         (theora_get_formats), (theora_get_event_masks),
12455         (theora_get_query_types), (theora_dec_src_convert),
12456         (theora_dec_sink_convert), (theora_dec_src_query),
12457         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
12458         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12459         (vorbis_get_event_masks), (vorbis_get_query_types),
12460         (gst_vorbis_dec_init), (vorbis_dec_convert),
12461         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
12462         Added query/convert/formats functions to vorbis and theora decoders
12463         so that the outside world can use them too. Fixed seeking on an
12464         ogg/theora/vorbis file by disabling the seeking seeking on the
12465         theora srcpad.
12466
12467 2004-07-21  Julien MOUTTE  <julien@moutte.net>
12468
12469         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12470         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
12471         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
12472         images creation for both elements. We don't create the image on caps
12473         nego or renego, we just destroy the internal one if present if it does
12474         not match the needs. The chain function takes care of creating a new
12475         image when needed.
12476         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12477         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
12478         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12479         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
12480         the image format information. The buffer pool checks for the context
12481         image format and discard images with different formats.
12482         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
12483
12484 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12485
12486         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12487         (gst_ffmpegcolorspace_chain):
12488           no point in doing any chaining if the pad we want to push from
12489           isn't usable.
12490
12491 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12492
12493         * gst-libs/gst/riff/riff-media.c:
12494         (gst_riff_create_audio_caps_with_data):
12495           Fix double end-to-native symbol conversion (#148021).
12496
12497 2004-07-20  David Schleef  <ds@schleef.org>
12498
12499         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12500         Don't use an Atom that doesn't exist.
12501
12502 2004-07-20  Wim Taymans  <wim@fluendo.com>
12503
12504         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12505         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12506         (gst_multifdsink_client_remove),
12507         (gst_multifdsink_handle_client_write),
12508         (gst_multifdsink_queue_buffer):
12509         * gst/tcp/gstmultifdsink.h:
12510         More multifdsink stats. Avoid deadlock by releasing locks
12511         before sending out a signal.
12512
12513 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12514
12515         * po/LINGUAS:
12516         * po/hu.po:
12517           added Hungarian translation (Laszlo Dvornik)
12518
12519 2004-07-20  Wim Taymans  <wim@fluendo.com>
12520
12521         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12522         (gst_multifdsink_add), (gst_multifdsink_client_remove),
12523         (gst_multifdsink_handle_client_write),
12524         (gst_multifdsink_queue_buffer):
12525         * gst/tcp/gsttcp-marshal.list:
12526         Fixed the stupid marshal definition.
12527
12528 2004-07-20  Wim Taymans  <wim@fluendo.com>
12529
12530         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12531         (gst_multifdsink_init), (gst_multifdsink_add),
12532         (gst_multifdsink_client_remove),
12533         (gst_multifdsink_handle_client_write),
12534         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
12535         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
12536         (gst_multifdsink_init_send):
12537         * gst/tcp/gstmultifdsink.h:
12538         Added more stats, added timeout for a client, fixed some typos
12539         and added some comments.
12540
12541 2004-07-20  Wim Taymans  <wim@fluendo.com>
12542
12543         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12544         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12545         (gst_multifdsink_client_remove),
12546         (gst_multifdsink_handle_client_write):
12547         * gst/tcp/gstmultifdsink.h:
12548         * gst/tcp/gsttcp-marshal.list:
12549         Added get_stats method that returns a GValueArray of
12550         stats values.
12551
12552 2004-07-19  Benjamin Otte  <otte@gnome.org>
12553
12554         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
12555           make sure longname, description and author are valid UTF-8
12556
12557 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12558
12559         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
12560         (gst_ximagesink_set_property):
12561         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
12562         (gst_xvimagesink_set_property):
12563           make sure SYNCHRONOUS is respected after getting the X context
12564
12565 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12566
12567         * gst/matroska/matroska-demux.c:
12568         (gst_matroska_demux_handle_src_event),
12569         (gst_matroska_demux_parse_blockgroup):
12570         * gst/matroska/matroska-ids.h:
12571           add BlockReference tag and ignore it to clear out log.
12572           ignore NAVIGATION events to clear out log.
12573
12574 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12575
12576         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
12577         (gst_matroska_demux_add_stream):
12578         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
12579           add debug categories
12580
12581 2004-07-16  Wim Taymans  <wim@fluendo.com>
12582
12583         * ext/libpng/Makefile.am:
12584         * ext/libpng/gstpng.c: (plugin_init):
12585         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
12586         (gst_pngdec_get_type), (gst_pngdec_base_init),
12587         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
12588         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
12589         * ext/libpng/gstpngdec.h:
12590         Added png decoder.
12591
12592 2004-07-16  Julien MOUTTE  <julien@moutte.net>
12593
12594         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
12595         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
12596         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
12597         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
12598         (gst_ximagesink_buffer_alloc):
12599         * sys/ximage/ximagesink.h:
12600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12601         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12602         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
12603         (gst_xvimagesink_buffer_alloc):
12604         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
12605         again. Using internal data pointer of the x(v)image to store image's
12606         data to be coherent with the buffer alloc mechanism. Investigated the
12607         image destruction code to be sure that everything gets freed correctly.
12608
12609 2004-07-16  Wim Taymans  <wim@fluendo.com>
12610
12611         * gst-libs/gst/riff/riff-read.c:
12612         (gst_riff_read_strf_vids_with_data),
12613         (gst_riff_read_strf_auds_with_data):
12614         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12615         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
12616         Make sure we don't create 0 sized subbuffers in riff-read.
12617         Signal the no more pads signal after reading the avi header.
12618
12619 2004-07-16  Wim Taymans  <wim@fluendo.com>
12620
12621         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12622         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12623         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12624         (gst_decode_bin_init), (gst_decode_bin_dispose),
12625         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12626         (no_more_pads), (close_link), (type_found),
12627         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12628         (gst_decode_bin_change_state), (plugin_init):
12629         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12630         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12631         (gst_play_base_bin_dispose), (queue_overrun),
12632         (gen_preroll_element), (remove_prerolls), (unknown_type),
12633         (no_more_pads), (new_stream), (setup_source),
12634         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12635         (play_base_eos), (gst_play_base_bin_change_state),
12636         (gst_play_base_bin_add_element),
12637         (gst_play_base_bin_remove_element),
12638         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12639         (gst_play_base_bin_unlink_stream),
12640         (gst_play_base_bin_get_streaminfo):
12641         * gst/playback/gstplaybasebin.h:
12642         Better error recovery. Added configurable preroll queue size. Faster
12643         detection of no-more-pads.
12644
12645 2004-07-16  Wim Taymans  <wim@fluendo.com>
12646
12647         * gst-libs/gst/video/video.h:
12648         Added 32 bits RGBA. Not sure if we should use another mime-type
12649         for alpha rgb. Currently the presence of the alpha_mask property
12650         signals an alpha channel.
12651
12652 2004-07-16  Wim Taymans  <wim@fluendo.com>
12653
12654         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12655         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12656         FPS seems to be 0.0 to MAX everywhere else.
12657
12658 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12659
12660         * gst-libs/gst/riff/riff-media.c:
12661         (gst_riff_create_video_caps_with_data):
12662           mp42/mp43 (no caps) exist too.
12663         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
12664           Set pixel_width/height; we've got them in-caps.
12665         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12666         * gst/wavparse/gstwavparse.c: (plugin_init):
12667           Both are valid primary.
12668         * sys/oss/gstossmixer.c:
12669           Remove i18n hack and enable translations.
12670
12671 2004-07-15  Benjamin Otte  <otte@gnome.org>
12672
12673         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12674         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
12675           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
12676
12677 2004-07-15  Benjamin Otte  <otte@gnome.org>
12678
12679         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
12680         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
12681         (gst_alsa_close_audio):
12682           disable some of the debugging code for now. Writing debugging to a
12683           buffer is broken in current alsalib releases.
12684
12685 2004-07-12  Benjamin Otte  <otte@gnome.org>
12686
12687         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
12688           use bufferpools
12689
12690 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12691
12692         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12693         (theora_dec_src_query), (theora_dec_event):
12694         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
12695           add debugging categories.  Remove \n's.
12696
12697 2004-07-13  Johan Dahlin  <johan@gnome.org>
12698
12699         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
12700         (gst_play_bin_get_property): Impl.
12701
12702 2004-07-13  Wim Taymans  <wim@fluendo.com>
12703
12704         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
12705         When trying to find the stream length, seek back N pages
12706         instead of just one, where N is the number of streams in
12707         the current chain.
12708
12709 2004-07-13  Wim Taymans  <wim@fluendo.com>
12710
12711         * gst-libs/gst/riff/riff-media.c:
12712         (gst_riff_create_audio_caps_with_data),
12713         (gst_riff_create_audio_caps),
12714         (gst_riff_create_audio_template_caps):
12715         * gst-libs/gst/riff/riff-media.h:
12716         * gst-libs/gst/riff/riff-read.c:
12717         (gst_riff_read_strf_vids_with_data),
12718         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
12719         * gst-libs/gst/riff/riff-read.h:
12720         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12721         (gst_avi_demux_add_stream):
12722         Set codec_data on caps for avidemuxer.
12723
12724 2004-07-12  David Schleef  <ds@schleef.org>
12725
12726         * configure.ac: Fix test for Objective C
12727
12728 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
12729         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
12730         (gst_gdk_pixbuf_chain):
12731           Add svg and pcx to template caps, and ensure that getcaps returns a
12732           subset of the template caps.
12733           Copy each row manually for output, as gdkpixbuf may pad the
12734           rowstride to a 32-bit word boundary.
12735
12736 2004-07-12  Wim Taymans  <wim@fluendo.com>
12737
12738         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12739         (gst_riff_create_video_template_caps):
12740         Fix the template caps to include some more media types.
12741
12742 2004-07-12  Wim Taymans  <wim@fluendo.com>
12743
12744         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12745         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12746         (compare_ranks), (print_feature), (gst_decode_bin_init),
12747         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
12748         (try_to_link_1), (new_pad), (close_link), (type_found),
12749         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12750         (gst_decode_bin_change_state), (plugin_init):
12751         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12752         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12753         (gst_play_base_bin_dispose), (queue_overrun),
12754         (gen_preroll_element), (remove_prerolls), (no_more_pads),
12755         (new_stream), (setup_source), (gst_play_base_bin_set_property),
12756         (gst_play_base_bin_get_property), (play_base_eos),
12757         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12758         (gst_play_base_bin_remove_element),
12759         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12760         (gst_play_base_bin_unlink_stream),
12761         (gst_play_base_bin_get_streaminfo):
12762         * gst/playback/gstplaybasebin.h:
12763         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12764         (gst_play_bin_class_init), (gst_play_bin_init),
12765         (gst_play_bin_dispose), (gst_play_bin_set_property),
12766         (gst_play_bin_get_property), (gen_video_element),
12767         (gen_audio_element), (remove_sinks), (setup_sinks),
12768         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
12769         (gst_play_bin_send_event), (gst_play_bin_get_formats),
12770         (gst_play_bin_convert), (gst_play_bin_get_query_types),
12771         (gst_play_bin_query), (plugin_init):
12772         * gst/playback/test4.c: (main):
12773         More fixes on reusing of the element.
12774
12775 2004-07-11  Benjamin Otte  <otte@gnome.org>
12776
12777         * ext/mad/gstmad.c: (normal_seek):
12778           allow seeking for other methods than just SET
12779
12780 2004-07-11  Andy Wingo  <wingo@pobox.com>
12781
12782         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
12783         float, "any" caps -> buffer_frames=[0,MAX].
12784
12785         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
12786         doesn't intersect our caps with the template any more. Do it
12787         ourselves.
12788         (interleave_buffered_loop): Use g_newa instead of malloc/free.
12789
12790 2004-07-09  Wim Taymans  <wim@fluendo.com>
12791
12792         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12793         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12794         (compare_ranks), (print_feature), (gst_decode_bin_init),
12795         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
12796         (try_to_link_1), (new_pad), (close_link), (type_found),
12797         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12798         (gst_decode_bin_change_state), (plugin_init):
12799         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12800         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12801         (gst_play_base_bin_dispose), (queue_overrun),
12802         (gen_preroll_element), (remove_prerolls), (no_more_pads),
12803         (new_stream), (setup_source), (gst_play_base_bin_set_property),
12804         (gst_play_base_bin_get_property), (play_base_eos),
12805         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12806         (gst_play_base_bin_remove_element),
12807         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12808         (gst_play_base_bin_unlink_stream),
12809         (gst_play_base_bin_get_streaminfo):
12810         * gst/playback/gstplaybasebin.h:
12811         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12812         (gst_play_bin_class_init), (gst_play_bin_init),
12813         (gst_play_bin_dispose), (gst_play_bin_set_property),
12814         (gst_play_bin_get_property), (gen_video_element),
12815         (gen_audio_element), (remove_sinks), (setup_sinks),
12816         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
12817         (gst_play_bin_send_event), (gst_play_bin_get_formats),
12818         (gst_play_bin_convert), (gst_play_bin_get_query_types),
12819         (gst_play_bin_query), (plugin_init):
12820         * gst/playback/test4.c: (main):
12821         Work on object reuse and seeking.
12822
12823 2004-07-09  Wim Taymans  <wim@fluendo.com>
12824
12825         * examples/seeking/seek.c: (iterate):
12826         Don't consume all CPU in the idle loop.
12827
12828 2004-07-09  Wim Taymans  <wim@fluendo.com>
12829
12830         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
12831         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
12832         Add pad to element *after* setting the pad functions so that
12833         the scheduler can use the correct ones.
12834
12835 2004-07-09  Wim Taymans  <wim@fluendo.com>
12836
12837         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
12838         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
12839         Sync to keyframe after seek
12840
12841 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12842
12843         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12844         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
12845         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
12846         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
12847         * ext/libvisual/visual.c: (gst_visual_change_state):
12848         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
12849         * ext/theora/theoradec.c: (theora_dec_change_state):
12850         * ext/theora/theoraenc.c: (theora_enc_change_state):
12851         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
12852         * gst-libs/gst/navigation/navigation.c:
12853         * gst/adder/gstadder.c: (gst_adder_change_state):
12854         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
12855         (gst_audio_convert_get_buffer):
12856         * gst/multipart/multipartdemux.c:
12857         (gst_multipart_demux_change_state):
12858         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
12859         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12860         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
12861         * gst/videoscale/gstvideoscale.c:
12862         (gst_videoscale_handle_src_event):
12863         * gst/volume/gstvolume.c: (volume_chain_int16):
12864           don't assert in state change, this should be done by the base
12865           GstElement class.
12866           various debugging fixes.
12867
12868 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12869
12870         * configure.ac:
12871         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
12872         (gst_play_dispose), (gst_play_set_location),
12873         (gst_play_set_data_src), (gst_play_set_video_sink),
12874         (gst_play_set_audio_sink), (gst_play_set_visualization),
12875         (gst_play_connect_visualization), (gst_play_get_sink_element),
12876         (gst_play_get_all_by_interface):
12877         * gst-libs/gst/play/play.h:
12878           add new method to get elements implementing an interface.
12879           add various error logging
12880
12881 2004-07-08  Wim Taymans  <wim@fluendo.com>
12882
12883         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
12884         (make_mpeg_pipeline), (make_mpegnt_pipeline),
12885         (make_playerbin_pipeline), (query_durations_elems),
12886         (query_durations_pads), (query_positions_elems),
12887         (query_positions_pads), (update_scale), (iterate), (stop_seek),
12888         (main):
12889         Added playbin seeking example.
12890
12891 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12892
12893         * gst-libs/gst/play/play.c: (gst_play_set_location),
12894         (gst_play_set_data_src), (gst_play_set_video_sink),
12895         (gst_play_set_audio_sink), (gst_play_set_visualization),
12896         (gst_play_connect_visualization), (gst_play_get_framerate):
12897           use a macro to look up elements from hash table
12898
12899 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12900
12901         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
12902         (gst_play_get_length_callback), (gst_play_set_location),
12903         (gst_play_seek_to_time), (gst_play_set_data_src),
12904         (gst_play_set_video_sink), (gst_play_set_audio_sink),
12905         (gst_play_set_visualization), (gst_play_connect_visualization),
12906         (gst_play_get_sink_element):
12907         - add debugging info
12908         - fix looking up sink elements by iterating over complete caps
12909         - put everything except for source and autoplugger in a complete bin
12910
12911 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12912
12913         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
12914         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
12915         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
12916         (gst_alsa_sink_write), (gst_alsa_sink_loop):
12917         * ext/alsa/gstalsasink.h:
12918         - add debugging info
12919         - clean up schizophrenia of data/buffer/event
12920         - fix double event unref error
12921
12922 2004-07-08  Wim Taymans  <wim@fluendo.com>
12923
12924         * gst/playback/Makefile.am:
12925         Add headers to noinst
12926
12927 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12928
12929         * tools/gst-launch-ext-m.m:
12930         * tools/gst-launch-ext.1.in:
12931           convert to the third millenium
12932
12933 2004-07-07  David Schleef  <ds@schleef.org>
12934
12935         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
12936
12937 2004-07-07  Wim Taymans  <wim@fluendo.com>
12938
12939         * gst/playback/Makefile.am:
12940         * gst/playback/README:
12941         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12942         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12943         (compare_ranks), (print_feature), (gst_decode_bin_init),
12944         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
12945         (try_to_link_1), (new_pad), (close_link), (type_found),
12946         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12947         (plugin_init):
12948         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12949         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12950         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
12951         (gen_preroll_element), (no_more_pads), (new_stream),
12952         (setup_source), (gst_play_base_bin_set_property),
12953         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
12954         (gst_play_base_bin_add_element),
12955         (gst_play_base_bin_remove_element),
12956         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12957         (gst_play_base_bin_unlink_stream),
12958         (gst_play_base_bin_get_streaminfo):
12959         * gst/playback/gstplaybasebin.h:
12960         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12961         (gst_play_bin_class_init), (gst_play_bin_init),
12962         (gst_play_bin_dispose), (gst_play_bin_set_property),
12963         (gst_play_bin_get_property), (gen_video_element),
12964         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
12965         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
12966         (gst_play_bin_get_formats), (gst_play_bin_convert),
12967         (gst_play_bin_get_query_types), (gst_play_bin_query),
12968         (plugin_init):
12969         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12970         (gst_stream_info_get_type), (gst_stream_info_class_init),
12971         (gst_stream_info_init), (gst_stream_info_new),
12972         (gst_stream_info_dispose), (gst_stream_info_set_property),
12973         (gst_stream_info_get_property):
12974         * gst/playback/gststreaminfo.h:
12975         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
12976         (main):
12977         * gst/playback/test2.c: (main):
12978         * gst/playback/test3.c: (update_scale), (main):
12979         More playbin fixes. Added README. Do better element filtering.
12980         Added base class to preroll media. Added test apps.
12981
12982 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12983
12984         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
12985         * ext/mpeg2dec/gstmpeg2dec.h:
12986           various debugging improvements.  Reset stream to next picture
12987           instead of sequence header, otherwise seeks cannot work.
12988
12989 2004-07-07  Wim Taymans  <wim@fluendo.com>
12990
12991         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
12992         (gst_video_box_class_init), (gst_video_box_set_property),
12993         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
12994         Use pad_alloc where possible.
12995
12996 2004-07-07  Wim Taymans  <wim@fluendo.com>
12997
12998         * sys/oss/gstosselement.c: (gst_osselement_reset),
12999         (gst_osselement_parse_caps):
13000         * sys/oss/gstosselement.h:
13001         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13002         Fix offset on osssrc.
13003
13004 2004-07-07  Wim Taymans  <wim@fluendo.com>
13005
13006         * ext/theora/theora.c: (plugin_init):
13007         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13008         (theora_dec_src_query), (theora_dec_chain):
13009         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13010         (theora_enc_sink_link), (theora_buffer_from_packet),
13011         (theora_push_packet), (theora_enc_chain):
13012         Fix theora granulepos calculation.
13013         Fix overflow in duration/position calculation.
13014         Bump rank to PRIMARY for theoradec.
13015         Use granulepos of last packet to calculate position.
13016         Set keyframe flag on buffers when needed.
13017
13018 2004-07-06  David Schleef  <ds@schleef.org>
13019
13020         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
13021         serious?  (Fixed, obviously.)
13022
13023 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13024
13025         * po/LINGUAS:
13026         * po/cs.po:
13027           added Czech translation (Miloslav Trmac)
13028
13029 2004-07-05  Wim Taymans  <wim@fluendo.com>
13030
13031         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13032         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13033         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13034         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13035         (close_link), (type_found), (gst_decode_bin_set_property),
13036         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
13037         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
13038         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
13039         (gst_decode_bin_query), (plugin_init):
13040         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13041         (gst_play_bin_class_init), (gst_play_bin_init),
13042         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
13043         (get_video_element), (new_pad), (setup_source),
13044         (gst_play_bin_set_property), (gst_play_bin_get_property),
13045         (gst_play_bin_change_state), (gst_play_bin_add_element),
13046         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13047         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13048         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13049         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13050         * gst/playback/test.c: (main):
13051         More fixes, cleaned up playbin, make it use decodebin. Added
13052         threaded property to playbin.
13053
13054 2004-07-05  Wim Taymans  <wim@fluendo.com>
13055
13056         * configure.ac:
13057         * gst/playback/Makefile.am:
13058         * gst/playback/decodetest.c: (main):
13059         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13060         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13061         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13062         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13063         (close_link), (type_found), (gst_decode_bin_set_property),
13064         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
13065         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
13066         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
13067         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
13068         (plugin_init):
13069         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13070         (gst_play_bin_class_init), (gst_play_bin_init),
13071         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
13072         (collect_sink_pads), (find_compatibles), (close_pad_link),
13073         (try_to_link_1), (new_pad), (close_link), (type_found),
13074         (setup_source), (gst_play_bin_set_property),
13075         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
13076         (compare_ranks), (gst_play_bin_collect_factories),
13077         (gst_play_bin_change_state), (gst_play_bin_add_element),
13078         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13079         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13080         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13081         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13082         * gst/playback/test.c: (main):
13083         Added some playback helper elements and some test apps, very alpha
13084         still.
13085
13086 2004-07-04  Benjamin Otte  <otte@gnome.org>
13087
13088         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13089           only restart audio when we indeed have an xrun to fix repeated
13090           xruns. Fix suggested by Giuliano Pochini.
13091
13092 2004-07-03  David Schleef  <ds@schleef.org>
13093
13094         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
13095         call to gst_debug_log() if debugging is disabled (bug #145118)
13096
13097 2004-07-03  Benjamin Otte  <otte@gnome.org>
13098
13099         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13100           use our own functions for restarting the alsa device.
13101         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13102           I should apply patches myself - use MIN for the third argument, not
13103           the second, this fixes seeking
13104
13105 2004-07-02  David Schleef  <ds@schleef.org>
13106
13107         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13108         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
13109         do with the logic.
13110
13111 2004-07-02  David Schleef  <ds@schleef.org>
13112
13113         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
13114         output buffers.  Fix logic mistake.  (bug #144866)
13115
13116 2004-07-02  David Schleef  <ds@schleef.org>
13117
13118         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
13119         on X.  (bug #144753)
13120
13121 2004-07-02  David Schleef  <ds@schleef.org>
13122
13123         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
13124         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
13125         (bug #144624)
13126         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
13127         (gst_osselement_rate_probe_check): Add another workaround for
13128         buggy drivers (bug #145336)
13129
13130 2004-07-02  David Schleef  <ds@schleef.org>
13131
13132         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
13133         Most systems don't have MSG_NOSIGNAL.
13134
13135 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13136
13137         * Makefile.am:
13138         * gst-libs/gst/colorbalance/Makefile.am:
13139         * gst-libs/gst/mixer/Makefile.am:
13140         * gst-libs/gst/play/Makefile.am:
13141         * gst-libs/gst/tuner/Makefile.am:
13142           (hopefully) fix both install and dist and make error message useful.
13143           needs testing across automakes.
13144
13145 2004-07-02  Benjamin Otte  <otte@gnome.org>
13146
13147         * ext/ogg/gstogg.c: (plugin_init):
13148           we require bytestream now
13149         * ext/ogg/gstoggdemux.c:
13150           huge diff to implement chain setup in a fast and generic way. This
13151           improves tag reading and startup of huge files (read: Theora videos)
13152           quite a bit. It probably contains bugs, too, so please test.
13153           Seeking is not improved to the fast method.
13154
13155 2004-06-29  Wim Taymans  <wim@fluendo.com>
13156
13157         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13158         * ext/ogg/gstoggmux.c:
13159         Fix memleak in oggdemux when running unconnected pads.
13160         doc update in mux, start working on keyframe mode.
13161
13162 2004-06-29  Benjamin Otte  <otte@gnome.org>
13163
13164         * sys/oss/gstosssink.c:
13165         * sys/oss/gstosssrc.c:
13166           advertise correct template caps - we indeed do non-native endianness
13167           and 8bit audio has no endianness
13168         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
13169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
13170           avoid (wrong) duplications in getcaps function and return
13171           template caps
13172
13173 2004-06-29  Wim Taymans  <wim@fluendo.com>
13174
13175         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13176         (gst_multifdsink_class_init), (gst_multifdsink_add),
13177         (gst_multifdsink_remove), (gst_multifdsink_clear),
13178         (gst_multifdsink_client_remove),
13179         (gst_multifdsink_handle_client_read),
13180         (gst_multifdsink_client_queue_data),
13181         (gst_multifdsink_client_queue_caps),
13182         (gst_multifdsink_client_queue_buffer),
13183         (gst_multifdsink_handle_client_write),
13184         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13185         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13186         (gst_multifdsink_init_send), (gst_multifdsink_close):
13187         Fix wrong GList iteration that could crash the server when
13188         more then 2 clients disconnect at the same time. Read all the
13189         pending commands in one batch to recover from command storms under
13190         very heavy load.
13191
13192 2004-06-28  Wim Taymans  <wim@fluendo.com>
13193
13194         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13195         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
13196         (gst_videomixer_pad_set_property),
13197         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
13198         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13199         (gst_videomixer_class_init), (gst_videomixer_init),
13200         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
13201         (pad_zorder_compare), (gst_videomixer_sort_pads),
13202         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13203         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13204         (gst_videomixer_update_queues), (gst_videomixer_loop),
13205         (plugin_init):
13206         Avoid divide by zero, choose masterpad as the pad with the highest
13207         framerate.
13208
13209 2004-06-27  Julien Moutte  <julien@moutte.net>
13210
13211         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13212         (gst_ximagesink_xwindow_new):
13213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13214         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
13215         function directly. We might want to call it from somewhere else one day.
13216
13217 2004-06-27  Julien Moutte  <julien@moutte.net>
13218
13219         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13220         (gst_ximagesink_xwindow_new):
13221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13222         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
13223         window decorations.
13224
13225 2004-06-27  Wim Taymans  <wim@fluendo.com>
13226
13227         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
13228         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
13229         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
13230         (gst_dvdec_set_property), (gst_dvdec_get_property):
13231         * ext/dv/gstdvdec.h:
13232         Implement drop_factor property to lower the framerate with
13233         a factor.
13234
13235 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13236
13237         * gst-libs/gst/colorbalance/Makefile.am:
13238         * gst-libs/gst/mixer/Makefile.am:
13239         * gst-libs/gst/play/Makefile.am:
13240         * gst-libs/gst/tuner/Makefile.am:
13241           unbreak Company's fix that didn't install the -enum.h files
13242
13243 2004-06-27  Wim Taymans  <wim@fluendo.com>
13244
13245         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
13246         (gst_dvdec_change_state):
13247         * ext/dv/gstdvdec.h:
13248         Fix timestamp, duration and offset of the buffers.
13249
13250 2004-06-27  Wim Taymans  <wim@fluendo.com>
13251
13252         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13253         (gst_multifdsink_class_init), (gst_multifdsink_add),
13254         (gst_multifdsink_remove), (gst_multifdsink_clear),
13255         (gst_multifdsink_client_remove),
13256         (gst_multifdsink_handle_client_read),
13257         (gst_multifdsink_client_queue_data),
13258         (gst_multifdsink_client_queue_caps),
13259         (gst_multifdsink_client_queue_buffer),
13260         (gst_multifdsink_handle_client_write),
13261         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13262         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13263         (gst_multifdsink_init_send), (gst_multifdsink_close):
13264         * gst/tcp/gstmultifdsink.h:
13265         * gst/tcp/gsttcpserversink.c:
13266         (gst_tcpserversink_handle_server_read),
13267         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
13268         More multifdsink fixes, more recovery policy fixes.
13269         Removed stupid g_print
13270
13271 2004-06-26  Wim Taymans  <wim@fluendo.com>
13272
13273         * gst/tcp/Makefile.am:
13274         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13275         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
13276         (gst_multifdsink_class_init), (gst_multifdsink_init),
13277         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
13278         (gst_multifdsink_handle_client_read),
13279         (gst_multifdsink_client_queue_data),
13280         (gst_multifdsink_client_queue_caps),
13281         (gst_multifdsink_client_queue_buffer),
13282         (gst_multifdsink_handle_client_write),
13283         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13284         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13285         (gst_multifdsink_chain), (gst_multifdsink_set_property),
13286         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13287         (gst_multifdsink_close), (gst_multifdsink_change_state):
13288         * gst/tcp/gstmultifdsink.h:
13289         * gst/tcp/gsttcpplugin.c: (plugin_init):
13290         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
13291         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
13292         (gst_tcpserversink_handle_server_read),
13293         (gst_tcpserversink_handle_select),
13294         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
13295         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13296         * gst/tcp/gsttcpserversink.h:
13297         Added multifdsink, made tcpserversink a subclass of fdsink, removed
13298         one of the locks, added recovery policy to multifdsink.
13299
13300 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13301
13302         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13303           fix decision for when getting frames with same timestamp
13304         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13305         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13306         (gst_v4lsrc_get_property):
13307         * sys/v4l/gstv4lsrc.h:
13308           add latency offset property
13309
13310 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13311
13312         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
13313         (plugin_init):
13314           fix debugging. add category.
13315
13316 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13317
13318         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13319           fix wrong offsets
13320
13321 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13322
13323         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13324         (gst_alsa_src_get_time), (gst_alsa_src_loop),
13325         (gst_alsa_src_change_state):
13326           return a time that is in sync with the element's processing
13327
13328 2004-06-25  Wim Taymans  <wim@fluendo.com>
13329
13330         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13331         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13332         (gst_tcpserversink_client_remove),
13333         (gst_tcpserversink_handle_client_read),
13334         (gst_tcpserversink_client_queue_data),
13335         (gst_tcpserversink_client_queue_caps),
13336         (gst_tcpserversink_client_queue_buffer),
13337         (gst_tcpserversink_handle_client_write),
13338         (gst_tcpserversink_queue_buffer),
13339         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
13340         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
13341         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
13342         (gst_tcpserversink_close):
13343         * gst/tcp/gsttcpserversink.h:
13344         Serversink rewrite. Really do non blocking writes to clients and
13345         maintain an internal queue to handle slower clients while not
13346         disturbing fast clients.
13347
13348 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13349
13350         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13351           better debug, don't override OFFSET and OFFSET_END
13352
13353 2004-06-25  Iain <iain@prettypeople.org>
13354
13355         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
13356         name=source for the wavparse pipeline.
13357
13358 2004-06-24  Johan Dahlin  <johan@gnome.org>
13359
13360         * ext/theora/theoraenc.c (theora_enc_chain): Call
13361         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
13362         streamheader caps are set correctly.
13363
13364 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13365
13366         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13367         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
13368           respect minimum bitrate; same could be done for max bitrate
13369
13370 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13371
13372         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13373         (gst_vorbisenc_setup):
13374           fix sample rate range
13375
13376 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13377
13378         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
13379         (gst_oggvorbisenc_setup):
13380         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
13381         (gst_vorbisenc_setup):
13382           resolve ambiguities in code and description
13383
13384 2004-06-24  Wim Taymans  <wim@fluendo.com>
13385
13386         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
13387         * ext/alsa/gstalsa.h:
13388         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13389         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
13390         Use alsa trigger_tstamp to get the timestamp of the first
13391         sample in the buffer for more precise sync. Some cleanups.
13392
13393 2004-06-24  Wim Taymans  <wim@fluendo.com>
13394
13395         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
13396         (gst_audiorate_init), (gst_audiorate_chain),
13397         (gst_audiorate_set_property), (gst_audiorate_get_property):
13398         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13399         (gst_videorate_chain):
13400         Added some logging, fixed an overflow bug in videorate.
13401
13402 2004-06-24  Benjamin Otte  <otte@gnome.org>
13403
13404         * ext/kio/Makefile.am:
13405           fix for builddir != srcdir and distcheck
13406
13407 2004-06-24  Benjamin Otte  <otte@gnome.org>
13408
13409         * gst-libs/gst/colorbalance/Makefile.am:
13410         * gst-libs/gst/mixer/Makefile.am:
13411         * gst-libs/gst/play/Makefile.am:
13412         * gst-libs/gst/tuner/Makefile.am:
13413         * gst/tcp/Makefile.am:
13414         * sys/dxr3/Makefile.am:
13415           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
13416           tarball.
13417           Also add all *.list files that were missing.
13418         * Makefile.am:
13419           add a distcheck hook to ensure the above doesn't happen again.
13420
13421 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
13422
13423         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
13424
13425 2004-06-23  Colin Walters  <walters@redhat.com>
13426
13427         * m4/Makefile.am: Distribute gst-fionread.m4.
13428
13429 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13430
13431         * configure.ac: back to dev
13432
13433 2004-06-23  Wim Taymans  <wim@fluendo.com>
13434
13435         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
13436         (gst_alsa_xrun_recovery):
13437         * ext/alsa/gstalsa.h:
13438         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13439         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
13440         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13441         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
13442         (gst_alsa_src_loop):
13443         Add clock to alsasrc. Take new capture timestamp when
13444         restarting after an overrun. Split up some functions between
13445         alsasrc and alsasink.
13446
13447 === release 0.8.2 ===
13448
13449 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13450
13451         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13452         (gst_alsa_change_state), (gst_alsa_update_avail),
13453         (gst_alsa_xrun_recovery):
13454         * ext/alsa/gstalsa.h:
13455         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13456           merge back changes from release
13457
13458 2004-06-23  Wim Taymans  <wim@fluendo.com>
13459
13460         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
13461         (gst_audiorate_init), (gst_audiorate_chain),
13462         (gst_audiorate_set_property), (gst_audiorate_get_property):
13463         Implement sample dropping and notify
13464
13465 2004-06-22  Wim Taymans  <wim@fluendo.com>
13466
13467         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13468         (theora_enc_sink_link), (theora_buffer_from_packet),
13469         (theora_push_packet), (theora_enc_chain):
13470         Some cleanups, make sure the timestamps are correct.
13471
13472 2004-06-22  Wim Taymans  <wim@fluendo.com>
13473
13474         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
13475         (gst_alsa_change_state), (gst_alsa_update_avail),
13476         (gst_alsa_xrun_recovery):
13477         * ext/alsa/gstalsa.h:
13478         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13479         Cleanups, take queued samples into account when reporting
13480         the time.
13481
13482 2004-06-22  Wim Taymans  <wim@fluendo.com>
13483
13484         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13485         (gst_videorate_init):
13486         Initialize the property as well.
13487
13488 2004-06-22  Wim Taymans  <wim@fluendo.com>
13489
13490         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13491         (gst_videorate_init), (gst_videorate_chain),
13492         (gst_videorate_set_property), (gst_videorate_get_property):
13493         Add property to make videorate silent.
13494         Add property to prefer new frames over old ones.
13495
13496 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13497
13498         * sys/osxvideo/Makefile.am:
13499         Workaround so that the osxvideo .so file gets linked with the
13500         Cocoa, OpenGL and QuickTime frameworks
13501
13502 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13503
13504         * sys/osxaudio/Makefile.am:
13505         Workaround so that the osxaudio .so file gets linked with the
13506         CoreAudio framework
13507
13508 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13509
13510         * configure.ac:
13511         Whoops, my fault...fixed build issues
13512
13513 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13514
13515         * configure.ac:
13516         Add objective-c support if running in Darwin/Mac OS X
13517         * sys/Makefile.am:
13518         * sys/osxvideo:
13519         * sys/osxvideo/Makefile.am:
13520         * sys/osxvideo/osxvideosink.h:
13521         * sys/osxvideo/osxvideosink.m:
13522         * sys/osxvideo/cocoawindow.h:
13523         * sys/osxvideo/cocoawindow.m:
13524         Add osxvideosink, a cocoa-based osx video sink
13525
13526
13527 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
13528         * ext/dvdnav/gst-dvd:
13529         Grab the gconf key from the right spot
13530         * gst/debug/gstnavseek.c: (gst_navseek_init),
13531         (gst_navseek_segseek), (gst_navseek_handle_src_event),
13532         (gst_navseek_chain):
13533         * gst/debug/gstnavseek.h:
13534           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
13535           and loop parameters of a segment seek.
13536         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
13537         (gst_videotestsrc_get_event_masks),
13538         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
13539         * gst/videotestsrc/gstvideotestsrc.h:
13540           Add seeking support to videotestsrc
13541           Initialise the timestamp_offset variable.
13542
13543 2004-06-18  Wim Taymans  <wim@fluendo.com>
13544
13545         * ext/sidplay/gstsiddec.cc:
13546         Fix negotiation and set correct end offset.
13547
13548 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13549
13550         * configure.ac: branch and prerelease
13551
13552 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13553
13554         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
13555         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
13556         (gst_tcpclientsrc_init_receive):
13557         * gst/tcp/gsttcpclientsrc.h:
13558           read caps when connecting to server for GDP so we set them correctly
13559
13560 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13561
13562         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13563           notify drops and duplicates
13564         * gst/videoscale/videoscale.c: (videoscale_get_structure):
13565           no good reason to limit ourselves to 100x100
13566
13567 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13568
13569         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13570         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13571         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13572         (gst_v4lsrc_get_property):
13573         * sys/v4l/gstv4lsrc.h:
13574         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13575         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
13576         (gst_v4l_set_audio):
13577         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
13578         (gst_v4lsrc_try_capture):
13579         * sys/v4l/v4lsrc_calls.h:
13580           change try_palette to more general try_capture
13581           add autoprobe option so we can turn off autoprobing
13582           various fixes
13583
13584 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13585
13586         * configure.ac:
13587           add videorate
13588         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
13589         (gst_ximagesink_class_init):
13590         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
13591         (gst_xvimagesink_class_init):
13592           run them as finalize, not dispose, since dispose can be invoked
13593           multiple times
13594
13595 2004-06-17  Wim Taymans  <wim@fluendo.com>
13596
13597         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13598         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
13599         * ext/alsa/gstalsa.h:
13600         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
13601         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
13602         (gst_alsa_src_change_state):
13603         * ext/alsa/gstalsasrc.h:
13604         Make the xrun code timestamp and offset the buffers correctly.
13605         moved the clock to the base class, use alsa methods to get time.
13606         Do correct timestamping on outgoing buffers.
13607
13608 2004-06-17  Wim Taymans  <wim@fluendo.com>
13609
13610         * gst/audiorate/Makefile.am:
13611         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
13612         (gst_audiorate_base_init), (gst_audiorate_class_init),
13613         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
13614         (gst_audiorate_set_property), (gst_audiorate_get_property),
13615         (gst_audiorate_change_state), (plugin_init):
13616         Added an audiorate converter that fills in gaps.
13617
13618 2004-06-17  Johan Dahlin  <johan@gnome.org>
13619
13620         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
13621
13622 2004-06-16  Wim Taymans  <wim@fluendo.com>
13623
13624         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
13625         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
13626         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
13627         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13628         (gst_v4lsrc_get_property):
13629         * sys/v4l/gstv4lsrc.h:
13630         Added a copy mode to v4lsrc where it will output a copied version
13631         of its internal hardware buffer.
13632         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
13633         can't | them.
13634
13635 2004-06-16  Wim Taymans  <wim@fluendo.com>
13636
13637         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13638         Timestamp fixes.
13639
13640 2004-06-16  Wim Taymans  <wim@fluendo.com>
13641
13642         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
13643         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
13644         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13645         (gst_v4lsrc_get_property):
13646         * sys/v4l/gstv4lsrc.h:
13647         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13648         Added a sync mode enum property to control v4lsrc timestamp method
13649         Removed the use-fixed-fps property and moved functionality in
13650         the enum.
13651         Don't error on an error value from v4l-conf, it might not always
13652         be a real error.
13653
13654 2004-06-16  Wim Taymans  <wim@fluendo.com>
13655
13656         * gst/videorate/Makefile.am:
13657         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
13658         (gst_videorate_base_init), (gst_videorate_class_init),
13659         (gst_videorate_getcaps), (gst_videorate_link),
13660         (gst_videorate_init), (gst_videorate_chain),
13661         (gst_videorate_set_property), (gst_videorate_get_property),
13662         (gst_videorate_change_state), (plugin_init):
13663         Added a video timestamp corrector.
13664
13665 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13666
13667         fixed a potential leak with previous commit
13668
13669         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13670
13671 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13672
13673         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13674         Added missing refcount, fixes bug #144425
13675         Cheers Tim for finding the bug
13676
13677 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13678
13679         * sys/v4l/gstv4l.c: (plugin_init):
13680         * sys/v4l/gstv4lcolorbalance.c:
13681         * sys/v4l/gstv4lcolorbalance.h:
13682         * sys/v4l/gstv4lelement.c:
13683         * sys/v4l/gstv4lelement.h:
13684         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
13685         * sys/v4l/gstv4lmjpegsink.h:
13686         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
13687         * sys/v4l/gstv4lmjpegsrc.h:
13688         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
13689         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
13690         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
13691         * sys/v4l/gstv4lsrc.h:
13692         * sys/v4l/gstv4ltuner.c:
13693         * sys/v4l/gstv4ltuner.h:
13694         * sys/v4l/gstv4lxoverlay.c:
13695         * sys/v4l/gstv4lxoverlay.h:
13696         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
13697         (gst_v4l_set_window), (gst_v4l_enable_overlay):
13698         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13699         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
13700         (gst_v4l_set_audio):
13701         * sys/v4l/v4l_calls.h:
13702         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
13703         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
13704         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
13705         (gst_v4lmjpegsink_playback_init),
13706         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
13707         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
13708         (gst_v4lmjpegsink_playback_stop),
13709         (gst_v4lmjpegsink_playback_deinit):
13710         * sys/v4l/v4lmjpegsink_calls.h:
13711         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
13712         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
13713         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
13714         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
13715         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
13716         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
13717         * sys/v4l/v4lmjpegsrc_calls.h:
13718         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
13719         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
13720         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
13721         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
13722         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
13723         (gst_v4lsrc_try_palette):
13724         * sys/v4l/v4lsrc_calls.h:
13725           bunch of paranoia cleanups
13726
13727 2004-06-14  David Schleef  <ds@schleef.org>
13728
13729         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
13730         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
13731         Send discont events and change timestamps appropriately when
13732         we get a seek event.  (bug #144240)
13733         * ext/cdparanoia/gstcdparanoia.h:
13734
13735 2004-06-14  Benjamin Otte  <otte@gnome.org>
13736
13737         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
13738           snd_pcm_hw_params_set_rate  since the latter fails for no good
13739           reason on some setups.
13740
13741 2004-06-14  David Schleef  <ds@schleef.org>
13742
13743         * gst/volume/demo.c: (value_changed_callback): exp10() is not
13744         standard.  Thank you for playing.
13745
13746 2004-06-14  Wim Taymans  <wim@fluendo.com>
13747
13748         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
13749         Patch 1.3 broke the ordering of the colorspace info and
13750         made the plugin basically work by coincidence, reordered
13751         the info.
13752
13753 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13754
13755         * ext/lame/gstlame.c:
13756         * ext/mad/gstmad.c:
13757           sync caps.  Make sure mad can only output a list of rates, not
13758           a full range.  In the future, have three caps lists for each of the
13759           mpeg versions.  Change mpegversion to a double as well.
13760
13761 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13762
13763         * gst/volume/.cvsignore:
13764         * gst/volume/Makefile.am:
13765         * gst/volume/demo.c: (value_changed_callback), (idler),
13766         (setup_gui), (main):
13767           added small demo app
13768
13769 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
13770         * ext/esd/esdsink.c: (gst_esdsink_change_state):
13771         * ext/esd/esdsink.h:
13772         Close the esd connection on pause, because esd will just wait -
13773         blocking all other esd clients indefinitely.
13774
13775 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
13776
13777         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
13778           previous commit with GST_DEBUG
13779
13780 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13781
13782         * configure.ac:
13783           add a header check for a dvdread header in dvdnav.  Fixes #133002
13784
13785 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13786
13787         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
13788         * gst/tcp/gsttcpclientsink.h:
13789         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
13790         * gst/tcp/gsttcpclientsrc.h:
13791         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
13792         (gst_tcpserversink_handle_server_read),
13793         (gst_tcpserversink_init_send):
13794         * gst/tcp/gsttcpserversink.h:
13795         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
13796         * gst/tcp/gsttcpserversrc.h:
13797         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
13798         version of IP)
13799
13800 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13801
13802         * configure.ac:
13803         Added ogg library so that OSX detects libtheora properly
13804
13805 2004-06-11  Wim Taymans  <wim@fluendo.com>
13806
13807         * ext/theora/theoradec.c: (theora_dec_chain),
13808         (theora_dec_change_state):
13809         Don't try to decode frames before we received a keyframe.
13810
13811 2004-06-11  Wim Taymans  <wim@fluendo.com>
13812
13813         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13814         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
13815         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
13816         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
13817         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
13818         Added property to set the maximum delay of a page.
13819
13820 2004-06-10  Wim Taymans  <wim@fluendo.com>
13821
13822         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13823         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
13824         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
13825         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
13826         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
13827         Added max-delay property to control the maximum amount
13828         of data to put in one page.
13829
13830 2004-06-10  Wim Taymans  <wim@fluendo.com>
13831
13832         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13833         (gst_theora_enc_init), (theora_enc_sink_link),
13834         (theora_buffer_from_packet), (theora_enc_set_property),
13835         (theora_enc_get_property):
13836         Set duration on encoded buffer, added some more properties
13837
13838 2004-06-10  Wim Taymans  <wim@fluendo.com>
13839
13840         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13841         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
13842         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13843         * ext/theora/theoraenc.c: (theora_enc_chain):
13844         Fix refcounting bugs
13845
13846 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13847
13848         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
13849         (gst_asf_demux_loop), (gst_asf_demux_process_file),
13850         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
13851         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
13852         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
13853         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
13854         (gst_asf_demux_change_state):
13855         * gst/asfdemux/gstasfdemux.h:
13856           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
13857           feels like. I think we should set a new requirement for demuxers
13858           from now on to implement sane loop functions, data loops, query
13859           and seek functions before first commit into CVS. And this commit
13860           fixes all of the above.
13861
13862 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
13863
13864         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
13865           vorbis comments are properly encoded in UTF-8 before adding them
13866           to a GstTagList
13867
13868 2004-06-09  Benjamin Otte  <otte@gnome.org>
13869
13870         * ext/alsa/gstalsa.c: (add_channels):
13871           handle min <= max correctly
13872         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
13873         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
13874           add fixation functions so we fixate correctly. No preferring of alaw
13875           anymore because it's the first structure.
13876         * ext/alsa/gstalsa.h:
13877         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
13878         (gst_alsa_hw_params_dump):
13879           add functions to ease debugging in alsalib
13880         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
13881         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
13882         (gst_alsa_start_audio):
13883           only specify hw params if we really setup a format (fixes #134007 -
13884           or at least works around it)
13885
13886 2004-06-09  Wim Taymans  <wim@fluendo.com>
13887
13888         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13889         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
13890         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
13891         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
13892         (gst_ogg_mux_loop):
13893         Use stream caps to setup the initial pages in the ogg stream.
13894         Correctly set the streamheader caps on the srcpad.
13895
13896 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13897
13898         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
13899         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
13900         (gst_v4lsrc_getcaps):
13901         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13902         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
13903           add querying of fps lists for webcams.  Negotiating to a framerate
13904           now works.
13905
13906 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13907
13908         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
13909         (theora_push_buffer), (theora_push_packet),
13910         (theora_set_header_on_caps), (theora_enc_chain):
13911           mark buffers and put on streamheader, raw theora streaming
13912           now works too, whee
13913
13914 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13915
13916         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
13917         (gst_tcp_gdp_read_caps):
13918           do a looping read for caps and GDP headers too
13919
13920 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13921
13922         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13923         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
13924           return EOS instead of NULL in _get
13925
13926 2004-06-08  Wim Taymans  <wim@fluendo.com>
13927
13928         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
13929         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
13930         (gst_tcp_gdp_write_caps):
13931         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13932         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
13933         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
13934         Memory leak fixes
13935
13936 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13937
13938         * ext/vorbis/Makefile.am:
13939         * ext/vorbis/vorbis.c: (plugin_init):
13940         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
13941         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
13942         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
13943         (vorbis_parse_change_state):
13944         * ext/vorbis/vorbisparse.h:
13945           adding a vorbisparse element that marks the buffers, streaming
13946           raw vorbis using GDP now works, whee
13947
13948 2004-06-08  Wim Taymans  <wim@fluendo.com>
13949
13950         * ext/jpeg/Makefile.am:
13951         * ext/jpeg/README:
13952         * ext/jpeg/gstjpeg.c: (plugin_init):
13953         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
13954         (gst_smokedec_base_init), (gst_smokedec_class_init),
13955         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
13956         * ext/jpeg/gstsmokedec.h:
13957         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
13958         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
13959         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
13960         (gst_smokeenc_resync), (gst_smokeenc_chain),
13961         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
13962         * ext/jpeg/gstsmokeenc.h:
13963         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
13964         (smokecodec_flush_destination), (smokecodec_term_destination),
13965         (smokecodec_init_source), (smokecodec_fill_input_buffer),
13966         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
13967         (smokecodec_term_source), (smokecodec_encode_new),
13968         (smokecodec_decode_new), (smokecodec_info_free),
13969         (smokecodec_set_quality), (smokecodec_get_quality),
13970         (smokecodec_set_threshold), (smokecodec_get_threshold),
13971         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
13972         (find_best_size), (abs_diff), (put), (smokecodec_encode),
13973         (smokecodec_parse_header), (smokecodec_decode):
13974         * ext/jpeg/smokecodec.h:
13975         Added a new simple jpeg based codec
13976
13977 2004-06-08  Wim Taymans  <wim@fluendo.com>
13978
13979         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13980         (gst_multipart_mux_loop):
13981         Fix memory leak
13982
13983 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13984
13985         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13986         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
13987         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
13988         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
13989         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13990         * gst/tcp/gsttcpserversink.h:
13991           take streamheader into account
13992
13993 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13994
13995         * gst/level/Makefile.am:
13996         * gst/level/gstlevel.c: (gst_level_class_init):
13997           clean up marshal generation
13998
13999 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14000
14001         * gst/tcp/Makefile.am:
14002         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
14003         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
14004         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
14005         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
14006         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
14007         (gst_tcpclientsrc_get_property):
14008         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14009         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14010         (gst_tcpserversink_handle_client_read),
14011         (gst_tcpserversink_handle_client_write),
14012         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
14013         * gst/tcp/gsttcpserversink.h:
14014           add signals client-added and client-removed
14015         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
14016         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
14017         (gst_tcpserversrc_get_property):
14018         uniformized, change default protocol to NONE
14019         * gst/tcp/gsttcp-marshal.list: added
14020 2004-06-07  Benjamin Otte  <otte@gnome.org>
14021
14022         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14023           handle discont events if they happen before caps nego
14024
14025 2004-06-07  Wim Taymans  <wim@fluendo.com>
14026
14027         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14028         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14029         (gst_multipart_demux_plugin_init):
14030         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14031         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14032         (gst_multipart_mux_change_state):
14033         Small updates, fix a memleak
14034
14035 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14036
14037         * configure.ac: OSS portability
14038         * ext/arts/gst_arts.c: idem
14039         * sys/oss/gstosselement.c: idem
14040         * sys/oss/gstossmixer.c: idem
14041         * sys/oss/gstosssink.c: idem
14042         * sys/oss/gstosssrc.c: idem
14043         * sys/oss/oss_probe.c: idem
14044           - check for soundcard.h in different places for some BSD
14045
14046 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
14047
14048         * AUTHORS:
14049         Add me to the authors file
14050         * configure.ac:
14051         Increase the libdv requirement to >= version 0.100
14052         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
14053         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
14054         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
14055         * ext/dv/gstdvdec.h:
14056         Add support for the new_media flag when sending DISCONT events
14057         Make the querying work when video pad is not linked
14058
14059 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14060
14061         reviewed by Benjamin Otte  <otte@gnome.org>
14062
14063         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
14064           create a NULL-initialized array of pads, so we don't think they
14065           exist already. (fixes #143130)
14066
14067 2004-06-07  Benjamin Otte  <otte@gnome.org>
14068
14069         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
14070         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
14071         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
14072           don't use // coments
14073
14074 2004-06-07  Benjamin Otte  <otte@gnome.org>
14075
14076         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
14077           cast to GstClockTime to get higher granularity
14078         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14079           use gst_element_set_time_delay to get the exact time
14080         * ext/mad/gstmad.c: (gst_mad_chain):
14081           use the negotiated rate instead of the current frame's rate which
14082           might be wrong because of bit errors. This avoids emitting totally
14083           bogus timestamps and screwing sync.
14084         (fixes #143454)
14085
14086 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14087
14088         reviewed by Benjamin Otte  <otte@gnome.org>
14089
14090         * gst/adder/gstadder.c: (gst_adder_loop):
14091           properly error out when no negotiation has happened yet. (fixes
14092           #143032)
14093
14094 2004-06-06  Benjamin Otte  <otte@gnome.org>
14095
14096         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14097           forward correctly transformed offset in discont events. Based on
14098           patch by Arwed v. Merkatz. (fixes #142851)
14099
14100 2004-06-06  David Schleef  <ds@schleef.org>
14101
14102         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
14103         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
14104         problems on several systems.
14105
14106 2004-06-06  Benjamin Otte  <otte@gnome.org>
14107
14108         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14109           use explicit caps on the srcpad
14110         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14111           properly error out if caps couldn't be set (fixes #142764)
14112
14113 2004-06-06  Benjamin Otte  <otte@gnome.org>
14114
14115         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14116         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14117         (gst_alsa_start_audio):
14118           - don't call set_periods_integer anymore, it breaks the
14119           configuration randomly
14120           - call snd_pcm_hw_params_set_access directly instead of using masks
14121           - don't fail if the sw_params can't be set, just use the default
14122           params and hope it works. Alsalib has weird issues when you touch
14123           sw_params and does no proper error reporting about what failed.
14124         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14125         (gst_alsa_close_audio):
14126           make our alsa debugging go via gst debugging and not conditionally
14127           defined
14128         * ext/alsa/gstalsa.h:
14129           add ALSA_DEBUG_FLUSH macro
14130         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
14131         (plugin_init):
14132           wrap alsa errors to be printed via the gst debugging system and not
14133           spammed to stderr
14134
14135 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14136
14137         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14138         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
14139         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
14140         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
14141         (qtdemux_parse_trak):
14142         * gst/qtdemux/qtdemux.h:
14143           Bitch. Also known as seeking, querying & co.
14144         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14145         (gst_osssink_change_state):
14146         * sys/oss/gstosssink.h:
14147           Resyncing is for weenies, this hack is no longer needed and was
14148           broken anyway (since it - unintendedly - always leaves resync to
14149           TRUE).
14150
14151 2004-06-05  Andrew Turner <zxombie@hotpop.com>
14152
14153         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
14154         * gst/tcp/gsttcpclientsrc.h: idem
14155           - define MSG_NOSIGNAL if not done
14156           - include unistd.h for off_t
14157           (fixes #143749)
14158
14159 2004-06-05  Benjamin Otte  <otte@gnome.org>
14160
14161         * configure.ac:
14162         * ext/kio/Makefile.am:
14163           check for qt's moc preprocessor explicitly and use it
14164
14165 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14166
14167         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
14168           don't get a signal for EPIPE on socket writes
14169           (somebody check if this works on other platforms)
14170
14171 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14172
14173         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14174         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14175           check error condition on available samples correctly
14176
14177 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14178
14179         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
14180           avoid a segfault
14181         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
14182         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
14183         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14184         (gst_tcpserversrc_gdp_read_header):
14185          use ssize_t over size_t since the former is signed and thus the
14186          check for error codes can work
14187
14188 2004-06-02  Wim Taymans  <wim@fluendo.com>
14189
14190         reviewed by: Johan
14191
14192         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14193         (gst_multipart_mux_loop):
14194         Oops
14195
14196 2004-06-02  Wim Taymans  <wim@fluendo.com>
14197
14198         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14199         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14200         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14201         (gst_multipart_mux_change_state):
14202         Added configurable boundary specifier, added the value as a
14203         caps field as well.
14204
14205 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14206
14207         * gst/tcp/gsttcp.c:
14208         * gst/tcp/gsttcpclientsrc.c:
14209         * gst/tcp/gsttcpclientsrc.h:
14210         * gst/tcp/gsttcpserversrc.c:
14211           - portability fix, to compile on OSX
14212             (fixes #143146)
14213
14214         * sys/osxaudio/gstosxaudioelement.c:
14215         * sys/osxaudio/gstosxaudiosink.c:
14216         * sys/osxaudio/gstosxaudiosrc.c:
14217           - compilation warnings on OSX
14218             (fixes #143153)
14219
14220 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14221
14222         * ext/vorbis/vorbisdec.c : sign warning fixes
14223
14224         * gst-libs/gst/mixer/mixertrack.c :
14225           do no use defines which are glib 2.4 specific
14226
14227 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
14228
14229         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
14230           buffer since libflac doesn't expect it (reports a sync error when
14231           it encounters that)
14232
14233
14234 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
14235
14236         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
14237         * gst-libs/gst/mixer/mixertrack.c:
14238         (gst_mixer_track_get_property), (get_mixer_track_init),
14239         (get_mixer_track_get_property): Added property accessors
14240         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
14241         * gst-libs/gst/mixer/mixeroptions.c:
14242         (gst_mixer_options_get_values): Added
14243         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
14244         * gst-libs/gst/mixer/mixer.c: Fixed comment
14245
14246
14247 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14248
14249         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
14250           improve error messages on open
14251
14252
14253 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14254
14255         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14256           check if v4l-conf is in path
14257
14258 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14259
14260         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
14261           change assert to a more readable error message
14262
14263 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14264
14265         * gst-libs/gst/tuner/tunerchannel.h:
14266           - add a freq_multiplicator field to make the conversion
14267             between internal frequency unit and Hz
14268         * sys/v4l/gstv4lelement.c:
14269         * sys/v4l2/gstv4l2element.c:
14270           - change default video device to /dev/video0
14271         * sys/v4l/v4l_calls.c:
14272         * sys/v4l2/v4l2_calls.c:
14273           - we only expose frequency to the user in Hz instead of
14274             bastard v4lX unit (either 62.5kHz or 62.5Hz)
14275
14276 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
14277         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14278           Initialise b_o_s and e_o_s variables
14279         * gst-libs/gst/riff/riff-media.c:
14280         (gst_riff_create_video_caps_with_data):
14281           Add some unusual fourcc's from mplayer avi's
14282         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
14283           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
14284           autoplugging.
14285
14286 2004-05-28  Wim Taymans  <wim@fluendo.com>
14287
14288         * configure.ac:
14289         * gst/alpha/Makefile.am:
14290         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14291         (gst_alpha_get_type), (gst_alpha_base_init),
14292         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14293         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
14294         (gst_alpha_chroma_key), (gst_alpha_chain),
14295         (gst_alpha_change_state), (plugin_init):
14296         A plugin to add an alpha channel to I420 video. Can optionally do
14297         chroma keying.
14298         * gst/multipart/Makefile.am:
14299         * gst/multipart/multipart.c: (plugin_init):
14300         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14301         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14302         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
14303         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14304         (gst_multipart_demux_change_state),
14305         (gst_multipart_demux_plugin_init):
14306         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
14307         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
14308         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
14309         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
14310         (gst_multipart_mux_pad_unlink),
14311         (gst_multipart_mux_request_new_pad),
14312         (gst_multipart_mux_handle_src_event),
14313         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
14314         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
14315         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14316         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
14317         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
14318         send multipart jpeg images to a browser.
14319         * gst/videobox/Makefile.am:
14320         * gst/videobox/README:
14321         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
14322         (gst_video_box_get_type), (gst_video_box_base_init),
14323         (gst_video_box_class_init), (gst_video_box_init),
14324         (gst_video_box_set_property), (gst_video_box_get_property),
14325         (gst_video_box_sink_link), (gst_video_box_i420),
14326         (gst_video_box_ayuv), (gst_video_box_chain),
14327         (gst_video_box_change_state), (plugin_init):
14328         Crops or adds borders around an image. can do alpha channel
14329         borders as well.
14330         * gst/videomixer/Makefile.am:
14331         * gst/videomixer/README:
14332         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14333         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
14334         (gst_videomixer_pad_get_sink_event_masks),
14335         (gst_videomixer_pad_get_property),
14336         (gst_videomixer_pad_set_property),
14337         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
14338         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
14339         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14340         (gst_videomixer_base_init), (gst_videomixer_class_init),
14341         (gst_videomixer_init), (gst_videomixer_request_new_pad),
14342         (gst_videomixer_handle_src_event),
14343         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
14344         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14345         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14346         (gst_videomixer_loop), (gst_videomixer_get_property),
14347         (gst_videomixer_set_property), (gst_videomixer_change_state),
14348         (plugin_init):
14349         Generic video mixer plugin, can handle multiple inputs all with
14350         different framerates and video sizes. Is fully alpha channel
14351         aware.
14352
14353 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14354
14355         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14356           Select first track as master track. Not sure how else to handle
14357           that...
14358         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
14359           Discard discont events. Should fix #142962.
14360
14361 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14362
14363         * ext/alsa/Makefile.am:
14364         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
14365         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
14366         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14367         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14368         (gst_alsa_mixer_get_option):
14369         * ext/alsa/gstalsamixer.h:
14370         * ext/alsa/gstalsamixeroptions.c:
14371         (gst_alsa_mixer_options_get_type),
14372         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
14373         (gst_alsa_mixer_options_new):
14374         * ext/alsa/gstalsamixeroptions.h:
14375         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14376         * ext/alsa/gstalsamixertrack.h:
14377           Add enumerations (as GstMixerOptions). Make correct distinction
14378           between input/output tracks. Add capture/playback private flag.
14379           Use flag to decide on whether to set capture or playback volumes
14380           or switches. Use playback and record switches.
14381         * gst-libs/gst/mixer/Makefile.am:
14382         * gst-libs/gst/mixer/mixer-marshal.list:
14383         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
14384         (gst_mixer_set_option), (gst_mixer_get_option),
14385         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
14386         (gst_mixer_volume_changed), (gst_mixer_option_changed):
14387         * gst-libs/gst/mixer/mixer.h:
14388         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
14389         (gst_mixer_options_class_init), (gst_mixer_options_init),
14390         (gst_mixer_options_dispose):
14391         * gst-libs/gst/mixer/mixeroptions.h:
14392           Add GstMixerOptions.
14393         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14394           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
14395           broken device detection on computers with multiple OSS sound
14396           cards.
14397
14398 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14399
14400         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14401           fixate nicely even when the peer is not negotiating
14402
14403 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14404
14405         * gst/audioconvert/gstaudioconvert.c:
14406         (gst_audio_convert_parse_caps):
14407           make sure we don't allow depth > width
14408         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14409           fixate endianness to G_BYTE_ORDER as default
14410         * gst/audioscale/gstaudioscale.c:
14411           we don't handle another endianness as host-endianness
14412
14413 2004-05-25  David Schleef  <ds@schleef.org>
14414
14415         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
14416
14417 2004-05-24  Benjamin Otte  <otte@gnome.org>
14418
14419         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
14420         (gst_oggvorbisenc_setup):
14421           properly fail when we can't setup the vorbis encoder due to
14422           unsupported settings
14423         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
14424         (gst_vorbisenc_setup):
14425           same
14426         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14427           fix case where warnings occured when one pad was unlinked while the
14428           other's link function was called
14429
14430 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14431
14432         * gst/tcp/Makefile.am:
14433           use GST_ENABLE_NEW
14434
14435 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14436
14437         * gst-libs/gst/resample/private.h:
14438           don't use optimizations that are #if 0'ed
14439
14440 2004-05-24  Wim Taymans  <wim@fluendo.com>
14441
14442         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14443         Fix potential division by zero error and hopefully get
14444         the position query right to get correct timestamps on avi
14445         audio.
14446
14447 2004-05-24  Wim Taymans  <wim@fluendo.com>
14448
14449         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
14450         (gst_videoscale_scale_nearest_str2),
14451         (gst_videoscale_scale_nearest_str4),
14452         (gst_videoscale_scale_nearest_32bit),
14453         (gst_videoscale_scale_nearest_24bit),
14454         (gst_videoscale_scale_nearest_16bit):
14455         Fix the scaling algorithm and avoid a buffer overflow.
14456         removed the while loop in the scaling function as it
14457         was used for point sampling only.
14458
14459 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14460
14461         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
14462         (gst_id3_tag_class_init), (gst_id3_tag_init),
14463         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
14464         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
14465         (gst_id3_tag_send_tag_event):
14466           lots of fixes to make id3mux work and id3demux work correctly
14467
14468 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14469
14470         * ext/Makefile.am:
14471           add rules to build shout2send (was removed by accident
14472           when this module was no more marked experimental/broken)
14473
14474 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14475
14476         * ext/shout2/gstshout2.c:
14477         * ext/shout2/gstshout2.h:
14478           adding a "connection problem" signal to shout2send
14479           (fixes #142954)
14480
14481 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14482
14483         * ext/kio/kioreceiver.cpp:
14484         * ext/kio/kioreceiver.h:
14485           fix sign comparison issues
14486
14487 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14488
14489         * gst/cdxaparse/gstcdxaparse.c:
14490         * gst/cdxaparse/gstcdxaparse.h:
14491           some renaming
14492           add some checks/sanity
14493           prepare for seek addition
14494
14495         * sys/sunaudio/gstsunaudio.c:
14496           remove exported dupe init function
14497
14498 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
14499
14500         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
14501         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
14502           Fix format conversion and position querying.
14503         * gst/debug/progressreport.c: (gst_progressreport_report):
14504           Don't output a bogus total value that we didn't query.
14505         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
14506           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
14507           only a blank window after xine has been used.
14508
14509 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14510
14511         * m4/as-arts.m4:
14512           sync with upstream version to fix test on FC2
14513           readd with -ko to preserve Id header
14514
14515 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14516
14517         * configure.ac:
14518           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
14519         * gst/tcp/gsttcpclientsrc.c: idem
14520         * gst/tcp/gsttcpserversink.c: idem
14521         * gst/tcp/gsttcpserversrc.c: idem
14522         * m4/gst-fionread.m4: idem
14523
14524         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
14525
14526         * configure.ac: enable speex plugin for speex 1.1.5+
14527         * ext/speex/gstspeexenc.c: fix cast warning
14528
14529         * ext/esd/README: fix typo
14530
14531 2004-05-20  David Schleef  <ds@schleef.org>
14532
14533         * configure.ac: Minor cosmetic change to convince the buildbot to
14534         reautogen.
14535         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
14536         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
14537         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
14538         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
14539         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
14540         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
14541         More hacking.  Plays audio now.
14542
14543 2004-05-20  David Schleef  <ds@schleef.org>
14544
14545         * configure.ac:
14546         * sys/Makefile.am:
14547
14548 2004-05-20  David Schleef  <ds@schleef.org>
14549
14550         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
14551         * sys/osxaudio/gstosxaudio.c:
14552         * sys/osxaudio/gstosxaudioelement.c:
14553         * sys/osxaudio/gstosxaudioelement.h:
14554         * sys/osxaudio/gstosxaudiosink.c:
14555         * sys/osxaudio/gstosxaudiosink.h:
14556         * sys/osxaudio/gstosxaudiosrc.c:
14557         * sys/osxaudio/gstosxaudiosrc.h:
14558
14559 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14560
14561         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
14562         (gst_vorbisenc_chain):
14563           put the codec headers on the caps as streamheader as well as
14564           pushing them out
14565
14566 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14567
14568         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
14569         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
14570         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
14571         split up push_packet into two functions
14572
14573 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14574
14575         * gst/tcp/.cvsignore:
14576           ignore enums
14577         * gst/tcp/Makefile.am:
14578         * gst/tcp/README:
14579         * gst/tcp/gsttcp.c:
14580         * gst/tcp/gsttcp.h:
14581         * gst/tcp/gsttcpclientsink.c:
14582         * gst/tcp/gsttcpclientsink.h:
14583         * gst/tcp/gsttcpclientsrc.c:
14584         * gst/tcp/gsttcpclientsrc.h:
14585         * gst/tcp/gsttcpplugin.c:
14586         * gst/tcp/gsttcpserversink.c:
14587         * gst/tcp/gsttcpserversink.h:
14588         * gst/tcp/gsttcpserversrc.c:
14589         * gst/tcp/gsttcpserversrc.h:
14590           add new tcp elements
14591
14592 2004-05-19  Wim Taymans  <wim@fluendo.com>
14593
14594         * gst/law/mulaw-conversion.c: (mulaw_encode):
14595         Fix overflow bug in ulaw encoding.
14596
14597 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14598
14599         * ext/mad/gstmad.c: (gst_mad_handle_event):
14600           don't unref the event twice
14601
14602 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14603
14604         * configure.ac:
14605           remove -Wno-sign-compare
14606
14607 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14608
14609         * configure.ac:
14610           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
14611           if you want to work against glib 2.2 and 2.4
14612
14613 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14614
14615         * gst/tcp/Makefile.am:
14616         * gst/tcp/gsttcp.c:
14617         * gst/tcp/gsttcp.h:
14618         * gst/tcp/gsttcpsink.h:
14619         * gst/tcp/gsttcpsrc.h:
14620           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
14621
14622 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14623
14624         * gst/debug/tests.c: (md5_get_value):
14625           fix segfault on gst-inspect
14626
14627 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14628
14629         * gst/debug/testplugin.c:
14630         * gst/debug/tests.c:
14631         * gst/debug/tests.h:
14632           add new extensible and configurable testing element. Current tests
14633           include buffer count, stream length, timestamp/duration matching and
14634           md5.
14635         * gst/debug/Makefile.am:
14636         * gst/debug/gstdebug.c: (plugin_init):
14637           add infrastructure for new element
14638
14639 2004-05-19  Johan Dahlin  <johan@gnome.org>
14640
14641         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
14642         ending of the array. Fixes gst-inspect segfault on ppc.
14643
14644 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14645
14646         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
14647
14648         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
14649
14650 2004-05-18  David Schleef  <ds@schleef.org>
14651
14652         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
14653         warnings (bugs, actually) noticed by gcc but not forte.
14654
14655 2004-05-18  David Schleef  <ds@schleef.org>
14656
14657         * sys/sunaudio/Makefile.am:
14658         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
14659
14660 2004-05-18  David Schleef  <ds@schleef.org>
14661
14662         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14663         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
14664         to allow qtdemux to use non-seekable streams. (bug #142272)
14665
14666 2004-05-18  David Schleef  <ds@schleef.org>
14667
14668         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
14669         (gst_resample_sinc_ft_float): Remove use of static temporary
14670         buffer.  This code was obviously not supposed to last long, but
14671         it's stuck in our ABI, so it required a little hack to make it
14672         ABI-compatible.  Fixes #142585.
14673         * gst-libs/gst/resample/resample.h: same.
14674
14675 2004-05-18  David Schleef  <ds@schleef.org>
14676
14677         * configure.ac: Add sunaudio
14678         * examples/Makefile.am: make gstplay depend on gconf
14679         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
14680         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
14681         (convert_table_lookup), (img_convert): remove c99-isms
14682         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
14683           unsigned, to fix a warning on Solaris
14684         * gst/mpeg1sys/systems.c: bcopy->memcpy
14685         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
14686         * sys/Makefile.am: Add sunaudio
14687
14688 2004-05-18  Wim Taymans  <wim@fluendo.com>
14689
14690         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
14691         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
14692         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
14693         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
14694         (gst_ogg_mux_loop):
14695         Fix an ugly memleak where the muxer didn't flush enough ogg
14696         pages. This also resulted in badly muxed ogg files.
14697
14698 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14699
14700         * gst/asfdemux/asfheaders.c :
14701         * gst/asfdemux/asfheaders.h :
14702         * gst/asfdemux/gstasfdemux.c :
14703           - fix ASF_OBJ_PADDING guid
14704           - add 3 new object guids (language list, metadata,
14705             extended stream properties)
14706           - add a function to parse extended header objects
14707
14708 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14709
14710         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
14711           remove leftover debugging g_print
14712
14713 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14714
14715         * ext/mad/gstmad.c: (gst_mad_handle_event):
14716           Fix for when the first format in a discont event is not a
14717           byte-based one. Should fix #137710.
14718
14719 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14720
14721         * m4/a52.m4 : fix compilation with -Wall -Werror
14722         * m4/libfame.m4 : idem
14723         * m4/libmikmod.m4 : idem
14724
14725 2004-05-17  Benjamin Otte  <otte@gnome.org>
14726
14727         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14728           signal the new tags before giving up the reference
14729
14730 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14731
14732         * ext/shout2/gstshout2.c:
14733           use application/ogg instead of application/x-ogg (patch by Patrick
14734           Guimond, fixes #142432)
14735         * sys/oss/gstosselement.c: (gst_osselement_reset),
14736         (gst_osselement_sync_parms):
14737           don't set fragment size unless specified (fixes #142493)
14738
14739 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14740
14741         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
14742           fixes #142664
14743
14744 2004-05-17  Benjamin Otte  <otte@gnome.org>
14745
14746         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
14747           compute offsets correctly for internal buffers so timestamps are set
14748           correctly when we can't seek. Also handle cases where there are no
14749           offsets. (based on a patch by David Moore, fixes #142507)
14750
14751 2004-05-17  Benjamin Otte  <otte@gnome.org>
14752
14753         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14754           use correct variable when determining amount of data to skip so we
14755           don't skip into the void and segfault
14756
14757 2004-05-16  Benjamin Otte  <otte@gnome.org>
14758
14759         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
14760           Hi, I'm a memleak
14761
14762 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14763
14764         * gst/asfdemux/gstasfdemux.c:
14765           - fix a mem leak and always propagate tags
14766           - add WMV3 to known video codecs (but no decoder yet)
14767           - replace "surplus data" at end of audio header for what
14768             it is : codec specific data
14769           - fix a typo
14770
14771 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
14772
14773         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
14774
14775         * gst-libs/gst/audio/audioclock.c:
14776           Fix wrong return type (#142205).
14777
14778 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14779
14780         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
14781           Ignore CRCs by default (fixes #142566).
14782
14783 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14784
14785         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
14786         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
14787         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
14788         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
14789         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
14790         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
14791           Fix for cases where we fail to attach to a mixer.
14792
14793 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14794
14795         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14796           Don't touch events after not owning them anymore.
14797         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14798         (gst_wavparse_fmt), (gst_wavparse_other),
14799         (gst_wavparse_handle_seek), (gst_wavparse_loop),
14800         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14801         (gst_wavparse_srcpad_event):
14802         * gst/wavparse/gstwavparse.h:
14803           Add seeking, fix querying.
14804
14805 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14806
14807         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14808           - process comments even if they don't end with \0\0
14809             g_convert would ignore them if present and works well without them
14810
14811 2004-05-16  Benjamin Otte  <otte@gnome.org>
14812
14813         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
14814           simplify caps
14815
14816 2004-05-16  Benjamin Otte  <otte@gnome.org>
14817
14818         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14819           don't write to memory we might not write to - g_convert does that
14820           for us anyway (fixes #142613)
14821         (gst_asf_demux_audio_caps):
14822           comment out gst_util_dump_mem
14823
14824 2004-05-16  Benjamin Otte  <otte@gnome.org>
14825
14826         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14827           compute correct expected timestamps after seek (broken since
14828           last commit)
14829         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
14830           rename element and debugging category to gdkpixbufscale
14831
14832 2004-05-16  Benjamin Otte  <otte@gnome.org>
14833
14834         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14835           add error checking to snd_pcm_delay and remove duplicate call to
14836           snd_pcm_delay that caused issues (see inline code comments)
14837         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
14838           make more readable and fix return value when snd_pcm_delay fails
14839         (fixes #142586)
14840
14841 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
14842         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
14843         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
14844         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
14845         (gst_pixbufscale_link), (gst_pixbufscale_init),
14846         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
14847         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
14848         (gst_pixbufscale_get_property), (pixbufscale_init):
14849         * ext/gdk_pixbuf/pixbufscale.h:
14850         Add these files I forgot earlier
14851
14852 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
14853         * ext/gdk_pixbuf/Makefile.am:
14854         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
14855         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14856         Add new pixbufscale element to scale RGB video
14857         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
14858         and HYPER interpolation correctly.
14859         * ext/theora/theoraenc.c: (theora_enc_chain),
14860         Discard buffer and return if explicit caps could not be set
14861         (theora_enc_get_property):
14862         Make _get return kbps for the bitrate consistent with
14863         the _set function.
14864
14865
14866 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14867
14868         * ext/libvisual/visual.c: (gst_visual_chain):
14869           add missing visual_audio_analyze
14870
14871 2004-05-14  David Schleef  <ds@schleef.org>
14872
14873         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
14874         is killed while we're playing.
14875         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
14876         gst_element_no_more_pads().
14877
14878 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14879
14880         * gst-libs/gst/riff/riff-read.c :
14881           - fix INFO tag extraction in RIFF/AVI files
14882             because gst_event_unref (event) also freed taglist
14883           - avoid a mem leak
14884
14885 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14886
14887         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
14888         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
14889
14890         * gst/auparse/gstauparse.c :
14891           - add code (commented for now) to support audio/x-adpcm on src pad
14892             (we have no decoder for those layout yet)
14893
14894         * gst/cdxaparse/gstcdxaparse.c :
14895         * gst/cdxaparse/gstcdxaparse.h :
14896           - partial rewrite using RiffRead (ripped iain's wavparse code)
14897
14898         * gst/rtp/gstrtpL16enc.c : typo
14899         * gst/rtp/gstrtpgsmenc.c : typo
14900
14901 2004-05-13  Benjamin Otte  <otte@gnome.org>
14902
14903         * configure.ac:
14904           check for exact version of libvisual, it's not supposed to be
14905           API/ABI stable yet
14906
14907 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14908
14909         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
14910           signal no-more-pads
14911
14912 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
14913
14914         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
14915         Report which format was used for GST_FORMAT_DEFAULT
14916         * gst/debug/Makefile.am:
14917         * gst/debug/gstdebug.c: (plugin_init):
14918         * gst/debug/progressreport.c: (gst_progressreport_base_init),
14919         (gst_progressreport_class_init), (gst_progressreport_init),
14920         (gst_progressreport_report), (gst_progressreport_set_property),
14921         (gst_progressreport_get_property), (gst_progressreport_chain),
14922         (gst_progressreport_plugin_init):
14923         Add progressreport element for testing.
14924
14925 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14926
14927         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
14928         * sys/v4l/gstv4lsrc.h:
14929         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
14930         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
14931         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
14932         (gst_v4lsrc_grab_frame):
14933           add more debugging
14934           send a discont at start
14935
14936 2004-05-12  Colin Walters  <walters@redhat.com>
14937
14938         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
14939         inflooping if we can't find a chunk.  Or in other words, don't blow
14940         chunks if we don't have a chunk to blow.
14941
14942 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
14943         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
14944         Remove old debug output
14945         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
14946         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
14947         (gst_dvdec_set_property), (gst_dvdec_get_property):
14948         Change the quality setting to an enum, so it works from gst-launch
14949         Don't renegotiate a non-linked pad. Allows audio only decoding.
14950         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
14951         (gst_deinterlace_link), (gst_deinterlace_init):
14952         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
14953         (gst_videodrop_link):
14954         Some caps negotiation fixes
14955
14956 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14957
14958         * ext/tarkin/gsttarkin.c :
14959           - Change RANK from NONE to PRIMARY
14960         * ext/gdk_pixbuf/gstgdkpixbuf.c :
14961           - Change RANK from NONE to MARGINAL
14962         * ext/divx/gstdivxenc.c :
14963           - Change RANK from PRIMARY to NONE (encoder/spider issue)
14964
14965 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14966
14967         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
14968         (gst_vorbisenc_push_packet):
14969           copy a function that was added between 1.0 and 1.0.1 until we
14970           depend on worthwhile features of post-1.0
14971
14972 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14973
14974         * configure.ac:
14975           enable shout2 by default
14976         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
14977         (gst_shout2send_base_init), (gst_shout2send_init),
14978         (gst_shout2send_connect), (gst_shout2send_change_state):
14979         * ext/shout2/gstshout2.h:
14980           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
14981           #142262)
14982         * ext/theora/theora.c: (plugin_init):
14983           don't set rank on encoders
14984
14985 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
14986
14987         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
14988           Use codec_data property instead of flag1 and flag2 for wma
14989
14990 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14991
14992         * gst/cdxaparse/gstcdxaparse.c :
14993           - Add mpegversion to CAPS to make it link
14994           - Rank is as GST_RANK_SECONDARY instead of NONE
14995         * gst/auparse/gstauparse.c :
14996           - Document all audio encoding we can encounter from Solaris 9
14997             headers and libsndfile information.
14998           - Increase max. rate from 48000 to 192000 (to match other elements)
14999           - Don't try to play junk data between header and samples
15000
15001 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15002
15003         * ext/libvisual/visual.c: (gst_visual_getcaps):
15004           use the right caps depending on endianness (I hope)
15005         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
15006           use GST_RANK_NONE for all non-decoding elements or spider gets
15007           mighty confused
15008
15009 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15010
15011         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15012           Fix some odd cases and fix BE metadata parsing of unicode16 text.
15013
15014 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15015
15016         * gst/switch/gstswitch.c: (gst_switch_release_pad),
15017         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
15018         (gst_switch_loop), (gst_switch_get_type):
15019           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
15020           HEADERS. Had to be said.
15021
15022 2004-05-10  David Schleef  <ds@schleef.org>
15023
15024         * configure.ac: Add prototype Dirac support.
15025         * ext/Makefile.am:
15026         * ext/dirac/Makefile.am:
15027         * ext/dirac/gstdirac.cc:
15028         * ext/dirac/gstdiracdec.cc:
15029
15030 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15031
15032         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
15033         (gst_auparse_init), (gst_auparse_chain),
15034         (gst_auparse_change_state):
15035           Hack around spider. Remove me some day please.
15036
15037 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15038
15039         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15040           Fix for some uninitialized variables in previous patch, also
15041           makes it work. Fixes #142286 while we're at it.
15042
15043 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15044
15045         * gst/auparse/gstauparse.c:
15046                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
15047                 only unsupported formats are ADPCM/CCITT G.72x
15048                 reviewed by Ronald
15049         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
15050
15051 2004-05-10  Wim Taymans  <wim@fluendo.com>
15052
15053         * ext/vorbis/Makefile.am:
15054         * ext/vorbis/README:
15055         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
15056         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
15057         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
15058         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
15059         (gst_oggvorbisenc_convert_sink),
15060         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
15061         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
15062         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
15063         (get_constraints_string), (update_start_message),
15064         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
15065         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
15066         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
15067         * ext/vorbis/oggvorbisenc.h:
15068         * ext/vorbis/vorbis.c: (plugin_init):
15069         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
15070         (raw_caps_factory), (gst_vorbisenc_class_init),
15071         (gst_vorbisenc_init), (gst_vorbisenc_setup),
15072         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
15073         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
15074         * ext/vorbis/vorbisenc.h:
15075         Added a raw vorbis encoder to be used with the oggmuxer.
15076         We still need the old encoder for some gnome applications,
15077         read the README to find out how that works.
15078         The raw encoder is called "rawvorbisenc" until 0.9.
15079
15080 2004-05-10  Wim Taymans  <wim@fluendo.com>
15081
15082         * ext/ogg/gstogg.c: (plugin_init):
15083         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
15084         (gst_ogg_print):
15085         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
15086         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
15087         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
15088         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
15089         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
15090         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
15091         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
15092         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
15093         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
15094         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
15095         Added an ogg muxer.
15096         Small typo fixes in the demuxer.
15097
15098 2004-05-10  Wim Taymans  <wim@fluendo.com>
15099
15100         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15101         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15102         (theora_enc_change_state), (theora_enc_set_property),
15103         (theora_enc_get_property):
15104         Mark the last packet with an EOS flag which is not really needed
15105         in gstreamer.
15106         Do some better video framerate initialisation.
15107         Update the buffer timestamp.
15108
15109 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15110
15111         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
15112         Return the result of the parent state change call
15113
15114 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15115
15116         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
15117         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
15118         * gst/law/alaw-encode.c : (idem)
15119         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
15120         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
15121         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
15122
15123 2004-05-09  Benjamin Otte  <otte@gnome.org>
15124
15125         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15126           don't use a fixed buffer size when writing variable length data to
15127           it. Fixes memory corruption and makes alsasrc work
15128
15129 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15130
15131         * ext/gnomevfs/gstgnomevfssink.c:
15132         (_gst_boolean_allow_overwrite_accumulator),
15133         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
15134           Run glib's default signal handler (??) in RUN_CLEANUP rather than
15135           RUN_LAST, and don't use that to set the accumulator value because
15136           then it's always FALSE.
15137
15138 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15139
15140         * gst-libs/gst/riff/riff-media.c:
15141         (gst_riff_create_video_caps_with_data),
15142         (gst_riff_create_audio_caps),
15143         (gst_riff_create_audio_template_caps):
15144         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15145           Fix for unaligned RIFF files (i.e. where all the chunks together
15146           in a LIST chunk are not of the same size as the size given in
15147           the LIST chunk header). Fixes several odd WAVE files. Also fix
15148           ADPCM (block_align property) in audio, so that wavparse based
15149           on this works now as it used to stand-alone.
15150
15151 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
15152
15153         reviewed by Benjamin Otte  <otte@gnome.org>
15154
15155         * ext/a52dec/gsta52dec.c:
15156         * ext/divx/gstdivxdec.c:
15157         * ext/divx/gstdivxenc.c:
15158         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
15159         * ext/faac/gstfaac.c: (gst_faac_base_init):
15160         * ext/faad/gstfaad.c: (gst_faad_base_init):
15161         * ext/ivorbis/vorbisfile.c:
15162         * ext/lame/gstlame.c:
15163         * ext/libfame/gstlibfame.c:
15164         * ext/mpeg2enc/gstmpeg2enc.cc:
15165         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
15166         * ext/sidplay/gstsiddec.cc:
15167         * ext/speex/gstspeexdec.c:
15168         * ext/speex/gstspeexenc.c:
15169         * ext/xvid/gstxviddec.c:
15170         * ext/xvid/gstxvidenc.c:
15171           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
15172           (fixes #142193)
15173
15174 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15175
15176         * ext/alsa/gstalsa.c: (device_list),
15177         (gst_alsa_class_probe_devices):
15178         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
15179           Fix alsa oddness in mixer after the combination of using mixer
15180           in source/sink elements and using hw:x,y instead of just hw:x.
15181
15182 2004-05-09  Benjamin Otte  <otte@gnome.org>
15183
15184         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
15185         (gst_wavparse_create_sourcepad):
15186           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
15187           sourcepads
15188
15189 2004-05-09  Benjamin Otte  <otte@gnome.org>
15190
15191         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15192           allow discont events before caps nego
15193
15194 2004-05-08  Benjamin Otte  <otte@gnome.org>
15195
15196         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15197           don't leak events
15198
15199 2004-05-08  Benjamin Otte  <otte@gnome.org>
15200
15201         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15202         (gst_level_change_state), (gst_level_init):
15203         * gst/level/gstlevel.h:
15204           figure out if we're initialized directly instead of keeping a
15205           variable that's wrong in 90% of cases
15206           don't initialize pads and then leak them and use a new unitialized
15207           pad. (fixes #142084)
15208           these were bugs so n00bish I didn't find them for an hour :/
15209
15210 2004-05-08 Iain <iain@prettypeople.org>
15211
15212         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
15213         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
15214         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
15215         return the length that was read.
15216         (gst_riff_read_strf_auds): Allow fmt tags as well.
15217
15218 2004-05-07  David Schleef  <ds@schleef.org>
15219
15220         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
15221         signed char assumption in faad.h.
15222
15223 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15224
15225         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
15226           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
15227
15228 2004-05-07  Colin Walters  <walters@redhat.com>
15229
15230         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
15231         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
15232         function.
15233         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
15234         Add dispose function.
15235
15236 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
15237         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
15238           Fix caps nego and pad templates. RGB mode caps should
15239           work now.
15240         * ext/dvdnav/gst-dvd:
15241           Move mpeg2dec inside the thread because otherwise the
15242           queue rejects cap changes mid-stream
15243         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
15244         (gst_mpeg2dec_flush_decoder):
15245           For mpeg2dec > 0.4.0, call the flush function instead of
15246           manually extracting all in-flight frames.
15247         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
15248         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
15249           Change mime type video/dv go video/x-dv to match the
15250           rest of gst-plugins
15251
15252 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15253
15254         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15255         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
15256         (gst_alsa_sink_class_init):
15257         * ext/alsa/gstalsasink.h:
15258         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
15259         (gst_alsa_src_class_init):
15260         * ext/alsa/gstalsasrc.h:
15261           Make alsasink/src a subclass of alsamixer so that mixer stuff
15262           shows up in gst-rec. Needs some finetuning.
15263
15264 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15265
15266         * ext/lame/gstlame.c: (gst_lame_chain):
15267           simplify
15268         * ext/mad/gstmad.c: (gst_mad_handle_event):
15269           fix event leak
15270         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15271           be able to detect mp3 files < 4096 bytes
15272
15273 2004-05-06  Wim Taymans  <wim@fluendo.com>
15274
15275         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15276         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15277         (theora_enc_set_property), (theora_enc_get_property):
15278         Also encode the first frame, cleanup some code.
15279
15280 2004-05-06  Wim Taymans  <wim@fluendo.com>
15281
15282         * ext/mpeg2enc/gstmpeg2enc.cc:
15283         Forward events first before deciding that negotiation was
15284         not performed.
15285
15286 2004-05-06  Wim Taymans  <wim@fluendo.com>
15287
15288         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
15289         First process the events before deciding that negotiation
15290         was not performed.
15291
15292 2004-05-06  Wim Taymans  <wim@fluendo.com>
15293
15294         * ext/theora/Makefile.am:
15295         * ext/theora/theora.c: (plugin_init):
15296         * ext/theora/theoradec.c: (theora_dec_change_state):
15297         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
15298         (gst_theora_enc_class_init), (gst_theora_enc_init),
15299         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
15300         (theora_enc_chain), (theora_enc_change_state),
15301         (theora_enc_set_property), (theora_enc_get_property):
15302         Added a theora encoder, grouped the encoder and decoder into the
15303         same plugin.
15304
15305 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15306
15307         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15308         (gst_jpegenc_chain):
15309         fix DURATION on outgoing buffers
15310         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
15311         debug using time formats
15312         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15313         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15314         (gst_xvimagesink_sink_link):
15315         windows with width/height 0 generate X errors, so don't allow them
15316
15317 2004-05-05  Wim Taymans  <wim@fluendo.com>
15318
15319         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
15320         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
15321         (gst_mpeg2dec_negotiate_format):
15322         * ext/mpeg2dec/gstmpeg2dec.h:
15323           removed the static pad template so that we can add the
15324           more accurate framerate value to the caps.
15325
15326
15327 2004-05-04  Benjamin Otte  <otte@gnome.org>
15328
15329         * configure.ac:
15330           check for kdemacros.h, too (should fix #141821)
15331         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
15332           don't crash if no header was sent, but nicely error out (fixes part
15333           of #141554)
15334
15335 2004-05-04  Wim Taymans  <wim@fluendo.com>
15336
15337         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
15338         parent dispose function to avoid segfault on destroy.
15339
15340 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15341
15342         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15343         (plugin_init):
15344         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15345         (gst_xvimagesink_sink_link):
15346         clean up debugging caps
15347         also recreate xvimage when format has changed
15348
15349 2004-05-04  Benjamin Otte  <otte@gnome.org>
15350
15351         * ext/libvisual/Makefile.am:
15352         * ext/libvisual/visual.c: (gst_visual_class_init),
15353         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
15354         (gst_visual_srclink), (gst_visual_chain),
15355         (gst_visual_change_state), (plugin_init):
15356           use a GstAdapter to correctly adapt buffer sizes - allows using a
15357           framerate
15358
15359 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15360
15361         * sys/v4l/gstv4lelement.h:
15362         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15363         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
15364         (gst_v4lsrc_buffer_free):
15365         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
15366         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15367         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
15368         (gst_v4lsrc_requeue_frame):
15369         move some debugging categories around
15370         query for fps index and set accordingly if found
15371
15372 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15373
15374         * ext/lame/gstlame.c:
15375         correct defaults that lame_init puts out of range
15376
15377 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15378
15379         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
15380         (gst_divxenc_class_init):
15381         fix range since -1 is the default
15382         * gst/mpeg1sys/gstmpeg1systemencode.c:
15383         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
15384         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
15385         (gst_rtjpegdec_chain):
15386         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
15387         (gst_rtjpegenc_chain):
15388         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
15389         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
15390         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
15391         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
15392         * sys/v4l/gstv4lsrc.c:
15393         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15394         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15395         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15396         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
15397         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
15398           remove gst_info calls
15399
15400 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15401
15402         * Makefile.am:
15403         * po/af.po:
15404         * po/az.po:
15405         * po/en_GB.po:
15406         * po/nl.po:
15407         * po/sr.po:
15408         * po/sv.po:
15409           Updated translations
15410
15411 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15412
15413         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15414           refactor/comment code
15415
15416 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15417
15418         * gst/asfdemux/Makefile.am:
15419         * gst/asfdemux/asfheaders.c:
15420         * gst/asfdemux/asfheaders.h:
15421         * gst/asfdemux/gstasf.c: (plugin_init):
15422         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
15423         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
15424         (gst_asf_demux_setup_pad):
15425         * gst/asfdemux/gstasfdemux.h:
15426         * gst/asfdemux/gstasfmux.c:
15427         * gst/asfdemux/gstasfmux.h:
15428           Add tagging support to demuxer, split out registration in its own
15429           file instead of in demux (hacky), and prevent having some tables
15430           in our memory multiple times (in asfheaders.h).
15431
15432 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15433
15434         * gst/matroska/matroska-demux.c:
15435         (gst_matroska_demux_parse_metadata):
15436         * gst/matroska/matroska-ids.h:
15437           Basic tag reading support.
15438
15439 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15440
15441         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
15442           Really detect ac-3 audio.
15443         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
15444           really detect matroska files (off-by-1).
15445
15446 2004-04-30  David Schleef  <ds@schleef.org>
15447
15448         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15449         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
15450         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
15451         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
15452         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
15453         hackage -- parse a lot more atoms, extract a few tags.  One might even
15454         mistake this for tag support.  Maybe it is.
15455         * gst/qtdemux/qtdemux.h:
15456
15457 2004-04-30  Colin Walters  <walters@verbum.org>
15458
15459         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
15460
15461 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15462
15463         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15464         (gst_ffmpegcolorspace_getcaps):
15465           remove broken nego fix
15466
15467 2004-04-30  Benjamin Otte  <otte@gnome.org>
15468
15469         * configure.ac:
15470         * ext/Makefile.am:
15471         * ext/libvisual/Makefile.am:
15472         * ext/libvisual/visual.c:
15473           add initial support for libvisual (http://libvisual.sourceforge.net)
15474           libvisual is still quite alpha, so expect crashes in there :)
15475
15476 2004-04-29  David Schleef  <ds@schleef.org>
15477
15478         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
15479         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
15480         up qtdemux to make it spit out codec_data.  Do _not_ look at this
15481         code; you will no longer respect me.
15482
15483 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15484
15485         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
15486         * ext/alsa/gstalsa.h :
15487         change alsa pcm device discovery to find more than 1 device
15488         per card. code review by Ronald.
15489
15490 2004-04-29  David Schleef  <ds@schleef.org>
15491
15492         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
15493         Add a check for a driver bug on FreeBSD.  (bug #140565)
15494
15495 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15496
15497         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
15498         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15499         (gst_jpegenc_getcaps):
15500           move format setting to inner loop
15501         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15502         (gst_ffmpegcolorspace_getcaps):
15503           use GST_PAD_CAPS if available so that we use already negotiated
15504           caps
15505         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15506         (qtdemux_parse_moov), (qtdemux_parse):
15507           extra debugging
15508         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
15509         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
15510           move hardcoded path to DEFINE
15511
15512 2004-04-28  David Schleef  <ds@schleef.org>
15513
15514         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
15515         (bug #140064)
15516
15517 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15518
15519         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
15520           Don't probe for playback device if we're a source element. Fixes
15521           #139658.
15522
15523 2004-04-29  Benjamin Otte  <otte@gnome.org>
15524
15525         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
15526         (gst_id3_tag_chain):
15527           rewrite buffer offset
15528
15529 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15530
15531         * configure.ac:
15532         * ext/Makefile.am:
15533         * ext/dts/Makefile.am:
15534         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
15535         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
15536         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
15537         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
15538         (gst_dtsdec_loop), (gst_dtsdec_change_state),
15539         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
15540         (plugin_init):
15541         * ext/dts/gstdtsdec.h:
15542           New DTS decoder.
15543         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
15544         (gst_faad_srcconnect):
15545           Add ESDS atom handling (.m4a).
15546
15547 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15548
15549         * ext/divx/gstdivxdec.c: (plugin_init):
15550           Remove comment that makes no sense.
15551         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
15552           Fix for obvious typo that resulted in warnings during gst-register.
15553         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
15554         (gst_xviddec_sink_link):
15555           Fix caps negotiation a bit better.
15556         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15557           We call this 'codec_data', not 'esds'.
15558
15559 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15560
15561         * gst/monoscope/gstmonoscope.c:
15562           make sure we only provide 256x128
15563         * gst/monoscope/monoscope.c: (monoscope_init):
15564           assert size of 256x128
15565
15566 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15567
15568         * Makefile.am:
15569         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
15570         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
15571           fixate to max width and height of device
15572
15573 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15574
15575         * Makefile.am:
15576         * sys/v4l/gstv4l.c:
15577         * sys/v4l/gstv4lsrc.c:
15578         * sys/v4l/v4l_calls.c:
15579         * sys/v4l/v4lsrc_calls.c:
15580           fix for qc-usb driver which fakes having more than one buffer
15581           by handing the same buffer twice, which confused GStreamer's/v4lsrc
15582           buffer_free override
15583           add debugging
15584
15585 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15586
15587         * Makefile.am:
15588         * gst/videotestsrc/gstvideotestsrc.c:
15589         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
15590         (gst_videotestsrc_init), (gst_videotestsrc_get),
15591         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
15592         * gst/videotestsrc/gstvideotestsrc.h:
15593           add num-buffers property
15594
15595         2004-04-26  Benjamin Otte  <otte@gnome.org>
15596
15597         * ext/mad/gstid3tag.c: (plugin_init):
15598           set id3mux rank to NONE so it doesn't confuse spider
15599           require audio/mpeg,mpegversion=1 in id3mux
15600
15601 2004-04-26  Benjamin Otte  <otte@gnome.org>
15602
15603         * configure.ac:
15604           detect faad correctly as non-working if it's indeed non-working
15605
15606 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15607
15608         * Makefile.am:
15609         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15610         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
15611         fix _getcaps so it only negotiates to its supported format
15612
15613 2004-04-25  Benjamin Otte  <otte@gnome.org>
15614
15615         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15616           fix memleak
15617
15618 2004-04-23  Benjamin Otte  <otte@gnome.org>
15619
15620         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15621           audio/x-raw-int with height rules! not. Now it's depth.
15622
15623 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15624
15625         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
15626         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
15627         (gst_wavparse_loop):
15628           Missing variable initialization. Add handling of DVI ADPCM. Fix
15629           mis-parsing of LIST chunks. This works around a bug where we mis-
15630           parse non-aligning LIST chunks (so LIST chunks where the contents
15631           don't align with the actual LIST size). The correct fix is to use
15632           rifflib, I'm not going to fix wavparse - too much work. All this
15633           fixes #104878.
15634
15635 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15636
15637         reviewed by Benjamin Otte  <otte@gnome.org>
15638
15639         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
15640           fix shoutcast not working (fixes #140844)
15641
15642 2004-04-22  Benjamin Otte  <otte@gnome.org>
15643
15644         * ext/hermes/gsthermescolorspace.c:
15645         (gst_hermes_colorspace_caps_remove_format_info):
15646         * gst/colorspace/gstcolorspace.c:
15647         (gst_colorspace_caps_remove_format_info):
15648         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15649         (gst_ffmpegcolorspace_caps_remove_format_info):
15650           s/gst_caps_simplify/gst_caps_do_simplify/
15651
15652 2004-04-22  Benjamin Otte  <otte@gnome.org>
15653
15654         * gst-libs/gst/riff/riff-media.c:
15655         (gst_riff_create_video_caps_with_data):
15656           mpegversion is an int
15657         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
15658           don't try to create pad templates with NULL caps, use any caps
15659           instead.
15660
15661 2004-04-20  David Schleef  <ds@schleef.org>
15662
15663         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
15664         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
15665         (bug #140384)
15666
15667 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
15668
15669         reviewed by David Schleef
15670
15671         * ext/mad/gstid3tag.c: Add stdlib.h
15672         * gst/rtp/gstrtpgsmenc.c: same
15673         * gst/tags/gstid3tag.c: same
15674         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
15675         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
15676         GST_DISABLE_LOADSAVE use.
15677         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
15678         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
15679         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
15680         atol(3)).
15681         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
15682         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
15683         strtoul(3)).
15684         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
15685         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
15686         $(ID3_CFLAGS).
15687         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
15688         $(LIBFAME_CFLAGS).
15689
15690 2004-04-20  David Schleef  <ds@schleef.org>
15691
15692         * gst/realmedia/rmdemux.c:  This was supposed to part of the
15693         last checkin.  Same idea.
15694
15695 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
15696
15697         reviewed by David Schleef
15698
15699         * configure.ac: bump required gstreamer version to 0.8.1.1
15700         because of following changes [--ds]
15701
15702         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
15703         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
15704         (gst_riff_read_header):  Use GST_READ_UINT*
15705         macros to access possibly unaligned memory.
15706
15707         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
15708         (mp3_type_find):  Use GST_READ_UINT*
15709         macros to access possibly unaligned memory.
15710         (mp3_type_find, mpeg1_parse_header, qt_type_find)
15711         (speex_type_find): Likewise
15712
15713         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
15714
15715         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
15716         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
15717         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
15718         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
15719         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
15720         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
15721         macros to access possibly unaligned memory.
15722
15723         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
15724         Likewise.
15725
15726         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
15727         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
15728
15729         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
15730         Likewise.
15731
15732         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
15733         (gst_mpeg2subt_chain_subtitle): Likewise.
15734
15735         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
15736         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
15737         Likewise.
15738
15739         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
15740         Likewise.
15741
15742         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
15743         Likewise.
15744
15745         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
15746         Likewise.
15747
15748 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15749
15750         * configure.ac:
15751           update required version of GStreamer because of GST_TIME_FORMAT
15752
15753 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15754
15755         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
15756           remove leftover g_print
15757         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15758           don't try setting only a subset of the caps. We don't want to kill
15759           autoplugging on purpose
15760
15761 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15762
15763         * sys/ximage/ximagesink.c: (plugin_init):
15764         * sys/xvimage/xvimagesink.c: (plugin_init):
15765           add debugging categories
15766
15767 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15768
15769         * po/en_GB.po:
15770         * po/LINGUAS:
15771           Adding en_GB translation (Gareth Owen)
15772
15773 2004-04-20  David Schleef  <ds@schleef.org>
15774
15775         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15776         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
15777         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
15778         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
15779         A number of new features and hacks to extract the esds atom and
15780         put it into the caps.  (bug #137724)
15781
15782 2004-04-19  David Schleef  <ds@schleef.org>
15783
15784         * gconf/Makefile.am: Fix for non-GNU make
15785         * gst-libs/gst/Makefile.am: Change directory order to handle
15786         GstPlay linking with gstinterfaces
15787         * gst-libs/gst/audio/make_filter: make use of tr portable
15788         * gst-libs/gst/play/Makefile.am: Add intended \
15789         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15790         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
15791         function prototype instead of void *.
15792         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
15793         macro.
15794         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15795         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
15796         * gst/videofilter/make_filter: make use of tr portable
15797         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
15798
15799 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15800
15801         * po/LINGUAS:
15802         * po/uk.po:
15803           Added Ukrainian translation (Maxim V. Dziumanenko)
15804
15805 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15806
15807         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
15808         (gst_gsmdec_link), (gst_gsmdec_chain):
15809           Fix capsnego, simplify chain function slightly.
15810         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
15811           Add GSM.
15812
15813 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15814
15815         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
15816         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
15817         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
15818           Hack to make wavparse work with spider (always -> sometimes pad).
15819           Fixes #135862 && #140411.
15820
15821 2004-04-18  Benjamin Otte  <otte@gnome.org>
15822
15823         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
15824         (gst_osselement_rate_probe_check),
15825         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
15826           get rid of \n in debug output
15827
15828 2004-04-17  Iain <iain@prettypeople.org>
15829
15830         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
15831         not just EOS.
15832
15833 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15834
15835         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
15836         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
15837         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
15838         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
15839         (gst_id3_tag_src_link), (gst_id3_tag_chain),
15840         (gst_id3_tag_change_state), (plugin_init):
15841           deprecate id3tag element and replace with id3demux/id3mux.
15842           great side effect: this ugly file is now even uglier, yay!
15843         * ext/mad/gstmad.h:
15844           remove non-available function
15845           update for new get_type
15846
15847 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15848
15849         * configure.ac:
15850           require mpeg2dec >= 0.4.0
15851
15852 2004-04-17  Benjamin Otte  <otte@gnome.org>
15853
15854         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15855         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
15856         (gst_xvimagesink_set_xwindow_id):
15857           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
15858           assorted cleanup fixes.
15859
15860 2004-04-16  David Schleef  <ds@schleef.org>
15861
15862         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
15863         * sys/xvimage/xvimagesink.h: same
15864
15865 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15866
15867         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
15868           Fix GST_ELEMENT_ERROR with (NULL)
15869
15870 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15871
15872         * gst-libs/gst/riff/riff-media.c:
15873         (gst_riff_create_video_caps_with_data):
15874           Add div[3456] as fourccs for DivX 3 (fixes #140137).
15875
15876 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15877
15878         * gst-libs/gst/riff/riff-media.c:
15879         (gst_riff_create_video_caps_with_data),
15880         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
15881         (gst_riff_create_video_template_caps),
15882         (gst_riff_create_audio_template_caps):
15883         * gst-libs/gst/riff/riff-media.h:
15884         * gst-libs/gst/riff/riff-read.c:
15885         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
15886         * gst-libs/gst/riff/riff-read.h:
15887         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
15888           Add MS RLE support. I added some functions to read out strf chunks
15889           into strf chunks and the data behind it. This is usually color
15890           palettes (as in RLE, but also in 8-bit RGB). Also use those during
15891           caps creation. Lastly, add ADPCM (similar to wavparse - which
15892           should eventually be rifflib based).
15893         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
15894         (gst_matroska_demux_init), (gst_matroska_demux_reset):
15895         * gst/matroska/matroska-demux.h:
15896           Remove placeholders for some prehistoric tagging system. Didn't add
15897           support for any tag system really anyway.
15898         * gst/qtdemux/qtdemux.c:
15899           Add support for audio/x-m4a (MPEG-4) through spider.
15900         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
15901         (gst_wavparse_loop):
15902           ADPCM support (#135862). Increase max. buffer size because we
15903           cannot split buffers for ADPCM (screws references) and I've seen
15904           files with 2048 byte chunks. 4096 seems safe for now.
15905
15906 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15907
15908         * configure.ac: bump nano to 1
15909
15910 === release 0.8.1 ===
15911
15912 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15913
15914         * configure.ac: releasing 0.8.1, "Comforting Sounds"
15915
15916 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15917
15918         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15919           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
15920           Fixes #140058
15921
15922 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15923
15924         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
15925           lower rank of dvddemux so that it's not used for mpeg playback.
15926
15927 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15928
15929         * configure.ac:
15930           save libs correctly when checking mad
15931
15932 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15933
15934         * ext/mad/gstid3tag.c: (plugin_init):
15935           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
15936
15937 2004-04-13  David Schleef  <ds@schleef.org>
15938
15939         * common/m4/gst-feature.m4: Call -config scripts with
15940         --plugin-libs if it is supported.
15941         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
15942         JPEG images are image/jpeg.
15943         * gst/debug/Makefile.am:
15944         * gst/debug/negotiation.c: (gst_negotiation_class_init),
15945         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
15946         (gst_negotiation_update_caps), (gst_negotiation_get_property),
15947         (gst_negotiation_plugin_init): Add a property that acts like
15948         filter caps.
15949         * testsuite/gst-lint:  Move license checking to be a standard
15950         test.
15951
15952 2004-04-13  David Schleef  <ds@schleef.org>
15953
15954         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
15955         patch from Sebastien Cote (bug #139958)
15956
15957 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15958
15959         * examples/gstplay/Makefile.am:
15960         * examples/gstplay/player.c: (main):
15961           make the commandline player example use gconf settings
15962
15963 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15964
15965         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
15966         (gst_cacasink_sinkconnect), (gst_cacasink_init),
15967         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
15968           init/end library during state transition, not object
15969           creation/disposal.  get rid of custom dispose handler.
15970
15971
15972 2004-04-12  Christian Schaller <Uraeus@gnome.org>
15973
15974         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
15975         be a symlink
15976
15977 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15978
15979         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
15980           Handle JUNK chunks inside data section. Prevents warnings.
15981
15982 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15983
15984         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15985         (gst_riff_create_video_template_caps):
15986           Add MS video v1.
15987         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15988         (gst_avi_demux_stream_data):
15989           Add support for "rec-list" chunks.
15990
15991 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15992
15993         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15994           Fix another codecname mismatch.
15995
15996 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15997
15998         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15999           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
16000           so that MJPEG plays back.
16001
16002 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16003
16004         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
16005         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
16006         * gst/mpeg1videoparse/gstmp1videoparse.h:
16007           Fix for some slight mis-cuts in buffer parsing, and for some
16008           potential overflows or faults-causers. Adds disconts. Also fixes
16009           #139105 while we're at it.
16010
16011 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16012
16013         * configure.ac:
16014         * sys/v4l2/gstv4l2element.h:
16015           Workaround for missing struct v4l2_buffer declaration in Suse 9
16016           and Mandrake 10 linux/videodev2.h header file (#135919).
16017
16018 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16019
16020         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16021           Bail out if no filename was given.
16022
16023 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16024
16025         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
16026         (gst_v4l2_fourcc_from_structure):
16027           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
16028           Y41B somewhere).
16029
16030 2004-04-09  Benjamin Otte  <otte@gnome.org>
16031
16032         * ext/gnomevfs/gstgnomevfssink.c:
16033         (_gst_boolean_allow_overwrite_accumulator),
16034         (gst_gnomevfssink_class_init):
16035           fix erase signal - if any handler returns false the file will not be
16036           overwritten. If no handler is connected, the file will not be
16037           overwritten either.
16038           renamed signal to "allow-overwrite"
16039         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
16040           free string when adding it to ID3 failed
16041         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16042           unref event when done
16043         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16044           free caps
16045         * gst/typefind/gsttypefindfunctions.c:
16046         (mpeg_video_stream_type_find):
16047           fix invalid read
16048
16049 2004-04-08  David Schleef  <ds@schleef.org>
16050
16051         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16052         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
16053
16054 2004-04-08  David Schleef  <ds@schleef.org>
16055
16056         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
16057         we don't support (bug #139532)
16058
16059 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16060
16061         * ext/mad/gstmad.c: (gst_mad_handle_event),
16062         (gst_mad_check_caps_reset), (gst_mad_chain),
16063         (gst_mad_change_state):
16064           only set explicit caps if they haven't been set before for
16065           this stream.  MPEG-audio sample rate/channels aren't allowed
16066           to change in-stream.
16067           Fixes #139382
16068
16069 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16070
16071         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
16072         (_gst_boolean_did_something_accumulator),
16073         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
16074         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
16075         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
16076         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
16077         (gst_gnomevfssink_change_state):
16078           Fix erase signal. Don't erase by default. Remove handoff signal.
16079           Remove erase property. Don't segfault. General cleanup.
16080
16081 2004-04-07  Benjamin Otte  <otte@gnome.org>
16082
16083         * gst-libs/gst/gconf/test-gconf.c: (main):
16084           add missing gst_init
16085
16086 2004-04-07  Benjamin Otte  <otte@gnome.org>
16087
16088         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16089           free the mutexes, too
16090
16091 2004-04-07  Benjamin Otte  <otte@gnome.org>
16092
16093         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16094           actually free the URI string
16095         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
16096           compute offset correctly when passing discont events
16097         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16098           don't leak discont events
16099         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
16100           add some missing breaks so caps aren't copied randomly
16101         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
16102           if we realloc memory, we better use it
16103
16104 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16105
16106         * ext/mad/gstmad.c: (normal_seek):
16107           fix GST_FORMAT_TIME usage
16108
16109 2004-04-05  David Schleef  <ds@schleef.org>
16110
16111         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
16112         a deprecated function (hack!)
16113
16114 2004-04-05  Benjamin Otte  <otte@gnome.org>
16115
16116         * ext/esd/esdmon.c: (gst_esdmon_get):
16117           fix nonterminated vararg and memleak
16118
16119 2004-04-05  Benjamin Otte  <otte@gnome.org>
16120
16121         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
16122         (gst_ladspa_init), (gst_ladspa_force_src_caps),
16123         (gst_ladspa_set_property), (gst_ladspa_get_property),
16124         (gst_ladspa_instantiate), (gst_ladspa_activate),
16125         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
16126           clean up debugging
16127
16128 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
16129
16130         reviewed by Benjamin Otte  <otte@gnome.org>
16131
16132         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
16133           check for broken LADSPA parameters (fixes #138635)
16134
16135 2004-04-05  Benjamin Otte  <otte@gnome.org>
16136
16137         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
16138           advertise buffer-frames correctly on sinkpads
16139
16140 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16141
16142         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
16143         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
16144         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
16145         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
16146         (gst_mad_check_caps_reset), (gst_mad_chain):
16147         add more debugging, only reset caps when we're not in error state
16148
16149 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16150
16151         * ext/mad/gstmad.c: add debugging category, comment + cleanups
16152
16153 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16154
16155         reviewed by Benjamin Otte  <otte@gnome.org>
16156
16157         * configure.ac:
16158           fix == in test(1) operator
16159
16160 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16161
16162         reviewed by Benjamin Otte  <otte@gnome.org>
16163
16164         * configure.ac:
16165           fix --export-symblos-regex to a working regex.
16166
16167 2004-04-04  Benjamin Otte  <otte@gnome.org>
16168
16169         * sys/oss/.cvsignore:
16170           add for oss_probe
16171
16172 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16173
16174         reviewed by Benjamin Otte  <otte@gnome.org>
16175
16176         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16177           add missing 'new_media' argument (fixes #138168)
16178         * gst/matroska/matroska-demux.c:
16179         (gst_matroska_demux_handle_seek_event):
16180           add vararg terminator (fixes #138169)
16181
16182 2004-04-02  David Schleef  <ds@schleef.org>
16183
16184         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
16185         disted (bug #138914)
16186
16187 2004-04-01  Benjamin Otte  <otte@gnome.org>
16188
16189         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
16190         (gst_alsa_close_audio):
16191           handle case better where a soundcard can't pause
16192         * ext/ogg/gstoggdemux.c:
16193           don't crash when we get events but don't have pads yet
16194
16195 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16196
16197         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
16198           throw an error if we couldn't probe any caps.
16199
16200 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16201
16202         * ext/dvdnav/gst-dvd:
16203         Add a really simple sample DVD player
16204
16205 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16206
16207         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
16208         (gst_a52dec_push), (gst_a52dec_handle_event),
16209         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
16210         (gst_a52dec_change_state):
16211         * ext/a52dec/gsta52dec.h:
16212           Use a debug category, Output timestamps correctly
16213           Emit tag info, Handle events, tell liba52dec about cpu
16214           capabilities so it can use MMX etc.
16215         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
16216           Fix a crasher accessing invalid memory
16217         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
16218         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
16219         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
16220         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
16221         (dvdnavsrc_query):
16222           Some support for byte-format seeking.
16223           Small fixes for still frames and menu button overlays
16224         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
16225         (gst_mpeg2dec_alloc_buffer):
16226           Use a debug category. Adjust the report level of several items to
16227           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
16228           so it doesn't lose the GstBuffer pointer
16229         * gst/debug/Makefile.am:
16230         * gst/debug/gstdebug.c: (plugin_init):
16231         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
16232         (gst_navseek_base_init), (gst_navseek_class_init),
16233         (gst_navseek_init), (gst_navseek_seek),
16234         (gst_navseek_handle_src_event), (gst_navseek_set_property),
16235         (gst_navseek_get_property), (gst_navseek_chain),
16236         (gst_navseek_plugin_init):
16237         * gst/debug/gstnavseek.h:
16238           Add the navseek debug element for seeking back and forth in a
16239           video stream using arrow keys.
16240         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
16241         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
16242         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
16243         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
16244         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
16245         (gst_mpeg2subt_parse_header), (gst_get_nibble),
16246         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
16247         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
16248         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
16249         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
16250         * gst/mpeg2sub/gstmpeg2subt.h:
16251           Pretty much a complete rewrite. Now a loopbased element. May still
16252           require work to properly synchronise subtitle buffers.
16253         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
16254         (gst_dvd_demux_send_subbuffer):
16255         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
16256           Don't attempt to create subbuffers of size 0
16257           Reduce a couple of error outputs to warnings.
16258         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
16259         (gst_y4mencode_chain):
16260         Output the y4m frame header correctly.
16261
16262 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16263
16264         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16265           throw errors instead of allowing SIGFPE
16266
16267 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16268
16269         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
16270         (gst_gconf_render_bin_from_key):
16271           leak plugging and style fixing
16272
16273 2004-03-31  David Schleef  <ds@schleef.org>
16274
16275         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
16276         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
16277         (bug #138225)
16278         * gst/debug/Makefile.am:
16279         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
16280         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
16281         plugin.
16282         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
16283         (gst_negotiation_base_init), (gst_negotiation_class_init),
16284         (gst_negotiation_init), (gst_negotiation_getcaps),
16285         (gst_negotiation_pad_link), (gst_negotiation_chain),
16286         (gst_negotiation_set_property), (gst_negotiation_get_property),
16287         (gst_negotiation_plugin_init):  New element to talk about random
16288         negotiation things happening in a pipeline.
16289
16290 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16291
16292         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16293           fix integer addition with help of Stefan Kost
16294
16295 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16296
16297         * po/nl.po: updated Dutch translation (Elros Cyriatan)
16298
16299 2004-03-30  David Schleef  <ds@schleef.org>
16300
16301         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
16302         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
16303         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
16304         (bug #137504)
16305         * ext/mpeg2dec/gstmpeg2dec.h:
16306
16307 2004-03-30  David Schleef  <ds@schleef.org>
16308
16309         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
16310
16311 2004-03-30  David Schleef  <ds@schleef.org>
16312
16313         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
16314         Michael Petullo) to handle .mov
16315
16316 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16317
16318         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16319         (gst_osselement_rate_check_rate):
16320           probe caps correctly for sound cards that only support one format
16321
16322 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16323
16324         * ext/kio/kiosrc.cpp: (process_events):
16325           update handling event processing if inside KDE - untested
16326
16327 2004-03-29  David Schleef  <ds@schleef.org>
16328
16329         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
16330         by 2 to not interfere with other colorspaces.
16331         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
16332         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
16333         one to not interfere with ffmpeg_colorspace.
16334
16335 2004-03-29  David Schleef  <ds@schleef.org>
16336
16337         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
16338         aren't in the caps.
16339         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
16340         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
16341
16342 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16343
16344         * gst-libs/gst/riff/riff-media.c:
16345           fail on error, don't try to set stuff on NULL caps
16346
16347 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16348
16349         * configure.ac:
16350         * ext/Makefile.am:
16351         * ext/kio/Makefile.am:
16352         * ext/kio/kioreceiver.cpp:
16353         * ext/kio/kioreceiver.h:
16354         * ext/kio/kiosrc.cpp:
16355         * ext/kio/kiosrc.h:
16356           add experimental kiosrc plugin
16357         * ext/alsa/gstalsaplugin.c: (plugin_init):
16358           initialize debugging category only when we're sure registering the
16359           plugins worked.
16360
16361 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16362
16363         * examples/gstplay/player.c: (main):
16364         * gst-libs/gst/play/play.c: (gst_play_class_init),
16365         (gst_play_set_location), (gst_play_set_data_src),
16366         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16367         (gst_play_set_visualization), (gst_play_connect_visualization):
16368           check return values of element_set_state and return FALSE where
16369           failed
16370
16371 2004-03-29  Benjamin Otte  <otte@gnome.org>
16372
16373         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16374           try harder to check if an event is really a discont
16375
16376 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16377
16378         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
16379         * po/az.po:
16380
16381 2004-03-28  Benjamin Otte  <otte@gnome.org>
16382
16383         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
16384         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16385         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
16386           get rid of non-standard "..." ranges in case statements.
16387
16388 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
16389
16390         * gst/mpegstream/gstmpegdemux.c:
16391         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
16392         specific functionality split to the new dvddemux element.
16393         * gst/mpegstream/gstdvddemux.c:
16394         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
16395         streams, derived from mpegdemux.
16396         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
16397         up. SCR based timestamp rewriting can be turned off (will probably
16398         completely disappear soon).
16399         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
16400         hacking. General cleanup. All printf statements replaced by
16401         debugging messages. Almost complete libdvdnav support.
16402         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
16403         by events. New properties for audio and subpicture languages.
16404         (dvdnavsrc_update_highlight): Now uses events.
16405         (dvdnavsrc_user_op): Cleaned up.
16406         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
16407         based). Lots of cleanup, and propper support for most libdvdnav
16408         events.
16409         (dvdnavsrc_make_dvd_event): New function.
16410         (dvdnavsrc_make_dvd_nav_packet_event): New function.
16411         (dvdnavsrc_make_clut_change_event): New function.
16412
16413 2004-03-26  Benjamin Otte  <otte@gnome.org>
16414
16415         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
16416           fix bug where typefinding would claim it's theora whenever less then
16417           7 bytes of data were available
16418
16419 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16420
16421         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
16422         (gst_alawdec_base_init), (gst_alawdec_class_init),
16423         (gst_alawdec_init), (gst_alawdec_chain):
16424         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
16425         (gst_alawenc_base_init), (gst_alawenc_class_init),
16426         (gst_alawenc_init), (gst_alawenc_chain):
16427         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
16428         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
16429         (gst_mulawdec_init), (gst_mulawdec_chain):
16430         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
16431         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
16432         (gst_mulawenc_init), (gst_mulawenc_chain):
16433           Fix capsnego in all four, remove the unused property functions and
16434           simplify the chain functions slightly. I guess we could use macros
16435           or something similar for those, since the code is so similar, but
16436           I'm currently too lazy...
16437
16438 2004-03-24  David Schleef  <ds@schleef.org>
16439
16440         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16441         (gst_osselement_close_audio), (gst_osselement_probe_caps),
16442         (gst_osselement_get_format_structure),
16443         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
16444         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
16445         (gst_osselement_rate_int_compare): Add code to handle rate probing
16446         (bug #120883)
16447         * sys/oss/gstosselement.h: same
16448         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
16449         Use rate probing provided by osselement.
16450         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
16451
16452 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16453
16454         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
16455         (gst_xvidenc_get_property):
16456           ulong/int mess-up.
16457
16458 2004-03-24  David Schleef  <ds@schleef.org>
16459
16460         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
16461         (gst_speexdec_init):
16462         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
16463         (gst_speexenc_init):  Create the pad template correctly (from
16464         the static pad template, not a NULL pointer.)
16465
16466 2004-03-25  Benjamin Otte  <otte@gnome.org>
16467
16468         * gst/debug/Makefile.am:
16469         * gst/debug/breakmydata.c:
16470           add element that quasi-randomly changes bytes in the stream.
16471           Intended use is robustness checking of demuxers and decoders in
16472           media tests.
16473
16474 2004-03-24  Benjamin Otte  <otte@gnome.org>
16475
16476         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16477         (gst_alsa_probe_hw_params):
16478         * ext/alsa/gstalsa.h:
16479           debugging output fixes
16480
16481 2004-03-24  Benjamin Otte  <otte@gnome.org>
16482
16483         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
16484           don't g_return_if_fail if element is PLAYING, fail silently as every
16485           other element.
16486         * gst/effectv/gstquark.c: (gst_quarktv_chain):
16487           only fix needed for cast lvalue issues in gst-plugins
16488         * gst/volenv/gstvolenv.c: (gst_volenv_init):
16489           add proxy_getcaps
16490
16491 2004-03-24  Benjamin Otte  <otte@gnome.org>
16492
16493         * gst/level/gstlevel.c: (gst_level_init):
16494           add proxying getcaps function, so level doesn't advertise impossible
16495           caps
16496
16497 2004-03-24  David Schleef  <ds@schleef.org>
16498
16499         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16500         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
16501         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
16502         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
16503         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
16504         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
16505         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
16506         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
16507         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
16508         messages.  Divide the chunk size by the compression ratio
16509         (needed for MACE audio)
16510
16511 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16512
16513         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16514           Fix buffer overflow read error.
16515
16516 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16517
16518         * ext/alsa/gstalsa.h:
16519           Remove unused entry.
16520         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16521           Add cinepak.
16522         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
16523         (gst_videodrop_link), (gst_videodrop_chain):
16524           Fix, sort of. Was horribly broken with new capsnego. Bah...
16525
16526 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
16527
16528         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
16529         (plugin_init):
16530         Add a monkeysaudio typefind function
16531
16532 2004-03-23  Johan Dahlin  <johan@gnome.org>
16533
16534         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
16535         (gst_play_video_fixate): Check so the structure has the field
16536         before trying to fixate them, this makes it possible to have
16537         fakesinks for video and audio output without printing errors on
16538         the output console.
16539
16540 2004-03-22  David Schleef  <ds@schleef.org>
16541
16542         * sys/oss/Makefile.am:
16543         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
16544         (check_rate), (add_rate):  Rate probing test app.
16545
16546 2004-03-21  Benjamin Otte  <otte@gnome.org>
16547
16548         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16549         (_fixate_caps_to_int), (gst_audio_convert_fixate):
16550           add a fixation function that pretty much does the right thing (fixes
16551           #137556)
16552
16553 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
16554
16555         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
16556
16557 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16558
16559         reviewed by: Benjamin Otte  <otte@gnome.org>
16560
16561         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16562           terminate gst_event_new_discontinuous correctly (fixes parts of
16563           #137711)
16564
16565 2004-03-19  David Schleef  <ds@schleef.org>
16566
16567         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
16568         since it doesn't depend on X, and it's part of our ABI.
16569
16570 2004-03-19  Iain <iain@prettypeople.org>
16571
16572         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
16573         is_int in the structure, not the local variable.
16574
16575 2004-03-19  David Schleef  <ds@schleef.org>
16576
16577         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
16578         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
16579         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
16580         Improvements in caps negotiation.
16581
16582 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16583
16584         * po/LINGUAS:
16585         * po/af.po:
16586           adding Afrikaans (Petri Jooste)
16587
16588 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16589
16590         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16591         (gst_ffmpegcolorspace_chain):
16592         throw error instead of g_critical (#137588)
16593
16594 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16595
16596         * Makefile.am:
16597         * configure.ac:
16598           dist common and m4 correctly
16599         * po/sv.po:
16600
16601 2004-03-17  David Schleef  <ds@schleef.org>
16602
16603         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
16604         (bug #137348)
16605
16606 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16607
16608         * po/LINGUAS:
16609         * po/sv.po:
16610           adding Swedish translation (Christian Rose)
16611
16612 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16613
16614         * Makefile.am: use release.mak
16615
16616 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16617
16618         * common/ChangeLog:
16619         * common/gst-autogen.sh:
16620           add some explanation about the version detection
16621         * configure.ac:
16622           fix X check
16623
16624 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16625
16626         * configure.ac: bump nano to 1
16627
16628 === release 0.8.0 ===
16629
16630 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16631
16632         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
16633
16634 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16635
16636         * configure.ac:
16637           update libtool version
16638         * gst-libs/gst/media-info/Makefile.am:
16639           actually use libtool version
16640
16641 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16642
16643         * configure.ac: fix speex detection to work with 1.0 but not 1.1
16644
16645 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16646
16647         * configure.ac:
16648         * gst-plugins.spec.in:
16649         * pkgconfig/Makefile.am:
16650         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16651         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
16652         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
16653         * pkgconfig/gstreamer-libs.pc.in:
16654         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
16655         * pkgconfig/gstreamer-play-uninstalled.pc.in:
16656         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
16657         * pkgconfig/gstreamer-plugins.pc.in:
16658           remove @VERSION@ from some of the pc files since core and plugins
16659           are decoupled.
16660           created gstreamer-plugins.pc as it's a better name, but keeping
16661           -libs around for now to get fixes upstream done first.
16662
16663 2004-03-15  Julien MOUTTE <julien@moutte.net>
16664
16665         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
16666         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
16667         * gst-libs/gst/play/play.h:
16668
16669 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16670
16671         * *.c, *.cc: don't mix tabs and spaces
16672
16673 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16674
16675         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
16676           use the new ffmpegcolorspace
16677         * gst-plugins.spec.in:
16678           package new colorspace and media-info
16679         * configure.ac:
16680         * pkgconfig/Makefile.am:
16681           fix some more disting issues
16682         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
16683         * pkgconfig/gstreamer-media-info.pc.in:
16684           generate media-info pc files
16685
16686 2004-03-15  Johan Dahlin  <johan@gnome.org>
16687
16688         * *.h: Revert indenting
16689
16690 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16691
16692         * configure.ac:
16693           adding ffmpegcolorspace element
16694         * gst/ffmpegcolorspace/Makefile.am:
16695         * gst/ffmpegcolorspace/avcodec.h:
16696         * gst/ffmpegcolorspace/common.h:
16697         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
16698         * gst/ffmpegcolorspace/dsputil.h:
16699         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
16700         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16701         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
16702         (gst_ffmpeg_caps_to_pix_fmt):
16703         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16704         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16705         (gst_ffmpegcolorspace_caps_remove_format_info),
16706         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
16707         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
16708         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
16709         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
16710         (gst_ffmpegcolorspace_set_property),
16711         (gst_ffmpegcolorspace_get_property),
16712         (gst_ffmpegcolorspace_register):
16713         * gst/ffmpegcolorspace/imgconvert.c:
16714         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
16715         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
16716         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
16717         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
16718         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
16719         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
16720         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
16721         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
16722         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
16723         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
16724         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
16725         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
16726         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
16727         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
16728         (img_get_alpha_info), (deinterlace_line),
16729         (deinterlace_line_inplace), (deinterlace_bottom_field),
16730         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
16731         * gst/ffmpegcolorspace/imgconvert_template.h:
16732         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
16733         * gst/ffmpegcolorspace/mmx.h:
16734         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
16735           adding ffmpegcolorspace element supplied by Ronald after cleaning
16736           up and pulling in the right bits of upstream source.
16737           I'm sure a better C/compiler wizard could do some cleaning up (for
16738           example use GLIB's malloc stuff), but as a first pass this
16739           works very well
16740
16741 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16742
16743         * ext/alsa/gstalsa.h:
16744           I assume Ronald forgot to commit the change to have cardname
16745           as a struct member.  Expect some public spanking at the next
16746           opportunity.
16747
16748 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16749
16750         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
16751         (gst_alsa_open_audio), (gst_alsa_close_audio):
16752         * ext/alsa/gstalsa.c:
16753           Don't open the device if we're a mixer (= padless).
16754         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
16755         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
16756         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
16757           Open mixer during state change rather than during object
16758           initialization. Also, get a device name. Currently in a somewhat
16759           hackish fashion, but I didn't really find something better.
16760
16761 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16762
16763         * *.c, *.h: run gst-indent
16764
16765 2004-03-14  Benjamin Otte  <otte@gnome.org>
16766
16767         * gst/modplug/gstmodplug.cc:
16768         * gst/modplug/gstmodplug.h:
16769           set correct timestamps on outgoing buffers
16770
16771 2004-03-14  Benjamin Otte  <otte@gnome.org>
16772
16773         * gst/modplug/gstmodplug.cc:
16774           handle events - don't do crap when a discont arrives that's not
16775           necessary
16776           This allows correct loading and playback of mods in Rhythmbox
16777
16778 2004-03-14  Benjamin Otte  <otte@gnome.org>
16779
16780         * configure.ac:
16781         * gst-libs/gst/gconf/Makefile.am:
16782         * pkgconfig/Makefile.am:
16783           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
16784           they get rebuilt properly
16785         * configure.ac:
16786           when checking for vorbis, try pkgconfig first.
16787         * gst/modplug/gstmodplug.cc:
16788           add fixate function
16789
16790 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16791
16792         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16793           Fix for obvious mistake, where we first shift the offset and then
16794           read a samplesize element assuming the old offset. Note that this
16795           part still has something weird, i.e. my movies containing those
16796           don't actually play well, but at least there's something that looks
16797           like sound now.
16798
16799 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
16800         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
16801         (plugin_init):
16802         Add a typefind function for speex format
16803
16804 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16805
16806         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
16807         (gst_asf_demux_setup_pad):
16808           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
16809           instead of 0. Reason is simple: some elements have a fps range
16810           of 1-max instead of 0-max. So now ASF video actually works.
16811
16812 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16813
16814         * po/LINGUAS:
16815         * po/sr.po:
16816           adding serbian as a language
16817
16818 2004-03-13  Benjamin Otte  <otte@gnome.org>
16819
16820         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
16821           return taglist correctly from _get function, don't gst_pad_push it.
16822           (fixes #137042)
16823
16824 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
16825         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16826
16827 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16828
16829         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
16830         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
16831         (gst_alsa_mixer_track_new):
16832         * ext/alsa/gstalsamixertrack.h:
16833           Fix ancient leftovers... MixerTrack is a GObject.
16834
16835 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16836
16837         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16838         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16839           Don't block during probing...
16840
16841 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16842
16843         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
16844         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
16845         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
16846         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
16847         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
16848         (gst_alsa_open_audio), (gst_alsa_close_audio):
16849         * ext/alsa/gstalsa.h:
16850           Add propertyprobe interface implementation, add some device-name
16851           property, all this so that it looks good in gnome-volume-control.
16852
16853 2004-03-12  David Schleef  <ds@schleef.org>
16854
16855         * configure.ac: the Hermes library controls hermescolorspace, not
16856         colorspace.
16857         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
16858         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
16859         not /* */
16860         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
16861         * ext/sdl/sdlvideosink.h: ditto.
16862         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
16863
16864 2004-03-12  Benjamin Otte  <otte@gnome.org>
16865
16866         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
16867         (gst_x_overlay_got_xwindow_id):
16868         * gst-libs/gst/xoverlay/xoverlay.h:
16869           replace XID with unsigned long to get rid of the xlibs dependency in
16870           XOverlay (fixes #137004)
16871
16872 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
16873         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
16874         (gst_agingtv_setup):
16875         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
16876         (gst_dicetv_base_init), (gst_dicetv_class_init),
16877         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
16878         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
16879         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
16880         (gst_edgetv_setup), (gst_edgetv_rgb32):
16881         * gst/effectv/gsteffectv.c:
16882         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
16883         (gst_quarktv_set_property):
16884         * gst/effectv/gstrev.c: (gst_revtv_get_type),
16885         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
16886         (gst_revtv_setup), (gst_revtv_rgb32):
16887         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
16888         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
16889         (gst_shagadelictv_init), (gst_shagadelictv_setup),
16890         (gst_shagadelictv_rgb32):
16891         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
16892         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
16893         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
16894         * gst/effectv/gstwarp.c:
16895         Port everything that can be ported to videofilter and fix up the caps.
16896         Can someone with a big-endian machine please check these?
16897
16898 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16899
16900         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
16901         (gst_osssink_chain), (gst_osssink_change_state):
16902           Latest fixes for A/V sync, audio playback and such. This is about
16903           all... MPEG playback issues are mostly related to the async build-
16904           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
16905
16906 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16907
16908         patch from: Stephane Loeuillet
16909
16910         * configure.ac:
16911           use pkg-config for some libraries, falling back to the old .m4 way
16912           (fixes #131270)
16913         * m4/libdv.m4:
16914           removed
16915
16916 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16917
16918         * configure.ac:
16919         * tools/Makefile.am:
16920         * tools/Makefile.in:
16921         * tools/gst-launch-ext-m.m:
16922         * tools/gst-launch-ext.1.in:
16923         * tools/gst-visualise-m.m:
16924         * tools/gst-visualise.1:
16925         * tools/gst-visualise.1.in:
16926           reorganizing generation of script tools
16927
16928 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16929
16930         * ext/divx/gstdivxdec.c:
16931           Downgrade priority. We prefer ffdec_mpeg4.
16932         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
16933         (gst_faad_chain), (gst_faad_change_state):
16934           Fix capsnego. Doesn't work for some sounds because we don't have
16935           a 5:1 to stereo element.
16936         * ext/xvid/gstxvid.c: (plugin_init):
16937           Add priority.
16938         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
16939         (gst_osssink_change_state):
16940           Add discont handling.
16941
16942 2004-03-09  Colin Walters  <walters@verbum.org>
16943
16944         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
16945         conversion.
16946
16947 2004-03-09  Benjamin Otte  <otte@gnome.org>
16948
16949         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
16950           the signals take 2 arguments
16951
16952 2004-03-09  David Schleef  <ds@schleef.org>
16953
16954         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
16955         (gst_alsa_fixate): Add fixate function.  (bug #136686)
16956         * ext/alsa/gstalsa.h:
16957         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
16958
16959 2004-03-09  Benjamin Otte  <otte@gnome.org>
16960
16961         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
16962         (gst_mikmod_change_state):
16963         * ext/mikmod/gstmikmod.h:
16964           make mikmod's loop function not loop infinitely and call
16965           gst_element_yield anymore
16966         * gst/modplug/gstmodplug.cc:
16967           fix pad negotiation (fixes #136590)
16968
16969 2004-03-09  David Schleef  <ds@schleef.org>
16970
16971         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
16972         doesn't conflict with the internal colorspace plugin.
16973         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
16974         satisfy the crappy-ass shell shipped by a certain vendor.
16975         * gst/videofilter/make_filter: same (bug #135299)
16976
16977 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16978
16979         * configure.ac: bump nano to 1
16980
16981 === release 0.7.6 ===
16982
16983 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16984
16985         * configure.in: releasing 0.7.6, "There"
16986
16987 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16988
16989         * pkgconfig/gstreamer-play-uninstalled.pc.in:
16990         * pkgconfig/gstreamer-play.pc.in:
16991           synchronize the two
16992
16993 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16994
16995         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
16996         (cdparanoia_open), (cdparanoia_event):
16997           fix/add error handling
16998         * po/POTFILES.in:
16999           add cdparanoia source
17000         * tools/Makefile.am:
17001           make scripts executable
17002
17003 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17004
17005         * configure.ac:
17006         * ext/vorbis/Makefile.am:
17007         * sys/Makefile.am:
17008           remove id3types, vorbisfile and xvideosink from the build (#133783)
17009
17010 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17011
17012         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17013           Fix metadata read crash (#136537).
17014
17015 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17016
17017         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17018         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
17019           adding mime types, fixing the one-stop function
17020
17021 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17022
17023         * ext/nas/nassink.c and /ext/nas/nassink.h:
17024         More NAS love from Arwed von Merkatz
17025         So lets all sing 'Can you feel the NAS tonight'
17026
17027 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17028
17029         * tools/gst-launch-ext.in:
17030         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
17031
17032 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17033
17034         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17035         (gst_mpeg2dec_init):
17036         remove the user_data pad for now, because it is being used in
17037         fixating causing MPEG playback to fixate on 1000 Hz for playback.
17038         If someone knows how to fix this properly, please do.
17039
17040 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17041
17042         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17043         (gst_osssink_get_time):
17044         add a warning, IMO this won't get triggered anymore, remove later
17045
17046 2004-03-07  David Schleef  <ds@schleef.org>
17047
17048         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
17049         format (bug #136470)
17050
17051 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
17052
17053         * gst-libs/Makefile.am:
17054         * gst-libs/gst/media-info/Makefile.am:
17055         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
17056         (error_callback), (gst_media_info_error_create),
17057         (gst_media_info_error_element), (gmip_init), (gmip_reset),
17058         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
17059         * gst-libs/gst/media-info/media-info-priv.h:
17060         * gst-libs/gst/media-info/media-info-test.c: (main):
17061         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17062         (gst_media_info_class_init), (gst_media_info_instance_init),
17063         (gst_media_info_set_source), (gst_media_info_read_with_idler),
17064         (gst_media_info_read_idler), (gst_media_info_read):
17065         * gst-libs/gst/media-info/media-info.h:
17066         fixed, should work now
17067
17068 2004-03-07  Christian Schaller <Uraeus@gnome.org>
17069
17070         * ext/nas/nassink.c:
17071         A bunch of NAS fixes from Arwed von Merkatz
17072
17073 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17074
17075         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17076         (qtdemux_parse_trak):
17077           Fix crash (j might be greater than n_samples, in which case we're
17078           writing outside the allocated space for the array) and memleak.
17079
17080 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17081
17082         * sys/oss/gstosssink.c: (gst_osssink_chain):
17083           And another caller that couldn't handle delay < 0 (unsigned
17084           integer overflow). Video now continues playing on an audio
17085           buffer underrun, and the clock continues working. Audio still
17086           stalls.
17087
17088 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17089
17090         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17091         (gst_osssink_get_time):
17092           get_delay() may return values lower than 0. In those cases, we
17093           should not actually cast to *unsigned* int64, that will break
17094           stuff horribly. In my case, it screwed up A/V sync in movies
17095           in totem rather badly.
17096
17097 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17098
17099         * ext/faac/gstfaac.c: (gst_faac_chain):
17100         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17101         * ext/libpng/gstpngenc.c: (user_write_data):
17102         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17103         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
17104         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
17105         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17106         Fix several misuse of gst_buffer_merge (it doesn't take ownership
17107         of any buffer), should fix some leaks. I hope I didn't unref buffers
17108         that shouldn't be...
17109
17110 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17111
17112         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17113         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
17114         (error_callback), (gmi_reset), (gmi_seek_to_track),
17115         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
17116         (gmip_find_type_post), (gmip_find_stream_post),
17117         (gmip_find_track_streaminfo_post):
17118         * gst-libs/gst/media-info/media-info-priv.h:
17119         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
17120         (info_print), (main):
17121         * gst-libs/gst/media-info/media-info.c:
17122         (gst_media_info_error_create), (gst_media_info_error_element),
17123         (gst_media_info_instance_init), (gst_media_info_get_property),
17124         (gst_media_info_new), (gst_media_info_set_source),
17125         (gst_media_info_read_idler), (gst_media_info_read):
17126         * gst-libs/gst/media-info/media-info.h:
17127           first pass at making this work again.  This seems to work on
17128           tagged ogg/vorbis and mp3 files.
17129
17130 2004-03-06  Benjamin Otte  <otte@gnome.org>
17131
17132         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17133           fix huge leak: gst_buffer_merge doesn't unref the first argument
17134           itself.
17135
17136 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17137
17138         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
17139           report layer/mode/emphasis
17140
17141 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17142
17143         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
17144
17145 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17146
17147         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17148           signal serial
17149
17150 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17151
17152         * ext/vorbis/vorbis.c: (plugin_init):
17153         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17154         (gst_vorbis_dec_init), (vorbis_dec_event):
17155         add debug category
17156         make vorbisdec handle _BYTE and _TIME queries
17157
17158 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17159
17160         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
17161           from the xing header
17162
17163 2004-03-06  Benjamin Otte  <otte@gnome.org>
17164
17165         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
17166         (gst_audio_convert_link), (gst_audio_convert_change_state),
17167         (gst_audio_convert_buffer_from_default_format):
17168           do conversions from/to float correctly, fix some caps nego errors,
17169           export correct supported caps in template and getcaps, use correct
17170           caps in try_set_caps functions
17171
17172 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17173
17174         For some reason, I only committed a ChangeLog entry yesterday and
17175         not the corresponding code...
17176         * ext/mad/gstmad.c: Fix detection of Xing headers
17177         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17178
17179 2004-03-06  Benjamin Otte  <otte@gnome.org>
17180
17181         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
17182         (gst_ogg_demux_src_query):
17183           make sure to handle the case where there's no current chain
17184           gracefully.
17185
17186 2004-03-05  David Schleef  <ds@schleef.org>
17187
17188         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
17189         Add fixate function. (bug #131128)
17190         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
17191         (gst_sdlvideosink_fixate):  Add fixate function.
17192         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17193         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
17194         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
17195         Fix missing break that was causing ulaw to be interpreted as
17196         raw int.
17197
17198 2004-03-05  David Schleef  <ds@schleef.org>
17199
17200         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17201         Fix code that ignores return value of gst_buffer_merge().
17202         (bug #114560)
17203         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
17204         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
17205         * testsuite/gst-lint:  Check for above.
17206
17207 2004-03-05  David Schleef  <ds@schleef.org>
17208
17209         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
17210         caps and throw an element error.  (bug #136334)
17211
17212 2004-03-05  David Schleef  <ds@schleef.org>
17213
17214         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
17215         (gst_faad_chain): Fix negotiation.
17216         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
17217         key and button events.
17218         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
17219         dung heap of code.
17220         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
17221         depends on gconf
17222         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
17223         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17224         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
17225         function to encourage better negotiation, particularly between
17226         audioconvert and osssink.
17227         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17228         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
17229         more important.
17230         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
17231         typefinding.
17232         * gst/vbidec/vbiscreen.c:  Add glib header
17233         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
17234
17235 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
17236
17237         * ext/mad/gstmad.c: Fix detection of Xing headers
17238         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17239
17240 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17241
17242         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17243         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
17244           debug updates
17245
17246 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17247
17248         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17249         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
17250         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
17251         files, and report the parsed length as a GST_TAG_DURATION tag.
17252         * gst/tags/gstid3tag.c: support TLEN (duration) tag
17253
17254 2004-03-05  Benjamin Otte  <otte@gnome.org>
17255
17256         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
17257           convert channels correctly. convert correctly to unsigned.
17258
17259 2004-03-05  Julien MOUTTE <julien@moutte.net>
17260
17261         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
17262         we have a window before clearing it.
17263
17264 2004-03-05  Julien MOUTTE <julien@moutte.net>
17265
17266         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
17267         have a window before clearing it.
17268
17269 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17270
17271         * gconf/gstreamer.schemas.in:
17272         * gst-libs/gst/gconf/Makefile.am:
17273           version installation path the same way as for 0.6
17274         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17275         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17276         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17277           remove comment that was fixed
17278
17279 2004-03-05  David Schleef  <ds@schleef.org>
17280
17281         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
17282         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
17283         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
17284         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
17285         Add prototype code for handling seeking and querying.
17286
17287 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17288
17289         * examples/gstplay/player.c: (main):
17290           Initialize variables to NULL. Prevents a segfault because the
17291           (uninitialized) variable is not NULL, resulting in a crash on
17292           trying to reach error->message.
17293
17294 2004-03-05  Benjamin Otte  <otte@gnome.org>
17295
17296         * gst/audioconvert/gstaudioconvert.c:
17297         (gst_audio_convert_buffer_to_default_format):
17298         make float=>int conversion work correctly even in cornercases.
17299
17300 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
17301
17302         * debian/README.Debian:
17303         * debian/build-deps:
17304         * debian/changelog:
17305         * debian/control:
17306         * debian/control.in:
17307         * debian/copyright:
17308         * debian/gstreamer-a52dec.files:
17309         * debian/gstreamer-aa.files:
17310         * debian/gstreamer-alsa.files:
17311         * debian/gstreamer-alsa.manpages:
17312         * debian/gstreamer-arts.files:
17313         * debian/gstreamer-artsd.files:
17314         * debian/gstreamer-audiofile.files:
17315         * debian/gstreamer-avifile.files:
17316         * debian/gstreamer-cdparanoia.files:
17317         * debian/gstreamer-colorspace.files:
17318         * debian/gstreamer-doc.files:
17319         * debian/gstreamer-dv.files:
17320         * debian/gstreamer-dvd.files:
17321         * debian/gstreamer-esd.files:
17322         * debian/gstreamer-festival.files:
17323         * debian/gstreamer-flac.files:
17324         * debian/gstreamer-gconf.conffiles:
17325         * debian/gstreamer-gconf.files:
17326         * debian/gstreamer-gconf.postinst:
17327         * debian/gstreamer-gnomevfs.files:
17328         * debian/gstreamer-gsm.files:
17329         * debian/gstreamer-http.files:
17330         * debian/gstreamer-jack.files:
17331         * debian/gstreamer-jpeg.files:
17332         * debian/gstreamer-mad.files:
17333         * debian/gstreamer-mikmod.files:
17334         * debian/gstreamer-misc.files:
17335         * debian/gstreamer-mpeg2dec.files:
17336         * debian/gstreamer-oss.files:
17337         * debian/gstreamer-plugin-apps.files:
17338         * debian/gstreamer-plugin-apps.manpages:
17339         * debian/gstreamer-plugin-libs-dev.files:
17340         * debian/gstreamer-plugin-libs.files:
17341         * debian/gstreamer-plugin-template.postinst:
17342         * debian/gstreamer-plugin-template.postrm:
17343         * debian/gstreamer-sdl.files:
17344         * debian/gstreamer-sid.files:
17345         * debian/gstreamer-vorbis.files:
17346         * debian/gstreamer-x.files:
17347         * debian/mk.control:
17348         * debian/rules:
17349         Debian package info not maintained here.
17350
17351 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17352
17353         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17354         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17355         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
17356         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
17357         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
17358         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
17359         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17360         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17361         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17362         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
17363         * gst-libs/gst/colorbalance/colorbalance.c:
17364         (gst_color_balance_class_init):
17365         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17366         (gst_color_balance_channel_class_init):
17367         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17368         * gst-libs/gst/play/play.c: (gst_play_class_init):
17369         * gst-libs/gst/propertyprobe/propertyprobe.c:
17370         (gst_property_probe_iface_init):
17371         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
17372         * gst-libs/gst/tuner/tunerchannel.c:
17373         (gst_tuner_channel_class_init):
17374         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
17375         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
17376         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
17377         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17378         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17379         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17380         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17381         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
17382         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
17383           fix signals to use - instead of _
17384         * ext/libcaca/gstcacasink.h:
17385         * ext/sdl/sdlvideosink.h:
17386           fix header rename
17387
17388 2004-03-04  David Schleef  <ds@schleef.org>
17389
17390         * testsuite/gst-lint:  Add a check for bad signal names.
17391
17392 2004-03-04  <kost@imn.htwk-leipzig.de>
17393
17394         reviewed by David Schleef
17395
17396         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
17397         modified the alpha channel and caused a warning. (bug #136192)
17398
17399 2004-04-03  Christian Schaller <Uraeus@gnome.org>
17400
17401         * gst-plugins.spec.in:
17402         Change names of plugins to actually be correct. Try to keep things
17403         alphabetical to avoid getting beat up by Thomas
17404
17405 2004-03-03  Julien MOUTTE <julien@moutte.net>
17406
17407         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
17408         Using ximagesink as a default if no gconf key found. We should
17409         probably consider using alsasink instead of osssink for the audio
17410         part.
17411
17412 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17413
17414         * configure.ac:
17415           fix --with-plugins, don't think it ever worked before
17416         * gst-plugins.spec.in:
17417           even more updates
17418
17419 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17420
17421         * ext/sdl/sdlvideosink.h:
17422         * sys/ximage/ximagesink.h:
17423         * sys/xvideo/xvideosink.h:
17424         * sys/xvimage/xvimagesink.h:
17425           Fix for move of gstvideosink.h -> videosink.h.
17426
17427 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17428
17429         * gst-libs/gst/xwindowlistener/Makefile.am:
17430           this is a plugin library, not a library
17431
17432 2004-03-01  David Schleef  <ds@schleef.org>
17433
17434         * AUTHORS:  Added some names.  Add yourself if you're still
17435         missing.
17436
17437 2004-03-01  David Schleef  <ds@schleef.org>
17438
17439         * MAINTAINERS: Add
17440
17441 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17442
17443         * gst-plugins.spec.in: clean up spec file
17444
17445 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17446
17447         * gst-libs/gst/video/Makefile.am:
17448         * gst-libs/gst/video/gstvideosink.c:
17449         * gst-libs/gst/video/gstvideosink.h:
17450           rename gstvideosink.h to videosink.h to match other headers
17451         * gst/mixmatrix/Makefile.am:
17452           fix plugin filename
17453         * gst/tags/Makefile.am: fix plugin filename
17454
17455 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17456
17457         * gst/tags/Makefile.am: fix plugin filename
17458
17459 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17460
17461         * examples/gstplay/player.c: (got_time_tick), (main):
17462           add error handler
17463           display time_tick more readably
17464         * gst/mixmatrix/Makefile.am:
17465           fix plugin file name
17466
17467 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
17468
17469         * sys/oss/gstosselement.c: (gst_osselement_probe),
17470         (device_combination_append), (gst_osselement_class_probe_devices):
17471         * sys/oss/gstosselement.h:
17472           Reworked enumeration of oss dsps and mixers so that gst-mixer works
17473           on my system using alsa oss emulation, fixes bug #135597
17474
17475 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17476
17477         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
17478         (gst_videodrop_chain), (gst_videodrop_change_state):
17479         * gst/videodrop/gstvideodrop.h:
17480           Work based on timestamp of input data, not based on the expected
17481           framerate from the input. The consequence is that this element now
17482           not only scales framerates, but also functions as a framerate
17483           corrector or framerate stabilizer/constantizer.
17484
17485 2004-02-27  David Schleef  <ds@schleef.org>
17486
17487         patches from jmmv@menta.net (Julio M. Merino Vidal)
17488
17489         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
17490         GST_ELEMENT_ERROR call (bug #135634)
17491         * gst/interleave/interleave.c: (interleave_buffered_loop),
17492         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
17493         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
17494         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17495         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
17496         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
17497         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17498         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
17499         Fix GST_ELEMENT_ERROR call.
17500         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
17501         GST_ELEMENT_ERROR call.
17502
17503 2004-02-27  Benjamin Otte  <otte@gnome.org>
17504
17505         * gst-libs/gst/audio/audio.h:
17506           add macro to make sure header isn't included twice
17507         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
17508           don't use gst_buffer_free
17509         * gst/playondemand/filter.func:
17510           don't use gst_data_free. Free data only once.
17511
17512 2004-02-26  David Schleef  <ds@schleef.org>
17513
17514         * gst-libs/gst/colorbalance/Makefile.am:
17515         * gst-libs/gst/mixer/Makefile.am:
17516         * gst-libs/gst/tuner/Makefile.am:
17517         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
17518         should not be disted, -marshal.h files should not be installed,
17519         and -enum.h files _should_ be installed.  Fix to make this the
17520         case.
17521
17522 === release 0.7.5 ===
17523
17524 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17525
17526         * configure.ac: release 0.7.5, "Under The Sea"
17527
17528 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17529
17530         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
17531         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
17532         * gst/videoscale/gstvideoscale.c:
17533         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
17534           assorted debug/warning fixes
17535
17536 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17537
17538         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
17539         (gst_videoscale_init), (gst_videoscale_chain),
17540         (gst_videoscale_set_property), (plugin_init):
17541         * gst/videoscale/gstvideoscale.h:
17542         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17543         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
17544         (gst_videoscale_planar400), (gst_videoscale_packed422),
17545         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
17546         (gst_videoscale_24bit), (gst_videoscale_16bit),
17547         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
17548         (gst_videoscale_scale_plane_slow),
17549         (gst_videoscale_scale_point_sample),
17550         (gst_videoscale_scale_nearest),
17551         (gst_videoscale_scale_nearest_str2),
17552         (gst_videoscale_scale_nearest_str4),
17553         (gst_videoscale_scale_nearest_32bit),
17554         (gst_videoscale_scale_nearest_24bit),
17555         (gst_videoscale_scale_nearest_16bit):
17556         add debugging category and use it properly
17557         fix use of GST_PTR_FORMAT
17558
17559 2004-02-25  Andy Wingo  <wingo@pobox.com>
17560
17561         * gst/interleave/interleave.c (interleave_buffered_loop): Always
17562         push only when channel->buffer is NULL. Prevents segfaults doing
17563         the state change after a nonlocal exit, like a scheme exception.
17564
17565         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
17566         Handle the case where the intersected caps is empty.
17567
17568 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17569
17570         * gst/law/mulaw-decode.c: (mulawdec_link):
17571         * gst/law/mulaw.c: (plugin_init):
17572           fix mulawdec so it actually works again
17573
17574 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
17575
17576         reviewed by: David Schleef  <ds@schleef.org>
17577
17578         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
17579         (gst_gamma_init), (gst_gamma_set_property),
17580         (gst_gamma_get_property), (gst_gamma_calculate_tables),
17581         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
17582         for RGB, with separate r g and b correction factors. (#131167)
17583
17584 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17585
17586         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17587           only signal tags for bitrate if they're > 0 (#134894)
17588
17589 2004-02-24  David Schleef  <ds@schleef.org>
17590
17591         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
17592         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
17593         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
17594         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
17595         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
17596         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
17597         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
17598         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
17599         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
17600         category.  Attempt to fix timestamp calculation.
17601
17602 2004-02-24  Johan Dahlin  <johan@gnome.org>
17603
17604         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
17605
17606 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17607
17608         * configure.ac:
17609         * gconf/Makefile.am:
17610         * gconf/gstreamer.schemas:
17611         * gst-libs/gst/gconf/Makefile.am:
17612         * gst-libs/gst/gconf/gconf.c:
17613           version gconf schemas and install locations
17614
17615 2004-02-23  Benjamin Otte  <otte@gnome.org>
17616
17617         * ext/xine/xineinput.c: (gst_xine_input_dispose):
17618         (gst_xine_input_subclass_init):
17619           call parent dispose.
17620           change pad template for CD reader correctly
17621         * ext/xine/Makefile.am:
17622         * ext/xine/gstxine.h:
17623         * ext/xine/xine.c: (plugin_init):
17624         * ext/xine/xineaudiosink.c:
17625           wrap audio sinks, too
17626         * gst-libs/gst/resample/private.h:
17627         * gst-libs/gst/resample/resample.c: (gst_resample_init),
17628         (gst_resample_reinit), (gst_resample_scale),
17629         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
17630         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
17631         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
17632         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
17633         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
17634         * gst-libs/gst/resample/resample.h:
17635         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17636         (gst_audioscale_class_init), (gst_audioscale_link),
17637         (gst_audioscale_get_buffer), (gst_audioscale_init),
17638         (gst_audioscale_chain), (gst_audioscale_set_property),
17639         (gst_audioscale_get_property):
17640         * gst/audioscale/gstaudioscale.h:
17641           s/resample_*/gst_resample_*/i to not clobber namespaces
17642
17643 2004-02-23  Julien MOUTTE  <julien@moutte.net>
17644
17645         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17646         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
17647         (gst_riff_create_video_template_caps),
17648         (gst_riff_create_audio_template_caps),
17649         (gst_riff_create_iavs_template_caps):
17650         * gst-libs/gst/riff/riff-media.h:
17651         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
17652         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
17653         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
17654         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17655         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17656         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17657         (gst_matroska_demux_plugin_init): First batch implementing audio and
17658         video codec tags in demuxers.
17659
17660 2004-02-22  Benjamin Otte  <otte@gnome.org>
17661
17662         * ext/xine/Makefile.am:
17663         * ext/xine/gstxine.h:
17664         * ext/xine/xine.c: (plugin_init):
17665         * ext/xine/xineinput.c:
17666           add input plugin wrapper. Playback from files, http, mms and cdda
17667           works.
17668         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
17669           remove leftover G_GNUC_UNUSED
17670         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
17671         (gst_asf_demux_identify_guid):
17672           improve debugging output
17673
17674 2004-02-22  Benjamin Otte  <otte@gnome.org>
17675
17676         reported by: Padraig O'Briain <padraig.obriain@sun.com>
17677
17678         * autogen.sh:
17679           replace test -e with test -x for mkinstalldirs to be more portable.
17680           (fixes #134816)
17681
17682 2004-02-22  Benjamin Otte  <otte@gnome.org>
17683
17684         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
17685
17686         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
17687           set rank to PRIMARY
17688         * gst/volume/gstvolume.c: (plugin_init):
17689           set rank to NONE
17690         fixes #134960
17691
17692 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
17693
17694         reviewed by Benjamin Otte  <otte@gnome.org>
17695
17696         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
17697           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
17698
17699 2004-02-22  Benjamin Otte  <otte@gnome.org>
17700
17701         * configure.ac:
17702           export [_]*{gst,Gst,GST}.* symbols from plugins
17703
17704 2004-02-22  Christophe Fergeau <teuf@gnome.org>
17705
17706         reviewed by: Benjamin Otte  <otte@gnome.org>
17707
17708         * ext/lame/gstlame.c: (add_one_tag):
17709         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17710         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
17711         (gst_vorbisenc_metadata_set1):
17712         * gst/tags/gstid3tag.c:
17713         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
17714           apply fixes from bugs #135042 (lame can't write tags) and #133817
17715           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
17716
17717 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
17718
17719         * configure.ac: Export only gst_plugin_desc from plugins.
17720          Note that this change only makes any effect with Linux using libtool
17721          1.5.2 or higher. Otherwise it is silently ignored, but it would build
17722          fine. And don't try to have several versions of libtool in different
17723          directories.
17724
17725 2004-02-20  Andy Wingo  <wingo@pobox.com>
17726
17727         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
17728         interleave respectively.
17729
17730         * gst/interleave/deinterleave.c: New plugin: deinterleave
17731         (replaces on oneton).
17732         * gst/interleave/interleave.c: New plugin: interleave.
17733         * gst/interleave/plugin.h: Support file.
17734         * gst/interleave/plugin.c: Support file.
17735
17736         * configure.ac: Remove intfloat and oneton, add interleave.
17737
17738         * ext/sndfile/gstsf.c: Handle events better.
17739
17740         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
17741         and float2int operation. int2float has scheduling problems as
17742         noted in in2float_chain.
17743
17744 2004-02-20  Benjamin Otte  <otte@gnome.org>
17745
17746         * ext/xine/Makefile.am:
17747         * ext/xine/gstxine.h:
17748         * ext/xine/xine.c:
17749         * ext/xine/xineaudiodec.c:
17750         * ext/xine/xinecaps.c:
17751           add first version of xine plugin wrapper. Currently only wraps the
17752           QDM2 win32 DLL, and even that only in proof-of-concept quality.
17753         * configure.ac:
17754         * ext/Makefile.am:
17755           add xine plugin wrapper, disabled by default. Use --enable-xine to
17756           build. Note that it'll segfault on gst-register if you don't remove
17757           the goom and tvtime post plugins from xine.
17758         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
17759         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
17760           add extradata parsing for QDM2.
17761           change around debugging prints.
17762
17763 2004-02-19  Benjamin Otte  <otte@gnome.org>
17764
17765         * ext/lame/gstlame.c: (gst_lame_chain):
17766         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
17767           use gst_tag_list_insert when you want to insert tags
17768
17769 2004-02-18  David Schleef  <ds@schleef.org>
17770
17771         * configure.ac:  Move massink to gst-rotten
17772         * ext/Makefile.am:
17773         * ext/mas/Makefile.am:
17774         * ext/mas/massink.c:
17775         * ext/mas/massink.h:
17776
17777 2004-02-18  David Schleef  <ds@schleef.org>
17778
17779         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
17780         typefinding, since it seems to be worse than nothing.
17781         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
17782         atom to recognize .mp4 and .m4a files as video/quicktime.
17783
17784 2004-02-18  David Schleef  <ds@schleef.org>
17785
17786         * gst/sine/demo-dparams.c: (quit_live),
17787         (dynparm_log_value_changed), (dynparm_value_changed), (main):
17788         Use double dparams, not float.
17789         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17790         (gst_sinesrc_init): Change sync default to FALSE, since multiple
17791         sync'd elements don't really work correctly.
17792         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
17793         (volume_update_volume), (volume_get_property):  Change dparam
17794         to double.
17795
17796 2004-02-18  Julien MOUTTE  <julien@moutte.net>
17797
17798         * sys/ximage/ximagesink.c:
17799         (gst_ximagesink_xwindow_update_geometry),
17800         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
17801         (gst_ximagesink_change_state), (gst_ximagesink_expose),
17802         (gst_ximagesink_init): Rework the way software video scaling works. So
17803         now we check on each chain call if the video frames are feeling the
17804         window. If not we try to renegotiate caps. On failure we memorize that
17805         and we won't try again for that PLAYING sessions.
17806         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
17807         failure.
17808         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
17809         synchronous flag.
17810
17811 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17812
17813         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
17814           break up _link so we can give a better debug message for errors
17815
17816 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17817
17818         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
17819           set up debug category
17820
17821 2004-02-18  Julien MOUTTE <julien@moutte.net>
17822
17823         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17824         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
17825         the way renegotiation work. The event handling function is not taking
17826         care of external windows and renegotiate method check for pad flags
17827         NEGOTIATING. Should fix : #133209
17828
17829 2004-02-17  Julien MOUTTE  <julien@moutte.net>
17830
17831         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
17832         pad is negotiating before trying renegotiation.
17833
17834 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17835
17836         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
17837           pass on all possible mime types as typefind hints
17838
17839 2004-02-17  Julien MOUTTE <julien@moutte.net>
17840
17841         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
17842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
17843         possible SHM leak if we crash. All other apps using XShm are doing
17844         that.
17845
17846 2004-02-17  Julien MOUTTE  <julien@moutte.net>
17847
17848         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17849         (gst_ximagesink_expose): Renegotiate size on expose.
17850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
17851         size on expose.
17852
17853 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17854
17855         * testsuite/alsa/sinesrc.c:
17856           cosmetic fix to fix compile issue with gcc 2.95.4
17857
17858 2004-02-16  Julien MOUTTE <julien@moutte.net>
17859
17860         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
17861         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
17862         failed opening the audio device.
17863         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17864         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
17865         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
17866         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
17867         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
17868         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
17869         (gst_ximagesink_change_state), (gst_ximagesink_chain),
17870         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
17871         Removing some useless g_return_if_fail like wingo suggested.
17872         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17873         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
17874         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
17875         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
17876         (gst_xvimagesink_update_colorbalance),
17877         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
17878         (gst_xvimagesink_xcontext_clear),
17879         (gst_xvimagesink_get_fourcc_from_caps),
17880         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
17881         (gst_xvimagesink_set_xwindow_id),
17882         (gst_xvimagesink_colorbalance_list_channels),
17883         (gst_xvimagesink_colorbalance_set_value),
17884         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
17885         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
17886
17887 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17888
17889         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17890           throw error when not negotiated instead of asserting
17891
17892 2004-02-15  Julien MOUTTE  <julien@moutte.net>
17893
17894         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
17895         correct data refcounting.
17896
17897 2004-02-15  Julien MOUTTE  <julien@moutte.net>
17898
17899         * gst/switch/gstswitch.c: (gst_switch_change_state),
17900         (gst_switch_class_init): Cleaning the sinkpads correctly on state
17901         change, mostly the EOS flag.
17902
17903 2004-02-15  Julien MOUTTE  <julien@moutte.net>
17904
17905         * examples/gstplay/player.c: (got_eos), (main): Adding some
17906         output for debugging.
17907         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
17908         timeouts if we go to any state different from PLAYING.
17909         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
17910         more EOS bugs in riff lib.
17911
17912 2004-02-14  Julien MOUTTE  <julien@moutte.net>
17913
17914         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
17915         visualization until i find a way to fix switch correctly.
17916         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
17917         EOS arrives.
17918         * gst/switch/gstswitch.c: (gst_switch_release_pad),
17919         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
17920         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
17921         Reworked switch to get a more correct behaviour with events and refing
17922         of data stored in sinkpads.
17923         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
17924         we don't pull from a pad in EOS.
17925
17926 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17927
17928         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17929           remove v1 tag even if we can't read it (makes sure we don't detect
17930           it again)
17931
17932 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17933
17934         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
17935         (gst_alsa_xrun_recovery):
17936         * ext/alsa/gstalsa.h:
17937           try xrun recovery when wait failed. Make xrun recovery function
17938           return TRUE/FALSE to indicate success. (might fix #134354)
17939
17940 2004-02-13  David Schleef  <ds@schleef.org>
17941
17942         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
17943         (dynparm_value_changed), (main): Convert from float to double.
17944         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
17945
17946 2004-02-13  David Schleef  <ds@schleef.org>
17947
17948         * gst/silence/gstsilence.c: (gst_silence_class_init),
17949         (gst_silence_set_clock), (gst_silence_get),
17950         (gst_silence_set_property), (gst_silence_get_property):
17951         * gst/silence/gstsilence.h: Add sync property.
17952         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17953         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
17954         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
17955         * gst/sine/gstsinesrc.h: Add sync property.
17956
17957 2004-02-13  David Schleef  <ds@schleef.org>
17958
17959         * gst/intfloat/gstint2float.c: (conv_f32_s16),
17960         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
17961
17962 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17963
17964         * configure.ac:
17965         * ext/Makefile.am:
17966         * gst-libs/ext/Makefile.am:
17967           move ffmpeg plugin to gst-ffmpeg module
17968
17969 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17970
17971         * configure.ac: use GST_ARCH to detect architecture
17972
17973 2004-02-12  Julien MOUTTE  <julien@moutte.net>
17974
17975         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
17976
17977 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17978
17979         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
17980           classify LADSPA plugins based on number of src/sink pads
17981           (#133663, Stefan Kost)
17982         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
17983           fix dparams registration
17984           (#133528, Stefan Kost)
17985         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
17986           fix use of isprint and use g_ascii_isprint instead
17987           (#133316, Stefan Kost)
17988
17989 2004-02-11  David Schleef  <ds@schleef.org>
17990
17991         Convert a few inner loops to use liboil.  This is currently
17992         optional, and is only enabled if liboil is present (duh!).
17993         * configure.ac: Check for liboil-0.1
17994         * gst/intfloat/Makefile.am:
17995         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
17996         (gst_int2float_chain_gint16):
17997         * gst/videofilter/Makefile.am:
17998         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
17999         (tablelookup_u8), (gst_videobalance_planar411):
18000         * gst/videotestsrc/Makefile.am:
18001         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
18002         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
18003         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
18004         (paint_hline_RGB565), (paint_hline_xRGB1555):
18005
18006 2004-02-11  David Schleef  <ds@schleef.org>
18007
18008         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
18009         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
18010         (gst_colorspace_getcaps), (gst_colorspace_link),
18011         (gst_colorspace_base_init), (gst_colorspace_init),
18012         (gst_colorspace_chain), (gst_colorspace_change_state),
18013         (plugin_init): Merge Ronald's patch (bug #117897) and update
18014         for new caps and negotiation.  Seems to work, although it
18015         shows off bugs in lcs.
18016
18017 2004-02-11  David Schleef  <ds@schleef.org>
18018
18019         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
18020         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
18021
18022 2004-02-11  David Schleef  <ds@schleef.org>
18023
18024         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
18025         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
18026         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
18027         Add server and port properties
18028
18029 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18030
18031         * m4/a52.m4:
18032         * m4/aalib.m4:
18033         * m4/as-ffmpeg.m4:
18034         * m4/as-liblame.m4:
18035         * m4/as-slurp-ffmpeg.m4:
18036         * m4/check-libheader.m4:
18037         * m4/esd.m4:
18038         * m4/freetype2.m4:
18039         * m4/gconf-2.m4:
18040         * m4/glib.m4:
18041         * m4/gst-alsa.m4:
18042         * m4/gst-artsc.m4:
18043         * m4/gst-ivorbis.m4:
18044         * m4/gst-matroska.m4:
18045         * m4/gst-sdl.m4:
18046         * m4/gst-shout2.m4:
18047         * m4/gst-sid.m4:
18048         * m4/gtk.m4:
18049         * m4/libdv.m4:
18050         * m4/libfame.m4:
18051         * m4/libmikmod.m4:
18052         * m4/ogg.m4:
18053         * m4/vorbis.m4:
18054           fix underquotedness of macros (#133800)
18055         * m4/as-avifile.m4:
18056         * m4/xmms.m4:
18057           removed because no longer used
18058
18059 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18060
18061         * configure.ac:
18062           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
18063           by autopoint (fixes #132996)
18064
18065 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18066
18067         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
18068         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
18069         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
18070         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
18071           fix memleaks
18072
18073 2004-02-11  David Schleef  <ds@schleef.org>
18074
18075         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18076         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
18077         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
18078         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
18079         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
18080         (gst_jpegenc_class_init), (gst_jpegenc_init),
18081         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
18082         (gst_jpegenc_chain), (gst_jpegenc_set_property),
18083         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
18084         * ext/jpeg/gstjpegenc.h: Fix negotiation.
18085
18086 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18087
18088         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18089         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
18090         * ext/mikmod/gstmikmod.h:
18091           fix caps negotiation in mikmod
18092         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
18093           output debug information
18094
18095 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18096
18097         * gst-libs/gst/colorbalance/Makefile.am:
18098         * gst-libs/gst/navigation/Makefile.am:
18099         * gst-libs/gst/xoverlay/Makefile.am:
18100           remove unused GST_OPT_CFLAGS from Makefiles
18101           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
18102
18103 2004-02-07  David Schleef  <ds@schleef.org>
18104
18105         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
18106         push events to pads that haven't been created (#133508)
18107
18108 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
18109
18110         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18111         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
18112         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18113         (gst_dvdec_loop), (gst_dvdec_change_state):
18114         Second attempt at committing a working dvdec element.
18115
18116 2004-02-06  David Schleef  <ds@schleef.org>
18117
18118         Build fixes for OS X: (see #129600)
18119         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
18120         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
18121         (gst_riff_read_strf_iavs):
18122         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18123         (gst_avi_demux_stream_odml):
18124         * gst/playondemand/Makefile.am:
18125         * gst/rtp/rtp-packet.c:
18126
18127 2004-02-05  David Schleef  <ds@schleef.org>
18128
18129         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
18130         last change, because it Just Doesn't Compile.
18131
18132 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18133
18134         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18135           skip undecodable id3v2 tag instead of keeping it
18136
18137 2004-02-05  David Schleef  <ds@schleef.org>
18138
18139         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18140         Unref leaked buffer.  (Noticed by Ronald)
18141
18142 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
18143
18144         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18145         Sync requires with other checks.  >= vs =.
18146
18147 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18148
18149         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
18150         (gst_dvdec_video_link), (gst_dvdec_loop):
18151         * ext/dv/gstdvdec.h:
18152           rework the caps negotiation so that dvdec works again instead
18153           of just segfaulting.
18154
18155 === release 0.7.4 ===
18156
18157 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18158
18159         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
18160         * configure.ac: changed for release
18161
18162 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18163
18164         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
18165         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18166         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18167         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18168           reworked patch by David Lehn to fix libdir and includedir for
18169           uninstalled libraries
18170           removed play and gconf from gstreamer-libs since they have their
18171           own pkgconfig files
18172
18173 2004-02-04  David Schleef  <ds@schleef.org>
18174
18175         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
18176         memleak.
18177
18178 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18179
18180         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18181           use correct GST_TAG_ENCODER tag
18182
18183 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18184
18185         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18186           be sure to stop the clock when going to paused
18187         * sys/oss/gstosssink.c: (gst_osssink_change_state):
18188           reset number of transmitted when going to ready.
18189         fixes #132935
18190
18191 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
18192
18193         reviewed by Benjamin Otte
18194
18195         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18196           extract track count (fixes #133410)
18197
18198 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18199
18200         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
18201           that should be !=, not == (fixes #132519)
18202
18203 2004-02-04  David Schleef  <ds@schleef.org>
18204
18205         Make sure set_explicit_caps() is called before adding pad.
18206         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18207         * gst/id3/gstid3types.c: (gst_id3types_loop):
18208         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18209         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18210
18211 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18212
18213         * configure.ac:
18214           bump nano to 2, first prerelease
18215           put back AM_PROG_LIBTOOL
18216
18217 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18218
18219         * testsuite/alsa/Makefile.am:
18220           these are user test apps, not automatic testsuite tests
18221
18222 2004-02-04  David Schleef  <ds@schleef.org>
18223
18224         Convert GST_DEBUG_CAPS() to GST_DEBUG():
18225         * gst/mpeg1videoparse/gstmp1videoparse.c:
18226         (mp1videoparse_parse_seq):
18227         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18228         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18229         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
18230         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18231         (gst_xvideosink_getcaps):
18232         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18233         * testsuite/gst-lint: more tests
18234
18235 2004-02-04  David Schleef  <ds@schleef.org>
18236
18237         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
18238         with the code that they would expand to.
18239         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
18240         (gst_flacdec_get_src_query_types),
18241         (gst_flacdec_get_src_event_masks):
18242         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
18243         (gst_gnomevfssrc_get_query_types),
18244         (gst_gnomevfssrc_get_event_mask):
18245
18246 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18247
18248         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18249         (gst_sinesrc_dispose):
18250           fix memleak by properly disposing sinesrc
18251
18252 2004-02-04  Julien MOUTTE  <julien@moutte.net>
18253
18254         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
18255         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
18256         an overlay to redraw the image because it has been exposed.
18257         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
18258         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
18259         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
18260         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
18261         interface
18262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
18263         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
18264         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
18265         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
18266         interface
18267
18268 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18269
18270         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18271           more memleak fixage
18272
18273 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18274
18275         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18276         * gst/typefind/gsttypefindfunctions.c:
18277           fix memleaks shown by gst-typefind
18278
18279 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18280
18281         * common/glib-gen.mak:
18282           add hack rule to touch .Plo files
18283         * gst-libs/gst/colorbalance/Makefile.am:
18284         * gst-libs/gst/mixer/Makefile.am:
18285         * gst-libs/gst/play/Makefile.am:
18286         * gst-libs/gst/tuner/Makefile.am:
18287           remove glib_root variable
18288
18289 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18290
18291         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
18292           set explicit caps before adding the element, so the autopluggers can
18293           plug correctly.
18294         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18295         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18296         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18297         (dv_type_find):
18298           fix memleaks in typefind functions. gst_type_find_suggest takes a const
18299           argument.
18300
18301 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18302
18303         * gst-libs/gst/colorbalance/Makefile.am:
18304         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18305         * gst-libs/gst/colorbalance/colorbalance.c:
18306         * gst-libs/gst/colorbalance/colorbalance.h:
18307         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
18308         * gst-libs/gst/mixer/Makefile.am:
18309         * gst-libs/gst/mixer/mixer-marshal.list:
18310         * gst-libs/gst/mixer/mixer.c:
18311         * gst-libs/gst/mixer/mixer.h:
18312         * gst-libs/gst/mixer/mixermarshal.list:
18313         * gst-libs/gst/play/Makefile.am:
18314         * gst-libs/gst/play/play.h:
18315         * gst-libs/gst/tuner/Makefile.am:
18316         * gst-libs/gst/tuner/tuner-marshal.list:
18317         * gst-libs/gst/tuner/tuner.c:
18318         * gst-libs/gst/tuner/tuner.h:
18319         * gst-libs/gst/tuner/tunermarshal.list:
18320           use new glib-gen.mak snippet to clean up Makefile.am
18321           fix various bugs in Makefile.am's
18322
18323 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18324
18325         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18326           handle chain parsing correctly in the multichain case
18327         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
18328         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
18329         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18330         (theora_dec_chain):
18331           handle events and queries correctly
18332
18333 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18334
18335         * .cvsignore:
18336         Ignore generated file _stdint.h.
18337
18338 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18339
18340         * gst-libs/gst/colorbalance/Makefile.am:
18341         * gst-libs/gst/colorbalance/colorbalance.h:
18342         * gst-libs/gst/mixer/Makefile.am:
18343         * gst-libs/gst/mixer/mixer.h:
18344         * gst-libs/gst/play/Makefile.am:
18345         * gst-libs/gst/play/play.h:
18346         * gst-libs/gst/tuner/Makefile.am:
18347         * gst-libs/gst/tuner/tuner.h:
18348         Generate enum type code with glib-mkenums.
18349         * gst-libs/gst/colorbalance/.cvsignore:
18350         * gst-libs/gst/mixer/.cvsignore:
18351         * gst-libs/gst/play/.cvsignore:
18352         * gst-libs/gst/tuner/.cvsignore:
18353         Ignore generated files.
18354
18355 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18356
18357         * gst-libs/gst/audio/.cvsignore:
18358         Ignore generated file.
18359         * gst-libs/gst/audio/Makefile.am:
18360         Do not install example filter.
18361
18362 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18363
18364         * examples/switch/.cvsignore:
18365         Ignore generated file.
18366
18367 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18368
18369         * common/m4/ax_create_stdint_h.m4:
18370         * configure.ac:
18371           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
18372           _stdint.h.
18373         * Makefile.am:
18374           remove generated _stdint.h in DISTCLEANFILES
18375         * ext/a52dec/gsta52dec.c:
18376           include _stdint.h for a52dec. (should fix #133064)
18377
18378 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18379
18380         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
18381         (gst_tag_to_vorbis_comments):
18382         Add replaygain support to vorbistag
18383
18384 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18385         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18386         (gst_ffmpeg_caps_to_extradata):
18387           Fix SVQ3 caps flag properties
18388           Use glib macro for bytes swap
18389
18390 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18391
18392         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
18393         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
18394         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18395         * ext/sndfile/gstsf.c: (plugin_init):
18396         * gst/avi/gstavi.c: (plugin_init):
18397         * sys/dxr3/dxr3init.c: (plugin_init):
18398         * sys/oss/gstossaudio.c: (plugin_init):
18399         * sys/v4l/gstv4l.c: (plugin_init):
18400         * sys/v4l2/gstv4l2.c: (plugin_init):
18401           remove textdomain calls
18402         * po/nl.po:
18403           update Dutch translation
18404
18405 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18406
18407         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18408         (gst_play_set_audio_sink): Moving volume in the audio thread for
18409         instantaneous volume change. Maybe i will add another volume in front
18410         of visualization later, not sure yet though.
18411
18412 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18413
18414         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18415         (gst_ximagesink_handle_xevents): Better X events handling, only take
18416         the latest events for configure and motion.
18417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
18418
18419 2004-02-02  Jon Trowbridge  <trow@gnu.org>
18420
18421         reviewed by: David Schleef  <ds@schleef.org>
18422
18423         Fix memory leaks:
18424         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
18425         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
18426
18427 2004-02-02  David Schleef  <ds@schleef.org>
18428
18429         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
18430         of lines.
18431         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
18432         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18433         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
18434         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
18435         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
18436         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
18437         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
18438         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
18439         (gst_float2_2_int_link):
18440         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
18441         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
18442         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
18443         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
18444         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
18445         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
18446         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
18447         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
18448         * testsuite/gst-lint: Add tests for bzero and ;;
18449
18450 2004-02-02  David Schleef  <ds@schleef.org>
18451
18452         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
18453
18454 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18455
18456         * ext/aalib/gstaasink.c: (gst_aasink_open):
18457         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
18458         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18459         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18460         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
18461         (gst_afsink_close_file):
18462         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
18463         (gst_afsrc_close_file):
18464         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
18465         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
18466         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
18467         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
18468         * ext/esd/esdmon.c: (gst_esdmon_get):
18469         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
18470         * ext/faac/gstfaac.c: (gst_faac_chain):
18471         * ext/faad/gstfaad.c: (gst_faad_chain):
18472         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
18473         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18474         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
18475         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
18476         (gst_flacdec_loop):
18477         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18478         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18479         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18480         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
18481         (gst_gnomevfssink_close_file):
18482         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
18483         (gst_gnomevfssrc_open_file):
18484         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
18485         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
18486         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
18487         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
18488         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
18489         * ext/mad/gstmad.c: (gst_mad_chain):
18490         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
18491         * ext/mpeg2dec/gstmpeg2dec.c:
18492         * ext/mpeg2enc/gstmpeg2enc.cc:
18493         * ext/mplex/gstmplex.cc:
18494         * ext/mplex/gstmplexibitstream.cc:
18495         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
18496         (gst_ogg_demux_push):
18497         * ext/raw1394/gstdv1394src.c:
18498         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
18499         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
18500         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
18501         (gst_sf_loop):
18502         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18503         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
18504         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
18505         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
18506         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18507         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
18508         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
18509         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
18510         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18511         (gst_riff_read_element_data), (gst_riff_read_seek),
18512         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
18513         * gst/adder/gstadder.c: (gst_adder_loop):
18514         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
18515         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
18516         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
18517         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
18518         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
18519         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
18520         * gst/goom/gstgoom.c: (gst_goom_chain):
18521         * gst/id3/gstid3types.c: (gst_id3types_loop):
18522         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
18523         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
18524         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
18525         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
18526         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
18527         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
18528         (gst_ebml_read_float), (gst_ebml_read_header):
18529         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
18530         (gst_matroska_demux_parse_blockgroup):
18531         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
18532         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
18533         * gst/oneton/gstoneton.c: (gst_oneton_chain):
18534         * gst/silence/gstsilence.c: (gst_silence_get):
18535         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18536         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
18537         * gst/speed/gstspeed.c: (speed_loop):
18538         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18539         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
18540         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
18541         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
18542         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
18543         (gst_wavparse_loop):
18544         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
18545         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
18546         (dxr3audiosink_close):
18547         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
18548         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
18549         (dxr3videosink_close), (dxr3videosink_write_data):
18550         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
18551         * sys/oss/gstosssink.c: (gst_osssink_chain):
18552         * sys/oss/gstosssrc.c: (gst_osssrc_get):
18553         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
18554         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
18555         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
18556         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
18557         (gst_v4l_set_window), (gst_v4l_enable_overlay):
18558         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
18559         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
18560         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
18561         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
18562         (gst_v4l_set_audio):
18563         * sys/v4l/v4l_calls.h:
18564         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
18565         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
18566         (gst_v4lmjpegsink_playback_init),
18567         (gst_v4lmjpegsink_playback_start):
18568         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
18569         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
18570         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
18571         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
18572         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
18573         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
18574         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
18575         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
18576         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
18577         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
18578         (gst_v4l2_get_output), (gst_v4l2_set_output),
18579         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
18580         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
18581         (gst_v4l2_set_attribute):
18582         * sys/v4l2/v4l2_calls.h:
18583         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
18584         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
18585         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
18586         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
18587         (gst_v4l2src_capture_stop):
18588         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
18589         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
18590         (gst_ximagesink_chain):
18591         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
18592         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
18593         (gst_xvideosink_xwindow_new):
18594         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18595         (gst_xvimagesink_chain):
18596
18597 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18598
18599         * gst/volume/gstvolume.c: (gst_volume_set_volume),
18600         (gst_volume_get_volume), (volume_class_init), (volume_init),
18601         (volume_chain_int16), (volume_update_volume):
18602         * gst/volume/gstvolume.h:
18603           make code more readable by removing magic numbers
18604           make mixer interface export 0-100 range
18605           make it internally map to 0.0-1.0 range so users don't distort
18606           output by putting the sliders at full volume
18607
18608 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18609
18610         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
18611         (gst_play_state_change), (gst_play_seek_to_time):
18612         block the tick callback for 0.5 secs after doing a seek
18613
18614 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18615
18616         * gst-libs/gst/play/play.c: (gst_play_new):
18617           check for GError
18618
18619 2004-02-01  Julien MOUTTE  <julien@moutte.net>
18620
18621         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
18622         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
18623         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
18624         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
18625         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
18626         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
18627
18628 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18629
18630         * configure.ac:
18631         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18632           check for a function added in vorbis 1.1
18633
18634 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18635
18636         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
18637         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
18638           really start/stop clock only on PLAYING <=> PAUSED
18639         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18640           remove \n from debugging lines
18641         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18642           make it work when seeking does not
18643         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18644           reset on DISCONT
18645
18646 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18647
18648         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
18649           start clock on PAUSED=>PLAYING, not later
18650         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18651           extract correct time for different discont formats
18652         (gst_alsa_sink_get_time):
18653           don't segfault when no format is negotiated yet, just return 0
18654         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
18655         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
18656         (gst_ogg_pad_push):
18657           handle flush and discont events correctly
18658         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
18659           handle discont events correctly
18660
18661 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18662
18663         * gst-libs/gst/play/play.c: (gst_play_error_quark),
18664         (gst_play_error_create), (gst_play_error_plugin),
18665         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
18666         * gst-libs/gst/play/play.h:
18667           add error handling during creation
18668         * examples/gstplay/player.c: (main):
18669           use new gst_play_new
18670
18671
18672 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18673
18674         * ext/theora/theoradec.c: (theora_dec_chain):
18675           make comments work
18676         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18677         (vorbis_dec_src_event), (vorbis_dec_chain):
18678           add encoder tag, fix tag reading to be more error tolerant, change
18679           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
18680           gst_pad_event_default.
18681         * gst/tags/gstvorbistag.c:
18682         (gst_tag_list_from_vorbiscomment_buffer):
18683           undefine function specific define at end of function
18684
18685 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
18686
18687         * ext/flac/gstflac.c: (plugin_init):
18688         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
18689         * ext/flac/gstflacdec.h:
18690         * ext/flac/gstflacenc.h:
18691           Fix typos
18692
18693 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
18694
18695         * examples/gstplay/player.c: s/gstplay.h/play.h/
18696
18697 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18698
18699         * gst-libs/gst/play/Makefile.am:
18700         * gst-libs/gst/play/gstplay.c:
18701         * gst-libs/gst/play/gstplay.h:
18702         * gst-libs/gst/play/play.c:
18703           more surgery, operation complete
18704
18705 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18706
18707         * gst-libs/gst/play/play.old.c:
18708         * gst-libs/gst/play/play.old.h:
18709           after CVS surgery by moving, remove
18710         * gst-libs/gst/play/playpipelines.c:
18711           remove
18712
18713         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
18714           add negotiation error
18715
18716 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18717
18718         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
18719         (gst_ogg_demux_push):
18720           add some seeking debug info
18721           send a flush when seeking
18722
18723 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18724
18725         * configure.ac:
18726           use AC_C_INLINE
18727         * configure.ac:
18728         * ext/Makefile.am:
18729         * ext/theora/Makefile.am:
18730         * ext/theora/theoradec.c:
18731           add theora video decoder. Does just do simple decoding for now and
18732           has been tested against Theora cvs only. It only works when theora
18733           is compiled with --enable-static.
18734         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18735           always reset packetno on DISCONT
18736
18737 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18738
18739         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18740           Fix audio.
18741
18742 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18743
18744         * gst/mpegaudioparse/gstmpegaudioparse.c:
18745         (mp3_type_frame_length_from_header):
18746           Fix header parsing - stolen from ffmpeg (thank you! :) ).
18747
18748 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18749
18750         * ext/esd/esdsink.c: (gst_esdsink_init):
18751           Since we have static pad template caps, we don't need to negotiate;
18752           either the core errors out or we know the format.
18753
18754 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18755
18756         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18757         (gst_riff_read_seek):
18758         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
18759         (gst_ebml_read_seek):
18760           Fix event handling.
18761
18762 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18763
18764         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
18765           removee video/x-theora from vp3 decoder, it doesn't handle raw
18766           theora streams
18767         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
18768           fix bug with finalizing element that never went to PAUSED
18769         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
18770           length and position queries were swapped
18771         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18772         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
18773         (vorbis_dec_src_event):
18774           implement querying time and bytes
18775
18776 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18777
18778         * just about every source file:
18779           gst_element_error -> GST_ELEMENT_ERROR
18780
18781 2004-01-29  Julien MOUTTE  <julien@moutte.net>
18782
18783         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
18784         emiting FLUSH and even before DISCONT.
18785         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
18786         get the best instant seeking as possible yay!
18787
18788 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18789
18790         * gst/mpeg1videoparse/gstmp1videoparse.c:
18791         (gst_mp1videoparse_real_chain):
18792           Committed wrong version last week... Grr... Didn't notice until now.
18793
18794 2004-01-29  Julien MOUTTE <julien@moutte.net>
18795
18796         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
18797         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
18798         have_xwindow_id signal in xwindow_create.
18799
18800 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18801
18802         * ext/ogg/gstoggdemux.c:
18803           lots of changes - mainly support for chained bitstreams, seeking,
18804           querying and bugfixes of course
18805         * ext/vorbis/Makefile.am:
18806         * ext/vorbis/vorbisdec.c:
18807         * ext/vorbis/vorbisdec.h:
18808           add vorbisdec raw vorbis decoder
18809         * ext/vorbis/vorbis.c: (plugin_init):
18810           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
18811         * gst/intfloat/Makefile.am:
18812         * gst/intfloat/float22int.c:
18813         * gst/intfloat/float22int.h:
18814         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
18815           add float2intnew plugin. It converts multichannel interleaved float to
18816           multichannel interleaved int. The name should probably be changed.
18817         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
18818         (plugin_init):
18819           add typefinding for raw theora video so oggdemux can detect it.
18820
18821 2004-01-28  Julien MOUTTE  <julien@moutte.net>
18822
18823         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
18824         sink element first.
18825         * gst/videoscale/gstvideoscale.c:
18826         (gst_videoscale_handle_src_event): Fixing src event handler.
18827
18828 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18829
18830         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
18831         (gst_v4lsrc_open), (gst_v4lsrc_close),
18832         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
18833         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
18834         * sys/v4l/gstv4lsrc.h:
18835         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
18836         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
18837           Implement resizing... Hack. But that's why v4l is b0rked...
18838
18839 2004-01-28  Julien MOUTTE <julien@moutte.net>
18840
18841         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
18842         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
18843         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
18844         (gst_ximagesink_xwindow_destroy):
18845         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18846         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
18847         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
18848         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
18849         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
18850         correctly cleaning the image created to check xshm calls on succes,
18851         added a lot of XSync calls in X11 functions, and fixed a segfault when
18852         no image format was defined before negotiation happened.
18853
18854 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18855
18856         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
18857           use gst_element_get_time to get correct time
18858
18859 2004-01-28  Julien MOUTTE  <julien@moutte.net>
18860
18861         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
18862         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
18863         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
18864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
18865         (gst_xvimagesink_check_xshm_calls),
18866         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
18867         X plugins are now able to detect that XShm calls will fail even if the
18868         server claims that it has XShm support (remote displays most of the
18869         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
18870         so that we use non XShm functions. This feature is almost useless for
18871         xvimagesink as Xv is not supported on remote displays anyway, but
18872         it might happen than even on the local display XShm calls fail.
18873
18874 2004-01-27  David Schleef  <ds@schleef.org>
18875
18876         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
18877         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
18878         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
18879         changed esdsink to only use 44100,16,2, since esd sucks at rate
18880         conversion and esdsink has had difficulty negotiating.
18881
18882 2004-01-27  Julien MOUTTE <julien@moutte.net>
18883
18884         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
18885         (gst_play_seek_to_time): Fixing the way to get current position.
18886
18887 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18888
18889         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
18890           use gst_element_get_time to get correct time
18891
18892 2004-01-27  Julien MOUTTE <julien@moutte.net>
18893
18894         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
18895         fix ever... Inverting 2 lines of code make spider autoplug correctly
18896         tagged mp3 !
18897
18898 2004-01-27  David Schleef  <ds@schleef.org>
18899
18900         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18901         Use gst_pad_try_set_caps_nonfixed().
18902
18903 2004-01-27  David Schleef  <ds@schleef.org>
18904
18905         * gst/ac3parse/gstac3parse.c: update to checklist 5
18906         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
18907         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
18908         * gst/audioscale/gstaudioscale.c: same
18909         * gst/auparse/gstauparse.c: same
18910         * gst/avi/gstavidemux.c: same
18911
18912 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18913
18914         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
18915           stop processing after EOS
18916
18917 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18918
18919         * gst/asfdemux/asfheaders.h:
18920         * gst/asfdemux/gstasfdemux.c:
18921         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
18922         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
18923         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
18924           lot's of fixes to make data extraction simpler and get the code
18925           architecture and compiler independant. Add debugging category
18926         * gst/goom/gstgoom.c: (gst_goom_change_state):
18927           reset channel count on PAUSED=>READY, not READY=>PAUSED
18928
18929 2004-01-26  Colin Walters  <walters@verbum.org>
18930
18931         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
18932         code to pull a bigger buffer in iradio mode.  This as a side effect
18933         makes typefinding work.
18934
18935 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
18936
18937         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
18938         Fix SVQ3 decoding on PPC
18939
18940 2004-01-26  Julien MOUTTE <julien@moutte.net>
18941
18942         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
18943         that one managed to stay there... Fixed.
18944
18945 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
18946
18947         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18948         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
18949         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
18950         (qtdemux_video_caps):
18951         * gst/qtdemux/qtdemux.h:
18952         Add SVQ3 specific flags to qtdemux and ffmpeg
18953
18954 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18955
18956         * gst-libs/gst/audio/audio.h:
18957           remove buffer-frames from audio caps
18958         * gst/audioconvert/gstaudioconvert.c:
18959           fix plugin to really work.
18960
18961 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18962
18963         * gst-libs/gst/mixer/mixer.c:
18964         * gst-libs/gst/propertyprobe/propertyprobe.c:
18965         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
18966         (gst_tuner_find_channel_by_name):
18967         * gst-libs/gst/tuner/tuner.h:
18968           Add gtk-doc style comments. Also fix a function name.
18969
18970 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18971
18972         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
18973         (gst_divxdec_negotiate):
18974           Fix for new capsnego - also fixes gst-player with divxdec.
18975
18976 2004-01-25  Julien MOUTTE  <julien@moutte.net>
18977
18978         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
18979         (gst_play_identity_handoff), (gst_play_set_location),
18980         (gst_play_set_visualization), (gst_play_connect_visualization): Another
18981         try in visualization implementation. Still have an issue with switch
18982         blocking when pulling from video_queue and only audio comes out of
18983         spider.
18984         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18985         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
18986         release method. And check if the pad is usable before pulling.
18987
18988 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18989
18990         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
18991         (gst_videobalance_init),
18992         (gst_videobalance_colorbalance_list_channels),
18993         (gst_videobalance_colorbalance_set_value),
18994         (gst_videobalance_colorbalance_get_value),
18995         (gst_videobalance_update_properties),
18996         (gst_videobalance_update_tables_planar411),
18997         (gst_videobalance_planar411):
18998         * gst/videofilter/gstvideobalance.h:
18999           Implement lookup-tables. +/- 10x faster.
19000
19001 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19002
19003         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19004         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19005           The index reading was broken. The rest worked fine, but the whole
19006           goal of my rewrite was to make avidemux readable, and this was
19007           not at all readable. Please use typed variables.
19008
19009 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19010
19011         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19012           Additional pad usability check.
19013         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19014         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
19015         (gst_mp1videoparse_real_chain):
19016           Fix MPEG video stream parsing. The original plugin had several
19017           issues, including not timestamping streams where the source was
19018           not timestamped (this happens with PTS values in mpeg system
19019           streams, but MPEG video is also a valid stream on its own so
19020           that needs timestamps too). We use the display time code for that
19021           for now. Also, if one incoming buffer contains multiple valid
19022           frames, we push them all on correctly now, including proper EOS
19023           handling. Lastly, several potential segfaults were fixed, and we
19024           properly sync on new sequence/gop headers to include them in next,
19025           not previous frames (since they're header for the next frame, not
19026           the previous). Also see #119206.
19027         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
19028         (bpf_from_header):
19029           Move caps setting so we only do it after finding several valid
19030           MPEG-1 fraes sequentially, not right after the first one (which
19031           might be coincidental).
19032         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
19033         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19034         (plugin_init):
19035           Add unsynced MPEG video stream typefinding, and change some
19036           probability values so we detect streams rightly. The idea is as
19037           follows: I can have an unsynced system stream which contains
19038           video. In the current code, I would randomly get a type for either
19039           system or video stream type found, because the probabilities are
19040           being calculated rather randomly. I now use fixed values, so we
19041           always prefer system stream if that was found (and that is how it
19042           should be). If no system stream was found, we can still identity                the stream as video-only.
19043
19044 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19045
19046         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19047         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19048           don't write to buffer. Extract data without the need of
19049           __attribute__ ((packed))
19050
19051 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19052
19053         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
19054         (mpeg1_sys_type_find):
19055           Fix MPEG-1 stream typefinding.
19056
19057 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19058
19059         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
19060           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
19061
19062 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19063
19064         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
19065         * ext/esd/gstesd.c: (plugin_init):
19066           private debugging, better error reporting
19067
19068 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19069
19070         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
19071         (gst_riff_read_init), (gst_riff_read_change_state):
19072         * gst-libs/gst/riff/riff-read.h:
19073           Remove stuff fromold metadata system.
19074
19075 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19076
19077         * ext/ogg/gstoggdemux.c:
19078           Fix wrong file comment.
19079         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19080         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
19081           Add metadata reading properly.
19082
19083 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19084
19085         * ext/Makefile.am:
19086           Fix nas DIST_SUBDIRS
19087           Uraeus:
19088           Fix bug where make distcheck doesn't get run on adding stuff to
19089           the build.
19090
19091 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19092
19093         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
19094         * ext/divx/gstdivxdec.h:
19095           Fix divx3 ("msmpeg4") playback using divxdec.
19096
19097 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19098
19099         * gst/typefind/gsttypefindfunctions.c:
19100         (mp3_type_frame_length_from_header): fix bug in length computation
19101         (mp3_type_find): improve debugging output
19102
19103 2004-01-23  Julien MOUTTE  <julien@moutte.net>
19104
19105         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19106         (gst_play_set_location), (gst_play_seek_to_time),
19107         (gst_play_set_audio_sink), (gst_play_set_visualization),
19108         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
19109         the pipeline from scratch. Visualization is back and switch went out as
19110         i realized it was not possible to use the way i wanted.
19111         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
19112         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
19113         clearing in state change from READY to NULL. So that one can clean the
19114         X ressources keeping the element.
19115         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19116         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
19117         (gst_xvimagesink_colorbalance_set_value),
19118         (gst_xvimagesink_colorbalance_get_value),
19119         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
19120         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
19121         change from READY to NULL and fixed some stupid bugs in colorbalance
19122         get/set values. Also added the following feature : when nobody tries to
19123         set some values to the colorbalance levels before the xcontext is
19124         grabbed, then when creating channels list from Xv attributes we set the
19125         internal values to the Xv defaults. This way we handle buggy Xv drivers
19126         that set default hue values far from the middle of the range (Thanks
19127         to Jon Trowbridge for pointing that issue).
19128         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
19129         colorbalance levels have been set before xcontext is grabbed.
19130
19131 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19132
19133         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19134           Fix the ossmixer case where we shouldn't open /dev/dsp* because
19135           it might block operations (which is bad for a mixer).
19136
19137 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19138
19139         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19140         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
19141         (gmip_find_type_pre):
19142         * gst-libs/gst/media-info/media-info-priv.h:
19143         * gst-libs/gst/media-info/media-info.c:
19144         (gst_media_info_instance_init), (gst_media_info_read_idler):
19145         add fakesink to get caps on decoder src pad again
19146         fix callback prototype to match new have_type signal signature
19147
19148 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19149
19150         * gst/adder/gstadder.c: (gst_adder_link):
19151           fix non-compile and cut-n-paste code
19152
19153 2004-01-21  David Schleef  <ds@schleef.org>
19154
19155         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
19156         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
19157         (gst_swfdec_init), (gst_swfdec_change_state):
19158         * ext/swfdec/gstswfdec.h:
19159         Fix negotiation.
19160         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
19161         (gst_adder_request_new_pad): Fix negotiation.
19162         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
19163         Add a fixate function.
19164         * gst/intfloat/gstfloat2int.c:
19165         * gst/intfloat/gstfloat2int.h:
19166         * gst/intfloat/gstint2float.c:
19167         * gst/intfloat/gstint2float.h:
19168         Completely rewrite the negotiation.  Doesn't quite work yet,
19169         due to some buffer-frames problem.
19170
19171 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19172
19173         * ext/gnomevfs/gstgnomevfssrc.c:
19174         * sys/v4l2/v4l2_calls.h:
19175           fix includes for distcheck
19176
19177 2004-01-21  Christian Schaller <uraeus@gnome.org>
19178
19179         * ext/nas/
19180         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
19181         based on earlier patch from Laurent Vivier
19182
19183 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
19184
19185         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19186         Fix wma caps property
19187         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19188         Fix typo (flags1 and flags2)
19189
19190 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19191
19192         * gst-libs/gst/media-info/media-info-priv.c:
19193         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
19194         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
19195         (gmip_find_stream), (gmip_find_track_metadata),
19196         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
19197         (gmip_find_track_format):
19198         * gst-libs/gst/media-info/media-info-priv.h:
19199         * gst-libs/gst/media-info/media-info-test.c: (main):
19200         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19201         (gst_media_info_read_idler), (gst_media_info_read):
19202         * gst-libs/gst/media-info/media-info.h:
19203           register debugging category and use it for debugging
19204
19205 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19206
19207         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
19208         (gst_vorbisfile_new_link):
19209           signal streaminfo through tags
19210
19211 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19212
19213         * ext/mplex/gstmplex.cc:
19214         * ext/mplex/gstmplexibitstream.cc:
19215           g++ doesn't like NULL in our i18n/error macros, should be
19216           either (NULL) or ("").
19217
19218 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19219
19220         * sys/dxr3/dxr3audiosink.c:
19221         * sys/dxr3/dxr3init.c:
19222         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
19223         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
19224           Fix more error error error errors (missing includes here).
19225
19226 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19227
19228         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19229           fix thomas' error errors.
19230
19231 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19232
19233         * ext/mpeg2enc/gstmpeg2enc.cc:
19234           fix error errors.
19235
19236 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19237
19238         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19239         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19240           Fix for new error system.
19241
19242 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19243
19244         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19245           fix for new error reporting
19246
19247 2004-01-20  David Schleef  <ds@schleef.org>
19248
19249         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19250         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
19251         (gst_ximagesink_set_xwindow_id): Change to using a framerate
19252         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
19253         and neither is 100+, most likely.
19254         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19255         (gst_xvimagesink_getcaps): same
19256
19257 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19258
19259         * configure.ac:
19260           Up version requirement to 2.0.3 (not yet released) to avoid symbol
19261           clashes with ffmpeg.
19262
19263 2004-01-20  Julien MOUTTE  <julien@moutte.net>
19264
19265         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
19266         (gst_switch_init): Fixed switch element : proxying link and setting
19267         caps from src to sink on request.
19268
19269 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19270
19271         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19272         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19273         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19274         fix element_error
19275
19276 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19277
19278         * sys/v4l/v4l_calls.h:
19279         * sys/v4l2/v4l2_calls.h:
19280           element_error fixes
19281
19282 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19283
19284         * gst-libs/gst/gst-i18n-plugin.h:
19285           add locale.h
19286           remove config.h inclusion
19287
19288 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19289
19290         * autogen.sh:
19291           adding autopoint invocation
19292         * Makefile.am:
19293         * configure.ac:
19294         * gst-libs/gst/gettext.h:
19295           adding gettext bits
19296         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19297         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19298         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19299         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19300         (gst_gnomevfssink_close_file):
19301         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
19302         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
19303         * gst-libs/gst/gst-i18n-plugin.h:
19304         * gst/avi/gstavi.c: (plugin_init):
19305         * sys/dxr3/dxr3init.c: (plugin_init):
19306         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
19307         * sys/oss/gstossaudio.c: (plugin_init):
19308         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19309         * sys/v4l/gstv4l.c: (plugin_init):
19310         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19311         * sys/v4l2/gstv4l2.c: (plugin_init):
19312         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19313         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
19314         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
19315         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
19316         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
19317         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
19318           make sure locale and translation domain are set
19319           fix translated strings
19320         * po/.cvsignore:
19321         * po/LINGUAS:
19322         * po/Makevars:
19323         * po/POTFILES.in:
19324         * po/nl.po:
19325           put translation files into place
19326         * sys/xvideo/imagetest.c: (main):
19327         * ext/dv/demo-play.c: (main):
19328           fix unnecessary translations
19329
19330 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19331
19332         * ext/sndfile/gstsf.c:
19333         * gst/avi/gstavimux.c:
19334         * ext/audiofile/gstafsink.c:
19335         * ext/audiofile/gstafsrc.c:
19336         * ext/gnomevfs/gstgnomevfssink.c:
19337         * ext/gnomevfs/gstgnomevfssrc.c:
19338         * sys/oss/gstosselement.c:
19339         * sys/v4l/v4l_calls.h:
19340           fix i18n include
19341
19342 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19343
19344         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19345         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19346         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19347         (gst_v4l2_get_output), (gst_v4l2_set_output),
19348         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19349         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19350         (gst_v4l2_set_attribute):
19351         update to new error handling
19352
19353 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19354
19355         * ext/sidplay/gstsiddec.cc:
19356         * gst/modplug/gstmodplug.cc:
19357           parenthese NULL because C++ seems angry about it
19358
19359 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19360
19361         * gst-libs/gst/gst-i18n-plugin.h:
19362           add skeleton i18n stuff, but needs to be further implemented
19363
19364 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19365
19366         * examples/gstplay/player.c: (main):
19367         * ext/aalib/gstaasink.c: (gst_aasink_open):
19368         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19369         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19370         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19371         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19372         (gst_afsink_close_file):
19373         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19374         (gst_afsrc_close_file):
19375         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19376         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19377         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19378         * ext/esd/esdmon.c: (gst_esdmon_get):
19379         * ext/esd/esdsink.c: (gst_esdsink_chain):
19380         * ext/faac/gstfaac.c: (gst_faac_chain):
19381         * ext/faad/gstfaad.c: (gst_faad_chain):
19382         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19383         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19384         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19385         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19386         (gst_flacdec_loop):
19387         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19388         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19389         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19390         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19391         (gst_gnomevfssink_close_file):
19392         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19393         (gst_gnomevfssrc_open_file):
19394         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19395         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19396         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19397         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19398         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19399         * ext/mad/gstmad.c: (gst_mad_chain):
19400         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19401         * ext/mpeg2dec/gstmpeg2dec.c:
19402         * ext/mpeg2enc/gstmpeg2enc.cc:
19403         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19404         * ext/mplex/gstmplex.cc:
19405         * ext/mplex/gstmplexibitstream.cc:
19406         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19407         (gst_ogg_demux_push), (gst_ogg_pad_push):
19408         * ext/raw1394/gstdv1394src.c:
19409         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19410         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19411         * ext/sidplay/gstsiddec.cc:
19412         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19413         (gst_sf_loop):
19414         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19415         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19416         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19417         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19418         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19419         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19420         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19421         * gst-libs/gst/Makefile.am:
19422         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19423         (gst_riff_read_element_data), (gst_riff_read_seek),
19424         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19425         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
19426         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19427         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19428         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19429         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19430         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19431         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19432         * gst/goom/gstgoom.c: (gst_goom_chain):
19433         * gst/id3/gstid3types.c: (gst_id3types_loop):
19434         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19435         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19436         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19437         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19438         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19439         (gst_ebml_read_float), (gst_ebml_read_header):
19440         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19441         (gst_matroska_demux_parse_blockgroup):
19442         * gst/modplug/gstmodplug.cc:
19443         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19444         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19445         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19446         * gst/silence/gstsilence.c: (gst_silence_get):
19447         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19448         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19449         * gst/speed/gstspeed.c: (speed_loop):
19450         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19451         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19452         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19453         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19454         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19455         (gst_wavparse_loop):
19456         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19457         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19458         (dxr3audiosink_close):
19459         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19460         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19461         (dxr3videosink_close), (dxr3videosink_write_data):
19462         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19463         * sys/oss/gstosselement.h:
19464         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
19465         (gst_osssink_chain):
19466         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19467         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19468         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19469         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19470         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
19471         (gst_v4l_enable_overlay):
19472         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19473         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19474         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19475         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19476         (gst_v4l_set_audio):
19477         * sys/v4l/v4l_calls.h:
19478         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19479         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19480         (gst_v4lmjpegsink_playback_init),
19481         (gst_v4lmjpegsink_playback_start):
19482         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
19483         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
19484         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
19485         (gst_v4lmjpegsrc_requeue_frame):
19486         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19487         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19488         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19489         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19490         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19491         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19492         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19493         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19494         (gst_v4l2src_capture_stop):
19495         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19496         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19497         (gst_ximagesink_chain):
19498         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19499         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19500         (gst_xvideosink_xwindow_new):
19501         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19502         (gst_xvimagesink_chain):
19503         use new error signal, function and categories
19504
19505 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
19506
19507         * configure.ac:
19508         * ext/Makefile.am:
19509         * ext/musicbrainz/gsttrm.c:
19510         * ext/musicbrainz/gsttrm.h:
19511         * ext/musicbrainz/Makefile.am:
19512         Add a trm plugin
19513
19514 2004-01-18  Julien MOUTTE  <julien@moutte.net>
19515
19516         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
19517         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
19518         synchronous property for debugging.
19519         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
19520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19521         (gst_xvimagesink_set_property): Moving a pointer declaration to a
19522         smaller block, fixing indent.
19523
19524 2004-01-16  David Schleef  <ds@schleef.org>
19525
19526         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
19527         property affects the video stream.
19528         * sys/xvimage/xvimagesink.c:
19529         * sys/xvimage/xvimagesink.h:
19530         Add synchronous property for debugging.  Should probably be
19531         disabled in non-CVS builds.  Make sure that the Xv attribute
19532         exists before we set it (crash!).  Fix a silly float bug that
19533         caused colorbalance to just not work.
19534
19535 2004-01-17  Christian Schaller <Uraeus@gnome.org>
19536
19537         * tools/gst-launch-ext.in - update for new plugins
19538
19539 2004-01-16  David Schleef  <ds@schleef.org>
19540
19541         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
19542         already-freed caps.
19543
19544 2994-01-16  Christian Schaller <Uraeus@gnome.org>
19545
19546         * Update spec for new colorspace plugin and libcaca plugin
19547         * Fix compilation of libcaca plugin (clock -> id)
19548
19549 2004-01-16  Julien MOUTTE <julien@moutte.net>
19550
19551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
19552         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
19553         (gst_xvimagesink_set_xwindow_id),
19554         (gst_xvimagesink_colorbalance_set_value),
19555         (gst_xvimagesink_colorbalance_get_value),
19556         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19557         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
19558         correct colorbalance properties. They can now be set when the element
19559         is still in NULL state. The values will be committed to the Xv Port
19560         when xcontext is initialized.
19561         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
19562         brightness int values in the GstXvImagesink structure.
19563
19564 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19565
19566         * gst-libs/gst/Makefile.am:
19567           restructure so having local patches works easier.
19568
19569 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19570
19571         * ext/mpeg2enc/Makefile.am:
19572         * ext/mpeg2enc/gstmpeg2enc.cc:
19573         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19574           Bugfix with respect to EOS handling.
19575
19576 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19577
19578         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
19579           Link with right caps (else, it segfaults).
19580         * ext/mplex/gstmplexjob.cc:
19581           Fix for slight API change in 1.6.1.93 release of mjpegtools.
19582
19583 2004-01-15  David Schleef  <ds@schleef.org>
19584
19585         * gst-libs/gst/audio/Makefile.am:
19586         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
19587         from the template.
19588         * gst-libs/gst/audio/gstaudiofilter.c:
19589         * gst-libs/gst/audio/gstaudiofilter.h:
19590         Add bytes_per_sample and size and n_samples calculation.
19591         * gst-libs/gst/audio/gstaudiofilterexample.c:
19592         Remove, now autogenerated.
19593         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
19594         Moved from gstaudiofilterexample, object name changed, code added
19595         so that it actually works.
19596         * gst-libs/gst/audio/make_filter:
19597         Script to build an audiofilter subclass from the template.
19598         * gst/colorspace/Makefile.am:
19599         * gst/colorspace/yuv2yuv.c:
19600         Remove file, since it's GPL, and we don't use it.
19601
19602 2004-01-15  Julien MOUTTE  <julien@moutte.net>
19603
19604         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
19606         them use the buffer free function to test how the buffer was allocated.
19607
19608 2004-01-15  David Schleef  <ds@schleef.org>
19609
19610         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
19611         that handles osssink fallback.
19612         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19613         (gst_audio_convert_getcaps):
19614         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
19615         Add audio/x-qdm2 for QDM2 audio.
19616         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19617         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
19618         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19619         Decrease minimum size to 16x16.
19620         * gst/wavparse/gstwavparse.c:
19621         Convert disabled pad template caps to new caps.
19622         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19624         (gst_xvimagesink_chain): Throw element error when display cannot
19625         be opened.  Increase minimum framerate to 1.0.  Check the data
19626         free function on a buffer to make sure it is the type we expect
19627         before manipulating it.
19628
19629 2004-01-15  Julien MOUTTE <julien@moutte.net>
19630
19631         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
19632         (gst_videobalance_colorbalance_set_value): Implement passthru if
19633         settings are in the middle.
19634         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
19635
19636 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19637
19638         * gst/videofilter/Makefile.am:
19639         * gst/volume/Makefile.am:
19640           Since we use videofilter symbols, link to it.
19641
19642 2004-01-15  Julien MOUTTE <julien@moutte.net>
19643
19644         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
19645         mixer interface type to HARDWARE.
19646         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
19647         type to SOFTWARE.
19648         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
19649         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
19650         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
19651         (gst_volume_interface_init), (gst_volume_list_tracks),
19652         (gst_volume_set_volume), (gst_volume_get_volume),
19653         (gst_volume_set_mute), (gst_volume_mixer_init),
19654         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
19655         (volume_init): Implementing mixer interface.
19656         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
19657         * sys/oss/gstosselement.c: (gst_osselement_get_type),
19658         (gst_osselement_change_state): Removing some trailing commas in
19659         structures.
19660         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
19661         interface type to HARDWARE.
19662         * sys/v4l/gstv4lcolorbalance.c:
19663         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
19664         type to HARDWARE.
19665         * sys/v4l2/gstv4l2colorbalance.c:
19666         (gst_v4l2_color_balance_interface_init): Setting colorbalance
19667         interface type to HARDWARE.
19668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
19669         same code than ximagesink for event handling.
19670
19671 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19672
19673         * ext/snapshot/Makefile.am:
19674         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
19675         (gst_snapshot_chain):
19676         * ext/snapshot/gstsnapshot.h:
19677           This has to be a joke... Snapshot should be connected to a tee,
19678           colorspace element before it and EOS after that, where the other
19679           src of the tee receives normal data.
19680           The current way is *wrong*.
19681
19682 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19683
19684         * ext/hermes/gsthermescolorspace.c:
19685           Fix another compile error. Same as below.
19686
19687 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19688
19689         * gst/colorspace/gstcolorspace.c:
19690         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
19691         (gst_colorspace_i420_to_yv12):
19692           Fix compiling... Didn't test if it actually works.
19693
19694 2004-01-15  David Schleef  <ds@schleef.org>
19695
19696         * configure.ac:
19697         * gst/colorspace/Makefile.am:
19698         * gst/colorspace/gstcolorspace.c:
19699         * gst/colorspace/gstcolorspace.h:
19700         * gst/colorspace/yuv2rgb.c:
19701         * gst/colorspace/yuv2rgb.h:
19702         Duplicate the ext/hermes colorspace plugin, and remove Hermes
19703         code and GPL code.  Fix for new caps negotiation.  Rewrite
19704         much of the format handling code, and some of the conversion
19705         code.  Basically, rewrote almost everything.  This element
19706         handles I420, YV12 to RGB conversions.
19707         * ext/hermes/Makefile.am:
19708         * ext/hermes/gsthermescolorspace.c:
19709         Rename colorspace to hermescolorspace.  Fix negotiation issues.
19710         Remove non-Hermes related code.  This element handles lots of
19711         RGB to RGB conversions, but no YUV.
19712         * ext/hermes/gstcolorspace.c:
19713         * ext/hermes/gstcolorspace.h:
19714         * ext/hermes/rgb2yuv.c:
19715         * ext/hermes/yuv2rgb.c:
19716         * ext/hermes/yuv2rgb.h:
19717         * ext/hermes/yuv2rgb_mmx16.s:
19718         * ext/hermes/yuv2yuv.c:
19719         * ext/hermes/yuv2yuv.h:
19720         Remove old code.
19721
19722 2004-01-14  Colin Walters  <walters@verbum.org>
19723
19724         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
19725         they've already been.
19726
19727 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19728
19729         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
19730           assume tag mode when pad is not connected
19731
19732 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19733
19734         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19735           Don't update the time of the clock
19736         (gst_alsa_sink_loop):
19737           sync to the clock given to alsasink, not the own clock
19738         * sys/oss/gstosssink.c: (gst_osssink_chain):
19739           sync to the clock
19740         (gst_osssink_change_state):
19741           activate the clock
19742         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
19744           remove bogus code that made DISCONT events unhandled
19745         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
19746           explicitly case to double in _set_simple. (fixes 2nd warning in bug
19747           #131502)
19748         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
19749         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
19750         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
19751           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
19752           2nd warning in bug #131502)
19753
19754 2004-01-14  Julien MOUTTE  <julien@moutte.net>
19755
19756         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
19757         (gst_videobalance_colorbalance_set_value),
19758         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
19759         for colorbalance interface implementation.
19760         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19761         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
19762         (gst_ximagesink_dispose), (gst_ximagesink_init),
19763         (gst_ximagesink_class_init): Adding DISPLAY property.
19764         * sys/ximage/ximagesink.h: Adding display_name to store display.
19765         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19766         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19767         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
19768         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
19769         properties (they still need polishing though for gst-launch use : no
19770         xcontext yet, i ll do that tomorrow).
19771         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
19772
19773 2004-01-14  Julien MOUTTE  <julien@moutte.net>
19774
19775         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19776         (gst_play_set_location), (gst_play_set_visualization): Preparing
19777         switch integration, adding videobalance in the pipeline.
19778
19779 2004-01-14  Julien MOUTTE <julien@moutte.net>
19780
19781         * gst-libs/gst/colorbalance/colorbalance.c:
19782         (gst_color_balance_class_init): Adding a default type.
19783         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
19784         the type.
19785         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
19786         (gst_videobalance_dispose), (gst_videobalance_class_init),
19787         (gst_videobalance_init), (gst_videobalance_interface_supported),
19788         (gst_videobalance_interface_init),
19789         (gst_videobalance_colorbalance_list_channels),
19790         (gst_videobalance_colorbalance_set_value),
19791         (gst_videobalance_colorbalance_get_value),
19792         (gst_videobalance_colorbalance_init): Implementing colorbalance
19793         interface.
19794         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
19795         list.
19796         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
19797         bug which was triggering a BadAccess X error when setting an overlay
19798         before pad was really negotiated.
19799         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
19800         Using the colorbalance type macro.
19801
19802 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19803
19804         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
19805         (gst_flacenc_chain):
19806           handle tags correctly
19807         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
19808           extract ID3v1 tags correctly
19809
19810 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19811
19812         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
19813         (plugin_init):
19814           Improve matroska typefinding for odd-typed headers...
19815
19816 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19817
19818         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
19819           Fix for using incremental number on padnames.
19820
19821 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19822
19823         * ext/divx/gstdivxdec.c:
19824         * ext/divx/gstdivxenc.c:
19825           Set category to divx4linux instead of divx (too generic).
19826         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19827         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
19828         (gst_wavparse_loop), (gst_wavparse_change_state):
19829         * gst/wavparse/gstwavparse.h:
19830           fix parsing of WAV files with non-standard fmt-tag size and fix
19831           skipping of unrecognized chunks... Someone please fix this thing
19832           to use rifflib so all this is automated.
19833         * sys/v4l/Makefile.am:
19834         * sys/v4l2/Makefile.am:
19835           Add X_CFLAGS because we depend on X (for overlay).
19836
19837 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
19838
19839         * ext/mpeg2dec/gstmpeg2dec.c:
19840           Don't issue a timestamp unless we tagged the frame
19841           with a PTS.
19842
19843 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19844
19845         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
19846           Query the audio element to get the time, not the clock. We're
19847           interested in the element's time here.
19848
19849 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19850
19851         * ext/aalib/gstaasink.c: (gst_aasink_chain):
19852         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19853         * ext/esd/esdsink.c: (gst_esdsink_chain):
19854         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
19855         * ext/mas/massink.c: (gst_massink_chain):
19856         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
19857         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
19858         (gst_matroska_demux_parse_metadata):
19859         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
19860         (gst_mpeg_parse_release_locks):
19861         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
19862         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
19863         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19864         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
19865         (gst_osssink_change_state):
19866         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19867         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19868         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
19869         (gst_xvideosink_release_locks):
19870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
19871           use element time.
19872         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
19873         (gst_alsa_clock_stop):
19874         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
19875         (gst_audio_clock_get_internal_time):
19876           simplify for use with new clocking code.
19877         * testsuite/alsa/Makefile.am:
19878         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
19879           fix testsuite for new caps system
19880
19881 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19882
19883         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19884         * ext/flac/gstflacenc.c: (add_one_tag):
19885           length is already host endian, no need to convert. Fixes playback of
19886           tagged files on PPC. (bug #128384)
19887
19888 2004-01-13  Julien MOUTTE <julien@moutte.net>
19889
19890         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
19891         colorbalance interface stating if it is hardware based or software
19892         based.
19893         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
19894         Removing a trailing comma.
19895         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19896         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
19897         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
19898         the documentation seems to be wrong on the -1000 to 1000 interval.
19899
19900 2004-01-12  David Schleef  <ds@schleef.org>
19901
19902         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19903         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
19904         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
19905         Fix negotiation.  Add a bufferalloc function for the sink pad,
19906         and generally clean up some of the code.
19907
19908 2004-01-12  Julien MOUTTE <julien@moutte.net>
19909
19910         * gst-libs/gst/colorbalance/colorbalancechannel.c:
19911         (gst_color_balance_channel_dispose): Adding safety check in dispose
19912         method.
19913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19914         (gst_xvimagesink_xcontext_clear),
19915         (gst_xvimagesink_interface_supported),
19916         (gst_xvimagesink_colorbalance_list_channels),
19917         (gst_xvimagesink_colorbalance_set_value),
19918         (gst_xvimagesink_colorbalance_get_value),
19919         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
19920         Adding colorbalance interface support to set XV parameters such as
19921         HUE, BRIGHTNESS, CONTRAST, SATURATION.
19922         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
19923         interface.
19924
19925 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19926
19927         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
19928         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
19929         (gst_audio_convert_init), (gst_audio_convert_set_property),
19930         (gst_audio_convert_get_property), (gst_audio_convert_chain),
19931         (gst_audio_convert_link),
19932         (gst_audio_convert_buffer_to_default_format),
19933         (gst_audio_convert_buffer_from_default_format), (plugin_init):
19934           - implement _getcaps and use it
19935           - improve linking
19936           - remove float caps since no float conversion is actually done
19937           - remove properties and arguments that were to be used for rate
19938             conversion
19939
19940 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19941
19942         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
19943         (gst_audio_structure_set_int):
19944         * gst-libs/gst/audio/audio.h:
19945           add helper functions for _getcaps matching the standard audio
19946           templates
19947
19948 2004-01-12  David Schleef  <ds@schleef.org>
19949
19950         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19951         Test that pad is negotiated before getting its caps.
19952
19953 2004-01-12  Julien MOUTTE <julien@moutte.net>
19954
19955         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
19956         analyzing the pads of an element the bin is mostly in READY state so
19957         no caps were negotiated. This helper function needs to work with
19958         _get_caps directly then. I was not freeing them though, added that to
19959         fix the mem leak.
19960
19961 2004-01-12  Julien MOUTTE <julien@moutte.net>
19962
19963         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19964         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
19965         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
19966         than the free_func.
19967
19968 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19969
19970         * sys/oss/gstossaudio.c: (plugin_init):
19971         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
19972         * sys/oss/gstosselement.h:
19973           make an oss debugging category
19974           make failure more descriptive
19975
19976 2004-01-11  David Schleef  <ds@schleef.org>
19977
19978         * ext/ffmpeg/gstffmpeg.c:
19979         * ext/ffmpeg/gstffmpegcodecmap.c:
19980         * ext/ffmpeg/gstffmpegdec.c:
19981         * ext/ffmpeg/gstffmpegenc.c:
19982         * ext/ffmpeg/gstffmpegprotocol.c:
19983         * ext/gdk_pixbuf/gstgdkanimation.c:
19984         * ext/jpeg/gstjpeg.c:
19985         * ext/libpng/gstpng.c:
19986         * ext/mpeg2dec/perftest.c:
19987         * ext/speex/gstspeex.c:
19988         * gst-libs/gst/resample/dtos.c:
19989         * gst/intfloat/gstintfloatconvert.c:
19990         * gst/oneton/gstoneton.c:
19991         * gst/rtjpeg/RTjpeg.c:
19992         * gst/rtp/gstrtp.c:
19993         * sys/dxr3/dxr3init.c:
19994         * sys/glsink/gstgl_nvimage.c:
19995         * sys/glsink/gstgl_pdrimage.c:
19996         * sys/glsink/gstglsink.c:
19997         * testsuite/gst-lint:
19998         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
19999
20000 2004-01-11  David Schleef  <ds@schleef.org>
20001
20002         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
20003         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
20004         * ext/gdk_pixbuf/gstgdkanimation.c:
20005         (gst_gdk_animation_iter_create_pixbuf):
20006         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20007         (gst_gdk_pixbuf_chain):
20008         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20009         * ext/jack/gstjack.c: (gst_jack_change_state):
20010         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
20011         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
20012         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
20013         * gst/videofilter/gstvideofilter.c:
20014         (gst_videofilter_set_output_size):
20015         Remove all usage of gst_pad_get_caps(), and replace it with
20016         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
20017
20018 2004-01-11  David Schleef  <ds@schleef.org>
20019
20020         * configure.ac:
20021         * ext/Makefile.am: Fixes to make ext/libcaca compile.
20022         * ext/divx/gstdivxdec.c:
20023         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20024         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
20025         handle images that span multiple buffers.  Now work with both
20026         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
20027         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20028         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
20029         video/video.h changes
20030         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
20031         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20032         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
20033         of GstData free function.
20034         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20035         same.
20036
20037 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20038
20039         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
20040         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
20041         (gst_v4l2element_get_property):
20042         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
20043           add norm, channel and frequency properties.
20044         * sys/v4l2/gstv4l2tuner.c:
20045           fixes for tuner interface changes
20046         * sys/v4l2/gstv4l2element.h:
20047         * sys/v4l2/gstv4l2src.c:
20048         * sys/v4l2/gstv4l2src.h:
20049         * sys/v4l2/v4l2src_calls.c:
20050         * sys/v4l2/v4l2src_calls.h:
20051           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
20052
20053 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20054
20055         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
20056         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
20057         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
20058         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
20059         * gst-libs/gst/tuner/tuner.h:
20060           GObjects aren't const.
20061           Add find_by_name functions.
20062           Add checks to _changed functions.
20063         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
20064         (gst_v4l_tuner_get_norm):
20065           Fixes for above.
20066
20067 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20068
20069         * gst-libs/gst/video/video.h:
20070           Fix caps template names to be understandable.
20071           Prefix everything with GST_VIDEO.
20072         * ext/aalib/gstaasink.c:
20073         * ext/divx/gstdivxdec.c:
20074         * ext/divx/gstdivxenc.c:
20075         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20076         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
20077         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
20078         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
20079         * ext/libcaca/gstcacasink.c:
20080         * ext/libpng/gstpngenc.c: (raw_caps_factory):
20081         * ext/snapshot/gstsnapshot.c:
20082         * ext/swfdec/gstswfdec.c:
20083         * ext/xvid/gstxviddec.c:
20084         * ext/xvid/gstxvidenc.c:
20085         * gst/chart/gstchart.c:
20086         * gst/deinterlace/gstdeinterlace.c:
20087         * gst/effectv/gsteffectv.c:
20088         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20089         * gst/goom/gstgoom.c:
20090         * gst/median/gstmedian.c:
20091         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
20092         (gst_monoscope_srcconnect), (gst_monoscope_chain):
20093         * gst/overlay/gstoverlay.c:
20094         * gst/smooth/gstsmooth.c:
20095         * gst/smpte/gstsmpte.c:
20096         * gst/synaesthesia/gstsynaesthesia.c:
20097         * gst/videocrop/gstvideocrop.c:
20098         * gst/videodrop/gstvideodrop.c:
20099         * gst/y4m/gsty4mencode.c:
20100         * sys/qcam/gstqcamsrc.c:
20101         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
20102           Make them work with new video.h file.
20103         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20104         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20106         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20107           Make it work with new buffer allocation system.
20108
20109 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20110
20111         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
20112         pad_alloc_buffer implementation to use ->srcpad
20113         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
20114         pad_alloc_buffer implementation to use ->srcpad
20115         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
20116         pad_alloc_buffer implementation to use ->srcpad
20117         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20118         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
20119         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20120         a reference to everything we need.
20121         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
20122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20123         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20124         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20125         a reference to everything we need.
20126         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
20127
20128 2004-01-11  David Schleef  <ds@schleef.org>
20129
20130         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
20131         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
20132         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
20133         structure members.
20134         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
20135         value during a resize/renegotiation.
20136         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
20137         gst_pad_alloc_buffer();
20138         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20139         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
20140         structure members.
20141         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20142         Fix for rename of buffer private structure members.
20143         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20144         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20145         Fix for rename of buffer private structure members.
20146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20147         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20148         Fix for rename of buffer private structure members.
20149
20150 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
20151
20152         reviewed by: David Schleef <ds@schleef.org>
20153
20154         * gst/videofilter/Makefile.am:
20155         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
20156         from the patch by ds to fit in with recent make_filter changes.
20157
20158 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20159
20160         * configure.ac: Adding examples/switch/Makefile
20161         * examples/Makefile.am: Adding examples/switch
20162         * examples/switch/Makefile.am: Adding switcher example.
20163         * examples/switch/switcher.c: (got_eos), (idle_iterate),
20164         (switch_timer), (main): Adding an example demonstrating switch usage
20165         with 2 videotestsrc showing different patterns.
20166         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
20167         (gst_switch_init): Fixing switch with the new caps system.
20168
20169 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20170
20171         * gst-libs/gst/video/video.h:
20172           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
20173           They should probably be like
20174           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
20175
20176 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20177
20178         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20179         (qtdemux_parse_trak):
20180           fix audio chunk size/timestamp calculation
20181
20182 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20183
20184         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
20185           fix SVQ3 caps
20186
20187 2004-01-11  Steve Baker  <steve@stevebaker.org>
20188
20189         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
20190         (gst_agingtv_base_init), (gst_agingtv_class_init),
20191         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
20192         (gst_agingtv_set_property), (gst_agingtv_get_property):
20193         Port agingTV to videofilter
20194
20195 2004-01-09  Julien MOUTTE <julien@moutte.net>
20196
20197         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
20198         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20199
20200 2004-01-09  Julien MOUTTE <julien@moutte.net>
20201
20202         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
20203         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20204         * gst-libs/gst/xoverlay/xoverlay.c:
20205         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
20206         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
20207         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20208         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20209         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20210         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20211         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
20212         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
20213         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20214         interface implementation to handle xid being 0 and fix some bugs
20215         triggered by Benjamin's testcase.
20216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20217         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20218         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
20219         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20220         interface implementation to handle xid being 0 and fix some bugs
20221         triggered by Benjamin's testcase.
20222
20223 2004-01-09  David Schleef  <ds@schleef.org>
20224
20225         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
20226         mouse pointer events.  It works.
20227
20228 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20229
20230         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
20231           Use explicit caps - fix capsnego.
20232         * ext/xvid/gstxviddec.c:
20233         * ext/xvid/gstxvidenc.c:
20234           Remove macro-inside-macro which caused compile errors.
20235         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
20236           Error out if it's not a RIFF file. Else we error out without
20237           gst_element_error() which is not good...
20238
20239 2004-01-08  David Schleef  <ds@schleef.org>
20240
20241         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20242         Fix pad_link function to handle formats that ffmpeg returns
20243         as multiple caps structures.
20244         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
20245         Only complain if source buffer is _smaller_ than expected.
20246         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
20247         (gst_videoscale_handle_src_event): Resize navigation events
20248         when passing them upstream.
20249         * gst/videotestsrc/gstvideotestsrc.c:
20250         * gst/videotestsrc/gstvideotestsrc.h:
20251         * gst/videotestsrc/videotestsrc.c:
20252         * gst/videotestsrc/videotestsrc.h:
20253         Rewrite many of the buffer painting functions to handle odd
20254         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
20255         been verified to work with my video card.
20256         * testsuite/gst-lint:  Add check for elements calling
20257         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
20258
20259 2004-01-08  David Schleef  <ds@schleef.org>
20260
20261         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20262         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
20263
20264 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20265
20266         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
20267         configure event is not emiting the desired size signal. That fixes
20268         aspect ratio issues with gst-player.
20269
20270 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20271
20272         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
20273           Fix capsnego.
20274
20275 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20276
20277         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
20278         public method to fire size signal.
20279
20280 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20281
20282         * examples/gstplay/Makefile.am: Adding the interface library.
20283         * gst-libs/gst/play/Makefile.am: Adding the interface library.
20284         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
20285         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
20286         GST_IS_X_OVERLAY before signal connect.
20287         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
20288         Removing the have_video_size signal.
20289         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
20290         and associated public method.
20291         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20292         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
20293         signal.
20294         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20295         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
20296         signal.
20297         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
20298         Using XOverlay public method to fire size signal.
20299
20300 2004-01-07  David Schleef  <ds@schleef.org>
20301
20302         * gst/videofilter/Makefile.am:
20303         * gst/videofilter/gstvideotemplate.c:
20304         * gst/videofilter/make_filter:
20305         Create gstvideoexample.c in a srcdir!=builddir friendly way.
20306         Convert make_filter to /bin/sh script.
20307
20308 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20309
20310         * gst/modplug/gstmodplug.cc: fix element description
20311
20312 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20313
20314         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20315         (got_video_size): Adding some new lines in g_print calls.
20316         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20317         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
20318         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
20319         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
20320         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
20321         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
20322         Complete code review, reverting some stuff i disagree with, adding
20323         some fixes : time synchronization on invalid timestamps, renegotiation
20324         of private window.
20325         * sys/ximage/ximagesink.h:
20326         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
20327         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
20328         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
20329         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
20330         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20331         (gst_xvimagesink_buffer_new),
20332         (gst_xvimagesink_navigation_send_event),
20333         (gst_xvimagesink_set_xwindow_id),
20334         (gst_xvimagesink_get_desired_size),
20335         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
20336         stuff i disagree with, adding some fixes : Renegotiation of private
20337         window, implementing get_desired_size.
20338
20339 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20340
20341         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
20342         (gst_afsink_handle_event):
20343         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
20344         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
20345         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
20346         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
20347         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
20348           Fix for instantiate-test (see core). Also remove dead code from
20349           jpegenc (which still needs fixing, but that's lower on my TODO
20350           list...).
20351         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20352           Never return NULL as caps.
20353
20354 2004-01-07  David Schleef  <ds@schleef.org>
20355
20356         * configure.ac:
20357         * ext/Makefile.am:
20358         * ext/librfb/Makefile.am:
20359         * ext/librfb/gstrfbsrc.c:
20360         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
20361         is the protocol used by VNC.
20362
20363 2004-01-07  David Schleef  <ds@schleef.org>
20364
20365         * gst/videofilter/gstvideotemplate.c:
20366         * gst/videofilter/gstvideotemplate.h:
20367         * gst/videofilter/make_filter:
20368         Merge videotemplate header into source file.
20369         * gst/effectv/Makefile.am:
20370         * gst/effectv/gsteffectv.c: (plugin_init):
20371         * gst/effectv/gstwarp.c:
20372         Make warpTV a subclass of videofilter.
20373
20374 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20375
20376         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20377           Add guard against invalid utf-8 conversions in mad. Just in case.
20378
20379 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20380
20381         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20382           Fix for bug shown by poisoning
20383
20384 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20385
20386         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20387         (gst_v4lmjpegsrc_buffer_free):
20388         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20389         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
20390         (gst_v4lsrc_buffer_free):
20391           Fix for removed bufferpools.
20392
20393 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20394
20395         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20396         Fix caps negotiation.
20397
20398         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20399         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
20400         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20401         (dvdnavsrc_event):
20402         * ext/mpeg2dec/gstmpeg2dec.c:
20403         * gst-libs/gst/navigation/navigation.c:
20404         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
20405         * gst-libs/gst/navigation/navigation.h:
20406         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
20407         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
20408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
20409         Super-simple first version of mouse and keyboard events. Clicking
20410         on a DVD menu now works, although it may not take you where you
20411         expected.
20412
20413         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20414         * gst/videotestsrc/gstvideotestsrc.c:
20415         (gst_videotestsrc_src_fixate):
20416         These fixate functions were broken - they never actually
20417         fixated :)
20418
20419 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20420
20421         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
20422         (gst_icecastsend_init):
20423           fix for new caps system.
20424         * gst-libs/gst/mixer/mixertrack.h:
20425         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
20426           Add 'master track' flag (for tools like ACME that only want to
20427           change the main volume).
20428
20429 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20430
20431         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
20432         (gst_xvid_csp_to_caps):
20433         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
20434         * ext/xvid/gstxvidenc.c:
20435         ifdef out ARGB type when it isn't available
20436         in xvidcore 1.0.0beta2
20437
20438 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20439
20440         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20441           When we have received a new SCR right in the first buffer after
20442           a seek (so in the same cycle that handles the discont), we should
20443           handle the buffer instead of unreffing it, else we lose data.
20444
20445 2004-01-06  Iain <iain@prettypeople.org>
20446
20447         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
20448           buffer-frames caps too.
20449
20450         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
20451           caps that we need, don't destroy them all and rebuild them. And when
20452           creating src pads, use the src pad template rather than the sink...
20453
20454 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20455
20456         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20457           Add pad to element *after* setting functions such as event handler.
20458           Without this, the scheduler (opt) will link pads, set the event
20459           handler from the default event function (dispatcher in gstpad.c)
20460           and *after* that, we will set our own event function, which will
20461           thus never be used (and thus mpegdemux doesn't handle events).
20462
20463 2004-01-04  David Schleef  <ds@schleef.org>
20464
20465         Fix the fixate functions to handle new prototype:
20466         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20467         * gst/videotestsrc/gstvideotestsrc.c:
20468         (gst_videotestsrc_src_fixate):
20469         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20470         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
20471         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20472
20473 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20474
20475         * sys/ximage/ximagesink.h:
20476         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20477         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
20478         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
20479         (gst_ximagesink_xoverlay_init):
20480           assorted fixes to make (re)embedding work
20481         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
20482         (gst_ximagesink_get_desired_size):
20483           implement desired size additions to XOverlay
20484
20485 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20486
20487         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
20488         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
20489         (gst_x_overlay_got_desired_size):
20490         * gst-libs/gst/xoverlay/xoverlay.h:
20491           Add optional "desired size" signal and querying.
20492
20493 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20494
20495         * gst/matroska/matroska-demux.c:
20496         (gst_matroska_demux_parse_blockgroup):
20497           Fix EBML-laced block parsing. Diffs are relative to previous
20498           lace, not the first lace. Thanks to Mosu from the Matroska
20499           team for detecting this.
20500         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20501         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
20502         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
20503         (gst_wavparse_change_state):
20504         * gst/wavparse/gstwavparse.h:
20505           Quickfix for capsnego.
20506
20507 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20508
20509         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
20510           Fix indenting, fix pad creation.
20511
20512 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20513
20514         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
20515         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
20516         (gst_xviddec_sink_link):
20517           Implement src_getcaps() so proper size caps is negotiated.
20518
20519 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20520
20521         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
20522           Finish flac decoder on EOS. See #116178.
20523
20524 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20525
20526         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
20527         (gst_matroska_demux_add_stream):
20528         * gst/matroska/matroska-ids.h:
20529           Add getcaps() function to fix capsnego...
20530
20531 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20532
20533         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20534         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20535         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20536           Fix more integer overflows. Again, see #126967.
20537
20538 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20539
20540         * ext/mpeg2dec/gstmpeg2dec.c:
20541           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
20542           #130416.
20543
20544 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20545
20546         * configure.ac:
20547         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
20548         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
20549         * ext/xvid/gstxvid.h:
20550         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
20551         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
20552         (gst_xviddec_src_link), (gst_xviddec_sink_link),
20553         (gst_xviddec_change_state):
20554         * ext/xvid/gstxviddec.h:
20555         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
20556         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
20557         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
20558         (gst_xvidenc_link), (gst_xvidenc_set_property),
20559         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
20560         * ext/xvid/gstxvidenc.h:
20561           Update xvid plugin to latest xvid (1.0.0-beta3) API.
20562
20563 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20564
20565         * gst/rtp/rtp-packet.c:
20566           Add sys/types.h include, since OS X doesn't define in_addr_t
20567           in netinet/in.h, like it does on Linux (see #129600).
20568
20569 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
20570
20571         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
20572
20573         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
20574           Correct logic of dispose function (see #129306).
20575
20576 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20577
20578         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
20579         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20580         (gst_mpeg_parse_init):
20581         * gst/mpegstream/gstmpegparse.h:
20582           Remove clock (which was never provided, i.e. dead code), and
20583           also fix integer overflows at high PTS values (see #126967).
20584
20585 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20586
20587         * ext/flac/gstflacdec.c:
20588         * ext/libpng/gstpngenc.h:
20589         * ext/mikmod/gstmikmod.h:
20590           OS X fixes (see #126628).
20591
20592 2004-01-02  David Schleef  <ds@schleef.org>
20593
20594         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
20595         (gst_alsa_src_base_init): Remove bogus "src" request pad.
20596         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
20597         (gst_mpeg_parse_class_init): Move pad template registration
20598         to class_init, since the derived class (mpegdemux) doesn't
20599         want them.
20600
20601 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20602
20603         * sys/ximage/Makefile.am:
20604         * sys/xvideo/Makefile.am:
20605         * sys/xvimage/Makefile.am:
20606           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
20607           after installation (see #127664).
20608
20609 2004-01-02  David Schleef  <ds@schleef.org>
20610
20611         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
20612         (gst_ffmpegenc_connect):  Negotiation fixes.
20613         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
20614         Remove inappropriate gst_caps_free().
20615         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20616         Reenable Ronald's internal resize code, since the core handles
20617         it correctly now.
20618
20619 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20620
20621         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
20622         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
20623         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
20624           Fix pad template stuff.
20625
20626 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20627
20628         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
20629         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
20630           fix signed integer reading/writing.
20631
20632 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20633
20634         * ext/alsa/README:
20635           Remove outdated document
20636
20637 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
20638
20639         * gst/cutter/gstcutter.c: (gst_cutter_init):
20640           src pad was being created twice - oops.
20641
20642 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20643
20644         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20645           Comment out internal resize. It doesn't handle the resulting
20646           XEvent internally, does another try_set_caps() which leads to
20647           a really nice loop.
20648           Real fix will come when Julien and Dave are awake. ;).
20649
20650 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20651
20652         * ext/mpeg2enc/gstmpeg2enc.cc:
20653           fix const/nonconst compile issue.
20654
20655 2004-01-02  David Schleef  <ds@schleef.org>
20656
20657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
20658         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
20659         Add fixate function and a check for bad formats.
20660
20661 2004-01-01  David Schleef  <ds@schleef.org>
20662
20663         Negotiation fixes:
20664         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
20665         (gst_audiofilter_init):
20666         * gst/debug/efence.c: (gst_efence_init):
20667         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
20668         (gst_deinterlace_init):
20669         * gst/volume/gstvolume.c: (volume_connect):
20670
20671 2004-01-01  David Schleef  <ds@schleef.org>
20672
20673         Convert elements to use gst_pad_use_explicit_caps() where
20674         appropriate:
20675         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
20676         * ext/audiofile/gstafparse.c: (gst_afparse_init),
20677         (gst_afparse_open_file):
20678         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
20679         (gst_afsrc_open_file):
20680         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
20681         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
20682         (gst_ffmpegdec_chain):
20683         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20684         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
20685         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
20686         (gst_gdk_pixbuf_chain):
20687         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
20688         (gst_jpegdec_chain):
20689         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
20690         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
20691         (gst_mikmod_negotiate):
20692         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
20693         (gst_mpeg2dec_negotiate_format):
20694         * ext/mpeg2enc/gstmpeg2enc.cc:
20695         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20696         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
20697         (gst_speexdec_sinkconnect):
20698         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
20699         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
20700         (gst_vorbisfile_new_link):
20701         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
20702         (gst_ac3parse_chain):
20703         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
20704         (gst_asf_demux_setup_pad):
20705         * gst/auparse/gstauparse.c: (gst_auparse_init),
20706         (gst_auparse_chain):
20707         * gst/id3/gstid3types.c: (gst_id3types_loop):
20708         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20709         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
20710         (mp1videoparse_parse_seq):
20711         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
20712         (bpf_from_header):
20713         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20714         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
20715         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
20716         (gst_mpeg_parse_send_data):
20717         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20718         (gst_qtdemux_add_stream):
20719         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
20720         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20721         (gst_wavparse_parse_fmt):
20722
20723 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20724
20725         * configure.ac:
20726           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
20727           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
20728           it therefore uses the wrong include paths. Too bad... Note
20729           that 1.6.1.93 is not release yet. ;).
20730           Also add a check for mplex, which is now using the lib'ified
20731           mplex from mjpegtools, too.
20732         * ext/ffmpeg/gstffmpegcodecmap.c:
20733           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
20734           issues. I don't think ffmpeg handles 3ivx correctly, so this
20735           probably won't work. But it won't hurt either.
20736         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
20737         (gst_ffmpegdec_chain):
20738         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
20739         (gst_ffmpegenc_chain_audio):
20740           Fix memleak in audio encoding. Close codec if open fails, this
20741           calls the cleanup routines so we can re-use the context.
20742         * ext/mpeg2enc/gstmpeg2enc.cc:
20743           Fix pad template names/types, fix memory issue with getcaps().
20744         * ext/mpeg2enc/gstmpeg2encoder.cc:
20745         * ext/mpeg2enc/gstmpeg2encoder.hh:
20746           Fix compile issue with new caps system (const thingy).
20747         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20748         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
20749           We read a first frame right on initing, so that we have a caps
20750           when we init the output. This caps is cached in padprivate and
20751           read as first frame.
20752         * ext/mplex/Makefile.am:
20753         * ext/mplex/gstmplex.cc:
20754         * ext/mplex/gstmplex.h:
20755         * ext/mplex/gstmplex.hh:
20756         * ext/mplex/gstmplexibitstream.cc:
20757         * ext/mplex/gstmplexibitstream.hh:
20758         * ext/mplex/gstmplexjob.cc:
20759         * ext/mplex/gstmplexjob.hh:
20760         * ext/mplex/gstmplexoutputstream.cc:
20761         * ext/mplex/gstmplexoutputstream.hh:
20762           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
20763           had issues, didn't do capsnego, supported only a subset of the
20764           mplex features and required a mplex fork in our local CVS. Plus
20765           that it worked agaist a very old mplex version. Rewriting was
20766           faster than updating it.
20767         * gst-libs/ext/Makefile.am:
20768         * gst-libs/ext/mplex/INSTRUCT:
20769         * gst-libs/ext/mplex/Makefile.am:
20770         * gst-libs/ext/mplex/README:
20771         * gst-libs/ext/mplex/TODO:
20772         * gst-libs/ext/mplex/ac3strm_in.cc:
20773         * gst-libs/ext/mplex/audiostrm.hh:
20774         * gst-libs/ext/mplex/audiostrm_out.cc:
20775         * gst-libs/ext/mplex/aunit.hh:
20776         * gst-libs/ext/mplex/bits.cc:
20777         * gst-libs/ext/mplex/bits.hh:
20778         * gst-libs/ext/mplex/buffer.cc:
20779         * gst-libs/ext/mplex/buffer.hh:
20780         * gst-libs/ext/mplex/fastintfns.h:
20781         * gst-libs/ext/mplex/format_codes.h:
20782         * gst-libs/ext/mplex/inputstrm.cc:
20783         * gst-libs/ext/mplex/inputstrm.hh:
20784         * gst-libs/ext/mplex/lpcmstrm_in.cc:
20785         * gst-libs/ext/mplex/mjpeg_logging.cc:
20786         * gst-libs/ext/mplex/mjpeg_logging.h:
20787         * gst-libs/ext/mplex/mjpeg_types.h:
20788         * gst-libs/ext/mplex/mpastrm_in.cc:
20789         * gst-libs/ext/mplex/mpegconsts.cc:
20790         * gst-libs/ext/mplex/mpegconsts.h:
20791         * gst-libs/ext/mplex/mplexconsts.hh:
20792         * gst-libs/ext/mplex/multplex.cc:
20793         * gst-libs/ext/mplex/outputstream.hh:
20794         * gst-libs/ext/mplex/padstrm.cc:
20795         * gst-libs/ext/mplex/padstrm.hh:
20796         * gst-libs/ext/mplex/stillsstream.cc:
20797         * gst-libs/ext/mplex/stillsstream.hh:
20798         * gst-libs/ext/mplex/systems.cc:
20799         * gst-libs/ext/mplex/systems.hh:
20800         * gst-libs/ext/mplex/vector.cc:
20801         * gst-libs/ext/mplex/vector.hh:
20802         * gst-libs/ext/mplex/videostrm.hh:
20803         * gst-libs/ext/mplex/videostrm_in.cc:
20804         * gst-libs/ext/mplex/videostrm_out.cc:
20805         * gst-libs/ext/mplex/yuv4mpeg.cc:
20806         * gst-libs/ext/mplex/yuv4mpeg.h:
20807         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
20808         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
20809           We don't fork mjpegtools' mplex in our CVS anymore.
20810         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
20811         (gst_avi_demux_add_stream):
20812         * gst/avi/gstavidemux.h:
20813           Add getcaps() function for proper caps nego. This makes some
20814           parts of AVI playback/reading work.
20815         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20816           Resize window on new capsnego. This is probably wrong, but
20817           I'm still committing it because with current capsnego, the
20818           first successfull capsnego is auto-fixated, therefore rounded
20819           down to the lowest values in the caps. this results in a 16x16
20820           XWindow that is not reized when real capsnego finishes.
20821           Dave, I see more cases of this, do you know a proper solution?
20822         * tools/gst-launch-ext.in:
20823           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
20824
20825 2003-12-31  David Schleef  <ds@schleef.org>
20826
20827         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
20828         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
20829           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
20830
20831 2003-12-30  David Schleef  <ds@schleef.org>
20832
20833         * ext/ffmpeg/gstffmpegcolorspace.c:
20834         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
20835         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
20836         (gst_ffmpegcsp_chain): Negotiation fixes
20837         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
20838         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20839         (gst_audio_convert_link), (gst_audio_convert_channels):
20840         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
20841         (gst_audioscale_link), (gst_audioscale_get_buffer),
20842         (gst_audioscale_chain): Negotiation fixes
20843         * gst/audioscale/gstaudioscale.h:
20844         * gst/videofilter/gstvideofilter.c:
20845         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
20846         (gst_videofilter_link), (gst_videofilter_init),
20847         (gst_videofilter_set_output_size), (gst_videofilter_setup),
20848         (gst_videofilter_find_format_by_structure):
20849         * gst/videofilter/gstvideofilter.h: Negotiation fixes
20850         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
20851         (gst_videoscale_link):
20852         * gst/videoscale/videoscale.c: (videoscale_get_structure),
20853         (videoscale_find_by_structure), (gst_videoscale_setup):
20854         * gst/videoscale/videoscale.h: Negotiation fixes
20855         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20856         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
20857         function, restrict resizing to a multiple of 4 (hack until
20858         everyone supports odd sizes correctly).
20859
20860 2003-12-29  Colin Walters  <walters@verbum.org>
20861
20862         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
20863         signed.
20864
20865 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
20866
20867         * ext/sndfile/gstsf.c: (gst_sf_loop):
20868           Fix warning about discarding const qualifier
20869
20870 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
20871
20872         * gst/cutter/gstcutter.c:
20873         * gst/videoscale/gstvideoscale.c:
20874         * gst/volenv/gstvolenv.c:
20875         * gst-libs/gst/audio/audio.c:
20876         * gst-libs/gst/video/video.c:
20877           Fix warnings
20878
20879 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20880
20881         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
20882           Don't send ALSA debugging to stderr.
20883         * ext/alsa/gstalsa.h:
20884           Use GST_WARNING instead of g_warning when ALSA functions fail.
20885
20886 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20887
20888         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
20889           Free XVAdapterInfo correctly.
20890
20891 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20892
20893         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
20894         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
20895           Make id3tag use correct caps nego.
20896
20897 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
20898
20899         * ext/ivorbis/vorbis.c:
20900         * ext/ivorbis/vorbisenc.h:
20901         * ext/ivorbis/vorbisfile.c:
20902           Modify so that it uses the new caps things
20903
20904 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20905
20906         * testsuite/spider/spider1.c: (main):
20907         * testsuite/spider/spider2.c: (main):
20908         * testsuite/spider/spider3.c: (main):
20909           Make tests compile again. They probably don't work.
20910
20911 2003-12-24  Colin Walters  <walters@verbum.org>
20912
20913         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
20914         we can't fixate the caps anymore.
20915
20916 2003-12-23  David Schleef  <ds@schleef.org>
20917
20918         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
20919         * sys/oss/gstosssink.c: (gst_osssink_init),
20920         (gst_osssink_sink_fixate): Add fixate function.
20921
20922 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20923
20924         * ext/ffmpeg/gstffmpegcodecmap.c:
20925         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
20926         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
20927         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
20928         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
20929         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
20930         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
20931         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
20932           fix typo in RGB masks, and move back to "old" colorspace
20933           capsnego code until whoever wrote this new crap has actually
20934           tested it so that it works.
20935           And yes, this works, keep it that way please.
20936
20937 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20938
20939         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
20940         (gst_divxdec_init), (gst_divxdec_negotiate):
20941         * ext/divx/gstdivxdec.h:
20942         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
20943         (gst_divxenc_init):
20944         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
20945         (gst_faac_sinkconnect), (gst_faac_srcconnect):
20946         * ext/mpeg2enc/gstmpeg2enc.cc:
20947         * ext/mpeg2enc/gstmpeg2encoder.cc:
20948         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20949         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
20950         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
20951         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
20952         (dxr3spusink_init):
20953         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
20954         (dxr3videosink_init):
20955           Fix caps breakage after Dave's caps branch merge.
20956
20957 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20958
20959         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20960           Fix for 24bpp display.
20961
20962 2003-12-23  Colin Walters  <walters@verbum.org>
20963
20964         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
20965         a GnomeVFSHandle directly.
20966
20967 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20968
20969         * gst/volume/Makefile.am:
20970         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
20971         (volume_base_init), (volume_init):
20972           Reenable volume element and fix to work with new caps stuff.
20973           Rhythmbox needs this.
20974
20975 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20976
20977         * gst/qtdemux/qtdemux.c: (plugin_init):
20978           qtdemux requires bytestream
20979
20980 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20981
20982         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
20983           Fix remaining caps handling errors due to CAPS merge.
20984
20985 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20986
20987         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
20988         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
20989         (gst_faad_srcconnect):
20990           Port to new caps system.
20991
20992 2003-12-21  Julien MOUTTE  <julien@moutte.net>
20993
20994         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20995         (got_video_size), (main): using g_print instead of g_message.
20996         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
20997         signal which was not emitted because of "switch" element added to the
20998         bin but not connected. (Removing from the bin temporarily)
20999
21000 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21001
21002         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
21003         find X development files. I don't understand the previous tests and
21004         they fail on my debian/ppc unstable. This one works.
21005         * examples/gstplay/player.c: (main): Set the pipeline to READY before
21006         exiting.
21007         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
21008         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21009         (gst_play_set_visualization): Add some safety checks in set_ methods
21010         and state_change. This was throwing some ugly CRITICAL messages when
21011         pipeline was getting disposed and casts were failing.
21012
21013 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21014
21015         * configure.ac:
21016           Improve mpeg2enc detection. This is for distributions that do
21017           ship mjpegtools, but without mpeg2enc. Also does object check
21018           for might there ever be ABI incompatibility.
21019         * ext/mpeg2enc/gstmpeg2enc.cc:
21020           Add Andrew as second maintainer (he's helping me), and also add
21021           an error if no caps was set. This happens if I pull before capsnego
21022           and that's something I should solve sometime else.
21023         * gst/matroska/matroska-demux.c:
21024         (gst_matroska_demux_parse_blockgroup):
21025           Fix time parsing.
21026         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
21027         (gst_matroska_mux_track_header):
21028           Add caps to templates.
21029         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
21030           Add mpegversion=1 to prevent confusion with MPEG/AAC.
21031         * gst/mpegstream/gstmpegdemux.c:
21032           Remove layer since it causes warnings about unfixed caps.
21033         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21034           Fix obvious typo (we error out if caps were set, we should of
21035           course error out if *no* caps were set).
21036         * sys/oss/gstosselement.c: (gst_osselement_convert):
21037           Fix format conversion, we confused bits/bytes.
21038         * sys/oss/gstosselement.h:
21039           Improve documentation for 'bps'.
21040         * sys/v4l/TODO:
21041           Remove stuff about plugins that need removing - this was done
21042           ages ago.
21043         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
21044         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
21045         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
21046         (gst_v4lsrc_src_query):
21047         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
21048         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
21049           Add get_query_types(), get_formats() and query() functions.
21050
21051 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21052
21053         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
21054         * moved CVS to freedesktop.org